/* .best-label {
    position: absolute; 
    top: 0; 
    right: 0;
    padding: 10px 25px;
    background-color: #44B3F2;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 50px;
  } */

/* .tab-product-main .tab-prodcut-contain ul li.current:before {
} */

:root {
    --bg-basic: #dd0202;
    --bg-sorot: rgba(221, 2, 2, 0.9);
}

/* style sorotan start */
.wrapper-sorot {
    position: relative;
    border: 4px solid red;
    animation: smoothBlink 1s ease-in-out infinite;
}

/* animation area */
@keyframes sorotanTop {
    0%,
    100% {
        border-top: 4px solid red;
    }
    50% {
        border-top: 4px solid white;
    }
}
@keyframes bgSorot {
    0%,
    100% {
        background-color: var(--bg-sorot);
    }
    50% {
        background-color: white;
    }
}
@keyframes sorotX {
    0%,
    100% {
        border-right: 4px solid var(--bg-sorot);
        border-left: 4px solid var(--bg-sorot);
    }
    50% {
        border-right: 4px solid white;
        border-left: 4px solid white;
    }
}
@keyframes sorotanBot {
    0%,
    100% {
        border-bottom: 4px solid var(--bg-sorot);
    }
    50% {
        border-bottom: 4px solid white;
    }
}
/* animation end */

.sorotan_top {
    border-top: 4px solid var(--bg-sorot);
    animation: sorotanTop 1s ease-in-out infinite;
}
.bg-sorot {
    background-color: var(--bg-sorot);
    animation: bgSorot 1s ease-in-out infinite;
}
.sorot_x {
    border-right: 4px solid var(--bg-sorot);
    border-left: 4px solid var(--bg-sorot);
    animation: sorotX 1s ease-in-out infinite;
}
.sorotan_bot {
    border-bottom: 4px solid var(--bg-sorot);
    /* animation: sorotanBot 1s ease-in-out infinite; */
}

/* style sorotan end */

.sosiyal li:hover {
    cursor: pointer;
}

.profile-img img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    object-align: center;
}

.img-mitra {
    object-fit: cover;
}

.card-profile {
    border-left: 5px solid var(--bg-basic);
    border-radius: 25px;
    box-shadow: 9px 9px 49.4px -11px rgba(0, 0, 0, 0.26);
}

.red-text {
    color: var(--bg-basic);
    font-weight: bold;
}

.modal-v-sec {
    z-index: ;
}

.login-btn-nav {
    display: block !important;
}

.img-responsive-tablets-container {
    object-fit: cover;
    object-align: center;
}

.img-dealer {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-text span,
.about-text i {
    color: #000;
    font-size: 1.1em;
}

.about-text {
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
}

.hero-about {
    background-image: url("https://blimoto.com/assets/images/about/blimotomock.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn-fitur-kami {
    padding: 3px 20px;
    border-radius: 8px;
    margin-top: 1rem;
    font-size: 1em;
}

.welcome-wrapper h2 {
    font-weight: bold;
}

.welcome-wrapper * {
    color: black;
}

.welcome-item {
    width: 100%;
    height: 475px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.welcome-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.img-review-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.berita-blog-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    overflow: hidden;
}

.berita-blog-image:hover {
    transform: scale(1.1);
}

.user-option-wrapper span.sub-arrow {
    display: none;
}

.icon-user-wrapper {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    background-color: red;
}

.icon-user-wrapper i {
    color: white;
    font-size: 1.4em;
}

/* botman style add */
.mobile-closed-message-avatar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#botmanWidgetRoot {
    margin-right: 2rem;
    padding: 0;
}

ol.chat {
    height: 100vh !important;
}

#messageArea .chat {
    height: 100% !important;
}

/* card home */
.shadow-home-card {
    width: 22rem;
    /* width: 16rem; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.card-berita-blog {
    width: 22rem;
    /* width: 15rem; */
}

.card-video-blimotot {
    width: 22rem;
    /* width: 15rem; */
}

.size-lihat-info {
    font-size: 0.5em;
}

.slick-card-home .div .item .card {
    width: 16rem;
}

/* primary */
.padding-primary {
    padding: 0 18rem 0 18rem;
}

.rounded-lg {
    border-radius: 20px;
}

.review-text {
    border: 1px solid #d22232;
    border-radius: 10px;
    background-color: #fff6f7;
}

.img-review img {
    border-radius: 10px 10px 0 0;
}

.review-wrapper {
    position: relative;
    z-index: 2;
}

.review-motor {
    position: absolute;
    z-index: 9;
    top: -10px;
    left: 0;
    background-color: #d52232;
    color: #fff;
    padding: 3px 10px 3px 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#SelectKota {
    border-radius: 5px !important;
    border: 1px solid #d22232 !important;
}

.select2-container {
    border-radius: 5px !important;
    border: 1px solid #d22232 !important;
}

.card-diskon-terbaik {
    border-radius: 19px;
    border: 1px solid #d52233;
    background-color: #fff6f7;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.video-banner:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.product .product-box .product-detail.product-detail2 {
    border: 1px solid #b8b8b8 !important;
    border-top: 0 !important;
    border-radius: 0 0 19px 19px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.product .product-box .product-imgbox img {
    border-radius: 19px 19px 0 0;
    overflow: hidden;
    border: 1px solid #b8b8b8 !important;
    border-bottom: 0 !important;
}

.tab-product-main .tab-prodcut-contain ul li.current {
    background-color: #dd0202 !important;
    margin-top: -3px !important;
}
.tab-product-main .tab-prodcut-contain ul li.current a {
    color: #fff !important;
}

.tab-product-main .tab-prodcut-contain ul li {
    padding: 10px 15px 5px 15px;
    border-radius: 0 0 10px 10px;
}

.container-home-promo {
    padding: 0 15rem;
}
.product-box {
    padding-bottom: 10px;
}

.style-border-home-promo {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding-bottom: 10px;
    top: 1rem !important;
    border-radius: 15px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #b8b8b8;
}

.owl-stage {
    display: flex;
}

.owl-carousel-leasing .owl-nav,
.owl-carousel-leasing .owl-dots {
    display: none;
}

#main-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* color area */
.bg-basic {
    background-color: #dd0202 !important;
}
.text-basic {
    color: #dd0202 !important;
}

.text-black {
    color: #444444;
}

.text-doff {
    color: #292929 !important;
}

.bg-doff {
    background-color: #292929 !important;
}

.scroll-white {
    background-color: #fff;
}

/* BUTTON CUSTOM BLIMOTO START */
.btn-basic {
    color: #fff;
    background-color: #dd0202;
    border-color: #dd0202;
}
.btn-basic:hover {
    color: #fff;
    background-color: #b50202;
    border-color: #a50202;
}
.btn-check:focus + .btn-basic,
.btn-basic:focus {
    color: #fff;
    background-color: #b50202;
    border-color: #a50202;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
}
.btn-check:checked + .btn-basic,
.btn-check:active + .btn-basic,
.btn-basic:active,
.btn-basic.active,
.show > .btn-basic.dropdown-toggle {
    color: #fff;
    background-color: #a50202;
    border-color: #9f0202;
}
.btn-check:checked + .btn-basic:focus,
.btn-check:active + .btn-basic:focus,
.btn-basic:active:focus,
.btn-basic.active:focus,
.show > .btn-basic.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
}
.btn-basic:disabled,
.btn-basic.disabled {
    color: #fff;
    background-color: #dd0202;
    border-color: #dd0202;
}

.btn-outline-basic {
    color: #dd0202 !important;
    background-color: transparent;
    border-color: #dd0202;
}
.btn-outline-basic:hover {
    color: #dd0202;
    background-color: #fff;
    border-color: #dd0202;
}
.btn-check:focus + .btn-outline-basic,
.btn-outline-basic:focus {
    color: #dd0202;
    background-color: #fff;
    border-color: #dd0202;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
}
.btn-check:checked + .btn-outline-basic,
.btn-check:active + .btn-outline-basic,
.btn-outline-basic:active,
.btn-outline-basic.active,
.btn-outline-basic.dropdown-toggle.show {
    color: #fff;
    background-color: #dd0202;
    border-color: #dd0202;
}
.btn-check:checked + .btn-outline-basic:focus,
.btn-check:active + .btn-outline-basic:focus,
.btn-outline-basic:active:focus,
.btn-outline-basic.active:focus,
.btn-outline-basic.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(221, 2, 2, 0.5);
}
.btn-outline-basic:disabled,
.btn-outline-basic.disabled {
    color: #dd0202;
    background-color: transparent;
    border-color: #dd0202;
}

/* BUTTON CUSTOM BLIMOTO END */

/* color area end */

.viewmore {
    opacity: 0 !important;
}

.best-label {
    position: absolute;
    boder-radius: 19px 0 0 0 !important;
    top: 0;
    left: 0;
    padding: 7px 25px;
    background-color: #dd0202;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 50px;
}
.best-label div {
    font-size: 10px;
    color: white;
}

.btn-basic {
    background-color: #dd0202 !important;
    color: #fff !important;
}

/* select2 */
.select2-results__options {
    display: flex;
    flex-direction: column;
}

/* range area start */
/* .range-wrap {
      position: relative;
      margin: 0 auto 3rem;
    }
    .range {
      width: 100%;
    }

    .bubble {
      background: red;
      color: white;
      padding: 4px 12px;
      position: absolute;
      border-radius: 4px;
      left: 50%;
      transform: translateX(-50%);
    }
    

    .bubble::after {
      content: "";
      position: absolute;
      width: 2px;
      height: 2px;
      background: red;
      top: 30px;
      left: 50%;
    }

    .range-wrap output {
      margin-top: -30px;
    } */

/* range area start */
.range-wrap {
    position: relative;
    /* margin: 0 auto 3rem; */
}

.range {
    width: 100%;
}

.bubble {
    background: red;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: red;
    top: 30px;
    left: 50%;
}

.range-wrap output {
    margin-top: -30px;
}
/* range area end */

/* range area end */

/* card versus styling start */
.versus {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.versus div {
    background-color: white !important;
    padding: 8px 10px;
}

.versus div p {
    color: black;
    font-size: 20px;
    font-weight: bold;
    border-box: 1px solid rgba(0, 0, 0, 0.5);
}
/* card versus styling end */

/* review card / rating */

.owl-carousel .item {
    min-height: 210px;
}

.owl-carousel .item .card-title {
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: 16px;
}
.owl-carousel .item .card-text {
    padding-top: 0.5em;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

/* review card / rating end */

/* area compare start */

.desc-versus {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.desc-versus h3 {
    color: white;
}

/* area compare end */

/* jumbotron/ hook start  */
section.tools-slide .slide-1 div .slide-main img {
    width: 300px !important;
}

section.tools-slide
    .slide-1
    div
    .slide-main
    .custom-container
    .row
    div
    .slide-contain
    div
    h2 {
    color: #3b3b3b;
    text-shadow: 3px white !important;
}
#sampel {
    color: #3b3b3b;
    font-size: 80px;
    -webkit-text-stroke: 3px white;
    text-stroke: 200px black;
    /* text-shadow: 3px 3px 3px white !important;
      text-shadow: 3px white !important; */
}

a.btn.btn-rounded.bg-basic.btn-hook {
    position: absolute;
    left: 18%;
    top: -65% !important;
    font-size: 30px;
}
/* a.btn.btn-rounded.bg-basic.btn-hook {
  position: absolute;
  left: 18%;
  top: 65%;
  font-size: 30px;
} */

/* jumbotron/ hook end  */

/* simluasi start */
section .simulasi-container .simulasi-wrapper .card {
    margin-top: -4rem;
}
/* simluasi end */

.select-categori {
    background-color: #dd0202 !important;
}

.slide-download-populer div .card.border-0 {
    width: 14rem !important;
}

.carousel-caption {
    position: absolute;
    bottom: 15%;
    left: -25%;
}

.cicilan-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 20px !important;
    font-size: 1.3em !important;
    padding: 5px 30px !important;
}

.rekomendasi-motor-detail-motor {
    border-radius: 0 0 10px 10px;
    border: 1px solid #a4a4a4;
    border-top: 0;
    padding: 0;
}
.content-slick-wrapper {
    position: relative;
    z-index: 9999;
}
.nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
}

/* #next,
#prev {
    position: absolute;
    font-size: 30px;
    top: 0;
    opacity: 0.5; 
    transition: opacity 0.5s ease-in; 
}

#next:hover,
#prev:hover {
    opacity: 1; 
    transition: opacity 0.5s ease-in; 
}

#next {
    font-size: 30px;
    right: 8%;
}

#next span i {
    color: #198754 !important;
}

#prev {
    display: none;
    font-size: 30px;
    left: 40% !important;
} */

.card-detail-motor {
    flex-shrink: 0;
    border-radius: 10px;
    padding: 10px 15px;
    border: 2px dashed #a4a4a4;
}

.label-diskon {
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px dashed #fa0000;
    background-color: #f9ede9;
    padding: 3px 12px;
    box-size: border-box;
}

/* ======================== RESPONSIVE AREA START ===================== */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .padding-primary {
        padding: 0 1rem 0 1rem !important;
    }

    .style-border-home-promo {
        top: 0rem;
        border-radius: 20px !important;
    }

    .container-home-promo {
        padding: 0 0;
    }

    section .simulasi-container .simulasi-wrapper .card {
        margin-top: 3rem;
    }
    .owl-carousel .item {
        min-height: 130px;
        /* padding: 1px; */
    }
    .owl-carousel .item .card-text {
        padding-top: 0.5em;
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 0;
        letter-spacing: 0.05em;
    }
    .owl-carousel .item div p:first-of-type {
        font-size: 12px;
    }
    .owl-carousel .item div:last-child p:last-of-type {
        font-size: 10px;
    }

    .btn-submit,
    .btn-ajukan,
    .text-view {
        font-size: 12px;
    }
    .slide-download-populer div .card.border-0 {
        width: 19rem !important;
    }

    .carousel-caption {
        position: absolute;
        bottom: 2%;
        left: -25%;
    }

    .carousel-caption a {
        font-size: 6px;
        /* padding: 20px; */
    }
    #why {
        font-size: 19px;
        margin-top: -7rem;
    }

    .cicilan-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        font-size: 1em !important;
        padding: 2px 15px;
    }

    .tab-product-main .tab-prodcut-contain ul li {
        border-radius: 10px 10px 10px 10px;
        padding: 10px 8px 5px 8px !important;
        box-sizing: border-box;
        /* border: 0px !important; */
    }
    .tab-product-main .tab-prodcut-contain ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Membuat 2 kolom */
        gap: 8px; /* Jarak antar kolom */
    }

    .tab-product-main {
        padding: 20px !important;
    }

    .tab-product-main .tab-prodcut-contain ul li.current {
        border: none;
        margin-top: 0px !important;
    }

    .layout-pencarian-dealer {
        /* border: 2px solid red; */
        display: flex !important;
        flex-direction: column !important;
    }
    input.form-control.pencarian-dealer{
        width: 100% !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .padding-primary {
        padding: 0 2rem 0 2rem !important;
    }

    .style-border-home-promo {
        top: 0rem !important;
        border-radius: 20px !important;
    }

    .container-home-promo {
        padding: 0 0;
    }

    section .simulasi-container .simulasi-wrapper .card {
        margin-top: 3rem;
    }

    .owl-carousel .item {
        min-height: 180px;
    }
    .owl-carousel .item .card-text {
        padding-top: 0.5em;
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 0;
        letter-spacing: 0.05em;
    }
    .owl-carousel .item div p:first-of-type {
        font-size: 12px;
    }
    .owl-carousel .item div:last-child p:last-of-type {
        font-size: 10px;
    }
    .slide-download-populer div .card.border-0 {
        width: 14rem !important;
    }
    .carousel-caption a {
        font-size: 10px;
        /* padding: 20px; */
    }
    #why {
        font-size: 23px;
        margin-top: -7rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .size-lihat-info {
        font-size: 1em;
    }
    .padding-primary {
        padding: 0 4rem 0 4rem !important;
    }

    .style-border-home-promo {
        top: 0rem !important;
        border-radius: 20px !important;
    }

    .container-home-promo {
        padding: 0 0;
    }

    section .simulasi-container .simulasi-wrapper .card {
        margin-top: -3rem;
    }

    .versus div {
        background-color: white !important;
        padding: 3px 5px;
    }

    .versus div p {
        font-size: 16px;
    }

    .desc-versus h3 {
        font-size: 12px;
    }

    .desc-versus a {
        font-size: 10px;
        padding: 5px 10px !important;
    }
    .slide-download-populer div .card.border-0 {
        width: 14rem !important;
    }
    .carousel-caption a {
        font-size: 12px;
    }
    #why {
        font-size: 23px;
        margin-top: 1rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .size-lihat-info {
        font-size: 1.2em;
    }

    .slick-card-home .div .item .card {
        width: 13rem !important;
    }

    .padding-primary {
        padding: 0 7rem 0 7rem !important;
    }

    .container-home-promo {
        padding: 0 7rem;
    }

    .style-border-home-promo {
        top: -5rem !important;
        border-radius: 20px !important;
    }

    .versus div {
        background-color: white !important;
        padding: 8px 10px;
    }

    .versus div p {
        color: black;
        font-size: 20px;
        font-weight: bold;
        border-box: 1px solid rgba(0, 0, 0, 0.5);
    }

    .desc-versus {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-versus h3 {
        color: white;
    }

    .desc-versus a {
        padding: 5px 10px !important;
        font-size: 12px;
    }
    .owl-carousel .item {
        min-height: 180px;
    }
    .owl-carousel .item .card-text {
        padding-top: 0.5em;
        font-size: 11px;
        line-height: 1.4;
        margin-bottom: 0;
        letter-spacing: 0.05em;
    }
    .owl-carousel .item div p:first-of-type {
        font-size: 12px;
    }

    .slide-download-populer div .card.border-0 {
        width: 13rem !important;
    }
    /* .owl-carousel .item div:last-child p:last-of-type {
    font-size: 10px;
  } */

    #why {
        font-size: 33px;
        margin-top: 4rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .login-btn-nav {
        display: none !important;
    }
    .size-lihat-info {
        font-size: 1.2em;
    }
    .slick-card-home .div .item .card {
        width: 16rem;
    }
    /* primary */
    .padding-primary {
        padding: 0 10rem 0 10rem !important;
    }

    .container-home-promo {
        padding: 0 15rem;
    }

    .versus div {
        background-color: white !important;
        padding: 8px 10px;
    }

    .versus div p {
        color: black;
        font-size: 20px;
        font-weight: bold;
        border-box: 1px solid rgba(0, 0, 0, 0.5);
    }

    .desc-versus {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .desc-versus h3 {
        color: white;
        font-size: 23px;
    }

    .desc-versus a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .slide-download-populer div .card.border-0 {
        width: 13rem !important;
    }

    .carousel-caption {
        position: absolute;
        bottom: 20%;
        left: -25%;
    }

    .carousel-caption a {
        font-size: 1px;
    }
    #why {
        font-size: 38px;
        margin-top: 4rem;
    }

    .nama-motor {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .size-lihat-info {
        font-size: 1.2em;
    }
    .padding-primary {
        padding: 0 18rem 0 18rem !important;
    }
    .slick-card-home .div .item .card {
        width: 18rem;
    }
}
/* ======================== RESPONSIVE AREA END ===================== */

.header-search .input-group .input-group-text {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #dd0202;
    color: #ffffff;
    border: none;
}

.nama-motor {
    font-size: 1.3em !important;
}

/* .slick-prev:before,
.slick-next:before {
    color: #198754 !important;
}

.hidden-pseudo .slick-prev::before,
.hidden-pseudo .slick-next::before {
    display: none;
}

.slick-prev {
    left: 50px !important;
}

.slick-next {
    right: 50px !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 50px !important;
} */

.bandingkan-range div {
    font-size: 1.3em !important;
    color: #dd0202 !important;
}

.stok p {
    font-size: 1.3em !important;
}
.stok h3 {
    font-size: 1.2em !important;
}

/* coount down  */

/* .simply-section.simply-days-section div {
    display: flex;
    flex-direction: column;
} */

/* .slick-next,
.slick-prev {
    transition: opacity 0.5s ease-in-out;
} */

/* Mengatur display awal .slick-next dan .slick-prev menjadi none */
#leasing-baru ~ .slick-next,
#leasing-baru ~ .slick-prev {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

/* Ketika mouse hover ke #leasing-baru, ubah display .slick-next dan .slick-prev menjadi block */
#leasing-baru:hover ~ .slick-next,
#leasing-baru:hover ~ .slick-prev {
    display: block;
}

.cicilan-wrapper {
    flex-shrink: 0;
    border-radius: 20px;
    border: 2px dashed #a4a4a4;
}
