:root {
  --brand-green: #fb8c3a;
  --brand-dark: #0d1117;
  --brand-navy: #0a2540;
  --brand-gold: #f5a623;
  --brand-light: #f4f7fb;
  --brand-gray: #6b7c93;
}

* {
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
.display-font {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

p{
    font-weight: 500;
}

/* ── HEADER ── */

.header-section{
background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-header {
      
    
    padding: 0 1.5rem;
    height: 80px;
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}
.site-header .logo {
  height: 44px;
}
.site-header .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  color: var(--brand-navy);
  letter-spacing: 2px;
  line-height: 1;
}
.site-header .logo-text span {
  color: var(--brand-green);
}

.site-header .logo-img{
    max-width: 140px;
}

.site-header .logo-img img{
    width: 100%;
        object-fit: contain;
}

.btn-call {
  background: var(--brand-green);
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  padding: 0.45rem 1.3rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-call:hover {
  background: var(--brand-navy);
  color: #fff;
}


/* ── HERO ── */
.hero-section {
  /* background: linear-gradient(120deg, var(--brand-navy) 55%, #1a3a6b 100%); */
  background: linear-gradient(120deg, #48413c 17%, #a3500c 100%);
  min-height: 88vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1626224583764-f87db24ac4ea?w=1400&q=80")
    center/cover no-repeat;
  opacity: 0.6;
} */

.hero-bg-slider { position: absolute; inset: 0; z-index: 0; }
    .hero-bg-slide {
      position: absolute; inset: 0;
      background-size: cover; background-position: top;
      opacity: 0;
      animation: heroBgCycle 18s infinite;
    }
    .hero-bg-slide:nth-child(1) { background-image: url('./images/slider-1.webp'); animation-delay: 0s; }
    .hero-bg-slide:nth-child(2) { background-image: url('./images/slider-4.webp'); animation-delay: 6s; }
    .hero-bg-slide:nth-child(3) { background-image: url('./images/slider-3.webp'); animation-delay: 12s; }
    @keyframes heroBgCycle {
      0%   { opacity: 0; }
      8%   { opacity: 1; }
      33%  { opacity: 1; }
      41%  { opacity: 0; }
      100% { opacity: 0; }
    }
.hero-overlay {
          position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(120deg, rgb(96 43 0 / 58%) 50%, rgba(10, 37, 64, .60) 100%);
    }
    .hero-section .container { position: relative; z-index: 2; }


.hero-badge {
  background: var(--brand-green);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 0.28rem 0.9rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.hero-title {
  font-family: "Montserrat", sans-serif;
     font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.hero-title span {
  color: var(--brand-green);
}
.hero-subtitle {
  color: #ffffff;
  font-size: 1.1rem;
  max-width: 480px;
  line-height: 1.7;
}
.btn-hero-primary {
  background: var(--brand-green);
  color: #fff;
  font-weight: 800;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-block;
}
.btn-hero-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
  color: #fff;
}
.btn-hero-outline {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
  border-radius: 50px;
  padding: 0.72rem 1.8rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s,
    background 0.2s;
  display: inline-block;
}
.btn-hero-outline:hover {
  border-color: var(--brand-green);
  background: rgba(29, 185, 84, 0.1);
  color: #fff;
}
.hero-stats {
  margin-top: 2.5rem;
}
.hero-stat-num {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  color: var(--brand-green);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
}
.hero-stat-label {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-slider {
  position: relative;
}

.hero-img {
  max-height: 480px;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 20px 60px rgba(29, 185, 84, 0.3));
}

/* Arrow Styling */
.hero-slider .owl-nav {
  margin-top: 0;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background: #fb8c3a !important;
  color: #fff !important;
  font-size: 22px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.hero-slider .owl-nav button.owl-prev:hover,
.hero-slider .owl-nav button.owl-next:hover {
  background: #111 !important;
}

.hero-slider .owl-nav button.owl-prev {
  left: -25px;
}

.hero-slider .owl-nav button.owl-next {
  right: -25px;
}

/* ── REVIEWS STRIP ── */
.reviews-strip {
  background: var(--brand-light);
  border-bottom: 1px solid #e5eaf2;
  padding: 1.1rem 0;
}
.review-card {
      background: #fff;
      border-radius: 10px;
  padding: 12px 20px;
    box-shadow: 0 2px 12px rgb(0 0 0 / 18%);
    font-size: 0.88rem;

  height: 100%;
  display: flex;
  flex-direction: column;
}
.review-card .stars {
  color: var(--brand-gold);
  font-size: 1.4rem;
}
.review-card .reviewer {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.review-card .review-content {
    font-size: 15px;
     flex-grow: 1;
}

.review-card .source {
  color: var(--brand-gray);
  font-size: 0.75rem;
}

.review-slider .owl-stage {
  display: flex;
}

.review-slider .owl-item {
  display: flex;
  height: auto;
}

.review-slider .item {
  padding: 10px;
}

.review-slider .owl-nav {
  margin-top: 25px;
  text-align: center;
}

.review-slider .owl-nav button.owl-prev,
.review-slider .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  background: var(--brand-green) !important;
  color: #fff !important;
  font-size: 20px !important;
  margin: 0 6px;
  transition: 0.3s;
}

.review-slider .owl-nav button.owl-prev:hover,
.review-slider .owl-nav button.owl-next:hover {
  background: #111 !important;
}



.excellent-badge {
  background: var(--brand-navy);
  color: #fff;
  border-radius: 10px;
  padding: 0.8rem 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  row-gap: 10px;
}
.excellent-badge small {
  font-family: "Nunito", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--brand-gold);
}

.excellent-badge img{
    max-width: 120px;
}

/* ── SECTION COMMON ── */
.section-label {
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand-green);
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.4;
  margin-bottom: 1rem;
}
.section-desc {
      color: var(--brand-gray);
    line-height: 1.4;
    /* max-width: 620px; */
    font-size: 18px;
}

/* ── ABOUT ── */
.about-section {
  padding: 80px 0;
}
.about-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.about-img-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.about-img-grid img:first-child {
  grid-column: 1 / -1;
  height: 220px;
}

.about-slider {
  width: 100%;
}

.about-slider .item {
  padding: 0 10px;
}

.about-slider .item img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}


/* mentor */
.mentor-section {
    padding: 0 0 60px 0;
}
.mentor-name {
    font-size: 30px;
    font-weight: 600; 
    font-family: "Montserrat", sans-serif;;
}
.mentor-bio {
        color: var(--brand-gray);
   line-height: 1.8;
    font-size: 16px;
}
.mentor-img.img{
    position: relative;
}
.mentor-img.img::after{
       content: " ";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 300px;
    height: 300px;
    background: var(--brand-green);
z-index: -1;
}

.mentor-card ul li {
        font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    color: var(--brand-gray);
    font-family: "Montserrat", sans-serif;


}

/* Remove dots & nav spacing */
.about-slider .owl-dots,
.about-slider .owl-nav {
  display: none;
}

/* Smooth continuous animation feel */
.about-slider .owl-stage {
  display: flex;
  align-items: center;
}

.about-slider .owl-item {
  transition-timing-function: linear !important;
}

/* ── FEATURES ── */
.features-section {
  background: var(--brand-light);
  padding: 80px 0;
}
.feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand-green), #020611);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1.2rem;
}

.feature-icon img{
    width: 40px;
        filter: invert(1) brightness(1);
}
.feature-title {
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
.feature-desc {
  color: var(--brand-gray);
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ── COMMUNITY BANNER ── */
.community-banner {
      background: linear-gradient(135deg, #1e0f04, #985116);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.community-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -5%;
  width: 500px;
  height: 500px;
  background: var(--brand-green);
  border-radius: 50%;
  opacity: 0.07;
}
.community-banner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.community-banner p {
  color: #fff;
  max-width: 560px;
  line-height: 1.8;
}
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  font-weight: 800;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition:
    background 0.2s,
    transform 0.2s;
}
.btn-whatsapp:hover {
  background: #1db354;
  color: #fff;
  transform: translateY(-2px);
}

/* ── PROGRAMS ── */
/* ── PROGRAMS GRID ── */
  .programs-section { padding: 80px 0; background: #fff; }
  .prog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
  }
  /* big image tile spans rows 1-2 col 1 */
  .prog-img-tile {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 440px;
  }
  /* remaining 5 cards fill cols 2-3 rows 1-2 + last card col 3 row 2 */
  .prog-tile {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
  }
  .prog-img-tile { position: relative; }
  .prog-img-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .prog-img-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
    padding: 1.5rem 1.2rem .9rem;
  }
  .prog-img-label {
    color: #fff; font-weight: 800; font-size: 1.1rem;
    font-family: 'Bebas Neue', sans-serif; letter-spacing: 1px;
  }

  /* dark cards */
  .prog-dark-tile {
    background: #111820;
    background-image: url('./images/img-05.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1.8rem 1.6rem 1.4rem;
    display: flex; flex-direction: column;
    cursor: pointer;
    transition: background .3s, transform .3s ease-in-out;
    position: relative;
  }
.prog-dark-tile::before{
        position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #311701;
    opacity: 0.7;
}

.wrapper {
    position: relative;
    z-index: 99;
}

  .prog-dark-tile:hover { background: #e9781b; transform: translateY(-3px); }
  .prog-icon { margin-bottom: 1rem; }
  .prog-title {
    font-weight: 800; color: #fff;
    font-size: 1.05rem; line-height: 1.35;
    margin-bottom: .6rem;
  }
  .prog-desc { color: #ffffff; font-size: .85rem; line-height: 1.7; flex: 1; }
  .prog-enroll-btn {
    margin-top: 1rem;
    background: none;
    border: none;
    color: var(--brand-gold);
    font-weight: 800;
    font-size: .82rem;
    letter-spacing: .5px;
    padding: 0;
    cursor: pointer;
    transition: letter-spacing .2s;
    text-align: left;
    width: fit-content;
  }
  .prog-enroll-btn:hover { letter-spacing: 1.5px; }

  @media(max-width: 900px) {
    .prog-grid { grid-template-columns: 1fr 1fr; }
    .prog-img-tile { grid-column: 1 / -1; grid-row: 1; min-height: 260px; }
  }
  @media(max-width: 576px) {
    .prog-grid { grid-template-columns: 1fr; }
    .prog-img-tile { grid-column: 1; grid-row: 1; }
  }




/* ── GALLERY ── */
.gallery-section {
  background: var(--brand-light);
  padding: 80px 0;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
}
.gallery-grid .g-wide {
  grid-column: span 2;
}
.gallery-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.gallery-grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* ── CTA BANNER ── */
.cta-banner {
  /* background: linear-gradient(120deg, var(--brand-dark), var(--brand-navy)); */
  background-image: url('./images/cta-bg-image.webp');
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.cta-banner::after {
      content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* transform: translateX(-50%); */
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: linear-gradient(180deg, #0000007d 64%, #7b3801 100%);
    /* border-radius: 50%; */
}

.cta-banner .container {
    z-index: 99;
}

.cta-banner h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 600;
  color: #fff;
}
.cta-banner p {
  color: #7fa3c8;
  max-width: 500px;
  margin: 0 auto 2rem;
  line-height: 1.8;
}

/* ── LOCATIONS ── */
.locations-section {
  padding: 80px 0;
}
.location-card {
  border: 2px solid #e5eaf2;
  border-radius: 14px;
  padding: 1.6rem;
  height: 100%;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.location-card:hover {
  border-color: var(--brand-green);
  box-shadow: 0 8px 28px rgba(29, 185, 84, 0.15);
}
.location-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-green), var(--brand-navy));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.location-name {
  font-weight: 800;
  color: var(--brand-navy);
  margin-bottom: 0.3rem;
}
.location-addr {
  color: var(--brand-gray);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* ── FAQ ── */
.faq-section {
  background: var(--brand-light);
  padding: 80px 0;
}
.accordion-button:not(.collapsed) {
  background: rgba(29, 185, 84, 0.08);
  color: var(--brand-navy);
  font-weight: 700;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: 1px solid #e5eaf2;
  border-radius: 10px !important;
  margin-bottom: 0.7rem;
  overflow: hidden;
}
.accordion-button {
  font-weight: 700;
  color: var(--brand-navy);
  border-radius: 10px !important;
}

/* ── FOOTER ── */
.site-footer {
  background: var(--brand-navy);
  color: #fff;
  padding: 1rem 1.5rem;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.site-footer a {
  color: #8ab4d8;
  text-decoration: none;
  font-size: 0.88rem;
}
.site-footer a:hover {
  color: var(--brand-green);
}
.site-footer .copyright {
  font-size: 0.88rem;
  color: #8ab4d8;
}


/* ── CONTACT SECTION ── */
  .contact-section {
    background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand-green) 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
  }
  .contact-section::before {
        content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 500px;
    height: 500px;
    background: #000000;
    border-radius: 50%;
    opacity: .06;
  }
  .contact-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -80px;
    width: 350px; height: 350px;
    background: var(--brand-navy);
    border-radius: 50%;
    opacity: .18;
  }
  .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 3rem;
    align-items: start;
    position: relative; z-index: 1;
  }
  @media(max-width:900px) {
    .contact-wrapper { grid-template-columns: 1fr; gap: 2rem; }
  }
  /* left column */
  .contact-left {}
  .contact-info-list { margin-top: 2.2rem; display: flex; flex-direction: column; gap: 1rem; }
  .contact-info-item {
    display: flex; align-items: center; gap: 1rem;
  }
  .cinfo-icon {
    width: 44px; height: 44px; border-radius: 12px;
    background: rgba(29,185,84,.15);
    color: var(--brand-green);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
  }
  .cinfo-label { font-size: .75rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--brand-light); }
  .cinfo-val { font-weight: 700; color: #fff; font-size: .95rem; }

  /* form card */
  .contact-form-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,.3);
  }
  .form-card-header {
    background: linear-gradient(135deg, var(--brand-navy), #1a4080);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    padding: 1.1rem 1.8rem;
    letter-spacing: .5px;
  }
  .form-fields { padding: 1.8rem; }

  /* custom inputs */
  .form-label-custom {
    font-weight: 800;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--brand-navy);
    margin-bottom: .45rem;
    display: block;
  }
  .form-label-custom span { color: var(--brand-green); }
  .input-wrap {
    position: relative;
  }
  .input-wrap i {
    position: absolute;
    left: 14px; top: 50%;
    transform: translateY(-50%);
    color: var(--brand-gray);
    font-size: .95rem;
    pointer-events: none;
  }
  .textarea-wrap i { top: 14px; transform: none; }
  .form-input-custom {
    width: 100%;
    padding: .72rem 1rem .72rem 2.6rem;
    border: 2px solid #e5eaf2;
    border-radius: 10px;
    font-family: 'Nunito', sans-serif;
    font-size: .9rem;
    font-weight: 600;
    color: #222;
    background: #f9fbff;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    appearance: none;
    -webkit-appearance: none;
  }
  .form-input-custom:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 3px rgba(29,185,84,.12);
    background: #fff;
  }
  textarea.form-input-custom { resize: vertical; min-height: 110px; }

  /* submit button */
  .btn-submit {
    width: 100%;
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-gold));
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    border: none;
    border-radius: 12px;
    padding: .9rem;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, opacity .2s;
    letter-spacing: .5px;
  }
  .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(29,185,84,.35);
  }
  .btn-submit:active { transform: translateY(0); }
  .btn-submit.loading { opacity: .7; pointer-events: none; }

  /* success state */
  .submit-success {
    display: none;
    text-align: center;
    padding: 3rem 2rem;
  }
  .submit-success.show { display: block; }
  .success-icon { font-size: 3.5rem; color: var(--brand-green); margin-bottom: 1rem; }
  .success-title { font-family: 'Bebas Neue', sans-serif; font-size: 2rem; color: var(--brand-navy); }
  .success-msg { color: var(--brand-gray); font-size: .95rem; margin-top: .5rem; }

/* ── FLOATING BUTTON ── */
  .float-enquiry-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: linear-gradient(135deg, var(--brand-navy), var(--brand-green));
    color: #fff;
    border: none;
    border-radius: 12px 0 0 12px;
    padding: 20px 0;
    width: 52px;
    height: auto;
    cursor: pointer;
    box-shadow: -4px 4px 20px rgba(155, 75, 10, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    overflow: hidden;
    transition: width .3s ease, padding .3s ease, box-shadow .3s ease;
  }
  .float-enquiry-btn:hover {
    box-shadow: -6px 6px 28px rgba(145, 65, 0, 0.55);
  }
  .float-icon {
    font-size: 1.3rem;
    padding: 6px 0 6px;
    display: block;
  }
  .float-label {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .5px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    padding: 0 14px 14px;
    display: block;
    white-space: nowrap;
  }

/* ── FLOATING WHATSAPP BUTTON ── */
  .float-whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 999;
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .float-whatsapp-btn:hover {
    background: #128c7e;
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.6);
    transform: scale(1.1);
  }
  .float-whatsapp-btn .float-icon {
    font-size: 1.5rem;
  }

  .mobile-action-bar {
    display: none;
    position: fixed;
    inset: auto 0 0 0;
    z-index: 1100;
    padding: 0.7rem;
    background: rgb(178 80 0);
    backdrop-filter: blur(12px);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.18);
  }
  .mobile-action-item {
    flex: 1;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: background 0.2s, transform 0.2s;
  }
  .mobile-action-item:hover,
  .mobile-action-item:focus {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
  }
  .mobile-action-item i {
    font-size: 1.25rem;
  }
  .mobile-action-btn {
    width: 100%;
    /* border: none;
    background: transparent;
    color: inherit; */
    cursor: pointer;
    font: inherit;
    text-align: center;
  }

  @media (max-width: 768px) {
    .float-enquiry-btn {
      display: none !important;
    }
    .mobile-action-bar {
      display: flex;
      gap: 0.4rem;
      flex-wrap: wrap;
    }
    body {
      padding-bottom: 76px;
    }
  }

  .loc-card-body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; gap: 0; background: #fff; }
  .loc-info-block { padding: .9rem 0; border-bottom: 1px solid #f0f3f8; }
  .loc-info-block:last-child { border-bottom: none; }
  .loc-info-label { font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--brand-gray); margin-bottom: .1rem; }
  .loc-info-sub { font-size: .78rem; color: var(--brand-gray); margin-top: .4rem; }
  .loc-timing-grid { display: flex; flex-direction: column; gap: .45rem; }
  .loc-timing-row { display: flex; align-items: center; gap: .7rem; }
  .loc-day-tag {
    background: var(--brand-navy); color: #fff;
    border-radius: 6px; padding: .2rem .65rem;
    font-size: .72rem; font-weight: 800; min-width: 82px; text-align: center;
  }
  .loc-day-tag.wknd { background: var(--brand-gold); color: #4a2c00; }
  .loc-time { font-weight: 800; color: var(--brand-navy); font-size: .88rem; }

.page-banner {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(120deg, #48413c 17%, #a3500c 100%);
  color: #fff;
  overflow: hidden;
}
.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}
.page-banner .banner-card {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}
.page-banner h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
  line-height: 1.05;
}
.page-banner p {
  color: #edf3fb;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
}
.page-content {
  padding: 60px 0;
}
.policy-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(14, 35, 66, 0.08);
  padding: 2.4rem;
  border: 1px solid rgba(15, 35, 66, 0.08);
}

.policy-card .section-title{
      font-size: clamp(1.6rem, 4vw, 2rem);
      font-weight: 600;
}

.policy-card h3 {
      font-size: clamp(1.4rem, 3vw, 1.5rem);
    margin-top: 1.4rem;
}
.policy-card p,
.policy-card li {
  color: var(--brand-gray);
  line-height: 1.8;
  font-size: 1rem;
}
.policy-card ul {
  list-style: disc inside;
  margin-top: 1rem;
}
.btn-secondary {
  background: #fff;
  color: var(--brand-navy);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.75rem 1.8rem;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  transition: background 0.2s, color 0.2s;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--brand-navy);
}
@media (max-width: 768px) {
  .page-banner {
    padding: 70px 0;
  }
  .page-banner .banner-card {
    padding: 2.2rem 1.6rem;
  }
}

@media (max-width:576px){
    .btn-call {
        font-size: 0.95rem;
        padding: 10px 10px;
    }

    .site-header .logo-img {
    max-width: 125px;
}

.hero-section {
        padding: 60px 20px;
}

.mobile-action-item i {
      font-size: 1rem;
    }

    .mobile-action-item {
      font-size: 12px;
    }

.modal-body {
    padding-bottom: 0 !important;
}
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-grid .g-wide {
    grid-column: span 2;
  }
  .about-img-grid img {
    height: 130px;
  }
  .about-img-grid img:first-child {
    height: 160px;
  }

  .gallery-section{
    padding: 40px 0;
  }

  .contact-section {
    padding: 40px 0;
  }

  .mentor-name{
    font-size: 28px;
    margin-top: 20px;
  }

  .mentor-bio {
    line-height: 1.6;
    font-size: 1rem;
  }
  .mentor-card ul li {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid .g-wide {
    grid-column: span 1;
  }
}
