.elementor-764 .elementor-element.elementor-element-1dd51a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4d2edc7 *//* =========================================
   FOOTER STYLES (Max Width 1256px)
   ========================================= */

/* 1. Il Contenitore Globale (Forzato a 1256px) */
.lx-container {
    max-width: 1256px !important; 
    margin: 0 auto !important;
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
}

/* 2. Sfondo e Base Footer */
.lx-footer {
    background-color: #0b1e2b ; /* Blu scurissimo */
    color: #a0b3c6 ; 
    font-family: 'Inter', sans-serif, Arial;
    padding: 80px 0 30px 0;
    font-size: 0.95rem;
    position: relative;
    border-top: 4px solid #016096; /* Sostituita la variabile con il colore esatto */
}

/* 3. Griglia a 4 Colonne */
.lx-footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr; 
    gap: 40px;
    margin-bottom: 60px;
}

/* --- LOGO E DESCRIZIONE --- */
.lx-footer-logo-wrapper {
    margin-bottom: 25px;
}

.lx-footer-logo-img {
    display: block;
    max-width: 200px;
    height: auto;
}

.lx-footer-desc {
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 300px;
}

/* --- TITOLI COLONNE --- */
.lx-footer-title {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- LINK DI NAVIGAZIONE --- */
.lx-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lx-footer-links li {
    margin-bottom: 12px;
}

.lx-footer-links a {
    color: #a0b3c6;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.lx-footer-links a:hover {
    color: #ffffff;
    transform: translateX(5px);
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

/* --- CONTATTI (Icone e Testo) --- */
.lx-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lx-footer-contact li {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 20px;
    gap: 15px;
}

.lx-footer-contact svg {
    width: 20px;
    height: 20px;
    color: #016096; /* Azzurro Brand */
    flex-shrink: 0;
    margin-top: 2px;
}

.lx-footer-contact a {
    color: #a0b3c6;
    text-decoration: none;
    transition: color 0.2s;
}

.lx-footer-contact a:hover { 
    color: #ffffff; 
}

/* --- FOOTER BOTTOM (Copyright e Legal) --- */
.lx-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0.85rem;
}

.lx-legal-links {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lx-legal-links a {
    color: #7a8fa3;
    text-decoration: none;
    transition: color 0.2s;
}

.lx-legal-links a:hover { color: #ffffff; }

.lx-separator { color: rgba(255,255,255,0.1); }

/* =========================================
   MOBILE RESPONSIVE (< 900px)
   ========================================= */
@media (max-width: 900px) {
    .lx-footer-top {
        grid-template-columns: 1fr; 
        gap: 50px;
        text-align: center;
    }

    .lx-footer-logo-wrapper {
        display: flex;
        justify-content: center;
    }

    .lx-footer-logo-img {
        max-width: 160px;
    }

    .lx-footer-desc {
        margin: 0 auto;
    }

    .lx-footer-contact li {
        justify-content: center; 
        text-align: center;
    }
    
    .lx-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}/* End custom CSS */