.elementor-42 .elementor-element.elementor-element-5f18fca{--display:flex;}.elementor-42 .elementor-element.elementor-element-88328dc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ffdfa93 *//* =========================================
   CSS DOVE SIAMO - HERO & BENTO (Mobile Fix)
   ========================================= */

.lx-location-hero {
    padding: 100px 0 60px;
    background-color: #fafbfd;
}

.lx-location-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 15px; /* Sicurezza per i bordi */
}

/* --- BENTO GRID LOCATION --- */
.lx-location-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 220px);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.lx-loc-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.02);
}

/* Box Immagine Principale */
.lx-loc-main {
    grid-column: span 2;
    grid-row: span 2;
}

.lx-loc-img { width: 100%; height: 100%; }
.lx-loc-img img { width: 100%; height: 100%; object-fit: cover; }

.lx-loc-badge {
    position: absolute;
    top: 20px; left: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    color: #016096;
}

/* Box Info & Orari */
.lx-loc-content {
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lx-loc-icon {
    width: 45px; height: 45px;
    background: #e6f0f7;
    color: #016096;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.lx-loc-icon svg { width: 22px; height: 22px; }

.lx-loc-content h3 {
    font-size: 1.3rem;
    color: #1d1d1f;
    margin-bottom: 12px;
    font-weight: 800;
}

.lx-loc-content p {
    font-size: 0.95rem;
    color: #6e6e73;
    line-height: 1.5;
}

/* Orari Detail */
.lx-hour-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #1d1d1f;
}
.lx-hour-row span { color: #6e6e73; }

/* =========================================
   RESPONSIVE MOBILE (< 900px)
   ========================================= */
@media (max-width: 900px) {
    .lx-location-hero { 
        padding-top: 60px; 
    }
    
    .lx-location-header .lx-title-main { 
        font-size: 2.2rem; 
    }
    
    .lx-location-header .lx-subtitle-main { 
        font-size: 1rem; 
        margin-bottom: 30px; 
    }

    /* Resetta la griglia a singola colonna, altezza automatica */
    .lx-location-bento {
        grid-template-columns: 1fr;
        grid-template-rows: auto; /* Annulla le righe fisse da 220px */
        gap: 20px;
    }

    /* L'immagine principale non deve più spalancarsi su 2 colonne */
    .lx-loc-main { 
        grid-column: span 1; 
        grid-row: span 1; 
        height: 250px; /* Altezza fissa ideale per non occupare tutto lo schermo */
    }

    /* Riduciamo il padding interno delle card per i telefoni */
    .lx-loc-content { 
        padding: 25px 20px; 
        height: auto; /* Lascia che il box si adatti al testo */
    }
    
    .lx-loc-badge {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acb7c93 *//* =========================================
   CSS MAPPA INTERATTIVA DOVE SIAMO
   ========================================= */

.lx-interactive-map-section {
    padding: 20px 0 100px; /* Si attacca bene alla griglia superiore */
    background-color: #fafbfd;
}

/* Pannello che contiene il tutto */
.lx-map-glass-container {
    background: #ffffff;
    border-radius: 40px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.02);
    text-align: center;
}

.lx-map-header {
    margin-bottom: 30px;
}

.lx-map-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #016096;
    margin-bottom: 10px;
}

.lx-map-header p {
    color: #6e6e73;
    font-size: 1.05rem;
}

/* Contenitore della mappa con bordi stondati */
.lx-map-frame-large {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    line-height: 0; /* Rimuove lo spazio vuoto sotto l'iframe */
}

.lx-map-frame-large iframe {
    filter: contrast(1.05) saturate(1.1); /* Rende i colori della mappa leggermente più vividi */
}

/* Posizionamento del bottone SOPRA la mappa */
.lx-map-action-overlay {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 350px;
}

/* Il Pulsante Avvia Navigatore */
.lx-btn-navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #016096;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 25px;
    border-radius: 16px;
    font-size: 1.1rem;
    font-weight: 800;
    box-shadow: 0 15px 30px rgba(1, 96, 150, 0.4);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lx-btn-navigator:hover {
    background: #004a75 !important;
    color: #ffffff;
    transform: translateY(-5px) scale(1.02); /* Il bottone si "solleva" */
    box-shadow: 0 20px 40px rgba(1, 96, 150, 0.5);
}

.lx-btn-navigator svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.lx-btn-navigator:hover svg {
    transform: translate(3px, -3px); /* L'icona dell'aeroplanino scatta in avanti */
}

/* --- RESPONSIVE MOBILE (< 900px) --- */
@media (max-width: 900px) {
    .lx-map-glass-container {
        padding: 25px 15px;
        border-radius: 30px;
    }
    .lx-map-header h2 {
        font-size: 1.8rem;
    }
    .lx-map-frame-large iframe {
        height: 400px; /* Mappa un po' più bassa su mobile per non bloccare lo scroll */
    }
    .lx-map-action-overlay {
        bottom: 20px;
    }
    .lx-btn-navigator {
        font-size: 1rem;
        padding: 15px 20px;
    }
}/* End custom CSS */