
:root {
  --font-size: 16px;
  --background: #ffffff;
  --foreground: oklch(0.145 0 0);
  --card: #ffffff;
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
}

.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.145 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.145 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.985 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.396 0.141 25.723);
  --destructive-foreground: oklch(0.637 0.237 25.331);
  --border: oklch(0.269 0 0);
  --input: oklch(0.269 0 0);
  --ring: oklch(0.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0);
}

 
main{
    width:100%;
    overflow-x:hidden;
}
 
 
    /* ════════════════════════════════
       SECTION
    ════════════════════════════════ */
    .hero-section {
      padding-top: 190px;
      padding-bottom: 100px;
      background: linear-gradient(135deg, #0a2e18 0%, #14532d 45%, #1c6b45 75%, #2f6f64 100%);
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    /* ════════════════════════════════
       LEFT COLUMN
    ════════════════════════════════ */
    .hero-welcome-icon {
      color: #C9A227;
      font-size: 20px;
    }

    .hero-welcome-text {
      color: #C9A227 !important;
      font-weight: 600;
      font-size: 0.92rem;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .hero-heading {
      font-size: 3rem;
      line-height: 1.2;
      color: #ffffff !important;
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
    }

    .hero-heading-highlight {
      color: #C9A227 !important;
      font-family: 'Poppins', sans-serif;
    }

    .hero-subtext {
      font-size: 1.05rem;
      color: rgba(255, 255, 255, 0.78) !important;
      line-height: 1.8;
    }

    .hero-admission-strip {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 11px 20px;
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.22);
      border-radius: 12px;
      color: #ffffff !important;
      font-weight: 600;
      font-size: 0.9rem;
    }

    .hero-admission-strip-icon {
      color: #C9A227;
      font-size: 18px;
      flex-shrink: 0;
    }

    .btn-hero-primary {
      background-color: #C9A227 !important;
      border-color: #C9A227 !important;
      color: #ffffff !important;
      font-weight: 600;
      padding: 12px 32px;
      border-radius: 10px;
      font-size: 1rem;
      transition: background-color 0.2s, border-color 0.2s;
    }

    .btn-hero-primary:hover {
      background-color: #b08c1f !important;
      border-color: #b08c1f !important;
    }

    .btn-hero-outline {
      background-color: transparent !important;
      border: 2px solid rgba(255, 255, 255, 0.50) !important;
      color: #ffffff !important;
      font-weight: 600;
      padding: 12px 32px;
      border-radius: 10px;
      font-size: 1rem;
      transition: background-color 0.2s;
    }

    .btn-hero-outline:hover {
      background-color: rgba(255, 255, 255, 0.10) !important;
    }

    .hero-feature-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 16px;
      background: rgba(255, 255, 255, 0.10);
      border: 1px solid rgba(255, 255, 255, 0.20);
      border-radius: 10px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #ffffff !important;
    }

    .hero-feature-pill-icon {
      color: #C9A227;
      font-size: 17px;
    }

    /* ════════════════════════════════
       RIGHT COLUMN – REDESIGNED
    ════════════════════════════════ */
    .hero-right-col {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    /* -- Stats row across the top -- */
    .hero-stats-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
    }

    .hero-stat-card {
      background: rgba(255, 255, 255, 0.12);
      border: 1px solid rgba(255, 255, 255, 0.20);
      border-radius: 16px;
      padding: 20px 14px;
      text-align: center;
      backdrop-filter: blur(8px);
    }

    .hero-stat-card-icon {
      font-size: 26px;
      color: #C9A227;
      margin-bottom: 8px;
      display: block;
    }

    .hero-stat-number {
      font-size: 1.75rem;
      font-weight: 700;
      color: #ffffff;
      line-height: 1;
      font-family: 'Poppins', sans-serif;
    }

    .hero-stat-label {
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.65);
      margin-top: 4px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* -- Image + Form side by side -- */
    .hero-media-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      align-items: stretch;
    }

    /* Image panel */
    .hero-img-panel {
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      min-height: 340px;
    }

    .hero-img-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .hero-img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(10, 46, 24, 0.60) 0%, transparent 55%);
    }

    .hero-img-caption {
      position: absolute;
      bottom: 16px;
      left: 16px;
      right: 16px;
    }

    .hero-img-caption-title {
      color: #ffffff;
      font-weight: 700;
      font-size: 1rem;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 2px;
    }

    .hero-img-caption-sub {
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.78rem;
    }

    /* Enquiry form panel */
    .hero-enquiry-panel {
      background: #ffffff;
      border-radius: 20px;
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
    }

    .hero-enquiry-panel-title {
      color: #14532D;
      font-size: 1.05rem;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 4px;
    }

    .hero-enquiry-panel-sub {
      color: #6b7280;
      font-size: 0.80rem;
      margin-bottom: 16px;
    }

    .hero-enquiry-panel .form-control,
    .hero-enquiry-panel .form-select {
      border: 1.5px solid #d1e7d9 !important;
      border-radius: 8px !important;
      font-size: 0.875rem !important;
      padding: 9px 12px !important;
      color: #374151 !important;
      background-color: #f9fdfb !important;
      transition: border-color 0.2s !important;
    }

    .hero-enquiry-panel .form-control:focus,
    .hero-enquiry-panel .form-select:focus {
      border-color: #14532D !important;
      box-shadow: none !important;
      background-color: #ffffff !important;
    }

    .hero-enquiry-panel .form-control::placeholder {
      color: #9ca3af !important;
    }

    .btn-enquiry-submit {
      background-color: #14532D !important;
      border-color: #14532D !important;
      color: #ffffff !important;
      font-weight: 600;
      border-radius: 8px !important;
      padding: 10px !important;
      font-size: 0.9rem !important;
      margin-top: auto;
      width: 100%;
      transition: background-color 0.2s;
    }

    .btn-enquiry-submit:hover {
      background-color: #0f3d23 !important;
    }

    /* -- Highlight banner strip at bottom -- */
    .hero-highlight-strip {
      background: rgba(201, 162, 39, 0.15);
      border: 1px solid rgba(201, 162, 39, 0.35);
      border-radius: 14px;
      padding: 16px 20px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 12px;
      flex-wrap: wrap;
    }

    .hero-highlight-item {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #ffffff;
      font-size: 0.82rem;
      font-weight: 600;
    }

    .hero-highlight-item-icon {
      color: #C9A227;
      font-size: 16px;
    }

    .hero-highlight-divider {
      width: 1px;
      height: 20px;
      background: rgba(255, 255, 255, 0.20);
    }

    /* ════════════════════════════════
       RESPONSIVE
    ════════════════════════════════ */
    @media (max-width: 991.98px) {
      .hero-section {
        padding-top: 100px;
        padding-bottom: 60px;
      }

      .hero-heading {
        font-size: 2.1rem !important;
      }

      .hero-media-row {
        grid-template-columns: 1fr !important;
      }

      .hero-img-panel {
        min-height: 240px !important;
      }

      .hero-highlight-divider {
        display: none;
      }
    }

    @media (max-width: 575.98px) {
      .hero-section {
        padding-top: 210px;
        padding-bottom: 60px;
      }
      .hero-stats-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
      }

      .hero-stat-number {
        font-size: 1.3rem !important;
      }
    }

    /* ════════════════════════════════
     ABOUT SECTION
  ════════════════════════════════ */
  .about-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f7faf8;
  }

  /* -- Section title -- */
  .section-subtitle {
    display: inline-block;
    color: #C9A227;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }

  .section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
  }

  /* ── Image collage ── */
  .about-collage {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .about-collage-main {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
  }

  .about-collage-main .about-collage-img {
    height: 440px;
  }

  .about-collage-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #14532D;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: 0.5px;
  }

  .about-collage-badge-icon {
    color: #C9A227;
    font-size: 15px;
  }

  .about-collage-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .about-collage-cell {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
  }

  .about-collage-cell .about-collage-img {
    height: 190px;
  }

  .about-collage-img {
    width: 100%;
    object-fit: cover;
    display: block;
  }

  .about-collage-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(10, 46, 24, 0.78) 0%, transparent 100%);
    color: #ffffff;
    font-size: 0.80rem;
    font-weight: 600;
    padding: 24px 12px 10px;
    letter-spacing: 0.3px;
  }

  /* ── Body text ── */
  .about-body-text {
    font-size: 1.02rem;
    line-height: 1.85;
    color: #4b5563;
    margin-bottom: 16px;
  }

  /* ── Strengths card ── */
  .about-strengths-card {
    background: #ffffff;
    border: 1.5px solid #d1e7d9;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .about-strengths-header {
    background: #14532D;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .about-strengths-header-icon {
    color: #C9A227;
    font-size: 17px;
  }

  .about-strengths-list {
    list-style: none;
    margin: 0;
    padding: 12px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .about-strengths-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    color: #374151;
    line-height: 1.5;
  }

  .about-strengths-check {
    color: #14532D;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  /* ── Stats strip ── */
  .about-stats-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f7f3;
    border: 1.5px solid #d1e7d9;
    border-radius: 14px;
    padding: 18px 24px;
    gap: 12px;
  }

  .about-stat-item {
    text-align: center;
    flex: 1;
  }

  .about-stat-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
  }

  .about-stat-label {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

  .about-stat-divider {
    width: 1px;
    height: 36px;
    background: #c3dccb;
    flex-shrink: 0;
  }

  /* ── CTA Button ── */
  .btn-about-primary {
    background-color: #14532D !important;
    border-color: #14532D !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 10px;
    font-size: 1rem;
    transition: background-color 0.2s;
  }

  .btn-about-primary:hover {
    background-color: #0f3d23 !important;
    border-color: #0f3d23 !important;
  }

  /* ── Responsive ── */
  @media (max-width: 991.98px) {
    .about-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .section-heading {
      font-size: 1.8rem !important;
    }

    .about-collage-main .about-collage-img {
      height: 220px !important;
    }

    .about-collage-cell .about-collage-img {
      height: 160px !important;
    }

    .about-stats-strip {
      flex-wrap: wrap;
      gap: 10px;
    }

    .about-stat-divider {
      display: none;
    }

    .about-stat-item {
      flex: 0 0 30%;
    }
  }

  /* ════════════════════════════════
     VM SECTION
  ════════════════════════════════ */
  .vm-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f0f7f3;
    background-image:
      radial-gradient(circle at 20% 30%, rgba(20, 83, 45, 0.07) 0%, transparent 55%),
      radial-gradient(circle at 80% 70%, rgba(47, 111, 100, 0.07) 0%, transparent 55%);
  }

  /* ── Base card ── */
  .vm-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 28px;
    text-align: center;
    height: 100%;
    border-bottom: 4px solid transparent;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
  }

  .vm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  }

  /* ── Border accent per variant ── */
  .vm-card--green { border-bottom-color: #14532D; }
  .vm-card--gold  { border-bottom-color: #C9A227; }
  .vm-card--teal  { border-bottom-color: #2F6F64; }

  /* ── Icon wrapper ── */
  .vm-icon-wrap {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vm-icon-wrap--green { background: rgba(20, 83, 45, 0.10); }
  .vm-icon-wrap--gold  { background: rgba(201, 162, 39, 0.12); }
  .vm-icon-wrap--teal  { background: rgba(47, 111, 100, 0.10); }

  .vm-icon {
    font-size: 38px;
  }

  .vm-icon-wrap--green .vm-icon { color: #14532D; }
  .vm-icon-wrap--gold  .vm-icon { color: #C9A227; }
  .vm-icon-wrap--teal  .vm-icon { color: #2F6F64; }

  /* ── Title ── */
  .vm-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 14px;
  }

  .vm-card-title--green { color: #14532D; }
  .vm-card-title--gold  { color: #C9A227; }
  .vm-card-title--teal  { color: #2F6F64; }

  /* ── Body text ── */
  .vm-card-text {
    color: #6b7280;
    font-size: 0.97rem;
    line-height: 1.78;
    margin-bottom: 0;
  }

  /* ── Responsive ── */
  @media (max-width: 767.98px) {
    .vm-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .vm-card {
      padding: 30px 22px !important;
    }

    .vm-card-title {
      font-size: 1.2rem !important;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .dm-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(
      135deg,
      #0a2e18 0%,
      #14532d 40%,
      #124128 70%,
      #0d2f22 100%
    )
  }

  .dm-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
  }

  /* section-subtitle reuse — override color for dark bg */
  .dm-section .section-subtitle {
    color: #C9A227;
  }

  /* ════════════════════════════════
     PROFILE CARD
  ════════════════════════════════ */
  .dm-profile-card {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    overflow: hidden;
  }

  .dm-profile-img-wrap {
    position: relative;
  }

  .dm-profile-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: 0px -93px;
    display: block;
    /*filter: blur(9px);*/
  }

  .dm-profile-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 46, 24, 0.55) 0%, transparent 60%);
  }

  .dm-profile-info {
    padding: 20px 22px 24px;
    position: relative;
    z-index: 99999;
    background: #265c3d;
  }

  .dm-profile-name {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 4px;
  }

  .dm-profile-role {
    color: #C9A227;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0;
  }

  .dm-profile-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 14px 0;
  }

  .dm-profile-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .dm-profile-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.72);
  }

  .dm-profile-meta-icon {
    color: #C9A227;
    font-size: 14px;
    flex-shrink: 0;
  }

  /* ════════════════════════════════
     MESSAGE PANEL
  ════════════════════════════════ */
  .dm-message-wrap {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 36px 36px 28px;
  }

  .dm-quote-icon {
    color: #C9A227;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.75;
  }

  .dm-blockquote {
    font-size: 1.12rem;
    line-height: 1.85;
    color: #ffffff;
    font-style: italic;
    border-left: 3px solid #C9A227;
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .dm-body-text {
    font-size: 1rem;
    line-height: 1.82;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 16px;
  }

  .dm-closing-text {
    font-size: 0.97rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.60);
    font-style: italic;
    margin-bottom: 28px;
  }

  /* Signature strip */
  .dm-signature-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    margin-bottom: 22px;
  }

  .dm-signature-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #C9A227;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: 'Poppins', sans-serif;
  }

  .dm-signature-name {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
  }

  .dm-signature-title {
    color: rgba(255, 255, 255, 0.60);
    font-size: 0.78rem;
    margin-top: 2px;
  }

  /* Pills */
  .dm-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .dm-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: rgba(201, 162, 39, 0.15);
    border: 1px solid rgba(201, 162, 39, 0.30);
    border-radius: 30px;
    color: #C9A227;
    font-size: 0.80rem;
    font-weight: 600;
  }

  .dm-pill-icon {
    font-size: 13px;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 991.98px) {
    .dm-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .dm-section-heading {
      font-size: 1.8rem !important;
    }

    .dm-message-wrap {
      padding: 24px 20px 20px !important;
    }

    .dm-blockquote {
      font-size: 1rem !important;
    }

    .dm-profile-img {
      height: 240px !important;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .academics-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f7faf8;
  }

  .academics-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .academics-section-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     CARD
  ════════════════════════════════ */
  .ac-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
  }

  .ac-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.13);
  }

  /* ── Image block ── */
  .ac-card-img-wrap {
    position: relative;
    overflow: hidden;
  }

  .ac-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .ac-card:hover .ac-card-img {
    transform: scale(1.04);
  }

  .ac-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 46, 24, 0.45) 0%, transparent 60%);
  }

  .ac-card-img-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #14532D;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
  }

  .ac-card-img-badge-icon {
    color: #C9A227;
    font-size: 13px;
  }

  /* ── Body block ── */
  .ac-card-body {
    padding: 28px 28px 24px;
  }

  .ac-icon-wrap {
    width: 54px;
    height: 54px;
    background: #e8f3ec;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  .ac-icon {
    font-size: 24px;
    color: #14532D;
  }

  .ac-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .ac-card-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.75;
    margin-bottom: 18px;
  }

  /* ── Tags ── */
  .ac-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ac-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f7f3;
    border: 1px solid #c3dccb;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #14532D;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 767.98px) {
    .academics-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .academics-section-heading {
      font-size: 1.8rem !important;
    }

    .ac-card-img {
      height: 180px !important;
    }

    .ac-card-body {
      padding: 20px !important;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .is-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(
      135deg,
      #0a2e18 0%,
      #14532d 40%,
      #124128 70%,
      #0d2f22 100%
    );
  }

  .is-subtitle {
    display: inline-block;
    color: #C9A227;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }

  .is-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .is-section-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75) !important;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     IMAGE
  ════════════════════════════════ */
  .is-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }

  .is-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
  }

  .is-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to bottom,
      rgba(10, 46, 24, 0.18) 0%,
      transparent 40%,
      rgba(10, 46, 24, 0.45) 100%
    );
  }

  /* Floating pills over image */
  .is-img-pill {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    letter-spacing: 0.3px;
  }

  .is-img-pill--tl {
    top: 18px;
    left: 18px;
  }

  .is-img-pill--br {
    bottom: 18px;
    right: 18px;
  }

  .is-img-pill-icon {
    color: #C9A227;
    font-size: 14px;
  }

  /* ════════════════════════════════
     BODY TEXT
  ════════════════════════════════ */
  .is-body-text {
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
  }

  /* ════════════════════════════════
     MODULE CARDS
  ════════════════════════════════ */
  .is-modules {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 28px;
  }

  .is-module-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 14px;
    padding: 20px 22px;
    transition: background 0.25s ease, border-color 0.25s ease;
  }

  .is-module-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(201, 162, 39, 0.45);
  }

  .is-module-icon-wrap {
    width: 48px;
    height: 48px;
    background: #C9A227;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .is-module-icon {
    font-size: 20px;
    color: #ffffff;
  }

  .is-module-content {
    flex: 1;
  }

  .is-module-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 6px;
  }

  .is-module-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     STAT STRIP
  ════════════════════════════════ */
  .is-stat-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 14px;
    padding: 18px 24px;
    gap: 12px;
  }

  .is-stat-item {
    text-align: center;
    flex: 1;
  }

  .is-stat-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
  }

  .is-stat-label {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.60);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

  .is-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 991.98px) {
    .is-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .is-section-heading {
      font-size: 1.8rem !important;
    }

    .is-img {
      height: 300px !important;
    }

    .is-stat-strip {
      flex-wrap: wrap;
      gap: 16px;
    }

    .is-stat-divider {
      display: none;
    }

    .is-stat-item {
      flex: 0 0 30%;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .fac-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
  }

  .fac-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .fac-section-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     CARD
  ════════════════════════════════ */
  .fac-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .fac-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(20, 83, 45, 0.13);
    border-color: #a8d4b5;
  }

  /* ── Image ── */
  .fac-card-img-wrap {
    position: relative;
    overflow: hidden;
  }

  .fac-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .fac-card:hover .fac-card-img {
    transform: scale(1.06);
  }

  .fac-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(10, 46, 24, 0.40) 0%,
      transparent 60%
    );
  }

  /* ── Body ── */
  .fac-card-body {
    padding: 20px 20px 22px;
  }

  .fac-icon-wrap {
    width: 48px;
    height: 48px;
    background: #e8f3ec;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: background 0.25s ease;
  }

  .fac-card:hover .fac-icon-wrap {
    background: #14532D;
  }

  .fac-icon {
    font-size: 22px;
    color: #14532D;
    transition: color 0.25s ease;
  }

  .fac-card:hover .fac-icon {
    color: #C9A227;
  }

  .fac-card-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
  }

  .fac-card-text {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.65;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 767.98px) {
    .fac-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .fac-section-heading {
      font-size: 1.8rem !important;
    }

    .fac-card-img {
      height: 140px !important;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .ev-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f5faf7;
  }

  .ev-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .ev-section-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     CARD
  ════════════════════════════════ */
  .ev-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    display: flex;
    flex-direction: column;
  }

  .ev-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(20, 83, 45, 0.13);
    border-color: #a8d4b5;
  }

  /* ── Image ── */
  .ev-card-img-wrap {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }

  .ev-card-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
  }

  .ev-card:hover .ev-card-img {
    transform: scale(1.05);
  }

  .ev-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(10, 46, 24, 0.50) 0%,
      transparent 55%
    );
  }

  /* Category pill – top left */
  .ev-card-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #14532D;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.3px;
  }

  .ev-card-category-icon {
    color: #C9A227;
    font-size: 11px;
  }

  /* ── Card body ── */
  .ev-card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  /* Date badge */
  .ev-date-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0f7f3;
    border: 1px solid #c3dccb;
    border-radius: 30px;
    padding: 5px 12px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #14532D;
    margin-bottom: 14px;
    width: fit-content;
  }

  .ev-date-icon {
    font-size: 13px;
    color: #C9A227;
  }

  /* Title */
  .ev-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  /* Description */
  .ev-card-text {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 0;
    flex: 1;
  }

  /* ── Card footer ── */
  .ev-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #edf3ef;
  }

  .ev-card-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #C9A227;
  }

  .ev-card-tag-icon {
    font-size: 12px;
  }

  .ev-card-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: #14532D;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease, color 0.2s ease;
  }

  .ev-card-link:hover {
    color: #C9A227;
    gap: 8px;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 767.98px) {
    .ev-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .ev-section-heading {
      font-size: 1.8rem !important;
    }

    .ev-card-img {
      height: 180px !important;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .ach-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(
      135deg,
      #0a2e18 0%,
      #14532d 40%,
      #124128 70%,
      #0d2f22 100%
    )
  }

  /* ── Title block ── */
  .ach-subtitle {
    display: inline-block;
    color: #C9A227;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
  }

  .ach-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .ach-section-desc {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     COUNTER CARDS
  ════════════════════════════════ */
  .ach-counter-card {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .ach-counter-card:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(201, 162, 39, 0.45);
    transform: translateY(-4px);
  }

  .ach-counter-icon {
    font-size: 36px;
    color: #C9A227;
    display: block;
    margin-bottom: 14px;
  }

  .ach-counter-number {
    font-size: 2.6rem;
    font-weight: 700;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    margin-bottom: 8px;
  }

  .ach-counter-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
  }

  /* ════════════════════════════════
     IMAGE PANEL
  ════════════════════════════════ */
  .ach-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  }

  .ach-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
  }

  .ach-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(10, 46, 24, 0.70) 0%,
      rgba(10, 46, 24, 0.15) 50%,
      transparent 100%
    );
  }

  /* Top-left badge */
  .ach-img-badge {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    letter-spacing: 0.3px;
  }

  .ach-img-badge--tl {
    top: 18px;
    left: 18px;
  }

  .ach-img-badge-icon {
    color: #C9A227;
    font-size: 14px;
  }

  /* Bottom result card */
  .ach-img-result {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .ach-img-result-left {
    flex: 1;
  }

  .ach-img-result-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
  }

  .ach-img-result-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.72);
    margin-top: 3px;
  }

  .ach-img-result-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.20);
    flex-shrink: 0;
  }

  .ach-img-result-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .ach-img-result-icon {
    font-size: 22px;
    color: #C9A227;
  }

  .ach-img-result-caption {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.60);
    white-space: nowrap;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 991.98px) {
    .ach-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .ach-section-heading {
      font-size: 1.8rem !important;
    }

    .ach-img {
      height: 320px !important;
    }

    .ach-counter-number {
      font-size: 2rem !important;
    }
  }

  @media (max-width: 575.98px) {
    .ach-counter-card {
      padding: 20px 14px !important;
    }

    .ach-counter-number {
      font-size: 1.7rem !important;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .gal-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f5faf7;
  }

  .gal-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .gal-section-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     MASONRY LAYOUT
     CSS-only column masonry:
     three equal columns, images
     stack naturally inside each.
  ════════════════════════════════ */
  .gal-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: start;
  }

  .gal-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* ════════════════════════════════
     GALLERY ITEM
  ════════════════════════════════ */
  .gal-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.30s ease, box-shadow 0.30s ease;
  }

  .gal-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 28px rgba(20, 83, 45, 0.18);
  }

  .gal-img {
    width: 100%;
    display: block;
    transition: transform 0.40s ease;
  }

  .gal-item:hover .gal-img {
    transform: scale(1.06);
  }

  /* ── Hover overlay ── */
  .gal-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(10, 46, 24, 0.72) 0%,
      transparent 55%
    );
    opacity: 0;
    transition: opacity 0.30s ease;
    display: flex;
    align-items: flex-end;
    padding: 16px;
  }

  .gal-item:hover .gal-item-overlay {
    opacity: 1;
  }

  .gal-item-caption {
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    transform: translateY(6px);
    transition: transform 0.30s ease;
  }

  .gal-item:hover .gal-item-caption {
    transform: translateY(0);
  }

  /* ════════════════════════════════
     VIEW ALL BUTTON
  ════════════════════════════════ */
  .btn-gal-primary {
    background-color: #14532D !important;
    border-color: #14532D !important;
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 36px;
    border-radius: 10px;
    font-size: 1rem;
    transition: background-color 0.2s, border-color 0.2s;
  }

  .btn-gal-primary:hover {
    background-color: #0f3d23 !important;
    border-color: #0f3d23 !important;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 899.98px) {
    .gal-masonry {
      grid-template-columns: repeat(2, 1fr) !important;
    }

    /* Hide third column – redistribute images via nth-child */
    .gal-col:nth-child(3) {
      display: none;
    }
  }

  @media (max-width: 749.98px) {
    .gal-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .gal-section-heading {
      font-size: 1.8rem !important;
    }

    .gal-masonry {
      grid-template-columns: 1fr !important;
    }

    .gal-col:nth-child(2),
    .gal-col:nth-child(3) {
      display: none;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .sc-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
  }

  .sc-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .sc-section-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     CARD
  ════════════════════════════════ */
  .sc-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    display: flex;
    flex-direction: column;
  }

  .sc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 36px rgba(20, 83, 45, 0.13);
    border-color: #a8d4b5;
  }

  /* ── Image ── */
  .sc-card-img-wrap {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }

  .sc-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.40s ease;
  }

  .sc-card:hover .sc-card-img {
    transform: scale(1.06);
  }

  .sc-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(10, 46, 24, 0.42) 0%,
      transparent 60%
    );
  }

  /* ── Body ── */
  .sc-card-body {
    padding: 20px 20px 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  /* Icon */
  .sc-icon-wrap {
    width: 50px;
    height: 50px;
    background: #e8f3ec;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    transition: background 0.25s ease;
  }

  .sc-card:hover .sc-icon-wrap {
    background: #14532D;
  }

  .sc-icon {
    font-size: 22px;
    color: #14532D;
    transition: color 0.25s ease;
  }

  .sc-card:hover .sc-icon {
    color: #C9A227;
  }

  /* Title */
  .sc-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
  }

  /* Text */
  .sc-card-text {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.68;
    flex: 1;
    margin-bottom: 0;
  }

  /* ── Footer tag ── */
  .sc-card-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #edf3ef;
  }

  .sc-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #f0f7f3;
    border: 1px solid #c3dccb;
    border-radius: 30px;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #14532D;
  }

  .sc-tag-icon {
    font-size: 11px;
    color: #C9A227;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 767.98px) {
    .sc-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .sc-section-heading {
      font-size: 1.8rem !important;
    }

    .sc-card-img {
      height: 140px !important;
    }
  }

  /* ════════════════════════════════
     SECTION BASE
  ════════════════════════════════ */
  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(
      135deg,
      #0a2e18 0%,
      #14532d 40%,
      #124128 70%,
      #124128 100%
    );
    position: relative;
    overflow: hidden;
  }

  .cta-container {
    position: relative;
    z-index: 2;
  }

  /* ── Dot pattern overlay ── */
  .cta-pattern {
    position: absolute;
    inset: 0;
    background-image:
      radial-gradient(circle at 20px 20px, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      radial-gradient(circle at 60px 60px, rgba(201, 162, 39, 0.05) 1px, transparent 1px);
    background-size: 80px 80px;
    background-position: 0 0, 40px 40px;
    z-index: 0;
  }

  /* ── Decorative blobs ── */
  .cta-blob {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
  }

  .cta-blob--tl {
    width: 320px;
    height: 320px;
    top: -100px;
    left: -100px;
    background: rgba(201, 162, 39, 0.07);
  }

  .cta-blob--br {
    width: 280px;
    height: 280px;
    bottom: -80px;
    right: -80px;
    background: rgba(255, 255, 255, 0.05);
  }

  /* ════════════════════════════════
     ICON CIRCLE
  ════════════════════════════════ */
  .cta-icon-circle {
    width: 100px;
    height: 100px;
    background: rgba(201, 162, 39, 0.18);
    border: 2px solid rgba(201, 162, 39, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
  }

  .cta-icon {
    font-size: 48px;
    color: #C9A227;
  }

  /* ════════════════════════════════
     OPEN BADGE
  ════════════════════════════════ */
  .cta-open-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 162, 39, 0.15);
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #C9A227;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .cta-open-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C9A227;
    display: inline-block;
    animation: cta-pulse 1.6s ease-in-out infinite;
  }

  @keyframes cta-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.5; transform: scale(0.75); }
  }

  /* ════════════════════════════════
     HEADING & TEXT
  ════════════════════════════════ */
  .cta-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff !important;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .cta-body-text {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.75;
    margin-bottom: 36px;
  }

  .cta-highlight {
    color: #C9A227;
    font-weight: 700;
  }

  /* ════════════════════════════════
     BUTTONS
  ════════════════════════════════ */
  .cta-btn-row {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .btn-cta-primary {
    background-color: #C9A227 !important;
    border-color: #C9A227 !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
  }

  .btn-cta-primary:hover {
    background-color: #b08c1f !important;
    border-color: #b08c1f !important;
    transform: translateY(-2px);
  }

  .btn-cta-outline {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.55) !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 13px 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
  }

  .btn-cta-outline:hover {
    background-color: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.80) !important;
    transform: translateY(-2px);
  }

  /* ════════════════════════════════
     DIVIDER
  ════════════════════════════════ */
  .cta-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 auto 36px;
    max-width: 480px;
  }

  /* ════════════════════════════════
     DATES STRIP
  ════════════════════════════════ */
  .cta-dates-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    margin-bottom: 36px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    padding: 24px 16px;
  }

  .cta-date-item {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 0 16px;
  }

  .cta-date-icon {
    font-size: 20px;
    color: #C9A227;
    display: block;
    margin-bottom: 8px;
  }

  .cta-date-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 4px;
    line-height: 1;
  }

  .cta-date-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }

  .cta-date-divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
  }

  /* ════════════════════════════════
     TRUST PILLS
  ════════════════════════════════ */
  .cta-trust-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cta-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 30px;
    padding: 7px 14px;
    font-size: 0.80rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    transition: background 0.2s, border-color 0.2s;
  }

  .cta-trust-pill:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(201, 162, 39, 0.40);
  }

  .cta-trust-icon {
    font-size: 13px;
    color: #C9A227;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 991.98px) {
    .cta-section {
      padding-top: 70px;
      padding-bottom: 70px;
    }

    .cta-heading {
      font-size: 2.2rem !important;
    }

    .cta-date-divider {
      display: none;
    }

    .cta-date-item {
      flex: 0 0 100%;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .cta-date-item:last-child {
      border-bottom: none;
    }
  }

  @media (max-width: 575.98px) {
    .cta-heading {
      font-size: 1.8rem !important;
    }

    .cta-body-text {
      font-size: 1rem !important;
    }

    .btn-cta-primary,
    .btn-cta-outline {
      width: 100%;
      justify-content: center;
    }
  }

  /* ════════════════════════════════
     SECTION
  ════════════════════════════════ */
  .ct-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f5faf7;
  }

  .ct-section-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
  }

  .ct-section-desc {
    font-size: 1rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ════════════════════════════════
     FORM CARD
  ════════════════════════════════ */
  .ct-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 36px 32px;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 8px 28px rgba(20, 83, 45, 0.08);
    height: 100%;
  }

  .ct-form-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1.5px solid #edf3ef;
  }

  .ct-form-header-icon {
    width: 52px;
    height: 52px;
    background: #e8f3ec;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #14532D;
    flex-shrink: 0;
  }

  .ct-form-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3px;
  }

  .ct-form-subtitle {
    font-size: 0.82rem;
    color: #6b7280;
    margin-bottom: 0;
  }

  /* ── Labels ── */
  .ct-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
  }

  .ct-label-icon {
    font-size: 13px;
    color: #14532D;
  }

  /* ── Inputs ── */
  .ct-input {
    border: 1.5px solid #d1e7d9 !important;
    border-radius: 10px !important;
    font-size: 0.9rem !important;
    padding: 10px 14px !important;
    color: #374151 !important;
    background-color: #f9fdfb !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
  }

  .ct-input:focus {
    border-color: #14532D !important;
    box-shadow: 0 0 0 3px rgba(20, 83, 45, 0.10) !important;
    background-color: #ffffff !important;
  }

  .ct-input::placeholder {
    color: #9ca3af !important;
  }

  .ct-textarea {
    resize: vertical;
    min-height: 110px;
  }

  /* ── Submit button ── */
  .btn-ct-submit {
    background-color: #14532D !important;
    border-color: #14532D !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 28px;
    border-radius: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, transform 0.2s;
  }

  .btn-ct-submit:hover {
    background-color: #0f3d23 !important;
    transform: translateY(-2px);
  }

  /* ════════════════════════════════
     RIGHT INFO COLUMN
  ════════════════════════════════ */
  .ct-info-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ct-info-heading {
    font-size: 1.15rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
  }

  .ct-info-heading-icon {
    color: #C9A227;
    font-size: 18px;
  }

  /* ── Campus cards ── */
  .ct-campus-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 22px;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
  }

  .ct-campus-card:hover {
    box-shadow: 0 8px 24px rgba(20, 83, 45, 0.11);
    border-color: #a8d4b5;
  }

  .ct-campus-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  .ct-campus-badge {
    background: #14532D;
    color: #ffffff;
    font-size: 0.70rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ct-campus-badge--branch {
    background: #2F6F64;
  }

  .ct-campus-name {
    font-size: 1rem;
    font-weight: 700;
    color: #C9A227;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
  }

  .ct-campus-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ct-campus-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #6b7280;
  }

  .ct-campus-icon {
    color: #14532D;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .ct-campus-link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
  }

  .ct-campus-link:hover {
    color: #14532D;
  }

  /* ── Bottom row: hours + quick contact ── */
  .ct-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .ct-hours-card,
  .ct-quick-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 18px 16px;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  }

  .ct-hours-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #14532D;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf3ef;
  }

  .ct-hours-icon {
    color: #C9A227;
    font-size: 16px;
  }

  .ct-hours-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ct-hours-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }

  .ct-hours-day {
    font-size: 0.80rem;
    color: #6b7280;
  }

  .ct-hours-time {
    font-size: 0.80rem;
    font-weight: 600;
    color: #374151;
  }

  .ct-hours-closed {
    color: #e24b4a !important;
  }

  .ct-hours-divider {
    height: 1px;
    background: #f0f4f2;
  }

  /* ── Quick contact ── */
  .ct-quick-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ct-quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .ct-quick-item:hover {
    opacity: 0.80;
  }

  .ct-quick-item-icon {
    width: 34px;
    height: 34px;
    background: #e8f3ec;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #14532D;
    flex-shrink: 0;
  }

  .ct-quick-item-icon--wa {
    background: #dcfce7;
    color: #16a34a;
  }

  .ct-quick-item-label {
    font-size: 0.72rem;
    color: #9ca3af;
    line-height: 1;
    margin-bottom: 2px;
  }

  .ct-quick-item-value {
    font-size: 0.78rem;
    font-weight: 600;
    color: #374151;
    line-height: 1;
  }

  /* ── Map ── */
  .ct-map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid #e5ede8;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    position: relative;
  }

  .ct-map-iframe {
    border: 0;
    display: block;
  }

  .ct-map-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #14532D;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .ct-map-label-icon {
    color: #C9A227;
    font-size: 13px;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 991.98px) {
    .ct-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .ct-section-heading {
      font-size: 1.8rem !important;
    }

    .ct-form-card {
      padding: 24px 20px !important;
    }
  }

  @media (max-width: 575.98px) {
    .ct-bottom-row {
      grid-template-columns: 1fr !important;
    }
  }

  
  /* ════════════════════════════════
     FOOTER BASE
  ════════════════════════════════ */
  .ft-footer {
    background: #0a2e18;
    position: relative;
  }

  /* ── Wave ── */
  .ft-wave {
    line-height: 0;
    background: #f5faf7;
  }

  .ft-wave svg {
    width: 100%;
    height: 60px;
    display: block;
  }

  /* ── Main body ── */
  .ft-main {
    padding: 60px 0 40px;
  }

  /* ════════════════════════════════
     BRAND COLUMN
  ════════════════════════════════ */
  .ft-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .ft-logo-icon {
    width: 48px;
    height: 48px;
    background: rgba(201, 162, 39, 0.18);
    border: 1px solid rgba(201, 162, 39, 0.35);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .ft-logo-icon-i {
    font-size: 22px;
    color: #C9A227;
  }

  .ft-logo-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
  }

  .ft-logo-tagline {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.50);
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .ft-about-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.8;
    margin-bottom: 18px;
  }

  /* Admission strip */
  .ft-admission-strip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.28);
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #C9A227;
    margin-bottom: 20px;
  }

  .ft-admission-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C9A227;
    display: inline-block;
    flex-shrink: 0;
    animation: ft-pulse 1.6s ease-in-out infinite;
  }

  @keyframes ft-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.45; transform: scale(0.72); }
  }

  /* Social buttons */
  .ft-social-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .ft-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
  }

  .ft-social-btn:hover {
    background: #C9A227;
    border-color: #C9A227;
    color: #ffffff;
    transform: translateY(-3px);
  }

  .ft-social-btn--wa:hover {
    background: #16a34a;
    border-color: #16a34a;
  }

  /* ════════════════════════════════
     LINK COLUMNS
  ════════════════════════════════ */
  .ft-col-heading {
    font-size: 0.95rem;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C9A227;
    display: inline-block;
  }

  .ft-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .ft-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    transition: color 0.2s, gap 0.2s;
  }

  .ft-link:hover {
    color: #C9A227;
    gap: 10px;
  }

  .ft-link-chevron {
    font-size: 11px;
    flex-shrink: 0;
  }

  /* ════════════════════════════════
     CONTACT COLUMN
  ════════════════════════════════ */
  .ft-contact-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }

  .ft-contact-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 0;
  }

  .ft-contact-block-label {
    font-size: 0.72rem;
    font-weight: 700;
    color: #C9A227;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
  }

  .ft-contact-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
  }

  .ft-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.845rem;
    color: rgba(255, 255, 255, 0.62);
  }

  .ft-contact-icon {
    color: #C9A227;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
  }

  .ft-contact-link {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    transition: color 0.2s;
  }

  .ft-contact-link:hover {
    color: #C9A227;
  }

  /* Hours mini strip */
  .ft-hours-strip {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .ft-hours-strip-icon {
    color: #C9A227;
    font-size: 14px;
    flex-shrink: 0;
  }

  /* ════════════════════════════════
     BOTTOM BAR
  ════════════════════════════════ */
  .ft-bottom {
    background: rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0;
  }

  .ft-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ft-bottom-copy,
  .ft-bottom-credit {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0;
  }
  .ft-bottom-copy a{
    text-decoration: none;
    color: #fff;
  }
  .ft-heart {
    color: #e24b4a;
    font-size: 12px;
    margin: 0 2px;
  }

  /* ════════════════════════════════
     RESPONSIVE
  ════════════════════════════════ */
  @media (max-width: 767.98px) {
    .ft-main {
      padding: 40px 0 30px;
    }

    .ft-bottom-inner {
      flex-direction: column;
      text-align: center;
    }

    .ft-col-heading {
      font-size: 0.88rem !important;
    }
  }

  /* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

/* Pulse ring animation */
.whatsapp-float::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: whatsapp-pulse 2s ease-out infinite;
}

@keyframes whatsapp-pulse {
  0%   { transform: scale(1);   opacity: 0.8; }
  100% { transform: scale(1.8); opacity: 0; }
}

#go-to-top {
  position: fixed;
  right: 34px;
  bottom: 110px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #198754;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.15s ease, background 0.15s ease;
  z-index: 999;
}
#go-to-top.visible        { opacity: 1; pointer-events: auto; }
#go-to-top:hover          { background: #157347; transform: scale(1.1); }
#go-to-top:active         { transform: scale(0.95); }
#go-to-top i              { font-size: 20px; color: #fff; }
