.busiloan-section {
            /* margin-top: 90px; */
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
            /* padding: 20px 0; */
            background-color: #f8f9fa;
        }

        .busiloan-content {
            padding-right: 40px;
        }

        .busiloan-title {
            font-size: clamp(3.5rem, 8vw, 6rem) !important;
            font-weight: 900 !important;
            line-height: 0.9;
            color: #293C89;
            margin-bottom: 15px;
        }

        .busiloan-title span {
            display: block;
        }

        .busiloan-desc {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: justify;
        }

        .busiloan-highlights {
            display: inline-block;
            padding: 10px 22px;
            background: #fff;
            border-radius: 50px;
            border: 1px solid #eee;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            font-size: 16px;
            font-weight: 600;
            color: #444;
        }

        /* ===========================
           Button
        =========================== */

        .busiaply_btn {
            margin-top: 25px;
            background: #293C89;
            color: #fff;
            border: none;
            padding: 10px 45px;
            font-size: 1.2rem;
            font-weight: 700;
            border-radius: 50px;
            transition: all .3s ease;
            box-shadow: 0 8px 20px rgba(61, 110, 215, 0.25);
        }

        .busiaply_btn:hover {
            background: #4257a9;
            color: #fff;
            transform: translateY(-4px);
            box-shadow: 0 15px 30px rgba(61, 110, 215, 0.4);
        }

        /* ===========================
           Social Icons
        =========================== */

        .busisocial-icons {
            margin-top: 35px;
        }

        .busisocial-icons a {
            width: 50px;
            height: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            text-decoration: none;
            background: #293C89;
            color: #fff;
            border-radius: 50%;
            font-size: 20px;
            transition: all .3s ease;
            box-shadow: 0 5px 15px rgba(61, 110, 215, 0.25);
        }

        .busisocial-icons a:hover {
            background: #000;
            color: #fff;
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(61, 110, 215, 0.4);
        }

        /* ===========================
           Image Section
        =========================== */

        .busiloan-image {
            text-align: center;
        }

        .busiloan-image img {
            width: 100%;
            max-width: 850px;
            height: auto;
        }

        /* ===========================
   Responsive Design
=========================== */

/* Large Tablet */
@media (max-width: 1199.98px) {

    .busiloan-section {
        padding: 20px 0;
    }

    .busiloan-content {
        padding-right: 20px;
    }

    .busiloan-title {
        font-size: clamp(3rem, 7vw, 5rem) !important;
    }

    .busiloan-title span {
        display: inline;
    }

    .busiloan-image img {
        max-width: 650px;
    }
}


/* Tablet */
@media (max-width: 991.98px) {

    .busiloan-section {
        padding: 50px 0;
    }

    .busiloan-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .busiloan-title {
        font-size: clamp(2.8rem, 8vw, 4.5rem) !important;
        line-height: 1;
    }

    .busiloan-desc {
        font-size: 15px;
    }

    .busiloan-highlights {
        font-size: 15px;
        padding: 10px 20px;
    }

    .busisocial-icons {
        margin-top: 25px;
    }

    .busisocial-icons a {
        margin: 5px;
    }

    .busiloan-image img {
        max-width: 500px;
    }
}


/* Mobile */
@media (max-width: 767.98px) {

    .busiloan-section {
        padding: 40px 0;
    }

    .busiloan-title {
        font-size: clamp(2.3rem, 10vw, 3.5rem) !important;
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .busiloan-desc {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .busiloan-highlights {
        display: block;
        width: 100%;
        text-align: center;
        border-radius: 15px;
        font-size: 14px;
        padding: 12px 15px;
    }

    .busiaply_btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 1rem;
    }

    .busisocial-icons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .busisocial-icons a {
        margin: 0;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .busiloan-image img {
        max-width: 100%;
    }
}


/* Small Mobile */
@media (max-width: 575.98px) {

    .busiloan-section {
        padding: 30px 0;
    }

    .busiloan-title {
        font-size: 2rem !important;
    }

    .busiloan-desc {
        font-size: 13px;
        text-align: left;
    }

    .busiloan-highlights {
        font-size: 13px;
        line-height: 1.6;
    }

    .busiaply_btn {
        font-size: 15px;
        padding: 12px 20px;
    }

    .busisocial-icons a {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}


/* Extra Small Devices */
@media (max-width: 375px) {

    .busiloan-title {
        font-size: 1.8rem !important;
    }

    .busiloan-desc {
        font-size: 12px;
    }

    .busiaply_btn {
        font-size: 14px;
    }

    .busisocial-icons a {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
}


.bln-section-title {
    font-size: 3rem;
    font-weight: 400;
    color: #555;
    padding: 30px 0;
    margin-bottom: 20px;
}

.bln-section-text,
.bln-more-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: justify;
}

#blnmoreContent {
    display: none;
    margin-top: 15px;
}

.bln-read-toggle {
    color: #293C89;
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.bln-read-toggle:hover {
    color: #4257a9;
}

#readMoreBtn {
    display: inline-block;
    margin-top: 10px;
}

.bln-loan-card {
    background: #293C89;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 15px;
    height: 100%;
}

.bln-icon-circle {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bln-loan-card-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 5px;
}

.bln-loan-card-value {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .bln-section-title {
        font-size: 2rem;
    }

    .bln-section-text,
    .bln-more-text {
        font-size: .95rem;
    }
}


.bbl-section {
    padding: 60px 0;
}

.bbl-title {
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 300;
    color: #555;
    margin-bottom: 50px;
    /* text-align: center; */
}

.bbl-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: grab;
    user-select: none;
}

.bbl-slider-wrapper:active {
    cursor: grabbing;
}

.bbl-slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.9s ease;
}

.bbl-card {
    flex: 0 0 calc((100% - 60px) / 4);
    background: #f7f7f7;
    border: 1px solid #293C89;
    border-radius: 18px;
    padding: 24px;
    min-height: 300px;
    box-sizing: border-box;
}

.bbl-card i {
    font-size: 55px;
    color: #293C89;
    display: block;
    margin-bottom: 20px;
}

.bbl-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3f4c63;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1.4;
}

.bbl-card p {
    font-size: 16px;
    color: #4f5a6e;
    line-height: 1.6;
    margin-bottom: 0;
}

.bbl-dots {
    text-align: center;
    margin-top: 35px;
}

.bbl-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: #d0d0d0;
    margin: 0 5px;
    transition: all .3s;
}

.bbl-dots button.active {
    background: #293C89;
}


.bblaply_btn {
    margin-top: 25px;
    background: #293C89;
    color: #fff;
    border: none;
    padding: 10px 45px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    transition: all .3s ease;
    box-shadow: 0 8px 20px rgba(61, 110, 215, 0.25);
}

.bblaply_btn:hover {
    background: #4257a9;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(61, 110, 215, 0.4);
}

/* =========================
LARGE LAPTOP - 3 CARDS
========================= */
@media (max-width: 1199.98px) {

    .bbl-card {
        flex: 0 0 calc((100% - 40px) / 3);
    }

    .bbl-title {
        font-size: 48px;
    }
}

/* =========================
TABLET - 2 CARDS
========================= */
@media (max-width: 991.98px) {

    .bbl-section {
        padding: 50px 0;
    }

    .bbl-card {
        flex: 0 0 calc((100% - 20px) / 2);
        min-height: 280px;
    }

    .bbl-title {
        font-size: 40px;
    }

    .bbl-card i {
        font-size: 48px;
    }

    .bbl-card h4 {
        font-size: 18px;
    }

    .bbl-card p {
        font-size: 15px;
    }
}

/* =========================
MOBILE - 1 CARD
========================= */
@media (max-width: 767.98px) {

    .bbl-section {
        padding: 40px 0;
    }

    /* .bbl-slider-track {
gap: 0;
} */

    .bbl-card {
        flex: 0 0 100%;
        min-height: auto;
        padding: 20px;
    }

    .bbl-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .bbl-card i {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .bbl-card h4 {
        font-size: 17px;
    }

    .bbl-card p {
        font-size: 14px;
    }
}

/* =========================
SMALL MOBILE
========================= */
@media (max-width: 480px) {

    .bbl-card {
        padding: 18px;
    }

    .bbl-card i {
        font-size: 36px;
    }

    .bbl-card h4 {
        font-size: 16px;
    }

    .bbl-card p {
        font-size: 13px;
    }
}


.blf-features {
    padding: 60px 0;
    background: #efefef
}

.blf-features .blf-title {
    font-size: 36px;
    font-weight: 400;
    color: #555;
    text-align: center;
    margin-bottom: 50px;
}

.blf-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.blf-icon {
    width: 90px;
    min-width: 90px;
    text-align: center;
}

.blf-icon i {
    font-size: 50px;
    color: #293C89;
}

.blf-divider {
    width: 2px;
    height: 72px;
    background: #d5d5d5;
    margin: 0 28px;
    flex-shrink: 0;
}

.blf-text {
    flex: 1;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #555;
}

/* ===========================
Large Devices (1200px)
=========================== */

@media (max-width:1200px) {

    .blf-features {
        font-size: 32px;
    }

    .blf-icon {
        width: 80px;
        min-width: 80px;
    }

    .blf-icon i {
        font-size: 46px;
    }

    .blf-divider {
        margin: 0 22px;
        height: 65px;
    }

    .blf-text {
        font-size: 22px;
    }

}

/* ===========================
Laptop (992px)
=========================== */

@media (max-width:991.98px) {

    .blf-features {
        font-size: 30px;
        /* margin-bottom: 40px; */
    }

    .blf-item {
        margin-bottom: 40px;
    }

    .blf-icon {
        width: 70px;
        min-width: 70px;
    }

    .blf-icon i {
        font-size: 40px;
    }

    .blf-divider {
        height: 60px;
        margin: 0 18px;
    }

    .blf-text {
        font-size: 20px;
    }

}

/* ===========================
Tablet (768px)
=========================== */

@media (max-width:767.98px) {

    .blf-features {
        font-size: 28px;
        /* margin-bottom: 35px; */
    }

    .blf-item {
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .blf-icon {
        width: 60px;
        min-width: 60px;
    }

    .blf-icon i {
        font-size: 34px;
    }

    .blf-divider {
        height: 55px;
        margin: 0 15px;
    }

    .blf-text {
        font-size: 18px;
        line-height: 1.5;
    }

}

/* ===========================
Mobile (576px)
=========================== */

@media (max-width:575.98px) {

    .blf-features {
        font-size: 24px;
        /* margin-bottom: 30px; */
    }

    .blf-item {
        margin-bottom: 30px;
    }

    .blf-icon {
        width: 48px;
        min-width: 48px;
    }

    .blf-icon i {
        font-size: 28px;
    }

    .blf-divider {
        height: 45px;
        margin: 0 12px;
    }

    .blf-text {
        font-size: 16px;
        line-height: 1.5;
    }

}

/* ===========================
Small Mobile (400px)
=========================== */

@media (max-width:400px) {

    .blf-features {
        font-size: 21px;
    }

    .blf-icon {
        width: 42px;
        min-width: 42px;
    }

    .blf-icon i {
        font-size: 24px;
    }

    .blf-divider {
        height: 40px;
        margin: 0 10px;
    }

    .blf-text {
        font-size: 15px;
    }

}


.ble-sec {
    padding: 60px 0;
}

.ble-title {
    font-size: 54px;
    font-weight: 300;
    color: #555;
    margin-bottom: 35px;
}

.ble-acc {
    --bs-accordion-border-color: #ddd;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-active-color: #444;
    --bs-accordion-btn-focus-box-shadow: none;
}

.ble-item {
    border: 1px solid #ddd !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: none !important
}

.ble-btn,
.ble-btn:not(.collapsed) {
    background: #fff !important;
    color: #444 !important;
    box-shadow: none !important;
    padding: 22px 25px;
    font-size: 20px;
    font-weight: 500
}

.ble-btn:focus {
    box-shadow: none !important
}

.ble-body {
    padding: 26px 30px;
    background: #fff
}

.ble-list {
    margin: 0;
    padding-left: 22px
}

.ble-list-item {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555
}

.ble-list-item::marker {
    color: #293C89;
    font-size: 1.4em;
}

.ble-img-wrap {
    text-align: center
}

.ble-img {
    max-width: 460px;
    width: 100%;
    height: auto
}

@media(max-width:991px) {
    .ble-title {
        text-align: center;
        font-size: 40px
    }

    .ble-img-wrap {
        margin-top: 40px
    }
}

@media(max-width:576px) {
    .ble-sec {
        padding: 45px 0
    }

    .ble-title {
        font-size: 30px
    }

    .ble-btn {
        font-size: 17px;
        padding: 18px
    }

    .ble-body {
        padding: 18px
    }

    .ble-list-item {
        font-size: 15px
    }
}


.hla-sec {
    padding: 60px 0;
    background: #d5e5fd;
}

.hla-title {
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    color: #555;
    line-height: 1.2;
    margin-bottom: 12px;
}

.hla-sub {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-bottom: 50px;
}

.hla-card {
    background: #fff;
    min-height: 220px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .3s ease;
}

.hla-step {
    font-size: 32px;
    font-weight: 700;
    color: #293C89;
    margin-bottom: 18px;
}

.hla-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #000;
}

.hla-link {
    color: #293C89;
}

/*==========================
    Large Desktop
==========================*/

@media (max-width:1400px) {

    .hla-title {
        font-size: 50px;
    }

    .hla-text {
        font-size: 22px;
    }

}

/*==========================
    Laptop
==========================*/

@media (max-width:1199.98px) {

    .hla-sec {
        padding: 55px 0;
    }

    .hla-title {
        font-size: 44px;
    }

    .hla-sub {
        font-size: 18px;
    }

    .hla-card {
        min-height: 200px;
        padding: 30px 20px;
    }

    .hla-step {
        font-size: 28px;
    }

    .hla-text {
        font-size: 20px;
    }

}

/*==========================
    Tablet
==========================*/

@media (max-width:991.98px) {

    .hla-sec {
        padding: 50px 0;
    }

    .hla-title {
        font-size: 38px;
    }

    .hla-sub {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .hla-card {
        min-height: 180px;
        padding: 25px 20px;
    }

    .hla-step {
        font-size: 26px;
    }

    .hla-text {
        font-size: 19px;
    }

}

/*==========================
    Mobile
==========================*/

@media (max-width:767.98px) {

    .hla-sec {
        padding: 45px 0;
    }

    .hla-title {
        font-size: 32px;
    }

    .hla-sub {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hla-card {
        min-height: auto;
        padding: 25px 18px;
    }

    .hla-step {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hla-text {
        font-size: 18px;
    }

}

/*==========================
    Small Mobile
==========================*/

@media (max-width:575.98px) {

    .hla-sec {
        padding: 40px 0;
    }

    .hla-title {
        font-size: 28px;
    }

    .hla-sub {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .hla-card {
        padding: 22px 15px;
        border-radius: 8px;
    }

    .hla-step {
        font-size: 22px;
    }

    .hla-text {
        font-size: 17px;
        line-height: 1.5;
    }

}

/*==========================
    Extra Small Mobile
==========================*/

@media (max-width:375px) {

    .hla-title {
        font-size: 24px;
    }

    .hla-sub {
        font-size: 14px;
    }

    .hla-step {
        font-size: 20px;
    }

    .hla-text {
        font-size: 16px;
    }

}


.blfq-sec {
    padding: 60px 0;
    /* background: #f5f5f5; */
}

.blfq-title {
    text-align: center;
    font-size: 58px;
    font-weight: 300;
    color: #555;
    margin-bottom: 60px;
    line-height: 1.2;
}

/*==================================
    Accordion
==================================*/

.blfq-acc {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: #555;
}

.blfq-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
    margin: 0;
}

.blfq-btn {
    background: transparent !important;
    color: #555 !important;
    font-size: 26px;
    font-weight: 500;
    padding: 28px 0;
    box-shadow: none !important;
    border: none !important;
}

.blfq-btn:focus {
    box-shadow: none !important;
    outline: none;
}

.blfq-btn:not(.collapsed) {
    background: transparent !important;
    color: #293C89 !important;
    box-shadow: none !important;
}

.blfq-btn::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.blfq-body {
    padding: 0 0 28px;
    background: #fff;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

.blfq-body p{
    font-size:18px;
    color:#555;
    margin-bottom:18px;
    line-height:1.8;
}

.blfq-list{
    margin:0;
    padding-left:22px;
}

.blfq-list li{
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:14px;
}

.blfq-list li::marker{
    color:#293C89;
    font-size:1.3em;
}

/*==================================
    More FAQ
==================================*/

.blfq-more {
    color: #293C89;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.blfq-more:hover {
    color: #1d2d6d;
}

/*==================================
    Responsive
==================================*/

@media (max-width:1200px){

    .blfq-title{
        font-size:48px;
    }

    .blfq-btn{
        font-size:23px;
    }

    .blfq-body p {
        font-size: 17px;
    }

    .blfq-list li {
        font-size: 16px;
    }

}

@media (max-width:992px){

    .blfq-sec{
        padding:60px 0;
    }

    .blfq-title{
        font-size:40px;
        margin-bottom:45px;
    }

    .blfq-btn{
        font-size:20px;
        padding:22px 0;
    }

    .blfq-body{
        font-size:16px;
    }

    .blfq-body p {
        font-size: 15px;
        line-height: 1.7;
    }

    .blfq-list {
        padding-left: 18px;
    }

    .blfq-list li {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.7;
    }

    .blfq-list li::marker {
        font-size: 1.2em;
    }
    

}

@media (max-width:768px){

    .blfq-sec{
        padding:50px 0;
    }

    .blfq-title{
        font-size:32px;
        margin-bottom:35px;
    }

    .blfq-btn{
        font-size:18px;
        padding:20px 0;
        padding-right:35px;
    }

    .blfq-body{
        font-size:15px;
        line-height:1.7;
    }

    .blfq-body p {
        font-size: 14px;
        margin-bottom: 14px;
        line-height: 1.6;
    }

    .blfq-list {
        padding-left: 18px;
    }

    .blfq-list li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .blfq-list li::marker {
        font-size: 1.15em;
    }

    .blfq-more{
        font-size:18px;
    }

}

@media (max-width:576px){

    .blfq-sec{
        padding:40px 0;
    }

    .blfq-title{
        font-size:26px;
    }

    .blfq-btn{
        font-size:16px;
    }

    .blfq-body{
        font-size:14px;
    }

    .blfq-body p {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 1.6;
    }

    .blfq-list {
        padding-left: 16px;
    }

    .blfq-list li {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.6;
    }

    .blfq-list li::marker {
        font-size: 1.1em;
    }

    .blfq-more{
        font-size:16px;
    }

}



.blnta-sec {
    background: #ececec;
    /* padding: 70px 0 */
}

.blnta-ttl {
    font-size: 58px;
    font-weight: 400;
}

.blnta-sub {
    font-size: 20px;
    font-weight: 500;
}

.blnta-btn {
    background: #293C89;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    padding: 14px 34px;
}

.blnta-img {
    max-height: 560px;
}

.blnta-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    /* padding: 20px; */
    margin-bottom: 16px;
}

.blnta-card i {
    background: #293C89;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 30px;
}

.blnta-card span{
    font-size: 14px;
}

@media(max-width:991px) {

    .blnta-card {
        text-align: left;
    }

    .blnta-img {
        max-height: 420px;
    }
}

@media(max-width:576px) {
    .blnta-ttl {
        font-size: 40px;
    }

    .blnta-sub {
        font-size: 18px;
    }
}