/*
  custom.css
  Caricato per ultimo in tutte le pagine pubbliche e admin.
  Usa questo file per fix globali o modifiche rapide senza toccare style.css/admin.css/template css.
*/

/* Esempio:
body.template_style--puglia .hero { padding-top: 90px; }
*/
/* FIX Container*/
.vdp-menu-preview-section .vd-lux-container, 
.vdp-menu-preview-section .vdp-container,
.vd-section .vd-lux-container,
.vdp-section .vdp-container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


body.page-type--page .page-body-section {
  padding: 0;
}

/*Hero */
.vd-lux-hero {
  position: relative;
  background-size: cover;
}


.vd-lux-hero.vd-lux-hero--top .vd-lux-hero-inner {
position: absolute;
    bottom: 50px;
    z-index: 100;
    left: 0;
    right: 0;
    min-height: 200px;
    top: auto;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
}
.vdp-booking-cta-copy h1, .vdp-booking-cta-copy h2, .vdp-booking-cta-copy h3,
.vd-lux-hero.vd-lux-hero--top .vd-lux-hero-inner h1 {
      text-shadow: 1px 1px 10px #000000;
}


.vd-lux-hero.vd-lux-hero--top .vd-lux-hero-inner p {
  font-weight: bold;
      color: #fff !important;
    line-height: 1;
    text-shadow: 1px 1px 10px #000000;
}


.topbar-builder .hf-mobile-header {
  background: transparent!important;
}

.hf-lang-current {
   background: transparent;
      font-size: 16px;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
/* .hf-component--menu a.hf-menu-link-button, .navlinks a.hf-menu-link-button {
  border: 0;
  color: #fff;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
} */

/*CTM Nav */

.topbar.is-sticky.hf-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 0 transparent;
    background: transparent !important;
    border: 0;
    backdrop-filter: blur(0);
}

.nav-builder-row.nav-builder-row--3col {
  border-bottom : 0;

}

@media(min-width:900px){
/* .nav-builder-row.nav-builder-row--3col .nav-builder-col:not(:nth-child(2)){
    background: linear-gradient(180deg, #f87f24, #f9aa38);
    padding: 1rem .5rem;
    color: black;
    border-radius: 0 0 50% 50%;
    margin-top: 0;
    border: 4px dashed white;
    border-top: 0;
} */

.nav-builder-row.nav-builder-row--3col .nav-builder-col .btn{
    padding: 0;
    background: transparent !important;
    box-shadow: 0 0 0 transparent;
}

.nav-builder-row.nav-builder-row--3col .nav-builder-col.nav-builder-col--center img {
      max-height: 80px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.nav-builder-row.nav-builder-row--1col {
  position: absolute;
  top: 0;
  right: 0;
}


.topbar-builder .hf-mobile-header {
  background: transparent;
}
}


/* Footer */

footer.footer .footer-builder-row > .footer-builder-grid {
  align-items: flex-start;
}

/* Box Home */

.nap-strengths-section {
  padding: 40px 0;
  background: #fff8ef;
}

.nap-strengths-section .vdp-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.nap-strengths-section .vd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(243, 68, 56, 0.1);
  color: #f34438;
  font-size: 14px;
  font-weight: 700;
}

.nap-strengths-section h2 {
  margin: 0 0 14px;
  color: #171c31;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

.nap-strengths-section .vdp-section-heading p {
  margin: 0;
  color: #6d7186;
  font-size: 18px;
  line-height: 1.7;
}

.nap-strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nap-strength-card {
  height: 100%;
  padding: 32px;
  border: 1px solid rgba(23, 28, 49, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(23, 28, 49, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nap-strength-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 80px rgba(23, 28, 49, 0.12);
}

/* .nap-strength-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f34438, #ffd54a);
  color: #ffffff;
  font-size: 28px;
} */

.nap-strength-card h3 {
  margin: 0 0 12px;
  color: #171c31;
  font-size: 22px;
}

.nap-strength-card p {
  margin: 0;
  color: #6d7186;
  font-size: 16px;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .nap-strengths-grid {
    grid-template-columns: 1fr;
  }

  .nap-strengths-section {
    padding: 64px 0;
  }

  .nap-strength-card {
    padding: 26px;
  }
}


/* Carousel */
.nap-showcase-section {
  padding: 90px 0;
  background: #fff8ef;
  overflow: hidden;
}

.nap-showcase-section .vdp-section-heading {
  max-width: 840px;
  margin: 0 auto 44px;
}

.nap-showcase-section .vd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 106, 0, 0.25);
  background: #fff0e3;
  color: #b94f00;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.nap-showcase-section h2 {
  max-width: 820px;
  margin: 0 auto 12px;
  color: #120c14;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.nap-showcase-section .vdp-section-heading p {
  margin: 0;
  color: #6b4b3b;
  font-size: 18px;
  line-height: 1.7;
}

.nap-food-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: center;
  gap: 40px;
  min-height: 460px;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(220, 120, 46, 0.22);
  border-radius: 34px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
  box-shadow: 0 28px 90px rgba(49, 26, 12, 0.08);
  overflow: hidden;
}

.nap-food-showcase-copy {
  position: relative;
  z-index: 4;
  max-width: 470px;
}

.nap-showcase-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #ff6a00;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(49, 26, 12, 0.08);
}

.nap-food-showcase-copy h3 {
  margin: 0 0 18px;
  color: #120c14;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.nap-food-showcase-copy p {
  margin: 0;
  color: #68483b;
  font-size: 18px;
  line-height: 1.55;
}

.nap-showcase-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.nap-showcase-nav {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 18px;
  background: #ffffff;
  color: #f56a00;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(49, 26, 12, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.nap-showcase-nav:hover {
  transform: translateY(-3px);
  background: #ff6a00;
  color: #ffffff;
}

.nap-food-showcase-visual {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nap-showcase-arc {
  position: absolute;
  width: min(430px, 80vw);
  height: min(430px, 80vw);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.08) 54%, transparent 56%),
    conic-gradient(from 180deg, rgba(255, 106, 0, 0.16), rgba(255, 213, 74, 0.2), rgba(255, 106, 0, 0.08));
  filter: blur(0.2px);
  opacity: 0.9;
}

.nap-showcase-featured {
  position: relative;
  z-index: 3;
  width: min(340px, 70vw);
  height: min(340px, 70vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 30px 90px rgba(49, 26, 12, 0.18);
  overflow: hidden;
  transform: rotate(0deg);
  transition: transform 0.45s ease;
}

.nap-showcase-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
  border-radius: 50%;
}

.nap-food-showcase.is-changing .nap-showcase-featured {
  transform: scale(0.94) rotate(8deg);
}

.nap-showcase-orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.nap-orbit-item {
  position: absolute;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(49, 26, 12, 0.16);
  overflow: hidden;
  transition: transform 0.4s ease;
}

.nap-orbit-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
  border-radius: 50%;
}

.nap-orbit-item-1 {
  top: 14%;
  right: 4%;
}

.nap-orbit-item-2 {
  top: 37%;
  right: -2%;
}

.nap-orbit-item-3 {
  bottom: 16%;
  left: 12%;
}

.nap-orbit-item-4 {
  bottom: 12%;
  left: 0;
}

.nap-food-showcase.is-changing .nap-orbit-item-1 {
  transform: translateY(-8px) rotate(12deg);
}

.nap-food-showcase.is-changing .nap-orbit-item-2 {
  transform: translateX(8px) rotate(-10deg);
}

.nap-food-showcase.is-changing .nap-orbit-item-3 {
  transform: translateY(8px) rotate(10deg);
}

.nap-food-showcase.is-changing .nap-orbit-item-4 {
  transform: translateX(-8px) rotate(-12deg);
}

@media (max-width: 980px) {
  .nap-food-showcase {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nap-food-showcase-copy {
    max-width: none;
    margin: 0 auto;
  }

  .nap-showcase-actions {
    justify-content: center;
  }

  .nap-food-showcase-visual {
    min-height: 330px;
  }
}

@media (max-width: 640px) {
  .nap-showcase-section {
    padding: 62px 0;
  }

  .nap-food-showcase {
    padding: 28px 20px;
    border-radius: 26px;
  }

  .nap-showcase-nav {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .nap-orbit-item {
    width: 68px;
    height: 68px;
  }

  .nap-food-showcase-copy h3 {
    font-size: 32px;
  }
}

body.page-homepage:not(.is-scrolled) .floating-contact-button.js-open-contact-modal,
body.page-homepage:not(.is-scrolled) .nav-builder-row.nav-builder-row--3col .nav-builder-col.nav-builder-col--center img {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.vdp-menu-page .page-hero, .vdp-menu-hero {
  background-size:cover;
}

.page-content {
  background: transparent!important;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}

.vdp-contact-panel {
  padding: 15px;
}
.vdp-booking-cta {
  margin: 0 auto 15px auto;
}

.hf-component--social a {
      width: 50px;
    height: 50px;
  font-size: 25px;
      background: rgba(255,255,255,0.06);
    line-height: normal;
}



.container-svg {
  position: relative;
}

.container-svg .separator-svg{
  position: absolute;
    top: -70px;
    height: 70px;
}



@media (max-width: 900px) {
  .hf-component--burger, .hf-mobile-burger {
    background: var(--header-bg);
    box-shadow: 0 26px 80px rgba(23, 28, 49, 0.12)!important;
  }
    .topbar-builder .hf-mobile-header .hf-component--language {
background: var(--button-primary-bg2)!important;
    border-radius: 15px;
    height: 42px;
    box-shadow: 0 26px 80px rgba(23, 28, 49, 0.12)!important;
    }

    .vdp-booking-cta-media {
      margin: 0 auto;
    }

    .hf-header-cta, .footer-cta-link {
          width: 100%;
    text-align: center;
    justify-content: center;
    }
    .hf-mobile-menu-open .topbar-builder .hf-mobile-header,
    .hf-mobile-menu-open .topbar-builder .hf-mobile-overlay {
      height: 100vh!important;
    }


}


@media (max-width: 700px) {
    .vdp-menu-preview-dynamic.has-images .vdp-menu-preview-card {
        grid-template-columns: 1fr 1fr;
    }
    .vdp-menu-preview-flat-products {
grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    }

    /* .container-svg .separator-svg{ 
      top: -45px;
    } */
    
}


