/*
Theme Name: Hello Elementor Child
Description: Child theme of Hello Elementor
Author: Paarami Developer
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */



/* Pagination container */
.swiper-pagination{
display:flex !important;
justify-content:center;
align-items:center;
gap:8px;
margin-top:10px;
}

/* Normal dots */
.swiper-pagination-bullet{
width:6px;
height:6px;
border-radius:50%;
background:#d8c6c9; /* light grey */
opacity:1;
transition:all .3s ease;
}

/* Active dot */
.swiper-pagination-bullet-active{
background:#7b1e2b; /* maroon */
transform:scale(1.1);
}




