/* 
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: #33669B !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: #54B8B1 !important;
	  width: 50px !important;
	  height: 8px !important;
	  border-radius: 4px !important; 
	  transform: scale(1.2) !important;
	}

/*FIX PADDING PRODUCT WOOCOMERCE */
.swiper {
	padding-top:26px !important;
	padding-bottom: 26px !important;
}

#about .swiper,
#portfolio .swiper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/*DELETED TEXT SHADOW*/

.elementor-kit-7 button, .elementor-kit-7 input[type="button"], .elementor-kit-7 input[type="submit"], .elementor-kit-7 .elementor-button {
    text-shadow: none !important;
}


/*HIDEN HEADER INSTAGRAM*/

#sb_instagram .sb_instagram_header, .sb_instagram_header {
display: none !important;
}

#sbi_mod_link, #sbi_mod_error {
display: none !important;
}

#sb_instagram .sbi_photo img {
    border-radius: 10px !important;
}

/*NO SCROLL HORIZONTAL*/
html, body {
  overflow-x: hidden !important;
}

/*Modifica il contenuto della paginazione numerica*/

	.elementor-pagination {
    display: flex !important; 
    justify-content: center !important;     
	}

	.elementor-pagination .page-numbers {
    background-color: transparent !important;
    color: #0B4A8E !important;
    border: 1px solid #BBCCDF !important;
    border-radius: 50% !important; 
    width: 44px !important; 
    height: 44px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important; 
	}

	.elementor-pagination .page-numbers.current {
    background-color: #0d4a8e !important; 
    color: white !important; 
    border: none !important; 
	}

	.elementor-pagination .page-numbers:hover {
    background-color: #003976 !important; 
    color: white !important; 
	}


.site-branding.show-logo {
    display: none;
}

footer#site-footer {
    display: none;
}

/*dropdown height 100%*/
/*
.elementor-nav-menu--dropdown

 {
    height: 100vh !important;
	display: flex;
    flex-direction: column; 
    justify-content: center; 
}*/


/*CUSTOM HERO SECTION*/

.hero-section {
 background: url('https://www.valuemedpharma.com/wp-content/uploads/2025/09/slider_op_4.png') center/cover no-repeat,
              linear-gradient(to top right, #74C9D5, #9CD6C3) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; 
}



.custom-blurr {
    backdrop-filter: blur(24px) !important;
}

/*FIX DIRECTION INVERT ARABIC */
.rtl .woocommerce-product-gallery__image {
    float: none !important;
}
