/*
 * Outdoor — Stili aggiuntivi
 * Creato come file separato per gestire facilmente componenti e personalizzazioni
 */

/* ============================================================
   VARIABILI CSS — Palette colori e valori riutilizzabili
   ============================================================ */

:root {
    --v-scuro: #007D33;
    --v-chiaro: #6DA938;
    --verde-scuro: #007D33;
    --verde-chiaro: #6DA938;
    --grigio-scuro: #5F5F5F;
    --grigio-light: #F5F5F5;
    --text-bianco: #ffffff;
}

.header_logo{
    margin-bottom: 20px;
}

/* ============================================================
   UTILITY — Classi colore
   ============================================================ */

#menu-item-39 {
    margin: 0 auto;
    margin-right: 0px;
}
#menu-item-39 a{
    color: var(--text-bianco);
}

#menu-top-menu,
#primary-menu {
    min-width: 1200px;
}

.nav-list {
    display: flex;
    /*justify-content: flex-end;*/
    list-style: none; /* Rimuove i pallini se presenti */
    padding: 0;
    margin: 0;
}

.current-menu-item {
    font-weight: bold;
}
li#menu-item-39 {
    background-color: #FFB800;
    border-radius: 10px;
    font-weight: bold;
}

.menu-item a {
    color: var(--verde-scuro);
    text-decoration: none;
    font-size: 16px;
}

body{
    color: var(--grigio-scuro);
    font-size: 19px;
}


.font-weight-400{
    font-weight: 400;
}
.font-weight-600{
    font-weight: 600;
}

h2{
    color: var(--v-scuro);
    font-size: 38px;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
}
hr{
    max-width: 30%;
    margin: 0 auto;
    margin-bottom: 50px;;
}
.collabaxa{
    margin-bottom: 80px;
    display: flex;
    justify-content: flex-end;
}
.pcenter{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

.guarantees-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.guarantees-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #ffffff;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.25;
}

.guarantees-table th,
.guarantees-table td {
    padding: 5px 12px;
    border: 1px solid #b9b9b9;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #menu-top-menu,
    #primary-menu {
        min-width: 0;
        width: 100%;
    }

    .main-navigation {
        display: block;
        width: 100%;
        margin-top: 10px;
        padding: 12px 0;
        background: #ffffff;
        border-top: 1px solid #e3e8e1;
    }

    .main-navigation .nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 4px;
    }

    .main-navigation .nav-list li {
        width: 100%;
    }

    .main-navigation .nav-list li a {
        display: block;
        padding: 10px 4px;
        font-size: 17px;
    }

    #menu-item-39 {
        margin: 8px 0 0;
    }

    li#menu-item-39 {
        border-radius: 8px;
    }
}

@media (min-width: 992px) {
    .main-navigation {
        display: block !important;
    }
}

.guarantees-table thead th {
    padding: 12px;
    color: #666666;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
}

.guarantees-table tbody td:first-child,
.guarantees-table tbody th:first-child {
    width: 62%;
}

.guarantees-table tbody td:last-child,
.guarantees-table tbody th:last-child {
    width: 38%;
    text-align: center;
}

.guarantees-table__section-row th,
.guarantees-table__section-row td {
    background-color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.guarantees-table__section-row th {
    color: var(--v-scuro);
    text-align: center;
}

.guarantees-table__section-row--note th {
    line-height: 1.2;
}

.guarantees-table__section-note {
    display: block;
    margin-top: 2px;
    color: #4f4f4f;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .guarantees-table {
        min-width: 100%;
        font-size: 13px;
        table-layout: auto;
    }

    .guarantees-table th,
    .guarantees-table td {
        padding: 6px 8px;
    }

    .guarantees-table thead th {
        font-size: 15px;
        padding: 10px 8px;
    }

    .guarantees-table__section-note {
        font-size: 11px;
    }
}

.line-height-1-5 {
    line-height: 1.5;
}
.v-scuro {
    color: var(--v-scuro);
}

.v-chiaro {
    color: var(--v-chiaro);
}

.grigio-scuro {
    color: var(--grigio-scuro);
}

.grigio-bg {
    background-color: var(--grigio-light);
}

.text-bianco{
    color: var(--text-bianco);
}

.bold-text {
    font-weight: 600;
}
.center-text {
    text-align: center;
}
.left-text {
    text-align: left;
}

.font-size-18 {
    font-size: 18px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24{
    font-size: 24px;
}
.font-size-28 {
    font-size: 28px;
}

section h3 {
    color: var(--v-scuro);
}


.site-footer {
    background-color: var(--verde-scuro);
    color: var(--text-bianco);
    width: 100%;
    padding: 48px 0 14px;
}

.site-footer .footer-shell {
    max-width: 1200px;
    padding-left: 14px;
    padding-right: 14px;
}

.site-footer h5 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer li {
    margin: 0;
    line-height: 0.7;
    font-weight: 300;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 245px;
    column-gap: 52px;
    align-items: start;
}

.footer-col {
    min-width: 0;
}

.footer-col ul,
.footer-col--map {
    font-size: 34px;
    font-weight: 500;
}

.footer-col--map {
    justify-self: end;
}

.footer-map-link {
    display: block;
    width: 245px;
}

.footer-map-link img {
    width: 245px;
    height: 200px;
    object-fit: cover;
    display: block;
}

.footer-bottom {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 170px 1fr;
    column-gap: 34px;
    align-items: start;
}

.footer-logo-wrap img {
    width: 90px;
    height: auto;
}
.logo-footer{
    margin: 0 auto;
}

.footer-legal {
    color: #ffffff;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.23;
}

.footer-legal p {
    margin: 0;
}

.footer-policy-links {
    margin-top: 26px;
}

.footer-policy-links span {
    margin: 0 6px;
    opacity: 0.95;
}

.footer-copyright {
    margin-top: 18px !important;
}


footer.site-footer div {
    font-size: 16px !important;
}
.site-footer a{
    font-size: 16px !important;
}

@media (max-width: 991px) {
    .site-footer {
        padding: 22px 0 22px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        row-gap: 26px;
        column-gap: 26px;
    }

    .footer-col--map {
        justify-self: start;
    }

    .footer-bottom {
        margin-top: 42px;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .footer-logo-wrap img {
        width: 130px;
    }

    .footer-col ul,
    .footer-col--map,
    .footer-legal {
        font-size: 24px;
    }

    .footer-policy-links span {
        margin: 0 3px;
    }
}

@media (max-width: 640px) {
    .footer-top {
        grid-template-columns: 1fr;
        row-gap: 22px;
    }

    .footer-map-link,
    .footer-map-link img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .site-footer h5 {
        margin-bottom: 6px;
    }
}

.site-header {
    padding-top: 8px;
}

.header-utility-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0 18px;
}

.header-contact-link {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--verde-scuro);
    text-decoration: none;
}

.header-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--verde-scuro);
}

.header-contact-icon svg,
.header-social-link svg {
    width: 100%;
    height: 100%;
}

.header-contact-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.1;
}

.header-contact-text strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.header-contact-text span {
    font-size: 0.95rem;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: var(--verde-scuro);
}

.logo_responsive{
    display: none;
}

@media (max-width: 991px) {
    .header-utility-box {
        padding: 10px 0 16px;
    }
}

@media (max-width: 767px) {
    .header-utility-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-socials {
        align-self: flex-end;
    }

    .logo_responsive{
        display: block;
    }
}



.section-intro .info-card p {
    font-weight: 200 !important;
    font-size: 20px;
}


.text-center {
    text-align: center;
}

.section-exclusions li{
    line-height: 1.2;
}

.section-exclusions .col-md-4.exclusion-col {
    padding-top: 0px;
}


.section-guarantees .container{
    max-width: 1000px;
}
.section-garanzie .container{
    max-width: 1000px;
}
.section-exclusions .container{
    max-width: 1000px;
}

.section-solutions{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-solutions .container{
    max-width: 1200px;
}
.section-solutions img{
    margin: 0 auto;
    margin-right: 0px;
}
.section-solutions .col-md-4{
    padding-right: 0px;
}


