.elementor-66 .elementor-element.elementor-element-53bc2d9{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-66:not(.elementor-motion-effects-element-type-background), .elementor-66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2405159 );}.elementor-66{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-66 .elementor-element.elementor-element-53bc2d9{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-76d9bd3 *//* ══════════════════════════════════════════════════════
   NAVBAR + BOOKING BAR AMÉNITÉ
   Desktop:
   logo + booking bar + language
   Tablet/Mobile:
   hamburger left + logo center + IT/EN right
   booking bar compatta
══════════════════════════════════════════════════════ */

:root {
  --b1: 64px;
  --b2: 44px;
  --nav-total: 108px;

  --w: #fff;
  --g0: #fafafa;
  --g1: #f4f4f4;
  --g2: #e6e6e6;
  --g3: #ccc;

  --txt: #111;
  --mid: #555;
  --lt: #999;
  --sage: #3d6b52;
}

/* Outer nav */
.nav-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  display: flex;
  flex-direction: column;
  overflow: visible;
}

/* BAR 1 */
.nav-b1 {
  height: var(--b1);
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  background: rgba(20,18,14,.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background .3s, border-color .3s, box-shadow .3s;
  overflow: visible;
}

.nav-outer.solid .nav-b1 {
  background: rgba(255,255,255,.98);
  border-bottom-color: var(--g2);
  box-shadow: 0 1px 12px rgba(0,0,0,.07);
}

/* ═══════════════════════════════════════
   HAMBURGER
═══════════════════════════════════════ */

.n-ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  flex-shrink: 0;
}

.n-ham span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: rgba(255,255,255,.82);
  transition: background .3s, transform .3s, opacity .3s;
}

.nav-outer.solid .n-ham span {
  background: var(--txt);
}

.nav-outer.menu-open .n-ham span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.nav-outer.menu-open .n-ham span:nth-child(2) {
  opacity: 0;
}

.nav-outer.menu-open .n-ham span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ═══════════════════════════════════════
   LOGO IMAGE
═══════════════════════════════════════ */

.n-logo1.n-logo-img-wrap {
  width: 150px;
  height: 50px;
  background: #fff;
  border-radius: 2px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 4px;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  text-transform: none;
}

.n-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* ═══════════════════════════════════════
   BOOKING PILL DESKTOP
═══════════════════════════════════════ */

.n-pill {
  flex: 1;
  max-width: 960px;
  margin: 0 auto;
  height: 50px;
  background: #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 18px rgba(0,0,0,.18);
  overflow: visible;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  transition:
    max-width .35s ease,
    height .35s ease,
    border-radius .35s ease,
    box-shadow .35s ease,
    transform .35s ease;
}

.np-sel-wrap,
.np-input-wrap,
.np-date-wrap {
  position: relative;
  flex: 1;
  display: flex;
  height: 100%;
  min-width: 0;
}

.np-date-wrap {
  flex: .95;
  overflow: visible;
}

.np-pax-wrap {
  flex: .72;
}

.np-f {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 14px;
  height: 100%;
  min-width: 0;
  transition: background .2s;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}

.np-f:hover {
  background: var(--g1);
}

.np-ll {
  font-size: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--txt);
  line-height: 1;
  white-space: nowrap;
}

.np-vv {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: var(--mid);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}

.np-native,
.np-native-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  font-size: 16px;
  z-index: 2;
}

.np-native-input {
  cursor: text;
}

.np-div {
  width: 1px;
  height: 55%;
  background: var(--g2);
  flex-shrink: 0;
}

.np-go {
  flex-shrink: 0;
  height: 100%;
  padding: 0 18px;
  background: var(--txt);
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition:
    background .2s,
    transform .25s ease;
  white-space: nowrap;
  border-radius: 0 40px 40px 0;
}

.np-go:hover {
  background: #2a2a2a;
}

.np-go svg {
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   DATE CUSTOM PANEL
═══════════════════════════════════════ */

.np-date-trigger {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.np-date-wrap .np-f {
  pointer-events: none;
}

.np-date-panel {
  position: fixed;
  top: 115px;
  left: 50%;
  z-index: 999999;

  width: min(780px, calc(100vw - 48px));
  padding: 0;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateX(-50%) translateY(8px) scale(.98);

  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease;
}

.np-date-wrap.is-open .np-date-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}

.np-date-panel-inner {
  display: grid;
  gap: 16px;

  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(61,107,82,.18);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);

  font-family: Helvetica, Arial, sans-serif;
}

.np-date-row {
  display: grid;
  gap: 8px;
}

.np-date-row-title {
  color: #127749;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.np-date-fields {
  display: grid;
  grid-template-columns: .7fr 1.5fr .9fr;
  gap: 8px;
}

.np-date-input,
.np-date-select {
  width: 100%;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(61,107,82,.22);
  background: #ffffff;
  color: #101010;

  padding: 0 12px;

  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

.np-date-input {
  cursor: text;
}

.np-date-input:focus,
.np-date-select:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(61,107,82,.10);
}

.np-date-input::-webkit-outer-spin-button,
.np-date-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.np-date-input {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* Checkbox appare solo quando ci sono entrambe le date */
.np-date-indicative {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-top: 5px;
  padding-top: 12px;

  border-top: 1px solid rgba(61,107,82,.14);

  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  pointer-events: none;

  transition:
    opacity .22s ease,
    visibility .22s ease,
    transform .22s ease;
}

.np-date-wrap.has-complete-dates .np-date-indicative {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.np-date-indicative input {
  width: 15px;
  height: 15px;
  accent-color: var(--sage);
  cursor: pointer;
}

.np-date-indicative span {
  color: #101010;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

/* Numero persone */
#navPax::-webkit-outer-spin-button,
#navPax::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#navPax {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* ═══════════════════════════════════════
   RIGHT ACTIONS
═══════════════════════════════════════ */

.n-r1 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: 6px;
}

.n-share {
  display: none !important;
}

/* Language switch */
.n-lang {
  display: flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color .3s, background .3s;
}

.nav-outer.solid .n-lang {
  border-color: var(--g2);
}

.n-lang button {
  padding: 5px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255,255,255,.55);
  transition: color .2s, background .2s;
}

.nav-outer.solid .n-lang button {
  color: var(--lt);
}

.n-lang button.active {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.nav-outer.solid .n-lang button.active {
  background: var(--g1);
  color: var(--txt);
}

.n-lang .ls {
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,.2);
  flex-shrink: 0;
}

.nav-outer.solid .n-lang .ls {
  background: var(--g2);
}




/* =========================================================
   FIX UX INPUT DESTINAZIONE / PERSONE
   Quando clicchi, si vede davvero che puoi scrivere
========================================================= */

.np-input-wrap:focus-within .np-vv {
  opacity: 0;
}

.np-input-wrap .np-native-input:focus {
  opacity: 1 !important;
  z-index: 5 !important;

  color: var(--mid) !important;
  caret-color: var(--txt) !important;

  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;

  padding: 18px 14px 0 !important;
  background: transparent !important;
  outline: none !important;
}

.np-input-wrap .np-native-input:focus::placeholder {
  color: rgba(85,85,85,.45) !important;
}

.np-input-wrap:focus-within .np-f {
  background: var(--g1);
}

@media (max-width: 1060px) {
  .np-input-wrap .np-native-input:focus {
    font-size: 13px !important;
    padding: 19px 14px 0 !important;
  }
}




/* ═══════════════════════════════════════
   BAR 2 DESKTOP
═══════════════════════════════════════ */

.nav-b2 {
  height: var(--b2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  gap: 4px;
  background: rgba(20,18,14,.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255,255,255,.05);
  transition: background .3s, border-color .3s;
}

.nav-outer.solid .nav-b2 {
  background: rgba(255,255,255,.98);
  border-top-color: var(--g2);
}

.n-sub-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  list-style: none;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
}

.n-sub-links::-webkit-scrollbar {
  display: none;
}

.n-sub-links a {
  font-size: 15px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: .02em;
  color: rgba(255,255,255,.62);
  padding: 5px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

.nav-outer.solid .n-sub-links a {
  color: var(--mid);
}

.n-sub-links a:hover {
  color: #fff;
  background: rgba(255,255,255,.1);
}

.nav-outer.solid .n-sub-links a:hover {
  color: var(--txt);
  background: var(--g1);
}

/* Mobile menu */
.n-mobile-menu {
  display: none;
}

/* Highlight form field when prefilled */
.elementor-field.nav-prefilled,
.elementor-field-textual.nav-prefilled {
  border-color: var(--sage) !important;
  background: rgba(61,107,82,.06) !important;
}

/* ═══════════════════════════════════════
   DESKTOP MEDIUM
═══════════════════════════════════════ */

@media (max-width: 1220px) {
  .n-pill {
    max-width: 760px;
  }

  .np-f {
    padding: 0 10px;
  }

  .np-ll {
    font-size: 11px;
  }

  .np-vv {
    font-size: 12.5px;
  }

  .np-go {
    padding: 0 14px;
    font-size: 13px;
  }

  .n-sub-links a {
    font-size: 14px;
  }
}

/* ═══════════════════════════════════════
   TABLET + MOBILE NAV LAYOUT
═══════════════════════════════════════ */

@media (max-width: 1060px) {
  :root {
    --nav-total: 64px;
  }

  .nav-b1 {
    height: 64px;
    position: relative;
    display: grid;
    grid-template-columns: 48px 1fr 64px;
    align-items: center;
    padding: 0 14px;
    gap: 0;
  }

  .n-ham {
    display: flex;
    grid-column: 1;
    justify-self: start;
  }

  .n-logo1.n-logo-img-wrap {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    width: 132px;
    height: 44px;
    padding: 4px 8px;
  }

  .n-r1 {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
    gap: 0;
  }

  .n-lang {
    display: flex;
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.08);
  }

  .nav-outer.solid .n-lang {
    border-color: var(--g2);
    background: #fff;
  }

  .n-lang button {
    padding: 5px 7px;
    font-size: 10px;
  }

  .nav-b2 {
    display: none;
  }

  /* BOOKING BAR COMPATTA */
  .n-pill {
    position: fixed;
    left: 50%;
    top: 72px;
    transform: translateX(-50%);
    width: calc(100% - 28px);
    max-width: 430px;
    height: 46px;
    min-height: 46px;
    border-radius: 999px;
    display: flex;
    overflow: visible;
    box-shadow: 0 8px 26px rgba(0,0,0,.16);
    z-index: 899;
  }

  .n-pill .np-sel-wrap,
  .n-pill .np-input-wrap,
  .n-pill .np-date-wrap,
  .n-pill .np-div {
    display: none;
  }

  .n-pill .np-go {
    width: 100%;
    height: 46px;
    justify-content: center;
    border-radius: 999px;
    font-size: 13px;
    padding: 0 18px;
  }

  .n-pill .np-go::after {
    content: " proposta";
  }

  .nav-outer.booking-open .n-pill {
    top: 72px;
    height: auto;
    min-height: 0;
    max-width: 520px;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translateX(-50%);
  }

  .nav-outer.booking-open .n-pill .np-sel-wrap,
  .nav-outer.booking-open .n-pill .np-input-wrap,
  .nav-outer.booking-open .n-pill .np-date-wrap {
    display: flex;
    min-height: 52px;
    width: 100%;
    border-bottom: 1px solid var(--g2);
  }

  .nav-outer.booking-open .n-pill .np-div {
    display: none;
  }

  .nav-outer.booking-open .n-pill .np-go {
    grid-column: 1 / -1;
    width: 100%;
    height: 48px;
    border-radius: 0;
  }

  .nav-outer.booking-open .n-pill .np-go::after {
    content: "";
  }

  .nav-outer.booking-open .np-f {
    padding: 0 14px;
  }

  .nav-outer.booking-open .np-ll {
    font-size: 10px;
  }

  .nav-outer.booking-open .np-vv {
    font-size: 12.5px;
  }

  .np-date-panel {
    top: 132px;
    width: min(520px, calc(100vw - 28px));
  }

  .np-date-fields {
    grid-template-columns: .7fr 1.4fr .9fr;
  }

  .n-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--g2);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
    z-index: 898;
  }

  .nav-outer.menu-open .n-mobile-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .n-mobile-menu a {
    color: var(--txt);
    text-decoration: none;
    padding: 16px 22px;
    border-bottom: 1px solid var(--g2);
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif;
  }

  .n-mobile-menu a:hover {
    background: var(--g1);
  }

  .hero {
    padding-top: 92px;
  }

  .nav-outer.booking-open ~ .hero,
  body:has(.nav-outer.booking-open) .hero {
    padding-top: 178px;
  }
}

/* ═══════════════════════════════════════
   SMALL MOBILE
═══════════════════════════════════════ */

@media (max-width: 560px) {
  .nav-b1 {
    grid-template-columns: 44px 1fr 58px;
    padding: 0 12px;
  }

  .n-logo1.n-logo-img-wrap {
    width: 118px;
    height: 42px;
    padding: 4px 8px;
  }

  .n-lang button {
    padding: 5px 6px;
    font-size: 9.5px;
  }

  .n-pill {
    top: 70px;
    width: calc(100% - 24px);
    max-width: 360px;
    height: 44px;
    min-height: 44px;
  }

  .n-pill .np-go {
    height: 44px;
    font-size: 12.5px;
  }

  .nav-outer.booking-open .n-pill {
    grid-template-columns: 1fr;
    max-width: calc(100% - 24px);
    border-radius: 18px;
  }

  .nav-outer.booking-open .n-pill .np-sel-wrap,
  .nav-outer.booking-open .n-pill .np-input-wrap,
  .nav-outer.booking-open .n-pill .np-date-wrap {
    min-height: 48px;
  }

  .nav-outer.booking-open .n-pill .np-go {
    height: 46px;
  }

  .np-date-panel {
    top: 124px;
    width: calc(100vw - 22px);
  }

  .np-date-fields {
    grid-template-columns: 1fr;
  }

  .np-date-panel-inner {
    padding: 14px;
    border-radius: 20px;
  }

  .hero {
    padding-top: 88px;
  }

  .nav-outer.booking-open ~ .hero,
  body:has(.nav-outer.booking-open) .hero {
    padding-top: 300px;
  }
}/* End custom CSS */