/* Carousel Dots – Normal */
.swiper-pagination-bullet {
width: 30px!important;
height: 6px!important;
border-radius: 50px!important;
transition: all 0.3s ease;
}
/* Carousel Dots – Active */
.swiper-pagination-bullet-active {
width:70px!important;
height: 6px!important;
border-radius: 50px!important;
}
