*{margin:0;padding:0;box-sizing:border-box}

body{
font-family:'Cormorant Garamond',serif;
background:#f4f2ed;
color:#1c1c1c;
line-height:1.7;
-webkit-font-smoothing:antialiased;
}

header{
background:#fff;
padding:25px 8%;
position:sticky;
top:0;
z-index:1000;
border-bottom:1px solid #eee;
}

.logo img{
    height:110px;
    width:auto;
    display:block;
}

@media(max-width:768px){
    .logo img{
        height:70px;
    }
}

.subtitle{
font-size:12px;
letter-spacing:2px;
color:#777;
}

nav{margin-top:15px}

nav a{
margin-right:20px;
text-decoration:none;
color:#222;
font-size:14px;
text-transform:uppercase;
}

nav a:hover{color:#7a8450}

/* Stile Cookie Banner */
.cookie-overlay {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #fff;
    z-index: 9999;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 12px;
    display: none; /* Nascosto di default, mostrato via JS */
    border-left: 5px solid #7a8450;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cookie-content p { font-size: 14px; color: #333; margin: 0; line-height: 1.4; }
.cookie-content a { color: #7a8450; text-decoration: underline; }

.cookie-buttons { display: flex; gap: 10px; }
.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s;
}

.accept { background: #7a8450; color: #fff; }
.accept:hover { background: #636b41; }
.decline { background: #eee; color: #666; }
.decline:hover { background: #ddd; }

@media (max-width: 768px) {
    .cookie-content { flex-direction: column; text-align: center; }
}
/* Contenitore principale della tendina */
.lang-dropdown {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    vertical-align: middle;
}

/* Bottone della tendina */
.lang-dropbtn {
    background-color: transparent;
    color: #2c3e50; /* Colore scuro come il tuo menu */
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Stile delle bandierine */
.lang-dropdown img {
    width: 20px;
    height: auto;
    border-radius: 2px;
}

/* Contenuto della tendina (nascosto di default) */
.lang-dropdown-content {
    display: none;
    position: absolute;
    right: 0; /* Allinea a destra */
    background-color: #ffffff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 4px;
    margin-top: 2px;
    overflow: hidden;
}

/* Link dentro la tendina */
.lang-dropdown-content a {
    color: #333;
    padding: 10px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: background 0.2s;
}

/* Effetto hover sui link */
.lang-dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* Mostra la tendina al passaggio del mouse */
.lang-dropdown:hover .lang-dropdown-content {
    display: block;
}

/* Cambia stile al bottone quando la tendina è aperta */
.lang-dropdown:hover .lang-dropbtn {
    background-color: #f9f9f9;
}


.hero{
height:85vh;
background: url('volastra.webp') center / cover no-repeat;/*linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),*/
display:flex;
justify-content:center;
align-items:center;
text-align:center;
color:#fff;
padding:20px;
}

.hero h1{
font-size:48px;
max-width:800px;
}

.section{
padding:80px 8%;
max-width:1200px;
margin:auto;
}

.section h2{
margin-bottom:25px;
font-size:34px;
}

.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;
}

.gallery img{
width:100%;
height:300px;
object-fit:cover;
}

/*.btn{
display:inline-block;
margin-top:25px;
padding:12px 30px;
background:#000;
color:#fff;
text-decoration:none;
transition:.3s;
}


.btn:hover{background:#444}*/


.cta-section { background: #1a472a; color: white; padding: 60px 20px; text-align: center; margin-top: 50px; }
        .btn { background: #e67e22; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; margin-top: 20px; transition: 0.3s; }
        .btn:hover { background: #d35400; }



ul{margin-left:20px}

form{
max-width:500px;
display:flex;
flex-direction:column;
gap:15px;
}

input,textarea{
padding:12px;
border:1px solid #ccc;
font-family:inherit;
}

button{
padding:12px;
background:#000;
color:#fff;
border:none;
cursor:pointer;
}

button:hover{background:#444}

footer{
text-align:center;
padding:40px;
background:#111;
color:#fff;
font-size:14px;
}

/*  footer  */

/* Stile Avanzato Footer */
.site-footer {
    background: #111; /* Colore scuro come il resto del tuo tema */
    color: #fff;
    padding: 40px 8% 20px 8%;
    font-family: 'Cormorant Garamond', serif;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #7a8450; /* Il tuo verde salvia */
}

.footer-column h4 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    display: inline-block;
}

.footer-column p, .footer-column address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #ccc;
}

.footer-links, .footer-legal {
    list-style: none;
    padding: 0;
}

.footer-links li, .footer-legal li {
    margin-bottom: 5px;
}

.footer-links a, .footer-legal a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover, .footer-legal a:hover {
    color: #7a8450;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #222;
    text-align: center;
    font-size: 14px;
    color: #777;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 5% 20px 5%;
        text-align: center;
    }
    
    .footer-column h4 {
        display: block;
        width: 100%;
    }
    
    .mobile-break {
        display: block;
        margin-top: 5px;
    }
}

/*  Fine footer		*/
@media(max-width:768px){
.hero h1{font-size:30px}
nav a{display:block;margin-bottom:10px}
.section{padding:60px 5%}
}

/* Integrazione Servizi e Tabella */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 30px;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #7a8450; /* Il colore verde del tuo hover */
    display: inline-block;
    padding-bottom: 5px;
}

.service-card ul {
    margin-left: 0;
    list-style: none;
    margin-top: 15px;
}

.service-card li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.service-card li::before {
    content: "•";
    color: #7a8450;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.seo-highlight {
    margin: 60px 0;
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    font-style: italic;
    text-align: center;
}

.table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-family: inherit;
}

table th, table td {
    padding: 18px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

table th {
    background: #1c1c1c;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

table tr:hover {
    background-color: #fcfbf9;
}

@media(max-width: 768px) {
    .seo-highlight {
        padding: 25px;
    }
    table th, table td {
        padding: 12px;
        font-size: 15px;
    }
}
/* Stile Sezione Da Non Perdere */

.experiences-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.experience-box {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee;
    transition: 0.3s ease;
}

.experience-box:hover {
    border-color: #7a8450; /* Il tuo verde salvia */
}

.tag-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7a8450;
    display: block;
    margin-bottom: 10px;
}

.experience-box h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.event-list {
    margin-left: 0 !important;
    list-style: none;
}

.event-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 16px;
}

.event-list li:last-child {
    border-bottom: none;
}

.event-list strong {
    color: #1c1c1c;
    font-family: inherit;
}

/* Ottimizzazione Mobile */
@media(max-width: 768px) {
    .experience-box {
        padding: 20px;
    }
}
/*
:root {
            --spacing: 15px;
            --radius: 12px;
            --overlay: rgba(0, 0, 0, 0.4);
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #f9f9f9;
        }
*/
      .gallery-container {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr); 
            grid-gap: 20px;
        }

        .gallery-item {
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            height: 300px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

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

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.1);
        }

        .caption-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0,0,0,0.8));
            color: white;
            padding: 20px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gallery-item:hover .caption-overlay {
            opacity: 1;
        }

        /* Ottimizzazione per Mobile */
        @media (max-width: 600px) {
            .gallery-grid {
                grid-template-columns: 1fr;
            }
            .gallery-item {
                height: 250px;
            }
        }
		
		/* LIGHTBOX */
        #lightbox {
            position: fixed;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            backdrop-filter: blur(5px);
        }
        #lightbox.active { display: flex; }
        #lightbox img { max-width: 90%; max-height: 80%; border: 2px solid #fff; }
        .close-lightbox { position: absolute; top: 20px; right: 30px; color: white; font-size: 40px; cursor: pointer; }

        /* RESPONSIVE: Qui decidiamo noi quando andare a capo */
        @media (max-width: 900px) {
            .gallery-grid { grid-template-columns: repeat(2, 1fr); } /* 2 colonne su tablet */
        }
        @media (max-width: 600px) {
            .gallery-grid { grid-template-columns: 1fr; } /* 1 colonna su smartphone */
            .gallery-item { height: 250px; }
        }
		.seo-text { font-size: 0.9rem; color: #777; font-style: italic; }
        
        .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 30px; }
        .grid img { width: 100%; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
        
        .features { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
        .feature-item { flex: 1; min-width: 250px; background: #fdf7f2; padding: 25px; border-radius: 10px; border-left: 5px solid #e67e22; }        

        @media (max-width: 768px) { .grid { grid-template-columns: 1fr; } h1 { font-size: 2.2rem; } }