@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

body {
    font-family: "Poppins", sans-serif;
}

header .navbar-bg, .top-nav {
    background-image: url(../img/header-bg.png);
    background-size: cover;
    background-position: center center;
    padding: 16px 0px;
    background: linear-gradient(90deg, #020E2C 0%, #065BBE 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.btn-white {
    background-color: #FFFFFF;
    border-radius: 62px;
    color: #020E2C;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 30px;
}

.left-navbar {
    align-items: center;
    gap: 25px;
}

nav.navbar a {
    color: #020E2C;
    position: relative;
    font-weight: 500;
    padding: 0;
}

nav.navbar li {
    margin: 0px 4px;
}

.navbar-nav {
    margin-top: 0 !important;
}

a.navbar-brand {
    margin-right: 0;
}

.left-navbar a:first-child img {
    width: 25px;
}

.left-navbar a:first-child {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.home-banner {
    background-image: url(../img/hero-sec-2.png);
    background-size: cover;
    background-position: center bottom;
    padding: 150px 0px;
}

.contact-banner {
    background-image: url(../img/contact-banner.png);
    background-size: cover;
    background-position: center top;
    padding: 200px 0px;
}

ul {
    padding: 0;
    list-style: none;
}

span.tag {
    border: 1px solid #0033E6;
    color: #0033E6;
    border-radius: 60px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #F2F5FE;
    font-weight: 400;
    margin-bottom: 20px;
}

section.home-banner h1 {
    color: #000D30;
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 45px;
}

section.home-banner h1 span {
    color: #0033E6;
    position: relative;
}

section.home-banner h1 span:before {
    display: none;
    position: absolute;
    content: "";
    width: 390px;
    height: 100%;
    background-image: url(../img/heading-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: -15px;
    background-position: bottom;
}

section.home-banner h5 {
    color: #000D30;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 12px;
}

section.home-banner p {
    color: #000D30;
    opacity: 1 !important;
    font-size: 18px;
    max-width: 600px;
    line-height: 30px;
}

section.home-banner ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000D30;
    font-size: 18px;
    margin-bottom: 15px;
}

section.home-banner ul li img {
    width: 25px;
}

section.home-banner ul {
    margin-top: 25px;
}

.btn-blue {
    background-color: #0033E6;
    color: white;
    padding: 13px 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 2px solid #0033E6;
}

.btn-text-blue {
    border: 2px solid #0033E6;
    padding: 14px 12px;
    border-radius: 10px;
    color: #0033E6;
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
}

.btn-text-purple {
    border: 2px solid #9C3CF5;
    padding: 14px 18px;
    border-radius: 10px;
    color: #9C3CF5;
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

p.checking {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
}

.btn-text-blue:hover {
    background-color: #0033E6;
    color: white;
}

.btn-text-blue:hover img {
    filter: invert(1) brightness(100);
}

.btn-text-purple:hover {
    background-color: #9C3CF5;
    color: white;
}

.btn-text-purple:hover img {
    filter: invert(1) brightness(100);
}

.btn-text-purple img {
    height: 22px;
    object-fit: contain;
}

.trust-pilot {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.trust-pilot img {
    border-radius: 20px !important;
    max-width: 300px;
}

/* Features */
.features {
    padding: 150px 0 150px;
}

.feature-card {
    border: 2px solid #DDE6EA;
    border-radius: 40px;
    padding: 30px;
    height: 100%;
    display: flex;
    gap: 30px;
}

.feature-card .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex: 0 0 100px;
}

.feature-card .icon img {
    width: 50px;
    object-fit: contain;
}

.feature-card h4 {
    color: #000D30;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 28px;
}

.feature-card p {
    color: #000D30;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.feature-card .arrow {
    color: #0033E6;
    font-size: 20px;
    margin-top: auto;
    text-align: right;
    display: block;
}

/* Reviews */
.reviews {
    padding: 0px 0 150px;
}

.reviews-box {
    border: 2px solid #DDE6EA;
    border-radius: 40px;
    padding: 40px;
    background: white;
}

.love-tag {
    border: 1px solid #0033E6;
    color: #0033E6;
    border-radius: 60px;
    display: inline-block;
    padding: 4px 16px;
    font-size: 13px;
    margin-bottom: 15px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.rating h2 {
    font-size: 70px;
    font-weight: 700;
    color: #000D30;
    margin: 0;
    line-height: 1;
}

.rating .out-of {
    font-weight: 600;
    color: #000D30;
    font-size: 18px;
}

.excellent {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    justify-content: space-between;
}

.excellent strong {
    font-size: 22px;
    color: #000D30;
}

.excellent img {
    height: 26px;
}

.based-on {
    color: #000D30;
    font-size: 15px;
    margin-bottom: 20px;
}

.based-on a {
    color: #0033E6;
    text-decoration: underline;
}

.tp-logo {
    max-width: 160px;
}

.review-list {
    padding-left: 15px;
}

.review-list .stars {
    height: 24px;
    margin-bottom: 12px;
    margin-top: 15px;
}

.review-list h6 {
    font-weight: 600;
    color: #000D30;
    font-size: 15px;
    margin-bottom: 10px;
}

.review-list p {
    color: #000D30;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    max-width: 260px;
}

.review-list .author {
    color: #000D30;
    font-size: 14px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E6E9F0;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.review-footer-center {
    justify-content: center;
    padding-left: 0;
}

.review-footer span {
    color: #000D30;
    font-size: 14px;
}

.review-footer a {
    color: #0033E6;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.col-lg-4:nth-child(1) .icon {
    background: #EAF0FE;
}

.col-lg-4:nth-child(2) .icon {
    background: #E7F6EE;
}

.col-lg-4:nth-child(3) .icon {
    background: #F3EAFE;
}

.review-summary {
    border-right: 1px solid #DDE6EA;
    padding-right: 30px;
}

/* Why Choose */
.why-choose {
    margin: 0 20px 40px 20px;
    padding: 100px 0;
    border-radius: 40px;
    background: linear-gradient(18deg, #E3ECFC, #F0F4FF);
}

.why-box {
    background-color: transparent !important;
    border-radius: 40px;
    padding: 50px;
}

.why-box .tag {
    margin-bottom: 20px;
}

.why-box h2 {
    color: #262E3D;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 18px;
}

.why-box>.row>.col-lg-4:first-child>p {
    color: #262E3D;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.why-box .btn-blue {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.why-list {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.why-item {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.why-item:last-child {
    margin-bottom: 0;
}

.why-item .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
}

.why-item .icon img {
    width: auto;
    object-fit: contain;
}

.why-text h5 {
    color: #000D30;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 6px;
}

.why-text p {
    color: #000D30;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.why-image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.why-item:nth-child(1) .icon {
    background: #E4ECFD;
}

.why-item:nth-child(2) .icon {
    background: #E7F6EE;
}

.why-item:nth-child(3) .icon {
    background: #F3EAFE;
}

.why-item:nth-child(4) .icon {
    background: #E4ECFD;
}

.why-list-col {
    border-left: 1px solid #DDE6EA;
}

/* Perfect Credit */
.perfect-credit {
    padding: 150px 0px;
}

.credit-row {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.credit-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
}

.credit-icon img {
    width: 60px;
    object-fit: contain;
}

.credit-text h3 {
    color: #000D30;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 12px;
}

.credit-text p {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
}

/* CTA Banner */
.cta-box {
    background-color: #061A54;
    border-radius: 40px;
    padding: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.cta-left-img {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

.cta-right-img {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
}

.cta-content h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 12px;
}

.cta-content>p {
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 25px;
}

.cta-box .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0033E6;
    border-radius: 10px;
    padding: 16px 20px;
}

.cta-note {
    color: #FFFFFF !important;
    font-size: 15px !important;
    margin: 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 400;
    margin-bottom: 0 !important;
}

/* Footer */
.site-footer {
    padding-bottom: 30px;
}

.footer-main {
    padding: 0px 0 20px;
}

.footer-logo img {
    max-width: 320px;
    margin-bottom: 20px;
}

.footer-main>div:first-child p {
    color: #000D30;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #061A54;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.social-icons a.tp-link {
    width: auto;
    height: auto;
    background: transparent;
}

.social-icons a.tp-link img {
    max-width: 120px;
}

.footer-main h5 {
    color: #000D30;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-main ul {
    margin: 0;
}

.footer-main ul li {
    margin-bottom: 12px;
}

.footer-main ul li a {
    color: #000D30;
    font-size: 15px;
}

.footer-main ul li a:hover {
    color: #0033E6;
}

.footer-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0033E6;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.footer-hours {
    color: #000D30;
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid #DDE6EA;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #000D30;
    font-size: 14px;
    font-weight: 500;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.footer-legal li a {
    color: #000D30;
    font-size: 14px;
    font-weight: 500;
}

.footer-legal li a:hover {
    color: #0033E6;
}

.footer-legal li:not(:last-child) {
    border-right: 1px solid #000D30;
    padding-right: 12px;
    line-height: 14px;
}

footer.site-footer {
    padding: 80px 0px 20px;
}

.btn-white:hover {
    background-color: #0033E6;
    color: white !important;
}

.btn-blue:hover {
    background-color: white;
    color: #0033E6;
}

nav.navbar a.btn-white {
    color: #020E2C;
}

/* Network Section */
.network {
    padding: 80px 0 120px;
}

.off-why.network{
    padding: 80px 0;
}

.network-intro h2 {
    color: #000D30;
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px;
}

.network-intro h2 span {
    color: #0033E6;
}

.network-intro>p {
    color: #000D30;
    font-size: 16px;
    line-height: 28px;
    max-width: 380px;
    margin-bottom: 30px;
}

.network-intro .btn-wrapper {
    margin-top: 25px;
}

.network-intro p.checking {
    font-size: 15px;
    margin-top: 30px;
    max-width: 100%;
}

.network-intro p.checking img {
    width: 22px;
}

.network-steps {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.net-step {
    border: 2px solid #E5E7EB;
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    flex: 1;
    min-width: 0;
    /* align-self: stretch; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F9FB;
    align-items: center;
    height: auto;
}

.net-step h5 {
    color: #000D30;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 8px;
}

.net-step h6 {
    color: #000D30;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
}

.net-step p {
    color: #6B7280;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.net-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #EAF0FE;
    color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto;
}

.net-doc {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #EEF2FF;
    color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 18px auto 0;
}

.net-connector {
    color: #0033E6;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
    flex: 0 0 auto;
}

.net-step-final {
    background: #0033E6;
    border-color: #0033E6;
    margin-left: 15px;
}

.net-step-final h5,
.net-step-final p,
.net-control {
    color: #FFFFFF;
}

.net-step-final p {
    color: #DCE4FF;
}

.net-trophy {
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 12px;
}

.net-stars {
    height: 26px;
    margin: 18px auto 12px;
    display: block;
}

.net-control {
    font-size: 14px;
}



.net-icon img {
    width: 50px;
}

span.net-connector img {
    width: 30px;
}

.net-doc img {
    width: 50px;
}

.network-intro {
    padding-right: 0;
}

.net-trophy img {
    width: 60px;
}

/* Network Benefits Bar */
.net-benefits {
    padding: 0 0 120px;
}

.net-benefits-box {
    background-color: #01154D;
    border-radius: 30px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

.net-benefit {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    position: relative;
    flex: 0 0 25%;
    border-right: 1px solid #DDE6EA;
    padding: 0px 30px;
}

.nb-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.nb-icon img {
    width: 32px;
    object-fit: contain;
}

.nb-text h5 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.nb-text p {
    color: #64748B;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 991px) {
    .net-benefits-box {
        flex-wrap: wrap;
    }

    .net-benefit {
        flex: 0 0 45%;
    }

    .net-benefit:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 575px) {
    .net-benefit {
        flex: 0 0 100%;
    }
}

/* Lending Partners */
.lending-partners {
    padding: 80px 0 80px;
    background-color: #F9FAFB;
}

.lp-head {
    text-align: center;
    margin-bottom: 40px;
}

.lp-head h2 {
    color: #000D30;
    font-weight: 700;
    font-size: 42px;
    margin-bottom: 12px;
}

.lp-head p {
    color: #6B7280;
    font-size: 16px;
    margin: 0;
}

.lp-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: stretch;
}

.lp-tier {
    flex: 0 0 200px;
    border-radius: 20px;
    padding: 30px 15px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.lp-tier-green {
    background-color: #16A34A;
}

.lp-tier-blue {
    background-color: #1D4ED8;
}

.lp-tier-orange {
    background-color: #F59E0B;
}

.lp-tier-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    line-height: 18px;
}

.lp-tier h3 {
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 14px;
}

.lp-tier p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    opacity: 0.95;
}

.lp-cards {
    flex: 1;
    display: grid;
    gap: 10px;
    min-width: 0;
}

.lp-cards-3 {
    grid-template-columns: repeat(3, 1fr);
}

.lp-cards-4 {
    grid-template-columns: repeat(4, 1fr);
}

.lp-cards-5 {
    grid-template-columns: repeat(5, 1fr);
}

.lp-card {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 25px 20px;
    background-color: #FFFFFF;
}

.lp-card h4 {
    color: #0033E6;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}

.lp-card ul {
    margin: 0;
}

.lp-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000D30;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}

.lp-card li:last-child {
    margin-bottom: 0;
}

.lp-card li i {
    color: #0033E6;
    font-size: 16px;
    margin-top: 2px;
    flex: 0 0 auto;
}

.lp-disclaimer {
    text-align: center;
    color: #64748B;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
    margin: 40px auto 0;
}

@media (max-width: 991px) {
    .lp-row {
        flex-direction: column;
    }

    .lp-tier {
        flex: 0 0 auto;
    }

    .lp-cards-3,
    .lp-cards-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {

    .lp-cards-3,
    .lp-cards-5 {
        grid-template-columns: 1fr;
    }
}

.lp-cards.lp-cards-3 .lp-card h4 {
    color: #312E81;
}

.lp-cards.lp-cards-5 .lp-card h4 {
    color: #047857;
    font-style: italic;
}

.lp-card li img {
    width: 18px;
    position: relative;
    top: 2px;
}

.stats-bar-section {
    padding: 60px 0 60px;
}

.stats-bar {
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    padding: 0 30px;
    /* flex: 0 0 25%; */
    padding-right: 0;
    width: 25%;
}

.stat-item:not(:last-child) {
    border-right: 1px solid #E5E7EB;
}

.stat-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #EAF0FE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 55px;
}

.stat-icon img {
    width: 35px;
    object-fit: contain;
}

.stat-text h5 {
    color: #111827;
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 2px;
}

.stat-text p {
    color: #6B7280;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

@media (max-width: 991px) {
    .stats-bar {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .stat-item {
        flex: 0 0 50%;
    }

    .stat-item:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 575px) {
    .stat-item {
        flex: 0 0 100%;
        border-right: none !important;
    }
}

/* Network CTA Banner */
.net-cta-section {
    padding: 0;
}

.net-cta-box {
    background-color: #01154D;
    border-radius: 30px;
    padding: 45px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.net-cta-content {
    flex: 1;
}

.net-cta-content h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 14px;
    max-width: 620px;
}

.net-cta-content>p {
    color: #C7D0E6;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    max-width: 520px;
}

.net-cta-points {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    flex-wrap: wrap;
}

.net-cta-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 15px;
}

.net-cta-points li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.net-cta-action {
    flex: 0 0 auto;
}

.net-cta-box .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0033E6;
    border-radius: 10px;
    padding: 16px 22px;
    font-weight: 600;
}

.net-cta-box .btn-white img {
    width: 18px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .net-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 35px;
    }

    .net-cta-content h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 575px) {
    .net-cta-points {
        gap: 12px 20px;
    }
}

/* Network-1 Hero */
.np-hero {
    padding: 80px 0;
    overflow: hidden;
}

.np-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 20px;
}

.np-hero-content h1 span {
    color: #0033E6;
}

.np-hero-content>p {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    max-width: 440px;
    margin-bottom: 30px;
}

.np-hero-content .btn-wrapper {
    margin-top: 25px;
}

.np-hero-content p.checking {
    font-size: 15px;
    margin-top: 30px;
}

.np-hero-content p.checking img {
    width: 22px;
}

.np-hero-media {
    position: relative;
}

.np-hero-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.np-hero-card {
    position: absolute;
    left: 50px;
    top: 100%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 13, 48, 0.12);
    padding: 30px 28px;
    max-width: 300px;
    text-align: center;
}

.np-card-icon {
    margin-bottom: 15px;
}

.np-card-icon img {
    width: 50px;
}

.np-hero-card h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.np-hero-card p {
    color: #6B7280;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}

.np-card-stars {
    height: 26px;
    margin: 0 auto 10px;
    display: block;
}

.np-card-note {
    color: #000D30;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 991px) {
    .np-hero-media {
        margin-top: 40px;
    }

    .np-hero-card {
        position: static;
        transform: none;
        margin: -60px auto 0;
    }
}

.np-hero-network {
    background-image: url(../img/np-hero-network-bg.png);
    background-size: cover;
}

/* The 5 Simple Steps */
.steps-5 {
    padding: 80px 0 120px;
    background-color: #FAFAFE;
}

.steps-box {}

.steps-head {
    text-align: center;
    margin-bottom: 40px;
}

.steps-head h2 {
    color: #000D30;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.steps-head p {
    color: #6B7280;
    font-size: 16px;
    margin: 0;
}

.steps-flow {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
}

.step-card {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 30px 22px 26px;
    text-align: center;
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #DDE6EA;
}

.step-num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0033E6;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon {
    margin: 10px 0 18px;
}

.step-icon img {
    width: 60px;
    object-fit: contain;
    height: 60px;
}

.step-card h5 {
    color: #020E2C;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.step-card p {
    color: #5B707B;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.step-arrow {
    color: #0033E6;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 40px;
}

.steps-secure {
    background-color: #F1F4FC;
    border-radius: 0;
    padding: 40px 30px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.secure-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.secure-icon img {
    width: 70px;
    object-fit: contain;
}

.secure-text h5 {
    color: #000D30;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.secure-text p {
    color: #5B707B;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    max-width: 550px;
}

.secure-link {
    color: #0033E6;
    font-weight: 600;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .steps-box {
        padding: 35px 25px;
    }

    .steps-flow {
        flex-wrap: wrap;
    }

    .step-card {
        flex: 0 0 45%;
        margin-top: 14px;
    }

    .step-arrow {
        display: none;
    }

    .steps-secure {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .step-card {
        flex: 0 0 100%;
    }
}

/* Why Borrowers Choose */
.why-borrowers {
    padding: 0 0 50px;
}

.wb-box {}

.wb-box h2 {
    color: #262E3D;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    margin-bottom: 45px;
}

.wb-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 70px;
}

.wb-item {
    flex: 1;
    text-align: center;
    padding: 0 30px;
}

.wb-item:not(:last-child) {
    border-right: 1px solid #E1E5F0;
}

.wb-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.wb-icon img {
    width: 40px;
    object-fit: contain;
    height: 40px;
}

.wb-icon-blue {
    background-color: #E4ECFD;
}

.wb-icon-green {
    background-color: #DFF3E8;
}

.wb-icon-purple {
    background-color: #EFE4FD;
}

.wb-icon-orange {
    background-color: #FDEFD5;
}

.wb-icon-indigo {
    background-color: #E5E4F7;
}

.wb-item h5 {
    color: #020E2C;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.wb-item p {
    color: #5B707B;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

@media (max-width: 991px) {
    .wb-box {
        padding: 40px 25px;
    }

    .wb-grid {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .wb-item {
        flex: 0 0 50%;
        border-right: none !important;
    }
}

@media (max-width: 575px) {
    .wb-item {
        flex: 0 0 100%;
    }
}

.stats-bar-dark {
    background-color: #01154D;
    border-radius: 30px;
    padding: 30px 20px;
}

.stats-bar-dark .stat-item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.stats-bar-dark .stat-icon {
    background-color: rgba(255, 255, 255, 0.08);
}

.stats-bar-dark .stat-icon img {
    width: 28px;
    filter: brightness(0) invert(1);
}

.stats-bar-dark .stat-text h5 {
    color: #FFFFFF;
}

.stats-bar-dark .stat-text p {
    color: #94A3C4;
}

/* Explore CTA */
.explore-cta {
    padding: 40px 0 0;
}

.explore-box {
    background-color: #020E36;
    border-radius: 40px;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.explore-left {
    flex: 0 0 32%;
}

.explore-left h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

.explore-left p {
    color: #C7D0E6;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 28px;
}

.explore-left .btn-white {
    color: #0033E6;
    border-radius: 10px;
    padding: 14px 22px;
    display: inline-flex;
}

.explore-right {
    flex: 1;
    background-color: #0B2A8A;
    border-radius: 30px;
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.explore-offers {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.offer-row {
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.offer-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
}

.offer-icon img {
    width: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.offer-icon-green {
    background-color: #16A34A;
}

.offer-icon-purple {
    background-color: #3B2E82;
}

.offer-icon-blue {
    background-color: #0033E6;
}

.offer-info {
    flex: 1;
    min-width: 0;
}

.offer-info h6 {
    color: #000D30;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

.offer-info span {
    color: #6B7280;
    font-size: 14px;
}

.offer-check {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #DFF3E8;
    color: #16A34A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex: 0 0 auto;
}

.offer-btn {
    border: 1px solid #64748B;
    border-radius: 8px;
    padding: 8px 16px;
    color: #64748B;
    font-size: 15px;
    font-weight: 500;
    flex: 0 0 auto;
}

.offer-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
    border-color: #0033E6;
}

.explore-choose {
    flex: 0 0 220px;
    text-align: center;
}

.choose-badge {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-choose h5 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.explore-choose p {
    color: #C7D0E6;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media (max-width: 1199px) {
    .explore-right {
        flex-direction: column;
    }

    .explore-choose {
        flex: 0 0 auto;
    }
}

@media (max-width: 991px) {
    .explore-box {
        flex-direction: column;
        align-items: stretch;
        padding: 35px;
    }

    .explore-left {
        flex: 0 0 auto;
    }
}

@media (max-width: 575px) {
    .offer-row {
        flex-wrap: wrap;
    }
}

.choose-badge img {
    width: 100%;
}

/* Loan Options Hero */
.lo-hero {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../img/lo-hero-bg.png);
    background-size: cover;
    z-index: 1;
    background-position-x: 70%;
}

.lo-hero-content h1 {
    color: #000D30;
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 18px;
}

.lo-hero-content h1 span {
    color: #0033E6;
}

.lo-hero-content>p {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    max-width: 440px;
    margin-bottom: 25px;
}

.lo-checklist {
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.lo-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000D30;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.lo-checklist li i {
    color: #0033E6;
    font-size: 18px;
}

.lo-hero-content .btn-wrapper {
    margin-top: 25px;
}

.lo-hero-content p.checking {
    font-size: 15px;
    margin-top: 30px;
}

.lo-hero-content p.checking img {
    width: 22px;
}

.lo-hero-media {
    position: relative;
}

.lo-hero-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.lo-hero-card {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 28px 26px;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lo-card-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.lo-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.lo-card-icon img {
    width: 30px;
    object-fit: contain;
    height: 30px;
}

.lo-icon-blue {
    background-color: #E4ECFD;
}

.lo-icon-green {
    background-color: #DFF3E8;
}

.lo-icon-purple {
    background-color: #EFE4FD;
}

.lo-card-text h6 {
    color: #000D30;
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 2px;
}

.lo-card-text p {
    color: #6B7280;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

@media (max-width: 991px) {
    .lo-hero-media {
        margin-top: 40px;
    }

    .lo-hero-card {
        position: static;
        transform: none;
        max-width: 100%;
        margin-top: 20px;
    }
}

.lo-checklist li img {
    width: 17px;
}

/* Loan Types */
.loan-types {
    padding: 80px 0 80px;
    background-color: #FAFAFE;
}

.lt-box {}

.lt-head {
    text-align: center;
    margin-bottom: 40px;
}

.lt-head h2 {
    color: #262E3D;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.lt-head p {
    color: #64748B;
    font-size: 15px;
    margin: 0;
}

.lt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.lt-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 26px 30px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 2px solid #DDE6EA;
}

.lt-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
}

.lt-icon img {
    width: 40px;
    object-fit: contain;
}

.lt-icon-green {
    background-color: #DFF3E8;
}

.lt-icon-blue {
    background-color: #E4ECFD;
}

.lt-icon-purple {
    background-color: #EFE4FD;
}

.lt-icon-orange {
    background-color: #FDEFD5;
}

.lt-info {
    min-width: 0;
}

.lt-info h4 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.lt-info p {
    color: #000D30;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 14px;
    min-height: 48px;
}

.lt-link {
    color: #0033E6;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.lt-link:hover {
    gap: 12px;
}

@media (max-width: 991px) {
    .lt-box {
        padding: 35px 25px;
    }

    .lt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .lt-grid {
        grid-template-columns: 1fr;
    }
}

/* Loan Amounts */
.loan-amounts {
    padding: 80px 0 80px;
}

.la-wrap {
    display: flex;
    align-items: stretch;
    gap: 50px;
}

.la-panel {
    flex: 0 0 44%;
    border-radius: 30px;
    padding: 45px 40px;
    text-align: center;
    color: #FFFFFF;
    background-image: url(../img/la-panel-bg.png);
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

.la-panel h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 14px;
}

.la-panel>p {
    color: #A9B4D0;
    font-size: 14px;
    line-height: 22px;
    max-width: 320px;
    margin: 0 auto 28px;
}

.la-range {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 28px;
}

.la-range-val h3 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 2px;
}

.la-range-val span {
    color: #A9B4D0;
    font-size: 13px;
}

.la-dash {
    width: 22px;
    height: 3px;
    background-color: #0033E6;
    border-radius: 3px;
}

.la-slider {
    position: relative;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    margin: 0 10px 18px;
    width: 82%;
}

.la-track {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0033E6;
    border-radius: 6px;
}

.la-knob {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 4px solid #0033E6;
}

.la-knob-start {
    left: 0;
}

.la-knob-end {
    left: 100%;
}

.la-marks {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 4px;
    width: 86%;
}

.la-marks li {
    color: #A9B4D0;
    font-size: 12px;
}

.la-uses {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.la-uses h2 {
    color: #262E3D;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.la-uses-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
    margin-bottom: 40px;
}

.la-use {
    display: flex;
    align-items: center;
    gap: 14px;
}

.la-use-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
}

.la-use-icon img {
    width: 25px;
    object-fit: contain;
}

.la-use-green {
    background-color: #DFF3E8;
}

.la-use-orange {
    background-color: #FDEFD5;
}

.la-use-purple {
    background-color: #EFE4FD;
}

.la-use-blue {
    background-color: #E4ECFD;
}

.la-use span {
    color: #111827;
    font-weight: 600;
    font-size: 18px;
}

.la-endless {
    background-color: #F1F4FC;
    border-radius: 30px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.la-endless-icon img {
    width: 50px;
    object-fit: contain;
}

.la-endless-text h5 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 4px;
}

.la-endless-text p {
    color: #5B707B;
    font-size: 15px;
    margin: 0;
}

@media (max-width: 991px) {
    .la-wrap {
        flex-direction: column;
        padding: 25px;
    }

    .la-panel {
        flex: 0 0 auto;
        clip-path: none;
    }

    .la-uses-grid {
        grid-template-columns: 1fr;
    }
}

.la-panel:before {
    content: "";
    background-color: #01154d;
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    z-index: -1;
}

.inner-why-borrowers {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Explore Loans CTA */
.explore-loans {
    padding: 50px 0 0;
}

.el-wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    min-height: 300px;
    background-image: url(../img/explore-loans-bg.png);
    background-repeat: no-repeat;
    background-size: 40% 100%;
    border: 1px solid #01154d;
    border-radius: 50px;
    overflow: hidden;
}

.el-panel {
    flex: 0 0 40%;
    color: #FFFFFF;
    padding: 55px 50px;
    border-radius: 30px;
    border-bottom-right-radius: 120px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.el-panel h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 16px;
}

.el-panel p {
    color: #C7D0E6;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 28px;
    max-width: 400px;
}

.el-btn {
    background-color: #FFFFFF;
    color: #0033E6;
    border-radius: 10px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
}

.el-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
}

.el-steps {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.el-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.el-step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #DFF3E8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
}

.el-step-icon img {
    width: 32px;
    object-fit: contain;
}

.el-step-text h5 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 4px;
}

.el-step-text p {
    color: #6B7280;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

.el-media {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    width: 100%;
    height: 100%;
}

.el-media img {
    max-width: 117.5%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .el-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 30px;
    }

    .el-panel {
        flex: 0 0 auto;
        border-bottom-right-radius: 30px;
    }

    .el-media {
        justify-content: center;
    }
}

/* Loan Calculator Hero */
.calc-hero {
    position: relative;
    background-image: url(../img/calc-hero-bg.png);
}

.calc-hero .lo-hero-content h1 {
    margin-bottom: 20px;
}

.calc-hero .lo-hero-content>p {
    max-width: 420px;
}

.calc-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
}

.calc-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .calc-hero {
        padding: 60px 0;
    }

    .calc-hero-img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .calc-hero-img img {
        border-radius: 20px;
    }
}

/* Debt Calculator */
.debt-calc {
    overflow: hidden;
    padding: 70px 0 90px;
    /* background: linear-gradient(18deg, #E3ECFC, #F0F4FF); */
    background-size: 100% 100%;
    border-radius: 40px;
    margin: 0 20px 0 20px;
}

.dc-box {}

.dc-bar {
    background-color: #061243;
    border-radius: 10px 10px 0px 0;
    height: 34px;
    max-width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
}

.dc-head {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.dc-head h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 18px;
}

.dc-head p {
    color: #6B7280;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.dc-head p strong {
    color: #1E2A44;
}

.dc-input-row {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.dc-field {
    flex: 1;
    max-width: 400px;
}

.dc-field label {
    display: block;
    color: #1E2A44;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.dc-input-wrap {
    position: relative;
    border: 1px solid #0033E6;
    border-radius: 8px;
    padding: 12px 16px;
}

.dc-input-label {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #FFFFFF;
    padding: 0 5px;
    font-size: 11px;
    color: #0033E6;
}

.dc-input-wrap input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #1E2A44;
}

.dc-calc-btn {
    background-color: #0033E6;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.dc-reset-btn {
    background-color: #FFFFFF;
    color: #1E2A44;
    border: 1px solid #1E2A44;
    border-radius: 8px;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.dc-calc-btn:hover {
    background-color: #FFFFFF;
    color: #0033E6;
    box-shadow: inset 0 0 0 1px #0033E6;
}

.dc-reset-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
    border-color: #0033E6;
}

.dc-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.dc-card {
    border: 1px solid #0033E6;
    border-radius: 12px;
    overflow: hidden;
}

.dc-card-head {
    background-color: #1A66F0;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 16px;
}

.dc-card-body {
    padding: 25px 30px 30px;
    text-align: center;
}

.dc-card-body ul {
    margin: 0 0 20px;
}

.dc-card-body li {
    color: #4B5563;
    font-size: 15px;
    margin-bottom: 12px;
}

.dc-card-body li strong {
    color: #1E2A44;
}

.dc-total span {
    color: #1E2A44;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
}

.dc-total h3 {
    color: #111827;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}

.dc-note {
    color: #0033E6;
    font-size: 13px;
    line-height: 20px;
    margin: 16px 0 0;
}

@media (max-width: 991px) {
    .dc-box {
        padding: 0 25px 35px;
    }

    .dc-input-row {
        flex-wrap: wrap;
    }

    .dc-field {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dc-results {
        grid-template-columns: 1fr;
    }
}

/* Minimum Payment Calculator */
.min-calc {
    padding: 0 0 80px;
}

.mc-bar {
    background-color: #061243;
    border-radius: 10px 10px 0 0;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.mc-head {}

.mc-head h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 16px;
}

.mc-head p {
    color: #6B7280;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.mc-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.mc-field {
    margin-bottom: 22px;
}

.mc-field label {
    display: block;
    color: #1E2A44;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.mc-input-wrap {
    position: relative;
    border: 1px solid #0033E6;
    border-radius: 8px;
    padding: 12px 16px;
}

.mc-input-label {
    position: absolute;
    top: -8px;
    left: 12px;
    background-color: #FFFFFF;
    padding: 0 5px;
    font-size: 11px;
    color: #0033E6;
}

.mc-input-wrap input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    color: #1E2A44;
    padding-left: 10px;
}

.mc-field select {
    width: 100%;
    border: 1px solid #D1D9E6;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 15px;
    color: #1E2A44;
    background-color: #FFFFFF;
    cursor: pointer;
}

.mc-minpay {
    color: #1E2A44;
    font-size: 15px;
    margin: 0 0 22px;
}

.mc-minpay strong {
    font-weight: 700;
}

.mc-radios {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mc-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4B5563;
    font-size: 14px;
    font-weight: 400 !important;
    margin: 0 !important;
    cursor: pointer;
}

.mc-radio input {
    accent-color: #0033E6;
    width: 16px;
    height: 16px;
}

.mc-btns {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}

.mc-calc-btn {
    background-color: #0033E6;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.mc-clear-btn {
    background-color: #FFFFFF;
    color: #1E2A44;
    border: 1px solid #1E2A44;
    border-radius: 8px;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.mc-calc-btn:hover {
    background-color: #FFFFFF;
    color: #0033E6;
    box-shadow: inset 0 0 0 1px #0033E6;
}

.mc-clear-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
    border-color: #0033E6;
}

.mc-result {
    border: 1px solid #0033E6;
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
}

.mc-result-lead {
    color: #1E2A44;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}

.mc-result-time {
    color: #4B5563;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}

.mc-result-time strong {
    color: #1E2A44;
}

.mc-result-mid {
    color: #1E2A44;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}

.mc-result h3 {
    color: #111827;
    font-weight: 700;
    font-size: 40px;
    margin: 0 0 4px;
}

.mc-result-sub {
    color: #4B5563;
    font-size: 15px;
    margin-bottom: 18px;
}

.mc-schedule-link {
    color: #0033E6;
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .mc-grid {
        grid-template-columns: 1fr;
    }
}

/* Personal Loan Calculator (extends min-calc) */
.pl-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 45px;
}

.pl-subhead {
    color: #1E2A44;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.pl-hint {
    color: #6B7280;
    font-weight: 400;
    font-size: 13px;
    margin-left: 4px;
}

.pl-input {
    width: 100%;
    border: 1px solid #D1D9E6;
    border-radius: 8px;
    padding: 13px 16px;
    font-size: 15px;
    color: #1E2A44;
    outline: none;
}

.pl-rate-wrap {
    position: relative;
}

.pl-rate-sign {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #6B7280;
    font-size: 15px;
}

.pl-result {
    align-self: start;
}

.pl-result-title {
    color: #1E2A44;
    font-weight: 700;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
}

.pl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #E5E7EB;
    text-align: left;
}

.pl-row:last-of-type {
    border-bottom: none;
}

.pl-row span {
    color: #4B5563;
    font-size: 15px;
}

.pl-row span b {
    color: #0033E6;
    font-weight: 600;
}

.pl-row strong {
    color: #1E2A44;
    font-weight: 700;
    font-size: 15px;
}

.pl-row .pl-big {
    font-size: 26px;
}

.pl-result .mc-schedule-link {
    display: block;
    text-align: center;
    margin-top: 18px;
}

/* Calculator Info Bar */
.calc-info {
    padding: 50px 0 50px;
}

.ci-box {
    border: 1px solid #CFD9DE;
    border-radius: 30px;
    padding: 40px 35px;
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.ci-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1;
}

.ci-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
}

.ci-icon img {
    width: 40px;
    object-fit: contain;
    height: 40px;
}

.ci-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.ci-text p {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    line-height: 22px;
}

@media (max-width: 991px) {
    .ci-box {
        flex-wrap: wrap;
        gap: 25px;
    }

    .ci-item {
        flex: 0 0 45%;
    }
}

@media (max-width: 575px) {
    .ci-item {
        flex: 0 0 100%;
    }
}

.ci-box .ci-item:first-child {
    flex: 0 0 40%;
}

/* What To Know */
.what-know {
    padding: 80px 0 100px;
}

.wk-title {
    color: #1E2A44;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
}

.wk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.wk-card {
    background-color: #F8F9FB;
    border-radius: 20px;
    padding: 25px 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #DDE6EA;
}

.wk-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
}

.wk-icon img {
    width: 50px;
    object-fit: contain;
    height: 50px;
}

.wk-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
}

.wk-text p {
    color: #6B7280;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

@media (max-width: 991px) {
    .wk-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .wk-grid {
        grid-template-columns: 1fr;
    }
}

/* Control CTA */
.control-cta {
    padding: 40px 0 0;
}

.cc-box {
    background-color: #01154D;
    border-radius: 40px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.off-why .cc-box {
    border-radius: 0px 0px 32px 32px;
    padding: 85px 45px 45px 45px;
    border: 1px solid #D3D4E0;
    border-top: 0;
    clip-path: polygon(0% 25%,
            0% 0%,
            5% 2%,
            10% 4%,
            13% 5.5%,
            17% 8%,
            22% 10%,
            27% 12%,
            32% 13.5%,
            38% 15%,
            45% 15.7%,
            52% 16%,
            56% 15.5%,
            60% 16%,
            65% 14%,
            70% 12%,
            75% 10%,
            80% 8%,
            85% 6%,
            90% 4%,
            95% 2%,
            100% 0%,
            100% 100%,
            0% 100%);

}

.cc-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
}

.cc-icon img {
    width: 60px;
    object-fit: contain;
}

.cc-content {
    flex: 1;
}

.cc-content h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}

.cc-content>p {
    color: #C7D0E6;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 16px;
    max-width: 560px;
}

.cc-points {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    flex-wrap: wrap;
}

.cc-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 14px;
}

.cc-points li img {
    width: 18px;
    object-fit: contain;
}

.cc-btn {
    background-color: #FFFFFF;
    color: #0033E6;
    border-radius: 10px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.cc-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .cc-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .cc-btn {
        align-self: stretch;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cc-points {
        gap: 10px 20px;
    }
}

/* Reviews Hero */
.rv-hero {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url(../img/rv-hero-bg.png);
    background-size: cover;
}

.rv-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 20px;
}

.rv-hero-content h1 span {
    color: #0033E6;
}

.rv-hero-content>p {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    max-width: 400px;
    margin-bottom: 28px;
}

.rv-trust {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.rv-excellent {
    color: #000D30;
    font-weight: 700;
    font-size: 26px;
}

.rv-stars {
    height: 28px;
}

.rv-outof {
    color: #000D30;
    font-size: 14px;
}

.rv-based {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000D30;
    font-size: 14px;
    margin: 0;
}

.rv-based a {
    color: #000D30;
    text-decoration: underline;
}

.rv-based img {
    max-width: 90px;
}

.rv-hero-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: end;
    margin-top: 200px;
}

.rv-hero-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rv-mission {
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 13, 48, 0.18);
    padding: 26px 28px;
    max-width: 260px;
    text-align: left;
}

.rv-mission-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.rv-mission-icon img {
    width: 22px;
    object-fit: contain;
}

.rv-mission h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.rv-mission p {
    color: #6B7280;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

@media (max-width: 991px) {
    .rv-hero {
        padding: 0px 0 40px;
    }

    .rv-hero-img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .rv-hero-img>img {
        border-radius: 20px;
    }

    .rv-mission {
        right: 20px;
        bottom: 20px;
        max-width: 240px;
    }
}

@media (max-width: 575px) {
    .rv-mission {
        position: static;
        max-width: 100%;
        margin-top: 20px;
        box-shadow: none;
        border: 1px solid #E5E7EB;
    }
}

/* Reviews Testimonials */
.rv-testimonials {
    padding: 80px 0;
}

.rt-head {
    text-align: center;
    margin-bottom: 45px;
}

.rt-head h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 12px;
}

.rt-head p {
    color: #6B7280;
    font-size: 15px;
    margin: 0;
}

.rt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.rt-card {
    border: 1px solid #DDE6EA;
    border-radius: 40px;
    padding: 28px 26px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 30px rgba(0, 13, 48, 0.04);
}

.rt-stars {
    height: 22px;
    margin-bottom: 18px;
    align-self: flex-start;
}

.rt-card h5 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 12px;
}

.rt-card>p {
    color: #6B7280;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 24px;
    flex: 1;
}

.rt-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rt-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #91A2BD;
    color: black;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

.rt-author strong {
    color: #1E2A44;
    font-weight: 700;
    font-size: 15px;
}

.rt-verified {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6B7280;
    font-size: 13px;
}

.rt-verified img {
    width: 16px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .rt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .rt-grid {
        grid-template-columns: 1fr;
    }
}

/* Stories CTA */
.stories-cta {
    padding: 40px 0 80px;
}

.sc-box {
    background-color: #F3F5FE;
    border-radius: 40px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.sc-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
}

.sc-icon img {
    width: 100%;
    object-fit: contain;
}

.sc-content {
    flex: 1;
}

.sc-content h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
}

.sc-content p {
    color: #6B7280;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    max-width: 520px;
}

.sc-btn {
    background-color: transparent;
    color: #0033E6;
    border: 1px solid #0033E6;
    border-radius: 10px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.sc-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .sc-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .sc-btn {
        align-self: stretch;
        justify-content: center;
    }
}

.cc-icon.cc-icon-user img {
    width: 50px;
}

/* About Hero */
.ab-hero {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url(../img/ab-hero-bg.png);
    background-size: cover;
}

.ab-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 58px;
    line-height: 66px;
    margin-bottom: 20px;
}

.ab-hero-content h1 span {
    color: #0033E6;
}

.ab-hero-content>p {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    max-width: 90%;
    margin-bottom: 25px;
}

.ab-mission {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 25px;
}

.ab-mission-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
}

.ab-mission-icon img {
    width: 50px;
    object-fit: contain;
}

.ab-mission p {
    color: #0033E6;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    max-width: 100%;
}

.ab-desc {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    max-width: 440px;
    margin-bottom: 0;
}

.ab-hero-content .btn-wrapper {
    margin-top: 30px;
}

.ab-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 0;
}

.ab-hero-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab-trust {
    position: absolute;
    right: 0;
    bottom: 60px;
    background-color: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0, 13, 48, 0.18);
    padding: 22px 26px;
}

.ab-excellent {
    color: #000D30;
    font-weight: 700;
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}

.ab-trust-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.ab-trust-stars {
    height: 26px;
}

.ab-trust-row span {
    color: #000D30;
    font-size: 13px;
}

.ab-trust-logo {
    /* max-width: 110px; */
    margin-left: 0;
    display: block;
}

@media (max-width: 991px) {
    .ab-hero {
        padding: 0px 0 50px;
    }

    .ab-hero-img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .ab-hero-img>img {
        border-radius: 20px;
    }

    .ab-trust {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 575px) {
    .ab-trust {
        position: static;
        margin-top: 20px;
        box-shadow: none;
        border: 1px solid #E5E7EB;
    }
}

/* About Story */
.ab-story {
    padding: 80px 0 80px;
}

.ab-story-content h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 18px;
}

.ab-story-content>p {
    color: #6B7280;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
    max-width: 100%;
}

.ab-story-bold {
    color: #0033E6 !important;
    font-weight: 700;
    font-size: 17px !important;
}

.ab-story-blue {
    color: #0033E6 !important;
    margin-bottom: 0 !important;
    font-size: 17px !important;
}

.ab-flow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
}

.ab-step {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.ab-step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.ab-step-icon img {
    width: 40px;
    object-fit: contain;
}

.ab-icon-blue {
    background-color: #E4ECFD;
}

.ab-icon-green {
    background-color: #DFF3E8;
}

.ab-icon-purple {
    background-color: #EFE4FD;
}

.ab-icon-orange {
    background-color: #FDEFD5;
}

.ab-step h5 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}

.ab-step p {
    color: #6B7280;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.ab-arrow {
    flex: 0 0 auto;
    margin-top: 22px;
}

.ab-arrow img {
    width: 22px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .ab-flow {
        flex-wrap: wrap;
        gap: 30px 0;
        margin-top: 40px;
    }

    .ab-step {
        flex: 0 0 45%;
    }

    .ab-arrow {
        display: none;
    }
}

@media (max-width: 575px) {
    .ab-step {
        flex: 0 0 100%;
    }
}

.ab-exist {
    padding: 80px 0 80px;
}

.ab-exist-content h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 16px;
}

.ab-exist-content>p {
    color: #262E3D;
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 28px;
}

.ab-setbacks {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 26px;
    margin-bottom: 28px;
}

.ab-setback {
    text-align: center;
    width: 28%;
}

.ab-setback-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-setback-icon img {
    width: 34px;
    object-fit: contain;
}

.ab-setback span {
    color: #000D30;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.ab-exist-note {
    color: #6B7280;
    font-size: 14px;
    line-height: 22px;
    max-width: 420px;
    margin: 0;
}

.ab-benefits {
    background-color: #F2F4FC;
    border-radius: 40px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
}

.ab-benefit {
    display: flex;
    gap: 12px;
}

.ab-benefit-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.ab-benefit-icon img {
    width: 40px;
    object-fit: contain;
    height: 40px;
}

.ab-bi-blue {
    background-color: #E4ECFD;
}

.ab-bi-green {
    background-color: #DFF3E8;
}

.ab-bi-orange {
    background-color: #FDEFD5;
}

.ab-bi-purple {
    background-color: #EFE4FD;
}

.ab-benefit-text h5 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 8px;
}

.ab-benefit-text p {
    color: #000D30;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 1199px) {
    .ab-benefits {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .ab-exist-content {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .ab-benefits {
        grid-template-columns: 1fr;
        padding: 30px 25px;
    }
}

/* About Reviews */
.ab-reviews {
    padding: 60px 0 80px;
}

.ar-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.ar-head-left h2 {
    color: #000D30;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 16px;
}

.ar-head-left h2 span {
    color: #0033E6;
}

.ar-trust {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ar-trust-stars {
    height: 24px;
}

.ar-trust-score {
    color: #000D30;
    font-size: 13px;
}

.ar-trust-logo {
    max-width: 90px;
}

.ar-more {
    color: #0033E6;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    margin-top: 8px;
}

.ar-more:hover {
    gap: 12px;
}

@media (max-width: 991px) {
    .ar-head {
        flex-direction: column;
    }
}

/* About Commitment */
.ab-commit {
    padding: 40px 0 80px;
}

.ac-box {}

.ac-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    background-color: #F2F4FC;
    border-radius: 40px;
    padding: 45px 40px;
}

.ac-intro {
    flex: 0 0 30%;
}

.ac-intro h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 12px;
}

.ac-intro p {
    color: #262E3D;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    max-width: 100%;
}

.ac-items {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ac-item {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.ac-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-icon img {
    width: 34px;
    object-fit: contain;
}

.ac-item h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

.ac-item p {
    color: #262E3D;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
}

.ac-footer {
    text-align: center;
    color: #262E3D;
    font-size: 14px;
    margin: 0;
    padding-top: 0;
}

@media (max-width: 991px) {
    .ac-box {
        padding: 35px 25px;
    }

    .ac-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .ac-intro {
        flex: 0 0 auto;
    }

    .ac-items {
        flex-wrap: wrap;
        width: 100%;
        gap: 30px 0;
    }

    .ac-item {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 575px) {
    .ac-item {
        flex: 0 0 50%;
    }
}

/* Careers Hero */
.cr-hero {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url(../img/cr-hero-bg-image.png);
}

.cr-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 20px;
}

.cr-hero-content h1 span {
    color: #0033E6;
}

.cr-hero-content>p {
    color: #000D30;
    font-size: 16px;
    line-height: 26px;
    max-width: 420px;
    margin-bottom: 18px;
}

.cr-features {
    display: flex;
    gap: 30px 15px;
    margin-top: 28px;
    width: 94%;
    flex-wrap: wrap;
}

.cr-feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    flex: 0 0 40%;
}

.cr-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F4F6FE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    border: 1px solid #0004F4;
}

.cr-feature-icon img {
    width: 30px;
    object-fit: contain;
    height: 26px;
}

.cr-feature-text h6 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 6px;
}

.cr-feature-text p {
    color: #000D30;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.cr-hero-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 0;
}

.cr-hero-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-mission {
    position: absolute;
    right: 0;
    bottom: -250px;
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 13, 48, 0.18);
    padding: 22px 26px;
    max-width: 500px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    top: auto;
}

.cr-mission-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
}

.cr-mission-icon img {
    width: 32px;
    object-fit: contain;
}

.cr-mission-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.cr-mission-text p {
    color: #000D30;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 991px) {
    .cr-hero {
        padding: 0px 0 50px;
    }

    .cr-features {
        flex-wrap: wrap;
    }

    .cr-feature {
        flex: 0 0 45%;
    }

    .cr-hero-img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .cr-hero-img>img {
        border-radius: 20px;
    }

    .cr-mission {
        right: 20px;
        bottom: 20px;
        max-width: 300px;
    }
}

@media (max-width: 575px) {
    .cr-feature {
        flex: 0 0 100%;
    }

    .cr-mission {
        position: static;
        max-width: 100%;
        margin-top: 20px;
        box-shadow: none;
        border: 1px solid #E5E7EB;
    }
}

section.cr-hero.cr-hero-bg {
    background-image: url(../img/cr-hero-bg.png);
    background-size: cover;
}

.cr-hero-content {
    position: relative;
    z-index: 1;
}

.cr-join {
    padding: 80px 0 80px;
}

.cj-box {
    background-color: #F5F6FD;
    border-radius: 30px;
    padding: 60px 15px;
}

.cj-box h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}

.cj-grid {
    display: flex;
    align-items: stretch;
}

.cj-item {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}

.cj-item:not(:last-child) {
    border-right: 1px solid #E1E5F0;
}

.cj-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cj-icon img {
    width: 80px;
    object-fit: contain;
    height: 80px;
}

.cj-item h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.cj-item p {
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 991px) {
    .cj-box {
        padding: 40px 25px;
    }

    .cj-grid {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .cj-item {
        flex: 0 0 33.33%;
        border-right: none !important;
    }
}

@media (max-width: 575px) {
    .cj-item {
        flex: 0 0 50%;
    }
}

.cr-open {
    padding: 40px 0 80px;
}

.co-box {
    background-color: #071043;
    border-radius: 24px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 45px;
}

.co-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
    position: relative;
    padding-right: 45px;
}

.co-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.15);
}

.co-icon {
    width: 100px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
    height: 100px;
}

.co-icon img {
    width: 55px;
    object-fit: contain;
}

.co-text h5 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
}

.co-text p {
    color: #C7D0E6;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    max-width: 320px;
}

.co-note {
    color: #C7D0E6;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

@media (max-width: 991px) {
    .co-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 30px;
    }

    .co-left {
        padding-right: 0;
    }

    .co-left::after {
        display: none;
    }
}

.cr-looking {
    padding: 40px 0 80px;
}

.cl-title {
    color: #1E2A44;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 16px;
}

.cl-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 130px;
    height: 3px;
    background-color: #0033E6;
    border-radius: 3px;
}

.cl-content h3 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    max-width: 600px;
}

.cl-list {
    margin: 0;
}

.cl-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1E2A44;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 14px;
}

.cl-list li:last-child {
    margin-bottom: 0;
}

.cl-list li img {
    width: 18px;
    object-fit: contain;
    flex: 0 0 auto;
}

.cl-media img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .cl-media {
        margin-top: 40px;
    }
}

.cr-join-cta {
    padding: 40px 0 0;
}

.cjc-box {
    background-color: #F5F6FD;
    border-radius: 30px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 45px;
    border: 2px solid #ECF0FD;
}

.cjc-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    position: relative;
    padding-right: 45px;
}

.cjc-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #D5DCEC;
}

.cjc-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
}

.cjc-icon img {
    width: 45px;
    object-fit: contain;
}

.cjc-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
}

.cjc-text p {
    color: #6B7280;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    max-width: 340px;
}

.cjc-right {
    flex: 1;
    display: flex;
    gap: 20px;
}

.cjc-label {
    color: #6B7280;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.cjc-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0033E6;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

.cjc-email img {
    width: 24px;
    object-fit: contain;
}

.cjc-right p {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 991px) {
    .cjc-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 30px;
    }

    .cjc-left {
        padding-right: 0;
    }

    .cjc-left::after {
        display: none;
    }
}

.cjc-mail img {
    width: 50px;
}

/* Privacy Rights Hero */
.pr-hero {
    padding: 200px 0;
    background-image: url(../img/pr-hero-bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

.pr-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 14px;
}

.pr-hero-content h1 span {
    color: #0033E6;
}

.pr-hero-content h4 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}

.pr-hero-content>p {
    color: #000D30;
    font-size: 15px;
    line-height: 25px;
    max-width: 82%;
    margin: 0;
}

.pr-hero-media {
    position: relative;
}

.pr-card {
    background-color: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 13, 48, 0.12);
    padding: 35px 38px;
    margin-top: 145px;
}

.pr-card h3 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}

.pr-list {
    margin: 0;
}

.pr-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #000D30;
    font-size: 15px;
    margin-bottom: 16px;
}

.pr-list li:last-child {
    margin-bottom: 0;
}

.pr-list li img {
    width: 22px;
    object-fit: contain;
    flex: 0 0 auto;
}

@media (max-width: 991px) {
    .pr-hero {
        background-image: none;
        padding: 40px 0 0;
    }

    .pr-hero-media {
        margin-top: 40px;
    }
}

/* Privacy Request */
.pr-request {
    padding: 0 0 80px;
}

.prq-box {
    border: 1px solid #CFD9DE;
    border-radius: 24px;
    padding: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
}

.prq-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.prq-head-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.prq-head-icon img {
    width: 30px;
    object-fit: contain;
}

.prq-head-text h3 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}

.prq-head-text p {
    color: #000D30;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    max-width: 450px;
}

.prq-field {
    margin-bottom: 20px;
    flex: 1;
}

.prq-field label {
    display: block;
    color: #1E2A44;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}

.prq-field label span {
    color: #9AA4B2;
    font-weight: 400;
}

.prq-field input,
.prq-field select,
.prq-field textarea {
    width: 100%;
    border: 1px solid #DDE6EA;
    border-radius: 20px;
    padding: 12px 20px;
    font-size: 14px;
    color: #1E2A44;
    font-family: inherit;
    outline: none;
}

.prq-field input::placeholder,
.prq-field textarea::placeholder {
    color: #9AA4B2;
}

.prq-field input:focus,
.prq-field select:focus,
.prq-field textarea:focus {
    border-color: #0033E6;
}

.prq-field textarea {
    resize: vertical;
}

.prq-row {
    display: flex;
    gap: 18px;
}

.prq-submit {
    width: 100%;
    background-color: #0033E6;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 6px;
}

.prq-submit:hover {
    background-color: #FFFFFF;
    color: #0033E6;
    box-shadow: inset 0 0 0 1px #0033E6;
}

.prq-note {
    text-align: center;
    color: #000D30;
    font-size: 14px;
    margin: 16px 0 0;
}

.prq-info-col {
    border-left: 1px solid #E5E7EB;
    padding-left: 45px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.prq-panel {
    border-radius: 16px;
    padding: 26px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.prq-panel-blue {
    background-color: #F1F4FD;
}

.prq-panel-green {
    background-color: #F0F6F1;
}

.prq-panel-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.prq-icon-blue {
    background-color: #E4ECFD;
}

.prq-icon-green {
    background-color: #DFF3E8;
}

.prq-panel-icon img {
    width: 30px;
    object-fit: contain;
}

.prq-panel-text h4 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 12px;
}

.prq-panel-text p {
    color: #000D30;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 14px;
}

.prq-panel-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .prq-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px 25px;
    }

    .prq-info-col {
        border-left: none;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    .prq-row {
        flex-direction: column;
        gap: 0;
    }
}

/* Privacy Panels */
.pr-panels {
    padding: 0 0 80px;
}

.prp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.prp-card {
    border-radius: 24px;
    padding: 32px 30px;
}

.prp-purple {
    background-color: #F4F2FD;
}

.prp-orange {
    background-color: #FDF6EC;
}

.prp-blue {
    background-color: #F1F4FD;
}

.prp-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.prp-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.prp-icon-purple {
    background-color: #EAE3FB;
}

.prp-icon-orange {
    background-color: #FBE6C8;
}

.prp-icon-blue {
    background-color: #E4ECFD;
}

.prp-icon img {
    width: 25px;
    object-fit: contain;
}

.prp-head h4 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    margin: 0;
}

.prp-card>p {
    color: #000D30;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 14px;
}

.prp-card>p:last-child {
    margin-bottom: 0;
}

.prp-list {
    margin: 0 0 14px;
}

.prp-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000D30;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
}

.prp-list li:last-child {
    margin-bottom: 0;
}

.prp-list li img {
    width: 18px;
    object-fit: contain;
    flex: 0 0 auto;
    margin-top: 2px;
}

.prp-card h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 17px;
    margin: 4px 0 16px;
}

.prp-contact {
    margin: 0;
}

.prp-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.prp-contact li:last-child {
    margin-bottom: 0;
}

.prp-contact li img {
    width: 18px;
    object-fit: contain;
    flex: 0 0 auto;
    margin-top: 2px;
}

.prp-contact li div {
    color: #000D30;
    font-size: 15px;
    line-height: 21px;
}

.prp-contact li a {
    color: #0033E6;
    word-break: break-word;
}

.prp-contact li strong {
    color: #1E2A44;
    font-weight: 700;
}

@media (max-width: 991px) {
    .prp-grid {
        grid-template-columns: 1fr;
    }
}

/* Privacy Trust Banner */
.pr-trust {
    padding: 0 0 80px;
}

.prt-box {
    background-color: #F5F7FD;
    border-radius: 24px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    gap: 45px;
}

.prt-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 50%;
    position: relative;
    padding-right: 45px;
    flex: 0 0 50%;
}

.prt-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #D5DCEC;
}

.prt-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

.prt-icon img {
    width: 34px;
    object-fit: contain;
}

.prt-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
}

.prt-text p {
    color: #6B7280;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    max-width: 420px;
}

.prt-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.prt-shield {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
}

.prt-shield img {
    width: 45px;
    object-fit: contain;
}

.prt-right-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
}

.prt-right-text p {
    color: #6B7280;
    font-size: 15px;
    margin: 0;
}

@media (max-width: 991px) {
    .prt-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        padding: 30px;
    }

    .prt-left {
        padding-right: 0;
    }

    .prt-left::after {
        display: none;
    }
}

/* Privacy Learn More */
.pr-learn {
    padding: 0 0 0;
}

.prl-head {
    text-align: center;
    margin-bottom: 40px;
}

.prl-head h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 12px;
}

.prl-head p {
    color: #6B7280;
    font-size: 15px;
    margin: 0;
}

.prl-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.prl-card {
    background-color: #F8F9FB;
    border-radius: 20px;
    padding: 26px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid #DDE6EA;
}

.prl-card:hover {
    background-color: #EEF1FC;
}

.prl-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.prl-icon img {
    width: 65%;
    object-fit: contain;
}

.prl-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.prl-text p {
    color: #6B7280;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}

@media (max-width: 991px) {
    .prl-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .prl-grid {
        grid-template-columns: 1fr;
    }
}

/* Electronic Consent Hero */
.ec-hero {
    position: relative;
    padding: 200px 0;
    overflow: hidden;
    background-image: url(../img/electronic-consent-hero.png);
    background-size: cover;
}

.ec-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 22px;
}

.ec-hero-content h1 span {
    color: #0033E6;
}

.ec-hero-content>p {
    color: #000D30;
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-bottom: 18px;
}

.ec-hero-content>p:last-child {
    margin-bottom: 0;
}

.ec-hero-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52%;
}

.ec-hero-img img {
    width: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .ec-hero {
        padding: 50px 0;
    }

    .ec-hero-img {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 40px;
    }
}

.ec-consent {
    padding: 0 0 80px;
}

.ecc-box {
    background-color: #F5F7FD;
    border-radius: 30px;
    padding: 45px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.ecc-left {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 0 0 42%;
    position: relative;
    padding-right: 50px;
}

.ecc-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #D5DCEC;
}

.ecc-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
}

.ecc-icon img {
    width: 32px;
    object-fit: contain;
}

.ecc-text h3 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}

.ecc-text p {
    color: #6B7280;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.ecc-right {
    flex: 1;
}

.ecc-list {
    margin: 0;
}

.ecc-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #4B5563;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 18px;
}

.ecc-list li:last-child {
    margin-bottom: 0;
}

.ecc-list li img {
    width: 20px;
    object-fit: contain;
    flex: 0 0 auto;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .ecc-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
        padding: 35px 25px;
    }

    .ecc-left {
        flex: 0 0 auto;
        padding-right: 0;
    }

    .ecc-left::after {
        display: none;
    }
}

.ec-terms {
    padding: 0 0 80px;
}

.ect-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.ect-card {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 28px 30px;
}

.ect-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.ect-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.ect-icon img {
    width: 30px;
    object-fit: contain;
}

.ect-head h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    margin: 0;
}

.ect-card p {
    color: #000D30;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 12px;
}

.ect-card p:last-child {
    margin-bottom: 0;
}

.ect-card a {
    color: #0033E6;
}

.ect-email {
    background-color: #EEF2FD;
    border-radius: 8px;
    padding: 12px 16px;
    color: #1E2A44;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
}

.ect-email a {
    color: #0033E6;
    word-break: break-word;
}

@media (max-width: 991px) {
    .ect-grid {
        grid-template-columns: 1fr;
    }
}

.ec-contact {
    padding: 0;
}

.ecn-box {
    background-color: #F5F7FD;
    border-radius: 24px;
    padding: 30px 45px;
    display: flex;
    align-items: center;
    gap: 45px;
}

.ecn-left {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    padding-right: 45px;
    flex: 0 0 50%;
}

.ecn-left::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #D5DCEC;
}

.ecn-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

.ecn-icon img {
    width: 34px;
    object-fit: contain;
}

.ecn-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
}

.ecn-text p {
    color: #6B7280;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    max-width: 360px;
}

.ecn-right {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ecn-detail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ecn-detail-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.ecn-detail-icon img {
    width: 40px;
    object-fit: contain;
}

.ecn-detail-text h6 {
    color: #1E2A44;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 2px;
}

.ecn-detail-text h6 span {
    color: #1E2A44;
}

.ecn-detail-text a {
    color: #0033E6;
    font-size: 15px;
    word-break: break-word;
}

.ecn-detail-text p {
    color: #0033E6;
    font-size: 15px;
    margin: 0;
}

@media (max-width: 991px) {
    .ecn-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding: 30px;
    }

    .ecn-left {
        padding-right: 0;
    }

    .ecn-left::after {
        display: none;
    }
}

/* California Privacy Hero */
.cp-hero {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background-image: url(../img/cp-hero-bg.png);
    background-size: cover;
}

.cp-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 14px;
}

.cp-hero-content h1 span {
    color: #0033E6;
}

.cp-hero-content h4 {
    color: #0033E6;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
}

.cp-hero-content>p {
    color: #000D30;
    font-size: 17px;
    line-height: 30px;
    max-width: 5000px;
    margin-bottom: 16px;
}

.cp-updated {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #1E2A44 !important;
    font-size: 15px;
    margin-top: 24px !important;
    margin-bottom: 0 !important;
}

.cp-updated img {
    width: 22px;
}

.cp-hero-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.cp-hero-img img {
    width: 100%;
    object-fit: contain;
}

/* California Residents Have Rights */
.cp-rights {
    padding: 80px 0 80px;
}

.cpr-box {}

.cpr-head {
    text-align: center;
    margin-bottom: 60px;
}

.cpr-head h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 10px;
}

.cpr-head p {
    color: #000D30;
    font-size: 18px;
    margin: 0;
}

.cpr-grid {
    display: flex;
    align-items: stretch;
}

.cpr-item {
    flex: 1;
    text-align: center;
    padding: 30px 15px;
    border-radius: 30px;
    border-right: 1px solid #E1E5F0;
}

.cpr-item:not(:last-child) {}

.cpr-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.cpr-icon img {
    width: 55px;
    object-fit: contain;
}

.cpr-item p {
    color: #040404;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
}

@media (max-width: 991px) {
    .cp-hero {
        padding: 50px 0;
    }

    .cp-hero-img {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 40px;
    }

    .cpr-box {
        padding: 40px 25px;
    }

    .cpr-grid {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .cpr-item {
        flex: 0 0 33.33%;
        border-right: none !important;
    }
}

@media (max-width: 575px) {
    .cpr-item {
        flex: 0 0 50%;
    }
}

/* California Privacy Accordion */
.cp-accordion {
    padding: 40px 0 80px;
}

.cpa-box {
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 10px 40px;
}

.cpa-item {
    border-bottom: 1px solid #E5E7EB;
}

.cpa-item:last-child {
    border-bottom: none;
}

.cpa-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 40px 0;
    cursor: pointer;
}

.cpa-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
}

.cpa-icon img {
    width: 22px;
    object-fit: contain;
}

.cpa-title {
    flex: 1;
    min-width: 0;
}

.cpa-title h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
}

.cpa-title p {
    color: #000D30;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
}

.cpa-arrow {
    color: #9AA4B2;
    font-size: 14px;
    flex: 0 0 auto;
    transition: transform 0.25s ease;
}

.cpa-open .cpa-arrow {
    transform: rotate(180deg);
    color: #0033E6;
}

.cpa-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.cpa-body p {
    color: #4B5563;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    padding: 0 0 24px 64px;
}

.cpa-open .cpa-body {
    max-height: 400px;
}

@media (max-width: 991px) {
    .cpa-box {
        padding: 10px 25px;
    }

    .cpa-body p {
        padding-left: 0;
    }
}

.cp-resources {
    padding: 40px 0 0;
}

.cpr-box2 {
    background-color: #FAFAFE;
    border-radius: 30px;
    padding: 60px 40px;
}

.cpr-box2 h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.cpres-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.cpres-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.cpres-card:hover {
    box-shadow: 0 12px 30px rgba(0, 13, 48, 0.08);
}

.cpres-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex: 0 0 60px;
}

.cpres-icon img {
    width: 28px;
    object-fit: contain;
}

.cpres-card h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}

.cpres-card p {
    color: #000D30;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 18px;
    flex: 1;
    min-height: 82px;
}

.cpres-arrow {
    color: #0033E6;
    font-size: 18px;
    text-align: right;
    display: block;
    margin-right: 21px;
}

.cp-questions {
    padding: 0 0 0;
}

.cpq-box {
    background-color: #F4F6FD;
    border-radius: 24px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid #A2ABE0;
}

.cpq-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.cpq-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 90px;
}

.cpq-icon img {
    width: 40px;
    object-fit: contain;
}

.cpq-text h5 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
}

.cpq-text p {
    color: #262E3D;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    max-width: 380px;
}

.cpq-btn {
    background-color: #0033E6;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 25px 20px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.cpq-btn:hover {
    background-color: #FFFFFF;
    color: #0033E6;
    box-shadow: inset 0 0 0 1px #0033E6;
}

@media (max-width: 991px) {
    .cpres-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cpq-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .cpq-btn {
        align-self: stretch;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cpres-grid {
        grid-template-columns: 1fr;
    }
}

.tu-hero {
    background-image: url(../img/tu-hero-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 120px 0px;
}

.cpr-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cpr-box2 p {
    color: #000D30;
    text-align: center;
}

.pp-hero {
    background-image: url(../img/pp-hero-bg.png);
    background-position: top;
}

/* Contact Banner */
.ct-banner {
    background-color: #F0F3FD;
    padding: 60px 0;
}

.ct-banner-inner {
    text-align: center;
}

.ct-banner-inner h1 {
    color: #0B1533;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 10px;
}

.ct-banner-inner p {
    color: #000D30;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 991px) {
    .ct-banner {
        padding: 35px 0;
    }

    .ct-banner-inner h1 {
        font-size: 34px;
    }
}

/* Contact Form */
.ct-form-section {
    padding: 80px 0 80px;
}

.ctf-card {
    border: 1px solid #CFD9DE;
    border-radius: 30px;
    padding: 45px;
    max-width: 800px;
    margin: 0 auto;
}

.ctf-row {
    display: flex;
    gap: 20px;
}

.ctf-field {
    margin-bottom: 22px;
    flex: 1;
}

.ctf-field label {
    display: block;
    color: #000D30;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

.ctf-field label span {
    color: #9AA4B2;
    font-weight: 400;
}

.ctf-field input,
.ctf-field select {
    width: 100%;
    border: 1px solid #DDE6EA;
    border-radius: 20px;
    padding: 15px 25px;
    font-size: 14px;
    color: #1E2A44;
    font-family: inherit;
    outline: none;
}

.ctf-field input::placeholder {
    color: #9AA4B2;
}

.ctf-field input:focus,
.ctf-field select:focus {
    border-color: #0033E6;
}

.ctf-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 28px;
    cursor: pointer;
}

.ctf-consent input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #0033E6;
    flex: 0 0 auto;
}

.ctf-consent span {
    color: #6B7280;
    font-size: 13px;
    line-height: 21px;
}

.ctf-consent a {
    color: #0033E6;
    font-weight: 600;
    text-decoration: underline;
}

.ctf-submit {
    width: 100%;
    background-color: #0033E6;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.ctf-submit:hover {
    background-color: #FFFFFF;
    color: #0033E6;
    box-shadow: inset 0 0 0 1px #0033E6;
}

.ctf-note {
    text-align: center;
    color: #000D30;
    font-size: 15px;
    margin: 16px 0 0;
}

.ct-callnow {
    background-color: #E2E9FD;
    border-radius: 3px;
    padding: 18px 30px;
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.ct-callnow img {
    width: 22px;
    object-fit: contain;
}

.ct-callnow span {
    color: #020E2C;
    font-weight: 500;
    font-size: 15px;
}

.ct-callnow a {
    color: #0033E6;
}

@media (max-width: 767px) {
    .ctf-card {
        padding: 30px 25px;
    }

    .ctf-row {
        flex-direction: column;
        gap: 0;
    }

    .ct-callnow {
        flex-direction: column;
        text-align: center;
        padding: 18px 20px;
    }
}

/* Contact Benefits */
.ct-benefits {
    padding: 0 0 0;
}

.ctb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.ctb-card {
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 22px;
    background-color: #FFFFFF;
}

.ctb-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 66px;
}

.ctb-icon img {
    width: 28px;
    object-fit: contain;
}

.ctb-text h4 {
    color: #0B1533;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
}

.ctb-text p {
    color: #4B5563;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

.ct-secure {
    text-align: center;
    color: #000D30;
    font-size: 16px;
    line-height: 30px;
    max-width: 900px;
    margin: 35px auto 0;
}

.ct-secure img {
    width: 20px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 6px;
}

@media (max-width: 767px) {
    .ctb-grid {
        grid-template-columns: 1fr;
    }
}

nav.navbar a:hover {
    color: #0033e6;
}

nav.navbar a:hover:before {
    opacity: 1;
}

.navbar-nav .nav-link:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.dropdown-menu a {
    color: black !important;
}

.btn.btn-web {
    background: white;
    color: #020E2C;
    border-radius: 25px;
    padding: 9px 23px;
    border: 0;
    font-weight: 600;
    margin-left: 10px;
}

.btn-web-white {
    background: #0033E6;
    color: #fff !important;
    border-radius: 25px !important;
    padding: 9px 23px !important;
    border: 0 !important;
    font-weight: 600;
    margin-left: 10px;
}

a.btn-text-blue.new-btn-text-blue {
    display: flex;
    align-items: center;
}

a.btn-text-blue.new-btn-text-blue img {
    height: 22px;
}

.new-steps-flow {}

.steps-flow.new-steps-flow .step-arrow {
    height: 15px;
    width: 30px;
    margin-top: 50px;
}

.steps-flow.new-steps-flow .step-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.steps-secure.new-steps-secure {
    background-color: #F2F4FD;
    border: 1px solid #E7EAFB;
    border-radius: 20px;
}

section.why-borrowers.new-why-borrowers {
    padding-top: 60px;
}

.btn-wrapper.home-btn-wrapper {
    flex-wrap: wrap;
    gap: 0 15px;
}

.btn-wrapper.home-btn-wrapper p {
    font-size: 12px;
    margin: 0;
}


nav.navbar {
    padding: 0.75em 0;
}

nav.navbar.navbar-bg .btn.btn-web {
    margin-left: 1.5rem;
}

.cr-trust-bar {
    background-color: #01154D;
    padding: 22px 0;
    margin-top: 50px;
}

.cr-trust-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px 20px;
    margin: 0;
}

.cr-trust-bar li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    flex: 1;
    justify-content: center;
}

.cr-trust-bar li img {
    width: 20px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .cr-trust-bar li {
        flex: 0 0 100%;
    }
}

/* Quick Stats Bar */
.quick-stats {
    /* background-color: #F3F4F6; */
    padding: 40px 0 0;
}

.qs-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    gap: 20px;
}

.qs-item {
    flex: 1;
    padding: 20px;
    transform: translateY(0px);
    background-color: #fff;
    border-radius: 20px;
    box-shadow: #0033e61c 0px 13px 27px -5px, #0033e61c 0px 8px 16px -8px;
}

.qs-item:hover {
    background-color: #fff;
    transition: 0.5s;
    padding: 20px;
    transform: translateY(-10px);
    border-radius: 20px;
    box-shadow: #0033e640 0px 13px 27px -5px, #0033e647 0px 8px 16px -8px;
}


.offer-sec .qs-item {
    flex: 1;
    padding: 20px;
    border-radius: 0px;
    transform: translateY(0px);
    border-radius: 0px;
}

.offer-sec .qs-item:hover {
    background-color: #fff;
    transition: 0.5s;
    padding: 20px;
    transform: translateY(-10px);
    border-radius: 20px;
    box-shadow: #0033e600 0px 13px 27px -5px, #0033e652 0px 8px 16px -8px;
}


.qs-item h3 {
    color: #0A0A0B;
    font-weight: 700;
    font-size: 45px;
    margin: 0 0 6px;
}

.qs-item p {
    color: #64748B;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.qs-item:not(:last-child) {
    /* border-right: 2px solid #DDE6EA; */
}

@media (max-width: 767px) {
    .qs-row {
        flex-wrap: wrap;
    }

    .qs-item {
        flex: 0 0 100%;
        border-right: none !important;
        padding-bottom: 15px;
    }

    .qs-item:not(:last-child) {
        border-bottom: 1px solid #DDE6EA;
    }
}

.row-right-header {
    display: flex;
    align-items: stretch;
    justify-content: end;
}

/* ===== Header / Navbar ===== */
a.navbar-brand img {
    max-width: 220px;
    width: 100%;
}

.header-top-row .mobile-toggler {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    padding: 7px 10px;
}

.header-top-row .mobile-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.4em;
    height: 1.4em;
}

.header-top-row .mobile-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.phone-num {
    /* display: flex; */
    justify-content: center;
}

.row-right-header div {
    display: flex;
    flex-direction: column;
}

.soft-inq {
    text-align: left !important;
    font-size: 10px;
    margin-top: 6px;
    margin-left: 30px;
}

/* ===== Offer Page: Jump Nav ===== */
.off-jumpnav {
    position: sticky;
    top: 0;
    z-index: 40;
    background-color: #FFFFFF;
    padding: 16px 0;
}

.off-jumpnav .container {
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.off-jumpnav-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000D30;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    justify-content: space-between;
}

.off-jumpnav-label i {
    color: #0033E6;
    font-size: 14px;
}

.off-jumpnav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
    margin: 0;
}

.off-jumpnav-links a {
    color: #000D30;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: color .2s ease;
}

.off-jumpnav-links a:hover,
.off-jumpnav-links a.active {
    color: #0033E6;
}

@media (max-width: 991px) {
    .off-jumpnav .container {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .off-jumpnav-links {
        flex-wrap: nowrap;
    }
}

/* ===== Offer Page: Category Rows ===== */
.off-rows {
    padding: 10px 0 0;
}

.off-row {
    display: grid;
    grid-template-columns: 300px 399px 3fr;
    gap: 40px;
    align-items: center;
    border: 1px solid #E5E7EB;
    scroll-margin-top: 90px;
}

.off-row:first-child {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.off-media {
    position: relative;
    height: 100%;
}

.off-photo {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
    background-color: #F1F4FC;
}

.off-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.off-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #0033E6;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0, 13, 48, 0.3);
    border: 2px solid #FFFFFF;
    z-index: 2;
}

.off-content h3 {
    color: #000D30;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 8px;
}

.off-tagline {
    color: #000D30;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

.off-content p.off-desc {
    color: #5B707B;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 18px;
    max-width: 300px;
}

.off-content .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
}

.off-list-label {
    color: #0033E6;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block;
}

.off-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px 24px;
    margin: 0;
}

.off-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000D30;
    font-size: 14px;
    line-height: 19px;
}

.off-checklist li i {
    color: #0033E6;
    font-size: 13px;
    margin-top: 3px;
    flex: 0 0 auto;
    width: 14px;
    text-align: center;
}

@media (max-width: 991px) {
    .off-row {
        grid-template-columns: 160px 1fr;
    }

    .off-row .off-list {
        grid-column: 1 / -1;
        margin-top: 20px;
    }

    .off-content p.off-desc {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .off-row {
        grid-template-columns: 1fr;
    }

    .off-row .off-list {
        margin-top: 4px;
    }

    .off-photo {
        height: 160px;
    }

    .off-checklist {
        grid-template-columns: 1fr;
    }
}

/* ===== Offer Page: Why Borrowers Choose ===== */
.off-why {
    padding: 30px 0;
}

.numbers-sec .off-why-box {
    background-color: #F2F4FC;
    border-radius: 32px 32px 0 0;
    padding: 45px 40px;
    border: 1px solid #D3D4E0;
    border-bottom: 0 !important;
}

.container.numbers-sec {
    background: #F2F4FC;
    padding: 0;
    border-radius: 40px;
}

.off-why-box {
    background-color: #F2F4FC;
    border-radius: 32px;
    padding: 45px 40px;
}

.off-why-box h2 {
    text-align: center;
    color: #000D30;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 35px;
}

.off-stats {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.off-stat {
    flex: 1;
    min-width: 150px;
    text-align: center;
}

.off-stat-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 19px;
}

.off-stat h3 {
    color: #000D30;
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 6px;
}

.off-stat-stars {
    height: 15px;
    margin: 2px 0 9px;
    display: block;
}

.off-stat p {
    color: #6B7280;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.off-stat p.off-stat-sub {
    color: #9CA3AF;
    font-size: 12px;
    margin-top: 3px;
}

.off-stat-icon-blue {
    background-color: #0033E6;
    color: #FFFFFF;
}

.off-stat-icon-lightblue {
    background-color: #EAF0FE;
    color: #0033E6;
}

.off-stat-icon-green {
    background-color: #16A34A;
    color: #FFFFFF;
}

.off-stat-icon-purple {
    background-color: #F3EAFE;
    color: #9C3CF5;
}

.off-stat-icon-navy {
    background-color: #E4ECFD;
    color: #000D30;
}

@media (max-width: 767px) {
    .off-stat {
        flex: 0 0 45%;
    }
}

@media (max-width: 575px) {
    .off-stat {
        flex: 0 0 100%;
    }
}

/* ===== TrustBox Widget ===== */
.social-icons .trustpilot-widget {
    max-width: 140px;
}

.rv-tp-widget {
    padding: 30px 0 10px;
    text-align: center;
}

.rv-tp-widget .trustpilot-widget {
    max-width: 320px;
    margin: 0 auto;
}

/* Bootstrap accordion overrides to match cpa- design */
.cpa-box .accordion-item {
    border: none;
    background: transparent;
    border-bottom: 1px solid #E5E7EB;
}

.cpa-box .accordion-header {
    margin: 0;
}

.cpa-box .accordion-button {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 40px 0;
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: left;
    cursor: pointer;
}

.cpa-box .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: inherit;
}

.cpa-box .accordion-button:focus {
    box-shadow: none;
}

/* Replace Bootstrap's default caret with your fa-chevron-down look */
.cpa-box .accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
    /* fa-chevron-down */
    color: #9AA4B2;
    font-size: 14px;
    width: auto;
    height: auto;
    transition: transform 0.25s ease;
}

.cpa-box .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    color: #0033E6;
}

.cpa-box .accordion-title,
.cpa-box .cpa-title {
    flex: 1;
    min-width: 0;
}

.cpa-box .accordion-collapse {
    /* Bootstrap's JS handles the collapse animation; no max-height needed */
}

.cpa-box .accordion-body {
    padding: 0 0 24px 78px;
    /* 60px icon + 18px gap, matches old 64px offset roughly */
    color: #4B5563;
    font-size: 14px;
    line-height: 23px;
}

@media (max-width: 991px) {
    .cpa-box .accordion-body {
        padding-left: 0;
    }
}

.disclosure-content h2 {
    color: #000D30;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 28px;
    margin-top: 80px;
}

section.disclosure {
    padding: 80px 0px 0;
}

.disclosure-content p {
    color: #000D30;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.dc-input-wrap {
    position: relative;
}

.dc-currency {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

#dcDebt {
    padding-left: 10px;
}

.mc-input-wrap .mc-currency {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}

.cpa-box .accordion-body ul li {
    position: relative;
}

.cpa-box .accordion-body ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #4B5563;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}

.cpa-box .accordion-body ul li {
    padding-left: 15px;
}

.cpa-box .accordion-body p {
    font-size: 16px;
    color: black;
}

.qs-label {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748B;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}


.offer-sec .qs-label {
    color: #000;
}

.hiw {
    padding: 0 0 150px;
}

.hiw-head {
    text-align: center;
    margin-bottom: 55px;
}

.hiw-head h2 {
    color: #1E2A44;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
}

.hiw-head p {
    color: #6B7280;
    font-size: 15px;
    margin: 0;
}

.hiw-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.hiw-flow::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 12.5%;
    right: 12.5%;
    height: 1px;
    background-color: #DDE6EA;
    z-index: 0;
}

.hiw-item {
    flex: 1;
    text-align: center;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.hiw-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E2E9FD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.hiw-icon svg {
    width: 28px;
    height: 28px;
}

.hiw-item h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    max-width: 220px;
    margin: 0 auto 15px;
}

.hiw-item p {
    color: #64748B;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
}

@media (max-width: 991px) {
    .hiw-flow {
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .hiw-flow::before {
        display: none;
    }

    .hiw-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 575px) {
    .hiw-item {
        flex: 0 0 100%;
    }
}

.hiw-icon img {
    width: 55px;
}

nav.off-jumpnav .container {
    padding: 15px 20px;
    background: #F2F4FC;
    border-radius: 10px;
    border: 1px solid #cccc;
}

ul.off-jumpnav-links li {
    position: relative;
}

ul.off-jumpnav-links li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #ccc;
    right: -12px;
}

ul.off-jumpnav-links li:last-child::after {
    /* styles */
    content: none;
}

.off-stat-icon i {
    font-size: 29px;
}

.off-list {
    padding: 1rem 0;
    position: relative;
}

.off-row:first-child img {
    /* border-top-left-radius: 20px; */
}

.off-row:last-child {
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.off-list::after {
    position: absolute;
    content: '';
    height: 75%;
    border: 1px solid #cccccc63;
    left: -32px;
    top: 0;
    transform: translate(0px, 10%);
}

h2.contact-title {
    color: #1E2A44;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
}

.contact-title span {
    color: #0033E6;
}

p.contact-para {
    color: #6B7280;
    font-size: 15px;
    margin: 0;
}

form.contact-form .form-control {
    border: 1px solid #DDE6EA;
    margin-bottom: 1rem;
    color: black;
}

.form-control::placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    /* Ensures full visibility in some browsers */
}

form.contact-form {
    margin-top: 1.5rem;
}

.btn-contact button {
    padding: 15px 40px;
}

ul.contact-list {
    list-style: none;
    padding: 0;
}

li.contact-li {
    display: flex;
    gap: 15px;
    border: 1px solid #DDE6EA;
    padding: 1.5rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.contact-icon {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E9EDF7;
    border-radius: 10px;
}


.contact-info * {
    font-size: 18px;
    margin-bottom: 4px;
    color: #45556C;
}


p.purple-contact {
    color: #2242AD;
}

p.label-contact {
    font-size: 16px;
}

.loader {
    display: none;
}

.contact-icon i {
    font-size: 25px;
    color: #0033e6;
}

.blog-hero-section {
    padding: 5rem 0;
}

.blog-hero-inner {
    max-width: 640px;
    margin: 0 auto;
}

.blog-hero-title {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.blog-hero-sub {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 1.7;
}

.blog-listing-section {
    background: #f8faff;
}

.blog-card-link {
    display: block;
    text-decoration: none;
    height: 100%;
}

.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(34, 66, 173, 0.07);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
}

.blog-card:hover {
    box-shadow: 0 10px 36px rgba(34, 66, 173, 0.14);
    transform: translateY(-4px);
}

figure.blog-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
    margin: 0;
    flex-shrink: 0;
}

figure.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog-card:hover figure.blog-card-img img {
    transform: scale(1.04);
}

.blog-card-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #2242AD;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.4px;
}

.blog-card-body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.blog-card-meta span {
    font-size: 12px;
    color: #5B707B;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-card-meta i {
    color: #2242AD;
    font-size: 11px;
}

.blog-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #020E2C;
    margin: 0 0 10px;
    line-height: 1.4;
}

.blog-card:hover .blog-card-title {
    color: #2242AD;
}

.blog-card-excerpt {
    font-size: 13px;
    color: #5B707B;
    line-height: 1.7;
    flex: 1;
    margin: 0 0 18px;
}

.blog-card-read {
    font-size: 13px;
    font-weight: 600;
    color: #2242AD;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
}

.blog-card:hover .blog-card-read {
    gap: 10px;
}

/* =========================
   BLOG DETAIL PAGE
   ========================= */

.blog-detail-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 3.5rem;
}

.blog-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 14, 44, 0.88) 30%, rgba(2, 14, 44, 0.30) 100%);
}

.blog-detail-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.badge-pill {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 6px 16px;
    border-radius: 20px;
}

.badge-pill-light {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.blog-detail-hero-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 12px 0 16px;
}

.blog-detail-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.blog-detail-meta span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-detail-meta i {
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
}

.blog-detail-content-section {
    background: #f8faff;
}

/* Article body */
.blog-article {
    background: #fff;
    border-radius: 20px;
    padding: 40px 44px;
    box-shadow: 0 4px 24px rgba(34, 66, 173, 0.06);
}

.blog-article-lead {
    font-size: 17px;
    color: #262E3D;
    font-weight: 500;
    line-height: 1.8;
    border-left: 4px solid #2242AD;
    padding-left: 18px;
    margin-bottom: 2rem;
}

.blog-article-body p {
    font-size: 15px;
    color: #3a4a5c;
    line-height: 1.85;
    margin-bottom: 1.2rem;
}

.blog-article-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #020E2C;
    margin: 2rem 0 0.8rem;
}

.blog-article-body h4 {
    font-size: 17px;
    font-weight: 600;
    color: #2242AD;
    margin: 1.4rem 0 0.4rem;
}

.blog-article-body ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.2rem;
}

.blog-article-body ul li {
    font-size: 15px;
    color: #3a4a5c;
    line-height: 1.75;
    padding-left: 24px;
    position: relative;
    margin-bottom: 6px;
}

.blog-article-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #2242AD;
    border-radius: 50%;
}

.blog-article-body strong {
    color: #020E2C;
    font-weight: 600;
}

/* Article footer */
.blog-article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding: 22px 0 20px;
    margin-top: 2rem;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.blog-tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.blog-tag {
    font-size: 12px;
    font-weight: 500;
    color: #2242AD;
    background: #eef3fd;
    border-radius: 20px;
    padding: 4px 12px;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-share-label {
    font-size: 13px;
    color: #5B707B;
    font-weight: 500;
}

.blog-share-icon {
    width: 32px;
    height: 32px;
    background: #f0f4fb;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2242AD !important;
    font-size: 13px;
    transition: background 0.2s, color 0.2s;
}

.blog-share-icon:hover {
    background: #2242AD;
    color: #fff !important;
}

.blog-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #2242AD !important;
    margin-top: 22px;
}

.blog-back-link:hover {
    gap: 3px;
}

/* Sidebar */
.blog-sidebar-cta {
    background: linear-gradient(135deg, #020E2C 0%, #065BBE 100%);
    border-radius: 18px;
    padding: 28px 24px;
    margin-bottom: 28px;
    text-align: center;
}

.blog-sidebar-cta-icon {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.blog-sidebar-cta-icon i {
    font-size: 22px;
    color: #fff;
}

.blog-sidebar-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.blog-sidebar-cta-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    margin-bottom: 18px;
}

.blog-sidebar-cta .btn.linear-btn {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.blog-sidebar-related {
    background: #fff;
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 4px 20px rgba(34, 66, 173, 0.06);
}

.blog-sidebar-heading {
    font-size: 17px;
    font-weight: 700;
    color: #020E2C;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef3fd;
}

.blog-related-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f6;
    text-decoration: none;
}

.blog-related-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-related-card:hover .blog-related-title {
    color: #2242AD;
}

figure.blog-related-img {
    width: 72px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

figure.blog-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-related-info {
    flex: 1;
}

.blog-related-cat {
    font-size: 10px;
    font-weight: 600;
    color: #2242AD;
    background: #eef3fd;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 4px;
}

.blog-related-title {
    font-size: 13px;
    font-weight: 600;
    color: #020E2C;
    line-height: 1.45;
    margin: 0 0 4px;
    transition: color 0.2s;
}

.blog-related-date {
    font-size: 11px;
    color: #5B707B;
}

@media (max-width: 991px) {
    .blog-hero-title {
        font-size: 36px;
    }

    .blog-detail-hero-title {
        font-size: 28px;
    }

    .blog-article {
        padding: 28px 24px;
    }
}

@media (max-width: 575px) {
    .blog-hero-title {
        font-size: 28px;
    }

    .blog-detail-hero {
        min-height: 360px;
    }

    .blog-detail-hero-title {
        font-size: 22px;
    }

    .blog-article {
        padding: 22px 16px;
    }

    .blog-article-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}


.cta-section {
    background: linear-gradient(90deg, #020E2C 0%, #065BBE 100%);
    padding: 3.5rem 0;
}

h2.cta-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}

p.cta-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.cta-btns {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.btn-cta-white {
    background: #fff;
    color: #020E2C;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #fff;
}

.btn-cta-outline {
    background: transparent;
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #fff;
}

.btn-cta-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.btn-cta-white:hover {
    background: #f0f0f0;
    color: #020E2C;
}

/* Blog placeholder art (no stock photography in project) */
.blog-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog-ph:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.6;
}

.blog-ph i {
    color: #fff;
    opacity: 0.95;
    position: relative;
}

figure.blog-card-img .blog-ph i {
    font-size: 46px;
}

figure.blog-related-img .blog-ph i {
    font-size: 18px;
}

.blog-ph-blue {
    background: linear-gradient(135deg, #0033E6 0%, #1E4FF0 100%);
}

.blog-ph-green {
    background: linear-gradient(135deg, #0E9448 0%, #16A34A 100%);
}

.blog-ph-purple {
    background: linear-gradient(135deg, #8425E8 0%, #9C3CF5 100%);
}

.blog-ph-navy {
    background: linear-gradient(135deg, #020E2C 0%, #1E3A6E 100%);
}

.blog-ph-orange {
    background: linear-gradient(135deg, #C2410C 0%, #F97316 100%);
}

/* Article body ordered lists */
.blog-article-body ol {
    padding-left: 20px;
    margin-bottom: 1.2rem;
}

.blog-article-body ol li {
    font-size: 15px;
    color: #3a4a5c;
    line-height: 1.75;
    margin-bottom: 6px;
}

/* Closing CTA inside article */
.blog-article-cta {
    background: #f0f4fb;
    border-radius: 16px;
    padding: 26px 28px;
    margin: 2rem 0 0.5rem;
}

.blog-article-cta h4 {
    font-size: 19px;
    font-weight: 700;
    color: #020E2C;
    margin: 0 0 8px;
}

.blog-article-cta p {
    font-size: 14px;
    color: #3a4a5c;
    line-height: 1.7;
    margin-bottom: 16px;
}

.blog-article-cta .btn-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2242AD;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
    border-radius: 8px;
    margin-bottom: 14px;
}

.blog-article-cta .btn-cta-link:hover {
    background: #17348a;
}

.blog-article-cta .blog-disclaimer {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #8a97a8;
    line-height: 1.6;
    margin: 0;
}

/* ===== How It Works Page ===== */
.hiw-hero {
    padding: 70px 0 50px;
}

.hiw-hero-content h1 {
    color: #000D30;
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 18px;
}

.hiw-hero-content h1 span {
    color: #0033E6;
    display: block;
}

.hiw-hero-content>p {
    color: #000D30;
    font-size: 17px;
    line-height: 26px;
    max-width: 460px;
    margin-bottom: 26px;
}

.hiw-compare-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 20px 50px rgba(0, 13, 48, 0.08);
}

.hiw-compare-card h6 {
    color: #000D30;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 18px;
}

.hiw-lender-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid #EEF1F6;
}

.hiw-lender-row:first-of-type {
    border-top: none;
}

.hiw-lender-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    flex: 0 0 40px;
}

.hiw-lender-icon-navy {
    background-color: #1E293B;
}

.hiw-lender-icon-orange {
    background-color: #F97316;
}

.hiw-lender-icon-green {
    background-color: #16A34A;
}

.hiw-lender-icon-purple {
    background-color: #7C3AED;
}

.hiw-lender-icon-blue {
    background-color: #0033E6;
}

.hiw-lender-icon img {
    width: 18px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.hiw-lender-info {
    flex: 1;
    min-width: 0;
}

.hiw-lender-info strong {
    display: block;
    color: #000D30;
    font-weight: 600;
    font-size: 14px;
}

.hiw-lender-info span {
    color: #000D30;
    font-size: 12px;
}

.hiw-lender-amount {
    text-align: right;
    flex: 1;
    text-align: center;
}

.hiw-lender-amount strong {
    display: block;
    color: #000D30;
    font-weight: 700;
    font-size: 14px;
}

.hiw-lender-amount span {
    color: #000D30;
    font-size: 11px;
}

.hiw-lender-terms {
    text-align: right;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 16px;
    flex: 1;
    text-align: center;
}

.hiw-lender-btn {
    flex: 0 0 auto;
    background-color: #EAF0FE;
    color: #0033E6;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: nowrap;
}

.hiw-lender-btn:hover {
    background-color: #0033E6;
    color: #FFFFFF;
}

.hiw-compare-foot {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid #EEF1F6;
}

.hiw-compare-foot img {
    height: 16px;
}

.hiw-compare-foot span {
    color: #000D30;
    font-size: 12px;
    line-height: 16px;
}

@media (max-width: 991px) {
    .hiw-compare-card {
        margin-top: 40px;
    }

    .hiw-lender-row {
        flex-wrap: wrap;
    }

    .hiw-lender-amount,
    .hiw-lender-terms {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hiw-hero-content h1 {
        font-size: 34px;
        line-height: 42px;
    }
}

/* Apply Flow */
.hiw-flow-section {
    /* padding: 0 0 90px; */
}

.hiw-flow-box {
    background-color: #F3F7FE;
    border: 1px solid #e5e7eb7a;
    border-radius: 24px;
    padding: 30px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
}

.hiw-flow-item {
    text-align: center;
    padding: 0 10px;
    min-width: 0;
    gap: 15px;
    display: flex;
}

.hiw-flow-icon {
    width: 80px;
    height: 60px;
    border-radius: 50%;
    background-color: #0033E6;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    /* flex: 2; */
    justify-content: center;
    /* font-size: 20px; */
    /* margin: 0 auto 14px; */
}

.hiw-flow-item h6 {
    color: #000D30;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.hiw-flow-item p {
    color: #6B7280;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
}

.hiw-flow-arrow {
    color: #C7D0E6;
    font-size: 18px;
    flex: 0 0 auto;
    margin-top: 22px;
}

@media (max-width: 767px) {
    .hiw-flow-box {
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .hiw-flow-item {
        flex: 0 0 45%;
    }

    .hiw-flow-arrow {
        display: none;
    }
}

@media (max-width: 575px) {
    .hiw-flow-item {
        flex: 0 0 100%;
    }
}

/* Trust row under steps */
.hiw-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 40px;
    color: #4B5563;
    font-size: 14px;
}

.hiw-trust-row span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #000d30;
}

.hiw-trust-row i {
    color: #0033E6;
}

.hiw-trust-dot {
    color: #C7D0E6;
}

/* More Options dark panel */
.hiw-more {
    padding: 0 0 120px;
}

.hiw-more-box {
    background-color: #01154D;
    border-radius: 40px;
    padding: 55px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.hiw-more-content {
    flex: 0 0 34%;
}

.hiw-more-content h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 16px;
}

.hiw-more-content h2 span {
    color: #6E93FF;
    display: block;
}

.hiw-more-content p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 26px;
}

.hiw-more-content .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0033E6;
    border-radius: 10px;
    padding: 14px 22px;
}

.hiw-offer-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    min-width: 0;
}

.hiw-offer-card {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 22px;
    display: flex;
    flex-direction: column;
}

.hiw-offer-card .hiw-lender-icon {
    margin-bottom: 16px;
}

.hiw-offer-card strong.hiw-offer-label {
    color: #000D30;
    font-weight: 600;
    font-size: 15px;
}

.hiw-offer-card span.hiw-offer-sub {
    color: #9CA3AF;
    font-size: 12px;
    display: block;
    margin-bottom: 16px;
}

.hiw-offer-amount {
    color: #000D30;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 2px;
}

.hiw-offer-amount-label {
    color: #9CA3AF;
    font-size: 12px;
    margin-bottom: 12px;
}

.hiw-offer-terms {
    color: #4B5563;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #EEF1F6;
}

.hiw-offer-terms strong {
    color: #000D30;
}

.hiw-offer-card .hiw-lender-btn {
    text-align: center;
    margin-top: auto;
}

@media (max-width: 991px) {
    .hiw-more-box {
        flex-direction: column;
        padding: 40px 30px;
    }

    .hiw-more-content {
        flex: 0 0 auto;
    }

    .hiw-offer-grid {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hiw-offer-grid {
        grid-template-columns: 1fr;
    }
}

/* Reviews signature */
.hiw-rt-sig {
    color: #9CA3AF;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

/* Final CTA */
.hiw-final-cta {
    padding: 0 0 120px;
}

.hiw-final-box {
    background-color: #01154D;
    border-radius: 30px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 30px; */
    flex-wrap: wrap;
}

.hiw-final-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.hiw-final-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #2A35D5;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    /* flex: 0 0 64px; */
}

.hiw-final-icon img {
    width: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.hiw-final-text h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 6px;
}

.hiw-final-text p {
    color: #C7D0E6;
    font-size: 15px;
    margin: 0;
}

.hiw-final-box .btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0033E6;
    border-radius: 10px;
    padding: 15px 24px;
    font-weight: 600;
    flex: 0 0 auto;
}

@media (max-width: 575px) {
    .hiw-final-box {
        text-align: center;
        justify-content: center;
    }

    .hiw-final-left {
        flex-direction: column;
        text-align: center;
    }
}

.lender-row-wrapper {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    padding: 16px 26px;
    box-shadow: 0 20px 50px rgba(0, 13, 48, 0.08);
}

.hiw-flow-icon i {
    font-size: 30px;
}

.step-arrow img {
    width: 100%;
}

.lender-row-card {
    display: flex;
    gap: 10px;
}

section.testimonials {
    padding-bottom: 60px;
}

/* =========================================================
   FAQ PAGE
========================================================= */
.fq-hero {
    padding: 70px 0 30px;
}

.fq-hero-content h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 18px;
}

.fq-hero-content h1 span {
    color: #0033E6;
}

.fq-hero-content>p {
    color: #4B5563;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
    max-width: 500px;
}

.fq-search {
    position: relative;
    margin-bottom: 22px;
    max-width: 480px;
}

.fq-search i {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #9CA3AF;
    font-size: 15px;
}

.fq-search input {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 62px;
    padding: 16px 20px 16px 50px;
    font-size: 15px;
    color: #111827;
    box-shadow: 0 10px 30px rgba(0, 13, 48, 0.06);
    outline: none;
}

.fq-search input:focus {
    border-color: #0033E6;
}

.fq-hero-content .checking {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

.fq-hero-content .checking img {
    width: 16px;
}

/* Right panel */
.fq-panel {
    background-color: #FFFFFF;
    border: 1px solid #EEF1F6;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 25px 60px rgba(0, 13, 48, 0.08);
}

.fq-panel-head {
    text-align: center;
    margin-bottom: 26px;
}

.fq-panel-head h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
}

.fq-panel-head p {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

.fq-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    margin-bottom: 26px;
}

.fq-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 0;
}

.fq-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #EAF0FE;
    color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.fq-step strong {
    color: #000D30;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.fq-step small {
    color: #9CA3AF;
    font-size: 12px;
}

.fq-step-arrow {
    color: #C7D0E6;
    font-size: 14px;
    margin-top: 26px;
    flex: 0 0 auto;
}

.fq-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background-color: #F2F5FE;
    border-radius: 16px;
    padding: 18px 20px;
}

.fq-banner i {
    color: #0033E6;
    font-size: 20px;
    margin-top: 2px;
}

.fq-banner strong {
    display: block;
    color: #000D30;
    font-size: 15px;
    margin-bottom: 2px;
}

.fq-banner p {
    color: #6B7280;
    font-size: 13px;
    margin: 0;
}

.fq-panel-note {
    text-align: right;
    color: #9CA3AF;
    font-size: 12px;
    font-style: italic;
    margin: 10px 4px 0 0;
}

@media (max-width: 991px) {
    .fq-hero-content h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .fq-panel {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .fq-steps {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .fq-step {
        flex: 0 0 45%;
    }

    .fq-step-arrow {
        display: none;
    }
}

/* Tabs */
.fq-tabs-section {
    padding: 10px 0 30px;
}

.fq-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #EEF1F6;
    padding-bottom: 20px;
}

.fq-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4B5563;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 60px;
    border: 1px solid #E5E7EB;
    white-space: nowrap;
}

.fq-tab i {
    color: #9CA3AF;
    font-size: 13px;
}

.fq-tab span {
    color: #9CA3AF;
}

.fq-tab.active {
    background-color: #0033E6;
    border-color: #0033E6;
    color: #FFFFFF;
}

.fq-tab.active i,
.fq-tab.active span {
    color: #FFFFFF;
}

.fq-tab:hover {
    border-color: #0033E6;
    color: #0033E6;
}

@media (max-width: 767px) {
    .fq-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 16px;
    }
}

/* Category cards grid */
.fq-grid-section {
    padding: 10px 0 70px;
}

.fq-card {
    background-color: #FFFFFF;
    border: 1px solid #EEF1F6;
    border-radius: 22px;
    padding: 28px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    scroll-margin-top: 120px;
}

.fq-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.fq-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex: 0 0 42px;
}

.fq-card-head h5 {
    color: #000D30;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}

/* accordion overrides */
.fq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #F1F3F8;
}

.fq-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.fq-accordion .accordion-button {
    padding: 14px 26px 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    background: transparent;
    box-shadow: none;
    position: relative;
    line-height: 20px;
}

.fq-accordion .accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    color: #9CA3AF;
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 16px;
}

.fq-accordion .accordion-button:not(.collapsed) {
    font-weight: 600;
    box-shadow: none;
}

.fq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.fq-accordion .accordion-button:focus {
    box-shadow: none;
}

.fq-accordion .accordion-body {
    color: #6B7280;
    font-size: 13.5px;
    line-height: 22px;
    padding: 0 26px 18px 0;
}

.fq-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.fq-view-all i {
    font-size: 12px;
}

/* category colors */
.fq-card-blue .fq-card-icon {
    background-color: #EAF0FE;
    color: #0033E6;
}

.fq-card-blue .accordion-button:not(.collapsed),
.fq-card-blue .accordion-button:not(.collapsed)::after {
    color: #0033E6;
}

.fq-card-blue .fq-view-all {
    color: #0033E6;
}

.fq-card-green .fq-card-icon {
    background-color: #E6F9EE;
    color: #16A34A;
}

.fq-card-green .accordion-button:not(.collapsed),
.fq-card-green .accordion-button:not(.collapsed)::after {
    color: #16A34A;
}

.fq-card-green .fq-view-all {
    color: #16A34A;
}

.fq-card-purple .fq-card-icon {
    background-color: #F1E9FE;
    color: #7C3AED;
}

.fq-card-purple .accordion-button:not(.collapsed),
.fq-card-purple .accordion-button:not(.collapsed)::after {
    color: #7C3AED;
}

.fq-card-purple .fq-view-all {
    color: #7C3AED;
}

.fq-card-orange .fq-card-icon {
    background-color: #FFEEE6;
    color: #EA580C;
}

.fq-card-orange .accordion-button:not(.collapsed),
.fq-card-orange .accordion-button:not(.collapsed)::after {
    color: #EA580C;
}

.fq-card-orange .fq-view-all {
    color: #EA580C;
}

.fq-card-teal .fq-card-icon {
    background-color: #E1F5F3;
    color: #0D9488;
}

.fq-card-teal .accordion-button:not(.collapsed),
.fq-card-teal .accordion-button:not(.collapsed)::after {
    color: #0D9488;
}

.fq-card-teal .fq-view-all {
    color: #0D9488;
}

.fq-card-indigo .fq-card-icon {
    background-color: #EAEAFB;
    color: #4338CA;
}

.fq-card-indigo .accordion-button:not(.collapsed),
.fq-card-indigo .accordion-button:not(.collapsed)::after {
    color: #4338CA;
}

.fq-card-indigo .fq-view-all {
    color: #4338CA;
}

.fq-card-navy .fq-card-icon {
    background-color: #E8ECFB;
    color: #1E3A8A;
}

.fq-card-navy .accordion-button:not(.collapsed),
.fq-card-navy .accordion-button:not(.collapsed)::after {
    color: #1E3A8A;
}

.fq-card-navy .fq-view-all {
    color: #1E3A8A;
}

/* CTA card */
.fq-cta-card {
    background-color: #01154D;
    border-radius: 22px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

.fq-cta-card h4 {
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
}

.fq-cta-card>p {
    color: #C7D0E6;
    font-size: 13.5px;
    line-height: 21px;
    margin-bottom: 20px;
}

.fq-cta-points {
    margin-bottom: 26px;
}

.fq-cta-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #FFFFFF;
    font-size: 13.5px;
    line-height: 20px;
    margin-bottom: 12px;
}

.fq-cta-points li i {
    color: #4ADE80;
    margin-top: 3px;
    font-size: 13px;
}

.fq-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #FFFFFF;
    color: #0033E6;
    font-weight: 600;
    font-size: 14px;
    border-radius: 62px;
    padding: 13px 22px;
    margin-bottom: 24px;
}

.fq-cta-trust {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 18px;
    min-height: 24px;
}

.fq-tp-mini {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 24px;
}

.fq-tp-mini-stars {
    height: 18px;
}

.fq-tp-mini span {
    color: #C7D0E6;
    font-size: 12.5px;
    font-weight: 500;
}

/* Help bar */
.fq-help-section {
    padding-bottom: 60px;
}

.fq-help-bar {
    background-color: #F3F7FE;
    border-radius: 24px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.fq-help-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.fq-help-main {
    flex: 1 1 320px;
}

.fq-help-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 48px;
}

.fq-help-item h6 {
    color: #000D30;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 3px;
}

.fq-help-item p {
    color: #6B7280;
    font-size: 13px;
    margin: 0;
}

.fq-help-item a {
    color: #0033E6;
    font-weight: 600;
    font-size: 15px;
    display: block;
}

@media (max-width: 767px) {
    .fq-help-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 26px 24px;
    }
}

/* search filter helper states */
.fq-grid-col.fq-hidden {
    display: none;
}

.fq-item.fq-hidden {
    display: none;
}

/* new css */
.circle-icon {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E6EBF8;
    border-radius: 50%;
}

.quick-stats-sample .icon-qs {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-icon i {
    color: #0033E6;
    font-size: 54px;
}

.quick-stats-sample .qs-item h3 {
    color: #0033E6;
    margin-top: 1rem;
    font-size: 50px;
}

.quick-stats-sample .qs-label {
    margin-bottom: 3rem;
    color: #000;
}

.quick-stats-sample .qs-item p {
    color: #565A7E;
}

/* .quick-stats-sample .qs-item:not(:last-child) {
    border-right: 2px solid #DDE6EA;
} */

.quick-stats-sample {
    background-image: #fff;
    background-size: 100% 100%;
    /* height: 550px; */
    display: flex;
    border-radius: 40px;
    margin: 0 20px 0 20px;
    align-items: center;
    padding: 30px 0;
}

.offer-sec {
    background: #fff;
    background-size: 100% 100%;
    /* height: 550px; */
    display: flex;
    border-radius: 40px;
    margin: 00px 20px 0 20px;
    align-items: center;
    padding: 70px 0 70px 0;
}


/* ===== Application Flow (How It Works intro) ===== */
.app-flow {
    margin: 100px 20px 0 20px;
    padding: 100px 0;
    border-radius: 40px;
    background: linear-gradient(18deg, #E3ECFC, #F0F4FF);
}

.app-flow-head {
    text-align: center;
    /* max-width: 720px; */
    margin: 0 auto 60px;
}

.app-flow-head .tag {
    margin-bottom: 20px;
}

.app-flow-head h2 {
    color: #000D30;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.35;
    margin-bottom: 14px;
}

.app-flow-head h2 span {
    color: #0033E6;
}

.app-flow-head p {
    color: #5B707B;
    font-size: 16px;
    margin: 0;
}

.app-flow-body {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.app-flow-side {
    flex: 0 0 270px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.app-flow-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.app-flow-point-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #E5E8FA;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: 0 0 52px;
}

.app-flow-point h6 {
    color: #000D30;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.app-flow-point h6 span {
    color: #0033E6;
}

.app-flow-point p {
    color: #5B707B;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.app-flow-steps {
    flex: 1;
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

.app-flow-step {
    flex: 1;
    min-width: 0;
    text-align: center;
    padding: 0 8px;
    position: relative;
}

.app-flow-num {
    display: flex;
    color: #0033E6;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: aliceblue;
    border-radius: 50%;
}

.app-flow-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #DCE4FF;
    background-color: #FFFFFF;
    color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 18px;
}

.app-flow-step h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.app-flow-step p {
    color: #5B707B;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.app-flow-connector {
    flex: 0 1 50px;
    height: 2px;
    /* border-top: 2px dotted #C7D5FF; */
    position: absolute;
    right: 0;
    top: 40%;
}

.app-flow-connector:after {
    /* content: ""; */
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #AFC2FF;
}

.app-flow-cta {
    text-align: center;
    margin-top: 1rem;
}

.btn-blue-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #0033E6;
    color: #FFFFFF;
    padding: 15px 36px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-blue-pill:hover {
    background-color: #001C99;
    color: #FFFFFF;
}

.app-flow-cta .checking-center {
    justify-content: center;
    margin-top: 18px;
}

@media (max-width: 991px) {
    .app-flow-body {
        flex-direction: column;
    }

    .app-flow-side {
        flex: 0 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        gap: 24px;
    }

    .app-flow-point {
        flex: 0 0 100%;
    }

    .app-flow-steps {
        flex-wrap: wrap;
        row-gap: 34px;
    }

    .app-flow-step {
        flex: 0 0 45%;
    }

    .app-flow-connector {
        display: none;
    }
}

@media (max-width: 575px) {
    .app-flow {
        padding: 60px 0;
    }

    .app-flow-head h2 {
        font-size: 26px;
    }

    .app-flow-step {
        flex: 0 0 100%;
    }
}

.app-flow-connector i {
    font-size: 26px;
    color: #0033e6;
}

.app-flow-icon i {
    font-size: 40px;
}

.app-flow-point-icon i {
    font-size: 30px;
    color: #0033e6;
}

/* ===== Competitive Loan Features ===== */
.clf {
    /* background-color: #EEF2FC; */
    background: linear-gradient(45deg, black, #001C99);
    padding: 90px 0 60px;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    margin: 0 20px 0 20px;
}

.clf-head h2 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}

.clf-head h2 span {
    color: #fff;
}

.clf-head>p {
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 420px;
}

.clf-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 24px;
}

.clf-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.clf-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #0033E6;
    box-shadow: 0 4px 14px rgba(0, 13, 48, 0.08);
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
}

.clf-item h6 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
}

.clf-item p {
    color: #fff;
    font-size: 12.5px;
    line-height: 1.5;
    margin: 0;
}

.clf .wrap {
    width: 50vw;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.clf .wrap svg {
    display: block;
    width: 100%;
    height: auto;
}

.clf-photo {
    width: 100%;
    height: 340px;
    border-radius: 24px;
    background: linear-gradient(135deg, #0033E6 0%, #1E4FF0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.clf-photo:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    opacity: 0.6;
}

.clf-photo i {
    font-size: 76px;
    color: #FFFFFF;
    opacity: 0.95;
    position: relative;
}

.clf-cta {
    position: relative;
    z-index: 2;
    background-color: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 13, 48, 0.14);
    max-width: 560px;

    margin: 50px auto 55px;
    padding: 36px 40px 28px;
    text-align: center;
}

.offer-clf-cta {
    max-width: 700px;
    margin: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

.clf-cta-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E6EBF8;
    color: #0033E6;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    left: 0;
    right: 0;
    top: -31px;
}

.clf-cta h3 {
    color: #000D30;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 8px;
}

.clf-cta h3 span {
    color: #0033E6;
}

.clf-cta>p {
    color: #5B707B;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 22px;
    max-width: 400px;
}

.clf-cta .btn-blue-pill {
    width: 100%;
    justify-content: center;
}

.clf-cta .checking-center {
    margin-top: 14px;
    font-size: 12px;
}

.clf-trust {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

/* .ofer-page-clf-trust{
    margin-top: 350px;

} */

.clf-trust-item {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    flex: 1;
    position: relative;
    min-width: 0;
}

.clf-trust-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0033E6;
    box-shadow: 0 4px 10px rgba(0, 13, 48, 0.06);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
}

.clf-trust-item h6 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
}

.clf-trust-item p {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    width: 77%;
}

@media (max-width: 991px) {
    .clf-photo {
        height: 260px;
        margin-top: 30px;
    }

    .clf .wrap {
        margin-top: 0;
        position: static;
        margin-bottom: 1rem;
        width: 100%;
    }

    .clf-cta {
        margin: 2rem auto 1rem;
        max-width: 90%;
        padding: 28px 24px;
    }
}

@media (max-width: 767px) {
    .clf-grid {
        grid-template-columns: 1fr;
    }

    .clf-trust-item {
        flex: 0 0 45%;
    }
}

@media (max-width: 575px) {
    .clf {
        padding: 60px 0 40px;
    }

    .clf-cta {
        margin-top: 24px;
    }

    .clf-trust-item {
        flex: 0 0 100%;
    }
}

.clf-cta-icon i {
    font-size: 32px;
}

.clf-trust-icon i {
    font-size: 24px;
}

.clf-trust-icon i {
    font-size: 24px;
}

.clf-icon i {
    font-size: 24px;
}

.pb-150 {
    padding-bottom: 150px;
}

/* =========================================================
   THANK YOU / SUBMISSION COMPLETE PAGE
   Built on top of the existing design system:
   blue #0033E6, navy #000D30/#1E2A44, borders #DDE6EA/#E5E7EB
========================================================= */

.ty-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-image: url(../img/ty-hero-bg.png);
    background-size: 100% 100%;
}

/* faint dot texture, top-left (same technique as .blog-ph:before) */
.ty-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 200px;
    background-image: radial-gradient(#C7D0E6 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.6;
    pointer-events: none;
}

/* faint concentric ring lines, right side */
.ty-rings {
    position: absolute;
    top: -120px;
    right: -160px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid rgba(2, 14, 44, 0.06);
    box-shadow: 0 0 0 40px rgba(2, 14, 44, 0.04), 0 0 0 80px rgba(2, 14, 44, 0.03);
    pointer-events: none;
}

.ty-wrap {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

/* Top: check + heading */
.ty-top {
    text-align: center;
    margin-bottom: 35px;
}

.ty-check {
    border: 1px solid white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E4ECFD;
    color: #0033E6;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.ty-top h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.ty-top>p {
    color: #4B5563;
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
    margin: 0 auto 22px;
}

.ty-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #DDDFF6;
    color: #2734F8;
    background-color: #FFFFFF;
    border-radius: 9px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
}

.ty-badge i {
    font-size: 20px;
}

/* What Happens Next box */
.ty-box {
    background-color: white;
    border: 1px solid #DDDFF6;
    border-radius: 20px;
    padding: 35px 0;
    margin-bottom: 24px;
}

.ty-box-title {
    text-align: center;
    color: #000D30;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 30px;
}

.ty-steps {
    display: flex;
    align-items: flex-start;
}

.ty-step {
    flex: 1;
    text-align: center;
    padding: 0 25px;
    position: relative;
}

.ty-step:not(:last-child) {
    border-right: 1px solid #E1E5F0;
}

.ty-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #2d46f8;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: -3px;
    left: -10px;
}

.ty-step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e9eaf6;
    color: #0033E6;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
}

.ty-step h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
}

.ty-step p {
    color: #1B1B88;
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    font-weight: 400;
}

/* Our Commitment box */
.ty-commit {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #DDE6EA;
    border-radius: 24px;
    padding: 28px 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.ty-commit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
}

.ty-commit-text h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.ty-commit-text p {
    color: #1B1B88;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin: 0;
}

/* Immediate assistance line */
.ty-immediate {
    text-align: center;
    color: #1E2A44;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
}

.ty-immediate i {
    color: #0033E6;
    margin-right: 8px;
}

.ty-immediate a {
    color: #2731F7;
    font-weight: 700;
}

/* Return home button */
.ty-home-btn {
    display: inline-block;
    text-align: center;
    background-color: #273BF7;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 14px 50px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.ty-home-btn:hover {
    background-color: #001C99;
    color: #FFFFFF;
}

.ty-questions {
    text-align: center;
    color: #4B5563;
    font-size: 14px;
    margin-bottom: 20px;
}

.ty-questions a {
    color: #2731F7;
    font-weight: 600;
}

/* Trustpilot row */
.ty-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    border: 1px solid #DDE6EA;
    border-radius: 9px;
    padding: 10px 24px;
    background-color: #FFFFFF;
    max-width: max-content;
    margin: 0 auto;
}

.ty-trust-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000D30;
    font-weight: 700;
    font-size: 15px;
}

.ty-trust-logo i {
    color: #00B67A;
    font-size: 14px;
}

.ty-trust-score {
    color: #000D30;
    font-weight: 700;
    font-size: 16px;
}

.ty-trust-stars {
    display: inline-flex;
    gap: 3px;
    width: 89px;
}

.ty-trust-stars i {
    color: #FFFFFF;
    background-color: #00B67A;
    font-size: 11px;
    padding: 4px;
    border-radius: 3px;
    display: inline-flex;
}

.ty-trust-reviews {
    color: #4B5563;
    font-size: 15px;
}

.ty-trust-reviews a {
    color: #2731F7;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 767px) {
    .ty-hero {
        padding: 45px 0;
    }

    .ty-top h1 {
        font-size: 26px;
    }

    .ty-box {
        padding: 28px 20px;
    }

    .ty-steps {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .ty-step {
        flex: 0 0 100%;
        border-right: none !important;
        padding: 0;
    }

    .ty-commit {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 24px;
    }

    .ty-trust {
        border-radius: 20px;
    }
}

.ty-step-icon img {
    width: 45px;
}


/* =========================================================
   LEAD QUOTE FORM PAGE ("We look forward to working with you!")
   Shares tokens with thank-you.css: blue #0033E6, navy #000D30,
   borders #DDE6EA/#E5E7EB, gray text #6B7280/#4B5563
========================================================= */
.lq-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0 90px;
    /* background: linear-gradient(135deg, #F0F1FB 0%, #EEF2FC 45%, #F4F6FE 100%); */
    /* background: linear-gradient(18deg, #E3ECFC, #F0F4FF); */
    /* background-image: url(../img/ty-hero-bg.png); */
    /* height: 1243px; */
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 40px;
    margin: 0 20px 0px 20px;
}

.offer-lq-hero {
    margin: 15px 20px 50px 20px !important;
    padding: 100px 0;
    border-radius: 40px;
    background: linear-gradient(18deg, #E3ECFC, #F0F4FF);
}

.offer-lq-hero-2 {
    margin: 0 !important;
    padding: 100px 0;
    border-radius: 0px;
    background: linear-gradient(18deg, #E3ECFC, #F0F4FF);
}

.offer-lq-hero {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: linear-gradient(18deg, #E3ECFC, #F0F4FF);
    background-size: 100% 100%;
}

.lq-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 200px;
    background-image: radial-gradient(#C7D0E6 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.6;
    pointer-events: none;
}

.lq-rings {
    position: absolute;
    top: -140px;
    right: -180px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    border: 1px solid rgba(2, 14, 44, 0.06);
    box-shadow: 0 0 0 40px rgba(2, 14, 44, 0.04), 0 0 0 80px rgba(2, 14, 44, 0.03);
    pointer-events: none;
}

.lq-wrap {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

/* Top: icon + heading */
.lq-top {
    text-align: center;
    margin-bottom: 26px;
}

.lq-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #E4ECFD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.lq-icon img {
    width: 40px;
    object-fit: contain;
}

.lq-top h1 {
    color: #000D30;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.lq-top h1 span {
    color: #0033E6;
    display: block;
}

.lq-top>p {
    color: #4B5563;
    font-size: 17px;
    margin-bottom: 6px;
}

.lq-call {
    color: #4B5563;
    font-size: 14px;
    margin-bottom: 0;
}

.lq-call a {
    color: #0033E6;
    font-weight: 700;
}

/* Security notice box */
.lq-notice {
    background-color: #EFF2FC;
    border: 1px solid #D9E0FA;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 26px;
}

.lq-notice-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    margin-top: 2px;
}

.lq-notice-icon img {
    width: 100%;
    object-fit: contain;
}

.lq-notice p {
    color: #1E2A44;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
}

.lq-notice p strong {
    color: #000D30;
}

/* Form */
.lq-row {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.lq-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
}

.lq-field {
    flex: 1;
    min-width: 0;
    position: relative;
}

.lq-field-full {
    flex: 0 0 100%;
}

/* Floating outlined label */
.lq-field label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: calc(100% - 24px);
    padding: 0 6px;
    background-color: #FFFFFF;
    color: #9AA4B2;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    transition: top 0.15s ease, transform 0.15s ease, color 0.15s ease, font-size 0.15s ease;
}

.lq-field .req {
    color: #f00;
}

.lq-info-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.lq-field-code label {
    font-weight: 600;
}

.lq-field input,
.lq-field select {
    width: 100%;
    border: 1px solid #DDE6EA;
    border-radius: 10px;
    padding: 16px 16px;
    font-size: 14px;
    color: #1E2A44;
    font-family: inherit;
    outline: none;
    background-color: #FFFFFF;
    transition: border-color 0.15s ease;
}

/* Hide native placeholder text; it only exists to drive :placeholder-shown */
.lq-field input::placeholder {
    color: transparent;
}

.lq-field input:focus,
.lq-field select:focus {
    border-color: #0033E6;
}

/* Float the label onto the border when focused, filled, or (for selects) always valid */
.lq-field input:focus + label,
.lq-field input:not(:placeholder-shown) + label,
.lq-field select:focus + label,
.lq-field select:valid + label {
    top: 0;
    transform: translateY(-50%) scale(0.85);
    color: #0033E6;
    font-weight: 600;
}

.lq-field-code input:focus + label,
.lq-field-code input:not(:placeholder-shown) + label {
    color: #0033E6;
}

/* Trust / verification strip (badges row) */
.lq-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 20px;
}

.lq-trust-strip img {
    max-width: 100%;
    height: auto;
}

/* Submit button */
.lq-submit-btn {
    width: 100%;
    background-color: #3E5CF7;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 14px 50px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 30px;
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

.lq-submit-btn:hover {
    background-color: #0033E6;
}

/* Legal / terms text */
.lq-terms {
    color: black;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.lq-terms a {
    color: #0033E6;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .lq-hero {
        padding: 45px 0 60px;
    }

    .lq-top h1 {
        font-size: 24px;
    }

    .lq-row,
    .lq-row-3 {
        flex-direction: column;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .lq-field {
        margin-bottom: 18px;
    }
}

/* section.reviews.inner-reviews {
    padding-bottom: 0;
} */

.inner-reviews {
    padding: 100px 0 !important;
    background: linear-gradient(45deg, black, #001C99);
}

.inner-reviews-2{
        margin: 100px 20px 0px 20px !important;
    padding: 100px 0;
    border-radius: 40px;
}

.inner-reviews .reviews-box {
    border: 2px solid #DDE6EA;
    border-radius: 40px;
    padding: 40px;
    background: #fff;
}

.clf-trust-item::after {
    position: absolute;
    content: '';
    right: 13px;
    width: 2px;
    background: #dddd;
    height: 100%;
}

.clf-trust .clf-trust-item:last-child {
    position: static;
    content: '';

}

.offer-banner {
    background-image: url(../img/finnace-banner.png);
    background-position: unset !important;
}

.blue-wave {
    background-image: url(../img/blue-wave-3.png);
    margin-top: -135px;
    background-color: transparent;
    height: 375px;
}

.blue-wave-content {
    text-align: center;
    color: aliceblue;
}

.blue-wave-content h3 {
    font-size: 40px;
}



p.blue-numbers {
    font-size: 25px;
    font-weight: 700;
    color: #000000;

}

/* p.blue-numbers span {
    color: #fff;
} */

p.blue-content {
    font-size: 16px;
    width: 85%;
    margin: 0 auto;
    color: #000;
}

.clf-cta.offer-cta {
    margin: 0;
    margin-top: 3rem;
}

p.get-your-para {
    font-weight: 700;
}

p.offer-code {
    text-align: left;
    font-size: 15px !important;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
}

p.offer-code a {
    color: #0033e6 !important;
}

/* ===== Trustpilot custom review cards Ã¢â‚¬â€ icon color rotation ===== */
.rt-quote-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 14px;
    color: #FFFFFF;
}

.rt-icon-blue {
    background-color: #0033E6;
}

.rt-icon-green {
    background-color: #16A34A;
}

.rt-icon-purple {
    background-color: #9C3CF5;
}

.rt-icon-orange {
    background-color: #F59E0B;
}

.rt-icon-indigo {
    background-color: #4338CA;
}

.rt-icon-navy {
    background-color: #1E3A8A;
}
/* ========================================================================
   REQUEST A QUOTE PAGE (request-quote.php)
   ======================================================================== */
.rq-section {
    background: #d9f0fb;
    padding: 55px 0 90px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
}

.rq-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.rq-head h1 {
    color: #020E2C;
    font-weight: 800;
    font-size: 52px;
    margin-bottom: 18px;
}

.rq-head h4 {
    color: #2f6fb0;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 14px;
}

.rq-call {
    color: #020E2C;
    font-size: 17px;
    margin-bottom: 22px;
}

.rq-call strong { color: #020E2C; }

.rq-note p {
    color: #020E2C;
    font-size: 15px;
    margin: 0 0 3px;
    line-height: 1.5;
}

/* ---- Form layout ---- */
.rq-form {
    max-width: 900px;
    margin: 0 auto;
}

.rq-form .row { --bs-gutter-x: 22px; --bs-gutter-y: 20px; }

.rq-offer-row { margin-bottom: 18px; }

.rq-offer-label {
    color: #0f5aa0;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    text-align: right;
}

.rq-offer-label i { color: #0f5aa0; font-size: 22px; }

/* ---- Fields (floating-label look from mockup) ---- */
.rq-field {
    position: relative;
    background: #fff;
    border: 1px solid #b9c4d6;
    border-radius: 8px;
    height: 60px;
    display: flex;
    align-items: center;
}

.rq-field label {
    position: absolute;
    top: -9px;
    left: 14px;
    background: #fff;
    padding: 0 6px;
    font-size: 12px;
    color: #4a5568;
    line-height: 1;
}

.rq-field .req { color: #e23636; }

.rq-input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 18px;
    font-size: 15px;
    color: #1c4e8a;
    border-radius: 8px;
}

.rq-input::placeholder { color: #5a7aa5; }

.rq-offer-input {
    background: #e9e9e9;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 130px;
    border-radius: 4px;
    padding: 6px 10px;
    height: auto;
}

.rq-offer-row .rq-field {
    border: 1px solid #b9c4d6;
    padding-left: 12px;
}

/* ---- State select ---- */
.rq-select-field { padding-right: 26px; }

.rq-select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    color: #1c4e8a;
}

.rq-select-field::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 11px;
    pointer-events: none;
}

.rq-state-req {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

/* ---- Footer / submit ---- */
.rq-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}

.btn-rq-submit {
    background: #7fc4e8;
    color: #020E2C;
    border: none;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px 34px;
    border-radius: 6px;
    cursor: pointer;
    transition: background .2s ease;
}

.btn-rq-submit:hover { background: #5fb0dd; }

.rq-footer .loader,
.rq-footer .success,
.rq-footer .error { text-align: center; }

/* ---- Responsive ---- */
@media (max-width: 991px) {
    .rq-head h1 { font-size: 38px; }
    .rq-head h4 { font-size: 22px; }
    .rq-offer-label { justify-content: center; text-align: center; margin-bottom: 6px; }
}

@media (max-width: 575px) {
    .rq-head h1 { font-size: 28px; }
    .rq-section { padding: 40px 0 70px; }
}
p.lq-offer-label {
       color: #0033e6;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    text-align: right;
}
/* ===== Loan Disclosures ===== */
.ld-section {
    padding: 70px 0 100px;
}

.ld-notice {
    background-color: #F2F5FE;
    border: 1px solid #D6E0FB;
    border-radius: 20px;
    padding: 32px 36px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.ld-notice-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #0033E6;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 75px;
}

.ld-notice-head {flex: 0 0 40%;display: flex;gap: 10px;height: 100%;position: relative;}

.ld-notice-head h4 {
    color: #000D30;
    font-weight: 700;
    font-size: 27px;
}

.ld-notice-list {
    flex: 0 0 60%;
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    gap: 12px 30px;
    margin: 0;
    position: relative;
}

.ld-notice-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1E2A44;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
}

.ld-notice-list li i {
    color: #0033e6;
    font-size: 16px;
    margin-top: 4px;
    flex: 0 0 auto;
}

.ld-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 40px;
}

.ld-card {
    background-color: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 26px 28px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.ld-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.ld-card-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #EAF0FE;
    color: #0033E6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex: 0 0 100px;
}

.ld-card h5 {
    color: #000D30;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}

.ld-card p {
    color: #5B707B;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.ld-card ul {
    margin: 0;
}

.ld-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #5B707B;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
}

.ld-card ul li:last-child {
    margin-bottom: 0;
}

.ld-card ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0033E6;
    margin-top: 8px;
    flex: 0 0 auto;
}

.ld-contact {
    background-color: #F2F5FE;
    border: 1px solid #D6E0FB;
    border-radius: 20px;
    padding: 30px 36px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.ld-contact-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #0033E6;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 75px;
}

.ld-contact-text {
    flex: 1;
    min-width: 220px;
}

.ld-contact-text h4 {
    color: #000D30;
    font-weight: 700;
    font-size: 27px;
    margin: 0 0 4px;
}

.ld-contact-text p {
    color: #5B707B;
    font-size: 16px;
    margin: 0;
}

.ld-contact-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 0 0 auto;
}

.ld-contact-info a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000D30;
    font-size: 20px;
    font-weight: 500;
}

.ld-contact-info a i {
    color: #0033E6;
    font-size: 35px;
    /* width: 16px; */
    text-align: center;
}

@media (max-width: 991px) {
    .ld-notice {
        flex-direction: column;
    }

    .ld-notice-head {
        flex: 0 0 auto;
    }

    .ld-grid {
        grid-template-columns: 1fr;
    }

    .ld-contact {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .ld-notice-list {
        grid-template-columns: 1fr;
    }
}

.loan-disclosures-hero {
    position: relative;
    padding: 200px 0;
    overflow: hidden;
    background-image: url(../img/loan-dis-banner.jpg);
    background-size: cover;
}
.ld-notice-icon {}

.ld-notice-icon i {
    font-size: 35px;
}
.ld-notice-list::after {
    position: absolute;
    left: -20px;
    height: 100%;
    border: 1px solid #ddd;
    content: '';
    width: 2px;
    top: 0;
}
.ld-card-icon i {
    font-size: 40px;
}
.lq-success {
    background-color: #EFF2FC;
    border: 1px solid #D9E0FA;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 26px;
}
.lq-success {
    background-color: #EFF2FC;
    border: 1px solid #D9E0FA;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction:column;
    justify-content:center;
    gap: 14px;
    align-items: center;
    margin-bottom: 26px;
}

.lq-success-icon i {
    font-size: 50px;
    color: #0033e6;
}

.lq-success h3 {
    color: #0033e6;
    font-weight: 700;
}

.mobile-banner {
    display: none;
}
.ab-hero-content {
    position: relative;
    z-index: 2;
}

.ab-hero-img {
    z-index: 1; /* content se kam rakho */
}