div ::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

div ::-webkit-scrollbar-thumb {
    background-color: transparent;
}

div ::-webkit-scrollbar {
    width: 2px !important;
    height: 20px !important;
    display: none;
    background-color: transparent;
}

div {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*scrollbar-color: #ffffff;*/
}


section.main-finance {
    background: linear-gradient(180deg, #EAF5F8 50%, #FFF 100%);
    padding: 54px 0 18px;
}

.banner{
    border-radius: 100px;
    border: 0.2px solid #00AF48;
    background:  #E6F7ED;
    padding: 5px 10px;
    display: flex;
    width: 260px;
    align-items: center;
}
.fs-title-36{
    font-size: 36px;
}
.fs-title-24{
    font-size: 24px;
}
.color_finance{
    color: #2B9EBA;
}
.color_navi{
    color: #003356;
}
.mt-64{
    margin-top: 64px;    
}
section.calculate-finance{
    padding: 32px 0;
}

.finance-card{
    border-radius: 24px;
    border: 2px solid #F1F5F9;
    background: #FFF;
}
.finance-card-header{
    border-radius: 21px 21px 0 0;
    background:  #F8FAFC;
    display: flex;
    padding: 16px;
    align-items: center;
}
.finance-card-body{
    border-radius: 24px;
    padding: 32px;
    background: #FFF;
}

.range {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}


input[type="range"] {
    flex: 1;
}
.custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #ddd;
    outline: none;
}

/* ===== Chrome, Safari, Edge ===== */
html[dir="ltr"] .custom-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 5px;
    background: linear-gradient(
            to right,
            #2B9EBA 0%,
            #2B9EBA var(--range-progress),
            #ddd var(--range-progress),
            #ddd 100%
    );
}
html[dir="rtl"] .custom-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 5px;
    background: linear-gradient(
            to left,
            #2B9EBA 0%,
            #2B9EBA var(--range-progress),
            #ddd var(--range-progress),
            #ddd 100%
    );
}
.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2B9EBA;
    cursor: pointer;
    margin-top: -6px;
}

/* ===== Firefox ===== */
.custom-range::-moz-range-progress {
    background: #2B9EBA;
    height: 6px;
    border-radius: 5px;
}

.custom-range::-moz-range-track {
    background: #ddd;
    height: 6px;
    border-radius: 5px;
}

.custom-range::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #2B9EBA;
    cursor: pointer;
}

.finance-year input[type=radio] {
    display: none;
}
.finance-year input[type=radio]:checked+label {
    background: rgba(43, 158, 186, .2);
    border: 2px solid #2B9EBA;
    box-sizing: border-box;
    color: #2B9EBA;
}
.finance-year label {
    display: block;
    border: 1px solid #dde5eb;
    padding: 11px 20px !important;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.finance-result{
    border-radius: 24px;
    background: url("/images/Finance/finance_bg.gif") lightgray -72.303px -10.926px / 136.152% 115.721% no-repeat;
    padding: 24px;
    text-align: center;
}
.finance-cars{
    border-radius: 100px;
    border: 2px solid  #EAF5F8;
    background: #FFF;
    padding: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2B9EBA;
    margin-top: 24px;
    margin-bottom: 24px;
}
.btn-finance-availability {
    background-color: #00AF48;
    color: #fff;
    border: 1px solid #00AF48;
    border-radius: 12px;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    max-width: 420px !important;
}

.finance-how-work {
    background: #F1F5F9;
    padding: 32px 0;
}
.banner-steps {
    display: inline-flex;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
}

.step-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1c1c1c;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    padding: 20px;
    width:250px;
}

.step-card-number {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #e6f3f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1fa2c1;
}

section.finance-eligibility{
    background: #fff;
    padding: 32px 0;
}
html[dir="ltr"] .finance-eligibility .nav-tabs .nav-link.active {
    background: #64748B;
    color: #fff;
    border-color: #64748B;
    font-family: Inter-SemiBold !important;
}
html[dir="rtl"] .finance-eligibility .nav-tabs .nav-link.active {
    background: #64748B;
    color: #fff;
    border-color: #64748B;
    font-family: Cairo-SemiBold !important;
}

.finance-eligibility .nav-tabs .nav-link {
    display: block;
    min-width: 120px;
    color: #64748B;
    text-align: center;
    border-radius: 24px;
    background-color: #F1F5F9;
    padding: 6px 20px;
    cursor: pointer;
    border: none !important;
}
.nav-tabs{
    border-bottom: none !important;
    border-radius: 24px;
    background: #F1F5F9;
    padding: 6px;
}
.eligibility-card{
    padding: 24px;
    border-radius: 12px;
    border: 2px solid #F1F5F9;
    background: #FFF;
    margin-inline-end: 20px;
    width: 49%;
}
.eligibility-card:last-child{
    margin-inline-end: unset;
}
.eligibility-card-header{
}
.eligibility-card-body{
    margin-top: 24px;
}

section.customer-review {
    width: 100%;
    color: #fff;
    padding: 32px 0;
    background: #F1F5F9;
}

.customer-review-card {
    max-width: 370px !important;
    min-height: 220px !important;
    width: 370px !important;
    flex-grow: 0;
    border-radius: 16px;
    border: solid 1px #F7F8FA;
    background: #FFFFFF;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    padding: 20px;
    margin-inline-end: 20px;
}
.customer-review-card:last-child {
    margin-inline-end: 0;
}
.customer-review-card-video {
    max-width: 300px !important;
    height: 245px !important;
    width: 300px !important;
    flex-grow: 0;
    border-radius: 16px;
    border: solid 1px #F7F8FA;
    background: #F7F8FA;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    margin-inline-end: 20px;
    margin-bottom: 10px;
}

section.help-section {
    /*width: 50%;*/
    padding: 32px 0;
    background: linear-gradient(to right, #F8FAFC 50%, #ffffff 50%);
}

.help-card {
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    margin: 0 10px;
    justify-content: space-between;
}

.help-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.help-card-icon {
    /*width: 48px;*/
    /*height: 48px;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 14px;
}
.help-card-icon:last-child {
    margin-inline-end: 0;
}

.arrow {
    margin-inline-start: auto;
    color: #9ca3af;
    font-size: 24px;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 12px !important;
}

.accordion-button {
    border-radius: 12px !important;
}

.btn-view-all {
    border: 2px solid #E2E8F0;
    border-radius: 24px;
    cursor: pointer;
    white-space: nowrap;
}

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.services-slider {
    display: flex;
    /*gap: 16px;*/
    overflow-x: auto;
    scroll-behavior: smooth;
    /*padding: 10px 4px;*/
    width: 100%;
}

.services-slider::-webkit-scrollbar {
    display: none;
}
.bank-logo{
    width: 100px;
    height: 75px;
    border-radius: 12px;
    border: 1px solid #F1F5F9;
    margin-inline-end: 16px;
    padding: 6px;
    object-fit: contain;
}


.finance-box {
    background: #FFFFFF;
    border-radius: 16px;
}

.okbtn-width {
    width: 170px;
    padding: 9px
}

.btn-employee {
    background: #FFFFFF;
    border: 1px solid #E5E9EB;
    border-radius: 8px;
    width: 170px;
    padding: 9px
}

.btn-Continue {
    background: #F2F4F5;
    border: 1px solid #F2F4F5;
    border-radius: 8px;
    width: 100%;
    padding: 9px
}

.btn-ApplyFinance {
    background: #00AF48;
    border: 1px solid #00AF48;
    border-radius: 8px;
    width: 430px;
    color: #ffffff;
    padding: 9px
}

.btn-Check-Eligibility-Again {
    background: #E6F2FF;
    border: 1px solid #E6F2FF;
    border-radius: 8px;
    width: 430px;
    padding: 9px
}

.progress {
    height: 0.5rem;
}

.box-width {
    width: 50%;
}

.progress-width {
    width: 30%;
}

.Control-pedding {
    padding: 0 100px;
}

.close-icon {
    width: 44px;
    height: 44px;
}

.div-finance-control{
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}
.div-finance-control:hover {
    background-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    border-radius: 8px;
}
.finance-control-span {
    border-left: none !important;
    background: #ffffff;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    height: 44px;
}
.finance-control {
    display: block;
    line-height: 1.5;
    background-color: #fff;
    outline: none;
    border:none;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:100%
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin:0 3px;
}

input[type=number] {
    -moz-appearance: textfield;
}
.mb-12{
    margin-bottom: 12px;
}
@media (max-width: 992px) {
    .finance-result{
        border-radius: 16px;
    }
    html body{
        overflow-x: hidden;
    }
    section.customer-review {
        padding: 16px 0 !important;
        background: #F8FAFC;
    }
    .customer-review-card {
        max-width: 300px !important;
        min-height: 170px !important;
        width: 300px !important;
        padding: 16px !important;
        margin-inline-end: 10px;
    }
    section.main-finance {
        background: linear-gradient(180deg, #EAF5F8 50%, #FFF 100%);
        padding: 30px 0 24px;
    }
    .bank-logo{
        width: 75px;
        height: 56px;
        border-radius: 12px;
        border: 1px solid #F1F5F9;
        margin-inline-end: 8px;
        object-fit: contain;
    }
    section.calculate-finance{
        padding: 0 0 24px 0;
    }
    .banner-steps {
        display: inline-flex;
        gap: 8px;
        justify-content: center;
        margin-top: 28px;
    }
    .step-card{
        padding: 16px;
        width: 190px;
    }
    section.finance-eligibility{
        background: #fff;
        padding: 24px 0;
    }
    .accordion-button {
        border-radius: 12px !important;
        padding: 12px !important;
    }
    section.help-section {
        background:  #ffffff;
    }
    .help-card{
        padding: 10px 16px;
        border-radius: 12px;
        border: 2px solid  #F1F5F9;
        background: #FFF;
        justify-content: space-between;
    }
    .help-section-mobile{
        padding: 32px 0;
        background: #FFF;
        box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.09);
    }
    .help-card-icon {
        margin-inline-end: 12px;
    }
}