/* 
Theme Name: S99 Child
Theme URI: https://studio99.sm
Description: S99 Child is a child theme of S99, created by Studio99 team
Author: Studio99 Team
Author URI: https://studio99.sm
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*SLIDER CUSTOM BULLET*/


.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  transition: background-color 0.3s, transform 0.3s !important;
  width: 30px !important;
  height: 8px !important;
  border-radius: 4px !important;
opacity: 1 !important;
}


.swiper-pagination-bullet-active {
  background-color: #11AA49 !important;
  width: 50px !important;
  height: 8px !important;
  border-radius: 4px !important; 
  transform: scale(1.2) !important;
}