.flatpickr-calendar {
    font-size: 12px;
    transform: scale(0.9);
    transform-origin: top center;
    z-index: 0;
}
.parentSectionHome{
background-color: #f0f0f0;
}
.imgHome {
    width: 100%;
    height: 65vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
}

.imgHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.kumpulanHomePageFirstContent {
    background-color: transparent;
    position: relative;
    z-index: 2;
    margin-top: -11rem !important;
}
.outlineSection {
    padding: 40px;
    position: relative;
    background-color: white;
}

.homeDiv{
    padding: 0px 1% !important;
}
.optionHome {
    position: relative;
    background: rgba(128, 128, 128, 0.5);
    border-radius: 50px;
    padding: 9px;
    width: 96%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
    top: 2rem;
}

.optionHome button {
    border: none;
    background: none;
    color: white;
    font-weight: bold;
    padding: 14px 24px;
    cursor: pointer;
    font-size: 14px;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.optionHome .active {
    background: linear-gradient(to right, #ED2124, #771112);
    color: white !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.boxContent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-box {
    position: relative;
    background: white;
    color: black;
    padding: 40px;
    max-width: 1100px;
    min-height: 150px;
    z-index: 1;
}

.nameOption {
    text-align: center;
    font-weight: bold;
}

.optionHome button:hover {
    color: white;
}

/* menu on MOBILE */
.menu-section {
    background-color: #ffffff;
    padding: 0px;
}

.menu-item i {
    text-align: center;
    margin-bottom: 0px;
}

.menu-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #b71c1c, #e53935);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    padding: 8px;
}

.menu-icon i {
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-text {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.swiper-container {
    position: relative;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.custom-prev {
    left: -20px !important;
    bottom: 50px !important;
}

.custom-next {
    right: -20px !important;
    bottom: 50px !important;
}

.custom-prev::after,
.custom-next::after {
    font-size: 20px;
    color: white;
}
 .custom-prev2New {
    left: 12px !important;
    bottom: 170px !important;
    position: absolute;
}

.custom-next2New {
    right: 12px !important;
    bottom: 170px !important;
    position: absolute;
}

.custom-prev2New::after,
.custom-next2New::after {
    font-size: 20px;
    color: white;
}
.custom-prev2New,
.custom-next2New {
    position: fixed;
    top: 50%;
    z-index: 9999;
} 
.vehicle-card.active {
    border: 2px solid red !important;
    border-radius: 10px;
    background-color: #f8d7da;
}

.nav-tabs {
    padding-right: 2rem;
    margin-right: 0rem;
}

.fam-category {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.selected {
    border: 2px solid red !important;
    border-radius: 10px;
    background-color: #f8d7da;
    padding: .3rem;
}
span.flatpickr-day.selected {
    padding: 0;
    background: #333;
}

.firstCat.active {
    background-color: #010101;
    border-color: none !important;
}

.nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #010101;
}

.firstCat:hover {
    background-color: #010101;
    border-color: none !important;
}

.nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    background-color: #010101;
}

.class-category {
    margin: 0 10px 0 10px;
}

.nav-item {
    padding-top: 0px;
}

.iconUnderHeader {
    width: 32px;
    height: 32px;
}

textarea {
    min-height: 15.3rem !important;
}

@media (max-width: 768px) {

    .swiper-pagination {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .swiper-pagination-bullet-active {
        width: 24px !important;
        height: 8px;
    }
        .swiper-container {
            width: 100%;
            overflow: hidden;
        }
    
        .swiper-wrapper {
            width: 100%;
        }
    
        .swiper-slide {
            width: 100%;
        }
    
        .vehicle-slide {
            overflow: hidden;
        }
}

@media (min-width: 768px) and (max-width: 1200px) {
        p.nameOption {
            font-size: 12px;
        }
        .cardGarage {
             padding: 0px !important;
         }
        .cardGarage2 {
             padding-bottom: 0px !important;
             padding: 8px !important;
         }
         .hish{
            padding: 8px !important;
         }
         .btnService2{
            margin-top: 24px !important;
            padding: 12px !important;
         }
}
@media (min-width: 768px) and (max-width: 901px) {
    textarea {
            min-height: 28.7rem !important;
        }
    .sectionCol{
        width: 30% !important;
    }
}


.produk-terbaru-swiper .swiper-slide,
.produk-flashSaleMobile-swiper .swiper-slide
 {
    flex-shrink: 0;
    height: auto;
}
.vehicle-card-wrapper .card {
    transition: border 0.1s ease;
}

.vehicle-card-wrapper .card:hover {
    border: 1px solid #000;
}

.vehicle-card-wrapper .card.active {
    border: 1px solid #000;
}

.SwiperMotorKamu img{
    padding-top: .5rem;
}

.swiperGarage {
    position: relative;
}

.custom-next2New,
.custom-prev2New {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: red;
    color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10;
}
.btnService{
    padding: 8px !important;
}
  .cardGarage2 {
      padding-bottom: 0px !important;
  }

.vehicle-title {
    max-height: 38px; /* Adjust for 2 lines, or increase for 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Change to 3 if you want 3 lines */
    -webkit-box-orient: vertical;
    width: 100%;
    text-align: center;
}

.vehicle-img-wrapper {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
}