﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: rgba(0, 0, 0, 0);
  z-index: 1000;
  transition: background 0.3s ease transform 0.8s ease;
}
.header .mobile {
  display: none;
}

.hidden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

.logo-xs {
  display: none;
}

.header--hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
}

.nav-left,
.nav-right {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-toggle {
  display: none;
}

.logo {
  margin: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 500;
}

.nav .active {
  font-weight: 700;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

.nav a:hover::after {
  width: 100%;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: white;
  transition: width 0.3s ease;
}

.nav a:hover::after {
  width: 100%;
}

.header.submenu-open {
  background: #fff;
}
.header.submenu-open .cls-1 {
  fill: #76a69e;
}
.header.submenu-open .cls-2 {
  fill: #55aba8;
}
.header.submenu-open .cls-3 {
  fill: #8bbcb8;
}
.header.submenu-open .cls-4 {
  fill: #76a59f;
}
.header.submenu-open .cls-5 {
  fill: #a7d8d5;
}

.header.submenu-open .logo,
.header.submenu-open .nav a {
  color: #3E3E3E;
}

.header.submenu-open .nav a::after {
  background-color: #3E3E3E;
}

main {
  margin-top: 0px;
}

.hero img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* Section styles */
.section {
  padding: 100px 50px;
  color: white;
}
.section-nopdv {
  padding: 0 50px;
}
.section-pdt {
  padding-top: 50px;
}
.section-pdb {
  padding-bottom: 50px;
}

.section-1 {
  background-color: #76a59e;
}

.section-2 {
  background-color: #54595f;
}

.section-3 {
  background-color: #2196f3;
}

.submenu {
  position: fixed;
  top: 125px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #fff;
  backdrop-filter: blur(5px);
  transition: max-height 0.4s ease;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.submenu.open {
  max-height: 500px;
}

.rooms {
  padding: 20px 0;
}
.rooms h3 {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
  color: #76a59e;
}
.rooms h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #76a59e;
  text-transform: uppercase;
}
.rooms .room {
  font-size: 1rem;
  line-height: 1.6em;
}
.rooms .room-text {
  color: #444;
}

.room-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-top: 20px;
}

.room {
  width: 450px;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.room-content {
  height: 565px;
}
.room-footer {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.room-sm {
  width: 200px !important;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}

.room img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.room h4 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.room p {
  font-size: 0.95rem;
  color: #444;
}

.submenu {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

/*.r {
  position: fixed;
  top: 50%;
  right: 0px;
  width: auto;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  z-index: 999999;
  transform: translateY(-50%);


  &-nav {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    transform: rotate(-90deg) translateX(90px) translateY(-60px);
    transform-origin: top right;
    position: relative;

    &-reserve {
      font-family: "Arima", system-ui;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      background: $primary;
      cursor: pointer;
      padding: 9px 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      //transition: all 0.3s ease-in-out;
      color: #fff;
      font-size: 20px;

      a, a:hover, a:active, a:visited {
        color: #fff;
        text-decoration: none;
      }
    }
  }
}*/
/* Right rail container */
/*.r {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999999;
  transform: translateY(-50%);*/
/* One shared rotation so items line up */
/*.r-rail {
  display: flex;*/ /* laid out horizontally before rotation */
/*align-items: center;
  gap: 12px;
  transform: rotate(-90deg) translateX(90px) translateY(-60px);
  transform-origin: top right;
}*/
/* Shared tab look */
/*.r-tab {
  border: 1px solid #fff;
  background: rgba(0,0,0,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 9px 28px;
  font-family: "Arima", system-ui;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  position: relative;
  white-space: nowrap;

  a, a:hover, a:active, a:visited {
    color: #fff;
    text-decoration: none;
  }
}*/
/* Reserve keeps your brand color */
/*.r-tab--reserve {
  background: $primary;
  border-color: #fff;
}*/
/* Language trigger (rotated with the rail) */
/*.r-tab--lang .r-tab-btn {
  appearance: none;
  background: transparent;
  border: none;
  color: #fff;
  font: inherit;
  padding: 0;
  cursor: pointer;
}*/
/* Counter-rotated dropdown so it reads normally */
/*.r-tab--lang .r-lang-menu {
  position: absolute;*/
/* Because parent is rotated -90deg, we counter-rotate +90deg */
/*transform: rotate(90deg) translateX(-8px);
transform-origin: top right;
top: 50%;
right: calc(100% + 8px);*/ /* open to the left of the tab (screen-left) */
/*list-style: none;
  margin: 0;
  padding: 6px;
  background: rgba(0,0,0,0.85);
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, filter .15s ease;

  li {
    margin: 0;
    padding: 0;
  }

  a {
    display: inline-block;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid transparent;
    min-width: 36px;
    text-align: center;
    transition: background .15s ease, border-color .15s ease;
  }

  a:hover, a:focus {
    background: $primary;
    border-color: #fff;
    outline: none;
  }

  a.is-active {
    background: $primary;
    border-color: #fff;
  }
}*/
/* Show dropdown on hover/focus of the lang tab (works with keyboard) */
/*.r-tab--lang:hover .r-lang-menu,
.r-tab--lang:focus-within .r-lang-menu {
  opacity: 1;
  pointer-events: auto;
}

.r-tab--lang {
  position: relative;*/
/* 1) Hover bridge: extends hover zone leftwards into the dropdown area */
/*&::after {
  content: "";
  position: absolute;*/
/* expand up/down a bit and FAR to the left where the menu appears */
/*top: -16px;
bottom: -16px;
left: -260px;*/ /* adjust based on menu width */
/*right: 0;*/
/* must sit above page so it can receive hover but not block clicks on menu */
/*z-index: 0;
  background: transparent;
}*/
/* 2) Ensure menu sits above the bridge and is clickable */
/*.r-lang-menu {
  position: absolute;
  z-index: 1;*/
/* keep your existing counter-rotation + placement */
/*transform: rotate(90deg) translateX(-8px);
transform-origin: top right;
top: 50%;
right: calc(100% + 8px);*/
/* …existing styles… */
/*}*/
/* 3) Open on hover/focus (unchanged) */
/*&:hover .r-lang-menu,
    &:focus-within .r-lang-menu {
      opacity: 1;
      pointer-events: auto;
    }
  }
}*/
.r {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.r-rail {
  display: flex;
  gap: 12px;
  transform: rotate(-90deg) translateX(90px) translateY(-60px);
  transform-origin: top right;
}
.r .whatsapp {
  position: absolute;
  right: 20px;
  top: 145px;
}

.r-tab {
  background: #76a59e;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 9px 10px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}

.r-tab a,
.r-tab a:hover,
.r-tab a:active,
.r-tab a:visited {
  color: #fff;
  text-decoration: none;
}

.r-tab--reserve {
  background: #76a59e;
  padding: 9px 28px;
}

.r-tab--lang {
  position: relative;
}

.r-tab--lang .r-lang-wrap {
  position: relative;
  transform: rotate(90deg); /* cancels rail -90° */
  transform-origin: center;
}

.r-tab--lang .r-tab-btn {
  appearance: none;
  background: transparent;
  border: none;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.r-tab--lang .r-lang-menu {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  list-style: none;
  margin: 0;
  padding: 6px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid #fff;
  border-radius: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 1000000;
}

.r-tab--lang:hover .r-lang-menu,
.r-tab--lang:focus-within .r-lang-menu,
.r-tab--lang.is-open .r-lang-menu {
  opacity: 1;
  pointer-events: auto;
}

.r-tab--lang .r-lang-menu li {
  margin: 0;
  padding: 0;
}

.r-tab--lang .r-lang-menu a {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid transparent;
  min-width: 36px;
  text-align: center;
}

.r-tab--lang .r-lang-menu a:hover,
.r-tab--lang .r-lang-menu a.is-active {
  background: #76a59e;
  border-color: #fff;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 40px;
}

.section h2, .section h3, .section p {
  font-family: "Arima", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.section h2 {
  font-size: 36px;
}
.section h3 {
  font-size: 30px;
}
.section p {
  color: #0c0c0c;
}
.section-green {
  background: #76a59e;
}
.section-green h2, .section-green h3, .section-green p {
  color: #fff;
}
.section-green a, .section-green a:hover, .section-green a:active, .section-green a:visited {
  color: #fff;
}
.section-white {
  background: #fff;
  color: #0c0c0c;
}
.section-white h2, .section-white h3, .section-white p {
  color: #0c0c0c;
}
.section-white h2 {
  color: #76a59e;
}
.section-white a, .section-white a:hover, .section-white a:active, .section-white a:visited {
  color: #76a59e;
}
.section-white ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
.section-white ul li {
  color: #0c0c0c;
  font-family: "Source Code Pro", monospace;
}
.section-bg {
  background-image: url("/img/background-circle-lg.png");
  background-position: calc(100% - 30px) calc(100% - 30px);
  background-repeat: no-repeat;
  background-size: auto;
}
.section-bg-leave {
  background-image: url("/img/background-leave.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
}

.text {
  display: flex;
}
.text-image {
  padding: 15px;
}

.block {
  display: flex;
  padding: 1rem 4rem;
}
.block-content p {
  margin-block: 10px;
}
.block-line, .block-linew {
  position: relative;
  padding-bottom: 1rem;
}
.block-line::after, .block-linew::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #76a59e;
  width: 100%;
  max-width: 90px;
}
.block-linew::after {
  border-bottom: 1px solid #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  text-align: center;
  transition: all 0.3s;
  background-color: #76a59e;
  font-family: "Arimo", Sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  fill: #fff;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.button-sm {
  padding: 3px 20px;
}
.button-mg10 {
  margin-top: 10px;
}
.button:hover {
  background: rgba(118, 165, 158, 0.8);
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .gal {
  box-sizing: border-box;
  padding-bottom: 20px;
}
.gallery .gal img {
  border: 1px solid #fff;
}
.gallery-green .gal img {
  border: 1px solid #76a59e;
}

footer {
  padding: 50px 100px;
  background: #000;
  color: #fff;
}
footer h4 {
  font-size: 20px;
}
footer a, footer a:hover, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a:hover:hover, footer a:active:hover, footer a:visited:hover {
  text-decoration: underline;
}
footer .disclaimer {
  display: block;
  padding-top: 20px;
}
footer .by {
  display: block;
  padding-block: 20px;
}
footer .by a {
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .gal {
    flex: 1 1 calc(50% - 20px); /* 2 items per row */
  }
  .text {
    display: flex;
    flex-direction: column;
  }
  .text-image {
    padding: 0;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .gal {
    flex: 1 1 100%; /* 1 item per row */
  }
}
@media (max-width: 1440px) {
  .room {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .header .mobile {
    position: fixed;
    right: 10px;
    top: 20px;
    display: block;
  }
  .section {
    padding: 0px;
    width: 100%;
  }
  .section .hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .gal img {
    width: 100%;
  }
  footer {
    padding: 20px;
  }
  .room {
    width: 100%;
  }
  .block {
    padding: 1rem;
  }
  .block-content h2 {
    font-size: 25px;
  }
}
@media (min-width: 699.98px) and (max-width: 1440px) {
  .gal img {
    width: 300px;
  }
  .submenu.open {
    max-height: 100%;
  }
}
@media (max-width: 699.98px) {
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
  }
  .header {
    padding: 10px;
  }
  .nav-left, .nav-right {
    display: block;
  }
  .logo-xs {
    display: block;
  }
  /* Hamburger button */
  .menu-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0.5rem;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
  }
  .menu-icon,
  .menu-icon::before,
  .menu-icon::after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
  }
  .menu-icon::before {
    transform: translateY(-7px);
  }
  .menu-icon::after {
    transform: translateY(5px);
  }
  .menu-toggle[aria-expanded=true] .menu-icon {
    background: transparent;
  }
  .menu-toggle[aria-expanded=true] .menu-icon::before {
    transform: rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] .menu-icon::after {
    transform: rotate(-45deg);
  }
  /* Fullscreen overlay nav */
  .nav {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1000;
  }
  .nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* Stack menu items */
  .nav .nav-left, .nav-right {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .nav .nav-left, .nav-right a {
    font-size: clamp(1.4rem, 5vw, 2rem);
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
  }
  .nav .nav-left, .nav-right a:hover, .nav .nav-left a:active {
    text-decoration: underline;
  }
  /* Position logo at bottom inside overlay (optional) */
  .nav .logo {
    position: absolute;
    top: 2rem;
  }
  .nav-right {
    padding-top: 20px;
  }
  /* Force readable colors on overlay (overrides site-wide styles) */
  .nav.is-open * {
    color: #fff !important;
    fill: #fff !important;
  }
  .section-bg-leave {
    background: none !important;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
