.container {
    max-width: 1000px;
    margin-top: 140px;
}

.wrap-head .container,
footer .container {
    margin-top: 0 !important;
}

.wrap-head .container {
    max-width: 1100px;
}

.menu-container {
    padding-right: 0 !important;
}

.product-description {
    padding: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-price {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #0047BA;
    position: relative;

}

.product-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.01em;
    text-align: left;
}

.product-detail-text {
    color: #91989E;
    font-family: 'Roboto';
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
}

.product-detail-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding: 2px 8px 2px 8px; */
    gap: 1px;
    border-radius: 20px;
    /* background-color: rgba(0, 0, 0, 0.4); */
    width: fit-content;
    height: 24px;
    margin-right: 5px;


    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
}

.product-downpayment {
    gap: 4px;
    border-radius: 6px;
    padding: 0px 7px;
    background-color: #E1251B;
    color: var(--Neutral-White, #FFF);
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 22px;
    text-align: left;
    width: fit-content;
}


@media (max-width: 992px) {
    .mobile-no-padding {
        padding: 0px !important;
    }

    .mobile-mb-3 {
        margin-bottom: 1rem !important;
    }

    .mobile-mt-2 {
        margin-top: .5rem !important;
    }

    .mobile-px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .mobile-mx-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

    .recommendation-button {
        width: 100% !important;
    }
}

.product-detail-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 4px;
}

.col-description-left {
    max-width: 170px;
    font-size: 14px;
    margin-bottom: 15px;
}

.hyperlink-font {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #919EAB;
}

.discount-info {
    background: rgba(25, 163, 80, 0.2);
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
    color: #05461F;
    margin-left: 0px;
    margin-right: 0px;
}

.discount-info>.col:nth-child(1) {
    max-width: 30px;
}

.discount-info-mobile {
    background: #d1eddc;
    font-size: 14px;
    padding: 6px;
    color: #05461F;
    width: 100%;
    margin-top: -2px;
    position: fixed;
    z-index: 10 !important;
}

.discount-info-mobile>.row {
    padding: 0;
}

.discount-info-mobile>.row>.col:nth-child(1) {
    max-width: 30px;
}

.discount-info-mobile {
    display: none;
}

.vehicle-image-container {
    background-color: #F4F6F8;
    width: 100%;
}

.vehicle-image {
    border-radius: 10px;
    width: 100%;
}

.no-vehicle-image {
    border-radius: 10px;
    width: 100%;
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
}

.slick-next {
    display: block !important;
    right: 10px !important;
    z-index: 9;
}

.slick-prev {
    display: block !important;
    left: 10px !important;
    z-index: 9;
}

.vehicle-name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0px;
}

.vehicle-description {
    color: #91989E;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.12px;
}

.vehicle-price {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #0047BA;
}

.vehicle-discount-price {
    color: #596266;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
    letter-spacing: 0.12px;
    text-decoration-line: line-through;
}

.installment-information-red {
    display: flex;
    padding: 0px 5px;
    gap: 10px;
    background: #E1251B;

    color: #FFF;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.1px;
}

.installment-information {
    color: #596266;
    font-family: 'Roboto';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1px;
}

#related-vehicle-link {
    cursor: pointer;
    width: 100%;
    padding: 10px 15px 10px 15px;
    text-align: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #91989E;

    color: #596266;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.trade-in-now-button {
    cursor: pointer;
    display: flex;
    width: 50%;
    padding: 10px 15px 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #596266;

    color: #596266;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.whatsapp-tanya-cs-button {
    cursor: pointer;
    display: flex;
    padding: 10px 15px 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;

    background-color: #019D48;
    color: white;
    text-align: center;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 100%;
}

.whatsapp-tanya-cs-button.desktop {
    padding: 0 0 !important;
    padding-bottom: 2px !important;
    width: 36px !important;
    place-content: center;
}

.whatsapp-tanya-cs-button:active,
.whatsapp-tanya-cs-button:focus {
    color: white;
}

.beli-langsung-button {
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 10px 15px 10px 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    background: #004FD0;

    color: #FFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 100%;
}

.buy-now-button {
    cursor: pointer;
    display: flex;
    width: 100%;
    padding: 10px 15px 10px 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    background: #004FD0;

    color: #FFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-style: solid;
    border-width: 1px;
    height: 100%;
}

.wa-button {
    cursor: pointer;
    display: flex;
    width: 65px;
    padding: 10px 15px 10px 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    background: #019D48;
}

.installment-card {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #E6E7E8;
    background: #FFF;
}

.installment-partner-name {
    color: #020202;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.21px;
}

.installment-dp {
    display: flex;
    padding: 0px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: #E1251B;

    color: #FFF;
    font-family: 'Roboto';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.12px;
}

.installment-tenor {
    color: #91989E;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
}


/* Table */
table {
    width: 100%;
    table-layout: fixed;
    margin-left: 15px;
    margin-right: 15px;
}

tr {
    display: flex;
    width: 100%;
    flex-direction: row;
}

th {
    display: flex;
    width: 100%;
    padding: 6px 12px;
    align-items: center;
    border: 0.5px solid #E6E7E8;
    background: #F7F8F9;

    color: #021740;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

td {
    display: flex;
    width: 100%;
    padding: 6px 12px;
    align-items: center;
    border: 0.5px solid #E6E7E8;
    background: #FFF;

    color: #596266;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
}

.vehicle-price-footnote {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #919EAB;
}

.motor-description {
    font-family: roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: left;
}

.motor-description-info {
    display: block;
}

.motor-description-info-mobile {
    display: none;
}

.motor-description-info-key {
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #9eaab5;
}

.motor-description-info-value {
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #454f5b;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.line-separator {
    border: 1px solid #DFE3E8;
    margin: 12px 0px
}

.vehicle-variant {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #454F5B;
}

.vehicle-variant-list {
    display: flex;
    direction: column;

    margin-bottom: 24px;
}

#ul-tab-list {
    border-bottom: 1px solid #e7e8e9;
}

.vehicle-variant-item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    margin-right: 8px;

    height: 38px;

    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 60px;

    margin-top: 10px;
}

.vehicle-variant-item-active {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    margin-right: 8px;

    height: 38px;

    background: #BF1D08;
    border-radius: 60px;

    margin-top: 10px;
}

.vehicle-variant-item-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #919EAB;
}

.vehicle-variant-item-text-active {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.trade-in-button:hover {
    background: #FBCC53;
    box-shadow: 14px 33px 15px rgba(0, 0, 0, 0.02), 8px 19px 12px rgba(0, 0, 0, 0.06), 4px 8px 9px rgba(0, 0, 0, 0.1), 1px 2px 5px rgba(0, 0, 0, 0.12), 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.gray-space {
    height: 16px;
    background-color: #f7f8f9;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .button-container-mobile {
        display: none;
    }

    .vehicle-data {
        display: flex !important;
    }

    .mobile-image-warranty {
        display: none;
    }

    .motor-description-info {
        display: block;
    }

    .motor-description-info-mobile {
        display: none;
    }

    .trade-in-button {
        display: flex;
    }

    .buy-now-container {
        display: flex;
    }

    .line-separator {
        border: 1px solid #DFE3E8;
        margin: 12px 0px;
        display: block;
    }

    .line-separator-mobile {
        border: 1px solid #DFE3E8;
        margin: 24px 0px;
        display: none;
    }

    .vehicle-data {
        display: block;
    }

    .vehicle-data-mobile {
        display: none;
    }

    .lolos-inspeksi-container-mobile {
        display: none;
    }
}

.img-vehicle-free {
    margin-left: auto;
}

.img-vehicle-free>img {
    top: -8px;
    width: 350px;
    right: 1.5rem;
    position: absolute;
}

@media (max-width: 767px) {
    .vehicle-name {
        font-size: 18px;
    }

    .mobile-image-warranty {
        display: flex !important;
    }

    .vehicle-data {
        display: block !important;
    }

    #vehicle-data {
        margin-bottom: -35px;
    }

    .img-vehicle-free {
        display: none;
    }

    .installment-information-red {
        margin-top: 10px;
        max-width: fit-content;
    }

    .mobile-image-warranty div img {
        width: 100%;
    }

    .vehicle-price {
        font-size: 26px;
    }

    .button-container-mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 0;
        left: 0px;
        z-index: 9;

        width: 100%;
    }

    .motor-description-info {
        display: none;
    }

    .motor-description-info-mobile {
        display: block;
    }

    .trade-in-button {
        display: none;
    }

    .buy-now-container {
        display: none;
    }

    .trade-in-button-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;

        opacity: 1;

        width: 100%;
        height: 56px;

        background: #FABF28;
        border: none;
    }

    .buy-now-container-mobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 15px 25px;
        width: 100%;

        background: #FFFFFF;
    }

    .line-separator {
        border: 1px solid #DFE3E8;
        margin: 12px 0px;
        display: none;
    }

    .line-separator-mobile {
        border: 1px solid #DFE3E8;
        margin: 24px 0px;
        display: block;
    }

    .vehicle-data {
        display: none;
    }

    .vehicle-data-mobile {
        display: block;
        margin-bottom: 24px;
    }

    .lolos-inspeksi-container-mobile {
        display: block;
    }

}

.trade-in-button {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;

    width: 100%;
    max-width: 468px;
    height: 56px;

    background: #FABF28;
    border-radius: 50px;
    border: none;
}

.buy-now-container {
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.lolos-inspeksi-container-mobile {
    display: none;
}

.trade-in-button-text {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #00193F;
}

/* .buy-now-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #919EAB;

    margin-right: 16px;
}

.buy-now-button {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 5px 10px;

    background: #FFFFFF;
    border: 1px solid #DFE3E8;
    border-radius: 20px;
}

.buy-now-button-text {
    font-family: 'Roboto-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #00193F;
} */

.arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 31px;
    height: 31px;
    border-radius: 100%;

    background: #FFFFFF;
}

/* Navigation */
/* .nav-link {
    color: #91989E !important;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
    background-color: transparent !important;
}

.nav-link.active {
    color: #002869 !important;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: transparent;
    opacity: 1 !important;
    position: relative;
}

.nav-link.active:before {
    content: '';
    border-bottom: 2px solid #002869;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.form-old-motorcycle {
    background-color: white;
    /* position: absolute; */
    width: 100%;
    box-shadow: 0px 236px 95px rgba(0, 0, 0, 0.01), 0px 133px 80px rgba(0, 0, 0, 0.05), 0px 59px 59px rgba(0, 0, 0, 0.09), 0px 15px 32px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-top: 0px solid #1D2FF0;
    padding: 48px 40px;
    /* color: black; */
}

/** Form Fill Motor **/
.info-buy-modal {
    background-color: white;
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    box-shadow: 0px 236px 95px rgba(0, 0, 0, 0.01), 0px 133px 80px rgba(0, 0, 0, 0.05), 0px 59px 59px rgba(0, 0, 0, 0.09), 0px 15px 32px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
    border-top: 0px solid #1D2FF0;
    padding: 18px 18px;
    /* color: black; */
    padding-bottom: 40px;
}

.modal-bottom {
    display: flex;
    align-items: flex-end;
    /* Aligns modal to the bottom */
    height: 100%;
    /* Ensures the modal reaches the bottom */
    margin: 0;
}

.modal-content {
    border-radius: 15px 15px 0 0;
    /* Rounded top corners */
    width: 100%;
    /* Full width */
}

#form-old-motorcycle {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 171px 68px rgba(0, 0, 0, 0.01), 0px 96px 58px rgba(0, 0, 0, 0.02), 0px 43px 43px rgba(0, 0, 0, 0.03), 0px 11px 24px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.04);
    color: black;
    padding: 35px;
    width: 100%;
}

#information-buy-modal,
#information-trade-in-modal,
#form-fill-modal {
    z-index: 9999999 !important;
}

.modal-dialog {
    height: unset;
    pointer-events: all !important;
}

.slick-slide {
    height: 378px;
}

.slick-slide img {
    object-fit: contain;
    height: 378px;
    width: inherit;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.text-center {
    place-content: center;
    text-align: -webkit-center !important;
}

.modal-backdrop {
    z-index: 100000;
}

.information-trade-in-modal {
    padding: 0px;
    z-index: 100002;
}

#form-fill-modal {
    z-index: 100002;
}

.tradein-process {
    background-color: white;
    border-radius: 16px;
    padding: 80px 50px 80px 50px;
    margin-bottom: 70px;
    box-shadow: 0px 171px 68px rgba(0, 0, 0, 0.01), 0px 96px 58px rgba(0, 0, 0, 0.02), 0px 43px 43px rgba(0, 0, 0, 0.03), 0px 11px 24px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.04);
}

.tradein-process-title.blue {
    color: #0D68FD;
}

.tradein-process-title {
    font-size: 32px;
    margin-bottom: 25px;
}

.tradein-process-title>span:nth-child(3)>b {
    color: #164183;
}

.tradein-process-content-desktop img {
    height: 140px;
    width: 170px;
}

.tradein-process-content-mobile img {
    width: 100%;
}

.tradein-process-content-desktop {
    margin-left: 60px;
    margin-right: 60px;
}

.tradein-process-content-desktop .slick-prev {
    left: -40px !important;
    z-index: 9;
}

.tradein-process-content-desktop .slick-next {
    right: -40px !important;
    z-index: 9;
}

.tradein-process-content-desktop .slick-slide {
    height: unset !important;
}

.tradein-process-content-desktop .slick-dots {
    position: unset !important;
}

.tradein-process-subtitle {
    margin-top: 25px;
}

.tradein-process-subtitle>div:nth-child(1) {
    font-size: 18px;
    font-weight: 700;
}

.tradein-process-subtitle>div:nth-child(2) {
    font-size: 14px;
    color: #919EAB;
}

.tradein-process-content-mobile .slick-dots {
    margin-bottom: 30px;
}

.tradein-process-content-mobile {
    display: none;
}

.tradein-process-content-mobile .slick-list {
    height: unset !important;
}

.buy-process-title {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 700;
}

.buy-process-subtitle {
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #919EAB;
}

.btn-tukar-tambah {
    width: 100%;
    background-color: #004FD0;
    border-radius: 50px;
    border-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 30px;
    margin-top: 10px;

    color: #FFFFFF;
}

.btn-beli-langsung {
    width: 100%;
    background-color: white;
    border-radius: 50px;
    border-color: #004FD0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 30px;
    margin-top: 10px;

    color: #004FD0;
}


.information-flow-number>div {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 11px;
    color: #919EAB;
    margin-top: 6px;
    padding-top: 1px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #919EAB;
}

.information-flow-number.active>div {
    background-color: #1B51A4;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    font-size: 11px;
    color: white;
    margin-top: 6px;
    padding-top: 1px;
    margin-right: 5px;
    margin-left: 5px;
}

.line-1 {
    align-self: center;
    margin-top: 5px;
    height: 1px;
    width: 25px;
    background: #C4CDD5;
}

.product-grid {
    box-sizing: border-box;
    margin: 0 auto;
    display: grid;
    column-gap: 2%;
    grid-template-columns: repeat(5, minmax(10%, 20%));
}

@media(max-width: 812px) {
    .slick-slide {
        height: 250px;
    }

    .vehicle-video {
        min-height: 250px !important;
    }

    .product-grid {
        grid-template-columns: repeat(2, minmax(10%, 20%)) !important;
    }

    .slick-slide img {
        height: 250px;
    }

    .top-right-image {
        right: 15px !important;
    }

    .discount-info-mobile {
        display: block;
    }

    .tradein-subtitle,
    .buynewmc-subtitle {
        padding-top: 3rem !important;
    }

    .discount-info {
        display: none !important;
    }
}

@media(max-width: 442px) {
    .discount-info-mobile {
        display: none;
    }

    .tradein-subtitle,
    .buynewmc-subtitle {
        padding-top: 1.5rem !important;
    }

    .discount-info {
        display: flex !important;
    }
}

@media (max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(2, minmax(49%, 49%)) !important;
    }

    .mobile-container-margin {
        margin-top: 80px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .form-old-motorcycle {
        padding: 20px 40px;
    }

    .tradein-process-content-mobile .slick-list {
        height: unset;
    }

    .tradein-process-content-mobile .slick-list .slick-track .slick-slide {
        height: unset;
        margin-bottom: 1.5rem;
    }

    .tradein-process-title {
        margin-bottom: 10px;
    }

    .tradein-process-image img {
        width: 80%;
        max-width: 80%;
        max-height: 150px;
        height: unset;
    }

    .tradein-process-content-mobile .slick-dots {
        margin-bottom: 30px;
    }

    .tradein-process-content-mobile .slick-prev {
        left: -20px !important;
        z-index: 9;
    }

    .tradein-process-content-mobile .slick-next {
        right: -20px !important;
        z-index: 9;
    }

    /* .modal-dialog{
        margin: 0.75rem;
    } */

    .tradein-process-title {
        font-size: 24px;
    }

    .tradein-process {
        padding: 60px 30px 60px 30px;
    }

    .tradein-process-content-mobile {
        display: block;
    }

    .tradein-process-content-desktop {
        display: none;
    }

    .border-line {
        margin-top: 75px;
    }

    .select-model-column,
    .select-type-column,
    .select-year-column,
    .select-kilometer-column,
    .select-phone-home-column {
        margin-top: 0px;
    }

    .select-kilometer-column,
    .select-type-column {
        margin-bottom: 0px;
    }

    .btn-check-price {
        padding: 20px 25px;
        margin-top: 0px !important;
    }

    .btn-proceed {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: white;
        padding: 16px 0;
        z-index: 100;
        box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.15);
    }
}

.select-year-column,
.select-kilometer-column,
.select-phone-home-column {
    margin-top: 10px;
}

.form-old-motorcycle-title {
    line-height: 1 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.01em;
}

.form-old-motorcycle-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: unset !important;
    color: #919EAB;
}

.btn-check-price {
    width: 100%;
    background-color: #1B51A4;
    border: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 30px;
    margin-top: 10px;

    color: #FFFFFF;
}

.btn-check-price:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), #1B51A4;
}

.slick-dots.first-slick-dots {
    background-color: white;
    display: flex !important;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    width: auto;
    margin: 0 auto;
    padding: 0.25rem;
}

.slick-dots li button:before {
    line-height: 15px;
    font-size: 9px;
    width: 13px;
    height: 12px;
}

.slick-dots li {
    width: 13px;
    height: 12px;
    margin: 0 0px;
}

.sold-border {
    display: flex;
    flex-direction: row;
    padding: 3px 10px;
    gap: 4px;
    max-width: 468px;
    height: 32px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1B51A4;
    background: #EBF5FA;
    border-radius: 10px;
}

.sold {
    pointer-events: none;
    background: #E4E4E4;
}

.max-size-image {
    max-width: 100%;
    object-fit: contain;
}

.lolos-inspeksi-logo {
    width: 150px;
    height: 36px;
}

.sold-badge {
    position: absolute;
    top: 0;
    text-align: center;
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    background: #E1251B;
    margin: 20px;
}

/* Customize Swiper START */
.swiper-pagination {
    height: 20px !important;
    border-radius: 10px;
}

/*.swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*    top: 37%;*/
/*    background: #E1251B !important ;*/
/*}*/

/*.swiper-pagination-bullet-active-prev-prev,*/
/*.swiper-pagination-bullet-active-prev,*/
/*.swiper-pagination-bullet-active-next-next,*/
/*.swiper-pagination-bullet-active-next {*/
/*    background-color: #fff!important;*/
/*    opacity: 1 !important;*/
/*    top: 37%;*/
/*}*/

.swiper-button-prev {
    background-image: url('../img/banner-arrow-left.png') !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
}

.swiper-button-next {
    background-image: url('../img/banner-arrow-right.png') !important;
    background-size: 100% 100% !important;
    width: 32px !important;
    height: 32px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.vehicle-video {
    width: 100%;
    height: 100%;
    min-height: 378px;
    border: none;
    overflow: hidden;
}

.vehicle-thumbnail-container {
    width: 100%;
    overflow: hidden;
}

.vehicle-thumbnail {
    height: 64px;
    width: 64px;
    border-width: 1px;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    object-fit: cover;
}

.vehicle-thumbnail:hover {
    opacity: 0.8;
    /* Dim thumbnails on hover */
}

.thumb-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px;
    position: relative;
}

.swiper-slide-thumb-active .vehicle-thumbnail {
    border: 2px solid #007bff;
    /* Highlight active thumbnail */
}

/* Default: blur inactive thumbnails */
.vehicle-thumbnail {
    /*filter: blur(3px); !* Add blur *!*/
    opacity: 0.6;
    /* Dim */
    transition: filter 0.3s ease, opacity 0.3s ease;
    /* Smooth transition */
}

/* Active thumbnail: no blur, full opacity */
.swiper-slide-thumb-active .vehicle-thumbnail {
    filter: none;
    opacity: 1;
}

.swiper-pagination {
    position: absolute;
    width: auto !important;
    left: unset !important;
    bottom: 15px !important;
    /* Adjust vertical position */
    right: 10px;
    /* Adjust horizontal position */
    z-index: 10;
    /* Ensure it appears above slides */
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    color: #fff !important;
    /* White text for readability */
    padding: 5px 10px;
    /* Add padding for spacing */
    border-radius: 15px;
    /* Rounded corners */
    font-size: 10px;
    /* Adjust font size */
    font-weight: normal;
    /* Make text stand out */
    display: flex;
    /* Flexbox for proper alignment */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
}

/* Fine-tune the current and total numbers */
.swiper-pagination .swiper-pagination-current,
.swiper-pagination .swiper-pagination-total {
    font-weight: bold;
    /* Emphasize current and total */
    margin: 0 2px;
    /* Add spacing around numbers */
    color: #fff !important;
    /* White text for readability */
}

.mySwiperThumb .swiper-slide {
    width: auto;
    /* Allow Swiper to calculate the width dynamically */
    max-width: 120px;
    /* Optional: Limit thumbnail width */
    flex-shrink: 0;
    /* Prevent slides from shrinking */
    margin-right: 5px;
    /* Space between slides */
}

/* Video label styling */
.thumb-label {
    position: absolute;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.7);
    /* Semi-transparent background */
    color: #fff;
    padding: 2px 8px;
    font-size: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: normal;
    text-transform: uppercase;
    width: 85%;
    text-align: center;
}

.vehicle-image-container {
    position: relative;
    /* Enable positioning for child elements */
}

.top-right-image {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 150px;
    height: auto;
    z-index: 10;
}

.product-grid .slick-slide {
    height: 120px !important;
}

.product-grid .slick-slide img {
    object-fit: cover;
    width: inherit;
}

.product-grid .slick-slide img.no-motor {
    object-fit: cover;
    height: unset !important;
    margin-top: -10%;
    width: 150px;
    justify-self: center;
}

.product-image-recommended {
    z-index: 2;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    display: flex;
    /* padding: 7px; */
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    /* background: #FFF; */
    /* box-shadow: 0px 267px 75px 0px rgba(0, 0, 0, 0.00), 0px 171px 68px 0px rgba(0, 0, 0, 0.01), 0px 96px 58px 0px rgba(0, 0, 0, 0.02), 0px 43px 43px 0px rgba(0, 0, 0, 0.03), 0px 11px 24px 0px rgba(0, 0, 0, 0.04), 0px 0px 0px 0px rgba(0, 0, 0, 0.04); */
}

.product-item {
    position: relative;
    border: 1px solid #e6e7e8;
    border-radius: 10px;
    background-color: #fff !important;
    cursor: pointer;
    margin-bottom: 15px;
}

.product-item .product-description {
    padding: 8px 8px;
}

.recommendation-button {
    cursor: pointer;
    display: flex;
    width: 30%;
    padding: 15px 15px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    background: #004FD0;

    color: #FFF;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.recommendation-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.01em;
    text-align: left;
}

.fancybox__content img {
    opacity: unset !important;
}

/* Customize Swiper END */