/* Wrapper */
.cvs-slider-wrapper {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

/* Slider */
.cvs-slider {
    width: 100%;
    height: 690px;
}

.cvs-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==============================
   PAGINATION DOTS (OUTSIDE)
================================ */
.cvs-pagination-bottom {
    margin-top: 15px;
    position: relative !important;
}

/* Default Dot */
span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fef2e1;
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Active Dot (Pill Style) */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    border-radius: 20px;
    background: #f9bf69;
}

/* Responsive */
@media (max-width: 768px) {
    .cvs-slider {
        height: 300px;
    }
}
