/* -----------FOOTER RESPONSIVE------------ */
/* ===== TABLET ===== */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }

  .footer-logo {
    height: 60px;
  }
}

/* ===== MOBILE (Aastha-style stacked) ===== */
@media (max-width: 575px) {
  .footer-main {
    padding: 45px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .footer-logo {
    height: 55px;
    margin: 0 auto 15px;
  }

  .footer-col h4::after {
    margin: 8px auto 0;
  }

  .footer-col a:hover {
    padding-left: 0;
  }

  .bottom-flex {
    flex-direction: column;
    text-align: center;
  }
}
/*-----------FOOTER RESPONSIVE FINISH------------ */

/*-----------Index RESPONSIVE FINISH------------ */
/* ===== TABLET ===== */
@media (max-width: 991px) {
  .hero-title {
    font-size: 32px;
  }

  .section-title {
    font-size: 28px;
  }

  /* .swiper {
    height: 70vh;
  } */
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {
  /* .hero-content,
  .building-future,
  .faq-section {
    padding: 50px 0;
  } */
  .hero-content,
  .building-future,
  .faq-section {
    padding: 10px 0;
  }

  .hero-title {
    font-size: 26px;
  }

  .hero-description p,
  .section-desc {
    font-size: 14px;
  }

  .faq-question{
    font-size: 16px;
  }


  .hero-button {
    padding: 10px 22px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
.logo-text h1 {
    font-size: 20px;
    font-weight: 700;
}
.logo-text h2 {
    font-size: 17px;
    font-weight: 600;
    color: #9a8f2d;
    margin: 2px 0;
}
.logo-text p {
    font-size: 8px;
}
.logo-icon {
    height: 70px;
}
.header-logo {
    gap: 9px;
}
}
/*-----------Index RESPONSIVE FINISH------------ */


/*-----------About-us RESPONSIVE FINISH------------ */

/* ---------- TABLET (≥768px) ---------- */
@media (min-width: 768px) {

  .about-banner {
    height: 320px;
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .vm-grid {
    grid-template-columns: 1fr 1fr;
  }

  .content {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------- DESKTOP (≥1024px) ---------- */
@media (min-width: 1024px) {

  .about-banner-content h1 {
    font-size: 44px;
  }

  .about-content h2 {
    font-size: 32px;
  }

  .section-header h2 {
    font-size: 34px;
  }

  .cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {

  .about-us h2 {
    font-size: 30px;
    margin-bottom: 14px;
}
.about-us .container p {
    color: #555;
    font-size: 15px;
}
.about-content ul li {
    font-size: 15px;
}
.vision-mission p{
  font-size: 15px;
}
.section-header h2 {
    font-size: 30px;
}
.section-header .subtitle {
    font-size: 17px;
    color: #6b7280;
}
.left p {
    font-size: 15px;
}
.left .highlight {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}
.features h4 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #111827;
}
.features p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}
.features li {
    gap: 12px;
}
.features li span {
    min-width: 42px;
    height: 42px;
}
.cta h2{
  font-size: 30px;
}
.cta {
  padding: 50px 20px;
}
.cta a {
    padding: 13px 22px;
}
}



/* =========================
   HEADER RESPONSIVE STYLES
   ========================= */


 @media (max-width: 991px) {

  .navbar {
    height: auto;
    padding: 10px 0;
  }

  .header-logo {
    gap: 8px;
  }

  .logo-icon {
    height: 55px;
  }

  .logo-text h1 {
    font-size: 18px;
  }

  .logo-text h2 {
    font-size: 14px;
  }

  .logo-text p {
    font-size: 9px;
    letter-spacing: 1px;
  }

  #mainNavbar {
    width: 100%;
    margin-top: 15px;
  }

  .navbar-nav {
    width: 100%;
    align-items: center;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
    margin: 8px 0;
  }


  .login-btn {
    margin: 15px auto 0;
    text-align: center;
  }
}


@media (max-width: 576px) {

  .header-logo {
    flex-direction: row;
  }

  .logo-icon {
    height: 48px;
  }

  .logo-text h1 {
    font-size: 16px;
  }

  .logo-text h2 {
    font-size: 13px;
  }

  .logo-text p {
    font-size: 8px;
  }

  .navbar-nav .nav-link {
    font-size: 16px;
  }

  .login-btn {
    font-size: 13px;
    padding: 7px 16px;
  }
} 
/* ----------------------------------------- */
/* =========================
   MOBILE HEADER FIX
   ========================= */
 @media (max-width: 991px) {


  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .navbar-toggler {
    margin-left: auto;
  }


  .header-logo {
    flex-shrink: 0;
  }


  #mainNavbar {
    width: 100%;
    margin-top: 10px;
  }

  .navbar-nav {
    align-items: center;
  }

  .navbar-nav .nav-link {
    margin: 6px 0;
    font-size: 17px;
  }


  .login-btn {
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 8px;
    padding: 7px 16px;
    font-size: 13px;
    white-space: nowrap;
  }
}


@media (max-width: 576px) {

  .logo-icon {
    height: 48px;
  }

  .logo-text h1 {
    font-size: 16px;
  }

  .logo-text h2 {
    font-size: 13px;
  }

  .logo-text p {
    font-size: 8px;
  }
}

@media (max-width: 768px) {
ul.location-list {
    margin-top: 22px;
}
}

@media (min-width: 991px) {
.logo-icon {
    height: 60px;
    width: auto;
}
.logo-text h1 {
    font-size: 20px;
    font-weight: 700;
    color: #6b6a2c;
    line-height: 1.1;
    margin: 0;
}
.logo-text h2 {
    font-size: 18px;
    font-weight: 600;
    color: #9a8f2d;
    margin: 2px 0;
}
.logo-text p {
    font-size: 9px;
    letter-spacing: 2px;
    color: #9a8f2d;
    margin: 0;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-shrink: 0;
}
.navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    margin-left: 20px;
    font-size: 20px;
} 
}
/* --terms and conditions--- */
@media (max-width:480px) {
    .description ul li {
    font-size: 15px;
}
.terms {
    font-size: 26px;
}
}