/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =========================================================
   1. MENU FULLSCREEN
   ========================================================= */
.elementor-nav-menu--dropdown {
    background: #0d0d0d !important;
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0;
    left: 0;
    padding-top: 120px;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* =========================================================
   2. HAMBURGER - SFONDO CHIUSO
   ========================================================= */
.elementor-menu-toggle {
    background: transparent !important;
}

/* =========================================================
   3. HAMBURGER - SFONDO APERTO
   ========================================================= */
.elementor-menu-toggle.elementor-active {
    background: #0d0d0d !important;
    z-index: 9999;
    position: relative;
}

/* =========================================================
   4. HEADER MOBILE TRASPARENTE
   ========================================================= */
@media (max-width: 1024px) {
    .elementor-location-header {
        background-color: transparent !important;
        position: sticky !important;
        top: 0;
        z-index: 9998;
    }
}

/* =========================================================
   5. LOGO CHIARO QUANDO MENU APERTO - TUTTI I DISPOSITIVI
   ========================================================= */
.menu-is-open .elementor-element-ba28332 img {
    content: url('https://prophilo.com/wp-content/uploads/2026/06/logo-prophilo-350px-chiaro.webp');
}