.elementor-101 .elementor-element.elementor-element-ab29dec{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-101 .elementor-element.elementor-element-ab29dec:not(.elementor-motion-effects-element-type-background), .elementor-101 .elementor-element.elementor-element-ab29dec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#17212A;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-101 .elementor-element.elementor-element-ab29dec{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-a278959 *//* Palette Colori Footer */
:root {
    --f-orange: #FB6131;
    --f-navy: #17212A;
    --f-white-40: rgba(255, 255, 255, 0.4);
    --f-white-10: rgba(255, 255, 255, 0.1);
}

.site-footer {
    background-color: var(--f-navy);
    color: #ffffff;
    padding: 80px 0 40px 0;
    font-family: 'Inter', sans-serif;
}

.f-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.f-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

/* Colonna Logo */
.f-logo img {
    height: 60px;
    width: auto;
    margin-bottom: 25px;
    display: block;
}

.f-description {
    color: var(--f-white-40);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

/* Titoli Colonne */
.f-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--f-white-10);
}

.f-title-small {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}

/* Liste e Link */
.f-links, .f-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.f-links li, .f-contact-list li {
    font-size: 14px;
    color: var(--f-white-40);
    margin-bottom: 15px;
    line-height: 1.4;
}

.f-label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

/* Social Icons */
.f-social-icons {
    display: flex;
    gap: 12px;
}

.f-social-link {
    width: 40px;
    height: 40px;
    background-color: var(--f-white-10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    transition: all 0.3s ease;
}

.f-social-link:hover {
    background-color: var(--f-orange);
    color: var(--f-navy);
    transform: translateY(-3px);
}

/* Testi Speciali */
.f-text-small {
    font-size: 13px;
    color: var(--f-white-40);
    margin: 0;
}

.text-orange {
    color: var(--f-orange) !important;
    font-weight: 700;
}

.mt-4 { margin-top: 20px; }

/* Copyright */
.f-bottom {
    border-top: 1px solid var(--f-white-10);
    padding-top: 30px;
    text-align: center;
}

.f-bottom p {
    color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1024px) {
    .f-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .f-grid { grid-template-columns: 1fr; }
    .site-footer { padding: 60px 0 30px 0; }
    .f-col { text-align: center; }
    .f-logo img { margin: 0 auto 25px auto; }
    .f-social-icons { justify-content: center; }
}/* End custom CSS */