@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Ballet:opsz@16..72&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Great+Vibes&family=Grey+Qo&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Petemoss&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif !important;
}

:root {
    --primary-color: #061e47;
    --secondary-color: #c7a043;
}

.mil-banner {
    position: relative;
    overflow: hidden;
    background-color: linear-gradient(
        252deg,
        rgba(255, 241, 255, 0.6) 20.03%,
        rgba(255, 250, 233, 0.6) 58.07%,
        rgba(255, 250, 233, 0.6) 58.08%,
        rgba(234, 255, 243, 0.6) 95.81%
    );
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
}

/* .mil-banner.mil-dark-2 {
background-color: #fff;
} */

.default-btn {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
}

.default-btn:hover {
    color: #ffffff;
    background-color: var(--secondary-color);
}

.mil-radial-g-1,
.mil-radial-g-2 {
    opacity: 0.6;
    width: 100vw;
    height: 100vw;
    top: -170%;
    left: 0;
    border-radius: 50%;
    position: absolute;
    filter: blur(200px);
}

.mil-accordion
    .mil-accordion-group
    .mil-accordion-menu
    .mil-accordion-icon.mil-active,
.mil-list-1.mil-accent li:after,
.mil-list-2.mil-accent li:after,
.mil-radial-g-2,
.mil-testi-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.mil-radial-g-3 {
    background-color: var(--secondary-color);
    opacity: 1;
    position: absolute;
    width: 60vw;
    height: 300px;
    bottom: -200px;
    right: 0;
    border-radius: 500px 0 0;
    filter: blur(200px);
}

.mil-text-l.mil-light.mil-mb-20 {
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.mil-text-l.mil-light.mil-mb-20 span {
    background: var(--secondary-color);
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    margin-right: 8px;
}

.h1.mil-display,
h1.mil-display {
    font-size: 64px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}

.mil-mb-60 {
    margin-bottom: 24px;
}

.mil-buttons-frame {
    display: flex;
    justify-content: flex-start;
}

.mil-buttons-frame a,
.mil-share-frame h6,
.mil-subscripe-form .mil-input {
    margin-right: 20px;
}

.mil-btn {
    border: none;
    background-color: var(--primary-color);
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.mil-banner-list li:last-child,
.mil-buttons-frame a:last-child,
.mil-pup-share li:last-child,
.mil-pup-tags li:last-child,
.mil-switcher span:last-child,
.mil-top-menu ul li:last-child {
    margin-right: 0;
}

.mil-btn.mil-transp {
    background-color: transparent;
    color: #222;
}

.mil-btn.mil-md {
    padding: 0 24px;
    height: 50px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}

.mil-btn.mil-md iconify-icon {
    font-size: 24px;
}

a.mil-btn.mil-md.mil-transp.mil-add-play.has-popup-video {
    border: 2px solid #ddd;
}

.mil-accordion,
.mil-banner .mil-banner-img,
.mil-btn.mil-fw,
.mil-hr,
.mil-image-frame .mil-img-box div,
.mil-wrapper {
    width: 100%;
}

.mil-banner .mil-banner-img.mil-banner-img-out img {
    width: 100%;
}

.logo-brand {
    max-width: 200px;
}

.navbar .navbar-nav .nav-item {
    margin-left: 20px;
    margin-right: 20px;
}

.navbar {
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgb(8 39 32 / 12%);
    background-color: #fdfefa !important;
}

.mil-banner-text p {
    color: #f0f0f0;
    max-width: 85%;
    line-height: 30px;
}

.mil-banner-img.mil-banner-img-out {
    position: relative;
    height: 100vh;
    width: 100%;
}

/* .mil-banner-img.mil-banner-img-out:hover {
transform: scale(1.03);
} */
.mil-banner-img.mil-banner-img-out img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px;
}

.loan-details strong {
    font-weight: 500;
}

/* Loan Card */
.loan-card {
    position: absolute;
    top: 50px;
    left: -79px;
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 22%);
    display: flex;
    align-items: center;
    animation: float 3s ease-in-out infinite;
}

.loan-icon {
    font-size: 24px;
    margin-right: 12px;
    color: #000;
    position: relative;
    top: -3px;
}

.loan-info .loan-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.loan-info .loan-details {
    font-size: 14px;
    margin-top: 4px;
    display: flex;
    gap: 8px;
    color: #565656;
    opacity: 0.8;
}

/* EMI Card */
.emi-card {
    position: absolute;
    padding: 20px;
    width: 360px !important;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 0 0 rgba(255, 255, 255, 0.2);
    right: -40px;
    top: calc(50% - 200px);
}

/* .emi-card::before {
content: "";
position: absolute;
inset: 0;
border-radius: 16px;
background: linear-gradient(
135deg,
rgba(255,255,255,0.35),
rgba(255,255,255,0.05)
);
pointer-events: none;
} */

.emi-card img {
    height: 215px !important;
    width: 100% !important;
    object-fit: cover;
    border-radius: 12px !important;
    margin-bottom: 15px;
}

.emi-title {
    font-size: 13px;
    color: #555;
}

.emi-amount {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 4px;
}

.emi-rate {
    font-size: 13px;
    color: #d6d6d6;
    padding-top: 5px;
}

.swure-wrap {
    padding: 10px 0px;
    animation: float 4s ease-in-out infinite alternate;
    color: #222;
    bottom: 60px;
    left: -84px;
    width: 100%;
    display: flex;
    gap: 10px;
}

/* Badges */
.badge {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 7px;
    padding: 5px 8px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.badge iconify-icon {
    font-size: 18px;
    color: var(--secondary-color);
}

/* Float Animation */
/* @keyframes float {
0% {
transform: translateY(0px);
}

50% {
transform: translateY(-6px);
}

100% {
transform: translateY(0px);
}
} */

.top-header-info {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /* padding-bottom: 80px; */
}

.mil-banner.mil-dark-2 {
    /* background: linear-gradient(252deg, rgba(255, 241, 255, 0.6) 20.03%, rgba(255, 250, 233, 0.6) 58.07%, rgba(234, 255,
243, 0.6) 95.81%); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mil-banner.mil-dark-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000bd;
    /* opacity: .7; */
    z-index: 0;
}

.mil-banner-text {
    position: relative;
    z-index: 2;
}

h1.mil-display.mil-light.mil-mb-60 span {
    position: relative;
    z-index: 2;
}

h1.mil-display.mil-light.mil-mb-60 span:before {
    -webkit-transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -khtml-transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -moz-transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -ms-transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    -o-transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
    position: absolute;
    content: "";
    bottom: 14px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.14);
    width: 0%;
    height: 14px;
    width: 100%;
    background-color: #353535;
    z-index: -1;
}

h1.mil-display.mil-light.mil-mb-60 span.walletdesign {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #094524;
    border-radius: 50px;
    padding: 7px 22px 7px 7px;
    column-gap: 10px;
    border-style: solid !important;
    border-color: #e8e8e8 !important;
    font-size: 30px;
    font-weight: 400;
    margin-left: 8px;
}

h1.mil-display.mil-light.mil-mb-60 span.walletdesign::before {
    display: none;
}

h1.mil-display.mil-light.mil-mb-60 span.walletdesign iconify-icon {
    background: var(--secondary-color);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 28px;
}

/* .navbar .navbar-nav .nav-item .nav-link span {
background: var(--secondary-color);
font-size: 13px;
padding: 1px 9px;
color: #fff;
border-radius: 5px;
position: absolute;
top: 0px;
right: -34px;
}

.navbar .navbar-nav .nav-item .nav-link span:before {
content: '';
position: absolute;
height: 8px;
width: 8px;
background: var(--secondary-color);
transform: rotate(45deg);
bottom: -3px;
left: 6px;
} */

.navbar .navbar-nav .nav-item .nav-link:before {
    height: 2px;
    width: 0;
    content: "";
    position: absolute;
    background: var(--secondary-color);
    bottom: 19px;
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link.active:before {
    width: 25px;
    transition: 0.5s;
}

.services-area {
    background: #edf1ee;
    padding: 75px 0px;
}

.default-btn.two:hover {
    color: #082720;
    background-color: var(--secondary-color);
}

.default-btn.two:hover {
    color: #fff;
}

.default-btn.two {
    color: #ffffff;
    background-color: var(--secondary-color);
}

.main-badge {
    background-color: #061e470d;
    color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #061e4717;
    display: inline-block;
    text-transform: capitalize;
}

.about-right h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 12px 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.about-right p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin: 10px 0 40px 0;
}

.para-heilights {
    padding-left: 30px;
    position: relative;
    margin-top: 25px;
}

.para-heilights:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background: var(--secondary-color);
    left: 0;
    top: 0;
}

.about-right .features {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.about-right .features span {
    font-size: 14px;
    color: #2d3436;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.about-right .features span iconify-icon {
    font-size: 20px;
}

.comon-wrappers {
    padding: 60px 0px;
    background: rgb(244 245 248);
}

.new-left-section-ab {
    height: auto;
    width: 100%;
    position: relative;
}

.main-ab-img {
    max-width: 100%;
    margin: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
    height: 340px;
    width: 100%;
}

.about-right-conmp {
    padding-left: 60px;
}

.about-right-conmp .about-right {
    padding: 0;
}

.main-ab-img img {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.balck-one {
    max-width: 320px;
    position: absolute;
    right: 30px;
    top: -122px;
    z-index: 2;
}

.white-ones {
    position: absolute;
    right: 10px;
    top: 50%;
    max-width: 225px;
}

.about-right {
    padding-left: 40px;
}

.ournew-services {
    padding: 60px 0px;
}

.review-wrap {
    background: #f9fafb;
    overflow: hidden;
}

.service-top {
    text-align: center;
    max-width: 70%;
    margin: auto;
    padding-bottom: 50px;
}

.service-top .about-right {
    padding: 0;
}

.card-loan {
    background: rgb(255 255 255);
    border-radius: 20px;
    padding: 26px;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
    border: 1px solid #ddddddd6;
}

.card-loan:hover {
    transform: translateY(-4px);
    border: 1px solid var(--primary-color);
    cursor: pointer;
}

.icon-loan {
    width: 48px;
    height: 48px;
    margin: 0 auto 1.5rem;
    display: block;
    color: #374151;
}

.title-loan {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #111827;
}

.desc-loan {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 65px;
}

.btn-loan {
    background: var(--primary-color);
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 8px 24px;
    color: #ffffff;
    font-weight: 500;
    display: block;
    font-size: 14px;
    margin-left: auto;
    width: 124px;
}

.loan-cata {
    display: flex;
    align-items: end;
    border-top: 1px solid #ddddddb0;
    padding-top: 20px;
}
.loan-cata-text .loan-cata-title {
    font-weight: 600;
    color: #000000;
    padding-bottom: 4px;
    font-size: 16px;
}

.loan-cata-text .loan-cata-amount {
    font-size: 15px;
    color: #575757;
}

.btn-loan:hover {
    background: var(--primary-color);
    color: #fff;
}

.card-loan span {
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-bottom: 16px;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-loan img {
    max-width: 48px;
    background: #ededf0ad;
    border-radius: 50%;
    padding: 5px;
}

.ourMissind-wrap {
    width: 100%;
    height: auto;
}

.ourMissind-wrap-outs {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.mis-icon {
    height: 48px;
    width: 48px;
    background: rgb(199 160 67 / 8%);
    border: 1px solid #c7a04338;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 24px;
    margin-bottom: 16px;
}

.ourMissind-wrap h5 {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.vissing-section {
    padding: 70px 0px;
}

.abimage-wrap {
    height: 480px;
    width: 100%;
}

.abimage-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.vissing-section .about-right > p {
    line-height: 28px;
    margin-bottom: 24px;
}

.why-Chose-wrap {
    padding: 60px 0px 70px 0px;
    background: var(--primary-color);
}

.why-Chose-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.why-Chose-text .about-right {
    width: 45%;
    padding: 0;
}

.why-Chose-text .about-right h2 {
    /* margin: 0; */
    color: #fff;
}

.why-Chose-text .about-right p {
    color: #fff;
}

.choose-box {
    padding: 30px;
    border-radius: 20px;
    margin: 50px 0px 0px 0px;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ede0c178;
    min-height: 233px;
}

.choose-box h5 span {
    font-size: 13px;
    color: #1e1e1e;
    font-weight: 600;
}

.choose-box p {
    margin: 0;
    font-size: 15px;
    color: #000;
}

.choose-box img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 410px;
    opacity: 0.5;
}

.choose-icons {
    height: 48px;
    width: 48px;
    background: #c7a04326;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-bottom: 18px;
    color: var(--secondary-color);
}

.new-des-wrap {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}

.new-des-wrap .about-right {
    padding: 0;
}

.carousel-container {
    position: relative;
    height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
}

.rating-card {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: 0 0 300px;
    height: 300px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    z-index: 10;
}

.rating-card .rating-score {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 8px;
}

.rating-card .stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

.rating-card .star {
    color: #fbbf24;
    font-size: 24px;
}

.rating-card .trustpilot {
    font-size: 14px;
    opacity: 0.9;
}

.carousel {
       display: flex;
    height: 100%;
    gap: 20px;
    position: absolute;
    left: 0;
    top: 0;
    animation: slide 20s infinite linear;
    opacity: 0.8;
}

.carousel.paused {
    animation-play-state: paused !important;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    height: 215px;
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    min-width: 370px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 28px;
}

/* Keep at least 3 cards visible on desktop */
/* @media (min-width: 992px) {
    .carousel-container {
        height: 240px;
        padding: 0 36px;
    }

    .testimonial-card {
        min-width: calc((33.33% - 48px) / 3);
        max-width: calc((33.33% - 48px) / 3);
    }
} */

.carousel-container:hover .testimonial-card {
    opacity: 1;
}

.testimonial-front {
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #ddddddb5;
    padding-bottom: 20px;
}

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

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6b7280;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.author-info p {
    font-size: 14px;
    color: #6b7280;
}

.back-rating {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 8px;
}

.back-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.back-star {
    color: #fbbf24;
    font-size: 20px;
}

.fade-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 75px;
    background: linear-gradient(
        to right,
        rgb(249 250 251 / 39%) 0%,
        rgb(249 250 251) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.fade-left {
    left: 0;
    transform: scaleX(-1);
}

.fade-right {
    right: 0;
}

.faq-area.faqsection {
    padding: 60px 0px;
}

.faq-content {
    max-width: 65%;
    margin: auto;
}

.faq-content .accordion-item {
    background-color: rgb(249 250 251);
    border-radius: 16px;
}

.faq-content .accordion-button {
    padding: 24px 34px;
    font-weight: 500;
    justify-content: space-between;
}

.faq-content .accordion-item .accordion-body {
    margin: 0px 34px 0px 34px;
    border-top: 1px solid #ddddddb8;
    padding: 20px 0px 24px 0px;
}

.faq-content .accordion-button::before {
    display: none;
}

/* .faq-content .accordion-button iconify-icon {
transform: rotate(180deg);
transition: .5s;
} */

.faq-content button.accordion-button iconify-icon {
    transform: rotate(0deg);
    transition: 0.5s;
    font-size: 26px;
}

.footer-area.footersecrion {
    background-color: #f9fafb;
    padding-top: 80px;
}

.copyright-area {
    background-color: #f9fafb;
}

.footer-weight .service-link li a {
    color: #000;
}

.footer-weight h3.text-white {
    color: #000 !important;
}

.footer-weight .get-touch li span {
    display: block;
    margin-bottom: 2px;
    color: #333 !important;
}

.footer-weight .get-touch li a {
    color: #000;
}

.footer-weight .social li span {
    color: #000000;
    margin-right: 10px;
}

.footer-weight .social li a {
    color: #fff;
    background-color: var(--secondary-color);
}

.copyright-area p {
    color: #000000;
}

.copyright-area ul li a {
    color: #333;
}

.copyright-area .copyright-border {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px dashed rgb(100 100 100 / 35%);
}

.footer-logos {
    max-width: 130px;
    margin-bottom: 24px;
}

.footer-weight.part-two.ps-5 {
    padding-left: 70px !important;
}

/* .footer-logos-wrap>p {
opacity: .8;
} */

.footer-weight {
    padding-bottom: 70px;
}

.footer-weight.part-three.ps-5 {
    padding-left: 80px !important;
}

.footer-weight .get-touch li {
    display: flex;
    gap: 12px;
}

.footer-weight .get-touch li iconify-icon {
    font-size: 18px;
    color: var(--secondary-color);
}

/* ===== OUR PRODUCT SECTION (opr-) ===== */
.opr-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.opr-header {
    text-align: center;
    margin-bottom: 48px;
}

.opr-label {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.opr-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.opr-subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}

.opr-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 48px;
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 768px) {
    .opr-card {
        flex-direction: column;
        padding: 32px 24px;
        gap: 32px;
    }

    .opr-title {
        font-size: 28px;
    }
}

.opr-visual {
    flex-shrink: 0;
    position: relative;
}

.opr-dots-grid {
    position: absolute;
    top: -10px;
    left: -10px;
    display: grid;
    grid-template-columns: repeat(8, 6px);
    gap: 6px;
}

.opr-dot {
    width: 6px;
    height: 6px;
    background-color: #d1d5db;
    border-radius: 50%;
}

.opr-credit-card {
    width: 280px;
    height: 180px;
    background: linear-gradient(145deg, #1f3d2a 0%, #2d5a3a 100%);
    border-radius: 16px;
    padding: 24px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 20px 40px rgba(31, 61, 42, 0.3);
}

.opr-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.opr-card-icon {
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opr-card-icon svg {
    width: 18px;
    height: 18px;
    color: #ffffff;
}

.opr-card-brand {
    font-size: 16px;
    font-weight: 600;
}

.opr-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.opr-card-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    opacity: 0.9;
}

.opr-card-row svg {
    width: 16px;
    height: 16px;
}

.opr-chip {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 40px;
    height: 28px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 6px;
}

@media (max-width: 576px) {
    .opr-credit-card {
        width: 240px;
        height: 160px;
        padding: 20px;
    }
}

.opr-content {
    flex: 1;
}

.opr-product-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.opr-product-desc {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}

.opr-features-list {
    list-style: none;
    margin-bottom: 32px;
}

.opr-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 500;
}

.opr-feature-icon {
    width: 20px;
    height: 20px;
    color: var(--secondary-color);
    flex-shrink: 0;
}

.opr-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1f3d2a;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.opr-btn:hover {
    background-color: var(--secondary-color);
}

.opr-btn svg {
    width: 16px;
    height: 16px;
}

/* ===== PERSONAL LOAN NEEDS SECTION (pln-) ===== */
.pln-section {
    padding: 60px 20px 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.pln-header {
    text-align: center;
    margin-bottom: 48px;
}

.pln-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.pln-title-highlight {
    color: var(--secondary-color);
}

.pln-underline {
    width: 48px;
    height: 4px;
    background-color: var(--secondary-color);
    border-radius: 2px;
    margin: 16px auto 0;
}

.pln-card {
    background-color: #f8faf8;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

@media (max-width: 768px) {
    .pln-card {
        flex-direction: column;
        gap: 32px;
        padding: 24px;
    }
}

.pln-image-wrapper {
    flex-shrink: 0;
    position: relative;
}

.pln-image {
    width: 280px;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .pln-image {
        width: 100%;
        max-width: 260px;
        height: 280px;
    }
}

.pln-dots {
    position: absolute;
    bottom: -10px;
    right: -10px;
    display: grid;
    grid-template-columns: repeat(4, 8px);
    gap: 4px;
}

.pln-dot {
    width: 8px;
    height: 8px;
    background-color: #d1d5db;
    border-radius: 2px;
}

.pln-content {
    flex: 1;
}

.pln-loan-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.pln-loan-amount {
    color: var(--secondary-color);
}

.pln-subtitle {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
}

.pln-documents-list {
    list-style: none;
    margin-bottom: 32px;
}

.pln-doc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: #1a1a1a;
}

.pln-check-icon {
    width: 22px;
    height: 22px;
    color: var(--secondary-color);
    flex-shrink: 0;
}

.pln-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.pln-btn-primary {
    background-color: #1f3d2a;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.pln-btn-primary:hover {
    background-color: var(--secondary-color);
}

.pln-btn-secondary {
    background-color: #ffffff;
    color: #1a1a1a;
    border: 1px solid #e5e7eb;
    padding: 14px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pln-btn-secondary:hover {
    background-color: #f3f4f6;
}

@media (max-width: 576px) {
    .pln-title {
        font-size: 26px;
    }

    .pln-loan-title {
        font-size: 20px;
    }

    .pln-buttons {
        flex-direction: column;
    }

    .pln-btn-primary,
    .pln-btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* ===== HOW IT WORKS SECTION (hiw-) ===== */
.hiw-section {
    padding: 80px 0px;
}

.hiw-header {
    text-align: center;
    max-width: 80%;
    margin: auto;
    margin-bottom: 50px;
}

.hiw-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: 8px 16px;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hiw-badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.hiw-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.3;
}

.hiw-steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

@media (max-width: 992px) {
    .hiw-steps-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .hiw-steps-container {
        grid-template-columns: 1fr;
    }

    .hiw-title {
        font-size: 28px;
    }
}

.hiw-step-card {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.hiw-step-label {
    font-size: 11px;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    font-weight: 500;
}

.hiw-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.hiw-icon-area {
    background-color: #f8faf9;
    border-radius: 12px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
}

.hiw-icon-area svg {
    width: 48px;
    height: 48px;
    color: #9ca3af;
    opacity: 0.6;
}

.hiw-tagline {
    display: inline-block;
    background-color: #f3f4f6;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.hiw-arrow {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.hiw-arrow svg {
    width: 14px;
    height: 14px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .hiw-step-card:nth-child(2) .hiw-arrow,
    .hiw-step-card:nth-child(4) .hiw-arrow {
        display: none;
    }
}

@media (max-width: 576px) {
    .hiw-arrow {
        display: none;
    }
}

/* ===== KEEPING FINANCIALLY HEALTHY SECTION (kfh-) ===== */
/* .kfh-section {
padding: 80px 20px;
background-color: #ffffff;
} */

.kfh-container {
    max-width: 1200px;
    margin: 0 auto;
}

.kfh-title {
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 48px;
}

.kfh-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-top: 50px;
}

@media (max-width: 768px) {
    .kfh-cards {
        grid-template-columns: 1fr;
    }

    .kfh-title {
        font-size: 22px;
    }
}

.kfh-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 26px;
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: 0.5s;
    cursor: pointer;
}

.kfh-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
}

.kfh-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: var(--secondary-color);
}

/* .kfh-icon-purple {
background: var(--secondary-color);
}

.kfh-icon-orange {
background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
}

.kfh-icon-red {
background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
} */

.kfh-icon svg {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.kfh-content h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: 600;
}

.kfh-content h3 strong {
    font-weight: 700;
}

.kfh-link {
    font-size: 13px;
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.kfh-link:hover {
    text-decoration: underline;
}

.kfh-link svg {
    width: 14px;
    height: 14px;
}

/* ===== COMPARE CHOOSE APPLY SECTION (cca-) ===== */
.cca-section {
    padding: 60px 0px;
    background: linear-gradient(
        180deg,
        rgba(244, 245, 248, 0.78) 26%,
        rgba(255, 255, 255, 1) 100%
    );
}

.cca-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

@media (max-width: 992px) {
    .cca-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.cca-left {
    padding: 0;
}

.cca-left.about-right h2 {
    font-size: 42px;
    /* line-height: 40px; */
}

.cca-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: #1a1a1a;
    border: 1px solid #e5e7eb;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.cca-btn:hover {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

.cca-btn svg {
    width: 16px;
    height: 16px;
}

.cca-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-left: 60px;
}

@media (max-width: 576px) {
    .cca-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .cca-left h2 {
        font-size: 26px;
    }
}

.cca-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cca-icon {
    width: 50px;
    height: 50px;
    background-color: #edeadaad;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cca-icon svg {
    width: 26px;
    height: 26px;
    color: var(--secondary-color);
}

.cca-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.cca-item p {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
}

/* ===== SIMPLIFIED LOAN JOURNEY SECTION (slj-) ===== */
.slj-section {
    padding: 40px 0px 80px 0px;
    background: linear-gradient(
        180deg,
        rgba(248, 250, 248, 0.6) 26%,
        rgba(255, 255, 255, 0.14) 100%
    );
}

/* .slj-container {
max-width: 1200px;
margin: 0 auto;
} */

.slj-header {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 48px;
}

.slj-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.slj-subtitle {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .slj-title {
        font-size: 28px;
    }
}

.slj-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.slj-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f3f4f6;
    border-radius: 9999px;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
}

.slj-pill svg {
    width: 16px;
    height: 16px;
    color: var(--secondary-color);
}

.slj-steps {
    position: relative;
    max-width: 90%;
    margin: 0 auto 60px;
}

.slj-steps-line {
    display: none;
    position: absolute;
    top: 32px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(22, 163, 74, 0.2) 0%,
        #c7a043 50%,
        rgba(22, 163, 74, 0.2) 100%
    );
}

@media (min-width: 768px) {
    .slj-steps-line {
        display: block;
    }
}

.slj-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

@media (min-width: 768px) {
    .slj-steps-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

.slj-step {
    text-align: center;
    position: relative;
}

.slj-step-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    background-color: rgb(237 234 218);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    border: 4px solid #f8faf8;
}

.slj-step-icon svg {
    width: 28px;
    height: 28px;
    color: var(--secondary-color);
}

.slj-step h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}
.faq-content .accordion-item .accordion-body p {
    color: #000;
}
.about-content .nav-tabs .nav-item .nav-link {
    color: #000000;
}
.about-content .title p {
    color: #000;
}
.about-content .check li i {
    background-color: var(--primary-color);
}

.slj-step p {
    font-size: 13px;
    color: var(--secondary-color);
}

.slj-dark-card {
    background-color: var(--primary-color);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
}
.about-content .check li {
    color: #000;
}

@media (max-width: 768px) {
    .slj-dark-card {
        padding: 32px 24px;
    }
}

.slj-dark-grid {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 40px 40px;
}

.slj-dark-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 992px) {
    .slj-dark-content {
        flex-direction: row;
        align-items: center;
        gap: 60px;
    }
}

.slj-dark-left {
    flex: 1;
}

.slj-dark-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.slj-dark-title {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    margin: 20px 0;
    line-height: 1.2;
}

.slj-dark-desc {
    font-size: 15px;
    color: #cdd5e0;
    line-height: 1.7;
    margin-bottom: 24px;
}

.slj-header .about-right {
    padding: 0;
}

.slj-dark-btn {
    display: inline-block;
    background-color: var(--secondary-color);
    color: #ffffff;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.slj-dark-btn:hover {
    background-color: #15803d;
}

.slj-dark-right {
    flex: 1;
    position: relative;
}

.slj-dark-image-wrapper {
    width: 380px;
    margin-left: auto;
    position: relative;
    height: 430px;
}

.slj-dark-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.slj-dark-image {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.slj-floating-card {
    position: absolute;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.slj-floating-card-1 {
    top: 50px;
    left: -60px;
}

.slj-floating-card-2 {
    bottom: 50px;
    right: -24px;
}

@media (max-width: 576px) {
    .slj-floating-card-1,
    .slj-floating-card-2 {
        right: 0;
    }
}

.slj-floating-icon {
    width: 40px;
    height: 40px;
    background-color: rgb(237 234 218);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.slj-floating-icon svg {
    width: 20px;
    height: 20px;
    color: var(--secondary-color);
}

.slj-floating-text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.slj-floating-text p {
    font-size: 12px;
    color: #6b7280;
}

.slj-cta-banner {
    margin-top: 32px;
    background-color: var(--secondary-color);
    border-radius: 16px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 90;
}

@media (min-width: 768px) {
    .slj-cta-banner {
        flex-direction: row;
    }
}

.slj-cta-banner h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.slj-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.slj-cta-btn:hover {
    background-color: #ffffff;
    color: var(--secondary-color);
}

.slj-cta-btn svg {
    width: 16px;
    height: 16px;
}

/* ===== TESTIMONIALS SECTION (tst-) ===== */
.tst-section {
    padding: 80px 20px;
    background-color: #f8faf8;
}

.tst-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tst-header {
    text-align: center;
    margin-bottom: 60px;
}

.tst-label {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.tst-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.tst-subtitle {
    font-size: 16px;
    color: #6b7280;
}

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

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

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

    .tst-title {
        font-size: 28px;
    }
}

.tst-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tst-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.tst-star {
    width: 18px;
    height: 18px;
    color: #fbbf24;
    fill: #fbbf24;
}

.tst-quote {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 24px;
}

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

.tst-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f3d2a 0%, #c7a043 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.tst-author-info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.tst-author-info p {
    font-size: 13px;
    color: #6b7280;
}

.kfh-icon-orange iconify-icon {
    color: #fff;
    font-size: 20px;
}

.cca-left.about-right p {
    line-height: 30px;
}

.cca-left.about-right a.cca-btn {
    margin-top: 10px;
}

.cta-wrap {
    height: 600px;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}

.cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
    position: relative;
}

.cta-content h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    max-width: 50%;
    line-height: 58px;
}

.cta-content > p {
    color: #fff;
    max-width: 38%;
    padding-top: 20px;
}

.cta-wrap:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000ba;
    left: 0;
    top: 0;
}

.cta-content > p:last-of-type {
    max-width: 30%;
    border-top: 1px solid #ffffff6b;
    margin-top: 18px;
}

.box-cta {
    background: #f6e303;
    max-width: 400px;
    position: absolute;
    right: 0;
    bottom: 75px;
    padding: 24px 30px;
    border-radius: 20px;
}

.box-cta p {
    font-weight: 600;
}

.box-cta-inners {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 42px;
    align-items: end;
}

.box-cta-inners h6 {
    font-size: 14px;
    font-weight: 400;
}

.box-cta-inners h6 span {
    font-size: 24px;
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
}

.box-cta-inners a.default-btn {
    background: var(--primary-color);
    min-width: 140px;
}

.page-banner-area.position-relative.overflow-hidden.inner-wrapbanner {
    height: 280px;
    margin-top: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    background: rgb(240 240 240);
}

.page-banner-content {
    max-width: 55%;
    margin: auto;
}

.page-banner-content h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 15px;
    font-weight: 500;
}

.page-banner-content h6 {
    font-weight: 400;
    color: var(--secondary-color);
}

.about-right.abus-pages {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}

.about-right.abus-pages .main-badge {
    display: inline-block;
    max-width: fit-content;
}

.abimage-wrap-page {
    height: auto;
    width: 100%;
    position: relative;
}

.abimage-wrap-1 {
    width: 82%;
    height: 400px;
}

.abimage-wrap-1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.abimage-wrap-2 {
    height: 220px;
    width: 300px;
    margin-left: auto;
    margin-top: -90px;
}

.abimage-wrap-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.about-us-area.aboutsection-page-missiond {
    padding-top: 50px;
    padding-bottom: 70px;
}

.about-us-area.aboutsection-page-missiond .about-right {
    padding: 0;
}

.about-us-area.aboutsection-page-missiond .about-right span.sub-title {
    color: var(--secondary-color);
    font-weight: 400;
}

.about-info .about-image {
    padding: 20px;
}

.about-info .about-image .about-image-1 {
    border-radius: 20px;
}

img.about-image-2 {
    border-radius: 20px;
}

.team-card .team-image ul {
    background-color: var(--primary-color);
}

.section-title.about-right {
    padding-left: 0;
}

.team-page {
    padding-bottom: 60px;
}

.preloader-area .wavy span.d-inline-block img {
    max-width: 110px;
}
.copyrightul-sec ul {
    text-align: start;
}

.fun-fact-card h2,
.fun-fact-card .h2 {
    font-size: 48px;
}

.fun-fact-card p {
    font-size: 17px;
}

.copyright-area p a:hover {
    color: #0c2e53;
}

.service-details-content .service-image-9 {
    margin: 20px 0px;
    max-height: 425px;
    width: 100%;
    object-fit: cover;
}

.service-details-page {
    padding: 60px 0px;
}

.service-details-content h2,
.service-details-content .h2 {
    font-size: 30px;
}

.sidebar h3,
.sidebar .h3 {
    border-bottom: 1px solid #0c2e5342;
}

.service-details-content .check li {
    margin-bottom: 14px;
}

.sidebar {
    position: sticky;
    top: 90px;
}

.sidebar .popular-services {
    padding: 30px;
    margin-bottom: 20px;
}

.contact-card-wrap h4.title-loan {
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.contact-card-wrap .desc-loan {
    color: #d1d1d1;
}

.contact-card-wrap .card-loan.card-personal {
    margin-bottom: 20px;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
}

.contact-card-wrap .card-loan.card-personal:last-of-type {
    margin-bottom: 0;
}

.contact-card-wrap .card-loan.card-personal .card-loan-textes img {
    max-width: 42px;
}

.contact-card-wrap {
    padding-right: 40px;
}

.contact-form-wrap {
    height: auto;
    width: 100%;
}

.contact-form-wrap form.contact-form.bg-color-fffaeb {
    width: 100%;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #dddddd91;
}

.vissing-section.contact-page-wrap {
    background: #f9fafb;
}

.contact-card-wrap .card-loan.card-personal > img {
    width: 350px;
    min-height: 350px;
    transform: rotate(-78deg);
    top: -187px;
    left: 174px;
    position: absolute;
    display: block;
    max-width: 350px;
}

.contact-card-wrap .card-loan.card-personal.selct2x-card-bg-img > img {
    top: -206px;
    left: -36px;
    transform: rotate(62deg);
}

.privacycontent_wrapper ul li {
    font-size: 15px;
    line-height: 32px;
    color: #000;
}

.privacycontent_wrapper ul li strong {
    font-weight: 600;
}

.contact-card-wrap .card-loan.card-personal.selct-card-bg-img > img {
    top: -264px;
    left: -255px;
    width: 450px;
    height: 450px;
    max-width: 450px;
    transform: rotate(0);
}

.field-section-con label {
    padding-bottom: 10px;
}

.field-section-con input.form-control {
    background: #f2f2f263;
    border: 1px solid rgb(12 58 48 / 8%);
    border-radius: 7px;
}

.contact-form .field-section-con .textarea {
    background-color: #f2f2f263;
    /* border: 1px solid rgb(12 58 48 / 8%); */
    border-radius: 7px;
}

.main-map {
    height: 340px;
    width: 100%;
}

.main-map iframe {
    height: 100%;
    width: 100%;
}

.vissing-section.polocy-wraps {
    padding: 50px 0px;
}

.information-collection {
    padding-bottom: 24px;
}

.information-collection h4 {
    font-size: 22px;
    font-weight: 500;
}

.information-collection p {
    color: #4c4c4c;
}

.information-collection ul {
    padding-left: 25px;
}

.information-collection ul li strong {
    font-weight: 500;
}

.information-collection ul li {
    line-height: 34px;
}

.heiglight-loan p {
    margin: 0;
    padding: 0;
    color: var(--secondary-color);
    padding: 0px 40px;
    width: 100%;
    max-width: 100%;
    line-height: 24px;
}

.heiglight-loan {
    background: #ffffff00;
    color: var(--secondary-color);
    padding: 20px 24px;
    border-radius: 10px;
    position: relative;
    max-width: 90%;
    border: 1px solid #c7a04330;
    backdrop-filter: blur(10px);
}

.heiglight-loan iconify-icon {
    font-size: 28px;
    position: absolute;
    left: 20px;
    top: 14px;
}

.heiglight-loan iconify-icon:last-of-type {
    bottom: 15px;
    right: 20px;
    left: initial;
    top: inherit;
}

.privacycontent_wrapper h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.privacycontent_wrapper p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #000;
}

.privacycontent_wrapper ul {
    margin-bottom: 20px;
}

.privacycontent_wrapper p a {
    color: var(--secondary-color);
}

.checklist-sec-rp {
    display: flex;
    gap: 34px;
    padding: 10px 0px 30px 0px;
    align-items: center;
}

.checklist-sec-rp-img {
    max-width: 350px;
}

.checklist-sec-rp-img img {
    border-radius: 14px;
}

.checklist-sec-rp ul {
    margin: 0 !important;
}

.mobile-navbar .offcanvas-header {
    padding: 8px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.mobile-navbar .offcanvas-header button.close-btn {
    font-size: 30px;
    right: 20px;
    top: 20px;
}

.mobile-navbar .offcanvas-header a.logo img {
    max-width: 170px;
}

.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
    display: none;
}

.navbar .navbar-toggler .burger-menu span {
    width: 26px;
}

.team-image {
    height: 350px;
}

.team-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.copyright-area ul li::before {
    width: 6px;
    height: 6px;
}

.copyrightul-sec ul li {
    border-radius: 50px;
    padding: 5px 16px;
    background: #f2f2f2;
}

.table-ui-section {
    height: auto;
    width: 100%;
    padding-top: 12px;
}

.table-ui-section table tr td,
.table-ui-section table tr th {
    border: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 15px;
}

.table-ui-section table tr td:nth-child(2) {
    min-width: 330px;
}

.table-ui-section table tr th {
    background: #f2f2f27d;
    padding: 8px 10px;
}

.table-ui-section table tr td strong {
    font-weight: 600;
}

.loan-features {
    padding-top: 40px;
}

.loan-features .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #fff;
    width: 100%;
}

.icon-box {
    width: 48px;
    height: 48px;
    background: #edeadaad;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    font-size: 26px;
    color: var(--secondary-color);
}

.feature-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.about-content .nav-tabs .nav-item .nav-link.active,
.about-content .nav-tabs .nav-item .nav-link:hover {
    background-color: var(--primary-color);
}
.offering-card {
    background-color: var(--primary-color);
}

/* responsive.css */

@media (max-width: 1080px) {
    .h1.mil-display,
    h1.mil-display {
        font-size: 34px;
        line-height: 50px;
    }

    .mil-banner-text p {
        max-width: 100%;
        margin-bottom: 0px;
    }

    h1.mil-display.mil-light.mil-mb-60 span.walletdesign {
        padding: 7px 18px 7px 7px;
        font-size: 20px;
        margin-left: 0px;
        line-height: 30px;
    }

    .mil-banner.mil-dark-2 {
        padding-top: 110px;
    }

    h1.mil-display.mil-light.mil-mb-60 span.walletdesign iconify-icon {
        font-size: 20px;
    }

    .heiglight-loan p {
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding: 0px 24px;
    }

    .heiglight-loan {
        padding: 16px 20px;
        max-width: 100%;
    }

    .heiglight-loan iconify-icon {
        font-size: 20px;
        left: 14px;
        top: 10px;
    }

    .icon-box {
        width: 48px;
        height: 48px;
        border-radius: 8px;
        margin-bottom: 14px;
        font-size: 24px;
    }

    .table-ui-section table tr td:nth-child(2) {
        min-width: auto;
    }

    /* .mil-banner-img.mil-banner-img-out {
margin-top: 24px;
} */

    .loan-info .loan-details {
        font-size: 12px;
        margin-top: 0;
    }

    .loan-info .loan-title {
        font-size: 14px;
    }

    .loan-icon {
        font-size: 20px;
        margin-right: 10px;
    }

    .loan-card {
        top: 20px;
        left: 20px;
        padding: 10px 14px;
    }

    .mil-banner {
        height: auto;
        padding-top: 0px;
    }

    .swure-wrap {
        display: none;
    }

    .emi-rate {
        font-size: 10px;
    }

    .emi-amount {
        font-size: 14px;
    }

    .mil-banner-img.mil-banner-img-out {
        height: auto;
    }

    .emi-card {
        /* right: 20px;
padding: 10px 18px;
top: inherit;
bottom: 20px; */
        position: relative;
    }
    .about-right-conmp {
        padding: 30px 0px 0px 0px;
    }

    .navbar {
        padding: 5px;
    }

    .service-top {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .about-right h2 {
        font-size: 28px;
    }

    .about-right h2 br {
        display: none;
    }

    .ournew-services {
        padding: 50px 0px 40px 0px;
    }

    .white-ones {
        display: none;
    }

    .about-right {
        padding-left: 30px;
    }

    .balck-one {
        right: 40px;
    }

    .main-ab-img {
        margin-left: 0px;
        height: auto;
    }

    .new-left-section-ab {
        margin-bottom: 30px;
    }

    .about-right .features {
        flex-wrap: wrap;
    }

    .comon-wrappers {
        padding: 40px 0px;
    }

    .vissing-section {
        padding: 40px 0px;
    }

    .abimage-wrap {
        height: auto;
        margin-bottom: 24px;
    }

    .why-Chose-text {
        display: block;
    }

    .why-Chose-text .about-right {
        width: 100%;
    }

    .why-Chose-wrap {
        padding: 30px 0px 40px 0px;
    }

    .choose-box {
        padding: 24px;
        margin: 28px 0px 0px 0px;
    }

    .card-loan {
        padding: 15px;
    }

    .cta-content h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .cta-content > p {
        max-width: 100%;
        padding-top: 10px;
    }

    .cta-content > p:last-of-type {
        max-width: 100%;
        margin-top: 12px;
    }

    .box-cta-inners {
        padding-top: 15px;
    }

    .cta-content {
        padding-top: 40px;
    }

    .box-cta {
        bottom: 50px;
    }

    .kfh-section {
        padding: 40px 15px 0px 15px;
    }

    .kfh-title {
        margin-bottom: 24px;
    }

    .cca-left.about-right h2 {
        font-size: 28px;
    }

    .cca-section {
        padding: 30px 0px;
    }

    .hiw-header {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .cta-wrap {
        height: 500px;
    }

    .cta-content {
        display: block;
        height: 500px;
    }

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

    .slj-dark-image-wrapper img {
        object-fit: cover;
    }

    .cta-content h2 {
        max-width: 100%;
    }

    .slj-header {
        max-width: 100%;
        margin: 0px auto 24px;
    }

    .slj-section {
        padding: 28px 0px 40px 0px;
    }

    .slj-dark-title {
        font-size: 28px;
    }

    .slj-dark-title br {
        display: none;
    }

    .slj-dark-image-wrapper {
        width: 100%;
        height: 400px;
    }

    .slj-floating-card-1 {
        display: none;
    }

    .slj-floating-card-2 {
        bottom: 30px;
        right: 24px;
    }

    .slj-cta-btn {
        width: fit-content;
    }

    .slj-cta-banner {
        align-items: flex-start;
    }

    .faq-area.faqsection {
        padding: 40px 0px;
    }

    .faq-content {
        max-width: 100%;
    }

    .faq-content .accordion-item .accordion-body {
        padding: 10px 0px 0px 0px;
        margin: 0px 20px 0px 20px;
    }

    .footer-area.footersecrion {
        padding-top: 30px;
    }

    .footer-logos {
        max-width: 100px;
        margin-bottom: 20px;
    }

    .footer-weight p {
        margin-bottom: 20px;
    }

    .footer-weight .get-touch li {
        padding-left: 0 !important;
    }

    .copyright-area .copyright-border {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-banner-content {
        max-width: 100%;
    }

    .page-banner-content h1 {
        line-height: 35px;
    }

    .abimage-wrap-1 {
        width: 100%;
        height: 330px;
    }

    .abimage-wrap-2 {
        display: none;
    }

    .abimage-wrap-page {
        padding-bottom: 30px;
    }

    .about-us-area.aboutsection-page-missiond {
        padding-top: 20px;
    }

    .team-page {
        padding-bottom: 40px;
    }

    .checklist-sec-rp {
        gap: 20px;
        flex-direction: row;
    }

    .checklist-sec-rp ul {
        width: 100%;
        padding-left: 10px;
    }

    .service-details-page {
        padding: 40px 0px;
    }

    .vissing-section.polocy-wraps {
        padding: 40px 0px;
    }

    .contact-card-wrap {
        padding-right: 0;
        display: flex;
        gap: 15px;
    }

    .contact-card-wrap .card-loan.card-personal .card-loan-textes img {
        max-width: 30px;
        margin-top: 5px;
    }

    .contact-card-wrap .card-loan.card-personal {
        width: 100%;
        padding: 15px;
        height: 163px;
    }

    .contact-form-wrap {
        padding-top: 26px;
    }

    .preloader-area .wavy span {
        font-size: 20px;
    }

    .preloader-area .wavy span.d-inline-block img {
        max-width: 75px;
    }
    .new-des-wrap {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .h1.mil-display,
    h1.mil-display {
        font-size: 34px;
        line-height: 50px;
    }

    .mil-banner-text p {
        max-width: 100%;
        margin-bottom: 0px;
    }

    h1.mil-display.mil-light.mil-mb-60 span.walletdesign {
        padding: 7px 18px 7px 7px;
        font-size: 20px;
        margin-left: 0px;
        line-height: 30px;
    }

    .mil-banner-text {
        padding-top: 0px;
    }

    h1.mil-display.mil-light.mil-mb-60 span.walletdesign iconify-icon {
        font-size: 20px;
    }

    .heiglight-loan p {
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        padding: 0px 24px;
    }

    .heiglight-loan {
        padding: 16px 20px;
        max-width: 100%;
    }

    .heiglight-loan iconify-icon {
        font-size: 20px;
        left: 14px;
        top: 10px;
    }

    .mil-banner-img.mil-banner-img-out {
        max-width: 100%;
        padding: 40px 0px;
    }

    .loan-info .loan-details {
        font-size: 12px;
        margin-top: 0;
    }

    .loan-info .loan-title {
        font-size: 14px;
    }

    .loan-icon {
        font-size: 20px;
        margin-right: 10px;
    }

    .loan-card {
        top: 20px;
        left: 20px;
        padding: 10px 14px;
    }

    .mil-banner {
        height: auto;
        padding-top: 0px;
    }

    .swure-wrap {
        bottom: 20px;
        left: 20px;
    }

    .emi-rate {
        font-size: 10px;
    }

    .emi-amount {
        font-size: 14px;
    }

    .emi-card {
        right: 0;
        left: 0;
    }

    .navbar {
        padding: 5px;
    }

    .service-top {
        max-width: 100%;
        padding-bottom: 30px;
    }

    .about-right h2 {
        font-size: 28px;
    }

    .about-right h2 br {
        display: none;
    }

    .ournew-services {
        padding: 50px 0px 40px 0px;
    }

    .white-ones {
        display: none;
    }

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

    .balck-one {
        right: 40px;
    }

    .main-ab-img {
        margin-left: 0px;
    }

    .new-left-section-ab {
        margin-bottom: 30px;
    }

    .about-right .features {
        flex-wrap: wrap;
    }

    .comon-wrappers {
        padding: 40px 0px;
    }

    .vissing-section {
        padding: 40px 0px;
    }

    .abimage-wrap {
        height: auto;
        margin-bottom: 24px;
    }

    .why-Chose-text {
        display: block;
    }

    .why-Chose-text .about-right {
        width: 100%;
    }

    .why-Chose-wrap {
        padding: 30px 0px 40px 0px;
    }

    .choose-box {
        padding: 24px;
        margin: 28px 0px 0px 0px;
    }

    .card-loan {
        padding: 15px;
    }

    .cta-content h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .cta-content > p {
        max-width: 100%;
        padding-top: 10px;
    }

    .cta-content > p:last-of-type {
        max-width: 100%;
        margin-top: 12px;
    }

    .box-cta-inners {
        padding-top: 15px;
    }

    .cta-content {
        padding-top: 40px;
        height: 580px;
    }

    .box-cta {
        bottom: 50px;
    }

    .kfh-section {
        padding: 40px 15px 0px 15px;
    }

    .kfh-title {
        margin-bottom: 24px;
    }

    .cca-left.about-right h2 {
        font-size: 28px;
    }

    .cca-section {
        padding: 30px 15px;
    }

    .hiw-header {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .cta-content {
        display: block;
    }

    .cta-content h2 {
        max-width: 100%;
    }

    .slj-header {
        max-width: 100%;
        margin: 0px auto 24px;
    }

    .slj-section {
        padding: 28px 0px 40px 0px;
    }

    .slj-dark-title {
        font-size: 28px;
    }

    .slj-dark-title br {
        display: none;
    }

    .slj-dark-image-wrapper {
        width: 100%;
        height: auto;
    }

    .slj-floating-card-1 {
        display: none;
    }

    .slj-floating-card-2 {
        bottom: 30px;
        right: 24px;
    }

    .slj-cta-btn {
        width: fit-content;
    }

    .slj-cta-banner {
        align-items: flex-start;
    }

    .faq-area.faqsection {
        padding: 40px 0px;
    }

    .faq-content {
        max-width: 100%;
    }

    .faq-content .accordion-item .accordion-body {
        padding: 10px 0px 0px 0px;
        margin: 0px 20px 0px 20px;
    }

    .footer-area.footersecrion {
        padding-top: 30px;
    }

    .footer-logos {
        max-width: 100px;
        margin-bottom: 20px;
    }

    .footer-weight p {
        margin-bottom: 20px;
    }

    .footer-weight .get-touch li {
        padding-left: 0 !important;
    }

    .copyright-area .copyright-border {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-banner-content {
        max-width: 100%;
    }

    .page-banner-content h1 {
        line-height: 35px;
    }

    .abimage-wrap-1 {
        width: 100%;
        height: 330px;
    }

    .abimage-wrap-2 {
        display: none;
    }

    .abimage-wrap-page {
        padding-bottom: 30px;
    }

    .about-us-area.aboutsection-page-missiond {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .team-page {
        padding-bottom: 40px;
    }

    .checklist-sec-rp {
        gap: 20px;
        flex-direction: column;
    }

    .checklist-sec-rp ul {
        width: 100%;
        padding-left: 10px;
    }

    .service-details-page {
        padding: 40px 0px;
    }

    .vissing-section.polocy-wraps {
        padding: 40px 0px;
    }

    .contact-card-wrap {
        padding-right: 0;
    }

    .contact-card-wrap .card-loan.card-personal .card-loan-textes img {
        max-width: 34px;
    }

    .contact-card-wrap .card-loan.card-personal {
        padding: 24px;
    }

    .contact-form-wrap {
        padding-top: 26px;
    }

    .preloader-area .wavy span {
        font-size: 20px;
    }

    .preloader-area .wavy span.d-inline-block img {
        max-width: 75px;
    }

    .cta-wrap {
        height: 580px;
    }

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

    .contact-card-wrap {
        display: block;
    }
    .about-right-conmp .new-left-section-ab {
        margin: 0;
    }
    .ourMissind-wrap-outs {
        flex-wrap: wrap;
    }
    .feature-card p {
        margin-bottom: 15px;
    }
    .cca-grid {
        padding: 40px 0px 0px 0px;
    }
    .kfh-card {
        padding: 14px;
    }
    .kfh-cards {
        padding-top: 30px;
    }
    .copyright-area ul {
        text-align: left !important;
    }
    .copyrightul-sec ul li {
        background: transparent;
        padding: 0;
    }
    .copyrightul-sec ul li::before {
        display: none;
    }
    .emi-card {
    margin: auto;
    width:100% !important;
}
.about-right.abus-pages {
    padding-left: 0;
}
.mil-btn.mil-md {
    padding: 0 18px;
    height: 48px;
    font-size: 15px;
}
    .about-content .nav-tabs .nav-item .nav-link {
        padding: 8px 13px 10px !important;
        font-size: 13px !important;
    }
    .others-options-mobile.d-lg-none.me-3 {
    margin-right: 0 !important;
    position: relative;
    left: 15px;
}

.others-options-mobile.d-lg-none.me-3 ul li a.dropdown-toggle {
    font-size: 30px !important;
}
}

/* Modal Overlay */
.la-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.la-modal-overlay.la-active {
    opacity: 1;
    visibility: visible;
}
/* Modal Container */
.la-modal {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 400px;
    margin: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s ease;
    overflow: hidden;
}
.la-modal-overlay.la-active .la-modal {
    transform: translateY(0) scale(1);
}
/* Modal Header */
.la-modal-header {
    padding: 24px 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.la-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}
.la-modal-close {
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.la-modal-close:hover {
    background: #e8e8e8;
}
.la-modal-close svg {
    width: 16px;
    height: 16px;
    color: #666;
}
/* Modal Body */
.la-modal-body {
    padding: 24px;
}
.la-subtitle {
    font-size: 13px;
    color: #888;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 5px;
}
/* Form Steps */
.la-step {
    display: none;
}
.la-step.la-active {
    display: block;
    animation: la-fadeIn 0.3s ease;
}
@keyframes la-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Form Group */
.la-form-group {
    margin-bottom: 20px;
    position: relative;
}
.la-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}
.la-input-wrapper {
    position: relative;
}
.la-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    color: #1a1a1a;
    background: #fafafa;
    transition: all 0.2s ease;
}
.la-input:focus {
    outline: none;
    border-color: #1a1a1a;
    background: #fff;
}
.la-input::placeholder {
    color: #aaa;
}
.la-input.la-verified {
    background: #f0fdf4;
    border-color: #22c55e;
    padding-right: 100px;
}
.la-input.la-error {
    border-color: #ef4444;
    background: #fef2f2;
}
.la-input:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
/* Error Message */
.la-error-text {
    font-size: 12px;
    color: #ef4444;
    margin-top: 6px;
    display: none;
}
.la-error-text.show {
    display: block;
}
/* Verified Badge */
.la-verified-badge {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    background: #22c55e;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
}
.la-verified-badge svg {
    width: 12px;
    height: 12px;
}
/* OTP Input Group */
.la-otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 24px 0;
}
.la-otp-input {
    width: 48px;
    height: 54px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fafafa;
    transition: all 0.2s ease;
}
.la-otp-input:focus {
    outline: none;
    border-color: #1a1a1a;
    background: #fff;
}
.la-otp-input.error {
    border-color: #ef4444;
}
/* Buttons */
.la-btn {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.la-btn-primary {
    background: #c7a043;

    color: #fff;
}

.la-btn-primary:hover {
    background: #c7a043;
}
.la-btn-primary:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.la-btn-back {
    background: transparent;
    color: #666;
    padding: 8px 10px;
    margin-bottom: 10px;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    border: 1px solid #606060;
    border-radius: 8px;
}
.la-btn-back:hover {
    color: #1a1a1a;
}
.la-btn-back svg {
    width: 16px;
    height: 16px;
}
/* OTP Info Text */
.la-otp-info {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.la-otp-number {
    font-weight: 500;
    color: #1a1a1a;
}
.la-resend {
    text-align: center;
    margin-top: 16px;
}
.la-resend-link {
    font-size: 12px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.la-resend-link:hover {
    color: #1a1a1a;
    text-decoration: underline;
}
/* Checkbox */
.la-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}
.la-checkbox {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 2px;
    accent-color: #1a1a1a;
}
.la-checkbox-label {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}
.la-checkbox-label a {
    color: #1a1a1a;
    text-decoration: underline;
    cursor: pointer;
}
.la-checkbox-label a:hover {
    color: #000;
}
/* Terms Modal */
.la-terms-modal {
    max-width: 500px;
    max-height: 80vh;
}
.la-terms-content {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}
.la-terms-content h3 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 16px 0 8px;
}
.la-terms-content h3:first-child {
    margin-top: 0;
}
.la-terms-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 12px;
}
.la-terms-content::-webkit-scrollbar {
    width: 4px;
}
.la-terms-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.la-terms-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
/* Demo Button */
.la-demo-btn {
    padding: 10px 25px;
    background: #c7a043;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.la-demo-btn:hover {
    background: #4d83f9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
/* Custom Modern Toast Alert */
.la-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 300px;
    background: #1a1a1a;
    color: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2000;
    transform: translateX(120%);
    transition: transform 0.4s ease;
    font-size: 14px;
}
.la-toast.show {
    transform: translateX(0);
}
.la-toast.success {
    background: #22c55e;
}
.la-toast .la-toast-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.la-toast .la-toast-close {
    margin-left: auto;
    cursor: pointer;
    opacity: 0.8;
}
.la-toast .la-toast-close:hover {
    opacity: 1;
}
/* Responsive */

@media (max-width: 480px) {
    .la-modal {
        margin: 16px;
        border-radius: 12px;
    }
    .la-modal-header {
        padding: 20px 20px 0;
    }
    .la-modal-body {
        padding: 20px;
    }
    .la-otp-input {
        width: 42px;
        height: 48px;
        font-size: 18px;
    }
    .la-otp-container {
        gap: 8px;
    }
    .la-toast {
        left: 20px;
        right: 20px;
        min-width: auto;
    }
}

.form-control.is-invalid ~ .invalid-feedback,
.form-select.is-invalid ~ .invalid-feedback {
    display: block !important;
}
