/* 
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: #575656 !important;
	 transition: background-color 0.3s, transform 0.3s !important;
	 width: 30px !important;
	 height: 8px !important;
	 border-radius: 4px !important;
	 opacity: 1 !important;
	}

@media (max-width: 767px) {
    .swiper-pagination-bullet {
        background-color: #ffffff !important; 
    }
}


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


/*Auto width container custom*/

.custom_width {
    width: auto !important;
}


/*CHANGE COLOR VERTICAL SCROLL BAR BROWSER*/

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #DE7239;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #E95B10;
}

::-webkit-scrollbar-track {
  background-color: #000;
}


