 :root {
      --blue-dark: #0b2b6b;
      --blue-darker: #040e2c;
      --blue-mid: #2563eb;
      --blue-light: #e5f0ff;
      --muted: #6b7280;
      --bg-soft: #f3f4f6;
      --card-radius: 1.25rem;
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background-color: #f8fafc;
      color: #0f172a;
      padding-top: 80px; /* for fixed navbar */
    }

    /* Navbar */
    .navbar {
      background-color: #ffffff;
    }
	.logo{
		height:60px;
	}

    .navbar-brand {
      font-weight: 700;
      letter-spacing: 0.04em;
      font-size: 1rem;
      text-transform: uppercase;
    }

    .navbar-brand .logo-box {
      width: 40px;
      height: 28px;
      border-radius: 0.5rem;
      background: var(--blue-mid);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.5rem;
      color: #fff;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .nav-link {
       font-weight: 600;
      color: #4b5563 !important;
	   font-size: 0.9rem;
	   margin-left: 2.5rem;
    }

    .nav-link:hover {
      color: #2563eb !important;
    }
	a.active {
      color: #2563eb !important;
    }
    .btn-pill {
      border-radius: 999px;
      padding-inline: 1.4rem;
      padding-block: 0.55rem;
      font-weight: 500;
    }

    /* Hero */
    .hero-section {
      background: radial-gradient(circle at top left, #1d4ed8 0, #0b2b6b 45%, #020617 100%);
      color: #ffffff;
      padding: 70px 0 80px;
      position: relative; /* needed for centered scroll hint */
    }

    .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: #1c469030;
  font-size: 1.1rem;
  font-weight:600;
  margin-bottom: 1rem;
  color: #8ec5ff;
  border: 2px solid #5c8bc9; 
}


    .hero-pill span.dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background-color: #22c55e;
    }

    .hero-title {
      font-size: clamp(6.0rem, 4vw, 3rem);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 1rem;
	  
    }

    .hero-highlight {
      color: #60a5fa;
    }

    .hero-subtitle {
      max-width: 520px;
      font-size: 0.98rem;
      color: #e5e7eb;
    }

    .hero-buttons .btn-outline-light {
      border-width: 1.5px;
    }

    /* row spacing under hero text */
.hero-metrics-row {
  margin-top: 2rem;
}

/* glass pill */
.hero-metric-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1.4rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgb(181 215 247 / 34%);       /* light transparent fill */
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #e5edff;
}

/* icon pill inside card */
.hero-metric-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(6, 182, 212, 0.5),   /* #06b6d4 with alpha */
    rgba(37, 99, 235, 0.5)    /* #2563eb with alpha */
  );
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;             /* SVG inherits */
  flex-shrink: 0;
}


/* text block */
.hero-metric-text {
  line-height: 1.2;
}

.hero-metric-value {
  font-size: 1.05rem;
  font-weight: 600;
}

.hero-metric-label {
  font-size: 0.82rem;
  color: rgba(226, 232, 240, 0.9);
}

/* small tweak for mobile */
@media (max-width: 767.98px) {
  .hero-metric-card {
    border-radius: 20px;
  }
}


  /*  .hero-right-card-wrapper {
      position: relative;
    }

    .hero-right-card {
      border-radius: 1.5rem;
      background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(37, 99, 235, 0.8));
      padding: 1.5rem 1.25rem;
      box-shadow: 0 30px 80px rgba(15, 23, 42, 0.7);
      max-width: 380px;
      margin-left: auto;
    }

    .hero-right-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1rem;
    }

    .hero-right-title {
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #cbd5f5;
      margin-bottom: 0.2rem;
    }

    .hero-right-sub {
      font-size: 1.02rem;
      font-weight: 600;
    }

    .hero-right-badge {
      background: rgba(15, 23, 42, 0.45);
      border-radius: 999px;
      padding: 0.35rem 0.85rem;
      font-size: 0.8rem;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
    }

    .hero-right-list {
      list-style: none;
      padding: 0;
      margin: 0 0 1.2rem;
      font-size: 0.88rem;
    }

    .hero-right-list li {
      display: flex;
      justify-content: space-between;
      padding: 0.25rem 0;
      border-bottom: 1px dashed rgba(148, 163, 184, 0.4);
    }*/

    .stars {
      color: #fbbf24;
      font-size: 0.75rem;
    }

    .hero-right-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.85rem;
      color: #cbd5f5;
      margin-top: 0.35rem;
    }

    .hero-right-highlight {
      font-size: 1.1rem;
      font-weight: 600;
    }

    /* centered + animated scroll hint */
    .hero-scroll-hint {
      position: absolute;
      left: 50%;
      bottom: 24px;
      transform: translateX(-50%);
      text-align: center;
      font-size: 0.8rem;
      color: #cbd5f5;
      opacity: 0.85;
      text-transform: uppercase;
      letter-spacing: 0.14em;
    }

    .hero-scroll-hint span.label {
      display: block;
    }

    .hero-scroll-hint .arrow {
      display: block;
      font-size: 1.3rem;
      margin-top: 0.3rem;
      animation: scrollBounce 1.4s infinite;
    }

    @keyframes scrollBounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(6px);
      }
    }

    /* Stats cards under hero */
    .stats-section {
      background-color: #ffffff;
      padding: 40px 0 50px;
    }

    .stats-card {
      border-radius: var(--card-radius);
      background-color: #ffffff;
      box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
      padding: 1.5rem;
      text-align: center;
      border: 1px solid #e5e7eb;
      height: 100%;
    }

    .stats-value {
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--blue-mid);
      margin-bottom: 0.35rem;
    }

    .stats-label {
      font-size: 0.9rem;
      color: #6b7280;
    }

    /* Section titles */
    section {
      padding: 60px 0;
    }

    .section-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.3rem 0.9rem;
      border-radius: 999px;
      background-color: #e0edff;
      color: #2467fc;
      font-size: 0.88rem;
      margin-bottom: 0.8rem;
    }

    .section-title {
      font-size: 1.7rem;
      font-weight: 700;
      margin-bottom: 0.35rem;
    }

    .section-subtitle {
      color: var(--muted);
      font-size: 0.95rem;
      max-width: 700px;
      margin: 0 auto;
	  margin-bottom: 50px;
    }

    /* Who we are */
    .who-section {
      background-color: #f9fafb;
    }

    .who-image-card {
      border-radius: var(--card-radius);
      overflow: hidden;
      background-color: #0f172a;
      box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
    }

    .who-img-top {
      position: relative;
      padding-top: 60%;
      background-image: url("https://images.pexels.com/photos/323705/pexels-photo-323705.jpeg?auto=compress&cs=tinysrgb&w=1200");
      background-size: cover;
      background-position: center;
    }

    .who-img-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(15, 23, 42, 0.7), transparent 50%);
    }

    .who-card-footer {
      padding: 1.2rem 1.4rem 1.4rem;
      background-color: #020617;
      color: #e5e7eb;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .who-year {
      font-size: 1.8rem;
      font-weight: 700;
      color: #bfdbfe;
    }

    .who-location {
      font-size: 0.85rem;
      color: #9ca3af;
      margin-top: 0.15rem;
    }

    .who-city {
      font-size: 0.95rem;
      font-weight: 500;
    }

    .info-card {
      border-radius: var(--card-radius);
      background-color: #ffffff;
      padding: 1.3rem 1.4rem;
      border: 1px solid #e5e7eb;
      margin-bottom: 1rem;
      box-shadow: 0 12px 30px rgba(15, 23, 42, 0.03);
    }

    .info-card h5 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.35rem;
    }

    .info-card p {
      font-size: 0.9rem;
      color: var(--muted);
      margin-bottom: 0;
    }

    .cta-card-dark {
      border-radius: var(--card-radius);
      padding: 1.6rem 1.6rem 1.5rem;
      background: linear-gradient(135deg, #0b2b6b, #1d4ed8);
      color: #e5e7eb;
    }

    .cta-card-dark p {
      font-size: 0.9rem;
      margin-bottom: 0.7rem;
      color: #e5e7eb;
    }

    .cta-card-dark .btn {
      border-radius: 999px;
      font-size: 0.88rem;
      padding-inline: 1.4rem;
    }

    /* Trusted advisors band */
    .trusted-section {
      background: linear-gradient(to right, #020617, #0b2a5f);
      color: #e5e7eb;
      padding: 70px 0;
    }

    .trusted-section h2 {
      color: #ffffff;
      margin-bottom: 0.7rem;
    }

    .trusted-section p {
      font-size: 0.95rem;
      color: #e5e7eb;
    }

    .trusted-cta-card {
      border-radius: var(--card-radius);
      background-color: #ffffff;
      color: #0f172a;
      padding: 1.7rem 1.8rem;
      box-shadow: 0 18px 50px rgba(15, 23, 42, 0.6);
    }

    .trusted-cta-card p {
      font-size: 0.9rem;
      color: #4b5563;
    }

    /* What sets us apart */
    .features-section {
      background-color: #f9fafb;
    }

    .feature-card {
      border-radius: var(--card-radius);
      background-color: #ffffff;
      border: 1px solid #e5e7eb;
      padding: 1.6rem 1.6rem 1.4rem;
      height: 100%;
      box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
    }

    .feature-icon {
      width: 40px;
      height: 40px;
      border-radius: 0.8rem;
      background-color: #eef2ff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      font-size: 1.3rem;
      color: var(--blue-mid);
    }

    .feature-card h5 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.4rem;
    }

    .feature-card p {
      font-size: 0.9rem;
      color: var(--muted);
    }

    .site-footer {
  background-color: #020617;   /* deep navy */
  color: #9ca3af;
  padding: 3rem 0 2rem;
  font-size: 0.875rem;
}

.footer-top {
  margin-bottom: 2.2rem;
}

/* small MAP wordmark */
.footer-logo-text {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #60a5fa;
  font-weight: 600;
  margin-bottom: 1.1rem;
}

.footer-description {
  max-width: 340px;
  line-height: 1.6;
}

/* icon row under description (building / socials) */
.footer-icon-row {
  margin-top: 1.4rem;
}

.footer-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #60a5fa; /* SVGs will inherit if you use currentColor */
  margin-right: 10px;
}

/* middle + right columns */
.footer-heading {
  font-size: 0.9rem;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 0.9rem;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 0.4rem;
}

.footer-links a {
  color: #e5e7eb;
  text-decoration: none;
}

.footer-links a:hover {
  color: #60a5fa;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.45rem;
}

.footer-contact span {
  line-height: 1.5;
}
.footerlogo{
	height:50px !important;
}
/* bottom strip */
.footer-bottom {
  border-top: 1px solid #111827;
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.footer-copy {
  font-size: 0.8rem;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.8rem;
}
.footer-bottom-links a{
	color: #9ca3af !important;
  text-decoration: none;
}
.footer-bottom-links a:hover {
	color: #fff !important;
  text-decoration: none;
}
.footer-contact li a{
	color: #9ca3af !important;
  text-decoration: none;
}
.footer-contact li a:hover {
	color: #fff !important;
  text-decoration: none;
}
.footer-links a {
	color: #9ca3af !important;
  text-decoration: none;
}
.footer-links li a {
	color: #9ca3af !important;
  text-decoration: none;
}
.footer-links li a:hover {
	color: #fff !important;
  text-decoration: none;
}
.footer-bottom-links a {
  color: #9ca3af !important;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #e5e7eb;
}

.footer-separator {
  width: 1px;
  height: 14px;
  background: #1f2937;
}

/* mobile tweaks */
@media (max-width: 767.98px) {
  .footer-top {
    text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
  }

  .footer-bottom-links {
    gap: 1rem;
  }
  .hero-title {
    font-size: clamp(3.0rem, 4vw, 3rem);
  }
  .hero-scroll-hint {
    position: absolute;
  left: 30%;}
}


    /* Scroll reveal animation */
    .scroll-reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }

    .scroll-reveal.sr-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .sr-delay-1 { transition-delay: 0.15s; }
    .sr-delay-2 { transition-delay: 0.3s; }
    .sr-delay-3 { transition-delay: 0.45s; }

    @media (max-width: 991.98px) {
      .hero-section {
        padding-top: 50px;
      }

      .hero-right-card {
        margin: 40px auto 0;
      }

      .hero-metric-card {
        margin-top: 0.9rem;
      }

      .trusted-cta-card {
        margin-top: 2rem;
      }
    }
.features-section {
  position: relative;
  padding: 50px 0 120px;
  background: #f9fafb;      /* light background like in the design */
  overflow: hidden;         /* hide edges of the circle */
}

/* grey circle image at the bottom-left */
.features-section::before {
  content: "";
  position: absolute;
  left: -120px;             /* tweak these values if needed */
  bottom: -160px;
  width: 520px;             /* size of the circle */
  height: 520px;
  background-image: url("../images/bottomcircle.png"); /* make sure the path is correct */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

/* make sure content sits above the circle */
.features-section .container {
  position: relative;
  z-index: 1;
}

/* Section heading */
.features-section .section-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.features-section .section-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto 3rem;
}

/* Cards */
.feature-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px 30px 32px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.12);
  height: 100%;
}

.feature-card h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0;
}

/* Icon pill on top of each card */
.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #22c1c3, #2563eb);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  color: #ffffff;           
}


.feature-icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
/* Metrics strip above bottom section */
.metrics-strip {
  position: relative;
  padding: 60px 0 70px;
  background: #f9fafb;   /* same light bg as bottom section so it blends */
}

/* Individual metric cards */
.metric-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 38px 30px 26px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
  height: 100%;
}

/* Icon pill */
.metric-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.4rem;
  color: #ffffff;                 /* SVG inherits this */
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.45);
}

/* Different gradients per icon (optional, like in the design) */
.metric-icon-1 {
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
}
.metric-icon-2 {
  background: linear-gradient(135deg, #0ca9e5, #0ca9e5);
}
.metric-icon-3 {
  background: linear-gradient(135deg, #1d4ed8, #312e81);
}
.metric-icon-4 {
  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
}

/* Number + label */
.metric-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.2rem;
}

.metric-label {
  font-size: 0.88rem;
  color: #6b7280;
}
.who-section {
  position: relative;   
  overflow: hidden;  
padding: 120px 0; 
}

.who-section-home::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;               /* now this is the top of .who-section, not the hero */
  width: 450px;
  height: 341px;
  background-image: url(../images/topcircle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}
.who-section {
  position: relative;
  padding: 80px 0 90px;
  background: #f9fafb;
  overflow: hidden;
}

/* LEFT big card */
.who-main-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
  background: #0f172a;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.who-main-media {
  position: relative;
  overflow: hidden;
}

.who-main-img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* blue overlay: transparent at top → strong blue at bottom */
.who-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.0) 0%,
    rgba(37, 99, 235, 0.45) 55%,
    rgba(15, 23, 42, 0.96) 100%
  );
  pointer-events: none;
}

/* floating year badge */
.who-year-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0.9rem 1.3rem;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  text-align: left;
}

.who-year-number {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2563eb;
}

.who-year-location {
  font-size: 0.8rem;
  color: #6b7280;
}

/* footer text inside left card */
.who-main-card {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 5px 40px rgb(31 83 221 / 23%);
  background: #0f172a;
}

.who-main-media {
  position: relative;
  overflow: hidden;
}

.who-main-footer {
  position: absolute;
  left: 1.8rem;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 2;
}

.who-main-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.who-main-text {
  font-size: 0.9rem;
  color: #e5e7eb;
  margin: 0;
}


/* RIGHT column shared card styles */
.who-side-card {
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
  overflow: hidden;
}

/* top primary card with image */
.who-side-card-primary {
  padding: 0;
}

.who-side-media {
  position: relative;
  overflow: hidden;
}

.who-side-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* dark blue overlay for top right image */
.who-side-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(30, 64, 175, 0.95) 0%,
    rgba(30, 64, 175, 0.3) 60%,
    rgba(30, 64, 175, 0) 100%
  );
  mix-blend-mode: multiply;
}

/* pill on image */
.who-side-pill {
  position: absolute;
  left: 1.4rem;
  bottom: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.65);
  color: #ffffff;
  font-size: 0.8rem;
}

.who-side-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* body of right cards */
.who-side-body {
  padding: 2.8rem 1.7rem 1.6rem;
}

.who-side-body h5 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.who-side-body p {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

/* dark CTA card */
.who-cta-card {
  background: radial-gradient(circle at top left, #1d4ed8, #020617);
  color: #e5e7eb;
}

.who-cta-card p {
  color: #cbd5f5;
}

.who-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.9rem;
  font-size: 0.9rem;
  color: #38bdf8;
  text-decoration: none;
}

.who-cta-link:hover {
  color: #7dd3fc;
}

.who-cta-arrow {
  font-size: 1rem;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
  .who-main-img {
    height: 360px;
  }
}
/* inline layout for icon + text */
.who-side-body-inline {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* blue pill behind the icon – same style as metrics */
.who-side-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d4ed8, #2563eb); /* tweak if needed */
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;         /* SVG uses currentColor */
  flex-shrink: 0;
}

/* keep title / text looking nice next to the icon */
.who-side-body-inline h5 {
  margin-top: 0.15rem;    /* nudge down slightly */
}
.hero-right-card-wrapper {
  position: relative;
}

/* glass card */
.hero-right-card {
  position: relative;
  border-radius: 26px;
  padding: 1.6rem 1.9rem 1.8rem;
  background: rgb(181 215 247 / 34%);
  border: 1px solid rgba(148, 163, 184, 0.5);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  color: #e5edff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.6);
  overflow: hidden;
}

/* top row */
.hero-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.1rem;
}

.hero-right-main-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

/* icon pill */
.hero-right-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; 
  flex-shrink: 0;
}

/* title/sub */
.hero-right-title {
  font-size: 1rem;
  font-weight: 600;
}
.hero-right-sub {
  font-size: 0.85rem;
  color: #c7d2fe;
}

/* 95% badge */
.hero-right-badge {
  position: absolute;
  top: -32px;
  right: -20px;
  padding: 1.85rem 1.5rem;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.8),   /* #2563eb with alpha */
    rgba(29, 78, 216, 0.8)    /* #1d4ed8 with alpha */
  );
  color: #ffffff;
  text-align: center;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.5);
  z-index: 11;
}


.hero-badge-value {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.hero-badge-label {
  font-size: 0.75rem;
  opacity: 0.9;
}

/* list + dots */
.hero-right-list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 1.2rem;
}

.hero-right-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  margin-bottom: 0.5rem;
  color: #e5e7eb;
}

.hero-dot-row {
  display: inline-flex;
  gap: 0.18rem;
}

.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.6);
}

.hero-dot-active {
  background: #51a2ff;
}
.hero-dot-active1{
background: #00d3f3;
}
.hero-dot-active2{
background: #8ec5ff;
}
.hero-dot-alt {
  background: #22c55e;
}

/* small hint line inside card */
.hero-right-hint {
  font-size: 0.78rem;
  color: #9ca3af;
}

/* bottom badge */
.hero-bottom-badge {
  position: absolute;
  left: -10px;
  bottom: -22px;
  padding: 1.6rem 1.4rem;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(6, 182, 212, 0.6),   /* #06b6d4 with 0.8 alpha */
    rgba(37, 99, 235, 0.6)    /* #2563eb with 0.8 alpha */
  );
  color: #ffffff;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.6);
}


.hero-bottom-value {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.hero-bottom-label {
  font-size: 0.75rem;
  opacity: 0.9;
}

/* responsive tweak */
@media (max-width: 991.98px) {
  .hero-right-badge {
    top: -18px;
    right: 16px;
  }
  .hero-bottom-badge {
    left: 4px;
    bottom: -20px;
  }
}
/* Make parent li a positioning context */
.navbar-nav > li {
    position: relative;
}

/* Submenu base style (the inner <ul>) */
.navbar-nav > li > ul {
    position: absolute;
    top: 100%;               /* just under the parent link */
    left: 0;
    min-width: 200px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 9999;
}

/* Show on hover / focus */
.navbar-nav > li:hover > ul,
.navbar-nav > li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu items */
.navbar-nav > li > ul > li {
    width: 100%;
}

/* Submenu links */
.navbar-nav > li > ul > li > a,
.navbar-nav > li > ul > li {
    display: block;
    padding: 8px 16px;
    font-size: 0.95rem;
    color: #0f172a; /* dark slate */
    text-decoration: none;
    white-space: nowrap;
}

/* Hover style for submenu links */
.navbar-nav > li > ul > li > a:hover,
.navbar-nav > li > ul > li:hover {
    background: #f1f5f9;
    color: #0f172a;
}

/* Better behavior when navbar is collapsed (mobile) */
@media (max-width: 991.98px) {
    .navbar-nav > li > ul {
        position: static;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding-left: 1rem;
    }
}
