/* =========================================
   0. IMPOSTAZIONI GENERALI SITO, COLORI, FONT, ECC.
   ========================================= */

:root {
    --cassiopeia-font-family-body: 'PT Sans', sans-serif !important;
    --cassiopeia-font-family-headings: 'Playfair Display', serif !important;
}

body.site {
    background-color: #f5f4ef !important;
}

.py-5 {
    padding-bottom: 5rem !important;
}
.btn-primary {
    background-color: #333333;
}

/* =========================================
   1. HEADER & LOGO (Sfondo chiaro)
   ========================================= */
header.header.container-header,
.header.container-header {
    background: #f5f4ef !important;
    background-color: #f5f4ef !important;
    background-image: none !important;
    color: #495057 !important;
    border-bottom: 1px solid #eae6df;
}

.header-inner-wrapper {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    background: transparent !important;
}

.header-col-center .brand-logo img, 
.header-col-center img {
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.header-col-center {
    grid-column: 2;
    justify-self: center;
    text-align: center;
    margin: 0 !important;
}

.header-col-left {
    grid-column: 1;
    justify-self: start;
}

.header-col-right {
    grid-column: 3;
    justify-self: end;
    text-align: right;
}

.header-inner-wrapper p, 
.header-inner-wrapper a, 
.header-col-left *, 
.header-col-right * {
    color: #495057 !important;
}


/* =========================================
   2. MENU DI NAVIGAZIONE TRASPARENTE SOPRA SLIDER
   ========================================= */
.container-nav {
    background-color: transparent !important;
    position: relative;
    z-index: 10;
    margin-bottom: -50px; 
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    
    /* Sposta l'INTERO BLOCCO (contenitore + menu + riga) giù di 60px nello slider */
    transform: translateY(60px); 
}

.container-nav .mod-menu {
    display: flex !important;
    justify-content: center !important;
    list-style: none;
    margin: 0 auto !important;
    padding-bottom: 15px; 
    width: 100%;
    
    /* Linea orizzontale semitrasparente a tutta larghezza */
    border-bottom: 1px solid rgba(255, 255, 255, 0.35); 
}

.container-nav .mod-menu > li > a {
    color: #ffffff !important;
    font-weight: 500;
    padding: 10px 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    position: relative;
    border: none !important; /* Rimuove il bordino nativo di Joomla */
    background: transparent !important;
}

/* Annulla bordi o sfondi ereditati su hover o stato attivo */
.container-nav .mod-menu > li.current > a,
.container-nav .mod-menu > li.active > a,
.container-nav .mod-menu > li > a:hover {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    opacity: 1;
}

/* Lineetta di sottolineatura marcata personalizzata sotto la voce attiva/hover */
.container-nav .mod-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: -15px; /* Agganciata alla riga inferiore */
    left: 18px;
    right: 18px;
    height: 3px;   /* Spessore marcato */
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

/* Attiva la sottolineatura spessa in hover o sulla pagina attiva */
.container-nav .mod-menu > li > a:hover::after,
.container-nav .mod-menu > li.current > a::after,
.container-nav .mod-menu > li.active > a::after {
    transform: scaleX(1);
}

/* elimina la sottolineatura standard di cassiopeia */
.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    background: none;
    left: 0;
    right: 2px;
    display: none;
}

/* =========================================
   1. HEADER & LOGO (Sfondo chiaro)
   ========================================= */
header.header.container-header,
.header.container-header {
    background: #f5f4ef !important;
    background-color: #f5f4ef !important;
    background-image: none !important;
    color: #495057 !important;
    border-bottom: 1px solid #eae6df;
}

.header-inner-wrapper {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    padding: 10px 30px;
    background: transparent !important;
}

.header-col-center .brand-logo img, 
.header-col-center img {
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.header-col-center {
    grid-column: 2;
    justify-self: center;
    text-align: center;
    margin: 0 !important;
}

.header-col-left {
    grid-column: 1;
    justify-self: start;
}

.header-col-right {
    grid-column: 3;
    justify-self: end;
    text-align: right;
}

.header-inner-wrapper p, 
.header-inner-wrapper a, 
.header-col-left *, 
.header-col-right * {
    color: #495057 !important;
}


/* =========================================
   2. MENU DI NAVIGAZIONE TRASPARENTE SOPRA SLIDER
   ========================================= */
.container-nav {
    background-color: transparent !important;
    position: relative;
    z-index: 10;
    margin-bottom: -50px; 
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    
    /* Sposta l'INTERO BLOCCO (contenitore + menu + riga) giù di 60px nello slider */
    transform: translateY(60px); 
}

.container-nav .mod-menu {
    display: flex !important;
    justify-content: center !important;
    list-style: none;
    margin: 0 auto !important;
    padding-bottom: 15px; 
    width: 100%;
    
    /* Linea orizzontale semitrasparente a tutta larghezza */
    border-bottom: 1px solid rgba(255, 255, 255, 0.35); 
}

.container-nav .mod-menu > li > a {
    color: #ffffff !important;
    font-weight: 500;
    padding: 10px 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    position: relative;
    border: none !important; /* Rimuove il bordino nativo di Joomla */
    background: transparent !important;
}

/* Annulla bordi o sfondi ereditati su hover o stato attivo */
.container-nav .mod-menu > li.current > a,
.container-nav .mod-menu > li.active > a,
.container-nav .mod-menu > li > a:hover {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    opacity: 1;
}

/* Lineetta di sottolineatura marcata personalizzata sotto la voce attiva/hover */
.container-nav .mod-menu > li > a::after {
    content: '';
    position: absolute;
    bottom: -15px; /* Agganciata alla riga inferiore */
    left: 18px;
    right: 18px;
    height: 3px;   /* Spessore marcato */
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

/* Attiva la sottolineatura spessa in hover o sulla pagina attiva */
.container-nav .mod-menu > li > a:hover::after,
.container-nav .mod-menu > li.current > a::after,
.container-nav .mod-menu > li.active > a::after {
    transform: scaleX(1);
}

/* elimina la sottolineatura standard di cassiopeia */
.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    background: none;
    left: 0;
    right: 2px;
    display: none;
}





/* ================================================================= */
/* STILI SEZIONE INTRODUTTIVA E GRIGLIA CAMERE (TOP-A)               */
/* ================================================================= */

/* Sfondo e colore testo generale della sezione moduli */
.rooms-grid-module {
    background-color: #f7f5f0; /* Sfondo chiaro caldo coordinato */
    color: var(--cassiopeia-font-family-body, #2c2c2c);
    font-family: var(--cassiopeia-font-family-body);
}

/* Titolo principale nell'articolo (eredita il font dei titoli di Joomla) */
.article-intro-section .intro-main-title {
    font-family: var(--cassiopeia-font-family-headings);
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.4;
    color: #1a1a1a;
}

/* Box citazione nell'articolo */
.article-intro-section .intro-quote {
    font-family: var(--cassiopeia-font-family-body);
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
}

/* Testo evidenziato nell'articolo */
.article-intro-section .intro-highlight {
    font-family: var(--cassiopeia-font-family-body);
    font-size: 0.95rem;
    color: #222;
}

/* Titoli delle sezioni generali (ereditano i font dei headings di Joomla) */
.section-heading-title {
    font-family: var(--cassiopeia-font-family-headings);
}

.section-heading-subtitle {
    font-family: var(--cassiopeia-font-family-body);
}

/* Stile Card Camere nel Modulo */
.room-card {
    height: 400px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.room-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.85);
    transition: transform 0.5s ease, filter 0.5s ease;
}

.room-card:hover .room-img {
    transform: scale(1.05);
    filter: brightness(0.65);
}

.card-img-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}

/* Titolo della camera (utilizza i font dei headings di Joomla in corsivo) */
.room-title {
    font-family: var(--cassiopeia-font-family-headings);
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 0.25rem;
    color: #ffffff;
}

/* Sottotitolo della camera */
.room-subtitle {
    font-family: var(--cassiopeia-font-family-body);
    font-size: 1rem;
    letter-spacing: 1px;
    color: #f0f0f0;
}

/* ================================================================= */
/* VARIANTE MODULO PULITA CON CSS GRID 2 COLONNE: tre-img-sx-alta    */
/* ================================================================= */

/* ================================================================= */
/* CORRETTO: Allineamento millimetrico perfetto sul fondo            */
/* ================================================================= */

.tre-img-sx-alta .row.g-4.align-items-start {
    display: grid !important;
    grid-template-columns: 4fr 8fr;
    gap: 1.5rem;
    align-items: stretch !important; /* Forza l'allineamento verticale identico */
}

.tre-img-sx-alta .col-lg-4,
.tre-img-sx-alta .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    display: flex;
    flex-direction: column;
}

.tre-img-sx-alta .col-lg-8 {
    justify-content: space-between; /* Distribuisce lo spazio esatto tra le due card di destra */
}

.tre-img-sx-alta .col-lg-4 .room-card-link,
.tre-img-sx-alta .room-card.card-tall {
    height: 100% !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tre-img-sx-alta .room-card.card-short {
    height: 400px;
}

/* Responsive per mobile */
@media (max-width: 991.98px) {
    .tre-img-sx-alta .row.g-4.align-items-start {
        display: block !important;
    }
    .tre-img-sx-alta .room-card.card-tall {
        height: 400px !important;
        margin-bottom: 1.5rem;
    }
}


/* ================================================================= */
/* 1. PARALLAX A TUTTO SCHERMO (FUNZIONANTE)                         */
/* ================================================================= */
.full-width-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.hero-parallax-section {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 500px;
    background-image: url('/images/estetiche/fiume-01.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Immagini di sfondo specifiche richiamate tramite la classe del modulo */
.bg-struttura-1 .hero-parallax-section {
    background-image: url('/images/strutture/struttura-01.jpg');
}

.bg-struttura-2 .hero-parallax-section {
    background-image: url('/images/strutture/struttura-02.jpg');
}

.bg-struttura-3 .hero-parallax-section {
    background-image: url('/images/strutture/struttura-03.jpg');
}

.hero-parallax-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.hero-parallax-content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-parallax-title {
    /*font-family: inherit; */
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: 300;
    line-height: 1.15;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* 3. Posizione centrale intermedia (tra il parallax e la riga flex) */
.main-bottom-middle-section {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 2rem !important;
}

/* ================================================================= */
/* STILI ISOLATI ESCLUSIVAMENTE PER LE PAGINE DELLE STRUTTURE/CAMERE */
/* ================================================================= */

/* ================================================================= */
/* PARALLAX DELLE STRUTTURE CON GRADIENTE E PUNTINI BIANCHI (NOISE)  */
/* ================================================================= */

.bg-struttura-1 .hero-parallax-section,
.bg-struttura-2 .hero-parallax-section,
.bg-struttura-3 .hero-parallax-section {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Gradiente grigio corto a sinistra + Trama PNG dei puntini */
.bg-struttura-1 .hero-parallax-section::before,
.bg-struttura-2 .hero-parallax-section::before,
.bg-struttura-3 .hero-parallax-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    
    background: 
        
        url('/images/effetti/strutture-bg.png') repeat,
        
        /* 2. Il gradiente grigio corto */
        linear-gradient(
            to right, 
            rgba(40, 43, 48, 0.85) 0%, 
            rgba(40, 43, 48, 0.35) 25%, 
            rgba(0, 0, 0, 0) 55%
        );
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}

/* box con  trasparenza calibrata a 0.20 e 0.05 */
.bg-struttura-1 .glass-box,
.bg-struttura-2 .glass-box,
.bg-struttura-3 .glass-box {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.20) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 3.5rem 3.0rem;
    max-width: 580px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
/* ================================================================= */
/* AFFIANCAMENTO ISOLATO                                  */
/* ================================================================= */
.main-bottom-parallax {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    clear: both !important;
    margin-bottom: 2rem;
}

/* ================================================================= */
/* STILI DI TESTO E SLIDER SU STESSA RIGA                            */
/* ================================================================= */

/* Contenitore principale della riga */
.main-bottom-flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Fondamentale: forza le colonne ad avere la stessa altezza */
    width: 100%;
}

/* Le due colonne */
.main-bottom-col-text,
.main-bottom-col-slider {
    display: flex;
    flex-direction: column;
}

/* Assicura che i moduli Joomla all'interno si espandano per tutta l'altezza */
.main-bottom-col-text > div,
.main-bottom-col-slider > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.main-bottom-col-text .mod-custom {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Regole per Desktop (da 992px in poi) */
@media (min-width: 992px) {
    .main-bottom-flex-row {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important; /* CORRETTO: torna a stretch per pareggiare le altezze */
        width: 100% !important;
    }

    .main-bottom-col-text {
        flex: 0 0 40% !important;
        max-width: 40% !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    .main-bottom-col-slider {
        flex: 0 0 60% !important;
        max-width: 60% !important;
        padding-left: 1.5rem !important;
        box-sizing: border-box !important;
    }
}

/* ================================================================= */
/* ELIMINAZIONE DEFINITIVA SCROLLBAR ORIZZONTALE                     */
/* ================================================================= */
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* ================================================================= */
/* SEZIONE TESTIMONIAL                                               */
/* ================================================================= */


/* Contenitore principale */
.testimonial-section-wrapper {
    position: relative;
    padding: 5rem 1rem; /* Ridotto il padding laterale */
    text-align: center;
    max-width: 720px;   /* Diamo un limite anche al wrapper esterno */
    margin: 0 auto;     /* Centriamo tutto il blocco nella pagina */
}

/* Contenitore della slide */
.testimonial-slide {
    max-width: 600px;
    margin: 0 auto;
}

/* Citazione */
.testimonial-quote {
    border: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.testimonial-text {
    font-size: 1.35rem;
    font-style: italic;
    line-height: 1.6;
    color: var(--template-text-dark, #495057);
}

/* Autore e località */
.testimonial-author {
    display: block;
    font-size: 1.1rem;
    font-style: italic;
    color: var(--template-text-dark, #495057);
    margin-bottom: 0.2rem;
}

.testimonial-location {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Pulsanti di navigazione ravvicinati */
.testimonial-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333333; /* #1a535c blu ottanio, se invece vuoi testa di moro usa #333333 */
    border: none;
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-nav-prev {
    left: 0; /* Riportate vicino al bordo del blocco centrale */
}

.testimonial-nav-next {
    right: 0; /* Riportate vicino al bordo del blocco centrale */
}

/* ================================================================= */
/* STILI BOX STATISTICHE                                             */
/* ================================================================= */
.stat-box {
    transition: transform 0.3s;
}

.stat-box:hover {
    transform: translateY(-5px);
}
.stat-box-blue {
    background-color: rgb(59, 130, 246);
}

.stat-box-green {
    background-color: rgb(143, 168, 155);
}

.stat-box-gray {
    background-color: rgb(156, 163, 175);
}
/* ================================================================= */
/* STILI SEZIONE STRUTTURE: DESCRITTIVA E ICONE                      */
/* ================================================================= */

.sezione-descrizione {
    
}

.titolo-sezione {
    font-size: 2.2rem;
    font-weight: 500;
}

.testo-descrittivo {
    font-weight: 400;
}

.icon-box-item {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    height: 100%;
    transition: transform 0.3s ease;
}

/* Forza il font corretto bloccando l'ereditarietà di Font Awesome */
.icon-box-item h5,
.icon-box-item p,
.icon-box-item span {
    font-family: "PT Sans" !important;
}

/* Se usi un font specifico nel body di Joomla, puoi sostituire 'inherit' con il nome esatto, es: 'Playfair Display', sans-serif; */

.icon-box-item:hover {
    transform: translateY(-5px);
}

.icon-wrapper {
    color: #4a6b4d; /* Colore coordinato al verde del rifugio */
}


/* ================================================================= */
/* STILI SEZIONE POLITICHE (CON STILE GLASS-BOX)                     */
/* ================================================================= */

.sezione-politiche {
    background-image: url('/images/strutture/struttura-01.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

/* Sfumatura scura sopra l'immagine di sfondo per far risaltare il box in vetro */
.sezione-politiche::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Leggermente più scuro per contrasto col vetro trasparente */
    z-index: 1;
}

/* Assicura che il contenuto stia sopra l'overlay scuro */
.sezione-politiche .container {
    position: relative;
    z-index: 2;
}

/* Box politiche convertito nello stile Glass del Parallax */
.politiche-box {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.20) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 3.5rem 3.0rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff; /* Testo chiaro per leggibilità sul vetro trasparente */
}

.sezione-politiche .titolo-sezione {
    color: #ffffff; /* Titolo bianco in coordinato */
}

.testo-politiche {
    font-family: inherit !important;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9); /* Testo bianco soft */
    font-size: 1.05rem;
}

.orari-dettaglio {
    font-family: inherit !important;
    font-size: 0.95rem;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}

/* ================================================================= */
/* CONFIGURAZIONE FOOTER DEFINITIVO (#2a402c)                        */
/* ================================================================= */

/* Sfondo verdone a tutta larghezza (spezza i margini del container) */
.site-footer-wrapper {
    background-color: #2a402c !important;
    color: #ffffff !important;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    box-sizing: border-box !important;
    padding: 4rem 2rem 2rem 2rem !important;
    margin-top: 3rem !important;
}

/* Contenitore interno centrato e limitato a 1200px */
.site-footer-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

/* Testi, link e titoli sempre bianchi nel footer */
.site-footer-wrapper, 
.site-footer-wrapper p, 
.site-footer-wrapper span, 
.site-footer-wrapper a, 
.site-footer-wrapper h1, 
.site-footer-wrapper h2, 
.site-footer-wrapper h3, 
.site-footer-wrapper h4 {
    color: #ffffff !important;
}

.site-footer-wrapper a:hover {
    color: #c4d63b !important;
}

/* Linea divisoria interna */
.footer-custom-divider {
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin: 3rem 0 !important;
}

/* Griglia interna per la prima parte (Titolo a sx, Testo+Bottone a dx) */
.footer-top-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-top-left {
    flex: 0 0 55%;
}

.footer-top-right {
    flex: 0 0 40%;
    text-align: left;
}

/* Griglia per la parte bassa (Social/CIN a sx, Colonne menu a centro/dx) */
.footer-bottom-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.footer-col-info {
    flex: 1;
    min-width: 250px;
}

.footer-col-menu {
    flex: 0 0 200px;
}

/* Stile del bottone giallo nel footer */
.footer-btn-yellow {
    background-color: #c4d63b !important;
    color: #2a402c !important;
    font-weight: bold !important;
    padding: 0.8rem 1.8rem !important;
    border-radius: 2px !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    text-decoration: none !important;
    margin-top: 1rem;
}

.footer-btn-yellow:hover {
    background-color: #d1e247 !important;
}

/* Copyright finale in basso */
.footer-copyright {
    margin-top: 3rem;
    font-size: 0.85rem;
    opacity: 0.8;
}
