/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Variabili */
:root {
  --bianco: #ffffff;
  --blu-scuro: #031026;
  --giallo-selezione: #ecca08;
  --blu-secondario: #009fe3;
  --grigino: #e5e5e5;
  --antracite: #333333;
  --verde: #61a227;
  --oro: #b07908;
  --arancio: #ec940e;
  --tripadvisor: #B9E9A7;
}
/* Stili globali */
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: 'Marcellus', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--antracite);
  background-color: var(--bianco);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection {
  background: var(--giallo-selezione);
  color: var(--bianco);
}
a {
  transition: all 0.3s ease-in-out;
  color: #000;
}
a,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}
a,
a:focus,
a:active {
  color: var(--oro);
}
a:hover {
  color: var(--antracite);
}
p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Eagle Lake', serif;
  font-weight: 400;
  font-style: normal;
}
.page-header h1 {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #b07908, #957f26, #b07908);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 30px 0;
}
.moduletable h3 {
  margin-bottom: 20px;
}
.classmodulo h3 {
    text-align: center;
    font-size: 1.6rem;
    color: var(--oro);
}

.articolo {
  margin-top: 296px;
  transition: margin-top 0.3s ease;
}
.articolo.scrolled {
  margin-top: 0;
}
.page {
  min-height: calc(100vh - 88px);
  position: relative;
}
.com-content-article__body p {
  text-align: justify;
}
.com-content-article__body ol, .com-content-article__body ul {
  margin-left: 50px;
  margin-bottom: 20px;
}
.bottom1 {
  margin: 0;
  padding: 30px 0;
  line-height: normal;
}
footer {
  background-color: var(--antracite);
}
.contenutofooter {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--bianco);
  padding: 25px;
}
.contenutofooter a {
  color: var(--bianco);
}
.contenutofooter a:hover {
  color: var(--bianco);
}
.colonne {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
/* Tutte le colonne crescono in base al contenuto */
.colonna33 {
  flex: 0 1 auto; /* larghezza automatica, non si forza il riempimento */
}
/* Colonna centrale spinta al centro */
.colonna33:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
/* Componenti */
.section-img {
  width: 100%;
  height: 25vh;
  /* 1/4 dell'altezza del monitor */
  object-fit: cover;
  /* Copre l'intero contenitore mantenendo le proporzioni */
  display: block;
  margin: 0 auto;
  /* Centra l'immagine */
}
p#language_picker_des_174 {
    display: none;
}
div.mod-languages ul li.lang-active {
    background-color: transparent;
}
div.mod-languages li {
    margin: 0;
}
/* Utilità */
.container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 15px;
  background-color: rgb(255 255 255 / 75%);
}
.container-fluid {
  width: 100%;
  padding: 0;
  /* Imposta il padding a 0px */
}
.full {
  width: 100%;
  height: auto;
  /* Mantiene le proporzioni dell'immagine */
}
.copyright {
  font-size: 0.85rem;
  min-height: 100px;
  background-color: var(--antracite);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.copyright p {
  text-align: center;
  margin: 0 25px 30px 25px;
  color: var(--bianco);
}
.gotopbtn {
  display: none; /* nascosto di default */
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: var(--oro);
  bottom: 30px;
  right: 30px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: var(--bianco);
  font-size: 22px;
  border-radius: 4px;
  z-index: 4000;
}
a.gotopbtn:focus,
a.gotopbtn:active {
  color: var(--bianco);
}
a.gotopbtn:hover {
  color: var(--bianco);
}
.whatsapp {
  position: fixed;
  left: 15px;
  bottom: 20px;
  z-index: 1000;
}
.mappa {
  line-height: 0;
}
.infoparking {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}


/************************************************* superslider *************************************************/
.superslider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.superslider-wrapper {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*.superslider-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 5;
}*/
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
  /* width: 100%;*/
}
.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
  color: white;
}
.overlay-left {
  max-width: 45%;
}
.overlay-left h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.overlay-left p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.cta-button {
  background-color: #d52b1e;
  color: var(--bianco);
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}
.overlay-right {
  max-width: 600px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  border-radius: 8px;
  color: var(--bianco);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .slider-overlay {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    padding: 20px;
  }
  .overlay-left,
  .overlay-right {
    max-width: 100%;
  }
  .overlay-left h2 {
    font-size: 1.8rem;
  }
  .overlay-left p {
    font-size: 1rem;
  }
}
/*************************************************** Breadcrumb ***********************************************/
.briciole {
  background: linear-gradient(90deg, #b07908, #f4db76, #b07908);
  padding: 10px 20px;
}
.mod-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--bianco);
  font-weight: 500;
  font-size: 0.95rem;
}
.mod-breadcrumbs__here {
  margin-right: 10px;
  font-weight: bold;
  color: var(--bianco);
}
.mod-breadcrumbs__item {
  display: flex;
  align-items: center;
  color: var(--bianco);
}
.mod-breadcrumbs__item:not(:last-child)::after {
  content: '›';
  color: var(--bianco);
  margin: 0 8px;
  font-weight: bold;
}
.mod-breadcrumbs__item a {
  color: var(--bianco);
  text-decoration: none;
  transition: color 0.3s ease;
}
.mod-breadcrumbs__item a:hover {
  color: var(--bianco) acd; /* un giallo chiaro quasi pastello per il rollover */
}
.mod-breadcrumbs__item.active span {
  font-weight: bold;
  color: var(--bianco);
}
.mod-breadcrumbs__item:not(:last-child)::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; /* solid style */
  content: '\f054'; /* fa-chevron-right */
  color: #ffffff;
  margin: 0 10px;
  font-size: 0.75rem;
}
/************************************* orario di apertura *******************************************/
.orari-ristorante {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.8rem;
}
.riga {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-start;
}
.giorno {
  width: 100px;
  font-weight: bold;
  flex-shrink: 0;
}
.dettaglio {
  flex: 1;
}
/********************************** background ******************************************/
body.menucoco {
  background-image: url('/images/bg/bg-menu.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

body.trattoria {
  background-image: url('/images/bg/bg-trattoria.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
body.homepage {
  background-image: url('/images/bg/bg-home.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
body.tradizione {
  background-image: url('/images/bg/bg-tradizione.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

/********************************** menu del coco Filippo ******************************************/



 .menucocofilippo {
    text-align: center;
    color: var(--antracite);
    padding: 2rem;
    font-weight: 700;
  }
  .menucocofilippo h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .menucocofilippo .divider {
    margin: 2rem auto;
    width: 240px;
    height: 75px;
    background: url('/images/loghi/ornamento-menu.svg') no-repeat center;
    background-size: contain;
    border: none;
  }
  .menucocofilippo ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menucocofilippo li[itemprop='hasMenuItem'] {
    margin-bottom: 0.5rem;
  }
/************************************************** tripadvisor *******************************************/
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.logo-grid a {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 3px solid var(--tripadvisor);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-grid a:hover img {
  transform: scale(1.05);
  filter: brightness(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.guru {
    display: flex;
    align-items: center;
    justify-content: center;
    /* align-content: center; */
}

@media (max-width: 600px) {
  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px;
  }
}

/***************************************** img accoppiate *****************************************/
.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.image-pair img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-pair img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
/********************************************* immagini trio *****************************************/
.image-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 40px auto;
}

.image-trio img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-trio img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
/********************************************** logo strip *****************************************/
.logo-strip-wrapper {
  max-width: 1170px;
  overflow: hidden;
  margin: auto;
  position: relative;
  padding: 20px 0; /* Spazio verticale */
}

.logo-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  animation: scroll-logos 30s linear infinite;
}

.logo-strip a {
  flex: 0 0 auto;
  width: 100px;
  display: block;
}

.logo-strip img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.logo-strip img:hover {
  transform: scale(1.05);
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .logo-strip a {
    width: 90px;
  }
}

/*********************************************** Media query per mobile ***********************************************/
@media (max-width: 1920px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1280px) {/*
  .container {
    max-width: 1100px;
  }
  .contenutofooter {
    max-width: 1100px;
  }*/
}
@media (max-width: 1024px) {
  .overlay-right {
    display: none;
  }
  .overlay-left {
    display: block;
    max-width: 100%;
    }
}
@media (max-width: 960px) {
  .overlay-left,
  .overlay-right {
    max-width: 100%;
  }
  .overlay-right {
    margin-top: 135px;
    display: block;
  }
  .overlay-left {
    display: none;
  }
  .colonne {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 38px;
  }
  .colonna33 {
    margin: 0 auto 1rem 0; /* margine solo sotto, allineamento a sx */
    width: 100%; /* o auto, a seconda del contenuto */
  }
  div.mod-languages ul {
    margin-top: 14px;
}
}
@media (max-width: 768px) {
  .container {
  }
  .overlay-right {
    display: none;
  }
  .overlay-left {
    display: block;
    }
}
@media (max-width: 600px) {
  .form-prenotazione .row > div {
    flex: 1 1 100%;
  }
  .articolo {
    margin-top:144px;
  }
}
@media (max-width: 520px) { 
  .overlay-right {
    display: block;
  }
  .overlay-left {
    display: none;
    }
}
