/* FIX 1 — Global iOS overflow fix (add near top of file) */
body {
  overflow-x: hidden;
  max-width: 100%;
}

/* FIX 2 — Logo slider */
.logo-slider {
  max-width: 100% !important; /* add to existing rule */
}

/* FIX 3 — Mission orbit wrapper */
.main-wrapper {
  overflow: hidden !important; /* add to existing rule */
}

/* FIX 4 — Mission circle diagram */
.cc {
  width: min(350px, 100%) !important; /* replace width: 350px */
}


/* body {
  padding-top: 80px; 
} */

/* 🌐 Top Navbar Background
.navbar {
  background-color: #e3f5ff;
  /* padding: 12px 0;
  padding: 1rem; 
}


.navbar-brand img {
  height: 100px;
}



.navbar {
  transition: all 0.3s ease;
  padding: 5px 0 !important;
}


.navbar img {
  height: 90px;
  transition: all 0.3s ease;
}


.navbar.shrink {

  background-color: #e3f5ff; 
}


.navbar.shrink img {
  height: 60px;
}

.navbar {
  border-bottom: 5px solid #020873;
}


.navbar {
  backdrop-filter: blur(10px);
}

.navbar-nav {
  align-items: center;
}


.nav-link {
  font-size: 16px !important;
  color: #1f3c88 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;

  transition: 0.3s;
}


.nav-item {
  display: flex;
  align-items: center;
}


.nav-item:not(:last-child)::after {
  content: "•";
  color: #1f3c88;
  margin-left: 16px;
}


.nav-link:hover {
  color: #e60023;
}

.custom-toggler {
  border: none;
  font-size: 24px;
  color: #1f3c88 !important;
  position: relative;
}

.custom-toggler .icon-close {
  display: none;
}


.custom-toggler.active .icon-open {
  display: none;
}

.custom-toggler.active .icon-close {
  display: inline;
}


.donate-btn {
  background-color: #e60023;
  color: #fff;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;

  
  border-radius: 20px 0 20px 0;

  display: inline-block;
  transition: 0.3s ease;
}


.donate-btn:hover {
  background-color: #c4001d;
  color: #fff;
}

.navbar {
  z-index: 9999;
}

@media (max-width: 991px) {
  .nav-item::after {
    content: none;
  }
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
    z-index: 9999;
}



.dropdown-menu {
  background-color: #e3f5ff;
  border: none;
  border-top: 3px solid #020873;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 8px 24px rgba(2, 8, 115, 0.12);
  padding: 8px 0;
  min-width: 220px;
  animation: dropIn 0.2s ease;
}

@keyframes dropIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
  font-size: 16px;
  color: #1f3c88 !important;
  font-weight: 500;
  padding: 9px 20px;
  transition: 0.2s;
  border-left: 3px solid transparent;
}

.dropdown-item:hover {
  background-color: rgba(2, 8, 115, 0.07);
  color: #e60023 !important;
  border-left: 3px solid #e60023;
}

.dropdown-toggle::after {
  border-top-color: #1f3c88;
  vertical-align: 0.18em;
}

.nav-link.dropdown-toggle:hover::after {
  border-top-color: #e60023;
}


@media (max-width: 991px) {
  .dropdown-menu {
    border-top: 2px solid #020873;
    box-shadow: none;
    background-color: #d6eefa;
    margin-left: 12px;
  }
}


.dot-sep {
  display: inline-block;
  color: #1f3c88;
  margin: 0 10px;
  font-size: 18px;
  pointer-events: none;
}

@media (max-width: 991px) {
  .dot-sep { display: none !important; }

  .nav-item {
    display:unset !important;
  }
  .nav-item:not(:last-child)::after {
    display: none !important;
  }
} */



.site-nav {
    background-color: #e3f5ff;
    border-bottom: 5px solid #020873;
    backdrop-filter: blur(10px);
    transition: padding 0.3s ease;
    padding: 5px 0;
    z-index: 9999;
    
  }

  .site-nav.nav-shrunk .site-nav__logo img { height: 48px; }
  .site-nav__logo img { height: 100px; }
.site-nav.nav-shrunk .site-nav__logo img { 
  height: 48px; 
  transition: height 0.3s ease; 
}

  .site-nav__toggler {
    border: none; background: none;
    font-size: 24px; color: #1f3c88;
    padding: 4px 8px; cursor: pointer;
    box-shadow: none !important; outline: none !important;
  }
  .site-nav__toggler .toggler-close { display: none; }
  .site-nav__toggler.is-open .toggler-open { display: none; }
  .site-nav__toggler.is-open .toggler-close { display: inline; }

  .site-nav__list { align-items: center; }

  .site-nav__link {
    font-size: 15px !important;
    color: #1f3c88 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: color 0.2s;
    padding: 6px 4px !important;
    white-space: nowrap;
  }
  .site-nav__link:hover { color: #e60023 !important; }

  .site-nav__dropdown-toggle {
    appearance: none; -webkit-appearance: none;
    background: none;
    border: none !important; outline: none !important; box-shadow: none !important;
    padding: 0; margin: 0 0 0 4px;
    color: #1f3c88; font-size: 18px; line-height: 1;
    cursor: pointer; flex-shrink: 0;
    display: inline-flex; align-items: center; justify-content: center;
    transition: color 0.2s, transform 0.2s;
    border-radius: 0 !important;
  }
  .site-nav__dropdown-toggle:focus,
  .site-nav__dropdown-toggle:focus-visible,
  .site-nav__dropdown-toggle:active {
    border: none !important; outline: none !important;
    box-shadow: none !important; background: none !important;
  }
  .site-nav__dropdown-toggle.is-active { color: #e60023; transform: rotate(180deg); }

  @media (min-width: 992px) {
    .site-nav__item { display: flex; align-items: center; }
    .site-nav__item:not(:last-child)::after {
      content: "•"; color: #1f3c88;
      margin: 0 10px; font-size: 16px; pointer-events: none;
    }
    .site-nav__dropdown-wrap {
      position: relative;
      display: flex; flex-direction: row; align-items: center;
    }
    .site-nav__dropdown-row { display: contents; }
    .site-nav__submenu {
      position: absolute; top: calc(100% + 12px); left: 0;
      background: #e3f5ff;
      border-top: 3px solid #020873;
      border-radius: 0 0 10px 10px;
      box-shadow: 0 8px 24px rgba(2,8,115,0.12);
      min-width: 220px; z-index: 9999;
      list-style: none; padding: 8px 0; margin: 0;
      display: none;
    }
    .site-nav__submenu.is-open { display: block; animation: navDropIn 0.18s ease; }
  }

  @keyframes navDropIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .site-nav__sublink {
    display: block; font-size: 14px;
    color: #1f3c88 !important; font-weight: 500;
    padding: 9px 20px; text-decoration: none;
    border-left: 3px solid transparent; transition: 0.2s;
  }
  .site-nav__sublink:hover {
    background-color: rgba(2,8,115,0.07);
    color: #e60023 !important; border-left-color: #e60023;
  }

  .site-nav__donate {
    background-color: #e60023; color: #fff !important;
    padding: 10px 22px; font-size: 13px; font-weight: 700;
    text-decoration: none; border-radius: 18px 0 18px 0;
    display: inline-block; transition: background 0.2s;
    white-space: nowrap; margin-left: 12px;
  }
  .site-nav__donate:hover { background-color: #c4001d; }

  @media (max-width: 991px) {
    #siteNavMenu { padding: 8px 4px 12px; }
    .site-nav__item { display: block; text-align: center; }
    .site-nav__item::after { display: none !important; }
    .site-nav__dropdown-wrap {
      display: inline-flex; flex-direction: column;
      align-items: center; position: static;
    }
    .site-nav__dropdown-row {
      display: flex; align-items: center;
      flex-direction: row; justify-content: center;
    }
    .site-nav__submenu {
      display: block; list-style: none; padding: 0; margin: 0;
      background: transparent; border: none; box-shadow: none;
      border-left: 2px solid #020873; text-align: left;
      max-height: 0; overflow: hidden;
      transition: max-height 0.25s ease; width: 160px;
    }
    .site-nav__submenu.is-open { max-height: 300px; }
    .site-nav__sublink { padding: 8px 16px; border-left: none; }
    .site-nav__sublink:hover { border-left: none; background: rgba(2,8,115,0.06); }
    .site-nav__donate { margin: 10px 8px 4px; display: block; text-align: center; }
  }

  /* Demo page content */
  .demo-hero {
    height: 400px; background: linear-gradient(135deg, #1f3c88, #020873);
    display: flex; align-items: center; justify-content: center;
    color: white; font-size: 22px; font-weight: 600;
  }
  .demo-section {
    padding: 60px 32px; text-align: center;
    color: #1f3c88; font-size: 16px; line-height: 1.8;
    border-bottom: 1px solid #dde8f5;
  }




/* Slider Styling */
    .carousel-item {
      height: 85vh;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .carousel-overlay {
      position: absolute;
      bottom: 80px;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
    }

    .carousel-text {
      background: orange;
      padding: 10px 25px;
      font-weight: bold;
      font-size: 18px;
      display: inline-block;
    }

    .carousel-btn {
      margin-top: 15px;
    }



/* Section background (attractive gradient) */
.about-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f2ec, #e8f0fb);
}



/* Content box (glass effect) */
.about-box {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Text styling */
.about-box p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 18px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .about-box {
    padding: 25px;
  }
}




.impact-section {
  padding: 80px 0;
  background: #ddeffd;
}

.impact-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1f3c88;
}

/* Tabs */
.impact-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.tab-btn {
  background: #fff;
  border: none;
  padding: 15px;
  border-radius: 12px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.tab-btn i {
  font-size: 26px;
  display: block;
  margin-bottom: 5px;
  color: #020873;
}

.tab-btn span {
  font-size: 13px;
}

/* Hover */
.tab-btn:hover {
  transform: translateY(-5px);
  background: #020873;
  color: #fff;
}

.tab-btn:hover i {
  color: #fff;
}

/* Active */
.tab-btn.active {
  background: #020873;
  color: #fff;
}

.tab-btn.active i {
  color: #fff;
}

/* Content */
.impact-content {
  margin-top: 40px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Hide all */
.tab-pane {
  display: none;
}

/* Show active */
.tab-pane.active {
  display: block;
}




.mission-section {
  padding: 80px 0;
  background: #f5f7fb;
}

.mission-title {
  text-align: center;
  font-size: 26px;
  color: #1f3c88;
  margin-bottom: 40px;
}

.mission-svg-wrapper {
  width: 100%;
  overflow-x: auto;
}

.mission-svg {
  width: 100%;
  height: auto;
}

.center-circle {
  position: relative;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-svg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  animation: spin 18s linear infinite;
}

.orbit-svg-rev {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  animation: spin-rev 24s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes spin-rev {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}

.inner-disc {
  position: relative;
  z-index: 2;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: #1f3c88;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px #e8edf8, 0 0 0 6px #1f3c88;
}

.disc-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
}

.disc-label {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}
.cc {
  position: relative;
  width: 350px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ring-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spin1 { animation: sp1 10s linear infinite; }
.spin2 { animation: sp2 16s linear infinite; }
.spin3 { animation: sp3 6s linear infinite; }

@keyframes sp1 { to { transform: rotate(360deg); } }
@keyframes sp2 { to { transform: rotate(-360deg); } }
@keyframes sp3 { to { transform: rotate(360deg); } }

.inner-disc {
  position: relative;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3a8c 0%, #0d2166 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15), 0 4px 24px rgba(31,60,136,0.45);
}

.disc-label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.25;
  margin-top: 4px;
}







/* Section */
.offerings {
  background: #f2efe9;
  padding: 40px 0;
  /* text-align: center; */
}

/* Heading */
.offer-heading {
  font-size: 42px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

/* Colors */
.offer-heading .blue {
  color: #020873;
}

.offer-heading .red {
  color: #F20505;
}

.offer-heading::after {
  content: "";
  position: absolute;
  left: 77%;
  bottom: -40px;
  width: 220px;
  height: 40px;

  border-top: 3px solid #F20505;   /* top border instead of bottom */
  border-radius: 50%;

  transform: translateX(-50%);
}

/* Card */
.offer-card {
  background: #fff;
  border: none;
  overflow: hidden;
}

/* Image */
.offer-img {
  position: relative;
}

.offer-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Mode Tag */
.mode-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #0d6efd;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

/* Button over image */
.offer-btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #a12a25;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  border: none;
}

.offer-btn:hover {
  background: #7d1f1b;
}

/* Title */
.offer-title {
  padding: 30px 20px 24px;
  font-weight: 600;
  color: #0d4a8d;
  background-color: #ddeffd;
  font-size: 18px;
}

/* Bottom description */
.offer-desc {
  background: #0d4a8d;
  color: #fff;
  padding: 15px;
  font-size: 14px;
}


.timeline-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.timeline-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20rem; /* 👈 ADD THIS */
}

/* Gradient segmented line */
.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
        to right,
        #20c997 0%,
        #20c997 16%,
        #0d6efd 16%,
        #0d6efd 32%,
        #198754 32%,
        #198754 48%,
        #ffc107 48%,
        #ffc107 64%,
        #dc3545 64%,
        #dc3545 80%,
        #6f1d1b 80%,
        #6f1d1b 100%
    );
    transform: translateY(-50%);
    z-index: 0;
}

.timeline-item {
    position: relative;
    width: 16.66%;
    text-align: center;
    z-index: 1;
}

/* Year */
.year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

/* Content */
.content {
    position: absolute;
    width: 100%;
}

.content.top {
    bottom: 85px;
}

.content.bottom {
    top: 85px;
}

/* Circle */
.circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 6px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 22px;
    color: #fff;
}

/* Color classes */
.clr-1 { background:#20c997; border-color:#20c997; }
.clr-2 { background:#0d6efd; border-color:#0d6efd; }
.clr-3 { background:#198754; border-color:#198754; }
.clr-4 { background:#ffc107; border-color:#ffc107; color:#000; }
.clr-5 { background:#dc3545; border-color:#dc3545; }
.clr-6 { background:#6f1d1b; border-color:#6f1d1b; }

/* Text */
.timeline-item h6 {
    font-size: 14px;
    font-weight: 700;
}

.timeline-item p {
    font-size: 15px;
    color: #6c757d;
    margin: 0;
}



.contact-section {
  /* padding: 90px 0; */
  background: #f5f7fb;
  margin-top: 6rem;
}

/* Heading */
.contact-subtitle {
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  color: #666;
}

.contact-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
}

.contact-title span {
  color: #1f3c88;
}

/* Cards */
.contact-card {
  display: flex;
  gap: 15px;
  padding: 18px;
  
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.contact-card i {
  font-size: 22px;
  color: #1f3c88;
  background: #eef2ff;
  padding: 10px;
  border-radius: 10px;
}

/* Map */
.map-box iframe {
  width: 100%;
  
  border: none;
  border-radius: 12px;
  margin-top: 10px;
}

/* Form */
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-top: 5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.contact-form h5 {
  margin-bottom: 20px;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1f3c88;
}

/* Button */
.send-btn {
  width: 100%;
  padding: 14px;
  background: #1f3c88;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.send-btn:hover {
  background: #162d66;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-title {
    font-size: 28px;
  }
}



.hero-section {
  height: 100%;
  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 173px 0px;
}

/* Optional dark overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2);
}

/* Content */
.hero-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Rounded banner */
.hero-content {
  background: #0f8b8d;
  padding: 11px 23px;
  border-radius: 0 50px 50px 0;
  display: inline-block;
}

/* Text */
.hero-content h2 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content {
    padding: 15px 25px;
  }

  .hero-content h2 {
    font-size: 18px;
  }
}



.toc-section {
  padding: 90px 0;
  background: #F2F2F2;
}

/* Heading */
.toc-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #020873;
}

.toc-subtitle {
  text-align: center;
  color: #555;
}

.toc-desc {
  text-align: center;
  max-width: 800px;
  margin: 20px auto 40px;
  color: #444;
}

/* Card */
.toc-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  border-left: 6px solid;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.toc-card:hover {
  transform: translateY(-5px);
}

/* Icon */
.icon {
  font-size: 22px;
  margin-bottom: 8px;
}

/* Step number */
.step-number {
  position: absolute;
  top: -10px;
  right: 15px;
  padding: 6px 12px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

/* Colors */
.red { border-color: #F20505; }
.red .icon { color: #F20505; }
.red .step-number { background: #F20505; }

.orange { border-color: #D98014; }
.orange .icon { color: #D98014; }
.orange .step-number { background: #D98014; }

.green { border-color: #83A603; }
.green .icon { color: #83A603; }
.green .step-number { background: #83A603; }

.blue { border-color: #020873; }
.blue .icon { color: #020873; }
.blue .step-number { background: #020873; }

/* Final card */
.final {
  border-width: 8px;
}

/* Text */
.toc-card h4 {
  font-weight: 700;
}

.toc-card p {
  font-size: 14px;
  color: #444;
}

.toc-card small {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 12px;
}






.trainer-section {
    background: linear-gradient(to right, #FDFDFB 5%, #E80C0C22 30%);
    padding: 60px 0;
}

.trainer-title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #1F1D70;
}

.trainer-title .red {
    color: #E80C0C;
}

.trainer-title .blue {
    color: #1F1D70;
}

.trainer-subtitle {
    text-align: center;
    color: #B9B2AC;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 14px;
}

/* Card */
.trainer-card {
    background: #FDFDFB;
    border-radius: 15px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.trainer-card:hover {
    transform: translateY(-6px);
}

/* Image */
.trainer_img {
    width: 100%;
    height: 517px !important;
    object-fit: cover;
    border-radius: 12px;
}

/* Name */
.trainer-name {
    font-size: 15px;
    font-weight: 600;
    color: #1F1D70;
}

/* Role */
.trainer-role {
    font-size: 13px;
    color: #666;
}

/* Button */
.trainer-btn {
    background: #E80C0C;
    color: #fff;
    border: none;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.trainer-btn:hover {
    background: #1F1D70;
}



.accomplishment-section {
    background: #FDFDFB;
    padding: 60px 0;
}

/* Title */
.ac-title {
    font-size: 36px;
    font-weight: 600;
}

.ac-title .blue {
    color: #1F1D70;
}

.ac-title .red {
    color: #E80C0C;
}

/* Underline */


/* Cards */
.ac-card {
    border-radius: 18px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.ac-card:hover {
    transform: translateY(-6px);
}

/* Colors */
.ac-card.pink {
    background: #DDEFFD;
    color: #E80C0C;
}

.ac-card.white {
    background: #f9bac2a8;
}

/* Icon */
.icon {
    font-size: 28px;
    margin-bottom: 15px;
}

.blue-icon {
    color: #1F1D70;
}

/* Numbers */
.counter {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
}

.blue-text {
    color: #1F1D70;
}

/* Text */
.ac-card p {
    font-size: 15px;
    margin: 0;
}

.address-section {
    background: #FDFDFB;
    padding: 60px 0;
}

/* Title */
.address-title {
    font-size: 30px;
    font-weight: 600;
    color: #1F1D70;
}

/* Card */
.address-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    text-align: left;
    border: 1px solid #e5e5e5;
    transition: 0.3s;
    height: 100%;
}

/* Hover */
.address-card:hover {
    border-color: #E80C0C;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Featured (center card) */
.address-card.featured {
    border-left: 4px solid #1F1D70;
}

/* Icon */
.address-card .icon {
    margin-bottom: 12px;
}

.address-card .icon i {
    font-size: 36px;
    color: #E80C0C;
}

/* Heading */
.address-card h5 {
    font-weight: 600;
    color: #1F1D70;
    margin-bottom: 10px;
}

/* Text */
.address-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}






.footer-section {
  background: #1f3c88;
  color: #fff;
  padding: 70px 0;
}

/* Logo */
.footer-logo {
  color: #B5911B;
  font-weight: 700;
  font-size: 20px;
}

.footer-logo span {
  color: #fff;
  font-size: 14px;
}

/* Text */
.footer-text {
  margin: 15px 0;
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* Titles */
.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #B5911B;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-title a {
  color: #ffffff !important;
}
/* Links */
.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
}

.footer-section ul li a:hover {
  color: #B5911B;
}

/* Social */
.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #1c2d3f;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #B5911B;
  color: #fff !important;
}
.social-icons i:hover {
  background: #B5911B;
  color: #fff !important;
}

/* Contact */
.footer-section p {
  font-size: 14px;
  color: #ffffff;
}


  .footer-section ul li a i {
  color: #B5911B;
}
  
.footer-section p a {
  color: #ffffff !important;
  text-decoration: none;
}

/* Reg box */
.reg-box {
  margin-top: 15px;
  background: #1c2d3f;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  display: inline-block;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #E80C0C;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: #1F1D70;
    transform: translateY(-3px);
}



.partners-section {
    /* padding: 60px 0; */
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #1F1D70;
}

/* Slider container */
.logo-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Track */
.logo-track {
    display: flex;
    width: max-content; /* 🔥 FIX */
    animation: scroll 15s linear infinite;
}

/* Each logo */
.logo-item {
    flex: 0 0 auto; /* 🔥 FIX */
    margin: 0 30px;
}

.logo-item img {
    height: 100px; /* 🔥 FIX (consistent size) */
    width: auto;
    display: block;
    transition: 0.3s ease;
}

.logo-item img:hover {
    transform: scale(1.1);
}

/* Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.logo-slider::before,
.logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}


.valx-section {
    background: #FDFDFB;
    padding: 70px 0;
}

.valx-title {
    font-size: 34px;
    font-weight: 700;
    color: #1F1D70;
}

/* Wrapper */
.valx-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ROW */
.valx-row {
    display: flex;
    align-items: stretch;
    gap: 25px;
}

/* LEFT */
.valx-left {
    width: 30%;
    border-left: 3px solid #E80C0C;
    padding-left: 15px;
}

.valx-left span {
    color: #E80C0C;
    font-weight: 700;
    font-size: 13px;
}

.valx-left h6 {
    margin-top: 6px;
    color: #1F1D70;
    font-weight: 600;
}

/* RIGHT */
.valx-right {
    width: 70%;
}

/* CARD */
.valx-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    background: #fff;
    height: 100%;
    transition: 0.3s;
}

.valx-card:hover {
    border-color: #E80C0C;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* ICON */
.valx-icon {
    width: 55px;
    height: 55px;
    background: #f8f8f8;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.valx-icon i {
    font-size: 26px;
    color: #E80C0C;
}

/* TEXT */
.valx-card p {
    margin: 0;
    font-size: 15px;
    color: #444;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .valx-row {
        flex-direction: column;
    }

    .valx-left, .valx-right {
        width: 100%;
    }

    .valx-left {
        border-left: none;
        text-align: center;
    }

    .valx-card {
        flex-direction: column;
        text-align: center;
    }
}


.donpro-section {
    padding: 80px 0;
    background: #FDFDFB;
}

/* Title */
.donpro-title {
    font-size: 36px;
    font-weight: 700;
    color: #1F1D70;
}

.donpro-sub {
    color: #666;
}

/* Card */
.donpro-card {
    position: relative;
}

.donpro-card input {
    display: none;
}

.donpro-card label {
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 25px;
    cursor: pointer;
    transition: 0.3s;
    height: 100%;
}

/* Hover */
.donpro-card label:hover {
    border-color: #E80C0C;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

/* Selected */
.donpro-card input:checked + label {
    border: 2px solid #E80C0C;
    background: #fff;
}

/* Top */
.donpro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.donpro-top i {
    font-size: 24px;
    color: #E80C0C;
}

.donpro-top span {
    font-weight: 600;
    color: #1F1D70;
}

/* Price */
.donpro-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1F1D70;
}

/* Text */
.donpro-card p {
    font-size: 14px;
    color: #555;
}

/* Featured */
.donpro-card.featured label {
    border: 2px dashed #E80C0C;
}

/* Card spacing fix */
.donpro-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: 0.3s;
}

/* Hover */
.donpro-card:hover {
    border-color: #E80C0C;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transform: translateY(-5px);
}

/* Top */
.donpro-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.donpro-top i {
    font-size: 26px;
    color: #E80C0C;
}

/* Title */
.donpro-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1F1D70;
    margin-bottom: 10px;
}

/* Text */
.donpro-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Button */
.donpro-btn {
    background: #E80C0C;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.donpro-btn:hover {
    background: #1F1D70;
}

/* Featured */
.donpro-card.featured {
    border: 2px dashed #E80C0C;
}


.donpage-section {
    padding: 80px 0;
    background: #FDFDFB;
}

.donpage-card {
    /* max-width: 500px; */
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.donpage-card h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #1F1D70;
}

.donpage-card label {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 8px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #E80C0C;
    box-shadow: none;
}

.form-check-label {
    font-size: 14px;
    color: #555;
}


.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

  .section {
    background: #ffffff;
    border-radius: 24px;
    padding: 60px 52px;
    /* max-width: 1060px; */
    width: 100%;
    border: 1px solid #e8eaee;
  }

  .header { text-align: center; margin-bottom: 56px; }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: .16em;
    text-transform: uppercase; color: #9ca3af; margin-bottom: 14px;
  }
  .eyebrow::before, .eyebrow::after {
    content: ''; display: block; width: 32px; height: 1px; background: #e5e7eb;
  }
  .header h2 {
    font-size: 34px; font-weight: 700; color: #111827;
    letter-spacing: -.025em; line-height: 1.2; margin-bottom: 12px;
  }
  .header p { font-size: 15px; color: #6b7280; line-height: 1.7; max-width: 500px; margin: 0 auto; }

  .top-row, .bot-row {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 20px; padding: 0 20px;
  }

  .card {
    background: #ffffff; border: 1px solid #e5e7eb;
    border-radius: 16px; padding: 22px 18px; text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
    border-top-width: 4px;
  }
  .card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,.07); }

  .card-icon {
    width: 48px; height: 48px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; font-size: 22px; color: #fff;
  }
  .card-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 15px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; padding: 4px 10px; border-radius: 999px; margin-bottom: 10px;
  }
  .badge-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }
  .card-title { font-size: 14px; font-weight: 600; color: #111827; margin-bottom: 8px; line-height: 1.45; }
  .card-desc { font-size: 12.5px; color: #6b7280; line-height: 1.7; }

  .wave-wrap { width: 100%; overflow: visible; }
  .wave-wrap svg { display: block; width: 100%; height: auto; overflow: visible; }

  .legend {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 14px; margin-top: 40px; padding-top: 28px; border-top: 1px solid #f3f4f6;
  }
  .leg-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: #9ca3af; font-weight: 500; }
  .leg-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }

  @media (max-width: 768px) {
    .section { padding: 36px 20px; }
    .header h2 { font-size: 26px; }
    .top-row, .bot-row { grid-template-columns: 1fr; padding: 0; gap: 12px; }
    .wave-wrap { display: none; }
  }
  @media (max-width: 480px) {
    body { padding: 20px 12px; }
    .section { padding: 28px 16px; }
    .header h2 { font-size: 22px; }
  }


  :root {
      --val-1: #EEEDFE; --val-1-text: #3C3489; --val-1-acc: #534AB7;
      --val-2: #E1F5EE; --val-2-text: #085041; --val-2-acc: #0F6E56;
      --val-3: #E6F1FB; --val-3-text: #0C447C; --val-3-acc: #185FA5;
      --val-4: #FBEAF0; --val-4-text: #72243E; --val-4-acc: #993556;
      --val-5: #FAEEDA; --val-5-text: #633806; --val-5-acc: #854F0B;
    }

   
    .values-section {
      padding: 4rem 1rem 3rem;
    }

    .values-eyebrow {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #888780;
      margin-bottom: 0.4rem;
    }

    .values-heading {
      font-size: 2rem;
      font-weight: 600;
      color: #1a1a1a;
      margin-bottom: 0.5rem;
      line-height: 1.2;
    }

    .values-divider {
      width: 40px;
      height: 3px;
      border-radius: 2px;
      background: var(--val-1-acc);
      margin-bottom: 2.5rem;
    }

    .val-card {
      border-radius: 14px;
      border: 0.5px solid transparent;
      padding: 1.6rem 1.4rem;
      height: 100%;
      transition: transform 0.18s ease;
      cursor: default;
      position: relative;
      overflow: hidden;
    }

    .val-card:hover {
      transform: translateY(-4px);
    }

    .val-card::before {
      content: attr(data-num);
      position: absolute;
      right: -8px;
      bottom: -16px;
      font-size: 5.5rem;
      font-weight: 700;
      opacity: 0.09;
      line-height: 1;
      color: inherit;
      pointer-events: none;
    }

    .val-card-1 { background: var(--val-1); border-color: #AFA9EC; }
    .val-card-1 .val-num, .val-card-1 .val-icon { color: var(--val-1-acc); }
    .val-card-1 .val-title { color: var(--val-1-text); }
    .val-card-1::before { color: var(--val-1-acc); }

    .val-card-2 { background: var(--val-2); border-color: #5DCAA5; }
    .val-card-2 .val-num, .val-card-2 .val-icon { color: var(--val-2-acc); }
    .val-card-2 .val-title { color: var(--val-2-text); }
    .val-card-2::before { color: var(--val-2-acc); }

    .val-card-3 { background: var(--val-3); border-color: #85B7EB; }
    .val-card-3 .val-num, .val-card-3 .val-icon { color: var(--val-3-acc); }
    .val-card-3 .val-title { color: var(--val-3-text); }
    .val-card-3::before { color: var(--val-3-acc); }

    .val-card-4 { background: var(--val-4); border-color: #ED93B1; }
    .val-card-4 .val-num, .val-card-4 .val-icon { color: var(--val-4-acc); }
    .val-card-4 .val-title { color: var(--val-4-text); }
    .val-card-4::before { color: var(--val-4-acc); }

    .val-card-5 { background: var(--val-5); border-color: #EF9F27; }
    .val-card-5 .val-num, .val-card-5 .val-icon { color: var(--val-5-acc); }
    .val-card-5 .val-title { color: var(--val-5-text); }
    .val-card-5::before { color: var(--val-5-acc); }

    .val-num {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 0.75rem;
      display: block;
    }

    .val-icon-wrap {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.9rem;
      background: rgba(255, 255, 255, 0.55);
    }

    .val-icon {
      width: 20px;
      height: 20px;
    }

    .val-title {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
      line-height: 1.3;
    }

    .val-desc {
      font-size: 13.5px;
      line-height: 1.65;
      color: #5F5E5A;
      margin: 0;
    }

    .val-accent-bar {
      width: 28px;
      height: 2.5px;
      border-radius: 2px;
      margin-bottom: 0.75rem;
      opacity: 0.7;
    }

    .val-card-1 .val-accent-bar { background: var(--val-1-acc); }
    .val-card-2 .val-accent-bar { background: var(--val-2-acc); }
    .val-card-3 .val-accent-bar { background: var(--val-3-acc); }
    .val-card-4 .val-accent-bar { background: var(--val-4-acc); }
    .val-card-5 .val-accent-bar { background: var(--val-5-acc); }










/* SLIDER */
.hero-slider{position:relative;width:100%;height:580px;overflow:hidden}
@media(max-width:767px){.hero-slider{height:500px}}
.slider-track{display:flex;height:100%;transition:transform .85s cubic-bezier(.77,0,.175,1)}
.slide{
  min-width:100%;
  height:100%;
  position:relative;
  background-size:cover;
  background-position:center}

.slide::after{content:'';position:absolute;inset:0;
  background:linear-gradient(120deg,rgba(10,61,77,.9) 0%,rgba(14,96,116,.72) 20%,rgba(232,99,10,.45) 71%)}
.slide-1{background-image:url('../images/slider/1.png')}
.slide-2{background-image:url('../images/slider/11.png')}
.slide-3{background-image:url('../images/slider/3.png')}
.slide-4{background-image:url('../images/slider/30.png')}
.slide-5{background-image:url('../images/slider/5.png')}
.slide-6{background-image:url('../images/slider/32.png')}
.slide-7{background-image:url('../images/slider/7.png')}
.slide-8{background-image:url('../images/slider/8.png')}
.slide-9{background-image:url('../images/slider/9.png')}
.slide-10{background-image:url('../images/slider/10.png')}






.slide-content{position:absolute;inset:0;z-index:2;display:flex;align-items:center}
.slide-badge{display:inline-block;background:rgba(245,166,35,.2);border:1px solid var(--gold);color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:5px 16px;border-radius:50px;margin-bottom:16px;opacity:0;transform:translateY(20px);transition:opacity .5s .2s,transform .5s .2s}
.slide-title{font-family:'Playfair Display',serif;font-size:clamp(1.6rem,4vw,3rem);color:#fff;line-height:1.2;margin-bottom:14px;opacity:0;transform:translateY(25px);transition:opacity .55s .35s,transform .55s .35s}
.slide-title em{color:var(--gold);font-style:normal}
.slide-desc{color:rgba(255,255,255,.83);font-size:clamp(.86rem,1.3vw,1.02rem);line-height:1.8;max-width:560px;margin-bottom:26px;opacity:0;transform:translateY(25px);transition:opacity .6s .5s,transform .6s .5s}
.slide-btn{opacity:0;transform:translateY(20px);transition:opacity .6s .65s,transform .6s .65s}
.slide.active 
.slide-badge,
.slide.active 
.slide-title,.slide.active .slide-desc,.slide.active .slide-btn
{opacity:1;transform:translateY(0)}
.btn-slide{background:var(--saffron);color:#fff;border:none;padding:12px 28px;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s}
.btn-slide:hover{background:var(--gold);color:var(--dark);transform:translateY(-2px);box-shadow:0 10px 28px rgba(245,166,35,.35);color:var(--dark)}
.btn-slide-out{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5);padding:11px 28px;border-radius:50px;font-weight:600;font-size:.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s}
.btn-slide-out:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff}
.slider-arrow{position:absolute;top:50%;z-index:10;transform:translateY(-50%);width:50px;height:50px;background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;backdrop-filter:blur(6px)}
.slider-arrow:hover{background:var(--saffron);border-color:var(--saffron);transform:translateY(-50%) scale(1.08)}
.slider-prev{left:22px}.slider-next{right:22px}
.slider-dots{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:8px;align-items:center}
.s-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.35);cursor:pointer;transition:all .35s;border:1.5px solid rgba(255,255,255,.5)}
.s-dot.active{background:var(--gold);border-color:var(--gold);width:28px;border-radius:5px}
.slider-progress{position:absolute;bottom:0;left:0;height:3px;z-index:10;background:linear-gradient(90deg,var(--saffron),var(--gold));width:0;transition:none}
.slider-progress.running{transition:width 5s linear;width:100%}




.outer {
    background: #fff;
    border-radius: 24px;
    padding: 2.5rem 1.5rem 11.5rem;
    width: 100%;
    max-width: 1200px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  }

  /* Header */
  .hdr { text-align: center; margin-bottom: 2rem; }
  .hdr-eye { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: #7F77DD; font-weight: 700; margin-bottom: 6px; }
  .hdr-title { font-size: 28px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
  .hdr-sub { font-size: 13px; color: #aaa; }

  /* ── DESKTOP wave ── */
  .desktop-scene {
    position: relative;
    /* tall enough: 180px top-label area + 320px wave zone + 180px bottom-label area */
    height: 680px;
    display: block;
  }
  .desktop-scene svg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: visible;
  }

  /* Label blocks */
  .node-label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;           /* wider so text wraps less */
    transform: translateX(-50%);
  }
  .lbl-yr {
    font-size: 11px; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 4px;
  }
  .lbl-title {
    font-size: 18px; font-weight: 700;
    color: #1a1a2e; text-align: center;
    line-height: 1.3; margin-bottom: 5px;
  }
  .lbl-desc {
    font-size: 15px; color: #000;
    text-align: center; line-height: 1.5; margin-bottom: 8px;
  }
  .lbl-tags { display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; }
  .tag { font-size: 10px; padding: 3px 8px; border-radius: 20px; font-weight: 700; letter-spacing: 0.2px; }
  .vline { width: 2px; margin: 0 auto; }

  /* ── MOBILE vertical timeline ── */
  .mobile-scene { display: none; }
  .m-timeline { position: relative; padding: 0 0 1rem 0; }
  .m-timeline::before {
    content: '';
    position: absolute;
    left: 36px; top: 0; bottom: 0;
    width: 4px; border-radius: 4px;
    background: linear-gradient(180deg,#B71C1C,#F39C12,#00897B,#6A1B9A,#0277BD,#E65100);
  }
  .m-item {
    display: flex; align-items: flex-start;
    gap: 16px; margin-bottom: 2rem; position: relative;
  }
  .m-circle-wrap {
    flex-shrink: 0; width: 72px;
    display: flex; flex-direction: column; align-items: center;
    position: relative; z-index: 1;
  }
  .m-circle {
    width: 72px; height: 72px; border-radius: 50%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
  }
  .m-circle i { font-size: 26px; color: #fff; line-height: 1; }
  .m-circle .m-yr { font-size: 8.5px; font-weight: 700; color: rgba(255,255,255,0.9); margin-top: 2px; letter-spacing: 0.3px; }
  .m-badge {
    width: 22px; height: 22px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 700; color: #fff;
    border: 2px solid #fff; margin-top: -8px; position: relative; z-index: 2;
  }
  .m-content { flex: 1; padding-top: 4px; }
  .m-content .m-label-yr { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 3px; }
  .m-content .m-label-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; line-height: 1.3; }
  .m-content .m-label-desc { font-size: 13px; color: #000; line-height: 1.5; margin-bottom: 8px; }
  .m-content .m-tags { display: flex; flex-wrap: wrap; gap: 4px; }
  .m-content .m-tag { font-size: 10px; padding: 3px 9px; border-radius: 20px; font-weight: 700; }

  /* Stats */
  .stats {
    display: flex; justify-content: center;
    gap: 0; margin-top: 1.5rem;
    border-top: 1px solid #f0f0f0; padding-top: 1.2rem; flex-wrap: wrap;
  }
  .stt { flex: 1; min-width: 80px; text-align: center; border-right: 1px solid #f0f0f0; padding: 0.5rem 0; }
  .stt:last-child { border-right: none; }
  .stn { font-size: 22px; font-weight: 700; color: #1a1a2e; }
  .stl { font-size: 10px; color: #bbb; text-transform: uppercase; letter-spacing: 0.8px; margin-top: 2px; }

  @media (max-width: 860px) {
    .desktop-scene { display: none; }
    .mobile-scene  { display: block; }
    
    .outer { border-radius: 16px; padding: 1.5rem 1rem 1rem; }
    .hdr-title { font-size: 22px; }
  }




  .mission-section { padding: 2rem 1rem; }
  .mission-title { font-size: 1.1rem; color: var(--color-text-primary); margin-bottom: 2rem; }
  .mission-title strong { font-weight: 500; }
  .center-circle { width: 14rem; height: 14rem; border-radius: 50%; background: #e8e8e8; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 6px solid #d0d0d0; flex-shrink: 0; }
  .center-circle svg { width: 14rem; height: 14rem; }
  .center-circle span { font-size: 1.5rem; font-weight: 500; color: #444; margin-top: 6px; padding-top: 3rem;}
  .mission-cards { display: flex; flex-direction: column; gap: 14px; }
  .mission-card { display: flex; align-items: center; gap: 0; border-radius: 12px; overflow: hidden; min-height: 72px; }
  .card-num { width: 64px; min-width: 64px; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 500; color: #fff; padding: 16px 0; align-self: stretch; border-radius: 12px 0 0 12px; }
  .card-body-text { padding: 12px 16px; font-size: 0.82rem; line-height: 1.5; color: #fff; font-weight: 400; }
  .c1 .card-num { background: #2196a8; }
  .c1 { background: #1aafbe; }
  .c2 .card-num { background: #1a7a6a; }
  .c2 { background: #219b87; }
  .c3 .card-num { background: #e65c00; }
  .c3 { background: #f07520; }
  .c4 .card-num { background: #c4930a; }
  .c4 { background: #e8af20; }
  .connector-wrap { display: flex; flex-direction: column; align-items: center; position: relative; }
  .connector-line { width: 2px; height: 18px; background: #ccc; }
  .connector-dot { width: 10px; height: 10px; border-radius: 50%; border: 2px solid; }
  .dot1 { border-color: #1aafbe; background: #fff; }
  .dot2 { border-color: #219b87; background: #fff; }
  .dot3 { border-color: #f07520; background: #fff; }
  .dot4 { border-color: #e8af20; background: #fff; }
  @media (max-width: 576px) {
    .center-circle { width: 120px; height: 120px; }
    .center-circle svg { width: 40px; height: 40px; }
    .center-circle span { font-size: 0.85rem; }
  }



  :root {
            --navy: #020873;
            --white: #ffffff;
            --accent-blue: #00D2FF;
            /* Pastel Accents */
            --bg1: #e0f2fe; --bg2: #dcfce7; --bg3: #fef9c3;
            --bg4: #ffedd5; --bg5: #fee2e2; --bg6: #ede9fe;
        }

        

        .main-wrapper {
            position: relative;
            width: 100%;
            max-width: 1100px;
            height: 800px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* --- THE ATTRACTIVE CENTER CIRCLE --- */
        .center-core {
            position: relative;
            width: 260px;
            height: 260px;
            z-index: 10;
        }

        /* Rotating Outer Ring */
        .outer-ring {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            border: 2px dashed var(--navy);
            border-radius: 50%;
            animation: rotateRing 20s linear infinite;
        }

        @keyframes rotateRing {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /* Main Hub Body */
        .hub-main {
            position: absolute;
            top: 15px; left: 15px;
            width: 230px; height: 230px;
            background: radial-gradient(circle at center, var(--navy) 0%, #01044a 100%);
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            box-shadow: 0 0 40px rgba(2, 8, 115, 0.4), inset 0 0 20px rgba(255,255,255,0.2);
            border: 5px solid white;
        }

        .hub-main h2 {
            font-weight: 800;
            font-size: 1.8rem;
            margin: 0;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .hub-main p {
            font-size: 0.7rem;
            letter-spacing: 5px;
            margin-bottom: 5px;
            text-transform: uppercase;
            color: var(--accent-blue);
        }

        /* --- SATELLITE POINTS --- */
        .satellite {
            position: absolute;
            width: 225px;
            height: 225px;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 15px;
            z-index: 5;
            transition: all 0.4s ease;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            border: 3px solid white;
        }

        .satellite:hover {
            transform: scale(1.15);
            box-shadow: 0 15px 30px rgba(2, 8, 115, 0.15);
            z-index: 20;
        }

        .sat-icon { font-size: 1.8rem; margin-bottom: 5px; }
        .sat-title { font-weight: 700; font-size: 1.2rem; color: var(--navy); text-transform: uppercase; }
        .sat-desc { font-size: 1rem; color: #444; line-height: 1.2; padding: 0 5px; }

        /* Positioning (Desktop Orbit) */
        .p1 { top: 0%; left: 50%; transform: translateX(-50%); background: var(--bg1); }
        .p2 { top: 20%; right: 5%; background: var(--bg2); }
        .p3 { bottom: 20%; right: 5%; background: var(--bg3); }
        .p4 { bottom: 0%; left: 50%; transform: translateX(-50%); background: var(--bg4); }
        .p5 { bottom: 20%; left: 5%; background: var(--bg5); }
        .p6 { top: 20%; left: 5%; background: var(--bg6); }

        /* Connector Lines SVG */
        .line-overlay {
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        /* --- MOBILE RESPONSIVENESS (No Overlap) --- */
        @media (max-width: 991px) {
            .main-wrapper {
                height: auto;
                flex-direction: column;
                padding: 50px 20px;
            }

            .line-overlay, .outer-ring { display: none; }

            .center-core {
                margin-bottom: 50px;
                width: 200px; height: 200px;
            }
            
            .hub-main { width: 200px; height: 200px; top: 0; left: 0; }

            .satellite {
                position: relative;
                top: auto !important; left: auto !important; right: auto !important; bottom: auto !important;
                transform: none !important;
                margin-bottom: 20px;
                width: 100%;
                max-width: 350px;
                height: auto;
                border-radius: 15px;
                padding: 25px;
            }
        }


         :root {
            --sky: #E3F5FF;
            --navy: #020873;
            --red: #E60023;
            --white: #ffffff;
            --black: #000000;
        }

        
        /* --- ARCHITECTURAL BACKGROUND SHAPES --- */
        .bg-canvas {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            pointer-events: none;
        }

        /* Large Asymmetric Geometric Shape */
        .geo-shape-1 {
            position: absolute;
            top: -10%;
            right: -5%;
            width: 60%;
            height: 80%;
            background: var(--sky);
            clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 80%);
            opacity: 0.4;
        }

        /* Soft Floating Circles for Depth */
        .circle-blur {
            position: absolute;
            background: var(--sky);
            filter: blur(100px);
            border-radius: 50%;
            opacity: 0.6;
        }

        .cb-1 { width: 600px; height: 600px; bottom: -100px; left: -200px; }
        .cb-2 { width: 300px; height: 300px; top: 20%; left: 10%; background: var(--navy); opacity: 0.03; }

        /* Subtle Line Grid Overlay */
        .grid-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(var(--sky) 1px, transparent 1px), 
                              linear-gradient(90deg, var(--sky) 1px, transparent 1px);
            background-size: 100px 100px;
            opacity: 0.3;
        }

        /* --- CARD & CONTENT STYLING --- */
        .section-padding {
            padding: 120px 0;
        }

        .title-wrapper {
            margin-bottom: 80px;
            border-left: 6px solid var(--red);
            padding-left: 30px;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: 4.5rem;
            color: var(--navy);
            line-height: 1;
        }

        .expert-col {
            transition: all 0.4s ease;
        }

        .img-container {
            position: relative;
            background-color: var(--navy);
            margin-bottom: 30px;
            overflow: hidden;
            box-shadow: 20px 20px 0px var(--sky);
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .profile-img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
            /* filter: grayscale(100%); */
            transition: all 0.6s ease;
        }

        .content-box {
            padding: 0 10px;
        }

        .role-tag {
            color: var(--red);
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 4px;
            font-size: 0.7rem;
            margin-bottom: 12px;
            display: block;
        }

        .name-header {
            font-family: 'Playfair Display', serif;
            font-size: 1.6rem;
            color: var(--navy);
            margin-bottom: 20px;
            font-weight: 700;
        }

        .bio-para {
            font-size: 0.95rem;
            line-height: 1.9;
            color: #444;
            text-align: justify;
            margin-bottom: 30px;
        }

        .foundation-footer {
            background: var(--sky);
            padding: 18px 25px;
            font-weight: 700;
            font-size: 0.85rem;
            color: var(--navy);
            border-right: 5px solid var(--red);
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }

        .foundation-footer::before {
            content: "•";
            color: var(--red);
            margin-right: 10px;
            font-size: 1.5rem;
        }

        /* --- INTERACTIONS --- */
        .expert-col:hover .img-container {
            box-shadow: 20px 20px 0px var(--red);
            transform: scale(1.02);
        }

        .expert-col:hover .profile-img {
            filter: grayscale(0%);
            transform: scale(1.05);
        }

        .expert-col:hover .foundation-footer {
            background: var(--navy);
            color: var(--white);
        }

        :root {
            --ngo-dark: #0f172a;
            --ngo-bg: #ffffff;
            /* Darker, Formal Color Palette */
            --dark-blue: #022a73;
            --dark-red: #831843;
            --dark-green: #064e3b;
        }

        

        .section-padding { padding: 90px 0; }

        .display-serif {
            font-family: 'Playfair Display', serif;
            color: var(--ngo-dark);
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            margin-bottom: 20px;
        }

        /* Impact Card: Visible Border + Unique Professional Shape */
        .impact-card {
            position: relative;
            padding: 4rem 2rem;
            height: 100%;
            background: #ffffff;
            /* A sophisticated "Pill" shape: Rounded top, tighter bottom */
            border-radius: 120px 120px 30px 30px; 
            border: 2px solid; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
            text-align: center;
            z-index: 1;
            overflow: hidden;
        }

        /* Hover: Color Fill Animation */
        .impact-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 0;
            transition: all 0.5s ease;
            z-index: -1;
        }

        .impact-card:hover::before { height: 100%; }
        
        .impact-card:hover { 
            transform: translateY(-10px); 
            color: #ffffff !important; 
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        /* Apply Dark Tones */
        .theme-blue { border-color: var(--dark-blue); color: var(--dark-blue); }
        .theme-blue::before { background-color: var(--dark-blue); }
        
        .theme-red { border-color: var(--dark-red); color: var(--dark-red); }
        .theme-red::before { background-color: var(--dark-red); }

        .theme-green { border-color: var(--dark-green); color: var(--dark-green); }
        .theme-green::before { background-color: var(--dark-green); }

        /* Icon Graphic Elements */
        .graphic-wrap {
            width: 100px; height: 100px;
            margin: 0 auto 30px;
            position: relative;
            display: flex; align-items: center; justify-content: center;
        }

        .graphic-bg {
            position: absolute;
            width: 100%; height: 100%;
            background: #f1f5f9;
            border-radius: 40% 60% 40% 60% / 60% 40% 60% 40%;
            border: 1px dashed currentColor;
            z-index: 1;
            transition: 0.3s;
        }

        .impact-icon { font-size: 2.6rem; position: relative; z-index: 2; transition: 0.3s; }

        .impact-title {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            font-size: 1.65rem;
            margin-bottom: 12px;
            transition: 0.3s;
        }

        .divider {
            width: 40px; height: 3px;
            background: currentColor;
            margin: 15px auto;
            transition: 0.3s;
        }

        .impact-text {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #475569;
            transition: 0.3s;
        }

        /* Hover Text Color Adjustments */
        .impact-card:hover .impact-title, 
        .impact-card:hover .impact-text,
        .impact-card:hover .impact-icon { color: #ffffff !important; }
        .impact-card:hover .divider { background: #ffffff !important; }
        .impact-card:hover .graphic-bg { border-color: #ffffff; background: rgba(255,255,255,0.1); }


        .wrap { padding: 2rem 0rem 0rem; max-width: 860px; margin: 0 auto; }
.hdr { text-align: center; margin-bottom: 2.5rem; }
.eyebrow { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--color-text-tertiary); margin-bottom: 6px; }
.title { font-size: 24px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 6px; }
.sub { font-size: 13px; color: var(--color-text-secondary); }
.pill { display: inline-block; margin-top: 10px; font-size: 11px; color: var(--color-text-tertiary); border: 0.5px solid var(--color-border-secondary); border-radius: 20px; padding: 3px 12px; }

.steps { display: flex; flex-direction: column; gap: 0; }

/* .step { display: flex; align-items: stretch; gap: 0; cursor: pointer; } */
.step:hover .chevron-shape { opacity: .9; }

.num-col { width: 48px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.num-diamond { width: 45px; height: 45px; transform: rotate(45deg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 12px; }
.num-diamond span { transform: rotate(-45deg); font-size: 20px; font-weight: 600; }
.num-line { flex: 1; width: 1.5px; margin: 4px 0; }

.chevron-col { flex: 1; position: relative; margin-bottom: 16px; }
.chevron-shape {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%) !important;
  padding: 14px 32px 14px 28px;
  transition: opacity .15s;
}
.step:first-child .chevron-shape {
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  padding-left: 20px;
}
.step-label { font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2px; }
.step-title { font-size: 20px; font-weight: 500; margin-bottom: 4px;padding-left: 18px; }
.step-desc { font-size: 14px; line-height: 1.5; margin-bottom: 8px; padding-left: 18px;}
.tags { display: flex; flex-wrap: wrap; gap: 4px;padding-left: 18px; }
.tag { font-size: 14px; padding: 5px 9px; border-radius: 20px; }

.footer { margin-top: 2rem; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.ft { font-size: 12px; color: var(--color-text-tertiary); display: flex; align-items: center; gap: 6px; }
.ft-dot { width: 6px; height: 6px; border-radius: 50%; }

.s1 .chevron-shape { background: #E1F5EE; }
.s1 .step-label { color: #0F6E56; }
.s1 .step-title { color: #085041; }
.s1 .step-desc { color: #1D9E75; }
.s1 .tag { background: #9FE1CB; color: #085041; }
.s1 .num-diamond { background: #1D9E75; }
.s1 .num-diamond span { color: #E1F5EE; }
.s1 .num-line { background: #9FE1CB; }

.s2 .chevron-shape { background: #E6F1FB; }
.s2 .step-label { color: #185FA5; }
.s2 .step-title { color: #0C447C; }
.s2 .step-desc { color: #378ADD; }
.s2 .tag { background: #B5D4F4; color: #0C447C; }
.s2 .num-diamond { background: #378ADD; }
.s2 .num-diamond span { color: #E6F1FB; }
.s2 .num-line { background: #B5D4F4; }

.s3 .chevron-shape { background: #FAEEDA; }
.s3 .step-label { color: #854F0B; }
.s3 .step-title { color: #633806; }
.s3 .step-desc { color: #BA7517; }
.s3 .tag { background: #FAC775; color: #633806; }
.s3 .num-diamond { background: #EF9F27; }
.s3 .num-diamond span { color: #FAEEDA; }
.s3 .num-line { background: #FAC775; }

.s4 .chevron-shape { background: #EEEDFE; }
.s4 .step-label { color: #534AB7; }
.s4 .step-title { color: #3C3489; }
.s4 .step-desc { color: #7F77DD; }
.s4 .tag { background: #CECBF6; color: #3C3489; }
.s4 .num-diamond { background: #7F77DD; }
.s4 .num-diamond span { color: #EEEDFE; }
.s4 .num-line { background: #CECBF6; }

.s5 .chevron-shape { background: #FAECE7; }
.s5 .step-label { color: #993C1D; }
.s5 .step-title { color: #712B13; }
.s5 .step-desc { color: #D85A30; }
.s5 .tag { background: #F5C4B3; color: #712B13; }
.s5 .num-diamond { background: #D85A30; }
.s5 .num-diamond span { color: #FAECE7; }
.s5 .num-line { background: #F5C4B3; }

.s6 .chevron-shape { background: #FBEAF0; }
.s6 .step-label { color: #993556; }
.s6 .step-title { color: #72243E; }
.s6 .step-desc { color: #D4537E; }
.s6 .tag { background: #F4C0D1; color: #72243E; }
.s6 .num-diamond { background: #D4537E; }
.s6 .num-diamond span { color: #FBEAF0; }
.s6 .num-line { background: #F4C0D1; }

.s7 .chevron-shape { background: #EAF3DE; }
.s7 .step-label { color: #3B6D11; }
.s7 .step-title { color: #27500A; }
.s7 .step-desc { color: #639922; }
.s7 .tag { background: #C0DD97; color: #27500A; }
.s7 .num-diamond { background: #639922; }
.s7 .num-diamond span { color: #EAF3DE; }
.s7 .num-line { background: #C0DD97; }

@media (prefers-color-scheme: dark) {
  .s1 .chevron-shape { background: #085041; }
  .s1 .step-label { color: #5DCAA5; }
  .s1 .step-title { color: #9FE1CB; }
  .s1 .step-desc { color: #5DCAA5; }
  .s1 .tag { background: #0F6E56; color: #9FE1CB; }
  .s1 .num-diamond { background: #1D9E75; }
  .s1 .num-diamond span { color: #E1F5EE; }
  .s1 .num-line { background: #0F6E56; }

  .s2 .chevron-shape { background: #0C447C; }
  .s2 .step-label { color: #85B7EB; }
  .s2 .step-title { color: #B5D4F4; }
  .s2 .step-desc { color: #85B7EB; }
  .s2 .tag { background: #185FA5; color: #B5D4F4; }
  .s2 .num-diamond { background: #378ADD; }
  .s2 .num-diamond span { color: #E6F1FB; }
  .s2 .num-line { background: #185FA5; }

  .s3 .chevron-shape { background: #633806; }
  .s3 .step-label { color: #EF9F27; }
  .s3 .step-title { color: #FAC775; }
  .s3 .step-desc { color: #EF9F27; }
  .s3 .tag { background: #854F0B; color: #FAC775; }
  .s3 .num-diamond { background: #EF9F27; }
  .s3 .num-diamond span { color: #FAEEDA; }
  .s3 .num-line { background: #854F0B; }

  .s4 .chevron-shape { background: #3C3489; }
  .s4 .step-label { color: #AFA9EC; }
  .s4 .step-title { color: #CECBF6; }
  .s4 .step-desc { color: #AFA9EC; }
  .s4 .tag { background: #534AB7; color: #CECBF6; }
  .s4 .num-diamond { background: #7F77DD; }
  .s4 .num-diamond span { color: #EEEDFE; }
  .s4 .num-line { background: #534AB7; }

  .s5 .chevron-shape { background: #712B13; }
  .s5 .step-label { color: #F0997B; }
  .s5 .step-title { color: #F5C4B3; }
  .s5 .step-desc { color: #F0997B; }
  .s5 .tag { background: #993C1D; color: #F5C4B3; }
  .s5 .num-diamond { background: #D85A30; }
  .s5 .num-diamond span { color: #FAECE7; }
  .s5 .num-line { background: #993C1D; }

  .s6 .chevron-shape { background: #72243E; }
  .s6 .step-label { color: #ED93B1; }
  .s6 .step-title { color: #F4C0D1; }
  .s6 .step-desc { color: #ED93B1; }
  .s6 .tag { background: #993556; color: #F4C0D1; }
  .s6 .num-diamond { background: #D4537E; }
  .s6 .num-diamond span { color: #FBEAF0; }
  .s6 .num-line { background: #993556; }

  .s7 .chevron-shape { background: #27500A; }
  .s7 .step-label { color: #97C459; }
  .s7 .step-title { color: #C0DD97; }
  .s7 .step-desc { color: #97C459; }
  .s7 .tag { background: #3B6D11; color: #C0DD97; }
  .s7 .num-diamond { background: #639922; }
  .s7 .num-diamond span { color: #EAF3DE; }
  .s7 .num-line { background: #3B6D11; }
}


/* Custom Variables */
:root {
    --accent: #b30f0f;
    --primary: #093254;
    --glass: rgba(255, 255, 255, 0.95);
}

.contact-section {
    background: linear-gradient(135deg, #f8f9fa 70%, var(--primary) 30%);
    padding: 100px 0;
}

/* Side Info Panel */
.info-sidebar {
    background: var(--primary);
    color: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,45,91,0.3);
}

.contact-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.3s;
    border-radius: 15px;
}

.contact-item:hover {
    background: rgba(255,255,255,0.15);
    transform: translateX(10px);
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    color: white;
}

/* Glass Form */
.form-glass {
    background: var(--glass);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1);
}

.modern-input {
    border: none;
    background: #f1f3f5;
    padding: 15px 20px;
    border-radius: 12px;
    transition: 0.3s;
}

.modern-input:focus {
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 62, 62, 0.1);
    outline: none;
}

.btn-glow {
    background: linear-gradient(45deg, var(--accent), #ff7b7b);
    border: none;
    color: white;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 12px;
    transition: 0.4s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-glow:hover {
    box-shadow: 0 10px 20px rgba(255, 62, 62, 0.4);
    transform: scale(1.02);
}

/* Address Cards */
.address-card-v2 {
    border-radius: 20px;
    background: white;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-bottom: 5px solid transparent;
}

.address-card-v2:hover {
    transform: translateY(-12px);
    border-bottom-color: var(--accent);
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}

:root {
      --sky:   #E3F5FF;
      --red:   #E60023;
      --dark:  #444444;
      --white: #ffffff;
      --black: #000000;
      --navy:  #01065D;
    }

    

    /* ── SECTION WRAPPER ── */
    .advisory-section {
      background: var(--white);
      padding: 31px 0 100px;
      position: relative;
      overflow: hidden;
    }

    /* subtle geometric bg accent */
    .advisory-section::before {
      content: '';
      position: absolute;
      top: -120px; right: -120px;
      width: 480px; height: 480px;
      border-radius: 50%;
      border: 80px solid var(--sky);
      opacity: 0.6;
      pointer-events: none;
    }
    .advisory-section::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -80px;
      width: 300px; height: 300px;
      border-radius: 50%;
      border: 50px solid var(--sky);
      opacity: 0.4;
      pointer-events: none;
    }

    /* ── HEADER ── */
    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 16px;
    }
    .section-eyebrow::before {
      content: '';
      width: 28px; height: 2px;
      background: var(--red);
      display: block;
    }

    .section-heading {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--black);
      line-height: 1.12;
      margin-bottom: 14px;
    }
    .section-heading em {
      font-style: italic;
      color: var(--red);
    }

    .section-sub {
      font-size: 0.95rem;
      font-weight: 300;
      color: var(--dark);
      max-width: 500px;
      line-height: 1.75;
      opacity: 0.8;
    }

    .header-rule {
      width: 60px; height: 3px;
      background: var(--navy);
      margin-top: 28px;
    }

    /* ── CARDS ── */
    .board-card {
      background: var(--white);
      border: 1px solid #ebebeb;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      height: 100%;
    }
    .board-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(1,6,93,0.12);
      border-color: transparent;
    }

    /* Red corner accent */
    .board-card::after {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 0; height: 0;
      border-style: solid;
      border-width: 0 36px 36px 0;
      border-color: transparent var(--red) transparent transparent;
    }

    /* Image wrapper */
    .card-img-wrap {
      position: relative;
      width: 100%;
      padding-top: 100%; /* perfect square */
      overflow: hidden;
      background: var(--sky);
    }
    .card-img-wrap img {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: top center;
      transition: transform 0.5s ease;
      display: block;
    }
    .board-card:hover .card-img-wrap img {
      transform: scale(1.06);
    }

    /* overlay strip on hover */
    .card-img-overlay {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 100%;
      background: linear-gradient(to top, rgba(255, 0, 0, 0.45), transparent);
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .board-card:hover .card-img-overlay { opacity: 1; }

    /* Initials fallback (shown when img is placeholder) */
    /* .card-initials {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      display: none;
      align-items: center;
      justify-content: center;
      font-family: 'Cormorant Garamond', serif;
      font-size: 3rem;
      font-weight: 700;
      color: var(--navy);
      opacity: 0.25;
      user-select: none;
    } */

    /* Card body */
    .card-body-custom {
      padding: 20px 22px 24px;
      position: relative;
    }

    .card-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.35rem;
      font-weight: 700;
      color: var(--black);
      line-height: 1.2;
      margin-bottom: 4px;
    }

    .card-designation {
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 10px;
    }

    .card-org {
      font-size: 0.82rem;
      font-weight: 400;
      color: var(--dark);
      opacity: 0.65;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .card-org::before {
      content: '';
      width: 14px; height: 1px;
      background: var(--dark);
      opacity: 0.4;
      display: inline-block;
    }

    /* LinkedIn icon pill */
    .card-social {
      position: absolute;
      top: -18px; right: 20px;
      width: 36px; height: 36px;
      background: var(--navy);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s, transform 0.2s;
    }
    .card-social:hover { background: var(--red); transform: scale(1.1); }
    .card-social svg { width: 16px; height: 16px; }

    /* ── COUNTER STRIP ── */
    .counter-strip {
      background: var(--sky);
      padding: 36px 0;
      border-top: 1px solid #d5ecf8;
      border-bottom: 1px solid #d5ecf8;
      margin: 80px 0 0;
    }
    .counter-item {
      text-align: center;
      padding: 8px 16px;
      border-right: 1px solid #c4e2f5;
    }
    .counter-item:last-child { border-right: none; }
    .counter-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.4rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1;
    }
    .counter-num sup { font-size: 1.2rem; color: var(--red); }
    .counter-label {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--dark);
      opacity: 0.55;
      margin-top: 4px;
    }

    /* Fade-in animation */
    .board-card {
      opacity: 0;
      transform: translateY(24px);
      animation: fadeUp 0.55s ease forwards;
    }
    .board-card:nth-child(1) { animation-delay: 0.05s; }
    .board-card:nth-child(2) { animation-delay: 0.15s; }
    .board-card:nth-child(3) { animation-delay: 0.25s; }
    .board-card:nth-child(4) { animation-delay: 0.35s; }
    .board-card:nth-child(5) { animation-delay: 0.45s; }
    .board-card:nth-child(6) { animation-delay: 0.55s; }
    .board-card:nth-child(7) { animation-delay: 0.60s; }
    .board-card:nth-child(8) { animation-delay: 0.65s; }

    @keyframes fadeUp {
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 576px) {
      .advisory-section { padding: 64px 0 72px; }
      .counter-item { border-right: none; border-bottom: 1px solid #c4e2f5; }
      .counter-item:last-child { border-bottom: none; }
    }

   
    :root {
      --sky:   #E3F5FF;
      --red:   #E60023;
      --dark:  #444444;
      --white: #ffffff;
      --black: #000000;
      --navy:  #01065D;
      --gold:  #C9952A;
      --gold-light: #F5E6C8;
    }

    /* ══════════════════════════════
       SECTION WRAPPER
    ══════════════════════════════ */
    .awards-section {
      padding: 96px 0 80px;
      background: var(--sky);
      position: relative;
      overflow: hidden;
    }

    /* Decorative top bar */
    .awards-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 5px;
      background: linear-gradient(90deg, var(--navy) 0%, var(--red) 50%, var(--gold) 100%);
    }

    /* Subtle bg texture dots */
    .awards-section::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle, rgba(1,6,93,0.035) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }

    /* ══════════════════════════════
       SECTION HEADER
    ══════════════════════════════ */
    .section-header {
      position: relative;
      z-index: 2;
      margin-bottom: 60px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 14px;
    }
    .eyebrow span {
      display: block;
      width: 32px; height: 2px;
      background: var(--red);
    }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(2.4rem, 4.5vw, 3.8rem);
      font-weight: 700;
      color: var(--black);
      line-height: 1.1;
      margin-bottom: 16px;
    }
    .section-title em {
      font-style: italic;
      color: var(--navy);
    }

    .section-desc {
      font-size: 0.95rem;
      font-weight: 300;
      color: var(--dark);
      max-width: 480px;
      line-height: 1.8;
      opacity: 0.75;
    }



    /* ══════════════════════════════
       CERTIFICATE CARDS
    ══════════════════════════════ */
    .cert-grid {
      position: relative;
      z-index: 2;
    }

    .cert-card {
      cursor: pointer;
      border-radius: 6px;
      overflow: hidden;
      background: var(--white);
      border: 1px solid #e8e8e8;
      transition: transform 0.32s ease, box-shadow 0.32s ease;
      animation: fadeUp 0.5s ease both;
      position: relative;
    }
    .cert-card:nth-child(1) { animation-delay: 0.05s; }
    .cert-card:nth-child(2) { animation-delay: 0.12s; }
    .cert-card:nth-child(3) { animation-delay: 0.19s; }
    .cert-card:nth-child(4) { animation-delay: 0.26s; }
    .cert-card:nth-child(5) { animation-delay: 0.33s; }
    .cert-card:nth-child(6) { animation-delay: 0.40s; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .cert-card:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 24px 56px rgba(1,6,93,0.13);
      border-color: transparent;
      z-index: 3;
    }

    /* Certificate preview area — the actual certificate design */
    .cert-preview {
      position: relative;
      width: 100%;
      padding-top: 70%; /* 10:7 landscape ratio */
      overflow: hidden;
    }

    .cert-inner {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* SVG Certificate designs embedded */
    .cert-inner svg {
      width: 100%;
      height: 100%;
    }
.cert-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

    /* Hover overlay */
    .cert-overlay {
      position: absolute;
      inset: 0;
      background: rgba(1,6,93,0.72);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .cert-card:hover .cert-overlay { opacity: 1; }
    .overlay-btn {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: var(--white);
      display: flex; align-items: center; justify-content: center;
      transform: scale(0.7);
      transition: transform 0.3s ease;
    }
    .cert-card:hover .overlay-btn { transform: scale(1); }
    .overlay-btn svg { width: 22px; height: 22px; color: var(--navy); }

    /* Card meta below preview */
    .cert-meta {
      padding: 18px 20px 20px;
      border-top: 3px solid transparent;
      transition: border-color 0.2s;
      position: relative;
    }
    .cert-card:hover .cert-meta { border-top-color: var(--red); }

    .cert-year {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--red);
      margin-bottom: 5px;
    }
    .cert-name {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--black);
      line-height: 1.25;
      margin-bottom: 4px;
    }
    .cert-issuer {
      font-size: 0.78rem;
      font-weight: 400;
      color: var(--dark);
      opacity: 0.6;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .cert-issuer::before {
      content: '';
      width: 12px; height: 1.5px;
      background: currentColor;
      display: inline-block;
      flex-shrink: 0;
    }

    /* Badge indicator top-right */
    .cert-badge {
      position: absolute;
      top: 14px; right: 14px;
      width: 32px; height: 32px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
    }
    .cert-badge svg { width: 18px; height: 18px; }
    .badge-gold { background: var(--gold-light); }
    .badge-red  { background: #fde8eb; }
    .badge-navy { background: var(--sky); }

    /* ══════════════════════════════
       LIGHTBOX
    ══════════════════════════════ */
    .lightbox-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.88);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      padding: 24px;
    }
    .lightbox-overlay.open {
      opacity: 1;
      pointer-events: all;
    }

    .lightbox-box {
      background: var(--white);
      border-radius: 8px;
      overflow: hidden;
      max-width: 780px;
      width: 100%;
      transform: scale(0.88);
      transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
      position: relative;
    }
    .lightbox-overlay.open .lightbox-box { transform: scale(1); }

    .lightbox-cert { width: 100%; display: block; }
    .lightbox-cert svg { width: 100%; height: auto; display: block; }

    .lightbox-footer {
      padding: 20px 28px 24px;
      border-top: 4px solid var(--red);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }
    .lf-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--black);
    }
    .lf-meta { font-size: 0.82rem; color: var(--dark); opacity: 0.6; }
    .lf-actions { display: flex; gap: 10px; flex-shrink: 0; }
    .lf-btn {
      padding: 9px 20px;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-radius: 3px;
      border: none;
      cursor: pointer;
      transition: all 0.2s;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 7px;
    }
    .lf-btn-primary { background: var(--red); color: var(--white); }
    .lf-btn-primary:hover { background: #c40020; color: var(--white); }
    .lf-btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
    .lf-btn-outline:hover { background: var(--navy); color: var(--white); }

    .lb-close {
      position: absolute;
      top: 14px; right: 14px;
      width: 36px; height: 36px;
      border-radius: 50%;
      background: rgba(0,0,0,0.55);
      border: none;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      z-index: 10;
      transition: background 0.2s;
    }
    .lb-close:hover { background: var(--red); }
    .lb-close svg { width: 16px; height: 16px; color: white; }

    /* ══════════════════════════════
       STATS STRIP
    ══════════════════════════════ */
    .stats-strip {
      margin-top: 72px;
      background: var(--navy);
      border-radius: 6px;
      padding: 36px 48px;
      display: flex;
      gap: 0;
      flex-wrap: wrap;
      position: relative;
      z-index: 2;
      overflow: hidden;
    }
    .stats-strip::before {
      content: '';
      position: absolute;
      top: -40px; right: -40px;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: rgba(227,245,255,0.04);
    }
    .stats-strip::after {
      content: '';
      position: absolute;
      bottom: -30px; left: -30px;
      width: 140px; height: 140px;
      border-radius: 50%;
      background: rgba(230,0,35,0.08);
    }
    .stat-col {
      flex: 1;
      min-width: 140px;
      padding: 0 24px;
      border-right: 1px solid rgba(227,245,255,0.1);
      position: relative;
      z-index: 1;
    }
    .stat-col:first-child { padding-left: 0; }
    .stat-col:last-child { border-right: none; }
    .stat-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.6rem;
      font-weight: 700;
      color: var(--white);
      line-height: 1;
    }
    .stat-num sup { font-size: 1.1rem; color: var(--red); }
    .stat-lbl {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: rgba(227,245,255,0.45);
      margin-top: 5px;
    }

    @media (max-width: 768px) {
      .stat-col { border-right: none; border-bottom: 1px solid rgba(227,245,255,0.1); padding: 16px 0; }
      .stat-col:last-child { border-bottom: none; }
      .stats-strip { padding: 28px 24px; }
      .lightbox-footer { flex-direction: column; align-items: flex-start; }
    }


    .president-section {
      background: #fff;
      
      width: 100%;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 8px 40px rgba(2,8,115,0.10);
    }

    /* left col */
    .msg-col {
      padding: 3rem 2.4rem;
      border-right: 1px solid #E3F5FF;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .section-label {
      font-size: 0.68rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #E60023;
      margin-bottom: 0.8rem;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .section-label::before {
      content: '';
      display: inline-block;
      width: 22px;
      height: 2px;
      background: #E60023;
      border-radius: 1px;
    }

    .msg-heading {
      font-family: 'Playfair Display', serif;
      font-size: 1.55rem;
      color: #020873;
      line-height: 1.3;
      margin-bottom: 1.2rem;
      font-weight: 600;
    }

    .msg-body {
      font-size: 0.9rem;
      color: #444;
      line-height: 1.8;
      font-weight: 300;
      margin-bottom: 1.4rem;
    }

    .quote-line {
      border-left: 3px solid #0D4B8D;
      padding-left: 1rem;
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: 1rem;
      color: #0D4B8D;
      line-height: 1.6;
    }

    /* right col */
    .img-col {
      background: #E3F5FF;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 2.4rem 2rem;
      text-align: center;
    }

    .president-img-wrap {
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: #0D4B8D;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.2rem;
      border: 4px solid #fff;
      box-shadow: 0 4px 20px rgba(2,8,115,0.15);
      overflow: hidden;
    }

    .president-initials {
      font-family: 'Playfair Display', serif;
      font-size: 2.8rem;
      color: #fff;
      font-weight: 600;
    }

    .president-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      font-weight: 600;
      color: #020873;
      margin-bottom: 0.2rem;
    }

    .president-desig {
      font-size: 0.78rem;
      font-weight: 500;
      color: #E60023;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .divider-dot {
      width: 32px;
      height: 2px;
      background: #C1C2C2;
      border-radius: 1px;
      margin: 0.8rem auto;
    }

    .president-org {
      font-size: 0.8rem;
      color: #C1C2C2;
    }

    @media (max-width: 767px) {
      .msg-col {
        border-right: none;
        border-bottom: 1px solid #E3F5FF;
        padding: 2rem 1.5rem;
      }
      .img-col { padding: 2rem 1.5rem; }
    }