.vehicle-slider-section {
    /* padding: 80px 0; */
    background: #fff;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #0d224a;
}

.vehicleSwiper {
    padding: 20px;
}
/* UPDATED CLASS */
.vehicle-slider-card {
    background: #ffffff;
    border-radius: 16px;
    /* padding: 25px; */
    text-align: center;
    transition: transform 0.4s ease;
    border: solid 2px #0b1f52;
    overflow: hidden;
    padding: 10px;
}
.vehicle-slider-card img {
 
}
.vehicle-footer{
    margin-top: 30px;
    padding: 0px 20px;
}
.vehicle-slider-card img {
    width: 100%;
    height: 249px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.vehicle-slider-card h4 {
    font-size: 20px;
    color: #0d224a;
    margin-bottom: 10px;
}

.vehicle-slider-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Swiper Controls */
.swiper-button-next,
.swiper-button-prev {
    color: #0d224a;
}

.swiper-pagination-bullet {
    background: #f4ba18;
}
.vehicle-swiper-button-arrow{

}
.vehicle-swiper-pagination{
position: unset;
}

.vehicle-swiper-button-next{

}
.vehicle-swiper-button-prev{

}