 :root {
      --primary: #2250f4;
      --primary-soft: #edf2ff;
      --primary-dark: rgb(24, 39, 75);
      --accent: #ffb600;
      --accent-soft: #ffe4d6;
      --bg-body: #f5f6fb;
      --bg-dark: #034672;
      --text-main: #1b2559;
      --text-muted: #555;
      --border-subtle: #e0e4f0;
      --card-radius: 18px;
      --shadow-soft: 0 18px 45px rgba(11, 15, 40, 0.12);
    }

    * {
      box-sizing: border-box;
    }

    body {
      font-family: "Poppins", sans-serif;
      color: var(--text-main);
      line-height: 1.5;
    }

    .orange-clr{
        color: var(--accent);
    }
    .form-control:focus, .form-select:focus{
      box-shadow: none;
    }

    .page-wrapper {
      min-height: 100vh;
      background: transparent;
    }

    .hero {
      padding: 20px 0 80px;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      color: #ffffff;
    }

    .hero-heading {
      font-weight: 800;
      font-size: 2.75rem;
      line-height: 1.35;
      color: #ffffff;
      margin-top: 50px;
      margin-bottom: 12px;
    }

    .hero-subtitle {
      font-size: 1.35rem;
      color: #d3ddff;
      max-width: 920px;
      margin: 0 auto 30px;
    }

    .btn-primary-main {
      background: var(--accent);
      border-color: var(--accent);
      color: #202020;
      font-weight: 600;
      border-radius: 30px;
      padding: 14px 26px;
      font-size: 1rem;
      box-shadow: 0 12px 25px rgba(255, 107, 53, 0.45);
    }

    .btn-primary-main:hover {
      background: #ecaa01;
      border-color: #ecaa01;
      color: #202020;
    }

    .btn-link-audio {
      font-size: 0.78rem;
      border-radius: 20px;
      padding: 6px 14px;
      color: var(--text-muted);
      background-color: #fff;
      border: 1px solid var(--border-subtle);
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .btn-link-audio i {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: var(--primary-soft);
      display: inline-block;
      position: relative;
    }

    .btn-link-audio i::before {
      content: "";
      position: absolute;
      inset: 4px;
      border-radius: inherit;
      background: var(--primary);
      clip-path: polygon(30% 20%, 30% 80%, 80% 50%);
    }

    .pill-label {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      background-color: rgba(9, 17, 51, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.18);
      color: #f5f7ff;
    }

    .pill-label span:first-child {
      width: 18px;
      height: 18px;
      border-radius: 999px;
      background: #1c47ff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 0.62rem;
      font-weight: 700;
    }

    .section {
      padding: 100px 0;
    }

    .section-heading {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--text-main);
    }

    .section-subtitle {
      font-size: 1.125rem;
      color: var(--text-muted);
    }

    .info-card {
      border-radius: var(--card-radius);
      background-color: #fff;
      /* border: 1px solid rgba(224, 228, 240, 0.9); */
      padding: 18px 18px 16px;
      /* box-shadow: 0 16px 40px rgba(17, 28, 68, 0.05); */
    }

    .info-card + .info-card {
      margin-top: 10px;
    }

    .info-icon {
      width: 45px;
      height: 45px;
      border-radius: 12px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: var(--primary);
      margin-bottom: 8px;
    }

    .info-card h5 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 4px;
      color: var(--text-main);
    }

    .info-card p {
      font-size: 0.9rem;
      color: #444;
      margin-bottom: 0;
    }

    .advantage-section {
      background: #f8f9ff;
    }

    .advantage-card {
      border-radius: var(--card-radius);
      background-color: #fff;
      border: 1px solid var(--border-subtle);
      padding: 25px 30px 25px;
      box-shadow: 0 14px 32px rgba(23, 32, 77, 0.06);
    }

    .badge-icon {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      background: #ff7a28;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      color: #ff7b2c;
      margin-bottom: 16px;
    }

    .badge-icon.blue {
      background: #0d3d6b;
      color: var(--primary);
    }

    .trusted-section {
      padding: 60px 0 70px;
    }

    .trusted-wrapper {
      background: var(--bg-dark);
      border-radius: 28px;
      padding: 32px 28px;
      margin: 0 auto;
      color: #f3f7ff;
      box-shadow: var(--shadow-soft);
    }

    .trusted-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 4px 12px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 1rem;
      margin-bottom: 10px;
    }

    .trusted-title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .trusted-desc {
      font-size: 1rem;
      color: #bac2ff;
      max-width: 600px;
      margin-inline: auto;
      margin-bottom: 18px;
    }

    .trusted-article-card {
      border-radius: 20px;
      border: 1px solid rgba(250, 250, 255, 0.08);
      background: radial-gradient(circle at 0 0, rgba(61, 84, 255, 0.2), rgba(18, 22, 53, 0.95));
      padding: 30px 30px;
    }

    .trusted-article-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .bullet-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 14px;
      font-size: 0.82rem;
    }

    .bullet-list li {
      position: relative;
      padding-left: 18px;
      margin-bottom: 6px;
      font-size: 1.125rem;
    }

    .bullet-list li::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #33e1b5;
      position: absolute;
      left: 0;
      top: 7px;
    }

    .btn-outline-light-soft {
      border-radius: 20px;
      padding: 12px 30px;
      font-size: 1.125rem;
      border: 1px solid rgba(226, 233, 255, 0.5);
      color: #f3f7ff;
      background: rgba(26, 36, 82, 0.8);
    }

    .btn-outline-light-soft:hover {
      color: #fff;
      background: #1c6899;
      border-color: #1c6899;
    }

    .funding-section {
      background: #f7f8ff;
    }

    .feature-pill {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 25px 15px 20px;
      border-radius: 18px;
      border: 1px solid var(--border-subtle);
      background-color: #fff;
      box-shadow: 0 14px 34px rgba(18, 35, 89, 0.08);
      height: 100%;
    }

    .feature-icon {
      width: 50px;
      height: 50px;
      border-radius: 12px;
      background: var(--primary-soft);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      color: var(--primary);
      margin-bottom: 8px;
    }

    .feature-pill h6 {
      font-size: 1rem;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 6px;
    }

    .feature-pill span {
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .explore-card {
      border-radius: 18px;
      padding: 30px 30px 25px;
      background: #fff;
      border: 1px solid var(--border-subtle);
      box-shadow: 0 16px 38px rgba(20, 28, 70, 0.07);
      background-image: linear-gradient(to bottom right, #eff6ff, #fff7ed);
    }

    .explore-card h5 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .explore-options .btn-outline-secondary {
      width: 100%;
      justify-content: space-between;
      border-radius: 999px;
      padding: 7px 13px;
      font-size: 0.8rem;
      border-color: #d8def2;
      color: var(--text-main);
      background: #f8faff;
    }

    .explore-options .btn-outline-secondary + .btn-outline-secondary {
      margin-top: 8px;
    }

    .explore-options .btn-outline-secondary span:last-child {
      font-size: 0.7rem;
      color: var(--text-muted);
    }

    .cta-section {
      padding: 65px 0 70px;
    }

    .cta-card {
      border-radius: 24px;
      padding: 24px 26px 26px;
      background: #fff;
      border: 1px solid var(--border-subtle);
      box-shadow: 0 18px 45px rgba(21, 29, 74, 0.08);
      max-width: 1000px;
      margin: 0 auto;
    }

    .cta-form .form-control,
    .cta-form .form-select {
      border-radius: 12px;
      font-size: 1rem;
      padding: 10px 16px;
      border-color: #d6ddf0;
    }

    .cta-form label {
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--text-main);
      margin-bottom: 4px;
    }

    .btn-cta-submit {
      border-radius: 999px;
      width: 100%;
      padding: 14px 24px;
      font-size: 0.9rem;
      font-weight: 600;
      background: var(--bg-dark);
      border-color: var(--bg-dark);
      color: #fff;
      max-width: 500px;
      margin: 0 auto;
    }

    .btn-cta-submit:hover {
      background: #1c6899;
      border-color: #1c6899;
      color: #fff;
    }

    .testimonials-section {
      padding: 65px 0 70px;
      background: #f7f8ff;
    }

    .testimonial-card {
      border-radius: 20px;
      padding: 18px 18px 16px;
      background: #fff;
      border: 1px solid var(--border-subtle);
      box-shadow: 0 16px 38px rgba(20, 29, 72, 0.06);
      height: 100%;
      font-size: 1rem;
    }

    .star-row {
      font-size: 1.5rem;
      color: #00b67a;
      margin-bottom: 8px;
    }

    .quote-mark {
      font-size: 1.6rem;
      line-height: 1;
      color: var(--primary);
      margin-bottom: 16px;
    }

    .testimonial-body {
      color: var(--text-main);
      margin-bottom: 12px;
    }

    .testimonial-name {
      font-weight: 700;
      font-size: 1rem;
    }

    .testimonial-role {
      font-size: 0.85rem;
      color: var(--text-muted);
    }

    .reviews-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 20px;
      border-radius: 999px;
      background: #fff;
      border: 1px solid #f0d48a;
      font-size: 1.125rem;
      font-weight: 500;
      margin-top: 18px;
      box-shadow: 0 10px 26px rgba(158, 131, 43, 0.3);
    }

    .reviews-pill .star-row {
      margin: 0;
    }

    footer {
      background: #070b1a;
      color: #c6c8e1;
      font-size: 0.9rem;
      padding-top: 26px;
    }

    .footer-main {
      padding: 22px 15px 22px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    }

    .footer-links a {
      color: #a9aedc;
      text-decoration: none;
      font-size: 0.9rem;
      margin-right: 14px;
    }

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

    .footer-bottom {
      padding: 16px 0 18px;
      font-size: 0.76rem;
      color: #7e82a9;
    }

    @media (max-width: 991.98px) {
      .hero {
        padding-bottom: 54px;
      }

      .trusted-wrapper {
        border-radius: 24px;
      }
    }

    @media (max-width: 767.98px) {
      .hero-heading {
        font-size: 2rem;
      }
      .hero-subtitle{
        font-size: 1.125rem;
      }

      .section {
        padding: 42px 0;
      }

      .funding-section,
      .testimonials-section,
      .cta-section {
        padding: 48px 0 56px;
      }
    }

    .agree-checkbox-div {
        display: inline-flex;
        gap: 8px;

        label{
          font-weight: 400;
          font-size: 12px;
        }
    }

    .agree-checkbox-div input[type="checkbox"] {
      border: 1px solid #006799;
      background-color: #006799;
      width: 24px;
      height: 24px;
      border-radius: 0;
      cursor: pointer;
      margin: 0;
    }