/* Custom Swiper Styles for LetCute */

.swiper-wrapper {
    height: auto;
}

.swiper-pagination-slider1 .swiper-pagination-bullet,
.swiper-pagination-slider2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.swiper-pagination-slider1 .swiper-pagination-bullet-active,
.swiper-pagination-slider2 .swiper-pagination-bullet-active {
    background-color: #22d3ee;
    transform: scale(1.2);
    box-shadow: 0 0 10px #22d3ee;
}
