.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
  .maps-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .map-card {
    background: rgba(255,255,255,0.66);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(47, 33, 24, 0.14);
    overflow: hidden;
    border: 1px solid rgba(78,57,41,0.08);
  }

  .map-copy {
    padding: 24px;
  }

  .map-image-wrap {
    padding: 22px;
    border-top: 1px solid rgba(78,57,41,0.08);
    background: #efe6d4;
  }

  .resort-map {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }
  
  /* Back to Top Button */
#backToTop {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: #4e3929;
  color: white;
  border: none;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  display: none;
  z-index: 999;
}

#backToTop:hover {
  background: #2f2118;
}
</style>/* End custom CSS */