
    /* ══════════════════════════════════════════
       DESIGN SYSTEM VARIABLES
    ══════════════════════════════════════════ */
    :root {
      --teal:      #0f7ea3;
      --teal-lt:   #e6f4f9;
      --amber:     #f5a623;
      --amber-lt:  #fff8ec;
      --navy:      #0d2b45;
      --ink:       #1a1a2e;
      --slate:     #4a5568;
      --mist:      #f7f9fc;
      --white:     #ffffff;
      --border:    #e2e8f0;
      --red-cta:   #e8394a;
      --green-cta: #1a9b5f;
      --shadow-sm: 0 2px 12px rgba(0,0,0,.08);
      --shadow-md: 0 8px 32px rgba(0,0,0,.12);
      --shadow-lg: 0 20px 60px rgba(0,0,0,.15);
      --r:         14px;
      --font-head: 'Playfair Display', serif;
      --font-body: 'DM Sans', sans-serif;
    }

    /* ══════════════════════════════════════════
       MOBILE FIX: Global resets
    ══════════════════════════════════════════ */
    *, *::before, *::after { box-sizing: border-box; }
    html { overflow-x: hidden; }
    body {
      overflow-x: hidden;
      font-family: var(--font-body);
      /* ✅ MOBILE FIX: extra bottom padding for fixed contact bar */
      padding-bottom: 70px;
    }
    img { max-width: 100%; height: auto; }

    /* ══════════════════════════════════════════
       STICKY ENQUIRE BUTTON
    ══════════════════════════════════════════ */
    .sticky-enquire-btn {
      position: fixed;
      top: 40%;
      right: 0;
      background: #e7505a;
      color: #fff;
      padding: 12px 18px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      border-radius: 8px 0 0 8px;
      transform: rotate(-90deg) translate(50%, 0);
      transform-origin: right bottom;
      z-index: 9999;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
      letter-spacing: 0.5px;
      transition: 0.3s ease;
    }
    .sticky-enquire-btn:hover { background: #e65100; }
    /* ✅ MOBILE FIX: hide on very small screens to avoid overlap */
    @media(max-width: 480px) { .sticky-enquire-btn { display: none; } }
    
    /* ══════════════════════════════════════════
       HEADER CSS
    ══════════════════════════════════════════ */
    * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'DM Sans', sans-serif; }

    .hdr { background: #fff; border-bottom: 1px solid #e5e7eb; }

    /* TOP BAR */
    .topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 32px;
      border-bottom: 1px solid #e5e7eb;
    }
    .logo-area { display: flex; align-items: center; gap: 16px; }
    .logo-img { height: 80px; width: auto; display: block; }

    .badge {
      display: flex;
      align-items: center;
      gap: 10px;
      background: #fff8ec;
      border: 1.5px solid #fae3b8;
      border-radius: 8px;
      padding: 6px 14px 6px 10px;
    }
    .badge-ring {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: #0d2b45;
      border: 2px solid #f5a623;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      line-height: 1.1;
    }
    .badge-num { color: #f5a623; font-size: 15px; font-weight: 600; }
    .badge-unit { color: #f5a623; font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
    .badge-stars { color: #f5a623; font-size: 13px; }
    .badge-label { font-size: 13px; font-weight: 600; color: #633806; }

    .topbar-right { display: flex; align-items: center; gap: 12px; }

    .contact-link {
      display: flex; align-items: center; gap: 7px;
      font-size: 14px; font-weight:500; color: #01050e; text-decoration: none;
      padding: 6px 12px;
      border-radius: 8px;
      border: 1px solid #e5e7eb;
      background: #f9fafb;
      transition: background 0.15s;
    }
    .contact-link:hover { background: #f3f4f6; }
    .contact-icon {
      width: 14px; height: 14px;
      fill: none; stroke: currentColor;
      stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
      flex-shrink: 0;
    }

    /* NAVBAR */
    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 32px;
      height: 54px;
    }

    /* Programs button */
    .programs-btn {
      display: flex; align-items: center; gap: 8px;
      background: #0d2b45; color: #f5f5f5;
      padding: 8px 20px;
      border-radius: 8px;
      font-size: 15px; font-weight: 500;
      cursor: pointer; border: none;
      font-family: inherit; letter-spacing: 0.2px;
      white-space: nowrap;
    }

    /* Nav links */
    .nav-links { display: flex; align-items: center; gap: 4px; }
    .nav-item { position: relative; }
    .nav-link {
      display: flex; align-items: center; gap: 4px;
      padding: 7px 14px;
      font-size: 16px; font-weight:600; color: #020f29; text-decoration: none;
      border-radius: 8px; cursor: pointer;
      border: none; background: none;
      font-family: inherit; letter-spacing: 0.2px;
      white-space: nowrap;
      transition: background 0.15s, color 0.15s;
    }
    .nav-link:hover { background: #f3f4f6; color: #111827; }
    .caret { font-size: 10px; opacity: 0.45; }
    .divider { width: 1px; height: 20px; background: #e5e7eb; margin: 0 4px; }
    .shop-btn {
      background: #f5a623; color: #fff;
      padding: 8px 20px; border-radius: 8px;
      font-size: 15px; font-weight: 500;
      text-decoration: none; white-space: nowrap;
      border: none; cursor: pointer; font-family: inherit;
      transition: background 0.15s;
    }
    .shop-btn:hover { background: #e09615; }

    /* Dropdowns */
   .dropdown {
      position: absolute;
      top: calc(100% + 6px);
      left: 0;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 8px;
      min-width: 220px;
      z-index: 1000;
      box-shadow: 0 4px 16px rgba(0,0,0,0.07);
      opacity: 0;
      pointer-events: none;
      transform: translateY(6px);
      transition: opacity 0.18s ease, transform 0.18s ease;
    }
    .nav-item:hover .dropdown {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }
    .nav-item::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;        /* bridges the gap */
      background: transparent;
    }
    .dd-sep { height: 1px; background: #e5e7eb; margin: 6px 0; }
    .dd-item {
      display: block;
      font-size: 14px; font-weight:500; color: #211e1e; text-decoration: none;
      padding: 7px 12px; border-radius: 6px; white-space: nowrap;
      transition: background 0.12s, color 0.12s;
    }
    .dd-item:hover { background: #f3f4f6; color: #111827; }

    
    /* Add invisible bridge to prevent gap */
    .prog-wrap::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      background: transparent;
    }
    .prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .prog-cat {
      padding: 12px;
      border-radius: 8px;
      background: #f9fafb;
      border: 1px solid #e5e7eb;
    }
    
    .c-font-22, .c-layout-footer.c-layout-footer-3 .c-prefooter .c-content-title-1>h3, h1 {
    font-size: 35px;
    }
     /* ══════════════════════════════════════════
   GAP FIX
══════════════════════════════════════════ */
.c-layout-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.c-layout-header-fixed .c-layout-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Add 3D perspective to the hero */
#feature-15-5 {
  perspective: 1000px;
}
.banner_transpara {
  transform: rotateX(5deg);
  transform-style: preserve-3d;
}

/* ══════════════════════════════════════════
   PROGRAMS MEGA MENU — REDESIGNED DESKTOP
══════════════════════════════════════════ */

/* Wider dropdown — full 5 columns */
.prog-wrap { position: relative; }

.prog-dropdown {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  width: 960px !important;
  max-height: 480px !important;
  overflow-y: auto !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 20px !important;
  z-index: 9999 !important;
  display: none;
  box-shadow: 0 20px 60px rgba(0,0,0,0.14) !important;
}

/* Show on hover */
.prog-wrap:hover .prog-dropdown { display: block; }

/* Top header strip inside dropdown */
.prog-dropdown::before {
  content: 'All Certification Programs';
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0f7ea3;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 2px solid #e6f4f9;
}

/* 5-column grid */
.prog-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 6px !important;
}

/* Each category block */
.prog-cat {
  background: #f8fbfd !important;
  border: 1px solid #e6f0f6 !important;
  border-radius: 10px !important;
  padding: 12px 10px !important;
  transition: border-color 0.2s !important;
}
.prog-cat:hover {
  border-color: #0f7ea3 !important;
  background: #f0f8fc !important;
}

/* Category title */
.prog-cat-title {
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  color: #0d2b45 !important;
  margin-bottom: 10px !important;
  padding-bottom: 6px !important;
  border-bottom: 2px solid #0f7ea3 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  line-height: 1.3 !important;
}

/* Each program link */
.prog-cat-item {
  display: block !important;
  font-size: 12.5px !important;
  color: #030b19 !important;
  font-weight:500;
  text-decoration: none !important;
  padding: 4px 6px !important;
  border-radius: 5px !important;
  margin-bottom: 1px !important;
  line-height: 1.35 !important;
  transition: background 0.12s, color 0.12s, padding-left 0.15s !important;
  position: relative !important;
}
.prog-cat-item:hover {
  background: #0f7ea3 !important;
  color: #fff !important;
  padding-left: 10px !important;
}

/* Second title inside same column (for OD+Coaching, Recruitment+Coaching) */
.prog-cat .prog-cat-title + .prog-cat-title,
.prog-cat-title[style*="margin-top"] {
  margin-top: 12px !important;
  padding-top: 8px !important;
  border-top: 1px solid #e2e8f0 !important;
}

/* Scrollbar styling for dropdown */
.prog-dropdown::-webkit-scrollbar { width: 4px; }
.prog-dropdown::-webkit-scrollbar-track { background: #f1f5f9; border-radius: 4px; }
.prog-dropdown::-webkit-scrollbar-thumb { background: #0f7ea3; border-radius: 4px; }

/* ── Tablet fix (1100px–992px) ── */
@media(max-width: 1100px) {
  .prog-dropdown { width: 760px !important; }
  .prog-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ══════════════════════════════════════════
   HAMBURGER — hidden on desktop
══════════════════════════════════════════ */
.mobile-programs-btn { display: none; }
.mobile-hamburger { display: none; }
.mobile-drawer    { display: none; }

/* ══════════════════════════════════════════
   TABLET (≤1100px) — narrower dropdown
══════════════════════════════════════════ */
@media(max-width: 1100px) {
  .prog-dropdown { width: 700px !important; }
  .prog-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

/* ══════════════════════════════════════════
   TABLET/MOBILE (≤991px) — hamburger kicks in
══════════════════════════════════════════ */
/* ══ TABLET/MOBILE (≤991px) — hamburger kicks in ══ */
@media(max-width: 991px) {

  /* Hide desktop nav */
  .nav-links  { display: none !important; }
  .prog-wrap  { display: none !important; }

  /* Navbar height */
  .navbar {
    padding: 0 16px;
    height: 50px;
    justify-content: space-between;
    position: relative;
  }

  /* Programs button shown on left in mobile */
  .mobile-programs-btn {
    display: flex !important;
    align-items: center;
    gap: 6px;
    background: #0d2b45;
    color: #f5f5f5;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    white-space: nowrap;
  }

  /* ── Hamburger button ── */
  .mobile-hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    font-size: 22px;
    color: #0d2b45;
    font-family: inherit;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .mobile-hamburger:hover { background: #e6f4f9; color: #0f7ea3; }

  /* ── Mobile drawer ── */
  .mobile-drawer {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 3px solid #0f7ea3;
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
    z-index: 9997;
    flex-direction: column;
    max-height: 75vh;
    overflow-y: auto;
  }
  .mobile-drawer.is-open { display: flex !important; }

  /* Drawer links */
  .mobile-drawer a,
  .mobile-drawer .m-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #0d2b45;
    text-decoration: none;
    border-bottom: 1px solid #f0f2f5;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: background 0.15s;
  }
  .mobile-drawer a:hover,
  .mobile-drawer .m-btn:hover { background: #e6f4f9; color: #0f7ea3; }

  /* Toggle buttons */
  .mobile-drawer .m-btn {
    font-weight: 700;
    background: #f7f9fc;
  }
  .mobile-drawer .m-btn .m-arrow {
    font-size: 11px;
    transition: transform 0.25s;
    flex-shrink: 0;
  }
  .mobile-drawer .m-btn.active .m-arrow { transform: rotate(180deg); }

  /* Sub-menu */
  .mobile-sub-menu {
    display: none;
    background: #f7f9fc;
  }
  .mobile-sub-menu.is-open { display: block !important; }

  /* Section headers inside sub-menu */
  .mobile-sub-menu .m-sub-section {
    padding: 8px 20px 4px 20px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #0f7ea3;
    background: #e6f4f9;
    border-bottom: 1px solid #d0eaf5;
    border-top: 1px solid #d0eaf5;
  }
  .mobile-sub-menu a {
    padding: 10px 20px 10px 28px !important;
    font-size: 13px !important;
    color: #4a5568 !important;
    border-bottom: 1px solid #eef0f3 !important;
    font-weight: 400 !important;
    display: block !important;
    justify-content: unset !important;
  }
  .mobile-sub-menu a:hover { color: #0f7ea3 !important; background: #e6f4f9 !important; }

  /* Shop button */
  .mobile-drawer .m-shop {
    background: #f5a623 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center !important;
    justify-content: center !important;
    margin: 10px 16px !important;
    border-radius: 8px !important;
    width: calc(100% - 32px) !important;
    border: none !important;
  }
  .mobile-drawer .m-shop:hover { background: #e09615 !important; }
}

/* ══════════════════════════════════════════
   SMALL TABLET (≤768px)
══════════════════════════════════════════ */
@media(max-width: 768px) {
  .topbar-right a[href^="mailto"] { display: none !important; }
  .logo-img { height: 46px !important; }
  .badge-ring { width: 36px; height: 36px; }
  .badge-num  { font-size: 12px; }
  .badge-unit { font-size: 7px; }
  .badge-label { font-size: 11px; }
}

/* ══════════════════════════════════════════
   MOBILE (≤480px)
══════════════════════════════════════════ */
@media(max-width: 480px) {
  .badge { display: none !important; }
  .logo-img { height: 38px !important; }
  .topbar { padding: 8px 12px; }
  .contact-link { font-size: 11px !important; padding: 4px 8px !important; }
  .navbar { height: 46px; }
  .mobile-drawer { top: 46px; }
  .mobile-hamburger { width: 38px; height: 38px; font-size: 20px; }
}


    /* ══════════════════════════════════════════
       HEADER STYLES
    ══════════════════════════════════════════ */
    .header_left_contact i {
      background-color: #1b3a61;
      color: #fff;
      padding: 6px;
      border-radius: 50%;
      margin-right: 5px;
    }
    .header_left_contact a {
      font-family: var(--font-body) !important;
      font-size: 13px !important;
      font-weight: 500 !important;
    }
    .cd-dropdown-trigger {
      font-family: var(--font-body) !important;
      font-size: 12px !important;
      font-weight: 700 !important;
      letter-spacing: 1.2px !important;
    }
    

    /* ══════════════════════════════════════════
       DROPDOWN SUBMENU FLYOUT
    ══════════════════════════════════════════ */
    .dropdown-submenu { position: relative; }
    .dropdown-submenu > .dropdown-menu {
      top: 0; left: 100%;
      margin-top: -1px;
      display: none;
      position: absolute;
      z-index: 9999;
      min-width: 280px;
      background: #fff;
      border: 1px solid #e2e8f0;
      box-shadow: 0 8px 24px rgba(0,0,0,0.12);
      border-radius: 6px;
      padding: 6px 0;
    }
    .dropdown-submenu:hover > .dropdown-menu { display: block; }
    .dropdown-submenu > .dropdown-menu li a {
      display: block;
      padding: 9px 18px;
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      color: #0d2b45;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s, color 0.2s;
    }
    .dropdown-submenu > .dropdown-menu li a:hover { background: #e6f4f9; color: #0f7ea3; }
    .dropdown-submenu > a::after { content: " ▶"; float: right; font-size: 11px; margin-top: 2px; opacity: 0.8; }

    /* ══════════════════════════════════════════
       MISSION RIBBON
    ══════════════════════════════════════════ */
    .mission-ribbon-wrapper { margin-top: 0; }
    .mission-ribbon-new {
      background: linear-gradient(90deg, #fff 0%, #e6f4f9 30%, #e6f4f9 70%, #fff 100%);
      border-top: 3px solid #0f7ea3;
      border-bottom: 3px solid #0f7ea3;
      padding: 18px 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      perspective: 600px;
      transform: rotateX(2deg);
    }
    .mrn-line { flex: 1; max-width: 80px; height: 1px; background: linear-gradient(90deg, transparent, #0f7ea3); }
    .mrn-line:last-of-type { background: linear-gradient(90deg, #0f7ea3, transparent); }
    .mrn-icon { font-size: 20px; }
    .mrn-text {
      font-family: var(--font-head);
      font-size: clamp(1rem, 2vw, 1.4rem);
      font-weight: 700;
      color: var(--navy);
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .mrn-text strong { color: #0f7ea3; }
    @media(max-width: 768px) {
      .mission-ribbon-new { padding: 16px 20px; gap: 12px; }
      .mrn-line, .mrn-icon { display: none; }
      .mrn-text { font-size: 0.9rem; }
    }

    /* ══════════════════════════════════════════
       HERO / BANNER FONTS
    ══════════════════════════════════════════ */
    .c-content-feature-15 h1,
    .c-content-feature-15 .h1_title_tag { font-family: var(--font-head) !important; color: #ffffff !important; }
    .h1_title_tag .c-theme-font { color: #32c5d2 !important; }
    .top_banner_btn .btn {
      background-color: #e7505a !important;
      border-color: #e7505a !important;
      color: #ffffff !important;
      font-family: var(--font-body) !important;
      font-weight: 700 !important;
      letter-spacing: 1px !important;
    }
    .top_banner_btn .btn:hover { background-color: #c0392b !important; border-color: #c0392b !important; }
    #enrollBtn {
      background-color: #e7505a !important;
      border-color: #e7505a !important;
      color: #ffffff !important;
      font-family: var(--font-body) !important;
      font-weight: 700 !important;
      letter-spacing: 1.5px !important;
      text-transform: uppercase !important;
    }
    #enrollBtn:hover { background-color: #c0392b !important; border-color: #c0392b !important; }
    .banner_transpara h3 {
      font-family: var(--font-head) !important;
      font-weight: 900 !important;
      font-size: 1.8rem !important;
    }
    .banner_transpara p {
      font-family: var(--font-body) !important;
      font-weight: 700 !important;
      letter-spacing: 0.5px !important;
      font-size: 13px !important;
      text-transform: uppercase !important;
    }
    #search_table_input { font-family: var(--font-body) !important; font-size: 15px !important; }

    /* ✅ MOBILE FIX: Hero banner responsive */
    @media(max-width: 768px) {
      .c-content-feature-15 .col-md-offset-2 { height: auto !important; padding: 20px 10px 30px !important; }
      .c-content-feature-15 h1 { font-size: 1.4rem !important; margin-top: 15px !important; }
      .banner_transpara h3 { font-size: 1.2rem !important; }
      .banner_transpara p { font-size: 10px !important; }
      .c-content-feature-15 { min-height: auto !important; }
      #enrollBtn { width: 100%; margin-top: 10px; }
      .input-group.input-group-lg { flex-direction: column; gap: 8px; }
      .input-group.input-group-lg .form-control { border-radius: 4px !important; width: 100% !important; }
      .input-group.input-group-lg .input-group-btn { width: 100%; }
      .input-group.input-group-lg .input-group-btn .btn { width: 100%; border-radius: 4px !important; }
    }

    /* ══════════════════════════════════════════
       ✅ SEARCH BAR — FIXED DROPDOWN
    ══════════════════════════════════════════ */
    #search_program_form { position: relative; }
    #keywords_search_table_div {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 9999;
      background: #fff;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 8px 8px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.15);
      max-height: 320px;
      overflow-y: auto;
      display: none;
    }
    #keywords_search_table { width: 100%; border-collapse: collapse; }
    #keywords_search_table tr {
      cursor: pointer;
      border-bottom: 1px solid #f0f0f0;
      transition: background 0.15s;
    }
    #keywords_search_table tr:hover { background: #e6f4f9; }
    #keywords_search_table tr td {
      padding: 11px 16px;
      font-family: var(--font-body);
      font-size: 14px;
      color: var(--navy);
    }
    #keywords_search_table tr td a {
      color: var(--navy);
      text-decoration: none;
      display: block;
    }
    #keywords_search_table tr:hover td a { color: var(--teal); }
    /* Highlight matching text */
    #keywords_search_table tr td a .match-highlight {
      background: #ffe082;
      border-radius: 2px;
      padding: 0 2px;
    }

    /* ══════════════════════════════════════════
   MOBILE SEARCH BAR FIX
   Smaller button + larger text box
══════════════════════════════════════════ */
@media(max-width: 768px) {
  /* Flex layout for search row */
  .input-group.input-group-lg {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
  }

  /* Bigger text input */
  .input-group.input-group-lg .form-control#search_table_input {
    flex: 1 1 auto !important;
    width: auto !important;
    font-size: 13px !important;
    padding: 8px 12px !important;
    height: 42px !important;
    border-radius: 4px 0 0 4px !important;
    min-width: 0 !important;
  }

  /* Compact search button */
  .input-group.input-group-lg .input-group-btn {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .input-group.input-group-lg .input-group-btn .btn,
  #search_submit_btn {
    width: auto !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
    height: 42px !important;
    letter-spacing: 0.5px !important;
    border-radius: 0 4px 4px 0 !important;
    white-space: nowrap !important;
  }
}
    /* ══════════════════════════════════════════
       SECTION BASE
    ══════════════════════════════════════════ */
    .mehr-section { padding: 80px 0; }
    .mehr-section.bg-mist { background: var(--mist); }
    .mehr-section.bg-teal-lt { background: var(--teal-lt); }
    .container-xl { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
    .section-title {
      font-family: var(--font-head);
      font-size: clamp(1.6rem, 3.5vw, 3rem);
      font-weight: 900;
      color: var(--navy);
      line-height: 1.2;
      margin-bottom: 12px;
    }
    .section-header { margin-bottom: 48px; }
    .section-header.centered { text-align: center; }
    /* ✅ MOBILE FIX */
    @media(max-width: 768px) {
      .mehr-section { padding: 50px 0; }
      .container-xl { padding: 0 16px; }
      .section-header { margin-bottom: 28px; }
    }

    /* ══════════════════════════════════════════
       TRENDING CAROUSEL
    ══════════════════════════════════════════ */
    .trending-carousel-wrapper { position: relative; }
    .trending-carousel-wrapper .slick-prev,
    .trending-carousel-wrapper .slick-next { display: none !important; }
    .trending-nav-btns { display: flex; gap: 10px; justify-content: flex-end; margin-bottom: 16px; }
    .trend-nav-btn {
      width: 42px; height: 42px;
      border-radius: 50%;
      border: 2px solid var(--teal);
      background: white;
      color: var(--teal);
      font-size: 18px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .2s;
    }
    .trend-nav-btn:hover { background: var(--teal); color: white; }
    #trending-carousel .cc-card { margin: 9px 10px; }

    /* ══════════════════════════════════════════
       CC-CARD
    ══════════════════════════════════════════ */
    .cc-card {
      background: white;
      border: 1.5px solid transparent;
      border-radius: var(--r);
      padding: 26px 20px 20px;
      transition: all .3s;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      margin: 9px 10px;
      display: flex;
      flex-direction: column;
      height: 100%;
      box-sizing: border-box;
      box-shadow: 0 0 0 1.5px rgba(15,126,163,.25), 0 4px 24px rgba(15,126,163,.12), inset 0 1px 0 rgba(255,255,255,.8);
      transform-style: preserve-3d;
     transition: transform 0.6s;
    }
    .cc-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, #0f7ea3, #f5a623, #0f7ea3);
      background-size: 200%;
      border-radius: 14px 14px 0 0;
      transition: background-position .5s;
    }
    .cc-card-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--teal-lt), #b3dff0);
      display: flex; align-items: center; justify-content: center;
      font-size: 22px;
      margin-bottom: 14px;
      transition: transform .3s;
    }
    .cc-card:hover {
      box-shadow: 0 0 0 2px var(--teal), 0 12px 36px rgba(15,126,163,.22), inset 0 1px 0 rgba(255,255,255,.8);
      transform: translateY(-7px) rotateY(8deg) rotateX(4deg);
      border-color: transparent;
    }
    .cc-card:hover::before { background-position: 100%; }
    .cc-card:hover .cc-card-icon { transform: scale(1.12) rotate(-0.5deg); }
    .cc-tag {
      display: inline-block;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      padding: 3px 10px;
      border-radius: 20px;
      margin-bottom: 12px;
      background: var(--teal-lt);
      color: var(--teal);
      border: 1px solid rgba(15,126,163,.2);
    }
    .cc-tag.amber { background: var(--amber-lt); color: #c07000; border-color: rgba(245,166,35,.3); }
    .cc-tag.red { background: #fff0f2; color: var(--red-cta); border-color: rgba(232,57,74,.2); }
    .cc-tag.navy { background: #e8edf3; color: var(--navy); border-color: rgba(13,43,69,.2); }
    .cc-card h5 { font-size: 16px; font-weight: 600; color: var(--navy); line-height: 1.5; min-height: 54px; margin-bottom: 16px; }
    .cc-card .cc-desc { font-size: 15px; color: var(--slate); line-height: 1.6; margin-bottom: 14px; flex: 1; }
    .cc-footer {
      display: flex; align-items: center; justify-content: space-between;
      border-top: 1px solid var(--border);
      padding-top: 12px;
      margin-top: auto;
      flex-shrink: 0;
    }
    .cc-cta {
      font-size: 12px; font-weight: 800; color: var(--teal);
      text-transform: uppercase; letter-spacing: .8px;
      display: flex; align-items: center; gap: 4px;
    }
    .cc-cta::after { content:'→'; transition:transform .2s; }
    .cc-card:hover .cc-cta::after { transform:translateX(4px); }
    .cc-count { font-size: 12px; color: var(--slate); font-weight: 600; }

    /* ✅ MOBILE FIX: cards */
    @media(max-width: 480px) {
      .cc-card { margin: 6px 4px; padding: 18px 14px 14px; }
      .cc-card h5 { font-size: 16px; min-height: auto; }
      .cc-card .cc-desc { font-size: 13px; }
    }

    /* ══ SLICK equal height ══ */
    #trending-carousel .slick-track,
    #career-slider-1 .slick-track,
    #career-slider-2 .slick-track,
    #career-slider-3 .slick-track { display: flex !important; }
    #trending-carousel .slick-slide,
    #career-slider-1 .slick-slide,
    #career-slider-2 .slick-slide,
    #career-slider-3 .slick-slide { height: auto !important; display: flex !important; }
    #trending-carousel .slick-slide > div,
    #career-slider-1 .slick-slide > div,
    #career-slider-2 .slick-slide > div,
    #career-slider-3 .slick-slide > div { display: flex; width: 100%; }

    /* ══════════════════════════════════════════
       CAREER PATH GRID
    ══════════════════════════════════════════ */
    .career-path-grid { display: grid; grid-template-columns: 300px 1fr; gap: 28px; align-items: start; }
    .career-static-card {
      background: linear-gradient(145deg, var(--teal) 0%, #085e7d 100%);
      border-radius: var(--r); padding: 36px 28px;
      position: relative; overflow: hidden;
      box-shadow: 0 20px 50px rgba(15,126,163,.3);
      transform-style: preserve-3d;
      perspective: 800px;
      min-height: 300px;
    }
    .career-static-card:hover {
     transform: rotateY(-5deg) rotateX(3deg) translateZ(20px);
    }
    .career-static-card::before {
      content: ''; position: absolute; top: -50px; right: -50px;
      width: 180px; height: 180px; border-radius: 50%;
      background: rgba(255,255,255,.07);
    }
    .career-static-card::after {
      content: ''; position: absolute; bottom: -40px; left: -40px;
      width: 140px; height: 140px; border-radius: 50%;
      background: rgba(255,255,255,.05);
    }
    .cs-badge {
      display: inline-block; background: rgba(255,255,255,.15); color: white;
      font-size: 11px; font-weight: 700; text-transform: uppercase;
      letter-spacing: 1.5px; padding: 5px 12px; border-radius: 20px; margin-bottom: 16px;
    }
    .career-static-card h4 { font-family: var(--font-head); font-size: 1.5rem; color: white; margin-bottom: 16px; line-height: 1.35; }
    .career-static-card p { color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
    .cs-webinar-btn {
      display: inline-block; background: white; color: var(--teal);
      font-size: 13px; font-weight: 800; text-transform: uppercase;
      letter-spacing: 1px; padding: 13px 24px; border-radius: 8px;
      text-decoration: none; transition: all .25s;
    }
    .cs-webinar-btn:hover { background: var(--amber); color: var(--navy); }
    .career-cards-slider { overflow: hidden; }
    /* ✅ MOBILE FIX */
    @media(max-width: 1024px) { .career-path-grid { grid-template-columns: 240px 1fr; } }
    @media(max-width: 768px) {
      .career-path-grid { grid-template-columns: 1fr; }
      .career-static-card { min-height: auto; padding: 24px 20px; }
    }

    /* ══════════════════════════════════════════
       PSYCHOMETRIC CARDS
    ══════════════════════════════════════════ */
    .psy-grid-new {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px;
      max-width: 960px;
      margin: 0 auto;
    }
    .psy-card-link {
      background: #fff; border-radius: 14px; padding: 28px 22px 22px;
      text-decoration: none; display: flex; flex-direction: column;
      gap: 12px; position: relative; overflow: hidden; transition: box-shadow .2s;
      transform-style: preserve-3d;
    }
    .psy-card-link:hover {
     transform: translateY(-4px) rotateX(6deg);
    }
    /* ══ PSY CAROUSEL EQUAL HEIGHT FIX ══ */
    #psy-carousel .slick-track { display: flex !important; }
    #psy-carousel .slick-slide { height: auto !important; display: flex !important; }
    #psy-carousel .slick-slide > div { display: flex; width: 100%; }
    #psy-carousel .slick-slide > div > div { display: flex; width: 100%; }
    #psy-carousel .psy-card-link {
      display: flex;
      flex-direction: column;
      height: 100%;
      min-height: 280px;
    }
    #psy-carousel .psy-card-link p { flex: 1; }
    #psy-carousel .psy-card-link .psy-cta-text { margin-top: auto; }
    .psy-card-link:hover { box-shadow: 0 12px 36px rgba(0,0,0,.12); transform: translateY(-4px); }
    .psy-card-accent { position: absolute; top: 0; left: 0; right: 0; height: 3px; border-radius: 14px 14px 0 0; }
    .psy-free-badge {
      position: absolute; top: 14px; right: 14px;
      font-size: 10px; font-weight: 700;
      background: #f5fff5; color: #1a9b5f;
      padding: 3px 8px; border-radius: 20px; border: 1px solid #c3e6cb;
    }
    .psy-icon-box { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
    .psy-label { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; display: inline-block; width: fit-content; }
    .psy-card-link h3 { font-size: 18px; font-weight: 600; color: var(--navy); margin: 0; line-height: 1.45; }
    .psy-card-link p { font-size: 13px; color: var(--slate); margin: 0; line-height: 1.6; flex: 1; }
    .psy-cta-text { font-size: 16px; font-weight: 700; margin-top: 4px; }
    .psy-section-desc { font-size: 15px; color: var(--slate); margin-top: 6px; }
    .psy-card-link.pink { border: 2.5px solid #f0d0e4; }
    .psy-card-link.pink .psy-accent { background: #b76297; }
    .psy-card-link.pink .psy-icon-box { background: #fbeaf0; }
    .psy-card-link.pink .psy-label { background: #fbeaf0; color: #72243e; }
    .psy-card-link.pink .psy-cta-text { color: #b76297; }
    .psy-card-link.amber { border: 2.5px solid #fae3b8; }
    .psy-card-link.amber .psy-accent { background: #f5a623; }
    .psy-card-link.amber .psy-icon-box { background: #faeeda; }
    .psy-card-link.amber .psy-label { background: #faeeda; color: #633806; }
    .psy-card-link.amber .psy-cta-text { color: #d4880f; }
    .psy-card-link.blue { border: 2.5px solid #b5d4f4; }
    .psy-card-link.blue .psy-accent { background: #0d2b45; }
    .psy-card-link.blue .psy-icon-box { background: #e6f1fb; }
    .psy-card-link.blue .psy-label { background: #e6f1fb; color: #0c447c; }
    .psy-card-link.blue .psy-cta-text { color: #185fa5; }
    .psy-card-link.teal { border: 2.5px solid #9fe1cb; }
    .psy-card-link.teal .psy-accent { background: #0f7ea3; }
    .psy-card-link.teal .psy-icon-box { background: #e1f5ee; }
    .psy-card-link.teal .psy-label { background: #e1f5ee; color: #085041; }
    .psy-card-link.teal .psy-cta-text { color: #0f7ea3; }
    /* ✅ MOBILE FIX */
    @media(max-width: 480px) {
      .psy-grid-new { grid-template-columns: 1fr 1fr; gap: 12px; }
      .psy-card-link { padding: 20px 14px 16px; }
      .psy-card-link h3 { font-size: 15px; }
    }
    @media(max-width: 360px) { .psy-grid-new { grid-template-columns: 1fr; } }

    /* ══════════════════════════════════════════
       LEARN WITH MEHR
    ══════════════════════════════════════════ */
    .lm-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }
    .lm-card {
      text-decoration: none; border-radius: 14px; overflow: hidden;
      background: #fff; border: 1.5px solid var(--border);
      display: flex; flex-direction: column; transition: box-shadow .2s, transform .2s;
    }
    .lm-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,.1); transform: translateY(-4px); }
    .lm-card .lm-img { overflow: hidden; }
    .lm-card.featured .lm-img { height: 200px; }
    .lm-card.stacked .lm-img { height: 200px; }
    .lm-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
    .lm-card:hover .lm-img img { transform: scale(1.04); }
    .lm-body { padding: 24px 22px 20px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
    .lm-category { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; display: inline-block; width: fit-content; }
    .lm-category.cat-teal { background: #e1f5ee; color: #085041; }
    .lm-category.cat-blue { background: #e6f1fb; color: #0c447c; }
    .lm-category.cat-amber { background: #faeeda; color: #633806; }
    .lm-body h4 { font-family: var(--font-head); font-size: 18px; font-weight: 700; color: var(--navy); margin: 0; line-height: 1.4; }
    .lm-card.stacked .lm-body h4 { font-size: 15px; }
    .lm-body p { font-size: 14px; color: var(--slate); margin: 0; line-height: 1.65; flex: 1; }
    .lm-card.stacked .lm-body p { font-size: 13px; }
    .lm-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--border); padding-top: 12px; margin-top: 6px; }
    .lm-cta { font-size: 15px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: .8px; }
    .lm-meta { font-size: 14px; color: var(--slate); display: flex; align-items: center; gap: 5px; }
    .lm-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); display: inline-block; }
    /* ✅ MOBILE FIX */
    @media(max-width: 900px) { .lm-grid { grid-template-columns: 1fr 1fr; } }
    @media(max-width: 600px) { .lm-grid { grid-template-columns: 1fr; } .lm-card.featured .lm-img, .lm-card.stacked .lm-img { height: 180px; } }

    /* ══════════════════════════════════════════
       TESTIMONIALS
    ══════════════════════════════════════════ */
    .testimonial-carousel-wrapper { position: relative; }
    .testimonial-carousel-wrapper .slick-prev,
    .testimonial-carousel-wrapper .slick-next { display: none !important; }
    .testi-nav-btns { display: flex; gap: 10px; justify-content: center; margin-top: 24px; }
    .testi-nav-btn {
      width: 42px; height: 42px; border-radius: 50%;
      border: 2px solid var(--teal); background: white; color: var(--teal);
      font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s;
    }
    .testi-nav-btn:hover { background: var(--teal); color: white; }
    .testi-card {
      background: white; border-radius: var(--r); padding: 22px;
      box-shadow: var(--shadow-sm); border: 1px solid var(--border); margin: 6px 10px;
    }
    .testi-card p.course { font-size: 12px; font-weight: 700; color: var(--teal); text-transform: uppercase; margin-bottom: 10px; }
    .testi-video-thumb { height: 150px; border-radius: 8px; overflow: hidden; cursor: pointer; position: relative; }
    .testi-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
    .play-btn-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.35); display: flex; align-items: center; justify-content: center; transition: background .2s; }
    .testi-video-thumb:hover .play-btn-overlay { background: rgba(0,0,0,.5); }
    .play-icon { width: 48px; height: 48px; background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,.2); }
    .play-icon::after { content: '▶'; font-size: 16px; color: var(--red-cta); margin-left: 3px; }
    .testi-name { margin-top: 14px; }
    .testi-name strong { display: block; font-size: 14px; color: var(--navy); }
    .testi-name span { font-size: 12px; color: var(--slate); }

    /* ══════════════════════════════════════════
       ALUMNI LOGOS
    ══════════════════════════════════════════ */
    .logos-carousel-wrapper { overflow: hidden; }
    .logo-item {
      background: white; border-radius: 10px; padding: 12px;
      box-shadow: var(--shadow-sm); border: 1px solid var(--border);
      transition: transform .3s, box-shadow .3s;
      display: flex !important; align-items: center; justify-content: center;
      margin: 6px 10px; height: 90px;
    }
    .logo-item:hover {
      transform: scale(1.06) rotateY(10deg) translateZ(10px);
      transform-style: preserve-3d;
    }
    .logo-item img { width: 100%; height: 64px; object-fit: contain; }

    /* ══════════════════════════════════════════
       ACCREDITATIONS
    ══════════════════════════════════════════ */
    .accred-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
    .accred-card {
      display: flex; gap: 20px; background: white; border-radius: var(--r);
      padding: 30px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); align-items: flex-start;
    }
    .accred-card:hover {
      transform: translateZ(15px) rotateY(3deg);
      transform-style: preserve-3d;
    }
    .accred-card img { width: 110px; flex-shrink: 0; object-fit: contain; }
    .accred-card p { font-size: 15px; color: var(--slate); line-height: 1.7; }
    /* ✅ MOBILE FIX */
    @media(max-width: 768px) { .accred-grid { grid-template-columns: 1fr; } .accred-card { flex-direction: column; } }

    /* ══════════════════════════════════════════
       CTA BAND
    ══════════════════════════════════════════ */
    .cta-band { background: #f0f6ff; padding: 60px 0; position: relative; overflow: hidden; }
    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(245,166,35,.08); }
    .cta-band-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; }
    .cta-band-left h3 { font-family: var(--font-head); font-size: 2rem; color: var(--navy); margin-bottom: 10px; }
    .cta-band-left p { font-size: 15px; color: var(--slate); margin-bottom: 24px; }
    .cta-band-right { background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; padding: 32px; }
    .btn-subscribe {
      background: transparent; border: 2px solid var(--amber); color: var(--amber);
      padding: 13px 30px; border-radius: 8px; font-size: 15px; font-weight: 700;
      text-transform: uppercase; letter-spacing: .8px; cursor: pointer; transition: all .3s;
    }
    .btn-subscribe:hover { background: var(--amber); color: var(--navy); }
    .cta-band-right h2 { font-family: var(--font-head); font-size: 1.7rem; color: #fff; margin-bottom: 20px; }
    .cta-band-right p { color: rgba(255,255,255,0.8); font-size: 15px; margin-bottom: 20px; }
    .btn-contact {
      background: var(--amber); color: var(--navy); padding: 15px 34px;
      border: none; border-radius: 10px; font-size: 15px; font-weight: 800;
      text-transform: uppercase; letter-spacing: 1px; cursor: pointer; transition: transform .2s, box-shadow .2s;
    }
    .btn-contact:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(245,166,35,.4); }
    /* ✅ MOBILE FIX */
    @media(max-width: 768px) {
      .cta-band-inner { grid-template-columns: 1fr; gap: 28px; }
      .cta-band-left h3 { font-size: 1.5rem; }
    }

    /* ══════════════════════════════════════════
       FOOTER
    ══════════════════════════════════════════ */
    .mehr-footer { background: var(--navy); padding: 60px 0 0; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
    .footer-brand img { height: 50px; margin-bottom: 14px; }
    .footer-brand p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; }
    .footer-rating { color: var(--amber); font-size: 16px; margin: 10px 0 4px; }
    .footer-rating-text { font-size: 13px; color: rgba(255,255,255,.6); margin-bottom: 14px; }
    .footer-social { display: flex; gap: 10px; margin-top: 10px; }
    .footer-social a {
      width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1);
      display: flex; align-items: center; justify-content: center;
      color: rgba(255,255,255,.7); font-size: 15px; text-decoration: none; transition: background .2s, color .2s;
    }
    .footer-social a:hover { background: var(--teal); color: white; }
    .footer-col h4 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; color: var(--amber); margin-bottom: 18px; }
    .footer-col ul { list-style: none; padding: 0; }
    .footer-col ul li { margin-bottom: 9px; }
    .footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.6); text-decoration: none; transition: color .2s; }
    .footer-col ul li a:hover { color: white; }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; text-align: center; font-size: 13px; color: rgba(255,255,255,.4); }
    /* ✅ MOBILE FIX */
    @media(max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
    @media(max-width: 600px) { .footer-grid { grid-template-columns: 1fr; } }

    /* ══════════════════════════════════════════
       FIXED CONTACT BAR
    ══════════════════════════════════════════ */
    .fixed-contact-bar {
      position: fixed; bottom: 0; left: 0; right: 0;
      background: white; border-top: 1px solid var(--border);
      box-shadow: 0 -4px 20px rgba(0,0,0,.1);
      z-index: 998; padding: 10px 0;
    }
    .contact-bar-inner {
      max-width: 1280px; margin: 0 auto; padding: 0 24px;
      display: flex; gap: 12px; align-items: center; flex-wrap: wrap; justify-content: space-evenly;
    }
    .contact-pill { display: flex; flex-direction: column; align-items: center; text-decoration: none; }
    .contact-pill .dep { font-size: 10px; font-weight: 800; text-transform: uppercase; color: var(--slate); letter-spacing: .5px; }
    .contact-pill .num { font-size: 14px; font-weight: 800; color: var(--navy); }
    .contact-pill:hover .num { color: var(--teal); }
    /* ✅ MOBILE FIX: scrollable contact bar on small screens */
    @media(max-width: 768px) {
      .fixed-contact-bar { padding: 8px 0; }
      .contact-bar-inner { flex-wrap: nowrap; overflow-x: auto; gap: 20px; padding: 0 16px; justify-content: flex-start; -webkit-overflow-scrolling: touch; }
      .contact-pill { flex-shrink: 0; }
      .contact-pill .dep { font-size: 9px; }
      .contact-pill .num { font-size: 12px; }
    }

    /* ══ WhatsApp Floating Button ══ */
    .whatsappWidget {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 9999;
    }
    
    .whatsappWidget a {
      display: block;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      box-shadow: 0 4px 16px rgba(0,0,0,0.25);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    
    .whatsappWidget a:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    }
    
    .whatsappIcon {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      display: block;
    }

    /* ══════════════════════════════════════════
       SCROLL REVEAL & PROGRESS BAR
    ══════════════════════════════════════════ */
    .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    #progress-bar { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: linear-gradient(90deg, var(--teal), var(--amber)); z-index: 9999; transition: width .1s; }

    /* ══════════════════════════════════════════
       ✅ MOBILE FIX: Program carousel on mobile
    ══════════════════════════════════════════ */
    .program_carousal_block { height: auto !important; }
    .container-full { width: 100%; }

    /* ✅ MOBILE FIX: section header flex wrap */
    @media(max-width: 600px) {
      .section-header[style*="display:flex"] { flex-direction: column !important; align-items: flex-start !important; }
      .trending-nav-btns { width: 100%; justify-content: flex-start; margin-top: 8px; }
    }
    
    <!-- Blink animation for the live dot -->
  @keyframes blink-dot { 0%,100%{opacity:1;} 50%{opacity:0.2;} }

  /* Mobile: stack form to single column */
  @media(max-width:480px) {
    #career_webinar_modal .modal-dialog { margin:20px 12px !important; max-width:100% !important; }
    #career_webinar_modal [style*="grid-template-columns:1fr 1fr"] {
      grid-template-columns: 1fr !important;
    }
  }
