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.hero {
    width: 100%;
    background-color: #003356;
    color: #fff;
    padding: 64px 0 0 0;
}
.main-hm-title{
    font-size: 36px;
}
.fs-hm-title{
    font-size: 24px;
}
.fs-hm-subtitle{
    font-size: 14px;
}
.fs-hm-card-title{
    font-size: 28px;
}
.car-title{
    height: 36px;
    line-height: 16px;
}
.color_price{
    color: #003356;
}
.btn-home-sell {
    background-color: #E6F7ED;
    color: #1D1D1E;
    border: 1px solid #E6F7ED;
    border-radius: 16px;
    cursor: pointer;
    /*white-space: nowrap;*/
    min-width: 230px;
    padding: 20px;
    width: 260px;
}

.btn-home-buy {
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    color: #1D1D1E;
    border-radius: 16px;
    cursor: pointer;
    /*white-space: nowrap;*/
    min-width: 230px;
    padding: 20px;
    width: 260px;
}
.btn-home-view-all {
    border: 1px solid #E2E8F0;
    border-radius: 24px;
    cursor: pointer;
    white-space: nowrap;
}
section.services {
    background-color: #F1F5F9;
    width: 100%;
    padding: 32px 0;
}
.service-info {
    border-radius: 24px;
    /*border: 1px solid #EAECF0;*/
    background-color: #fff;
    padding: 16px 12px 12px;
    width: 160px;
    justify-content: center;
    cursor: pointer;
    margin-inline-end: 20px;
}
.service-info:last-child {
    margin-inline-end: 0;
}
.service-info img{
    width: 75px;
    height: 60px;
    object-fit: contain;
}

.service-info:hover {
    /*box-shadow: 0 4px 20px 0 rgba(17, 17, 17, 0.25);*/
    /*border-radius: 24px;*/
    background: #D8E6FD;
}

section.offers{
    padding: 32px 32px 16px;
    background-color: #FFFFFF;
}

.offer-card{
    border-radius: 16px;
    width: 400px;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    margin-inline-end: 20px;
}
.offer-card:last-child{
    margin-inline-end: 0;
}
/*------------------Start Home page --------------------------------------*/
.scrollable_x {
    overflow-x: auto !important;
}
section.warranty {
    width: 100%;
    color: #fff;
    padding: 32px 0 32px;
}
.warranty-banner {
    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
    min-height: 100px; 
    border-radius: 16px; 
    padding: 24px;
}

.btn-warranty-view-car {
    border: solid 1px #EAECF0;
    padding: 9px 15px 9px 15px;
    border-radius: 8px;
    cursor: pointer;
    outline: 0 !important;
    box-sizing: border-box;
    white-space: nowrap;
    color: #fff;
}
section.finance-banner{
    width: 100%;
    padding: 32px 0 32px;
}

.finance-banner-bg{
    /*background-image: url('../images/homepage/finance_bg.svg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover; !* optional but recommended *!*/
    background: url("/images/Finance/finance_bg.gif") lightgray -72.303px -10.926px / 136.152% 115.721% no-repeat;
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    padding: 32px 32px 0 64px;
}

/*!* LOTTIE BACKGROUND LAYER *!*/
/*.finance-banner-bg .lottie-bg {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    z-index: 1;*/
/*}*/

/* CONTENT ABOVE */
.finance-banner-bg .content {
    position: relative;
    z-index: 2;
    height: 100%;
}
.btn-home-get-loan {
    border: 1px solid #00AF48;
    border-radius: 24px;
    cursor: pointer;
    white-space: nowrap;
    color: #00AF48 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section.how-it-work-banner {
    width: 100%;
    padding: 32px 0 32px;
}
.how-it-work-banner-bg {
    background: #EAF5F8;
    padding: 32px 32px 32px 64px;
    border-radius: 24px;
}

.how-it-work-banner .nav-tabs {
    border-bottom:none; 
    border-radius: 24px; 
    background: #FFFFFF;
    padding: 8px;
}
html[dir="ltr"] .how-it-work-banner .nav-tabs .nav-link.active {
    background-color: #94A3B8;
    color: #fff;
    border-color: #94A3B8;
    font-family: Inter-SemiBold !important;
}
html[dir="rtl"] .how-it-work-banner .nav-tabs .nav-link.active {
    background-color: #94A3B8;
    color: #fff;
    border-color: #94A3B8;
    font-family: Cairo-SemiBold !important;
}
.how-it-work-banner .nav-tabs .nav-link {
    display: block;
    color: #48535b;
    min-width: 130px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 16px;
    padding: 6px 16px;
}
.btn-home-sell-now {
    background-color: #00AF48;
    color: #fff;
    border: 1px solid #00AF48;
    border-radius: 12px;
    cursor: pointer;
    padding: 9px;
    width: 180px;
    max-width: 370px !important;
}

/* Layout */
.banner-content {
    margin: auto;
    display: flex;
    align-items: center;
    gap: 32px;
}
/* Image */
.banner-image img {
    /*max-width: 420px;*/
    width: 100%;
}

/* Steps */
.banner-steps {
    display: flex;
    gap: 24px;
}

.step-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    width: 120px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1c1c1c;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}
html[dir="ltr"] .step-card::after {
        content: "";
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fff;
}
html[dir="rtl"] .step-card::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}
/* remove arrow from last card */
.step-card.last::after {
    display: none;
}
.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.why-motorgy {
    width: 100%;
    padding: 32px 0 32px;
}
.why-motorgy-bg {
    background: #eef6f8;
    padding: 32px 32px 32px 64px;
    border-radius: 24px;
    grid-template-columns: 2fr 1fr;
    /*gap: 40px;*/
    align-items: center;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    color: #333;
}

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

.icon.green {
    background: #e7f6ed;
}

.icon.red {
    background: #fdecec;
}

.icon.gray {
    background: #f0f0f0;
}

/* RIGHT SIDE */

.motorgy-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.stat-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 134px;
    width: 188px;
}

.stat-card h3 {
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
}

.stat-card p {
    color: #6b7280;
    line-height: 1.4;
}

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.dealers-section {
    width: 100%;
    padding: 32px 0;
}
.dealer-card {
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background-color: #fff;
    padding: 24px;
    justify-content: center;
    cursor: pointer;
    width: 270px;
    height: 130px;
}
.dealer-card img{
    max-width: 70px;
    height: 44px;
    object-fit: contain;
    border-radius: 8px;
}

.dealer-card:hover {
    box-shadow: 0 4px 20px 0 rgba(17, 17, 17, 0.25);
}
.dealer-card-used {
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background-color: #fff;
    padding: 24px;
    justify-content: center;
    cursor: pointer;
    width: 190px;
    height: 114px;
    display: flex;
    align-items: center;
}
.dealer-card-used img{
    max-width: 100px;
    height: 65px;
    object-fit: contain;
    border-radius: 8px;
}

.dealer-card-used:hover {
    box-shadow: 0 4px 20px 0 rgba(17, 17, 17, 0.25);
}

.slick-wrapper {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}

.slide-item {
    background-color: rebeccapurple;
    color: aqua;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
    border: 1px solid white;
}

.slick-list {
    margin: 5px !important;
    overflow: scroll !important;
    overflow-y: hidden !important;
}

.slick-disabled {
    display: none !important;
}

.image-silck {
    /* object-fit: cover;*/
    width: 260px !important;
    display: inline-table !important;
}

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

.feature-cars .nav-tabs .nav-link {
    display: block;
    min-width: 120px;
    color: #64748B;
    text-align: center;
    border-radius: 24px;
    background-color: #F1F5F9;
    padding: 7px 0;
    cursor: pointer;
}
section.feature-cars-details {
    width: 100%;
    color: #fff;
    padding: 0 0 32px 0;
}

.car-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 0fr);
    gap: 24px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    /*height: 630px;*/
    padding-inline-start: 8px !important;
}
.car-card {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 16px !important;
    max-width: 300px !important;
    min-width: 300px !important;
    border: none;
}
.car-card:last-child {
    margin-inline-end: 0;
}
.car-card .car-card-img-div {
    height: 150px !important;
}
.car-card-body {
    max-width: 300px !important;
    min-width: 300px !important;
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom-left-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    padding: 12px 16px 16px !important;
    min-height: 120px;
}

.car-card-img-top {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    object-fit: cover !important;
    border: 1px solid rgba(0,0,0,0.05);
    border-bottom: none;
    width: 100%;
    height: 100%;
}

.car-card:hover .car-card-body .card-img-top {
    box-shadow: 0 4px 10px #00000017;
    -moz-box-shadow: 0px 4px 10px #00000017;
    -webkit-box-shadow: 0 4px 10px #00000017;
    -o-box-shadow: 0px 4px 10px #00000017;
    border: none !important;
    border-radius: 16px !important;
}

html[dir="ltr"] .feature-tag-icon {
    position: absolute;
    left: -7px;
    top: 16px;
}
html[dir="ltr"] .tag-icon {
    position: absolute;
    left: 16px;
    top: 16px;  
}
html[dir="ltr"] .favorite-icon {
    position: absolute;
    right: 16px;
    top: 16px;
}

html[dir="rtl"] .feature-tag-icon {
    position: absolute;
    right: -7px;
    top: 16px;
}
html[dir="rtl"] .tag-icon {
    position: absolute;
    right: 16px;
    top: 16px;
}
html[dir="rtl"] .favorite-icon {
    position: absolute;
    left: 16px;
    top: 16px;
}


section.find-desired-car {
    width: 100%;
    color: #fff;
    padding: 32px 0;
}

html[dir="ltr"] .find-desired-car .nav-tabs .nav-link.active {
    background: #64748B;
    color: #fff;
    border-color: #64748B;
    font-family: Inter-SemiBold !important;
}
html[dir="rtl"] .find-desired-car .nav-tabs .nav-link.active {
    background: #64748B;
    color: #fff;
    border-color: #64748B;
    font-family: Cairo-SemiBold !important;
}

.find-desired-car .nav-tabs .nav-link {
    display: block;
    color: #64748B;
    min-width: 100px;
    text-align: center;
    border-radius: 24px;
    background-color: #F1F5F9;
    padding: 7px 0;
    cursor: pointer;
}

.bd_crd {
    width: 160px !important;
    height: 120px !important;
    flex-grow: 0;
    border-radius: 16px;
    border: solid 1px #E2E8F0;
    background-color: #fff;
    margin-inline-end: 16px;
}
.bd_crd:last-child {
    margin-inline-end: 0;
}
.bd_crd:hover {
    box-shadow: 0 4px 10px #00000017;
}

.bd_crd-img {
    max-width: 70px;
    height: 70px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 16px 16px 4px 4px;
    display: inline-table !important;
    margin-top: 10px;
}
.carType-card {
    width: 150px !important;
    height: 120px !important;
    flex-grow: 0;
    border-radius: 16px;
    border: solid 1px #e3e5e5;
    background-color: #fff;
    margin-inline-end: 16px;
}
.carType-card:last-child {
    margin-inline-end: 0;
}
.carType-card:hover {
    box-shadow: 0 4px 10px #00000017;
}

.carType-card-image {
    max-width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 16px 16px 4px 4px;
    display: inline-table !important;
    margin-top: 10px;
}

html[dir="ltr"] .budget-card {
    width: 180px;
    height: 110px;
    flex-grow: 0;
    border-radius: 16px;
    background-color: rgb(242 251 246 / 0.5);
    align-items: center;
    display: flex;
    padding: 10px ;
    margin-inline-end: 16px;
}
html[dir="rtl"] .budget-card {
    width: 220px;
    height: 110px;
    flex-grow: 0;
    border-radius: 16px;
    background-color: rgb(242 251 246 / 0.5);
    align-items: center;
    display: flex;
    padding: 10px ;
    margin-inline-end: 16px;
}
.budget-card:last-child {
    margin-inline-end: 0;
}
.budget-card:hover {
    box-shadow: 0 4px 10px #00000017;
}
section.help-section {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
}


.cards {
    display: flex;
    gap: 20px;
}

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

.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: 16px;
}
.help-card-icon:last-child {
    margin-inline-end: 0;
}

.arrow {
    margin-inline-start: auto;
    color: #9ca3af;
}

.app-banner {
    padding: 30px 0;
    color: #ffffff;
}
.app-banner-bg {
    background: #0a3a5e;
}


.phone-section {
    flex: 1;
    text-align: center;
}
.download-section {
    flex: 1.4;
    display: flex;
    align-items: center;
    gap: 20px;
}

.store-buttons {
    display: flex;
    gap: 12px;
}

.store-buttons img {
    height: 44px;
    cursor: pointer;
}

.divider {
    text-transform: uppercase;
    opacity: 0.8;
}

.qr img {
    width: 90px;
    height: 90px;
    background: #ffffff;
    padding: 6px;
    border-radius: 6px;
}
section.most-search-car {
    width: 100%;
    color: #fff;
    padding: 32px 0;
    background: rgba(0, 120, 255, 0.05);
}

@media (max-width: 992px) {
    .btn-home-sell-now {
        border-radius: 8px;
    }
    .container{
        padding: 0 16px !important;
    }
    html body{
        overflow-x: hidden;
    }
    .fs-hm-title{
        font-size: 18px !important;
    }
    .fs-hm-subtitle{
        font-size: 14px !important;
    }
    section.hero {
        width: 100%;
        background-color: #003356;
        color: #fff;
        padding: 16px 0 0 0 !important;
    }
    .btn-home-sell{
        min-width: unset !important;
        width: 50% !important;
        padding: 12px !important;
        border-radius: 12px !important;
        margin-inline-end: 6px;
    }
    .btn-home-buy{
        min-width: unset !important;
        width: 50% !important;
        padding: 12px !important;
        border-radius: 12px !important;
        margin-inline-start: 6px;
    }
    .home_main_img{
        width: 140px !important;
    }
    section.offers{
        padding: 16px 0 !important;
        background: #F8FAFC !important;
    }
    .offer-card{
        width: 250px !important;
        height: 100px !important;
        margin-inline-end: 10px;
    }
    section.services {
        padding: 16px 0 !important;
        background-color: #FFFFFF !important;
    }
    section.feature-cars {
        padding: 16px 0 0 0 !important;
    }
    section.find-desired-car {
        padding: 16px 0 !important;
    }
    .feature-cars .nav-tabs .nav-link {
        min-width: 100px !important;
        padding: 4px 0  !important;
    }
    section.feature-cars-details{
        padding: 0 0 16px 0; !important;
    }
    section.browsed-car {
        padding: 12px 0 !important;
        background-color: #FFFFFF !important;
    }
    .bd_crd {
        width: 120px !important;
        height: 100px !important;
        margin-bottom: unset;
    }

    .bd_crd-img {
        width: 60px !important;
        height: 60px !important;
        margin-top: 5px !important;
    }
    .carType-card {
        width: 100px !important;
        height: 90px !important;
        margin-bottom: unset;
        border-radius: 12px;
        background: #F1F5F9;
        border: unset !important;
    }

    .carType-card-image {
        width: 60px !important;
        height: 54px !important;
        margin-top: 5px !important;
    }

    html[dir="ltr"] .budget-card {
        width: 170px !important;
        height: 80px !important;
        margin-bottom: unset;
        background: #F8FAFC !important;
        align-items: center;
        display: flex;
        padding: 10px !important;
    }
    html[dir="rtl"] .budget-card {
        width: 190px !important;
        height: 80px !important;
        margin-bottom: unset;
        background: #F8FAFC !important;
        align-items: center;
        display: flex;
        padding: 10px !important;
    }
    section.warranty {
        color: #fff;
        padding: 12px 0 !important;
    }
    .warranty-banner {
        background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
         min-height: unset !important; 
        border-radius: 12px;
        padding: 16px !important;
    }
    section.finance-banner {
        width: 100%;
        padding: 16px 0 !important;
    }
    .finance-banner-bg {
        overflow: hidden;
        padding: 24px !important;
        border-radius: 12px !important;
    }
    .btn-home-get-loan {
        padding: 8px;
        max-width: 150px;
    }
    section.how-it-work-banner {
        width: 100%;
        padding: 16px 0 !important;
    }
    
    .services-card {
        width: 220px !important;
        padding: 20px !important;
        margin-inline-end: 16px !important;
    }

    .services-card-image {
        width: 70px !important;
        height: 70px !important;
    }
    
    .banner-content {
        flex-direction: column;
        gap:4px !important;;
    }
    .banner-image img{
        width: 200px;
    }
    .how-it-work-banner .nav-tabs {
        border-bottom: none;
        border-radius: 24px;
        background: #FFFFFF;
        padding: 4px !important;
    }
    .how-it-work-banner-bg {
        padding: 24px !important;
        border-radius: 12px;
    }
    .banner-steps {
        gap: 12px !important;
    }
    .step-card {
        background: #ffffff;
        border-radius: 8px;
        width: 105px !important;
        height: 75px !important;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }
    
    section.dealers-section {
        width: 100%;
        padding: 16px 0 !important;
    }
    .dealer-card {
        padding: 12px !important;
        width: 180px !important;
        height: 110px !important;
        border-radius: 12px !important;
        margin-inline-end: 12px !important;
    }
    .dealer-card img{
        width: 70px !important;
        height: 55px !important;
    }

    .dealer-card:hover {
        box-shadow: 0 4px 20px 0 rgba(17, 17, 17, 0.25);
    }
    .dealer-card-used {
        padding: 12px !important;
        width: 120px !important;
        height: 90px !important;
        border-radius: 12px !important;
        margin-inline-end: 12px !important;
    }
    .dealer-card-used img{
        width: 80px !important;
        height: 55px !important;
        object-fit: contain;
    }

    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;
    }
  
    .car-list {
        gap: 10px !important;
    }
    .car-card {
        position: relative;
        display: flex;
        flex-direction: column;
        word-wrap: break-word;
        background-clip: border-box;
        border-radius: 12px !important;
        max-width: 270px !important;
        min-width: 270px !important;
        border: none;
    }
    .car-card .car-card-img-div {
        height: 150px !important;
    }
    .car-card-img-top {
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }
    .car-card-body {
        /* border-radius: 16px !important;*/
        max-width: 270px !important;
        min-width: 270px !important;
        border: 1px solid rgba(0,0,0,0.05);
        border-top: none;
        border-bottom-left-radius: 16px !important;
        border-bottom-right-radius: 16px !important;
        padding: 12px 12px 14px !important;
        height: unset !important;
    }
    
    .download-section{
        margin-top: 20px !important ;
    }
    
    
    .slick-wrapper {
        display: inline-flex !important;
    }

    .home-flag {
        width: 32px !important;
        height: 32px !important;
    }
    .home_flag_icon {
        width: 30px !important;
        height: 30px !important;
    }

    .scrollable_container {
        overflow-x: scroll !important;
    }

    .scrollable_x {
        overflow-x: scroll !important;
    }
    .webview-only {
        display: none !important;
    }

    .sticky-top {
        box-shadow: 0 4px 20px rgb(0 0 0 / 9%);
        min-height: 56px !important;
    }
    .find-desired-car .nav-tabs .nav-link {
        min-width: 70px;
        padding: 8px 0 !important;
    }

    .navbar-toggler {
        padding: unset !important;
        border: none !important;
        color: unset !important;
    }
    .service-info {
        width: 94px !important;
        padding: 6px !important;
        background: #F1F5F9 !important ;
        border-radius: 12px !important;
        margin-inline-end: 8px;
    }
    .service-info:hover {
        background: #D8E6FD;
    }
    .service-info img{
        width: 56px;
        height: 44px;
        object-fit: contain;
    }
    .app-banner {
        padding: unset !important;
        color: #ffffff;
    }
}
@media (max-width: 400px) {
    
    .step-card {
        width: 90px !important;
    }
}


@media (max-width: 375px) {
    .home_main_img{
        width: 140px !important;
    }
    .btn-home-sell {
        min-width: unset !important;
        width: 50% !important;
        padding: 12px !important;
    }
    .btn-home-sell img{
        width: 60px;
    }
    .btn-home-buy {
        min-width: unset !important;
        width: 50% !important;
        padding: 12px !important;
    }
    .btn-home-buy img{
        width: 60px;
    }
    .banner-steps {
        gap: 8px !important;
    }
    .step-card {
        width: 85px !important;
    }
    .service-info {
        width: 110px !important;
        padding: 8px !important;
    }
    .service-info img{
        width: unset !important;
        height: 44px;
        object-fit: contain;
    }
    .app-banner {
        padding: unset !important;
        color: #ffffff;
    }
}

@media (max-width: 360px) {
    .home_main_img{
        width: 120px !important;
    }
    .btn-home-sell {
        min-width: unset !important;
        width: 50% !important;
    }
    .btn-home-sell img{
        width: 54px !important;
    }
    .btn-home-buy {
        min-width: unset !important;
        width: 50% !important;
    }
    .btn-home-buy img{
        width: 54px !important;
    }
}

.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;
}


html[dir="ltr"] .nav-btn.left {
    margin-right: -44px !important;
    margin-left: unset !important;
    z-index: 9999;
}

html[dir="ltr"] .nav-btn.right {
    margin-left: -44px !important;
    margin-right: unset !important;
    z-index: 9999;
}
html[dir="ltr"] .find-desired-car .nav-btn.left {
    margin-right: -44px !important;
    margin-left: unset !important;
    z-index: 9999;
}

html[dir="ltr"] .find-desired-car .nav-btn.right {
    margin-left: -44px !important;
    margin-right: unset !important;
    z-index: 9999;
}
html[dir="rtl"] .nav-btn.left {
    margin-left: -44px !important;
    margin-right: unset !important;
    z-index: 9999;
    transform: rotate(180deg);
}

html[dir="rtl"] .nav-btn.right {
    margin-right: -44px !important;
    margin-left: unset !important;
    z-index: 9999;
    transform: rotate(180deg);
}

html[dir="rtl"] .find-desired-car .nav-btn.left {
    margin-left: -44px !important;
    margin-right: unset !important;
    z-index: 9999;
    transform: rotate(180deg);
}

html[dir="rtl"] .find-desired-car .nav-btn.right {
    margin-right: -44px !important;
    margin-left: unset !important;
    z-index: 9999;
    transform: rotate(180deg);
}



@media (max-width: 768px) {
    .nav-btn {
        display: none;
    }
}

/* SLIDER BAR */
.slider-track {
    width: 56px;
    height: 8px;
    background: #f1f4f7;
    border-radius: 20px;
    margin: 24px auto 0;
    position: relative;
}

html[dir="ltr"] .slider-thumb {
    width: 24px;
    height: 8px;
    background: #083a5a;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    touch-action: none;
}
html[dir="rtl"] .slider-thumb {
    width: 24px;
    height: 8px;
    background: #083a5a;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    touch-action: none;
}