.elementor-79 .elementor-element.elementor-element-8b9a11f{--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-79 .elementor-element.elementor-element-5e34675{--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;}.elementor-79 .elementor-element.elementor-element-5e34675:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-5e34675 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-79 .elementor-element.elementor-element-f5d6d68{--spacer-size:40px;}.elementor-79 .elementor-element.elementor-element-c833b11{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-79 .elementor-element.elementor-element-0a823e1{text-align:center;}.elementor-79 .elementor-element.elementor-element-0a823e1 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:27px;font-weight:600;color:#FB6131;}.elementor-79 .elementor-element.elementor-element-47bf46a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-79 .elementor-element.elementor-element-47bf46a:not(.elementor-motion-effects-element-type-background), .elementor-79 .elementor-element.elementor-element-47bf46a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-79 .elementor-element.elementor-element-d2225f9{--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;}.elementor-79 .elementor-element.elementor-element-d35e658{--spacer-size:50px;}.elementor-79 .elementor-element.elementor-element-a4d5b62{--display:flex;}.elementor-79 .elementor-element.elementor-element-474bf08{--spacer-size:40px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-79 .elementor-element.elementor-element-d2225f9{--width:100%;}}@media(max-width:767px){.elementor-79 .elementor-element.elementor-element-f5d6d68{--spacer-size:1px;}.elementor-79 .elementor-element.elementor-element-d2225f9.e-con{--order:-99999 /* order start hack */;}.elementor-79 .elementor-element.elementor-element-d35e658{--spacer-size:1px;}.elementor-79 .elementor-element.elementor-element-474bf08{--spacer-size:1px;}}/* Start custom CSS for html, class: .elementor-element-7fa54fe *//* Palette Colori */
:root {
    --c-orange: #FB6131;
    --c-navy: #17212A;
    --c-light: #E3ECF1;
}

.contacts-hero {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    background-color: var(--c-navy);
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    padding: 100px 0;
}

/* Sfondo e Overlay */
.c-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.c-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    filter: grayscale(100%);
}

.c-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--c-navy) 40%, transparent 100%);
}

/* Pattern Puntini */
.c-hero-dots {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
    background-image: radial-gradient(white 1px, transparent 1px);
    background-size: 40px 40px;
}

.c-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    width: 100%;
}

.c-hero-content {
    max-width: 800px;
}

/* Badge */
.c-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(251, 97, 49, 0.1);
    border: 1px solid rgba(251, 97, 49, 0.3);
    padding: 8px 16px;
    border-radius: 100px;
    margin-bottom: 35px;
}

.c-dot {
    width: 8px;
    height: 8px;
    background: var(--c-orange);
    border-radius: 50%;
    margin-right: 12px;
    animation: c-pulse 2s infinite;
}

.c-badge-text {
    font-size: 11px;
    font-weight: 900;
    color: var(--c-orange);
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Titolo */
.c-hero-title {
    font-size: clamp(50px, 12vw, 120px);
    font-weight: 900;
    color: white;
    line-height: 0.85;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 35px;
}

.text-orange {
    color: var(--c-orange);
}

/* Descrizione */
.c-hero-description {
    font-size: 22px;
    color: rgba(227, 236, 241, 0.7);
    max-width: 600px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 45px;
}

/* Footer Line */
.c-hero-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-line {
    width: 60px;
    height: 4px;
    background: var(--c-orange);
}

.c-footer-text {
    font-size: 12px;
    font-weight: 900;
    color: white;
    letter-spacing: 4px;
    text-transform: uppercase;
}

/* Animazioni */
@keyframes c-pulse {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    .c-hero-title {
        letter-spacing: -2px;
    }
    .c-hero-description {
        font-size: 18px;
    }
    .c-hero-overlay {
        background: rgba(23, 33, 42, 0.8);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5805f9 *//* Palette Colori */
:root {
    --qh-orange: #FB6131;
    --qh-navy: #17212A;
}

.quote-header-section {
    padding: 60px 0 20px 0;
    text-align: center;
    background-color: transparent; /* O #E3ECF1 se vuoi lo sfondo grigio chiaro */
    font-family: 'Inter', sans-serif;
}

.qh-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Linea di accento sopra il titolo */
.qh-accent-line {
    width: 50px;
    height: 6px;
    background-color: var(--qh-orange);
    margin: 0 auto 25px auto;
}

/* Stile del Titolo */
.qh-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    color: var(--qh-navy);
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.qh-text-orange {
    color: var(--qh-orange);
}

/* Stile del Sottotitolo */
.qh-subtitle {
    font-size: 18px;
    color: rgba(23, 33, 42, 0.6);
    font-weight: 500;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .qh-title {
        font-size: 28px;
    }
    .qh-subtitle {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14b83cc *//* Palette Colori */
:root {
    --loc-orange: #FB6131;
    --loc-navy: #17212A;
    --loc-bg: #FFFFFF;
}

.location-section {
    background-color: var(--loc-bg);
    padding: 20px 0;
    font-family: 'Inter', sans-serif; /* Assicurati che il font Inter sia caricato */
}

.loc-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.loc-accent-line {
    width: 20px;
    height: 8px;
    background-color: var(--loc-orange);
    margin-bottom: 25px;
}

.loc-main-title {
    font-size: 30px;
    font-weight: 900;
    color: var(--loc-navy);
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

.text-orange {
    color: var(--loc-orange);
}


/* Griglia Info */
.loc-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 60px;
}

.loc-label {
    color: var(--loc-orange);
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.loc-value {
    color: var(--loc-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

/* Sezione Orari */
.loc-hours-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 40px;
}

.loc-hours-line {
    width: 4px;
    height: 40px;
    background-color: var(--loc-orange);
    flex-shrink: 0;
}

.loc-hours-label {
    font-size: 15px;
    font-weight: 900;
    color: var(--loc-navy);
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.loc-hours-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hours-main {
    font-size: 15px;
    font-weight: 800;
    color: var(--loc-navy);
}

.hours-dot {
    color: rgba(23, 33, 42, 0.2);
    font-size: 24px;
}

.hours-sat {
    font-size: 15px;
    font-weight: 800;
    color: var(--loc-navy);
}

.text-orange-italic {
    color: var(--loc-orange);
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .loc-main-title { font-size: 28px; }
    .loc-info-grid { grid-template-columns: 1fr; gap: 17px; }
    .loc-value { font-size: 15px; }
    .hours-main, .hours-sat { font-size: 15px; }
    .loc-hours-line { height: 100px; }
    .hours-dot { display: none; }
}/* End custom CSS */