.elementor-129 .elementor-element.elementor-element-b6ecba8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-129 .elementor-element.elementor-element-d48008c{margin:0px 0px calc(var(--kit-widget-spacing, 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;}/* Start custom CSS for html, class: .elementor-element-d48008c */:root {
  --wl-header-height: 90px;
  --wl-deep-green: #093028;
  --wl-warm-cream: #d2d0c6;
  --wl-gold: #c1a071;
  --wl-white: #ffffff;
}

/* =====================================================
   HEADER BASE
===================================================== */

.hero-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.58),
    rgba(0, 0, 0, 0.24),
    transparent
  );
  pointer-events: auto;
}

.hero-header,
.hero-header * {
  box-sizing: border-box;
}

.hero-header-inner {
  position: relative;
  z-index: 999999;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 34px 70px;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
}

/* =====================================================
   LOGO
===================================================== */

.hero-left {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  flex-shrink: 0;
}

.hero-left a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  line-height: 0;
}

.hero-left img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;

  width: auto !important;
  height: auto !important;

  max-width: 260px !important;
  max-height: 86px !important;

  object-fit: contain !important;
  object-position: left center !important;
  aspect-ratio: auto !important;
}

/* =====================================================
   DESKTOP NAV
===================================================== */

.hero-nav {
  display: flex;
  justify-self: center;
  align-items: center;
  justify-content: center;
}

.nav-level-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-level-1 > li {
  position: relative;
  list-style: none;
}

.nav-level-1 > li > a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.nav-level-1 > li > a:hover {
  color: #d2d0c6 !important;
  opacity: 1;
}

/* =====================================================
   DESKTOP DROPDOWN
===================================================== */

.nav-dropdown {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  width: 520px;
  padding: 28px 32px;
  margin: 0;

  background: rgba(9, 48, 40, 0.98);
  border: 1px solid rgba(210, 208, 198, 0.2);
  border-radius: 20px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 34px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-dropdown a {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.35;
  opacity: 0.92;
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

.nav-dropdown a:hover {
  color: #c1a071 !important;
  opacity: 1;
}

/* =====================================================
   DESKTOP CTA BUTTONS
===================================================== */

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 14px;
}

.btn-ghost,
.btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.btn-ghost {
  padding: 13px 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.82);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-ghost:hover {
  background: rgba(210, 208, 198, 0.16);
  border-color: #c1a071;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.btn-primary {
  padding: 14px 26px;
  background: #ffffff;
  color: #093028 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.btn-primary:hover {
  background: #c1a071;
  color: #093028 !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

/* =====================================================
   MOBILE PANEL BASE
===================================================== */

.nav-toggle,
.side-toggle {
  display: none !important;
}

.hamburger {
  display: none;
  position: relative;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000002;
  border-radius: 999px;
  background: rgba(9, 48, 40, 0.42);
  border: 1px solid rgba(210, 208, 198, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hamburger span {
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 999px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    top 0.25s ease;
}

.hamburger span:nth-child(1) {
  top: 13px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 27px;
}

.nav-toggle:checked ~ .hero-header-inner .hamburger span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.nav-toggle:checked ~ .hero-header-inner .hamburger span:nth-child(2) {
  opacity: 0;
}

.nav-toggle:checked ~ .hero-header-inner .hamburger span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}

.panel-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 1000000;
}

.side-panel {
  position: fixed;
  top: 0;
  right: -110%;
  width: min(86vw, 420px);
  height: 100dvh;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(193, 160, 113, 0.14),
      transparent 42%
    ),
    #093028;
  padding: 110px 30px 40px;
  overflow-y: auto;
  z-index: 1000001;
  box-shadow: -28px 0 70px rgba(0, 0, 0, 0.42);
  transition: right 0.35s ease;
}

.nav-toggle:checked ~ .side-panel {
  right: 0;
}

.nav-toggle:checked ~ .panel-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* =====================================================
   SIDE MENU
===================================================== */

.side-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu > li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.side-menu a,
.side-parent-label {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.side-menu a {
  display: block;
}

.side-menu a:hover,
.side-parent-label:hover {
  color: #c1a071 !important;
}

.side-parent-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.side-parent-label .arrow {
  width: 9px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.side-submenu {
  list-style: none;
  padding-left: 0;
  margin: 14px 0 0;
  max-height: 0;
  overflow: hidden;
  border-left: 1px solid rgba(193, 160, 113, 0.28);
  transition: max-height 0.3s ease;
}

.side-toggle:checked + .side-parent-label + .side-submenu {
  max-height: 680px;
}

.side-toggle:checked + .side-parent-label .arrow {
  transform: rotate(-135deg);
}

.side-submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-submenu a {
  display: block;
  padding: 9px 0 9px 16px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86) !important;
}

.side-submenu a:hover {
  color: #c1a071 !important;
}

/* =====================================================
   SIDE MENU CTA BUTTONS
===================================================== */

.side-menu-cta {
  margin-top: 28px !important;
}

.side-menu-cta + .side-menu-cta {
  margin-top: 14px !important;
}

.side-menu-cta a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  text-align: center;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.side-menu-manage a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(210, 208, 198, 0.55);
}

.side-menu-manage a:hover {
  background: rgba(210, 208, 198, 0.16);
  border-color: #c1a071;
  color: #ffffff !important;
}

.side-menu-book a {
  color: #093028 !important;
  background: #c1a071;
  border: 1.5px solid #c1a071;
}

.side-menu-book a:hover {
  background: #d2d0c6;
  border-color: #d2d0c6;
  color: #093028 !important;
}

/* =====================================================
   DESKTOP
===================================================== */

@media (min-width: 1181px) {
  .hero-header {
    display: block !important;
  }

  .hero-nav,
  .hero-cta {
    display: flex !important;
  }

  .hamburger {
    display: none !important;
  }

  .hero-left img {
    max-width: 260px !important;
    max-height: 86px !important;
  }
}

/* =====================================================
   TABLET LANDSCAPE
===================================================== */

@media (min-width: 1025px) and (max-width: 1180px) {
  .hero-header-inner {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    gap: 20px;
    padding: 28px 30px;
  }

  .hero-left img {
    max-width: 210px !important;
    max-height: 66px !important;
  }

  .hero-nav,
  .hero-cta {
    display: flex !important;
  }

  .hamburger {
    display: none !important;
  }

  .nav-level-1 {
    gap: 20px;
  }

  .nav-level-1 > li > a {
    font-size: 14px;
  }

  .hero-cta {
    gap: 9px;
  }

  .btn-ghost,
  .btn-primary {
    min-height: 40px;
    font-size: 12.5px;
  }

  .btn-ghost {
    padding: 11px 14px;
  }

  .btn-primary {
    padding: 11px 16px;
  }

  .nav-dropdown {
    width: 460px;
    padding: 24px 26px;
    gap: 12px 24px;
  }

  .nav-dropdown a {
    font-size: 14px;
  }
}

/* =====================================================
   TABLET PORTRAIT
===================================================== */

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-header-inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 26px 32px;
  }

  .hero-left img {
    max-width: 210px !important;
    max-height: 58px !important;
  }

  .hero-nav,
  .hero-cta {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }

  .side-panel {
    width: min(74vw, 440px);
    padding: 118px 36px 44px;
  }

  .side-menu a,
  .side-parent-label {
    font-size: 21px;
  }

  .side-submenu a {
    font-size: 16px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {
  .hero-header-inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 22px 18px;
  }

  .hero-left img {
    max-width: 190px !important;
    max-height: 46px !important;
  }

  .hero-nav,
  .hero-cta {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
    width: 40px;
    height: 40px;
  }

  .hamburger span {
    width: 21px;
  }

  .side-panel {
    width: min(88vw, 390px);
    padding: 96px 26px 36px;
  }

  .side-menu > li {
    margin-bottom: 19px;
  }

  .side-menu a,
  .side-parent-label {
    font-size: 19px;
  }

  .side-submenu {
    margin-top: 12px;
  }

  .side-submenu a {
    font-size: 15px;
    padding: 8px 0 8px 15px;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .hero-header-inner {
    padding: 20px 16px;
  }

  .hero-left img {
    max-width: 170px !important;
    max-height: 42px !important;
  }

  .hamburger {
    width: 38px;
    height: 38px;
  }

  .side-panel {
    width: 90vw;
    padding: 92px 24px 34px;
  }

  .side-menu a,
  .side-parent-label {
    font-size: 18px;
  }

  .side-submenu a {
    font-size: 14.5px;
  }
}

/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 380px) {
  .hero-left img {
    max-width: 155px !important;
    max-height: 38px !important;
  }

  .hero-header-inner {
    padding: 18px 14px;
  }

  .side-panel {
    width: 92vw;
    padding: 88px 22px 32px;
  }
}

/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .hamburger span,
  .panel-overlay,
  .side-panel,
  .side-submenu,
  .nav-dropdown,
  .btn-ghost,
  .btn-primary,
  .nav-level-1 > li > a,
  .side-menu-cta a {
    transition: none !important;
  }
}/* End custom CSS */