/*
Theme Name:     Curti S.p.A. Tema Moderno
Theme URI:      https://www.curti.com/
Description:    Tema WordPress moderno e responsive basato sui file originali.
Version:        1.3
Author:         Giovanni Biancoli 
Author URI:     https://www.curti.com/
Text Domain:    curti-moderno
*/

/* --- RESET E GLOBALI --- */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; background: #fff; color: #333; line-height: 1.6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { color: #0056b3; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: #003366; font-weight: 600; }

/* --- LAYOUT E SEZIONI GENERICHE --- */
.page-section { padding: 60px 20px; }
.hero-section { background-color: #003366; color: white; padding: 60px 20px; text-align: center; }
.hero-section h1 { font-size: 2.5rem; color: white; }
.hero-section .breadcrumb { margin-top: 10px; }
.hero-section .breadcrumb a { color: #ccc; }
.text-center { text-align: center; }
.bg-light { background-color: #f8f9fa; }
.page-content { max-width: 900px; margin: 0 auto; }

/* ==========================================================================
   HEADER E MENU (versione SENZA JAVASCRIPT)
   ========================================================================== */
.site-header-modern { background: #fff; padding: 10px 0; border-bottom: 1px solid #e9ecef; position: sticky; top: 0; z-index: 1000; }
.container-modern { max-width: 1300px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.site-branding-modern .custom-logo { max-height: 50px; width: auto; }
.site-branding-modern .site-title-modern a { font-weight: bold; color: #003366; text-decoration: none; font-size: 24px; }
.main-navigation-modern { display: none; }
@media (min-width: 1024px) { .main-navigation-modern { display: block; } }
.menu-list-modern { list-style: none; margin: 0; padding: 0; display: flex; }
.menu-list-modern a { display: block; padding: 15px 18px; color: #003366; text-decoration: none; font-weight: 600; font-size: 16px; transition: color 0.2s; }
.menu-list-modern a:hover, .menu-list-modern .current-menu-item > a { color: #0056b3; }
.header-actions-modern { display: flex; align-items: center; gap: 20px; }
.language-selector-modern { font-weight: bold; color: #003366; }
.language-selector-modern a { color: #6c757d; text-decoration: none; }

/* Checkbox Hack per menu mobile */
.menu-toggle-checkbox { display: none; }
.menu-toggle-modern { display: block; cursor: pointer; padding: 10px; }
@media (min-width: 1024px) { .menu-toggle-modern { display: none; } }
.hamburger-modern, .hamburger-modern::before, .hamburger-modern::after { content: ''; display: block; width: 24px; height: 3px; background-color: #003366; border-radius: 3px; transition: all 0.3s ease; }
.hamburger-modern { position: relative; }
.hamburger-modern::before { position: absolute; top: -8px; }
.hamburger-modern::after { position: absolute; top: 8px; }

#menu-toggle-checkbox:checked ~ .header-actions-modern .hamburger-modern { background-color: transparent; }
#menu-toggle-checkbox:checked ~ .header-actions-modern .hamburger-modern::before { transform: rotate(45deg); top: 0; }
#menu-toggle-checkbox:checked ~ .header-actions-modern .hamburger-modern::after { transform: rotate(-45deg); top: 0; }

@media (max-width: 1023px) {
    .main-navigation-modern { display: none; position: fixed; top: 71px; left: 0; width: 100%; height: calc(100vh - 71px); background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.1); overflow-y: auto; }
    #menu-toggle-checkbox:checked ~ .main-navigation-modern { display: block; }
    .menu-list-modern { flex-direction: column; padding: 20px 0; }
    .menu-list-modern a { padding: 15px 25px; border-bottom: 1px solid #f1f1f1; }
}

/* --- FOOTER --- */
.site-footer { background: #003366; color: white; text-align: center; padding: 2rem 1rem; margin-top: 3rem; }
.site-footer p { margin: 0; }

/* --- ELEMENTI COMUNI --- */
.grid-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.card { border: 1px solid #ddd; padding: 20px; border-radius: 8px; background: #f9f9f9; display: flex; flex-direction: column; transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.card-image { margin-bottom: 15px; }
.card-image img { width: 100%; height: 180px; object-fit: cover; border-radius: 5px; }
.card h3 { margin-top: 0; font-size: 1.2rem; }
.card .btn { margin-top: auto; }

.btn { display: inline-block; padding: 12px 24px; font-weight: bold; text-decoration: none; border-radius: 5px; text-align: center; transition: all 0.3s; }
.btn-primary { background: #003366; color: white; }
.btn-primary:hover { background: #0056b3; color: white; text-decoration: none; }

/* --- FORM --- */
.contact-form-wrapper { background: #f8f9fa; padding: 30px; border-radius: 10px; margin-top: 30px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 5px; font-weight: bold; }
.form-control { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 16px; box-sizing: border-box; }
.form-control:focus { border-color: #003366; outline: none; box-shadow: 0 0 5px rgba(0,51,102,0.3); }

/* --- PAGINAZIONE --- */
.pagination { margin-top: 40px; text-align: center; }
.pagination .page-numbers { padding: 8px 12px; margin: 0 4px; border: 1px solid #ddd; border-radius: 4px; }
.pagination .page-numbers.current { background: #003366; color: white; border-color: #003366; }

/* --- STILI SPECIFICI DEI TEMPLATE --- */
.hero-front-page { padding: 80px 20px; }
.hero-front-page h1 { font-size: 3rem; }
.hero-front-page p { font-size: 1.2rem; max-width:600px; margin: 1rem auto; }
.menu-preview-grid a { text-decoration: none; }
.menu-preview-grid h3 { margin: 0 0 10px; }


/* ==========================================================================
   STILI PER MENU A TENDINA (DROPDOWN)
   ========================================================================== */

/* Rende il genitore un punto di riferimento per il sottomenu */
.menu-list-modern li {
    position: relative;
}

/* Nasconde il sottomenu di default */
.menu-list-modern .sub-menu {
    display: none;
    position: absolute;
    top: 100%; /* Appare esattamente sotto il genitore */
    left: 0;
    background-color: #f8f9fa;
    min-width: 220px; /* Larghezza minima della tendina */
    z-index: 1001; /* Si assicura che sia sopra gli altri contenuti */
    list-style: none;
    padding: 10px 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Mostra il sottomenu quando si passa il mouse sul genitore */
.menu-list-modern li:hover > .sub-menu {
    display: block;
}

/* Stile delle singole voci nel sottomenu */
.menu-list-modern .sub-menu li {
    width: 100%;
}

.menu-list-modern .sub-menu li a {
    padding: 10px 20px;
    color: #333; /* Colore scuro per una buona leggibilità */
    font-weight: normal; /* Testo non in grassetto */
    white-space: nowrap; /* Evita che il testo vada a capo */
    display: block;
    text-align: left;
}

/* Effetto hover sulle voci del sottomenu */
.menu-list-modern .sub-menu li a:hover {
    background-color: #003366;
    color: #fff;
}

/* Aggiunge una piccola freccia per indicare che c'è un sottomenu */
.menu-list-modern .menu-item-has-children > a {
    position: relative;
    padding-right: 30px; /* Fa spazio per la freccia */
}

.menu-list-modern .menu-item-has-children > a::after {
    content: '▼';
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}



/* ==========================================================================
   LANGUAGE SWITCHER A TENDINA (DROPDOWN)
   ========================================================================== */

/* Contenitore principale del dropdown */
.language-switcher-dropdown {
    position: relative; /* Necessario per posizionare la lista a tendina */
    cursor: pointer;
}

/* Stile del pulsante che mostra la lingua corrente */
.current-language {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.2s;
}

.language-switcher-dropdown:hover .current-language {
    background-color: #f8f9fa; /* Leggero cambio di colore al passaggio del mouse */
}

/* Stile della bandiera nella lingua corrente */
.current-language img.pll-flag {
    width: 20px;
    height: auto;
    margin-right: 8px;
    display: block;
    border-radius: 2px;
}

/* Stile del testo (es. IT, EN) */
.current-language span {
    font-weight: 600;
    color: #003366;
    text-transform: uppercase;
    font-size: 14px;
}

/* Stile della freccetta verso il basso */
.current-language .arrow-down {
    font-size: 10px;
    margin-left: 8px;
    color: #888;
}

/* La lista delle lingue a tendina */
.languages-list {
    display: none; /* Nascosta di default */
    position: absolute;
    top: 100%; /* Appare subito sotto al pulsante */
    right: 0; /* Allineata al lato destro del contenitore */
    background-color: #fff;
    min-width: 160px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    list-style: none;
    padding: 5px 0;
    margin: 5px 0 0 0;
    z-index: 1010; /* Assicura che sia sopra gli altri elementi */
}

/* Mostra la lista quando si passa il mouse sul contenitore */
.language-switcher-dropdown:hover .languages-list {
    display: block;
}

/* Stile per ogni link nella lista */
.languages-list li a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap; /* Evita che il testo vada a capo */
}

/* Stile per il link al passaggio del mouse */
.languages-list li a:hover {
    background-color: #003366;
    color: #fff;
    text-decoration: none;
}

/* Stile per le bandierine nella lista */
.languages-list li a img.pll-flag {
    width: 20px;
    height: auto;
    margin-right: 10px;
    border-radius: 2px;
}



/* ---- STILE COMPLETO PAGINA "LAVORA CON NOI" ---- */

/* 1. Rende trasparente lo sfondo della sezione di testo */
/* Questa è la riga che aggiunge la trasparenza richiesta */
body.page-template-template-lavoraconnoi-php .intro.bg-light {
    background-color: transparent;
}

/* 2. Contenitore dei bottoni: Centra e aggiunge spazio */
.lavoro-pulsanti {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Permette ai bottoni di andare a capo su schermi piccoli */
    gap: 20px; /* Aggiunge lo spazio tra i due bottoni */
    width: 100%;
    margin-top: 2rem; 
}

/* 3. Stile di base comune a entrambi i bottoni */
.btn-custom {
    padding: 12px 28px;
    border: 2px solid transparent; 
    border-radius: 5px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* 4. Stile per il bottone "Posizioni aperte" (sfondo pieno) */
.btn-custom-primary {
    background-color: #003366;
    border-color: #003366;
    color: #ffffff;
}

.btn-custom-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
}

/* 5. Stile per il bottone "Candidatura spontanea" (solo bordo) */
.btn-custom-outline {
    background-color: transparent;
    border-color: #003366;
    color: #003366;
}

.btn-custom-outline:hover {
    background-color: #003366;
    color: #ffffff;
}



/* ---- STILE MODERNO ARCHIVIO "POSIZIONI APERTE" ---- */

.job-offers-list {
    display: grid;
    grid-template-columns: 1fr; /* Una singola colonna per un layout più pulito e focalizzato */
    gap: 20px;
}

.job-offer-card {
    display: block;
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px; /* Angoli più morbidi */
    padding: 25px 30px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.job-offer-card:hover {
    transform: translateY(-5px); /* Leggero effetto di sollevamento */
    box-shadow: 0 10px 25px rgba(0, 51, 102, 0.1); /* Ombra più pronunciata */
    text-decoration: none;
}

.job-offer-title {
    font-size: 1.5rem;
    color: #003366; /* Colore primario del tema */
    margin: 0 0 10px 0;
    font-weight: 600;
}

.job-offer-excerpt {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.job-offer-meta {
    display: flex;
    gap: 25px; /* Spazio tra Sede e Contratto */
    flex-wrap: wrap;
    border-top: 1px solid #e9ecef; /* Linea di separazione */
    padding-top: 20px;
    margin-top: 20px;
    font-size: 0.95rem;
    color: #495057;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px; /* Spazio tra icona e testo */
}

.meta-item svg {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

.job-offer-link {
    display: block;
    color: #0056b3;
    font-weight: bold;
    text-align: right; /* Sposta il link a destra */
    margin-top: 20px;
}

.job-offer-link span {
    vertical-align: middle;
    margin-right: 8px;
}

.job-offer-link svg {
    vertical-align: middle;
    transition: transform 0.2s;
}

.job-offer-card:hover .job-offer-link svg {
    transform: translateX(4px); /* Sposta la freccia al passaggio del mouse */
}




/* ---- STILE SEZIONE FORM PAGINA "POSIZIONI APERTE" ---- */

.spontaneous-application-form {
    background-color: #ffffff; /* Sfondo bianco per staccare */
    padding-top: 60px;
    padding-bottom: 60px;
}

.spontaneous-application-form h2 {
    color: #003366; /* Colore primario del tema */
    margin-bottom: 1rem;
}

/* Stile per il form di Contact Form 7 in questa sezione */
.spontaneous-application-form .wpcf7-form {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}


/* Sostituisci 116 con l'ID reale della tua pagina News ed Eventi */
.page-id-116 .hero {
    background: none !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-id-116 .hero::before {
    content: "";
    display: block;
    width: 70%;
    height: 650px;
    background-image: url('https://localhost/curti/images/elicottero.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;              /* centra orizzontalmente */
    border-radius: 20px;         /* bordi tondeggianti */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3); /* ombra leggera */
}






/* -------------------------------
   CONTATTI - Banner fisso in alto
---------------------------------*/

/* Banner blu fisso */
.page-template-template-contatti .hero,
.page-id-11 .hero {
    position: fixed !important;
    top: 70px !important; /* Altezza del menu principale */
    left: 0;
    right: 0;
    background: #10488e !important;
    color: white !important;
    height: 110px !important; /* Altezza fissa */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 20px !important; /* solo orizzontale */
    z-index: 999 !important;
    width: 100%;
    box-sizing: border-box !important;
}

/* Nasconde il titolo "Contatti" */
.page-template-template-contatti .hero h1,
.page-id-11 .hero h1 {
    display: none !important;
}

/* Breadcrumb dentro al banner */
.page-template-template-contatti .hero p,
.page-id-11 .hero p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.2;
    color: #fff !important;
}

/* Link breadcrumb */
.page-template-template-contatti .hero p a,
.page-id-11 .hero p a {
    color: #ccc !important;
    text-decoration: none;
}
.page-template-template-contatti .hero p a:hover,
.page-id-11 .hero p a:hover {
    color: #fff !important;
}

/* Spazio sotto il banner per non coprire il contenuto */
.page-template-template-contatti .site-content,
.page-template-template-contatti main,
.page-id-11 .site-content,
.page-id-11 main {
    margin-top: 190px !important; /* 70px menu + 120px banner */
}

/* Responsive */
@media (max-width: 768px) {
    .page-template-template-contatti .hero,
    .page-id-11 .hero {
        height: 90px !important;
        top: 50px !important; /* altezza menu mobile */
        padding: 0 10px !important;
    }

    .page-template-template-contatti .site-content,
    .page-id-11 .site-content {
        margin-top: 140px !important; /* 50 + 90 */
    }

    .page-template-template-contatti .hero p,
    .page-id-11 .hero p {
        font-size: 0.8rem !important;
    }
}



/* -------------------------------
   NEWS ED EVENTI
---------------------------------*/
/* Banner blu fisso con altezza costante */
.page-id-116 .entry-header,
.page-id-116 .page-title,
.page-id-116 .breadcrumb,
.page-id-116 .hero p {
    position: fixed !important;
    top: 70px !important; /* Altezza menu */
    left: 0 !important;
    right: 0 !important;
    background: #10488e !important;
    color: white !important;
    height: 115px !important;      /* 🔹 altezza fissa */
    display: flex !important;      /* per centrare verticalmente */
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    z-index: 999 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;    /* 🔹 padding solo orizzontale */
}

/* Aggiungi spazio in cima per il breadcrumb spostato */
.page-id-116 .site-content,
.page-id-116 main {
    margin-top: 190px !important; /* Spazio per menu + breadcrumb */
}

/* Se la sezione hero esiste già, nascondila o stilizzala */
.page-id-116 .hero {
    background: #f4f4f4 !important;
    color: white !important;
    padding: 100px 20px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

/* Nasconde il titolo principale se esiste */
.page-id-116 .hero h1 {
    display: none !important;
}


/* Sfondo uniforme marroncino per tutta la pagina News ed Eventi */
.page-id-116 body,
.page-id-116 .site,
.page-id-116 .site-content,
.page-id-116 main,
.page-id-116 footer,
.page-id-116 .site-footer {
   
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}


/* Modifica altezza del footer/banner blu */
.page-id-116 footer,
.page-id-116 .site-footer {
    padding-top: 35px !important;  /* aumenta/diminuisci a piacere */
    padding-bottom: 30px !important;
}


/* Riduce lo spazio tra la foto (hero/immagine) e il contenuto/annunci */
.page-id-116 .site-content,
.page-id-116 main,
.page-id-116 .entry-content {
    margin-top: 10px !important;  /* spazio minimo sopra */
    padding-top: 10px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .page-id-116 .entry-header,
    .page-id-116 .page-title,
    .page-id-116 .breadcrumb,
    .page-id-116 .hero p {
        padding: 15px 20px !important;
        font-size: 0.8rem !important;
        top: 50px !important; /* Altezza menu ridotta su mobile */
    }
    
    .page-id-116 .site-content,
    .page-id-116 main {
        margin-top: 120px !important; /* Spazio ridotto su mobile */
    }
    
    .page-id-116 .hero {
        padding: 15px 20px !important;
    }
}

///////////////////////////////////////////



/* -------------------------------
   LAVORA CON NOI
---------------------------------*/

/* Crea il banner blu con breadcrumb */
.page-id-118 .site-content::before,
.page-id-118 main::before {
    content: "Home > Lavora con noi";
    display: block;
    background: #10488e;
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
}

/* Se la sezione hero esiste già, stilizzala */
.page-id-118 .hero {
    background: #10488e !important;
    color: white !important;
    padding: 40px 20px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

/* Aggiungi UNA SOLA immagine sotto al banner blu */
.page-id-118 .hero + *::before {
    content: "";
    display: block;
    width: 80%;
    max-width: 1200px;
    height: 500px;
    background-image: url('https://localhost/curti/wp-content/uploads/2025/08/lavoraconnoi.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Rimuovi spazi dal contenuto successivo */
.page-id-118 .hero + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Nasconde il titolo principale se esiste */
.page-id-118 .hero h1 {
    display: none !important;
}

/* Stile per la breadcrumb se esiste */
.page-id-118 .hero p {
    margin: 0 !important;
    font-size: 0.9rem !important;
}
.page-id-118 .site-content a,
.page-id-118 main a {
    color: #aeb5b1!important;
}

.page-id-118 .site-content a:hover,
.page-id-118 main a:hover {
    color: #aeb5b1 ; /* colore al passaggio del mouse, personalizzabile */
}


/* Responsive */
@media (max-width: 768px) {
    .page-id-118 .site-content::before,
    .page-id-118 main::before {
        padding: 15px 20px;
        font-size: 0.8rem;
    }
    
    .page-id-118 .hero {
        padding: 15px 20px !important;
    }

    .page-id-118 .hero + *::before {
        width: 100%;
        height: 300px;
    }
}


/////////////////////////////////////////////////////////////////////


/* -------------------------------
   CERTIFICAZIONI
---------------------------------

/* Riduce l'altezza della sezione hero blu mantenendola visibile */
.page-id-1350 .hero {
    background: #10488e !important;
    color: white !important;
    padding: 20px 20px !important; /* Ridotto da 60px a 20px */
    text-align: center !important;
    position: relative !important; /* Necessario per il posizionamento */
    margin-bottom: 0 !important;
}

/* Nasconde il titolo principale ma mantiene la breadcrumb */
.page-id-1350 .hero h1 {
    display: none !important;
}

/* Stile per la breadcrumb */
.page-id-1350 .hero p {
    margin: 0 !important;
    font-size: 0.9rem !important;
}

/* Se la sezione hero esiste già, stilizzala */
.page-id-1350 .hero {
    background: #10488e !important;
    color: white !important;
    padding:40px 20px !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}
/* Rimuovi l'immagine dall'::after dell'hero */
/* .page-id-1350 .hero::after { ... } */

/* Aggiungi l'immagine all'inizio del contenuto successivo */
.page-id-1350 .hero + *::before {
    content: "";
    display: block;
    width: 95%;
    height: 400px;
    background-image: url('https://localhost/curti/wp-content/uploads/2025/08/certificazioni-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px auto 20px auto; /* 30px di spazio sopra per distanziare dal banner */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Rimuovi spazi dal contenuto successivo */
.page-id-1350 .hero + * {
    margin-top: 0 !important; /* Nessuno spazio sopra */
    padding-top: 0 !important;
}


/* Fissa il banner blu sotto al menu nella pagina CERTIFICAZIONI */
.page-id-1350 .hero {
    background: #10488e !important;
    color: white !important;
    padding: 45px 20px !important;
    text-align: center !important;
    margin-bottom: 0 !important;

    position: fixed !important;  /* resta fisso in alto */
    top: 70px;                   /* REGOLA: l'altezza del tuo menu/header */
    left: 0;
    width: 100%;
    z-index: 900;                 /* sotto al menu, sopra al contenuto */
}

/* Spazio sotto per non far coprire il contenuto */
.page-id-1350 .hero + * {
    padding-top: 80px !important; /* stessa altezza del banner */
}


/* Responsive */
@media (max-width: 768px) {
    .page-id-1350 .hero {
        padding: 15px 20px !important;
    }
    
    .page-id-1350 .hero + *::before {
        width: 90%;
        height: 300px;
        margin: 20px auto 15px auto; /* 20px di spazio sopra su mobile */
    }
    
    .page-id-1350 .hero + * {
        margin-top: 0 !important; /* Nessuno spazio anche su mobile */
        padding-top: 0 !important;
    }
}


//////////////////////////////////////////////////////////////////////////////




/* -------------------------------
   FOOTER COME BANNER
---------------------------------*/

/* Footer principale come banner */
.site-footer {
    background-color: #10488e !important; /* blu uniforme */
    color: white !important;               /* testo bianco */
    padding: 60px 20px !important;         /* altezza maggiore come banner */
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Container interno */
.site-footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Link nel footer */
.site-footer a {
    color: white !important;
    text-decoration: none; /* senza sottolineatura */
    font-weight: 500;
}

.site-footer a:hover {
    color: #ffcc00 !important; /* colore hover */
}

/* Piccole scritte tipo copyright */
.site-footer p, 
.site-footer span {
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.5;
}

/* Eventuali widget del footer */
.site-footer .widget {
    margin-bottom: 20px;
}

/* Separatore se presente */
.site-footer hr {
    border-color: rgba(255,255,255,0.3);
    margin: 20px auto;
    width: 80%;
}
