/* 
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
*/




.menu,
.mobile-menu,
.elementor-nav-menu--dropdown,
.elementor-nav-menu__container,
.nav-menu,
.ast-mobile-popup-content {
    overflow: hidden !important;
    overflow-y: hidden !important;
    max-height: none !important;
    height: auto !important;
}

/*HEADER CUSTOM SCROLL*/


.s99-header {
    background-color: transparent;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease; /* Transición suave */
}


.s99-header.scrolled {
    background-color: #782f19b0 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}
