*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
/* common classes */
.section-margin{
    margin: 60px 0;
}
.main-heading{
    font-weight: 800;
    font-size: 2.8rem;
    color: #091384;
}
.orange-heading{
    color: #ff6600;
    font-weight: 600;
    margin-top: -8px;
}

/* logo design */
.navbar-brand img{
    width: 200px;
}
@media (max-width: 576px) {
.navbar-brand img{
    width: 150px;
}
}
/* navbar styling */
.nav-link{
    color: #000000;
    font-size: 1.1rem;
}
.nav-item .active, .nav-link:hover{
    color: #ff6600 !important;
}

/*home banner styling  */

.home-banner{
    background: url('img/home-banner-bg.webp') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

/* Empower Your Business Growth in India styling */

.about-section {
    background: url('img/wave-background.webp') no-repeat center center/cover;
    padding: 60px 0;
}
.Business-Growth{
    width: 80%;
}


/* why choose section styling */
.why-choose-section {
    background: linear-gradient(rgba(4, 2, 111, 0.9), rgba(9, 5, 197, 0.7)), 
                url('img/why-choose-bg.webp') no-repeat center center/cover;
    padding: 60px 0;
}
.why-choose-card{
    background:url('img/why-choose-card.webp') no-repeat center center/cover;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
    border-bottom: 4px solid #ff6600;
   min-height: 72vh;
}
.why-choose-card:hover {
    transform: scale(1.02);
}
.why-choose-card h6{
    color: #091384;
    font-weight: 700;
    margin-top: 15px;
}
.dashed-line{
    border-top: 2px dashed #22039c;
    margin: 20px 0;
}

.why-choose-card img{
   width: 100px;
}

@media (max-width: 991px) {
    .offcanvas.custom-offcanvas {
      width: 60% !important;  /* Sirf 60% width */
    }
}

/* Why-Invest-section styling */
.Why-Invest-section{
  background:url('img/gray-bg.webp') no-repeat center;
    padding: 50px; 
}

/* get-started-section styling */
.get-started-section2{
    background: url('img/investment-bg.webp') no-repeat center center/cover;
    padding: 60px 0;
}
.orange-btn{
    background-color: #ff6600;
    color: white;
    border: 1px solid #ff6600;
    padding: 7px 20px;
    border-radius: 0;
    font-size: 20px;
    transition: all 0.3s ease;
}
.orange-btn:hover{
    background-color: #2f00ff00;
    color: rgb(24, 2, 134);
    border: 1px solid #ff6600;
    transition: all 0.3s ease;
}


/* our services styling */
 .service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
  align-items: stretch; /* saare cards ko same height banayega */
}

    /* Each item stays square using aspect-ratio */
.service-card {
  background: white;
  border: 1px solid #ddd;
  padding: 15px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* content top se start ho */
  text-align: center;
}
.get-started-section img{
    width: 100px;
}

    .service-card h3{ 
        margin: 6px 0 4px; 
        font-size: 1.2rem; 
        font-weight: 700;
        min-height: 8vh;
    }
    .service-card p{ 
        margin: 0; 
        text-align: left;
        font-size: 0.85rem; 
        color: #555; 
    }

    /* Responsive breakpoints */
    @media (max-width: 1100px){
      .service-grid{ grid-template-columns: repeat(3, 1fr); } /* 3 columns */
    }
    @media (max-width: 800px){
      .service-grid{ grid-template-columns: repeat(2, 1fr); } /* 2 columns */
    }
    @media (max-width: 480px){
      .service-grid{ grid-template-columns: 1fr; } /* 1 column */
      /* optionally reduce padding inside small screens */
      .card{ padding: 10px; }
    }


/* footer styling  */
.footer{
    background: url('img/footer.webp') no-repeat center center/cover;
}
.footer-heading{
    color: #ff6600;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer p a{
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer p:hover{
   margin-left: -4px;
    transition: all 0.3s ease;
}



/* invest page styling start */
.invest-about-section{
    background: url('img/graph-bg.webp') no-repeat top center/cover;
    padding: 60px 0;
}
.investment-card{
    background: url('img/investment-card-bg.webp') no-repeat center center/cover;
    border: 1px solid #ddd;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* content top se start ho */
    text-align: center;
    margin-bottom: 20px;
    border-radius: 8px;
    min-height: 100vh;
}
.invest-fade-number{
    font-size: 5rem;
    font-weight: 800;
    color: rgba(255, 102, 0, 0.1);
    margin-bottom: -10px;
    transition: all 0.3s ease;
}
.investment-card:hover .invest-fade-number{
    font-size: 5.2rem;
    font-weight: 800;
    color: rgba(255, 102, 0, 0.941);
    transition: all 0.3s ease;
}



/* Finding a Local Business Partner in India styling */

.Local-partner-card {
  background: #091384;
  border: 1px solid #e2e2e2;
  padding: 20px 12px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  width: 100%;
  min-height: 65vh;
  border-bottom: 5px solid #ff6600;
}

.finding-project-card{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
min-height: 80vh;
}
.finding-project-card h5{
color: #22039c;
font-weight: 700;
margin-top: 15px;
}


/* Understanding SME IPO page designing */
.FinancialThresholds-bg{
    background: url('img/graph-bg-2.webp') no-repeat center center/cover;
    padding: 60px 0;
}
.threshold-card{
    background-color: #ffffff;
     padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-bottom: #ff6600 4px solid;
    transition: all 0.3s ease;
    min-height: 38vh;
}

.threshold-card:hover{
    transition: all 0.3s ease;
    transform: translateY(-2px);
}
.list-icon{
    color: #ff6600;
    font-size: 20px;
    font-weight: 700;
}

/* contact page style */
.contact_form{
    max-width:600px; 
    margin:auto; 
    background:#f1f0f0; 
    padding:20px; 
    border-radius:10px;
}
.contact_form_input{
    width:100%; 
    padding:10px; 
    margin:8px 0;
    border: none;
    background:#ffffff; 
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact_form_input:focus{
outline: none;
}


.orange-submitbtn{
    width: 100%;
    background-color: #ff6600;
    color: white;
    border: 1px solid #ff6600;
    padding: 7px 20px;
    border-radius: 0;
    font-size: 20px;
    transition: all 0.3s ease;
}
.orange-submitbtn:hover{
    background-color: #180286;
    color: #ffffff;
    border: 1px solid #180286;
    transition: all 0.3s ease;
}
.square_icon{
    background-color: #ff6600;
    padding: 10px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.square_icon i{
    color: white;
    font-size: 24px;
}
.contact_form_card{
    background: white;
    border: 1px solid #ddd;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.3s ease;
}
.contact_form_card:hover{
   transform: scale(1.02);
    transition: all 0.3s ease;
}


#scrollTopBtn {
      display: none; /* Hidden by default */
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 99;
      background: #ff6600;
      color: #fff;
      border: none;
      outline: none;
      padding: 14px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 22px;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
      transition: all 0.3s ease-in-out;
    }

    #scrollTopBtn:hover {
      background: #ffffff;
       color: #ff6600;
      transform: translateY(-3px);
    }


 @media (max-width: 576px) {
.main-heading{
    font-weight: 800;
    font-size: 2rem;
    color: #091384;
}

}