/* =============================================
   RESPONSIVE — Theme JEF 4 Caity - Aidapt
   ============================================= */

/* Desktop: mostra header desktop, nasconde mobile */
@media (min-width: 1400px) {
    .header-desktop-only {
        display: flex !important;
    }
    .header-mobile-only {
        display: none !important;
    }
    .main-navigation {
        display: flex !important;
    }
}

/* Tablet / Mobile: forza hide navigazione desktop */
@media (max-width: 991px) {
    .main-navigation {
        display: none !important;
    }
}

@media (min-width: 414px) {
    .elementor-1100 .elementor-element.elementor-element-8342e4f,
    .elementor-element-a9f042f,
    .elementor-element.elementor-element-6c40134 {padding: 15px 30px 20px 30px !important; }
    
    /* .elementor-element-d8995f4 .mainTextWebsite,
    .elementor-element-17f8faa .mainTextWebsite,
    .elementor-element-77c58e9 .mainTextWebsite,
    .elementor-element-598966f .mainTextWebsite,
    .elementor-element-bacfba8 .mainTextWebsite,
    .elementor-element-b489251 .mainTextWebsite
    .elementor-element-ff57c9f .mainTextWebsite {text-align: center !important;} */
}

@media (min-width: 390px) {
    .labelWebsite span { font-size: 0.8rem;}
}


