    :root{
      --brand:#0b5ed7;        /* primary */
      --brand-dark:#0a4fb6;
      --accent:#22c55e;       /* success accent */
      --text:#0B1E27;
      --muted:#555555;
      --bg:#f7f9fc;
    }
    body{color:var(--text); background:var(--bg);}
    .navbar{background:#fff; box-shadow:0 1px 12px rgba(0,0,0,.06);}
    .navbar .btn-apply{border-radius:50px; padding:.5rem 1rem;}
    .hero{
      background:linear-gradient(180deg, #f9fbff 0%, #eef4ff 100%);
      position:relative;
      overflow:hidden;
      /* height:80vh; */
    }

    .text-secondary {
    color: #444 !important;
}

.mb8 {margin-bottom:8px;}

p {margin-bottom: 10px !important;}

    .hero:before{
      content:"";
      position:absolute; inset:-20% -10% auto -10%;
      height:70%; background:radial-gradient(60% 50% at 50% 20%, rgba(0,0,0,.08), transparent);
        /* height:70%; background:radial-gradient(60% 50% at 50% 20%, rgba(34,197,94,.12), transparent); */
      pointer-events:none;
    }

    .mt25 {margin-top:25px;}

  h5 {font-weight:700; font-size:24px; line-height:30px; margin-bottom:20px;}

    h6 {font-weight:700; font-size:20px; line-height:30px; margin-bottom:10px;}

        .head-text1 {font-weight:700; font-size:20px;}

    .head-text2 {font-weight:600 !important; font-size:18px;}

.mt10 {margin-top:10px;}
    .hero h1{font-weight:700; }

      .display-5 {font-weight:700; line-height:55px; font-size:40px;}

        .display-6 {font-weight:600; line-height:30px; font-size:18px; margin-bottom: 8px; margin-top: 15px;}


        .client-logos img {width: 234px;}


      .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color:#0B1E27 !important;
}

.green-btn {
    background-color: #13ce7a;
    font-size: 18px;
    border: 1px solid #13ce7a;
    font-weight: 600;
    color:#fff;
    line-height: 18px;
    border-radius: 8px;
    padding: 12px; 
}

.green-btn:hover {
    background-color: #137499;
    border: 1px solid #137499;
 
}


.blue-btn-outline {
    background-color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    font-weight: 600;
    color:#137499;
    line-height: 18px;
    border-radius:8px;
    padding: 5px 10px; 
    text-decoration:none;
}

.blue-btn-outline:hover {
    background-color: #137499;
    border: 1px solid #137499;
    color:#fff;
 
}

.numbers { align-items: center;
    display: flex; background-color: #137499;
    width: 40px;
    justify-content: center;
    font-size: 20px;}


.blue-btn {
    display: block;
    width: 100%;
    background-color: #137499;
    font-size: 18px;
    border: 1px solid #137499;
    font-weight: 600;
    color:#fff;
    line-height: 18px;
    border-radius:8px;
    padding: 12px 10px 14px 10px;
    text-decoration:none;
}

.blue-btn:hover {
    background-color: #3a89a8;
    border: 1px solid #3a89a8;
    color:#fff;
 
}

.blue-btn2{
       background-color: #137499;
    font-size: 18px;
    border: 1px solid #137499;
    font-weight: 600;
    color:#fff;
    line-height: 18px;
    border-radius:50px;
    padding: 8px 40px 12px 40px;
    text-decoration:none;
    
}

.blue-btn2:hover {
    background-color: #3a89a8;
    border: 1px solid #3a89a8;
    color:#fff;
 
}



.blue-outline{
       background-color: #fff;
    font-size: 16px;
    border: 1px solid #137499;
    font-weight:600;
    color:#137499;
    line-height: 16px;
    border-radius:50px;
    padding: 8px 20px 12px 20px;
    text-decoration:none;
    
}

.blue-outline:hover {
    background-color: #3a89a8;
    border: 1px solid #3a89a8;
    color:#fff;
 
}





 .bar-section { background:#4fa5cc; color:#fff; font-size:18px; }

    .check-list li{margin-bottom:.5rem;     font-size: 18px;
    font-weight: 500;}
    .check-list i{color:var(--accent); margin-right:.5rem;}
    .card-form{ z-index: 9;
    position: relative;
      background:#fff; border:1px solid #e5e7eb; border-radius:14px;
      box-shadow:0 10px 30px rgba(0,0,0,.06);
    }
    .card-form .form-control, .card-form .form-select{border-radius:.6rem;}

    .py-7 {padding-top:77px; padding-bottom:77px;}


     .trust-logos img{height:45px;}

    .trust-logos img:hover{opacity:0.5; transition:opacity .2s;}

    .trust-logos img:hover{opacity:1; filter:none;}
    .feature-card{
      background:#fff; border:1px solid #e5e7eb; border-radius:14px; height:100%;
      transition:transform .2s, box-shadow .2s;
    }
    .feature-card:hover{transform:translateY(-3px); box-shadow:0 10px 30px rgba(0,0,0,.08);}
    .icon-badge{
      width:80px; height:80px; border-radius:12px; display:flex; align-items:center; justify-content:center;
      background:rgba(11,94,215,.1); color:var(--brand);
    }

    .icon-badge2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 94, 215, .1);
    color: var(--brand);
}

   .icon-badge2 .bi-check-circle-fill {
   font-size:24px;
       color: #137499;
}


    .steps .step{
      position:relative; padding:1.2rem; background:#fff; border:1px solid #e5e7eb; border-radius:12px;
    }
    .cta-band{
      background:#137499;
      color:#fff; border-radius:18px;
    }
    .footer-cta{background:#137499;}
    .btn-apply-footer{
            background-color:#00222f;
      border: 1px solid #00222f;
    font-size: 18px;
       font-weight: 600;
    color:#fff;
    line-height: 30px;
    border-radius:50px;
    padding: 12px 40px; 
      transition: transform .2s;
      text-decoration:none;
    }

    .btn-apply-footer:hover{
    background-color:#fff;
      border: 1px solid #fff;
      color:#00222f;
    }



    .btn-apply-footer:hover{transform: translateY(-2px);}
    .footer{background:#00222f; color:#cbd5e1;}
    .footer-link{color:#cbd5e1; text-decoration:none; font-weight:600;}
    .footer-link:hover{color:#fff; text-decoration:underline;}
    .faq .accordion-button:not(.collapsed){background:#f3f6ff; color:var(--text);}
    .small-muted{color:var(--muted); font-size:16px;}
    .badge-soft{
      background:#e8f3ff; color:var(--brand); border-radius:999px; font-weight:600; padding:.4rem .8rem;
    }
    .rating i{color:#fbbf24;}

    .testimonials-slider { position: relative; }
    .slider-window { overflow: hidden; }
    .slider-track { display: flex; gap: 1.5rem; transition: transform .5s ease; }
    .testimonial-card { flex: 0 0 calc(25% - 1.125rem); min-width: calc(25% - 1.125rem); }
    .slider-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid rgba(15, 23, 42, .12);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
      color: #0f172a;
      cursor: pointer;
      z-index: 2;
    }
    .slider-prev { left: -22px; }
    .slider-next { right: -22px; }
    .slider-control:hover { transform: translateY(-50%) scale(1.05); }

        .desktop-display-none {
        display: none !important;
    }


        .input-hint-group .field-hint {
      display: none;
      margin-top: 6px;
      color: #666;
      font-size: 12px;
    }

    .input-hint-group .form-control:focus + .field-hint {
      display: block;
    }

    


    @media (max-width: 1199px) {
      .testimonial-card { flex: 0 0 calc(50% - 1.5rem); min-width: calc(50% - 1.5rem); }
      .slider-prev { left: 0; }
      .slider-next { right: 0; }
    }
    @media (max-width: 767px) {
      .testimonial-card { flex: 0 0 100%; min-width: 100%; }
      .slider-control {
        width: 38px;
        height: 38px;
      }
      .slider-prev { left: 8px; }
      .slider-next { right: 8px; }
      .slider-control i {
        font-size: 1rem;
      }
    }

    @media (max-width: 767px) {
      .hero { padding-top: 3rem; padding-bottom: 3rem; }
      .hero h1, .display-5 { font-size: 2rem; line-height: 2.5rem; }
      .lead { font-size: 16px; line-height: 24px; }
      .badge-soft { font-size: 14px; padding: .35rem .7rem; }
      .card-form { padding: 1.5rem !important; }
      .card-form .form-control, .card-form .form-select { font-size: 16px; }
      .feature-card, .steps .step, .testimonial-card { padding: 1.25rem; }
      .feature-card { border-radius: 16px; }
      .steps .step { padding: 1rem; }
      .bar-section { flex-direction: column; align-items: stretch; text-align: left; }
      .bar-section span { width: 100%; }
      .trust-logos { justify-content: center; }
      .footer-cta, .footer { padding-left: 1rem; padding-right: 1rem; }
      .footer .row { text-align: left; }
      .footer-link { display: inline-block; margin-bottom: .75rem; }
      .footer .col-md-6.text-md-end { text-align: left !important; }
    }

    @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      justify-content: flex-end;
    }

   
}


    @media (max-width: 991px) {
    .navbar-expand-lg .navbar-collapse {
      justify-content: flex-end;
    }

    .hero {
    height: auto;
}
}


@media (max-width: 600px) {
    .hero h1, .display-5 {
        font-size: 26px;
        line-height: 36px;
    }

    .mobile-display-none {
        display: none !important;
    }


     .client-logos img {width: 180px;}

    .py-7 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.bar-section {
    font-size: 16px;
    gap: 10px !important;
}



.card-form {
background: #fff;
    /* background: linear-gradient(180deg, rgba(19, 116, 153, 0.2) 0%, rgba(17, 167, 99, 0.3) 100%); */
}



    .bar-section span {
        width: 100%;
        padding: 0px 10px;
    }

    .check-list li {
    font-size: 15px;

}
    .card-form {
        padding: 15px !important;
    }

h5 {

    margin-bottom: 0px;
        font-size: 20px;
}

    .trust-logos {
        justify-content: left;
    }


.desktop-display-none {
        display: block !important;
    }

    .mt0 {margin-top:0px !important;}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.hero:before {
 background:none
}

}


@media (max-width: 400px) {
    .check-list li {
        font-size: 14px;
    }

       .client-logos img {width: 160px;}


}