/* Estratto dagli <style> inline di index.php per alleggerire l'HTML */

.ie-panel{display: none;background: #212121;padding: 10px 0;box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);clear: both;text-align:center;position: relative;z-index: 1;} html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {display: block;}

.button-container{
    z-index: 111;}
.custom-iframe{z-index:111;}

.prenotaora{    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 150px;
    height: 40px;
    z-index: 1111;
    background: #ffffff;
    border-radius: 18px;
    text-align: center;
padding: 10px 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    border: 3px solid #00931c;}


.rd-navbar-classic.rd-navbar-static {
    background: transparent;
	background: linear-gradient(0deg, rgb(0 0 0) -22%, rgb(255 255 255 / 0%) 0%, rgba(0, 0, 0, 1) 169%, rgba(0, 0, 0, 1) 0%) ! Important;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck {

    box-shadow: none; background: #1f1f1fe0 !important;
}
.main-banner-inner {
    padding: 20px 0 150px;
}

	.box-default-title {
    letter-spacing: 0.01em;
    color: #FFF;
    font-size: 50px;
}
	.section-main-banner{    height: 100vh; }


.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.main-banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
      background: #0000001c;
}
.section-main-banner {
  position: relative;
  overflow: hidden;
}
.main-banner-inner {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  color: #fff;
}

.carousel-container {
max-width: 100%;  touch-action: pan-y;
    margin: 20px auto;
      position: relative;
      overflow: hidden;
      background: #fff;
      border-radius: 12px;   user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
    }

    .carousel-track {
      display: flex;
  transition: transform 0.6s ease;
  cursor: grab;
    }

    .review {
      min-width: 100%;
      box-sizing: border-box;
      padding: 30px 50px;
      text-align: center;
    }

    .review p {
      font-size: 1.1em;
      color: #333;
      margin-bottom: 10px;
    }

    .review .author {
      font-weight: 600;
      color: #777;
      margin-bottom: 10px;
    }

    .stars {
      color: #FFD700;
      font-size: 20px;
      margin-bottom: 10px;
    }

    .carousel-buttons {
      position: absolute;
      top: 50%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none;
    }

    .carousel-buttons button {
      pointer-events: all;
      background: none;
      color: #000000;
      border: none;
      padding: 12px 16px;
      font-size: 18px;
      border-radius: 50%;
      cursor: pointer;
    }

    @media (max-width: 600px) {
      .review p {
        font-size: 1em;
      }
    }

/* Layout generale menu */

.menu-wrapper {
  max-width: 1000px;
  margin: 60px auto;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}

.menu-track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  touch-action: pan-y; cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

/* Sezione singola */
.menu-section {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Titolo con frecce */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 24px;
  color: #333;
  margin: 0;
  flex: 1 1 auto;
  text-align: center;
}

.arrow {
    background: none;
    color: #000000;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.arrow:hover {
  background: rgba(0,0,0,0.8);
  color: #fff;
}

.arrow.hidden {
  visibility: hidden;
}

/* Lista piatti */
.menu-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-subheader {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 14px 0 2px;
  padding-bottom: 6px;
  border-bottom: 2px solid #eee;
}

.menu-subheader:first-child {
  margin-top: 0;
}

.event-item-modern {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
border-radius: 0;
    box-shadow: none;
    padding: 6px 2px;
  flex-wrap: wrap;
}

.event-item-modern-title {
  flex: 1 1 auto;
  margin: 0;
}

.event-item-modern-title span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.event-item-modern-title p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #777;
}

.event-time {
  flex: 0 0 auto;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  margin-left: auto;
}

/* Responsive mobile */
@media (max-width: 600px) {
  .menu-wrapper {
    padding: 0 6px;
  }

  .menu-section {
    padding: 14px 10px;
  }

  .section-header h2 {
    font-size: 20px;
  }

  .event-item-modern {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .event-item-modern-title span {
    font-size: 14px;
  }

  .event-item-modern-title p {
    font-size: 12px;
  }

  .event-time {
    font-size: 15px;
  }
}

.menu-wrapper,
.menu-track {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.menu-track {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
