/* Custom SF Pro Fonts */
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('./font/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

 :root {
      --font-family: 'SF Pro', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
      --orange-accent: #050361;
  --dark-bg: #04025f;
   --card-bg: #222224;
   --input-bg: #2d2d30;
   --input-border: #3a3a3e;
   --text-muted: #a0a0a5;
   --footer-bg: #ffffff;
   --footer-text-color: #1a1a1a;
   --footer-muted: #888888;
   --footer-border: #e2e2e2;
   --watermark-color: #e5e5e5;
     }

    html {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
  font-family: var(--font-family);
  font-size: 1.2rem;
  background-color: #ffffff;
  color: #1e293b;
}

#main-content {
  max-width: 100%;
  overflow: visible !important;
  box-sizing: border-box;
}

.subpage {
  max-width: 100% !important;
  overflow-x: clip !important;
  box-sizing: border-box !important;
}
/* Custom typography overrides for buttons and CTAs */
.btn,
.btn-outline-custom,
.btn-card-details,
.slider-btn,
.btn-orange,
.arrow-btn {
  font-family: 'Montserrat', sans-serif !important;
}

/* Custom typography overrides for all headings */
h1, h2, h3, h4, h5, h6,
.hero-title,
.hero-title span,
.section-title,
.section-title span,
.top-heading,
.bottom-title,
.dynamic-title,
.services-title,
.footer-heading,
.cta-title,
.logo-text-futura {
  font-family: 'SF Pro', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  /* letter-spacing: -1px !important; */
}

/* ==========================================================================
   GLOBAL HEADING COLOR DIRECTIVE — DARK NAVY BLUE TONE (#04025f)
   ========================================================================== */

/* White Headings Exceptions (Hero & Dark Sections) */
.text-white,
.text-white *,
.hero-title,
.hero-title *,
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6,
.feature-card h1, .feature-card h2, .feature-card h3, .feature-card h4, .feature-card h5, .feature-card h6,
.inner-hero h1, .inner-hero h2, .inner-hero h3, .inner-hero h4, .inner-hero h5, .inner-hero h6,
.institutions-spec-section h1, .institutions-spec-section h2, .institutions-spec-section h3, .institutions-spec-section h4, .institutions-spec-section h5, .institutions-spec-section h6,
.dial-section-title,
.dial-heading-block * {
  color: #ffffff !important;
}

/* Headings with Bootstrap text-dark class override */
h1.text-dark, h2.text-dark, h3.text-dark, h4.text-dark, h5.text-dark, h6.text-dark,
h1 .text-dark, h2 .text-dark, h3 .text-dark, h4 .text-dark, h5 .text-dark, h6 .text-dark {
  color: #04025f !important;
}
.logo{
  width: 120px;
}
    /* Hero Section Container */
    .hero-section {
      position: relative;
      min-height: 100vh;
      width: 100%;
      background: #000000 url('./images/render/5.webp') no-repeat center center / cover;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      overflow: hidden;
    }

    /* Background Video & Overlay */
    .hero-bg-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    .hero-bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgb(14 2 147 / 9%), rgb(0 0 0 / 85%));
      z-index: 2;
    }

    /* Navbar Styling */
    .custom-navbar {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      z-index: 9999 !important;
      background-color: transparent;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
      transition: all 0.3s ease;
    }

    .custom-navbar.scrolled {
      background: radial-gradient(ellipse 70% 65% at 38% 55%, rgb(35 145 255) 0%, rgb(35 145 255 / 0%) 28%, rgb(35 145 255 / 0%) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgb(60 200 255 / 0%) 0%, rgb(60 200 255 / 0%) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgb(50 190 255 / 74%) 0%, rgb(50 190 255 / 0%) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.041);
    box-shadow: 0 10px 30px rgb(21 3 232 / 34%);
    }

    .brand-logo {
         font-family: 'Montserrat', sans-serif !important;
    /* border: 1.5px solid rgba(255, 255, 255, 0.7) !important; */
    padding: 2px 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0px !important;
    font-size: 1.6rem !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    }

    /* Central Floating Capsule Nav Pill */
    .nav-pill-capsule {
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50px;
      padding: 5px 8px;
    }

    .nav-pill-capsule .nav-link {
      color: rgba(255, 255, 255, 0.85) !important;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.5px;
      padding: 8px 18px !important;
      border-radius: 30px;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }

    .nav-pill-capsule .nav-link.active {
      background-color: rgba(255, 255, 255, 0.3);
      color: #ffffff !important;
    }

    .nav-pill-capsule .nav-link:hover {
      color: #ffffff !important;
    }

    /* Right Action Button */
    .btn-outline-custom {
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #ffffff;
      border-radius: 30px;
      padding: 8px 22px;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      background: rgba(0, 0, 0, 0.2);
      backdrop-filter: blur(5px);
      transition: all 0.3s ease;
    }

    .btn-outline-custom:hover {
      background-color: #ffffff;
      color: #000000;
      border-color: #ffffff;
    }

    /* Hero Content Area */
    .hero-content {
      position: relative;
      z-index: 3;
      padding-top: 14rem;
      padding-bottom: 5rem;
    }

    .hero-title {
      font-size: clamp(2.5rem, 5vw, 4.2rem);
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -1px;
      margin-bottom: 1.5rem;
    }

    /* Muted accent color for secondary title portion */
    .hero-title span {
      color: rgba(255, 255, 255, 0.55);
      font-weight: 600;
    }

    .hero-description {
      font-size: 1.25rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.5;
      max-width: 580px;
    }

    /* Hero Text Scroll-Up Animation (Home & Subpages) */
    .hero-section .hero-title,
    .inner-hero .hero-title,
    .healthcare-hero .hero-title,
    .education-hero .hero-title {
      opacity: 0;
      transform: translateY(45px);
      will-change: transform, opacity;
    }

    .hero-section .hero-description,
    .inner-hero .hero-description,
    .healthcare-hero .hero-description,
    .education-hero .hero-description {
      opacity: 0;
      transform: translateY(35px);
      will-change: transform, opacity;
    }

    body:not(.preloader-active) .hero-section .hero-title,
    .inner-hero .hero-title,
    .healthcare-hero .hero-title,
    .education-hero .hero-title {
      animation: heroScrollUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.15s forwards;
    }

    body:not(.preloader-active) .hero-section .hero-description,
    .inner-hero .hero-description,
    .healthcare-hero .hero-description,
    .education-hero .hero-description {
      animation: heroScrollUp 1.15s cubic-bezier(0.16, 1, 0.3, 1) 0.38s forwards;
    }

    @keyframes heroScrollUp {
      0% {
        opacity: 0;
        transform: translateY(45px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ── Mobile Navbar / Offcanvas ── */
    @media (max-width: 991.98px) {

      /* Navbar logo scaling for mobile */
      .logo {
        width: 105px;
        max-height: 50px;
        object-fit: contain;
      }

      .hero-content {
        padding-top: 17rem;
        padding-bottom: 0rem;
      }

      /* Navbar bar itself — always dark on mobile so brand is visible */
      .custom-navbar {
        background: linear-gradient(135deg, #1603eb 0%, #0d037f 100%) !important;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        z-index: 9999 !important;
      }

      /* Offcanvas drawer */
      .offcanvas {
        background: linear-gradient(160deg, #04025f 0%, #06045a 100%) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-left: 1px solid rgba(255,255,255,0.08) !important;
        width: min(320px, 88vw) !important;
      }
      .offcanvas-header {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 1.2rem 1.4rem;
      }
      .offcanvas-title {
        font-size: 1.3rem !important;
        color: #fff !important;
      }
      .btn-close-white {
        opacity: 0.7;
      }

      /* Nav pill capsule — reset to vertical list */
      .nav-pill-capsule {
        background: transparent !important;
        border: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        flex-direction: column !important;
        align-items: stretch !important;
        width: 100%;
        gap: 0;
      }

      /* Nav links — full-width tappable rows */
      .nav-pill-capsule .nav-link {
        font-size: 0.95rem !important;
        font-weight: 600;
        color: rgba(255,255,255,0.85) !important;
        padding: 0.85rem 1.4rem !important;
        border-radius: 12px !important;
        letter-spacing: 0.5px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .nav-pill-capsule .nav-link:hover,
      .nav-pill-capsule .nav-link.active {
        background: rgba(255,255,255,0.1) !important;
        color: #fff !important;
      }
      .nav-pill-capsule .nav-item:last-child .nav-link {
        border-bottom: none;
      }

      /* Dropdown inside offcanvas — inline accordion style */
      .nav-pill-capsule .dropdown-menu {
        position: static !important;
        background: rgba(255,255,255,0.05) !important;
        border: none !important;
        border-radius: 10px !important;
        margin: 0.2rem 1rem 0.4rem !important;
        padding: 0.3rem 0 !important;
        box-shadow: none !important;
      }
      .nav-pill-capsule .dropdown-item {
        color: rgba(255,255,255,0.75) !important;
        font-size: 0.85rem;
        font-weight: 600;
        padding: 0.6rem 1.2rem !important;
        border-radius: 8px;
      }
      .nav-pill-capsule .dropdown-item:hover {
        background: rgba(255,255,255,0.1) !important;
        color: #fff !important;
      }

      /* GET IN TOUCH button */
      .d-flex.justify-content-center {
        padding: 1rem 1.4rem 0.5rem;
      }
      .btn-outline-custom {
        width: 100%;
        text-align: center;
        padding: 0.75rem 1rem !important;
        font-size: 0.82rem !important;
        border-radius: 12px !important;
      }

      /* Mobile accordion submenu */
      .mob-sub-menu {
        margin: 0 0.5rem 0.5rem;
      }
      .mob-sub-item {
        display: block;
        padding: 0.6rem 1.4rem;
        font-size: 0.85rem;
        font-weight: 600;
        color: rgba(255,255,255,0.72) !important;
        border-radius: 10px;
        text-decoration: none;
        letter-spacing: 0.4px;
        transition: all 0.2s ease;
        border-left: 2px solid rgba(35,145,255,0.35);
        margin-bottom: 2px;
      }
      .mob-sub-item:hover {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
        border-left-color: #2391ff;
      }

      /* Chevron rotates when collapse is open */
      .mob-chevron {
        font-size: 0.75rem;
        transition: transform 0.3s ease;
      }
      [aria-expanded="true"] .mob-chevron {
        transform: rotate(180deg);
      }
    }

/* ============================================================
   MOBILE OFFCANVAS NAV — STANDALONE CUSTOM STYLES
   ============================================================ */

/* Full screen overlay container */
.mob-fullscreen-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(160deg, #04025f 0%, #0a0470 60%, #04025f 100%);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.mob-fullscreen-nav.is-open {
  transform: translateY(0);
}

/* Backdrop */
.mob-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.mob-nav-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* Header row — logo + close btn */
.mob-oc-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 1.1rem 1.4rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Close button styling */
.mob-close-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Drawer header */
.mob-nav-header {
  padding: 1.3rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Drawer body */
.mob-nav-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0 1.5rem;
  height: 100%;
}

/* Nav link list wrapper */
.mob-nav-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 0.8rem;
}

/* Individual nav link */
.mob-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255,255,255,0.82) !important;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  text-transform: uppercase;
}
.mob-nav-link:hover,
.mob-nav-link.mob-active {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
}

/* Icon inside link */
.mob-nav-icon {
  font-size: 1rem;
  opacity: 0.75;
}

/* Accordion button (Healthcare) */
.mob-accordion-btn {
  justify-content: space-between;
}
.mob-chevron-icon {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.mob-accordion-btn[aria-expanded="true"] .mob-chevron-icon {
  transform: rotate(180deg);
}

/* Sub-links container */
.mob-sub-links {
  display: flex;
  flex-direction: column;
  padding: 0.3rem 0 0.3rem 2.5rem;
  gap: 2px;
}
.mob-sub-link {
  display: block;
  padding: 0.6rem 0.8rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none;
  border-radius: 8px;
  border-left: 2px solid rgba(35,145,255,0.4);
  letter-spacing: 0.4px;
  transition: all 0.2s ease;
}
.mob-sub-link:hover {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  border-left-color: #2391ff;
}

/* CTA section at bottom */

/* ── Mobile pill capsule (same visual as desktop but vertical) ── */
.nav-pill-capsule-mobile {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mob-pill-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.82rem 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.mob-pill-link:hover {
  background: rgba(255,255,255,0.14);
  color: #fff !important;
}
.mob-pill-active {
  background: rgba(255,255,255,0.18) !important;
  color: #fff !important;
}

/* Chevron */
.mob-chev {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.mob-pill-btn[aria-expanded="true"] .mob-chev {
  transform: rotate(180deg);
}

/* Sub-pills (Healthcare links) */
.mob-sub-group {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0 0.4rem 1rem;
  gap: 3px;
}
.mob-sub-pill {
  display: block;
  padding: 0.58rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65) !important;
  text-decoration: none;
  border-radius: 8px;
  border-left: 2px solid rgba(35,145,255,0.45);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.mob-sub-pill:hover {
  background: rgba(255,255,255,0.08);
  color: #fff !important;
  border-left-color: #2391ff;
}

/* CTA at the bottom of offcanvas */
.mob-cta-wrap {
  padding: 1.2rem 1rem 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 0.5rem;
}

.mob-nav-cta {
  padding: 0 1.6rem;
  margin-top: 1rem;
}
.mob-cta-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.85rem;
  background: linear-gradient(135deg, #2391ff 0%, #1603eb 100%);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(35,145,255,0.35);
  transition: all 0.3s ease;
}
.mob-cta-btn:hover {
  box-shadow: 0 12px 28px rgba(35,145,255,0.5);
  transform: translateY(-1px);
}


/* ============================================================
   MOBILE OFFCANVAS — same style as desktop nav, stacked
   ============================================================ */

/* Header row — logo + close btn */
.mob-oc-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 1.1rem 1.4rem !important;
}

/* Body */
.mob-oc-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
}

/* Nav list — unstyled, full width */
.mob-oc-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  box-sizing: border-box;
}

/* Each link row — same text as desktop pill */
.mob-oc-link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, color 0.2s ease;
}
.mob-oc-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
.mob-oc-active {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
}

/* Sub-links for Healthcare */
.mob-oc-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}
.mob-oc-sub li a {
  display: block;
  padding: 0.7rem 1.5rem 0.7rem 2.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-left: 2px solid rgba(35, 145, 255, 0.5);
  transition: all 0.2s ease;
}
.mob-oc-sub li a:hover {
  color: #fff !important;
  border-left-color: #2391ff;
  background: rgba(255, 255, 255, 0.06);
}

/* GET IN TOUCH CTA */
.mob-oc-cta {
     display: block;
    margin: 2.2rem 1.4rem 1.5rem;
    text-align: center;
    padding: 0.8rem !important;
    font-size: 0.78rem !important;
    border-radius: 12px !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    width: 90%;
}

    /* ==========================================================================
   FEATURE DIAL SECTION (CONTINUITY EXTENSION)
   ========================================================================== */

/* Outer Section Layout & Title */
.feature-section {
  padding: 6rem 0;
  background-color: #ffffff;
}
.section-title {
  color: #0b0274;
  font-size: clamp(2.0rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
}
.feature-section .section-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #04025f;
  margin: 20px;
}

.feature-section .section-title span {
  color: #0464d4;
  font-weight: 500;
}

/* Feature Section Container - Wheel Step Lock Layout */
/* Pinned Sticky Scroll Track for Feature Section (Education -> Healthcare -> Research -> Housing) */
@media (min-width: 992px) {
  .feature-pinned-section {
    position: relative;
    height: 220vh !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .feature-sticky-wrapper {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .feature-pinned-section {
    position: relative;
    height: auto !important;
    padding: 2.5rem 0 !important;
  }

  .feature-sticky-wrapper {
    position: relative !important;
    top: auto !important;
    height: auto !important;
  }
}

/* Main Dark Card Container - Matches Luxury Dark Theme */
.feature-card {
 background: #030057;
background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f  100%);
  border-radius: 28px;
  color: #ffffff;
  padding: 4rem;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Arrow Navigation Buttons (Matching Glassmorphism Theme) */
.feature-card .arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-card .arrow-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  transform: translateY(-1px);
}

/* Dynamic Left Text Content */
.feature-card .dynamic-content {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.feature-card .dynamic-content.fade-out {
  opacity: 0;
  transform: translateY(8px);
}

.feature-card .dynamic-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.feature-card .dynamic-desc {
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  line-height: 1.6;
  max-width: 420px;
}

/* Bottom Stats Number */
.feature-card .stat-number {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.3rem;
  letter-spacing: -1px;
}

.feature-card .stat-label {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

/* Central Orbit Wheel Structure */
.orbit-wrapper {
  position: relative;
  width: 380px;
  height: 380px;
  margin: 0 auto;
}

.orbit-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 20px rgb(7 5 108 / 59%);
}

/* Rotating White Indicator Dot */
.orbit-dot-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.orbit-dot {
  position: absolute;
  top: 50%;
  left: -6px; /* Aligned exactly on orbit stroke line */
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}

/* Brand Name in Center Circle */
.brand-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 2;
}

/* Radial Orbit Labels */
.node-label {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255 255 255 / 60%);
  transition: color 0.4s ease, opacity 0.4s ease;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}

.node-label.active {
  color: #ffffff;
  opacity: 1;
}

.node-label.label-left {
  top: 50%;
  right: 103%;
  transform: translateY(-50%);
}

.node-label.label-top {
  bottom: 103%;
  left: 50%;
  transform: translateX(-50%);
}

.node-label.label-right {
  top: 50%;
  left: 103%;
  transform: translateY(-50%);
}

.node-label.label-bottom {
  top: 103%;
  left: 50%;
  transform: translateX(-50%);
}

/* Responsive Rules for Feature Card */
@media (max-width: 991.98px) {
  .feature-card {
    min-height: auto !important;
    padding: 3.5rem 2.5rem !important;
    border-radius: 20px;
  }
  .feature-card .arrow-btn {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
  .feature-card .dynamic-content.mb-5 {
    margin-bottom: 1.25rem !important;
  }
  .orbit-wrapper {
    width: 210px;
    height: 210px;
    margin-top: 1.25rem;
  }
  .feature-card .stat-number {
    font-size: 2.4rem;
  }
  .feature-card .dynamic-desc {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 420px;
}
}

@media (max-width: 575.98px) {
  .feature-card {
    padding: 3rem 2rem !important;
  }
  .orbit-wrapper {
    width: 160px;
    height: 160px;
    margin-top: 1rem;
  }
  .brand-center img {
    width: 55px !important;
  }
  .node-label {
    font-size: 0.7rem;
  }
}
/* Partners Section Container */
    .partners-section {
      padding: 5rem 0;
    }

    .partners-section .section-title {
      font-size: clamp(2.2rem, 4vw, 3.2rem);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -1px;
      color: #04025f;
      margin-bottom: 1rem;
    }

    .partners-section .section-title span {
      color: #0464d4;
      font-weight: 500;
    }

    .partners-section .section-desc {
      color: #666666;
      font-size: 1.15rem;
      line-height: 1.5;
      /* max-width: 540px; */
      margin-bottom: 3rem;
    }

    /* ------------------------------------------------------------------
       FLIP CARD 3D ENGINE
       ------------------------------------------------------------------ */
    
    /* 1. Perspective Wrapper */
    .flip-card-container {
      background-color: transparent;
      height: 230px;
      perspective: 1000px; /* Gives depth to 3D flip */
    }

    /* 2. Inner Rotating Element */
    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: left;
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transform-style: preserve-3d;
      border-radius: 18px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    /* 3. Flip Trigger on Hover */
    .flip-card-container:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    /* 4. Common Styles for Front & Back Faces */
    .flip-card-front, 
    .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; /* Hides reverse side during rotation */
      border-radius: 18px;
      overflow: hidden;
    }

    /* --- FRONT FACE STYLING --- */
    .flip-card-front {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
    }

    .partner-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
    }

    .partner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.75) 100%
      );
      z-index: 1;
    }

    .partner-logo-wrapper {
      position: relative;
      z-index: 2;
      padding: 1.1rem 1.2rem;
      text-align: left;
      width: 100%;
    }

    .logo-text-anton {
      font-family: var(--font-family) !important;
      color: #ffffff;
      font-weight: 500;
      font-size: 1.45rem;
      line-height: 1.05;
      text-transform: none;
      letter-spacing: -0px;
    }

    .logo-text-futura {
      color: #ffffff;
      font-family: 'Times New Roman', serif;
      font-size: 1.75rem;
      letter-spacing: 3px;
      font-weight: 400;
      text-transform: none;
    }

    /* --- BACK FACE STYLING --- */
    .flip-card-back {
      background: radial-gradient(ellipse 70% 65% at 38% 55%, rgb(35 145 255 / 70%) 0%, rgb(35 145 255 / 68%) 28%, rgba(35, 145, 255, 0.35) 48%, #00000000 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgb(50 190 255 / 40%) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%);
      color: #ffffff;
      transform: rotateY(180deg); /* Pre-rotated so it faces front when flipped */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      text-align: left;
      padding: 1.2rem 1.4rem;
      border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .flip-card-back h4 {
      font-size: 1.1rem;
      font-weight: 700;
      margin-bottom: 0.35rem;
      letter-spacing: -0.3px !important;
      text-align: left;
    }

    .flip-card-back p {
      color: rgba(255, 255, 255, 0.85);
      font-size: 0.8rem;
      line-height: 1.38;
      margin-bottom: 0.75rem;
      text-align: left;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .btn-card-details {
      align-self: flex-start;
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 30px;
      padding: 5px 16px;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .btn-card-details:hover {
      background-color: #ffffff;
      color: #000000;
      border-color: #ffffff;
    }

    /* Mobile Responsive Card Adjustments for Our Institutions Section (Ultra Compact) */
    @media (max-width: 991.98px) {
      .partner-overlay {
        display: none !important;
      }
    }

    @media (max-width: 767.98px) {
      .partners-section {
        padding: 2.5rem 0;
      }
      .partners-section .section-desc {
        margin-bottom: 1.5rem;
        font-size: 0.95rem;
      }
      .flip-card-container {
        height: 240px;
      }
      .partner-overlay {
        display: none !important;
      }
      .partner-logo-wrapper {
        padding: 0.85rem 1rem;
      }
      .logo-text-anton {
        font-size: 1.15rem;
        line-height: 1.1;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.9);
      }
      .logo-text-futura {
        font-size: 1.15rem;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.9);
      }
      .flip-card-back {
        padding: 0.9rem 1rem;
      }
      .flip-card-back h4 {
        font-size: 0.95rem;
        margin-bottom: 0.3rem;
        line-height: 1.2;
      }
      .flip-card-back p {
        font-size: 0.76rem;
        line-height: 1.35;
        margin-bottom: 0.65rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .btn-card-details {
        padding: 4px 14px;
        font-size: 0.68rem;
      }
    }

    @media (max-width: 575.98px) {
      .flip-card-container {
        height: 220px;
      }
      .logo-text-anton {
        font-size: 1.05rem;
      }
      .flip-card-back h4 {
        font-size: 0.9rem;
      }
      .flip-card-back p {
        font-size: 0.72rem;
        -webkit-line-clamp: 3;
      }
    }
    /* Outer Container & Calligraphic Founder Quote Section */
    .vision-section {
      padding: 6rem 1rem;
      width: 100%;
    }

    .quote-calligraphic-section {
      background: radial-gradient(ellipse 70% 65% at 50% 50%, rgba(4, 100, 212, 0.05) 0%, transparent 80%), #ffffff;
      position: relative;
    }

    .quote-container {
      position: relative;
      display: inline-block;
      padding: 0 2rem;
    }

    .quote-mark {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 5rem;
      line-height: 1;
      color: rgba(4, 100, 212, 0.3);
      position: absolute;
      user-select: none;
    }

    .open-quote {
      top: -2rem;
      left: -1rem;
    }

    .close-quote {
      bottom: -3.5rem;
      right: -1rem;
    }

    .calligraphic-quote-text {
      font-family: 'SF Pro', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
      font-style: normal !important;
      font-size: clamp(1.6rem, 3.8vw, 3.4rem);
      line-height: 1.4;
      background: linear-gradient(120deg, #04025f 0%, #0464d4 25%, #2391ff 50%, #1603eb 75%, #04025f 100%);
      background-size: 200% auto;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      font-weight: 400;
      margin: 0 auto;
      letter-spacing: 0.5px;
      animation: textGradientShift 6s linear infinite;
    }

    @keyframes textGradientShift {
      0% {
        background-position: 0% center;
      }
      100% {
        background-position: 200% center;
      }
    }

    .quote-author-block {
      margin-top: 2rem;
      position: relative;
    }

    .quote-author-block::before {
      content: '';
      display: block;
      width: 50px;
      height: 2px;
      background: #0464d4;
      margin: 0 auto 1.25rem;
      border-radius: 2px;
    }

    .quote-author-block .author-name {
      font-family: 'SF Pro', 'Segoe UI', Roboto, sans-serif !important;
      font-size: 1.35rem;
      font-weight: 700;
      color: #04025f;
      letter-spacing: -0.3px;
      margin-bottom: 0.25rem;
    }

    .quote-author-block .author-title {
      font-size: 0.95rem;
      color: #0464d4;
      font-weight: 500;
      margin: 0;
    }

    @media (max-width: 767.98px) {
      .quote-calligraphic-section {
        padding: 3.5rem 1rem !important;
      }
      .calligraphic-quote-text {
        font-size: 1.45rem !important;
        line-height: 1.4 !important;
      }
      .quote-container {
        padding: 0 0.5rem;
      }
      .open-quote, .close-quote {
        display: none;
      }
      .quote-author-block .author-name {
        font-size: 1.15rem;
      }
      .quote-author-block .author-title {
        font-size: 0.85rem;
      }
    }

    /* Inline Hoverable Image Cards */
    .inline-img-card {
      display: inline-block;
      width: 90px;
      height: 56px;
      margin: 0 8px;
      vertical-align: middle;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      /* Smooth cubic-bezier transition for natural zoom & float */
      transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                  box-shadow 0.4s ease;
      z-index: 1;
    }

    .inline-img-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    /* HOVER EFFECT: Zoom-in & Translate Upwards */
    .inline-img-card:hover {
      transform: translateY(-12px) scale(1.45);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
      z-index: 10; /* Ensures hovered image stays on top */
    }

    .inline-img-card:hover img {
      transform: scale(1.05);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .inline-text-block {
        line-height: 1.9;
      }
      .inline-img-card {
        width: 70px;
        height: 44px;
        margin: 0 4px;
        border-radius: 8px;
      }
    }
    /* Section Wrapper */
    .leader-section {
      padding: 5rem 0;
    }

    /* Section Typography */
    .leader-section .section-title {
      font-size: clamp(2.2rem, 4vw, 3.2rem);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -1px;
      color: #04025f;
      margin-bottom: 1rem;
    }

    .leader-section .section-title span {
      color: #0464d4;
      font-weight: 500;
    }

    .leader-section .section-desc {
      color: #777777;
      font-size: 1.2rem;
      line-height: 1.6;
      max-width: 620px;
      margin-bottom: 3.5rem;
    }

    /* Bordered Container Card */
    .feature-grid-card {
         border: 1px solid #0400a533;
    border-radius: 24px;
    background-color: #f1f1f1;
    padding: 3.5rem 2rem;
    box-shadow: 0 4px 20px rgb(0 1 48 / 7%);
    }

    /* Individual Column Styling & Dividers */
    .feature-col {
      padding: 1rem 2.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 380px;
      position: relative;
    }

    /* Vertical Dividers for Desktop Viewports */
    @media (min-width: 992px) {
      .feature-col:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #c0c0c0;
      }
    }

    /* Circular SVG Icon Wrapper */
    .icon-wrapper {
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem;
    }

    .icon-wrapper svg {
      width: 100%;
      height: 100%;
    }

    /* Content Area inside Column */
    .feature-col-title {
      font-size: 1.75rem;
      font-weight: 700;
      color: #04025f;
      margin-bottom: 1rem;
      letter-spacing: -0.5px;
    }

    .feature-col-desc {
      font-size: 1.08rem;
      color: #777777;
      line-height: 1.6;
      margin: 0;
    }

    /* Mobile Responsive Tweak */
    @media (max-width: 991.98px) {
      .feature-grid-card {
        padding: 2rem 1rem;
      }
      .feature-col {
        min-height: auto;
        padding: 2rem 1rem;
        border-bottom: 1px solid #eaeaea;
      }
      .feature-col:last-child {
        border-bottom: none;
      }
    }
    /* Main Showcase Container */
    .showcase-section {
      position: relative;
      min-height: 90vh;
      width: 100%;
      background-size: cover;
      background-position: center;
      transition: background-image 0.6s ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 3rem 4rem;
      overflow: hidden;
    }

    /* Gradient Dark Overlays for Text Legibility */
    .showcase-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.55) 0%,
        rgba(0, 0, 0, 0.25) 40%,
        rgba(0, 0, 0, 0.8) 100%
      );
      z-index: 1;
    }

    .showcase-content {
      position: relative;
      z-index: 2;
    }

    /* Top Left Heading */
    .top-heading-ind,
    .top-heading {
      font-size: clamp(1.8rem, 4.5vw, 3.8rem);
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -1px;
      color: #ffffff;
    }

    /* Top Right Carousel Navigation Controls */
    .nav-controls-wrapper {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      z-index: 10;
    }

    @media (min-width: 992px) {
      .showcase-section .nav-controls-wrapper {
        position: absolute;
        top: 3rem;
        right: 4rem;
      }
    }

    .slider-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.4);
      background: rgba(0, 0, 0, 0.35);
      backdrop-filter: blur(8px);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: relative;
      z-index: 20;
      pointer-events: auto;
      transition: all 0.3s ease;
    }

    .slider-btn:hover {
      background: rgba(255, 255, 255, 0.4);
      border-color: #ffffff;
      transform: scale(1.08);
    }

    /* Pagination Dash/Dots */
    .pagination-dots {
      display: flex;
      align-items: center;
      gap: 6px;
      margin: 0 8px;
    }

    .dot {
      height: 3px;
      width: 12px;
      background-color: rgba(255, 255, 255, 0.35);
      border-radius: 2px;
      transition: all 0.3s ease;
    }

    .dot.active {
      width: 24px;
      background-color: #ffffff;
    }

    /* Dynamic Content Fade Animation */
    .fade-text {
      transition: opacity 0.35s ease, transform 0.35s ease;
    }

    .fade-text.out {
      opacity: 0;
      transform: translateY(8px);
    }

    /* Bottom Left Description Block */
    .bottom-title {
      font-size: clamp(1.8rem, 3vw, 2.5rem);
      font-weight: 700;
      letter-spacing: -0.5px;
      margin-bottom: 0.6rem;
      color: #ffffff;
    }

    .bottom-desc {
      font-size: 1.15rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.5;
      max-width: 550px;
      margin: 0;
    }

    /* Bottom Right Thumbnail Navigation */
    .thumbnail-container {
      display: flex;
      gap: 12px;
      align-items: center;
    }

    .thumb-card {
      width: 76px;
      height: 76px;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      border: 2px solid transparent;
      opacity: 0.6;
      transition: all 0.3s ease;
    }

    .thumb-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .thumb-card:hover {
      opacity: 0.9;
      transform: translateY(-3px);
    }

    .thumb-card.active {
      opacity: 1;
      border-color: #ffffff;
      box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    }

    /* Responsive Scaling */
    @media (max-width: 991.98px) {
      .showcase-section {
        min-height: auto;
        padding: 2.5rem 1.5rem;
        gap: 1.5rem;
      }
      .thumbnail-container {
        overflow-x: auto;
        padding-bottom: 10px;
        width: 100%;
      }
      .thumb-card {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
      }
      .showcase-section .nav-controls-wrapper {
        margin-top: 1rem;
        justify-content: center;
        width: 100%;
      }
    }

    @media (max-width: 575.98px) {
      .showcase-section {
        padding: 2rem 1rem;
        gap: 1.25rem;
      }
      .bottom-desc {
        font-size: 1rem;
      }
    }
    /* Section Wrapper */
    .services-section {
      padding: 5rem 0;
    }

    /* Heading */
    .services-title {
      font-size: clamp(2.5rem, 4vw, 3.5rem);
      font-weight: 700;
      letter-spacing: -1px;
      color: #04025f;
      margin-bottom: 2.5rem;
    }

    /* Accordion Container */
    .services-accordion {
      border-top: 1px solid #f0f0f0;
    }

    .accordion-item-custom {
      border-bottom: 1px solid #f0f0f0;
    }

    /* Accordion Header / Button */
    .accordion-header-btn {
      width: 100%;
      background: none;
      border: none;
      outline: none;
      padding: 1.6rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      text-align: left;
      transition: color 0.3s ease;
    }

    .accordion-header-btn:hover .item-title {
      color: #0b0274;
    }

    .item-title {
      font-size: 1.35rem;
      font-weight: 600;
      color: #0464d4;
      letter-spacing: -0.3px;
    }

    /* Plus/Close Toggle Icon */
    .icon-toggle {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1;
      color: #0b0274 ;
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      display: inline-block;
    }

    .accordion-item-custom.active .icon-toggle {
      transform: rotate(45deg); /* Turns + into x */
    }

    /* Accordion Content Body */
    .accordion-body-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding: 0;
    }

    .accordion-item-custom.active .accordion-body-content {
      max-height: 200px; /* Expand height */
      padding-bottom: 1.5rem;
    }

    .accordion-body-content p {
      color: #666666;
      font-size: 1.12rem;
      line-height: 1.6;
      margin: 0;
    }

    /* Right Side Showcase Image */
    .services-image-wrapper {
      width: 100%;
      height: 100%;
      min-height: 480px;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    }

    .services-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Responsive Spacing */
    @media (max-width: 991.98px) {
      .services-image-wrapper {
        min-height: 350px;
        margin-top: 2rem;
      }
    }
    /* Section Wrapper */
    /* .faq-section {
      padding: 6rem 0;
    } */

    /* STICKY HEADING CONTAINER */
    .sticky-faq-heading {
      position: -webkit-sticky;
      position: sticky;
      top: 3rem; /* Distance from top when sticking */
      z-index: 10;
    }

    .faq-title {
      font-size: clamp(2.5rem, 4.5vw, 3.8rem);
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -1.2px;
      color: #0b0274;
      max-width: 380px;
      margin: 0;
    }

    /* Accordion List Container & Clean Fixed White Background */
    .faq-section,
    .faq-accordion,
    .faq-item,
    .faq-header-btn,
    .faq-header-btn:focus,
    .faq-header-btn:active,
    .faq-header-btn:hover,
    .faq-item.active,
    .faq-item.active .faq-header-btn,
    .faq-answer-content {
      background-color: #ffffff !important;
      background: #ffffff !important;
      box-shadow: none !important;
      outline: none !important;
    }

    .faq-accordion {
      border-top: 1px solid #eeeeee;
    }

    .faq-item {
      border-bottom: 1px solid #eeeeee;
    }

    /* Accordion Header / Trigger */
    .faq-header-btn {
      width: 100%;
      background: none;
      border: none;
      outline: none;
      padding: 2rem 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      text-align: left;
      gap: 1.5rem;
      transition: color 0.3s ease;
    }

    .faq-question-text {
      font-size: 1.3rem;
      font-weight: 600;
      color: #04025f;
      letter-spacing: -0.4px;
      line-height: 1.35;
    }

    /* Icon (+) Transformation into (x) */
    .faq-toggle-icon {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 1;
      color: #04025f;
      display: inline-block;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
      flex-shrink: 0;
    }

    .faq-item.active .faq-toggle-icon {
      transform: rotate(45deg); /* Rotates + to x */
    }

    /* Accordion Answer Content */
    .faq-answer-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
      padding: 0;
    }

    .faq-item.active .faq-answer-content {
      max-height: 300px; /* Expands to fit content */
      padding-bottom: 1.8rem;
    }

    .faq-answer-content p {
      color: #666666;
      font-size: 1.15rem;
      line-height: 1.65;
      margin: 0;
    }

    /* Responsive adjustments */
    @media (max-width: 991.98px) {
      .sticky-faq-heading {
        position: relative;
        top: 0;
        margin-bottom: 3rem;
      }
      .faq-header-btn {
        padding: 1.5rem 0;
      }
      .faq-question-text {
        font-size: 1.15rem;
      }
    }
    /* Accent Line */
.top-accent-bar {
  height: 4px;
  background-color: var(--orange-accent);
  width: 100%;
}

/* CTA Main Section (Set up for natural flow right before relative footer) */
.cta-contact-section {
  position: relative;
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%);
  padding: 6rem 0;
  z-index: 2;
  margin-bottom: 0 !important;
  box-shadow: none;
}

/* Left Content */
.cta-title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 3rem;
}

.cta-subtitle {
  font-size: 1.15rem;
  color: #ffffff;
  line-height: 1.6;
  max-width: 380px;
}

/* Right Form Card */
.cta-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 15px 35px rgba(4, 2, 95, 0.2);
}

/* Input Fields */
.form-control-custom,
.form-select-custom {
  background-color: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px;
  color: #0f172a !important;
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  width: 100%;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control-custom::placeholder {
  color: #94a3b8 !important;
}

.form-control-custom:focus,
.form-select-custom:focus {
  outline: none;
  border-color: #2391ff !important;
  box-shadow: 0 0 0 3px rgba(35, 145, 255, 0.2) !important;
  color: #0f172a !important;
  background-color: #ffffff !important;
}

.form-select-custom option {
  color: #0f172a !important;
  background-color: #ffffff !important;
}

.form-select-custom {
  color: #fcfcfc;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px 12px;
}

.form-hint {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.4rem;
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Button */
.btn-orange {
  background-color: var(--orange-accent);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-orange:hover {
  background-color: #227cfc;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 101, 57, 0.35);
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
  .cta-contact-section {
    margin-bottom: 0; /* Turn off sticky margin reveal on smaller devices */
    padding: 4rem 0;
  }
  .cta-card {
    padding: 1.5rem;
  }
}
/* 
  ===============================================
  FIXED FOOTER (For Sticky Background Reveal Effect)
  ===============================================
*/
.site-footer {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  background-color: var(--footer-bg);
  color: var(--footer-text-color);
  z-index: 10 !important;
  padding-top: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Horizontal Line Divider */
.footer-divider {
  border-top: 1px solid var(--footer-border);
  width: 100%;
}

/* Left Title Typography */
.footer-heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #04025f;
  margin: 0;
}

.get-in-touch-link {
  color: #04025f;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  transition: opacity 0.3s ease;
}

.get-in-touch-link:hover {
  opacity: 0.7;
  color: #04025f;
}

/* Contacts Block */
.contacts-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 0.8rem;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  font-size: 0.95rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--footer-muted);
}

.contact-item i {
  font-size: 1.1rem;
  color: #04025f;
}

.contact-item strong {
  color: #04025f;
  font-weight: 600;
}

.contact-item a {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #04025f;
}

/* Navigation Links */
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #04025f;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease;
}

.footer-nav a:hover {
  opacity: 0.6;
}

/* Sub-footer Bar */
.sub-footer {
  border-top: 1px solid var(--footer-border);
  font-size: 0.85rem;
  color: var(--footer-muted);
  position: relative;
  z-index: 2;
}

.copyright-text,
.legal-link {
  color: var(--footer-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: #04025f;
}

/* Instagram Round Button */
.social-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #04025f;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.social-icon-btn:hover {
  background-color: #04025f;
  color: #ffffff;
  transform: translateY(-2px);
}

/* 
  ===============================================
  GIANT WATERMARK BRANDING (LUFTÉ)
  ===============================================
*/
.footer-brand-watermark {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1rem, 14.5vw, 22rem);
  font-weight: 900 !important;
  color: var(--watermark-color);
  line-height: 0.72;
  letter-spacing: -0.04em;
  text-align: center;
  width: 100%;
  user-select: none;
  pointer-events: none;
  margin-top: 1rem;
  text-transform: uppercase;
}

/* Mobile & Tablet Adjustments */
@media (max-width: 991.98px) {
  .site-footer {
    position: relative; /* Disables fixed state on smaller screens for clean natural scroll */
  }
  .footer-nav {
    gap: 1.2rem;
    margin-top: 1rem;
  }
  .footer-brand-watermark {
    font-size: 14vw !important; /* Scale watermark down to prevent horizontal overflow */
    line-height: 0.8;
  }
}
/* ------------------------------------------------------------------
   CLEAN NATURAL RELATIVE FOOTER STACKING (SITE-WIDE)
   ------------------------------------------------------------------ */
#main-content {
  background-color: #ffffff !important;
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.partners-section,
.feature-section,
.faq-section {
  background-color: #ffffff !important;
}

.site-footer {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  z-index: 10 !important;
}

/* ==========================================================================
   MEDICITY LOGO & LOADING LINE PRELOADER
   ========================================================================== */

/* Scroll lock during preloader */
body.preloader-active {
  overflow: hidden !important;
  height: 100vh !important;
}

/* Preloader Overlay */
.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #04070d;
  background: radial-gradient(circle at center, #09101d 0%, #03060a 100%);
  z-index: 99999; /* Higher than sticky navbar (1000) */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1), transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Fade out effect when preloader finishes */
.preloader-overlay.fade-out {
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
}

/* Brand Container */
.preloader-brand-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 20px;
}

/* Logo Wrapper */
.preloader-logo-wrapper {
  opacity: 0;
  transform: scale(0.94);
  animation: logoReveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.1s;
}

.preloader-logo {
  max-width: 220px;
  height: auto;
  display: block;
}

/* Progress Line Track */
.preloader-line-track {
  width: 160px;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* Progress Line Fill */
.preloader-line-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #10b981, #06b6d4, #3b82f6);
  border-radius: 2px;
  animation: lineFill 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.15s;
}

/* Keyframes */
@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: scale(0.94);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}

@keyframes lineFill {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
  .preloader-logo {
    max-width: 170px;
  }
  .preloader-line-track {
    width: 130px;
  }
}

/* ==========================================================================
   SCROLL TO TOP BUTTON (With SVG Progress Indicator)
   ========================================================================== */
.scroll-top-btn {
 position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgb(0 102 226);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    padding: 0;
    outline: none;
}

.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-btn .progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.scroll-top-btn .progress-background {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
}

.scroll-top-btn .progress-bar {
  fill: none;
  stroke: var(--orange-accent);
  stroke-linecap: round;
  stroke-dasharray: 132;
  stroke-dashoffset: 132;
  transition: stroke-dashoffset 0.1s linear;
}

.scroll-top-btn .arrow-icon {
  font-size: 1.6rem;
  z-index: 2;
  transition: transform 0.3s ease;
}

/* Hover Effects */
.scroll-top-btn:hover {
  background: rgba(57, 60, 242, 0.15);
  border-color: white;
  box-shadow: 0 12px 35px rgba(57, 131, 242, 0.3);
}

.scroll-top-btn:hover .arrow-icon {
  transform: translateY(-3px);
}

@media (max-width: 767.98px) {
  .scroll-top-btn {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
  .vision-section {
    padding: 3.5rem 1rem;
    width: 100%;
  }
}

/* ==========================================================================
   EDUCATION PAGE SPECIFIC STYLES
   ========================================================================== */
/* ── Shared inner-page hero banner ─────────────────────────────────────────
   All subpages (education, healthcare, contact …) use .inner-hero
   plus one page-specific modifier for the background image.
   ────────────────────────────────────────────────────────────────────────── */
.inner-hero {
  position: relative;
  min-height: 35vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #04025f; /* fallback */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Overlay — identical on every page */
.inner-hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(4, 2, 95, 0.45) 0%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

/* Content sits above overlay */
.inner-hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Per-page background images */
.inner-hero--education  { background-image: url('./images/dental.jpg'); }
.inner-hero--healthcare { background-image: url('./images/medical.webp'); }
.inner-hero--contact    { background-image: url('./images/medicitylook.webp'); }
.inner-hero--media      { background-image: url('./images/threebanner.webp'); }
.inner-hero-thesis      { background-image: url('./images/threebanner.webp'); }

/* Legacy aliases so existing CSS selectors still resolve */
.education-hero  { position: relative; min-height: 35vh; width: 100%; display: flex; align-items: center; padding-top: 2rem; padding-bottom: 2rem; background: #010136 url('./images/dental.jpg') no-repeat center center / cover; }
.education-hero-overlay  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(4,2,95,0.45) 0%, rgba(0,0,0,0.85) 100%); z-index: 1; }
.education-hero .hero-content { position: relative; z-index: 2; width: 100%; }


.edu-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.edu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.edu-card-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.edu-card-body {
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.edu-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 0.8rem;
  letter-spacing: -0.5px;
}

.edu-card-text {
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.edu-card-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
  font-size: 0.9rem;
  color: #888888;
}

.edu-card-meta strong {
  color: #04025f;
}

/* Statistics Counter Section Styles */
.stats-counter-section {
  background: #ffffff;
  padding: 4rem 0;
  border-bottom: 1px solid #f2f2f7;
}

.stat-counter-item {
  padding: 1rem 0.5rem;
}

.stat-number {
  font-family: var(--font-family) !important;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 700;
  color: #04025f;
  line-height: 1;
  display: block;
  letter-spacing: -1px;
}

.stat-label-text {
  font-family: 'SF Pro', sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  font-weight: 500;
  color: #0464d4;
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

/* ==========================================================================
   ABOUT US PARALLAX SECTION STYLES
   ========================================================================== */
.about-parallax-section {
  background: #111111;
  position: relative;
  overflow: hidden;
  /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
}

.sticky-content-block {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f  100%);
  padding: 6rem 4rem;
  color: #ffffff;
  z-index: 10;
}

.sticky-content-block .content-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.about-title {
  font-family: 'SF Pro', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}

.about-desc {
  font-family: 'SF Pro', sans-serif;
  font-size: 1.15rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
}

.scrolling-images-block {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
}

.scrolling-images-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.4) 65%, transparent 100%);
  z-index: 5;
  pointer-events: none;
}

.scrolling-images-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.95) 25%, rgba(255, 255, 255, 0.4) 65%, transparent 100%);
  z-index: 5;
  pointer-events: none;
}

.gallery-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
}

.gallery-column {
  width: 30%;
  height: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  width: 100%;
  top: 0;
  will-change: transform;
}

@keyframes scrollUpMarquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.track-1 {
  animation: scrollUpMarquee 25s linear infinite;
}

.track-2 {
  animation: scrollUpMarquee 18s linear infinite; /* Scrolls faster */
  margin-top: 50px; /* Offset to create asymmetry */
}

.track-3 {
  animation: scrollUpMarquee 32s linear infinite; /* Scrolls slower */
  margin-top: 100px; /* Offset to create asymmetry */
}

/* Pause animations on hover */
.gallery-wrapper:hover .marquee-track {
  animation-play-state: paused;
}

.gallery-item {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

/* On mobile, adjust layout to be stacked */
@media (max-width: 991.98px) {
  .scrolling-images-block {
    height: 60vh;
    min-height: auto;
  }
  .sticky-content-block {
    padding: 4rem 2rem;
  }
  .gallery-wrapper {
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .gallery-column {
    gap: 1rem;
    width: 47%; /* Wider columns on tablets where 2 columns are shown */
  }
  .gallery-column:nth-child(3) {
    display: none; /* Hide third column on smaller screens to prevent crowding */
  }
  .gallery-item {
    height: 200px;
    border-radius: 16px;
  }
  .gallery-column:nth-child(2) {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .gallery-column {
    width: 46%;
  }
}

/* ==========================================================================
   OUR CORE VALUES SECTION STYLES
   ========================================================================== */
.core-values-section {
  background: #ffffff;
  color: #04025f;
}

.core-values-section .section-title {
  color: #04025f !important;
}

.core-values-section .section-title span {
  color: #0464d4 !important;
}

.core-values-section .section-desc {
  color: #666666 !important;
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 700px;
  margin-bottom: 2rem;
}

.values-card-container {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 28px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.025);
  overflow: hidden;
}

.values-column {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.value-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f4f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #04025f;
  margin-bottom: 2rem;
}

.value-title {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}

.value-desc {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

/* Vertical and horizontal divider borders */
@media (min-width: 768px) {
  .values-column:not(:last-child) {
    border-right: 1px solid #eef2f6;
  }
}

@media (max-width: 767.98px) {
  .values-column {
    padding: 2.5rem 2rem;
  }
  .values-column:not(:last-child) {
    border-bottom: 1px solid #eef2f6;
  }
}

.feature-section .section-title span {
  color: #0464d4 !important;
}

.feature-section .section-desc {
  color: #666666 !important;
}

/* ==========================================================================
   INSTITUTIONS LOGOS SECTION STYLES
   ========================================================================== */
.institutions-logos-section {
  background: #f8f9fa; /* Light grey backdrop to contrast with white sections */
  color: #04025f;
}

.institutions-logos-section .section-title {
  color: #04025f !important;
}

.institutions-logos-section .section-title span {
  color: #0464d4 !important;
}

.institutions-logos-section .section-desc {
  color: #666666 !important;
}

.logo-scroller-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 2.2rem 0;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

/* Side gradient fading masks */
.logo-scroller-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.logo-scroller-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.logo-scroller-track {
  display: flex;
  width: max-content;
  gap: 5rem;
  animation: scrollLeftMarquee 30s linear infinite;
  will-change: transform;
}

@keyframes scrollLeftMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroller-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
  border-radius: 16px;
  background: #f8f9fa;
  border: 1px solid #f0f0f5;
  transition: all 0.3s ease;
  min-width: 180px;
}

.scroller-logo-item:hover {
  border-color: rgba(4, 100, 212, 0.2);
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(4, 2, 95, 0.04);
}

.scroller-logo-item img {
  height: 48px;
  width: auto;
  object-fit: contain;
}

.logo-label {
  font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #04025f;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

/* Pause horizontal scrolling on hover */
.logo-scroller-container:hover .logo-scroller-track {
  animation-play-state: paused;
}

/* ==========================================================================
   HEALTHCARE PAGE STYLES (PREMIUM LIGHT THEME)
   ========================================================================== */
.healthcare-page {
  background: #ffffff;
  position: relative;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.healthcare-hero {
  position: relative;
  min-height: 35vh;
  width: 100%;
  background: url('./images/medical.webp') no-repeat center center / cover;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.healthcare-hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(4, 2, 95, 0.45) 0%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

.healthcare-hero .hero-content {
  position: relative;
  z-index: 2;
}



.hero-accent-span {
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.75) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 800;
}

/* General Layout Elements Scoped to Healthcare */
.pane-meta-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0464d4;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
}

.pane-title {
  font-family: var(--font-family);
  font-size: 2.3rem;
  font-weight: 700;
  color: #04025f;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.pane-desc {
  font-size: 1.05rem;
  color: #666666;
  line-height: 1.65;
  margin-bottom: 2rem;
}

/* Stats Boxes */
.pane-stat-box {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  padding: 1.5rem;
  text-align: left;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.015);
  transition: all 0.3s ease;
}

.pane-stat-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(4, 2, 95, 0.03);
  border-color: rgba(4, 100, 212, 0.15);
}

.pane-stat-box .stat-num {
font-family: var(--font-family);
    font-size: 4rem;
    font-weight: 500;
    color: #04025f;
    line-height: 1;
    display: block;
    margin-bottom: 0.3rem;
}

.pane-stat-box .stat-lbl {
  font-size: 0.9rem;
  color: #666666;
  line-height: 1.35;
  display: block;
}

/* Bullet List */
.pane-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pane-bullet-list li {
  font-size: 1.02rem;
  color: #555555;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.pane-bullet-list li i {
  color: #0464d4;
  font-size: 1.1rem;
}

.pane-bullet-list li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Hospital Image Stack */
.creative-image-stack-container {
  position: relative;
  width: 100%;
  height: 480px;
  margin-top: 1rem;
}

.stack-base-img {
  width: 80%;
  height: 380px;
  background-size: cover;
  background-position: center;
  border-radius: 28px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #eef2f6;
}

.stack-offset-img-1 {
  width: 45%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(4, 2, 95, 0.08);
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 3;
  border: 4px solid #ffffff;
}

.stack-offset-img-2 {
  width: 35%;
  height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(4, 2, 95, 0.08);
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 2;
  border: 4px solid #ffffff;
}

.stack-glass-tag {
  position: absolute;
  bottom: 120px;
  left: 30px;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(4, 2, 95, 0.08) !important;
  border-radius: 20px;
  padding: 1.2rem 1.8rem;
  color: #04025f;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 15px 30px rgba(4, 2, 95, 0.08);
  z-index: 4;
}

.stack-glass-tag .tag-number {
  font-family: var(--font-family);
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #04025f;
}

.stack-glass-tag .tag-text {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
}

.scroll-section-wrapper {
  position: relative;
  height: 140vh !important;
  width: 100%;
  overflow: visible !important;
}

/* Mobile-only elements — hidden on desktop by default */
.mob-dial-tabs  { display: none; }
.mob-dial-card  { display: none; }


.scroll-sticky-container {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  height: 100vh !important;
  width: 100%;
  overflow: hidden;
  background-color: #050505;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  z-index: 10;
}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.bg-layer.active {
  opacity: 1;
}

.dial-heading-block {
  position: relative;
  z-index: 10;
  padding-top: 110px;
  padding-left: 50px;
  text-align: left;
}

.dial-meta-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
  color: #ffffff !important;
}

.dial-section-title {
  font-family: var(--font-family);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.dial-section-title span {
  /* font-weight: 700; */
  color: #ffffff;
}

/* Main Arc Wheel Setup */
.arc-wrapper {
  position: absolute;
  bottom: -450px; /* Offset to show top arc half */
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 1000px;
  border: 1px solid rgba(255, 255, 255, 0.366);
  border-radius: 50%;
  z-index: 10;
}

/* Rotatable track holding nodes */
.arc-track {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center center;
}

.node {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 75px;
  margin-left: -26px;
  margin-top: -37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* Precise positions relative to center top */
.node[data-index="0"] {
  transform: rotate(0deg) translateY(-500px);
}
.node[data-index="1"] {
  transform: rotate(30deg) translateY(-500px);
}
.node[data-index="2"] {
  transform: rotate(60deg) translateY(-500px);
}
.node[data-index="3"] {
  transform: rotate(90deg) translateY(-500px);
}
.node[data-index="4"] {
  transform: rotate(120deg) translateY(-500px);
}
.node[data-index="5"] {
  transform: rotate(150deg) translateY(-500px);
}

/* Number badge styling */
.node-number {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-size: 20px;
  color: #fff;
  transition: all 0.4s ease;
  will-change: transform;
}

/* Dot placed directly on the arc boundary */
.node-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: all 0.4s ease;
}

/* Active State Styles */
.node.active .node-number {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.node.active .node-dot {
  background-color: #ffffff;
  transform: scale(1.4);
  box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
}

/* Text & Pointer Line Container (Static Top-Center) */
.content-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 12;
  width: 380px;
  pointer-events: none;
}

/* Center vertical line connecting active top dot to content */
.connector-line {
  width: 1px;
  height: 180px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
  margin: 5px auto 20px auto;
}

/* Content Switching Animation */
.content-item {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.content-item.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.content-item h2 {
  font-family: var(--font-family);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.content-item p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.55;
  max-width: 320px;
  margin: 0 auto;
}

/* Responsive Overrides */
@media (max-width: 991.98px) {
  .arc-wrapper {
    width: 700px;
    height: 700px;
    bottom: -320px;
  }
  .node[data-index="0"] { transform: rotate(0deg) translateY(-350px); }
  .node[data-index="1"] { transform: rotate(30deg) translateY(-350px); }
  .node[data-index="2"] { transform: rotate(60deg) translateY(-350px); }
  .node[data-index="3"] { transform: rotate(90deg) translateY(-350px); }
  .node[data-index="4"] { transform: rotate(120deg) translateY(-350px); }
  .node[data-index="5"] { transform: rotate(150deg) translateY(-350px); }
  
  .connector-line {
    height: 80px;
  }
  .content-box {
    width: 320px;
  }
  .content-item h2 {
    font-size: 1.8rem;
  }
  .content-item p {
    font-size: 0.92rem;
  }
  .dial-section-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 575.98px) {
  .arc-wrapper {
    width: 500px;
    height: 500px;
    bottom: -230px;
  }
  .node[data-index="0"] { transform: rotate(0deg) translateY(-250px); }
  .node[data-index="1"] { transform: rotate(30deg) translateY(-250px); }
  .node[data-index="2"] { transform: rotate(60deg) translateY(-250px); }
  .node[data-index="3"] { transform: rotate(90deg) translateY(-250px); }
  .node[data-index="4"] { transform: rotate(120deg) translateY(-250px); }
  .node[data-index="5"] { transform: rotate(150deg) translateY(-250px); }
  
  .connector-line {
    height: 60px;
    margin-bottom: 12px;
  }
  .content-box {
    width: 280px;
  }
  .content-item h2 {
    font-size: 1.5rem;
  }
  .content-item p {
    font-size: 0.85rem;
  }
  .dial-heading-block {
    padding-top: 40px;
    padding-left: 20px;
  }
  .dial-section-title {
    font-size: 1.8rem;
  }
}

/* Premium Research Section Card Design */
.research-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(4, 2, 95, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.research-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2391ff, #3cc8ff);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.research-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(4, 2, 95, 0.08);
  border-color: rgba(35, 145, 255, 0.15);
}

.research-card:hover::before {
  opacity: 1;
}

.research-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(35, 145, 255, 0.06);
  color: #2391ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.research-card:hover .research-card-icon {
  background: #2391ff;
  color: #ffffff;
  transform: scale(1.05);
}

.research-card-title {
  font-family: var(--font-family);
  font-size: 1.35rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 1rem;
}

.research-card-desc {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.55;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.research-card-footer {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.metric-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #999999;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.metric-value {
  font-family: var(--font-family);
  font-size: 1.2rem;
  font-weight: 700;
  color: #04025f;
}

/* Central Floating Capsule Dropdown styling */
.nav-pill-capsule .dropdown-menu {
  background: rgba(4, 2, 95, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  margin-top: 10px !important;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.nav-pill-capsule .dropdown-item {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 8px 16px !important;
  border-radius: 10px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.nav-pill-capsule .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .nav-pill-capsule .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
    transition: all 0.25s ease;
  }
}

/* Contact Page Styles */
.contact-hero {
  position: relative;
  min-height: 35vh;
  width: 100%;
  background: url('./images/medicitylook.webp') no-repeat center center / cover;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(4, 2, 95, 0.45) 0%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}

.contact-hero .hero-content {
  position: relative;
  z-index: 2;
}

.contact-form .form-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #04025f;
  margin-bottom: 0.4rem;
  letter-spacing: 0.5px;
}

.contact-form .form-control {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background-color: #fcfcfc;
}

.contact-form .form-control:focus {
  border-color: #2391ff;
  box-shadow: 0 0 10px rgba(35, 145, 255, 0.08);
  background-color: #ffffff;
  outline: none;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #0464d4 0%, #2391ff 100%);
  border: none;
  border-radius: 30px;
  padding: 10px 30px !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(4, 100, 212, 0.2);
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(4, 100, 212, 0.3);
  background: linear-gradient(135deg, #2391ff 0%, #3cc8ff 100%);
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card {
  display: flex;
  gap: 1.2rem;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(4, 2, 95, 0.01);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(4, 2, 95, 0.04);
  border-color: rgba(35, 145, 255, 0.15);
}

.info-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(35, 145, 255, 0.06);
  color: #2391ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.info-card:hover .info-card-icon {
  background: #2391ff;
  color: #ffffff;
}

.info-card-body h4 {
  font-family: var(--font-family);
  font-size: 1.05rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 0.4rem;
}

.info-card-body p {
  font-size: 0.9rem;
  color: #666666;
  margin: 0;
  line-height: 1.45;
}

.info-card-body a {
  color: #2391ff;
  text-decoration: none;
  font-weight: 600;
}

.info-card-body a:hover {
  text-decoration: underline;
}

/* ============================================================
   HEALTHCARE PAGE — MOBILE RESPONSIVE OVERRIDES
   ============================================================ */

/* ── Tablet (≤ 991px) ── */
@media (max-width: 991.98px) {

  /* Hero */
  .healthcare-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  /* Image stack: scale down offsets */
  .creative-image-stack-container {
    height: 340px;
    margin-top: 2rem;
  }
  .stack-base-img  { width: 88%; height: 270px; }
  .stack-offset-img-1 { width: 46%; height: 155px; }
  .stack-offset-img-2 { width: 34%; height: 125px; right: 18px; }
  .stack-glass-tag { bottom: 85px; left: 14px; padding: 0.9rem 1.3rem; }
  .stack-glass-tag .tag-number { font-size: 1.8rem; }

  /* Pane text */
  .pane-title { font-size: 1.85rem; }
  .pane-stat-box .stat-num { font-size: 1.8rem; }

  /* Dial — shrink the arc a bit */
  .arc-wrapper {
    width: 750px;
    height: 750px;
    bottom: -340px;
  }
  .node[data-index="0"] { transform: rotate(0deg)   translateY(-375px); }
  .node[data-index="1"] { transform: rotate(30deg)  translateY(-375px); }
  .node[data-index="2"] { transform: rotate(60deg)  translateY(-375px); }
  .node[data-index="3"] { transform: rotate(90deg)  translateY(-375px); }
  .node[data-index="4"] { transform: rotate(120deg) translateY(-375px); }
  .node[data-index="5"] { transform: rotate(150deg) translateY(-375px); }

  .dial-heading-block { padding-top: 80px; padding-left: 30px; }
  .dial-section-title { font-size: 2rem; }
  .content-box { width: 340px; }
}

/* ── Mobile (≤ 767px) — full rewrite ── */
@media (max-width: 767.98px) {

  /* ── Global overflow fix ── */
  body, html { overflow-x: hidden !important; }
  .healthcare-page, #main-content { overflow-x: hidden; }

  /* ── Hero ── */
  .healthcare-hero {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
    min-height: auto;
  }
  .healthcare-hero .hero-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.3;
  }
  .healthcare-hero .hero-description { font-size: 0.9rem; }

  /* ── Section 1: image stack — single image only ── */
  .creative-image-stack-container {
    height: 220px;
    margin-top: 1.5rem;
    overflow: hidden;
    border-radius: 18px;
    width: 100%;
  }
  .stack-base-img {
    position: relative !important;
    width: 100% !important;
    height: 220px;
    border-radius: 18px;
    top: auto !important;
    left: auto !important;
  }
  .stack-offset-img-1,
  .stack-offset-img-2 { display: none !important; }
  .stack-glass-tag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    top: auto;
    transform: none !important;
    padding: 0.7rem 1rem;
  }
  .stack-glass-tag .tag-number { font-size: 1.5rem; }

  /* Pane text */
  .pane-title { font-size: 1.5rem; margin-bottom: 0.8rem; }
  .pane-desc  { font-size: 0.9rem; margin-bottom: 1rem; }
  .pane-bullet-list li { font-size: 0.88rem; }
  .pane-stat-box { padding: 1rem; border-radius: 14px; }
  .pane-stat-box .stat-num { font-size: 1.5rem; }
  .pane-stat-box .stat-lbl { font-size: 0.78rem; }

  /* ── Centers of Excellence: mobile overhaul ── */

  /* Release scroll trap */
  .scroll-section-wrapper {
    height: auto !important;
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  /* Full container styling on mobile */
  .scroll-sticky-container {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 380px !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
    background: #050505 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-bottom: 1.5rem;
  }

  /* Dark background overlay over active bg-layer image */
  .scroll-sticky-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(3, 2, 95, 0.75) 0%, rgba(5, 5, 20, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
  }

  /* Background image layers - visible & active transition on mobile */
  .bg-layer {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
  }
  .bg-layer.active {
    opacity: 1 !important;
    z-index: 1;
  }

  /* Heading block */
  .dial-heading-block {
    position: relative;
    z-index: 10;
    padding: 1.75rem 1rem 0.6rem !important;
    text-align: center;
    width: 100%;
  }
  .dial-section-title {
    font-size: clamp(1.6rem, 4.5vw, 2.2rem);
    line-height: 1.15;
    color: #ffffff !important;
    font-weight: 700;
  }
  .dial-meta-label {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 0.3rem;
    display: block;
  }

  /* Hide desktop arc wheel & desktop content box */
  .arc-wrapper,
  .arc-track,
  .content-box,
  .connector-line,
  .node {
    display: none !important;
  }

  /* ── Mobile tab strip ── */
  .mob-dial-tabs {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.45rem;
    padding: 0.25rem 0.75rem 0.6rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    z-index: 10;
    width: 100%;
    box-sizing: border-box;
  }
  .mob-dial-tabs::-webkit-scrollbar { display: none; }

  .mob-dial-tab {
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'SF Pro', 'Segoe UI', Roboto, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0.45rem 0.95rem;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s ease;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .mob-dial-tab.active {
    background: #0464d4 !important;
    border-color: #2391ff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(4, 100, 212, 0.5);
  }

  /* ── Mobile content card ── */
  .mob-dial-card {
    display: none;
    width: calc(100% - 1.5rem);
    max-width: 520px;
    margin: 0 auto 1rem;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 1.25rem 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }
  .mob-dial-card.active {
    display: block !important;
    animation: fadeInMobCard 0.35s ease forwards;
  }
  @keyframes fadeInMobCard {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .mob-dial-card h3 {
    font-family: var(--font-family);
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.6rem;
  }
  .mob-dial-card p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
  }

  /* ── Research cards ── */
  .research-card { padding: 1.4rem 1.1rem; border-radius: 16px; }
  .research-card-title { font-size: 1.1rem; }
  .research-card-desc  { font-size: 0.88rem; }
}

/* ── Small phones (≤ 575px) ── */
@media (max-width: 575.98px) {
  .healthcare-hero .hero-title { font-size: 1.4rem; }
  .pane-title { font-size: 1.35rem; }
  .dial-section-title { font-size: 1.5rem; }
  .mob-dial-card { padding: 1.2rem 1rem; }
  .mob-dial-card h3 { font-size: 1rem; }
}

/* ── Tablet (≤ 991px) ── */
@media (max-width: 991.98px) {

  /* Hero */
  .healthcare-hero {
    min-height: 28vh;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .healthcare-hero .hero-title {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }
  .healthcare-hero .hero-description {
    font-size: 1rem;
  }

  /* Section 1 – image stack collapses under text */
  .creative-image-stack-container {
    height: 320px;
    margin-top: 2rem;
  }
  .stack-base-img {
    width: 90%;
    height: 260px;
  }
  .stack-offset-img-1 {
    width: 48%;
    height: 160px;
    bottom: 0;
    right: 0;
  }
  .stack-offset-img-2 {
    width: 36%;
    height: 130px;
    top: 20px;
    right: 20px;
  }
  .stack-glass-tag {
    bottom: 90px;
    left: 16px;
    padding: 0.9rem 1.3rem;
  }
  .stack-glass-tag .tag-number {
    font-size: 1.8rem;
  }

  /* Pane text */
  .pane-title {
    font-size: 1.9rem;
  }
  .pane-desc {
    font-size: 0.98rem;
  }
  .pane-stat-box .stat-num {
    font-size: 1.8rem;
  }

  /* Research cards stack to 2 cols — handled by Bootstrap col-md-6 */
  .research-card {
    padding: 2rem 1.5rem;
  }
}

/* ── Large phone (≤ 767px) ── */
@media (max-width: 767.98px) {

  /* Hero */
  .healthcare-hero {
    min-height: 24vh;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  .healthcare-hero .hero-content {
    text-align: center !important;
  }
  .healthcare-hero .hero-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }
  .healthcare-hero .hero-description {
    font-size: 0.92rem;
    max-width: 90%;
    margin: 0 auto;
  }

  /* Section 1 text */
  .hospital-section .col-12 {
    text-align: center;
  }
  .pane-title {
    font-size: 1.65rem;
    margin-bottom: 1rem;
  }
  .pane-desc {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
  .pane-bullet-list li {
    font-size: 0.92rem;
    justify-content: center;
  }

  /* Image stack — simplified single image on mobile */
  .creative-image-stack-container {
    height: 240px;
  }
  .stack-base-img {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    position: relative;
    top: auto;
    left: auto;
  }
  .stack-offset-img-1,
  .stack-offset-img-2 {
    display: none;
  }
  .stack-glass-tag {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }

  /* Stat boxes */
  .pane-stat-box {
    padding: 1rem;
    border-radius: 14px;
  }
  .pane-stat-box .stat-num {
    font-size: 1.6rem;
  }
  .pane-stat-box .stat-lbl {
    font-size: 0.8rem;
  }



  /* Research cards */
  .research-card {
    padding: 1.5rem 1.2rem;
    border-radius: 16px;
  }
  .research-card-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .research-card-title {
    font-size: 1.15rem;
  }
  .research-card-desc {
    font-size: 0.88rem;
  }
}

/* ── Small phone (≤ 575px) ── */
@media (max-width: 575.98px) {

  /* Hero */
  .healthcare-hero {
    padding-top: 5.5rem;
    padding-bottom: 1rem;
  }
  .healthcare-hero .hero-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .healthcare-hero .hero-description {
    font-size: 0.85rem;
  }

  /* Section 1 */
  .pane-title {
    font-size: 1.45rem;
  }
  .pane-stats-row {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* Dial section heading */
  .dial-meta-label {
    font-size: 0.7rem;
  }
  .dial-section-title {
    font-size: 1.5rem;
  }

  /* Research cards go full-width, single column */
  .research-card {
    padding: 1.2rem 1rem;
  }
  .metric-value {
    font-size: 1rem;
  }
}

/* ============================================================
   SHARED INNER-HERO — MOBILE RESPONSIVE (all inner pages)
   ============================================================ */

/* Tablet (≤ 991px) */
@media (max-width: 991.98px) {
  .inner-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .inner-hero .hero-title {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }
  .inner-hero .hero-description {
    font-size: 1rem;
  }
}

/* Mobile (≤ 767px) */
@media (max-width: 767.98px) {
  .pane-title {
    font-size: 1.65rem;
    margin-bottom: 1rem;
  }
  .pane-desc {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
  .pane-bullet-list li {
    font-size: 0.92rem;
    justify-content: center;
  }

  /* Image stack — simplified single image on mobile */
  .creative-image-stack-container {
    height: 240px;
  }
  .stack-base-img {
    width: 100%;
    height: 220px;
    border-radius: 18px;
    position: relative;
    top: auto;
    left: auto;
  }
  .stack-offset-img-1,
  .stack-offset-img-2 {
    display: none;
  }
  .stack-glass-tag {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }

  /* Stat boxes */
  .pane-stat-box {
    padding: 1rem;
    border-radius: 14px;
  }
  .pane-stat-box .stat-num {
    font-size: 1.6rem;
  }
  .pane-stat-box .stat-lbl {
    font-size: 0.8rem;
  }



  /* Research cards */
  .research-card {
    padding: 1.5rem 1.2rem;
    border-radius: 16px;
  }
  .research-card-icon {
    width: 48px;
    height: 48px;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .research-card-title {
    font-size: 1.15rem;
  }
  .research-card-desc {
    font-size: 0.88rem;
  }
}

/* ── Small phone (≤ 575px) ── */
@media (max-width: 575.98px) {

  /* Hero */
  .healthcare-hero {
    padding-top: 5.5rem;
    padding-bottom: 1rem;
  }
  .healthcare-hero .hero-title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .healthcare-hero .hero-description {
    font-size: 0.85rem;
  }

  /* Section 1 */
  .pane-title {
    font-size: 1.45rem;
  }
  .pane-stats-row {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  /* Dial section heading */
  .dial-meta-label {
    font-size: 0.7rem;
  }
  .dial-section-title {
    font-size: 1.5rem;
  }

  /* Research cards go full-width, single column */
  .research-card {
    padding: 1.2rem 1rem;
  }
  .metric-value {
    font-size: 1rem;
  }
}

/* ============================================================
   SHARED INNER-HERO — MOBILE RESPONSIVE (all inner pages)
   ============================================================ */

/* Tablet (≤ 991px) */
@media (max-width: 991.98px) {
  .inner-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .inner-hero .hero-title {
    font-size: clamp(1.8rem, 5vw, 2.6rem);
  }
  .inner-hero .hero-description {
    font-size: 1rem;
  }
}

/* Mobile (≤ 767px) */
@media (max-width: 767.98px) {
  .inner-hero {
    padding-top: 5.5rem;
    padding-bottom: 1.8rem;
    min-height: auto;
  }
  .inner-hero .hero-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .inner-hero .hero-description {
    font-size: 0.9rem;
    max-width: 100%;
  }
}

/* Small phones (≤ 575px) */
@media (max-width: 575.98px) {
  .inner-hero {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }
  .inner-hero .hero-title {
    font-size: 30px;
  }
  .inner-hero .hero-description {
    font-size: 0.85rem;
  }
}

/* ============================================================
   MEDIA CENTRE & CAREERS PAGE STYLES
   ============================================================ */

/* News Cards */
.media-news-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.media-news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.news-img-wrap {
  position: relative;
  height: 190px;
  overflow: hidden;
}
.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.media-news-card:hover .news-img {
  transform: scale(1.05);
}
.news-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.news-content {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-date {
  font-size: 0.78rem;
  color: #6c757d;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.news-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #04025f;
  line-height: 1.35;
  margin-bottom: 0.7rem;
}
.news-desc {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}
.news-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: #2391ff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-link:hover {
  color: #04025f;
}

/* Highlight Pillars */
.highlight-pillar-card {
  background: #f8fafc;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  height: 100%;
  transition: all 0.3s ease;
}
.highlight-pillar-card:hover {
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(35, 145, 255, 0.12);
  transform: translateY(-4px);
}
.pillar-icon-box {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  border-radius: 16px;
  background: rgba(35, 145, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 0.6rem;
}
.pillar-desc {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Minimalist Badges (Light & Dark) */
.minimal-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(4, 2, 95, 0.85);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.minimal-glass-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Careers Section & Minimal Line Filter Navigation */
.career-filter-btn {
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  transition: color 0.25s ease;
  border-bottom: 2px solid transparent;
}
.career-filter-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}
.career-filter-btn.active {
  color: #ffffff !important;
  border-bottom: 2px solid #2391ff;
}

.gallery-filter-btn {
  padding: 10px 20px;
  border: none;
  background: transparent;
  color: #64748b;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.25s ease;
  border-bottom: 2px solid transparent;
}
.gallery-filter-btn:hover {
  color: #04025f;
}
.gallery-filter-btn.active {
  color: #04025f !important;
  border-bottom: 2px solid #04025f;
}

.job-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}
.job-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}
.job-badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.job-type {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  letter-spacing: 0.5px;
}
.job-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  letter-spacing: -0.2px;
}
.job-dept {
  font-size: 0.82rem;
  margin-bottom: 1rem;
}
.job-reqs {
  list-style: none;
  padding: 0;
  font-size: 0.85rem;
}
.job-reqs li {
  margin-bottom: 0.4rem;
}

/* ── ZERO-HOLE RECTANGULAR BENTO GALLERY SYSTEM ── */
#galleryGrid {
  display: grid !important;
  grid-template-columns: repeat(12, 1fr) !important;
  gap: 1.25rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

#galleryGrid > [class*="col-"] {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 992px) {
  #galleryGrid > .col-lg-6 { grid-column: span 6 !important; }
  #galleryGrid > .col-lg-4 { grid-column: span 4 !important; }
  #galleryGrid > .col-lg-12 { grid-column: span 12 !important; }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #galleryGrid > .col-lg-6,
  #galleryGrid > .col-lg-4 { grid-column: span 6 !important; }
  #galleryGrid > .col-lg-12 { grid-column: span 12 !important; }
}

@media (max-width: 575.98px) {
  #galleryGrid > [class*="col-"] { grid-column: span 12 !important; }
}

.gallery-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9 !important; /* Preserves 100% horizontal landscape rectangular proportion */
  height: auto !important;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.4s ease;
  background-color: #f8fafc;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(4, 2, 95, 0.15) !important;
}

.gallery-card:hover .gallery-img {
  transform: scale(1.04);
}
.gallery-icon {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.gallery-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.gallery-tag {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Modal styling */
.style-modal {
  border-radius: 16px;
  overflow: hidden;
}

.careers-radial-section {
  background: #ffffff !important;
}

.brand-radial-bg {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%) !important;
}

/* ── EXECUTIVE CAREER PORTAL V2 STYLES ── */
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2391ff;
  display: inline-block;
  box-shadow: 0 0 10px #2391ff;
  animation: pulse-live 2s infinite;
}
@keyframes pulse-live {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(35, 145, 255, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(35, 145, 255, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(35, 145, 255, 0); }
}

.openings-count-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #f1f5f9 !important;
  border: 1px solid #cbd5e1 !important;
  font-size: 0.85rem;
  color: #334155 !important;
}

.openings-count-badge strong {
  color: #04025f !important;
}

.openings-count-badge i {
  color: #0284c7 !important;
}
/* Fixed Left Sidebar & Right Column Overflow Scroll */
@media (min-width: 992px) {
  .career-sidebar-sticky {
    position: sticky !important;
    top: 110px !important;
    align-self: flex-start !important;
    z-index: 10;
  }
 
}


.career-right-scroll,
#jobGrid {
  max-height: 530px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px !important;
  scroll-behavior: smooth;
}

/* Custom Electric Blue Scrollbar */
.career-right-scroll::-webkit-scrollbar,
#jobGrid::-webkit-scrollbar {
  width: 6px !important;
}
.career-right-scroll::-webkit-scrollbar-track,
#jobGrid::-webkit-scrollbar-track {
  background: #f1f5f9 !important;
  border-radius: 10px !important;
}
.career-right-scroll::-webkit-scrollbar-thumb,
#jobGrid::-webkit-scrollbar-thumb {
  background: #2391ff !important;
  border-radius: 10px !important;
}
.career-right-scroll::-webkit-scrollbar-thumb:hover,
#jobGrid::-webkit-scrollbar-thumb:hover {
  background: #0284c7 !important;
}

/* Category Nav Stack (Left Column Filter Tabs) */
.career-nav-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.careers-radial-section .career-nav-pill,
.text-white .career-nav-pill,
.career-nav-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px;
  border-radius: 14px;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  color: #04025f !important;
  font-family: 'SF Pro', 'Segoe UI', Roboto, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.careers-radial-section .career-nav-pill span,
.text-white .career-nav-pill span,
.career-nav-pill span {
  color: #04025f !important;
  font-weight: 600 !important;
}

.careers-radial-section .career-nav-pill:hover,
.text-white .career-nav-pill:hover,
.career-nav-pill:hover {
  background: #ffffff !important;
  border-color: #2391ff !important;
  transform: translateX(4px);
  box-shadow: 0 4px 15px rgba(35, 145, 255, 0.15) !important;
}

.careers-radial-section .career-nav-pill:hover span,
.text-white .career-nav-pill:hover span,
.career-nav-pill:hover span {
  color: #2391ff !important;
}

.careers-radial-section .career-nav-pill.active,
.text-white .career-nav-pill.active,
.career-nav-pill.active {
  background: #2391ff !important;
  border-color: #2391ff !important;
  box-shadow: 0 6px 20px rgba(35, 145, 255, 0.35) !important;
}

.careers-radial-section .career-nav-pill.active span,
.text-white .career-nav-pill.active span,
.career-nav-pill.active span {
  color: #ffffff !important;
  font-weight: 700 !important;
}

.careers-radial-section .career-nav-pill .pill-count,
.text-white .career-nav-pill .pill-count,
.pill-count,
.career-nav-pill .pill-count {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  background: #f1f5f9 !important;
  color: #04025f !important;
  transition: all 0.25s ease;
}

.careers-radial-section .career-nav-pill.active .pill-count,
.text-white .career-nav-pill.active .pill-count,
.career-nav-pill.active .pill-count {
  background: #ffffff !important;
  color: #2391ff !important;
  font-weight: 700 !important;
}

/* Spontaneous Resume Card */
.careers-radial-section .spontaneous-cv-card,
.spontaneous-cv-card {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
}
.careers-radial-section .spontaneous-cv-card h1,
.careers-radial-section .spontaneous-cv-card h2,
.careers-radial-section .spontaneous-cv-card h3,
.careers-radial-section .spontaneous-cv-card h4,
.careers-radial-section .spontaneous-cv-card h5,
.careers-radial-section .spontaneous-cv-card h6,
.spontaneous-cv-card h5,
.spontaneous-cv-card .text-white,
.spontaneous-cv-card h5.text-white {
  color: #04025f !important;
  font-weight: 700 !important;
}
.careers-radial-section .spontaneous-cv-card p,
.careers-radial-section .spontaneous-cv-card span,
.spontaneous-cv-card p,
.spontaneous-cv-card .text-white-50 {
  color: #475569 !important;
}
.cv-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spontaneous-cv-card .btn-outline-info {
  color: #ffffff !important;
  background: #04025f !important;
  border-color: #04025f !important;
}
.spontaneous-cv-card .btn-outline-info:hover {
  background: #2391ff !important;
  border-color: #2391ff !important;
  color: #ffffff !important;
}

/* Executive Horizontal Job Rows (Right Column) */
.careers-radial-section .job-row-card,
.job-row-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 20px 28px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04) !important;
}

.job-row-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #2391ff;
  box-shadow: 0 0 10px rgba(35, 145, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.job-row-card:hover {
  background: #ffffff !important;
  border-color: #2391ff !important;
  transform: translateX(4px);
  box-shadow: 0 12px 30px rgba(35, 145, 255, 0.15) !important;
}

.job-row-card:hover::before {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .job-row-card {
    min-height: 35vh !important;
  }
}

.job-cat-badge {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  background-color: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  color: #04025f !important;
  display: inline-block !important;
}

.job-meta-pill {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  background-color: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  display: inline-block !important;
}

.job-meta-pill i {
  color: #2391ff !important;
}

.job-tag-dept {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  color: #2391ff !important;
}

.job-type-pill {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  padding: 3px 10px !important;
  border-radius: 6px !important;
  background: #f1f5f9 !important;
  color: #475569 !important;
}

/* Media & Subpage Standard Eyebrow Headings (Clean Text) */
.top-heading {
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  display: block;
  margin-bottom: 8px;
  color: #2391ff !important;
}

.careers-radial-section .top-heading,
.brand-radial-bg .top-heading {
  color: #2391ff !important;
}

.careers-radial-section .section-title {
  color: #04025f !important;
}

.careers-radial-section .section-title span {
  color: #2391ff !important;
}

.section-subtitle-light {
  font-size: 0.95rem;
  color: #4a5568 !important;
  line-height: 1.6;
}

.careers-radial-section .job-row-card .job-location,
.careers-radial-section .job-row-card .job-location *,
.job-location,
.job-row-card .job-location,
.job-row-card .job-location *,
.job-row-card .text-white-50,
.job-row-card p.text-white-50 {
  font-size: 0.82rem;
  color: #64748b !important;
}

.job-spec-tag {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a !important;
}

.careers-radial-section .job-row-card h1,
.careers-radial-section .job-row-card h2,
.careers-radial-section .job-row-card h3,
.careers-radial-section .job-row-card h4,
.careers-radial-section .job-row-card h5,
.careers-radial-section .job-row-card h6,
.careers-radial-section .job-row-card .job-row-title,
.job-row-title,
.job-row-card h3,
.job-row-card h3 *,
.job-row-card .job-row-title,
.job-row-card .job-row-title *,
.job-row-card .text-white,
.job-row-card h3.text-white {
  font-size: 20px;
  font-weight: 500 !important;
  color: #04025f !important;
}

.job-row-card .badge {
  background-color: #e0f2fe !important;
  color: #0369a1 !important;
  font-weight: 600 !important;
}

/* ==========================================================================
   ABOUT US PAGE STYLES
   ========================================================================== */

/* About Hero Modifier */
.inner-hero--about {
  background: #000000 url('./images/render/5.webp') no-repeat center center / cover;
}

/* Milestones Section Styling (Matching Shared Design) */
.milestone-main-title {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: #04025f;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.milestone-main-desc {
  font-size: 1.02rem;
  color: #3b4252;
  line-height: 1.7;
}

.milestone-blue-card {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%);
  border-radius: 24px;
  padding: 2.2rem 2.4rem;
  box-shadow: 0 16px 40px rgba(4, 2, 95, 0.22);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.milestone-blue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(4, 2, 95, 0.32);
}

.milestone-type-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.milestone-header-line {
  flex-grow: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 16px;
}

.milestone-num-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #ffffff;
  backdrop-filter: blur(8px);
}

.milestone-card-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #ffffff;
  margin-top: 1.8rem;
  margin-bottom: 0.6rem;
  letter-spacing: -0.3px;
}

.milestone-card-desc {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin-bottom: 0;
}

/* Explore Medicity Gallery Filter Tabs */
.about-gallery-btn {
  background: rgba(4, 2, 95, 0.05);
  border: 1px solid rgba(4, 2, 95, 0.12);
  color: #04025f;
  padding: 8px 24px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 600;
  transition: all 0.25s ease;
  cursor: pointer;
}

.about-gallery-btn:hover {
  background: rgba(4, 2, 95, 0.1);
  color: #04025f;
}

.about-gallery-btn.active {
  background: #04025f;
  color: #ffffff;
  border-color: #04025f;
  box-shadow: 0 4px 15px rgba(4, 2, 95, 0.25);
}

/* Video Virtual Tour Card */
.video-tour-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 420px;
  background: url('./images/render/5.webp') no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.video-tour-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 2, 95, 0.4) 0%, rgba(4, 2, 95, 0.8) 100%);
}

.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(35, 145, 255, 0.9);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 0 0 12px rgba(35, 145, 255, 0.3), 0 0 0 24px rgba(35, 145, 255, 0.15);
  transition: all 0.35s ease;
  cursor: pointer;
  z-index: 5;
  border: none;
}

.video-play-btn:hover {
  transform: scale(1.1);
  background: #ffffff;
  color: #2391ff;
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.15);
}

/* Project Partner Card */
.partner-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  transition: all 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(4, 2, 95, 0.12);
  border-color: rgba(35, 145, 255, 0.3);
}

.partner-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(35, 145, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem auto;
}

/* Opposite Marquee Carousel Styles */
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 12px 0;
}

.marquee-container::before,
.marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, transparent 100%);
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #ffffff 0%, transparent 100%);
}

.marquee-track-left {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  animation: marqueeLeft 30s linear infinite;
}

.marquee-track-right {
  display: flex;
  gap: 16px;
  width: max-content;
  will-change: transform;
  animation: marqueeRight 35s linear infinite;
}

@keyframes marqueeLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marqueeRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.partner-logo-card {
  background: #ffffff;
  border: 1px solid rgba(4, 2, 95, 0.1);
  border-radius: 16px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
  height: 85px;
  min-width: 180px;
  flex-shrink: 0;
}

.partner-logo-card img {
  height: 55px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.partner-logo-card:hover {
  background: #ffffff;
  border-color: #2391ff;
  box-shadow: 0 8px 25px rgba(35, 145, 255, 0.18);
  transform: translateY(-3px);
}

.partner-logo-card:hover img {
  transform: scale(1.05);
}

.partner-text-card {
  background: linear-gradient(135deg, rgba(35, 145, 255, 0.08) 0%, rgba(4, 2, 95, 0.05) 100%);
  border: 1px solid rgba(35, 145, 255, 0.2);
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #04025f;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.partner-text-card:hover {
  background: #2391ff;
  color: #ffffff;
  border-color: #2391ff;
}

/* Full-Width Video Tour Section */
.video-tour-fullwidth-section {
  position: relative;
  width: 100%;
  min-height: 520px;
  background: url('./images/render/5.webp') no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-tour-fullwidth-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%);
}

/* ==========================================================================
   ULTRA-PREMIUM ABOUT US ENHANCEMENTS
   ========================================================================== */

.about-hero-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-stat-card {
  background: #ffffff;
  border: 1px solid rgba(4, 2, 95, 0.08);
  border-radius: 20px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 10px 30px rgba(4, 2, 95, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #2391ff;
  transition: width 0.3s ease;
}

.about-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(4, 2, 95, 0.12);
}

.about-stat-card:hover::before {
  width: 100%;
  opacity: 0.05;
}

.about-vision-tab {
  background: rgba(4, 2, 95, 0.04);
  border: 1px solid rgba(4, 2, 95, 0.1);
  color: #04025f;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-vision-tab.active {
  background: #04025f;
  color: #ffffff;
  border-color: #04025f;
  box-shadow: 0 8px 25px rgba(4, 2, 95, 0.25);
}

.gallery-photo-card {
  transition: all 0.35s ease;
}

.gallery-photo-card:hover img {
  transform: scale(1.08);
}

.gallery-photo-card:hover .photo-card-overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(4, 2, 95, 0.95) 100%) !important;
}

/* Lightbox Modal Image Preview */
#lightboxModal .modal-content {
  background: transparent;
  border: none;
}

/* In-Page Inline Video Player Section */
.video-inline-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #020120;
}

.video-poster-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%), url('./images/render/5.webp') no-repeat center center / cover;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  padding: 2rem;
}

.video-poster-overlay.playing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.inline-play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #2391ff;
  color: #ffffff;
  border: none;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 14px rgba(35, 145, 255, 0.35), 0 0 0 28px rgba(35, 145, 255, 0.15);
  transition: all 0.35s ease;
  cursor: pointer;
}

.inline-play-btn:hover {
  transform: scale(1.1);
  background: #ffffff;
  color: #2391ff;
  box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.3), 0 0 0 34px rgba(255, 255, 255, 0.15);
}

/* 100% Full-Width Direct Local Video Section */
.fullwidth-video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000000;
}

.fullwidth-video-element {
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 650px;
  object-fit: cover;
  display: block;
}

.fullwidth-video-overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 2, 95, 0.5) 0%, transparent 45%, rgba(4, 2, 95, 0.85) 100%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2rem;
  z-index: 2;
}

/* Redesigned WHO WE ARE Section */
.who-we-are-card {
  background: #ffffff;
  border: 1px solid rgba(4, 2, 95, 0.08);
  border-radius: 18px;
  padding: 1.4rem 1.6rem;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
}

.who-we-are-card:hover {
  transform: translateY(-4px);
  border-color: rgba(35, 145, 255, 0.4);
  box-shadow: 0 15px 35px rgba(4, 2, 95, 0.1);
}

.who-we-are-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(35, 145, 255, 0.12) 0%, rgba(4, 2, 95, 0.06) 100%);
  color: #2391ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Fresh 3-Column Matrix Layout for WHO WE ARE */
.who-matrix-card {
  background: #ffffff;
  border: 1px solid rgba(4, 2, 95, 0.09);
  border-radius: 20px;
  padding: 2.2rem 1.8rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(4, 2, 95, 0.04);
  height: 100%;
}

.who-matrix-card:hover {
  transform: translateY(-6px);
  border-color: #2391ff;
  box-shadow: 0 20px 40px rgba(4, 2, 95, 0.12);
}

.who-matrix-num {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 3.2rem;
  font-weight: 800;
  color: rgba(4, 2, 95, 0.05);
  line-height: 1;
  user-select: none;
}

.who-banner-card {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%), radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%), radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%), linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(4, 2, 95, 0.25);
}

/* Minimalist Ultra-Premium WHO WE ARE Cards (No Loud Pills) */
.who-premium-card {
  background: #ffffff;
  border: 1px solid rgba(4, 2, 95, 0.08);
  border-radius: 16px;
  padding: 2.2rem 2rem;
  transition: all 0.3s ease;
  height: 100%;
}

.who-premium-card:hover {
  transform: translateY(-4px);
  border-color: #2391ff;
  box-shadow: 0 16px 35px rgba(4, 2, 95, 0.08);
}

.who-card-num {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2391ff;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: block;
}

.who-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #04025f;
  margin-bottom: 0.75rem;
}

.who-card-desc {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.who-card-spec {
  font-size: 0.85rem;
  font-weight: 600;
  color: #04025f;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ==========================================================================
   INSTITUTIONS SPECIFICATIONS DISPLAY SECTION (REDESIGNED ULTRA-PREMIUM)
   ========================================================================== */
.institutions-spec-section {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%),
              radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%),
              radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%),
              linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%) !important;
  color: #ffffff !important;
  padding: 5.5rem 0 !important;
  position: relative;
  overflow: hidden;
}

.spec-top-badge {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9) !important;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.institutions-spec-heading {
  font-family: var(--font-family) !important;
  font-size: 2.75rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0;
  letter-spacing: -0.5px;
}

.institutions-spec-heading span {
  color: #ffffff !important;
}

.spec-count-pill {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 700;
  display: inline-block;
  backdrop-filter: blur(10px);
}

.institution-spec-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.institution-spec-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.8rem 2.2rem;
  backdrop-filter: blur(16px);
  transition: all 0.35s ease;
  position: relative;
}

.institution-spec-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.inst-est-badge {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.institution-card-title {
  font-family: var(--font-family) !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.3;
}

.spec-courses-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.85);
  display: block;
  margin-bottom: 0.5rem;
}

.inst-courses-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.inst-course-pill {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 5px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}

.inst-course-pill:hover {
  background: #ffffff;
  color: #04025f;
}

/* ==========================================================================
   INVESTMENT THESIS PAGE STYLES (REDESIGNED ULTRA-PREMIUM)
   ========================================================================== */
.inner-hero--thesis {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%),
              radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%),
              linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%) !important;
  padding: 6rem 0 5rem 0 !important;
}

.thesis-hero-badge {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.thesis-stat-pill {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 1.2rem 1.5rem;
  backdrop-filter: blur(12px);
  color: #ffffff;
  height: 100%;
}

.thesis-stat-num {
  font-family: var(--font-family) !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.thesis-stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

/* Feature Image Card */
.thesis-img-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(4, 2, 95, 0.15);
  height: 380px;
}

.thesis-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.thesis-img-frame:hover img {
  transform: scale(1.04);
}

.thesis-img-overlay-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(4, 2, 95, 0.85);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  color: #ffffff;
}

/* 4 Core Pillars Cards */
.thesis-pillar-card-v2 {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 24px;
  padding: 2.2rem 1.8rem;
  height: 100%;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(4, 2, 95, 0.04);
  position: relative;
  overflow: hidden;
}

.thesis-pillar-card-v2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0464d4, #2391ff);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.thesis-pillar-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(4, 100, 212, 0.15);
  border-color: rgba(4, 100, 212, 0.3);
}

.thesis-pillar-card-v2:hover::before {
  opacity: 1;
}

.thesis-pillar-icon-box {
  width: 52px;
  height: 52px;
  background: rgba(4, 100, 212, 0.08);
  color: #0464d4;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.35s ease;
}

.thesis-pillar-card-v2:hover .thesis-pillar-icon-box {
  background: #0464d4;
  color: #ffffff;
}

.thesis-pillar-tag {
  font-size: 0.78rem;
  font-weight: 800;
  color: #0464d4;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}

.thesis-pillar-heading {
  font-family: var(--font-family) !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
  color: #04025f !important;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.thesis-pillar-text {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.65;
  margin: 0;
}

/* Strategic Roadmap Steps */
.thesis-roadmap-step {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  position: relative;
  transition: all 0.3s ease;
}

.thesis-roadmap-step:hover {
  border-color: #2391ff;
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(4, 2, 95, 0.08);
}

.roadmap-num-badge {
  background: rgba(4, 100, 212, 0.1);
  color: #0464d4;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 4px 14px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 1rem;
}

.roadmap-step-title {
  font-family: var(--font-family) !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #04025f !important;
  margin-bottom: 0.75rem;
}

.roadmap-step-desc {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.6;
  margin: 0;
}

/* Impact Quote Banner */
.thesis-impact-banner {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%),
              linear-gradient(135deg, #1603eb 0%, #0d037f 100%) !important;
  border-radius: 28px;
  padding: 4rem 3rem;
  color: #ffffff;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 45px rgba(22, 3, 235, 0.2);
}

.thesis-impact-quote {
  font-family: var(--font-family) !important;
  font-size: 2.1rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.5px;
}

/* ==========================================================================
   INVESTMENT THESIS PAGE FULL BLUE BRAND THEME (EXACT MATCH TO IMAGE)
   ========================================================================== */
.thesis-full-theme-section {
  background: radial-gradient(ellipse 70% 65% at 38% 55%, rgba(35, 145, 255, 0.95) 0%, rgba(35, 145, 255, 0.75) 28%, rgba(35, 145, 255, 0.35) 48%, transparent 75%),
              radial-gradient(ellipse 42% 18% at 0% 33%, rgba(60, 200, 255, 0.9) 0%, rgba(60, 200, 255, 0.45) 40%, transparent 90%),
              radial-gradient(ellipse 28% 28% at 18% 100%, rgba(50, 190, 255, 0.85) 0%, rgba(50, 190, 255, 0.3) 45%, transparent 85%),
              linear-gradient(135deg, #1603eb 0%, #1603eb 50%, #0d037f 100%) !important;
  color: #ffffff !important;
  padding: 6rem 0 7rem 0 !important;
  position: relative;
  overflow: hidden;
  min-height: 85vh;
}

.thesis-page-main-title {
  font-family: var(--font-family) !important;
  font-size: 3.5rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 4rem;
}

/* First Mover Sub-Banner */
.thesis-first-mover-block {
  text-align: center;
  margin-bottom: 4.5rem;
}

.thesis-first-mover-title-text {
  font-family: var(--font-family) !important;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.thesis-first-mover-sub-text {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
}

/* 4 Main Grid Pointer Cards */
.thesis-pointer-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  padding: 2.2rem 2rem;
  backdrop-filter: blur(16px);
  height: 100%;
  transition: all 0.35s ease;
}

.thesis-pointer-card:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.thesis-pointer-heading {
  font-family: var(--font-family) !important;
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.thesis-pointer-body {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
  margin: 0;
}

/* Bottom Highlight Pill Banner */
.thesis-bottom-bar {
  background: #02078f;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  padding: 1.25rem 2rem;
  text-align: center;
  margin-top: 4.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.thesis-bottom-bar-text {
  font-family: var(--font-family) !important;
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.3;
}

/* ==========================================================================
   FIRST MOVER ADVANTAGE SECTION REDESIGN
   ========================================================================== */
.first-mover-feature-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 28px;
  box-shadow: 0 15px 45px rgba(4, 2, 95, 0.06);
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease;
}

.first-mover-feature-card:hover {
  box-shadow: 0 22px 55px rgba(4, 100, 212, 0.12);
  border-color: rgba(4, 100, 212, 0.3);
}

.first-mover-pill-badge {
  background: rgba(4, 100, 212, 0.1);
  color: #0464d4;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.first-mover-card-heading {
  font-family: var(--font-family) !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  color: #04025f !important;
  line-height: 1.2;
}

.first-mover-card-desc {
  font-size: 1.02rem;
  color: #555555;
  line-height: 1.7;
}

.first-mover-stat-box {
  background: #f8faff;
  border: 1px solid #e3eeff;
  border-radius: 16px;
  padding: 1.1rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
}

.first-mover-stat-box:hover {
  background: #0464d4;
  border-color: #0464d4;
}

.first-mover-stat-box:hover .stat-big-val,
.first-mover-stat-box:hover .stat-sub-label {
  color: #ffffff !important;
}

.stat-big-val {
  font-family: var(--font-family) !important;
  font-size: 1.65rem !important;
  font-weight: 800 !important;
  color: #0464d4;
  line-height: 1;
  margin-bottom: 0.35rem;
  transition: color 0.3s ease;
}

.stat-sub-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #555555;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.first-mover-img-wrapper {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.first-mover-img-wrapper img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.first-mover-glass-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.glass-icon-box {
  width: 46px;
  height: 46px;
  background: rgba(4, 100, 212, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .thesis-page-main-title {
    font-size: 2.3rem !important;
    margin-bottom: 2.5rem;
  }
  .thesis-first-mover-title-text {
    font-size: 1.6rem !important;
  }
  .thesis-first-mover-sub-text {
    font-size: 1.1rem;
  }
  .thesis-pointer-heading {
    font-size: 1.25rem !important;
  }
  .thesis-bottom-bar-text {
    font-size: 1.15rem !important;
  }
}

/* ==========================================================================
   HOMEPAGE MOBILE SECTION SPACING ENHANCEMENTS
   ========================================================================== */
@media (max-width: 991.98px) {
  /* Feature Section Spacing */
  .feature-section {
    padding: 3.5rem 0 !important;
  }
  .feature-section .section-title {
    margin: 0 0 1.5rem 0 !important;
  }

  /* Partners / Institutions Section Spacing */
  .partners-section {
    padding: 3.5rem 0 !important;
  }
  .partners-section .section-desc {
    margin-bottom: 2rem !important;
  }

  /* Vision Statement Section Spacing */
  .vision-section {
    padding: 3.5rem 1rem !important;
  }

  /* Landmark Leader Section Spacing */
  .leader-section {
    padding: 3.5rem 0 !important;
  }
  .leader-section .section-desc {
    margin-bottom: 2rem !important;
  }

  /* News Section Spacing */
  .news-section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  /* FAQ Section Spacing */
  .faq-section {
    padding: 3.5rem 0 !important;
    margin-top: 0 !important;
  }

  /* CTA Section Spacing */
  .cta-contact-section {
    padding: 3.5rem 0 !important;
  }
}

@media (max-width: 575.98px) {
  .logo {
    width: 115px;
        max-height: 76px;
        margin-left: -14px;
  }
  .feature-section {
    padding: 2.5rem 0 !important;
  }
  .partners-section {
    padding: 2.5rem 0 !important;
  }
  .partners-section .section-desc {
    margin-bottom: 1.5rem !important;
  }
  .vision-section {
    padding: 2.5rem 0.75rem !important;
  }
  .leader-section {
    padding: 2.5rem 0 !important;
  }
  .leader-section .section-desc {
    margin-bottom: 1.5rem !important;
  }
  .news-section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .faq-section {
    padding: 2.5rem 0 !important;
  }
  .cta-contact-section {
    padding: 2.5rem 0 !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   SITE-WIDE MICRO-ANIMATIONS & INTERACTIVE MOTION SYSTEM
   ══════════════════════════════════════════════════════════════ */

/* 1. Scroll-Triggered Reveal Transitions */
.micro-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Ecosystem Institution Cards Scroll-Up Entrance */
.partners-section .row.g-4 > [class*="col-"].micro-reveal {
  opacity: 0;
  transform: translateY(55px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.partners-section .row.g-4 > [class*="col-"].micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Quote & Author Block Scroll-Up Entrance */
.quote-calligraphic-section .quote-container.micro-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.quote-calligraphic-section .quote-container.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.quote-calligraphic-section .quote-author-block.micro-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  will-change: opacity, transform;
}

.quote-calligraphic-section .quote-author-block.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Landmark Project Features Scroll-Up Entrance & Icons */
.feature-grid-card.micro-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease;
  will-change: opacity, transform;
}

.feature-grid-card.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.feature-col.micro-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.feature-col.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.feature-col .icon-wrapper {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-col:hover .icon-wrapper {
  transform: translateY(-5px) scale(1.1) rotate(4deg);
}

.feature-col-title {
  transition: color 0.25s ease, transform 0.25s ease;
}

.feature-col:hover .feature-col-title {
  color: #0464d4;
  transform: translateX(3px);
}

/* Phase 1 Infrastructure Showcase Scroll-Up Entrance */
.showcase-section .top-heading-ind.micro-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.showcase-section .top-heading-ind.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.showcase-section .fade-text.micro-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  will-change: opacity, transform;
}

.showcase-section .fade-text.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.showcase-section .thumbnail-container.micro-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.3s,
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
  will-change: opacity, transform;
}

.showcase-section .thumbnail-container.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.showcase-section .nav-controls-wrapper.micro-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
              transform 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  will-change: opacity, transform;
}

.showcase-section .nav-controls-wrapper.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* CTA Contact Section - Static Immediate Visibility (No Shutter / Translate Animation) */
.cta-contact-section .cta-title.micro-reveal,
.cta-contact-section .cta-subtitle.micro-reveal,
.cta-contact-section .cta-card.micro-reveal,
.cta-contact-section .cta-title,
.cta-contact-section .cta-subtitle,
.cta-contact-section .cta-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* About Us: Essence Matrix Cards Scroll-Up Entrance */
.who-matrix-card.micro-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  will-change: opacity, transform;
}

.who-matrix-card.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.who-matrix-card .who-we-are-icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.who-matrix-card:hover .who-we-are-icon {
  transform: translateY(-4px) scale(1.12) rotate(4deg);
}

.who-matrix-card .who-matrix-num {
  transition: transform 0.35s ease, color 0.35s ease;
}

.who-matrix-card:hover .who-matrix-num {
  color: rgba(35, 145, 255, 0.15);
  transform: scale(1.06);
}

/* About Us: Milestones Section Scroll-Up Entrance */
.milestone-main-title.micro-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.milestone-main-title.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.milestone-main-desc.micro-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s,
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  will-change: opacity, transform;
}

.milestone-main-desc.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.milestone-blue-card.micro-reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease;
  will-change: opacity, transform;
}

.milestone-blue-card.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Project Partners Section Scroll-Up Entrance */
#partners .marquee-container.micro-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

#partners .marquee-container.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Healthcare Page Scroll-Up Entrance & Micro-Interactions */
.pane-meta-label.micro-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.pane-meta-label.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pane-title.micro-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s,
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  will-change: opacity, transform;
}

.pane-title.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pane-desc.micro-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s,
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  will-change: opacity, transform;
}

.pane-desc.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pane-stat-box.micro-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease;
  will-change: opacity, transform;
}

.pane-stat-box.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pane-bullet-list li.micro-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.pane-bullet-list li.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.dial-heading-block.micro-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.dial-heading-block.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.research-card.micro-reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s ease,
              border-color 0.35s ease;
  will-change: opacity, transform;
}

.research-card.micro-reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.research-card .research-card-icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.research-card:hover .research-card-icon {
  transform: translateY(-4px) scale(1.12) rotate(4deg);
}

/* 2. Primary Buttons Micro-Interactions & Shimmer */
.btn,
.btn-orange,
.btn-outline-custom,
.btn-card-details,
.slider-btn,
.arrow-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-orange:hover,
.btn-outline-custom:hover {
  transform: translateY(-2.5px);
  box-shadow: 0 10px 25px rgba(4, 2, 95, 0.18);
}

.btn-orange:active,
.btn-outline-custom:active {
  transform: translateY(1px) scale(0.98);
}

/* Button Subtle Light Sweep / Shimmer */
.btn-orange::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.25) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(25deg);
  transition: all 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.btn-orange:hover::before {
  left: 140%;
}

/* Tactile Click Ripple */
.btn-micro-ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: microRipple 0.6s linear;
  background-color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

@keyframes microRipple {
  to {
    transform: scale(3.5);
    opacity: 0;
  }
}

/* Icon / Arrow Nudges on Hover */
.btn:hover i.bi-arrow-right,
.btn-orange:hover i.bi-arrow-right,
.btn-outline-custom:hover i.bi-arrow-right,
a:hover > i.bi-arrow-right {
  display: inline-block;
  transform: translateX(5px);
  transition: transform 0.25s ease;
}

.btn:hover i.bi-chevron-right,
a:hover > i.bi-chevron-right {
  display: inline-block;
  transform: translateX(4px);
  transition: transform 0.25s ease;
}

.btn:hover i.bi-arrow-up-right,
a:hover > i.bi-arrow-up-right {
  display: inline-block;
  transform: translate(3px, -3px);
  transition: transform 0.25s ease;
}

/* 3. Cards & Tiles Micro-Interactions */
.feature-card,
.feature-box,
.vision-pillar-card,
.founder-card,
.news-card,
.stat-item,
.contact-card,
.hospital-card,
.timeline-card {
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.35s ease;
}

.vision-pillar-card:hover,
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(4, 2, 95, 0.08);
}

/* Card Image Zoom on Hover */
.news-card .news-img-wrapper,
.hospital-card .img-wrapper,
.feature-card .img-wrapper,
.gallery-item {
  overflow: hidden;
}

.news-card:hover img,
.hospital-card:hover img,
.feature-card:hover img,
.gallery-item:hover img {
  transform: scale(1.05);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Card Icon Subtle Bounce / Micro-Tilt */
.feature-card:hover .feature-icon,
.feature-card:hover .icon-box,
.stat-item:hover .stat-icon {
  transform: scale(1.1) rotate(4deg);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 4. Live Pulse Badge & Ambient Motion */
@keyframes microPulseLive {
  0% {
    box-shadow: 0 0 0 0 rgba(35, 145, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(35, 145, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(35, 145, 255, 0);
  }
}

.badge-live-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2391ff;
  animation: microPulseLive 2s infinite;
  margin-right: 6px;
  vertical-align: middle;
}

@keyframes microFloatAnim {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.floating-badge,
.top-heading {
  transition: transform 0.3s ease;
}

/* 5. Form Inputs Focus Glow */
.form-control-custom,
.form-select-custom {
  transition: border-color 0.25s ease,
              box-shadow 0.25s ease,
              transform 0.25s ease;
}

.form-control-custom:focus,
.form-select-custom:focus {
  border-color: #2391ff !important;
  box-shadow: 0 0 0 4px rgba(35, 145, 255, 0.15) !important;
  transform: translateY(-1px);
}

/* 7. Footer Social Icons Bouncy Hover */
.social-icon-btn {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
              background-color 0.3s ease,
              box-shadow 0.3s ease !important;
}

.social-icon-btn:hover {
  transform: translateY(-4px) scale(1.12);
  box-shadow: 0 8px 18px rgba(4, 2, 95, 0.15);
}

.footer-nav a,
.contact-item a {
  display: inline-block;
  transition: transform 0.25s ease, color 0.25s ease;
}

.footer-nav a:hover,
.contact-item a:hover {
  transform: translateX(4px);
}

/* ------------------------------------------------------------------
   CLEAN PDF FLIPBOOK COMPONENT STYLES
   ------------------------------------------------------------------ */
.flipbook-section,
.flipbook-clean-wrapper {
  background: transparent;
  position: relative;
  overflow: hidden !important;
  max-width: 100% !important;
}

.flipbook-status-bar {
  background: transparent;
  color: #04025f;
  font-size: 0.88rem;
}

.flipbook-stage {
  min-height: 380px;
  height: 520px;
  max-height: 560px;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0;
  position: relative;
  background: transparent;
}

@media (max-width: 767.98px) {
  .flipbook-section {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .flipbook-stage {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin-bottom: 0.25rem !important;
  }
  .flipbook-nav-strip {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
}

#flipbookCanvas {
  box-shadow: none !important;
  border-radius: 8px;
  overflow: hidden;
}

#flipbookCanvas .page {
  background: #ffffff;
  overflow: hidden;
}

#flipbookCanvas .page img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #ffffff;
}

#flipbookCanvas .page-cover {
  background: #04025f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.cover-inner {
  padding: 2rem;
}

.cover-inner h4 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.flipbook-nav-strip {
  background: transparent;
  border-top: none;
}

.flipbook-nav-btn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  color: #04025f;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

.flipbook-nav-btn:hover:not(:disabled) {
  background: #04025f;
  color: #ffffff;
  border-color: #04025f;
  transform: translateY(-2px);
}

.flipbook-nav-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.flipbook-page-indicator {
  color: #04025f !important;
  font-size: 0.9rem;
}

.spinner-mono {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(4, 2, 95, 0.2);
  border-top-color: #0464d4;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

/* 8. Reduced Motion Accessibility */
@media (prefers-reduced-motion: reduce) {
  .micro-reveal,
  .hero-section .hero-title,
  .hero-section .hero-description,
  .inner-hero .hero-title,
  .inner-hero .hero-description {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .btn-orange::before,
  .btn-micro-ripple,
  .badge-live-pulse {
    animation: none !important;
  }
}

/* ── EDITORIAL MEDIA & NEWS HUB STYLES ── */
.editorial-hub {
  color: #04025f;
  font-family: var(--font-family);
}
.editorial-card {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.editorial-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 30px rgba(4, 2, 95, 0.08);
}
.editorial-badge {
  font-family: var(--font-family);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(4, 100, 212, 0.1) 0%, rgba(4, 2, 95, 0.05) 100%);
  border: 1px solid rgba(4, 100, 212, 0.2);
  color: #0464d4;
  width: fit-content;
}
.editorial-badge i {
  background: linear-gradient(135deg, #0464d4 0%, #1603eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.editorial-title {
  font-family: var(--font-family);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #04025f;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
}
.editorial-title:hover {
  color: #0464d4;
}
.editorial-title-lg {
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.25;
}
.editorial-snippet {
  font-family: var(--font-family);
  font-size: 0.85rem;
  font-weight: 400;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.editorial-meta {
  font-family: var(--font-family);
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 500;
  margin-top: auto;
}
.editorial-img-wrap {
  position: relative;
  overflow: hidden;
  background: #f1f5f9;
}
.editorial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.editorial-card:hover .editorial-img {
  transform: scale(1.04);
}
.related-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin-top: 0.75rem;
}
.related-label {
  font-family: var(--font-family);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.related-link {
  font-family: var(--font-family);
  font-size: 0.8125rem;
  font-weight: 500;
  color: #04025f;
  text-decoration: none;
  display: block;
  line-height: 1.35;
  padding: 0.25rem 0;
  border-bottom: 1px dashed #e2e8f0;
  transition: color 0.2s ease;
}
.related-link:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.related-link:hover {
  color: #0464d4;
}
.section-sub-header {
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #04025f;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #04025f;
  margin-bottom: 1.25rem;
  margin-top: 1.5rem;
}
.sidebar-panel {
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.sidebar-title {
  font-family: var(--font-family);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #04025f;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #04025f;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timeline-item {
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}
.timeline-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.time-tag {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.725rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.2rem;
  color: #0464d4;
}
.timeline-link {
  font-family: var(--font-family);
  font-size: 0.85rem;
  font-weight: 500;
  color: #04025f;
  text-decoration: none;
  line-height: 1.35;
  display: block;
  transition: color 0.2s ease;
}
.timeline-link:hover {
  color: #0464d4;
}
.media-video-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #0f172a;
}
.media-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  background: rgba(4, 100, 212, 0.9);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.media-video-box:hover .media-video-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: #0464d4;
}
.metrics-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.85rem;
  font-family: var(--font-family);
}
.metrics-row:last-child {
  border-bottom: none;
}
.metrics-value {
  font-family: var(--font-family);
  font-weight: 600;
  color: #0464d4;
}
.opinion-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.25rem;
  margin-top: 1.5rem;
}
.opinion-author-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}