.elementor-407 .elementor-element.elementor-element-b771947{--display:flex;}.elementor-407 .elementor-element.elementor-element-b771947:not(.elementor-motion-effects-element-type-background), .elementor-407 .elementor-element.elementor-element-b771947 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#6B1C1A;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0ef763c *//* 5. CONTATTI E BADGE (Fix per i Link Blu) */
.footer-contact p { 
    color: #ffffff !important; 
    margin-bottom: 12px !important; 
    display: flex; 
    gap: 10px; 
    align-items: center;
}
.footer-contact i { color: #D4AF37; }

/* Forza il colore bianco/avorio sui link del telefono e dell'email */
.footer-contact a {
    color: #ffffff !important; 
    text-decoration: none !important;
    transition: color 0.3s ease;
}

/* Hover: i link diventano Oro quando ci passi sopra */
.footer-contact a:hover {
    color: #D4AF37 !important;
}

.badge-text {
    border: 2px solid #D4AF37 !important;
    color: #D4AF37 !important;
    background: rgba(0, 0, 0, 0.1);
    padding: 8px 20px !important;
    display: inline-block !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-top: 10px;
}

/* 7. BOTTOM BAR (Fix Link e Credits) */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.25) !important;
    padding: 30px 0;
    margin-top: 40px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
    width: 100%;
}

.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Fix link legali bianchi (non blu) */
.footer-legal-nav a { 
    color: #ffffff !important; 
    text-decoration: none; 
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.footer-legal-nav a:hover { opacity: 1; color: #D4AF37 !important; }

/* Credits DingoLab Oro */
.agency-credit a { 
    color: #D4AF37 !important; 
    font-weight: 700; 
    text-decoration: none !important;
}
.agency-credit a:hover { color: #ffffff !important; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b771947 *//* ==========================================================================
   OLD MOTORS CLUB BERGAMO - FOOTER ELITE MASTER CSS (FIX ELEMENTOR)
   ========================================================================== */

/* 0. RESET CONTENITORE ELEMENTOR (Il segreto per eliminare i bordi) */
.elementor-407 .elementor-element.elementor-element-b771947 {
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-407 .elementor-element.elementor-element-b771947 .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* 1. STRUTTURA BASE FOOTER */
.elite-footer {
    background-color: #6B1C1A !important; /* Rosso Corsa */
    color: #F9F8F6;
    padding: 80px 0 0 0 !important;
    font-family: sans-serif;
    width: 100%;
    margin: 0 !important;
    border: none !important; /* Elimina ogni bordo fantasma */
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0 20px 60px 20px;
}
.footer-column {
    flex: 1;
    min-width: 250px;
}

/* 2. LOGO E DESCRIZIONE */
.footer-logo {
    max-width: 160px !important;
    height: auto;
    display: block;
    margin-bottom: 10px !important;
    background: transparent !important;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}
.footer-description {
    color: #ffffff !important;
    opacity: 0.7;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

/* 3. TITOLI COLONNE */
.elite-footer .footer-title {
    color: #D4AF37 !important;
    text-transform: uppercase;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    margin-bottom: 25px !important;
    display: block !important;
}

/* 4. MENU NAVIGAZIONE */
.footer-nav ul { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 12px; }
.footer-nav li a {
    color: #ffffff !important;
    text-decoration: none;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.footer-nav li a:hover {
    color: #D4AF37 !important;
    padding-left: 8px;
}

/* 5. CONTATTI E BADGE */
.footer-contact p { color: #ffffff !important; margin-bottom: 12px; display: flex; gap: 10px; }
.footer-contact i { color: #D4AF37; }
.badge-text {
    border: 2px solid #D4AF37 !important;
    color: #D4AF37 !important;
    background: rgba(0, 0, 0, 0.1);
    padding: 8px 20px !important;
    display: inline-block !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

/* 6. SOCIAL ICONS */
.footer-social { display: flex; gap: 15px; margin-top: 15px; }
.footer-social a i {
    color: #D4AF37 !important;
    font-size: 1.4rem !important;
}
.footer-social a:hover i { color: #ffffff !important; }

/* 7. BOTTOM BAR (Fix totale per bordo chiaro) */
.footer-bottom {
    background-color: rgba(0, 0, 0, 0.25) !important; /* Scurisce il rosso */
    padding: 30px 0;
    margin-top: 40px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important; /* Bordo scuro, non chiaro */
    width: 100%;
    position: relative;
}
.footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}
.footer-legal-nav a { color: inherit; text-decoration: none; }
.agency-credit a { color: #D4AF37 !important; font-weight: 700; }

/* 8. RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .footer-container, .footer-bottom-container { flex-direction: column; text-align: center; }
    .footer-contact p, .footer-social { justify-content: center; }
}/* End custom CSS */