:root {
    --color-primary: #058c42ff;
    --color-accent-1-light: #08afacff;
    --color-accent-1-dark: #092e20;
    --color-accent-2-light: #8b8c89ff;
    --color-accent-2-dark: #355e3b;
    --bs-dark-rgb: 9, 46, 32;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

h1 {
   font-family: 'Expletus Sans', 'Nunito Sans', 'Segoe UI', sans-serif;
}

a {
  text-decoration: none;
  color: var(--color-accent-2-dark);
}

a:hover {
  color: var(--color-primary);
}

/* New CSS for full-width bleed */
.full-bleed-section {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: fade 0.3s ease both;
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fly-in-left {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fly-in-right {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fly-in-up {
  from {
    opacity: 0;
    transform: translateY(250px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.fly-in-left {
  animation: fly-in-left linear;
  animation-timeline: view();
  animation-range: entry 5% cover 40%;
}

.fly-in-right {
  animation: fly-in-right linear;
  animation-timeline: view();
  animation-range: entry 5% cover 40%;
}

.fly-in-up {
  animation: fly-in-up linear;
  animation-timeline: view();
  animation-range: entry 5% cover 40%;
}

.article-image {
   max-width: 10rem;
}
/* :L2 */
/* :L3 */
.hg-lzhtcyxrfz .banner-img {
  max-height: 30rem;
  object-fit: cover;
}
/* :L8 */
.hg-lzhtcyxrfz .location-section h2 {
  margin-bottom: 1rem;
}
/* :L12 */
.hg-lzhtcyxrfz .map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}
/* :L19 */
.hg-lzhtcyxrfz .map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* :L28 */
.hg-lzhtcyxrfz .contact-section a[href^="tel"],
.hg-lzhtcyxrfz .contact-section a[href^="sms"] {
  text-decoration: none;
}

/* :L2 */
/* :L3 */
.hg-yucogfloph .card-price {
  font-size: 1.5rem;
  font-weight: 700;
}
/* :L8 */
.hg-yucogfloph .shadow-green {
  box-shadow: 0.5rem 0.5rem 1rem var(--add-50-black);
}
/* :L12 */
.hg-yucogfloph .office-gallery {
  overflow: hidden;
}
/* :L16 */
.hg-yucogfloph .office-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* :L2 */
/* :L3 */
.hg-rxbipkjcys .toc a {
  font-size: 1.15rem;
}

/* :L2 */
/* :L3 */
.hg-bzqnbxukqm .coffee-image {
  max-width: 8rem;
}

/* :L2 */
/* :L3 */
.hg-udbajbcqvd .card-img-top {
  aspect-ratio: 1.777777778;
  object-fit: cover;
  width: 100%;
}

/* :L2 */
/* :L3 */
.hg-yfjchxkqlm .article-image {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 300px;
  height: auto;
}

/* :L2 */
/* :L3 */
.hg-rjzjlsqqgs .article-image {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 40%;
}

/* :L2 */
/* :L3 */
.hg-slirehkwtw .article-image {
  float: left;
  margin: 0 1rem 0 0;
  max-width: 15rem;
}
/* :L7 */
.hg-slirehkwtw .article-image-right {
  float: right;
  margin: 0 0 0 1rem;
  max-width: 15rem;
}

/* :L2 */
/* :L3 */
.hg-citdxiowda .logo-stacked {
  max-width: 50vw;
}

/* :L2 */
/* :L3 */
.hg-nkhtrmuvjo .img-fluid {
  max-width: 50vw;
  margin: 0 auto;
}
/* :L4 */
.hg-nkhtrmuvjo .bottom-image {
  width: 35rem;
  max-width: 50vw;
  margin: 0 auto;
}

/* :L2 */
/* :L3 */
.hg-hfpsxanntq .footer-logo {
  max-width: 150px;
}
/* :L4 */
.hg-hfpsxanntq .footer-credit {
  opacity: 0.6;
}
/* :L5 */
.hg-hfpsxanntq .footer-credit-icon {
  width: 1em;
  height: auto;
  margin-top: -5px;
}

/* :L2 */
/* :L3 */
.hg-kkbipecqje .card-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;

}
/* :L8 */
.hg-kkbipecqje .card-shadow:hover {
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.15);
}
/* :L12 */
.hg-kkbipecqje .clamp-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
/* :L19 */
.hg-kkbipecqje .carousel-img {
  max-height: calc(25vw);
  object-fit: cover;
  border-radius: 0.25rem;
}
/* :L25 */
.hg-kkbipecqje .image-caption {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
/* :L35 */
.hg-kkbipecqje .carousel-item {
  background-color: transparent;
}
/* :L39 */
.hg-kkbipecqje .slider-container {
  min-height: calc(25vw);
}
@media (max-width: 767px) {
  /* :L44 */
  .hg-kkbipecqje .carousel-img {
    max-height: 90vw;
  }
  /* :L48 */
  .hg-kkbipecqje .slider-container {
    min-height: 90vw;
  }
}

/* :L2 */
/* :L3 */
.hg-ssuoxexhdf .bounce-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
/* :L10 */
.hg-ssuoxexhdf .bounce-container .bouncing {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  animation: bounce 4s ease-in-out infinite;

}
@keyframes bounce {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: calc(40%);
  }
  50% {
    top: calc(70%);
    left: calc(40%);
  }
  75% {
    top: calc(70%);
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}

/* :L2 */
/* :L3 */
.hg-yujclkktuy .bottle-shape {
  position: relative;
  width: 200px;
  height: 400px;
  margin: 1rem auto;
  /* Gradient fill to simulate glass */
  background: linear-gradient(180deg, rgba(224, 247, 250, 0.8) 0%, rgba(178, 235, 242, 0.8) 100%);
  border: 4px solid #90a4ae;
  border-radius: 60px 60px 20px 20px;
  overflow: hidden;
  /* Glass reflection inset shadow */
  box-shadow: inset 0 10px 30px rgba(255, 255, 255, 0.6), 0 10px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/* :L26 */
.hg-yujclkktuy .bottle-shape::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 80px;
  background: linear-gradient(180deg, rgba(224, 247, 250, 0.9) 0%, rgba(178, 235, 242, 0.9) 100%);
  border: 4px solid #90a4ae;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  box-shadow: inset 0 5px 15px rgba(255, 255, 255, 0.7);
  z-index: -1;
}
/* :L43 */
.hg-yujclkktuy .bottle-shape::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 12px;
  background: #90a4ae;
  border-radius: 6px;
  z-index: -1;
}
/* :L57 */
.hg-yujclkktuy .water {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: rgba(100, 180, 220, 0.6);
  z-index: 1;
  animation: fill 4s ease-in-out infinite;

}
/* :L69 */
.hg-yujclkktuy .bottle-shape span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20%;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  z-index: 2;
  animation: float 4s ease-in-out infinite;

}
@keyframes fill {
  0% {
    height: 20%;
  }
  50% {
    height: 80%;
  }
  100% {
    height: 20%;
  }
}
@keyframes float {
  0% {
    bottom: 20%;
  }
  50% {
    bottom: 80%;
  }
  100% {
    bottom: 20%;
  }
}

/* :L2 */
/* :L4 */
.hg-hcmijnklwr .max-h-20rem {
  max-height: 20rem;
  object-fit: cover;
}
/* :L10 */
.hg-hcmijnklwr .horizontal-article {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 100%;
  align-items: center;
}
/* :L18 */
.hg-hcmijnklwr .horizontal-article .article-img {
  flex: 0 0 40%;
  object-fit: contain;
  max-height: 10rem;
}
/* :L24 */
.hg-hcmijnklwr .horizontal-article .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  /* :L32 */
  .hg-hcmijnklwr .horizontal-article {
    flex-direction: column;
  }
  /* :L35 */
  .hg-hcmijnklwr .horizontal-article .article-img {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  /* :L43 */
  .hg-hcmijnklwr .card.h-100 {
    max-height: 30rem;
    overflow: hidden;
  }
}
/* :L50 */
.hg-hcmijnklwr .card-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* :L2 */
/* :L3 */
.hg-ulavhlvdxh .contact-col-left {
  flex: 0 0 40%;
  max-width: 40%;
}
/* :L8 */
.hg-ulavhlvdxh .contact-col-right {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  /* :L14 */
  .hg-ulavhlvdxh .contact-col-left,
  .hg-ulavhlvdxh .contact-col-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* :L20 */
  .hg-ulavhlvdxh .contact-col-left {
    padding-left: 1.5rem;
  }
}

/* :L2 */
/* :L3 */
.hg-gsmwsvtwcv .learn-more {
  color: var(--bs-primary);
  text-decoration: none;
  transition: text-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
}
/* :L11 */
.hg-gsmwsvtwcv .learn-more:hover {
  text-shadow: 0 0 8px rgba(13, 110, 253, 0.7);
}
/* :L15 */
.hg-gsmwsvtwcv .card {
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}
/* :L21 */
.hg-gsmwsvtwcv .card:hover {
  transform: scale(1.05);
  z-index: 1;
}

/* :L2 */
/* :L4 */
.hg-dszbufuciq .feature-card {
  border-radius: 1.5rem !important;
}
/* :L9 */
.hg-dszbufuciq .feature-card .card-body p {
  font-size: 0.85rem;
}

/* :L2 */
/* :L3 */
.hg-atakbukpda .banner {
  width: 100%;
  position: relative;
  aspect-ratio: 2.162162162;
  max-height: 600px;
  overflow: hidden;
  border-radius: 2rem;
}
/* :L12 */
.hg-atakbukpda .img-border-radius {
  border-radius: 2rem;
}
/* :L16 */
.hg-atakbukpda .banner-title {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 2;
  font-family: 'Expletus Sans', 'Nunito Sans', 'Segoe UI', sans-serif;
}
/* :L28 */
.hg-atakbukpda .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 2rem;
}
/* :L39 */
.hg-atakbukpda .banner-dropdowns {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
/* :L47 */
.hg-atakbukpda .banner-dropdowns .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
/* :L52 */
.hg-atakbukpda .dropdown button,
.hg-atakbukpda .dropdown ul {
  min-width: 15rem;
}
/* :L56 */
.hg-atakbukpda .dropdown ul {
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.85);
}
/* :L61 */
.hg-atakbukpda .dropdown ul a:hover {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 1rem;
}
@media (max-width: 767.98px) {
  /* :L67 */
  .hg-atakbukpda .banner-dropdowns .dropdown {
    width: 100%;
  }
  /* :L71 */
  .hg-atakbukpda .banner-title {
    top: 20%;
    width: calc(98%);
    padding: 0 1rem;
  }
}
/* :L79 */
.hg-atakbukpda .banner .carousel-fade .carousel-item {
  transition-duration: 2s;
}
/* :L84 */
.hg-atakbukpda .banner .carousel-inner,
.hg-atakbukpda .banner .carousel-item {
  height: 100%;
}
/* :L89 */
.hg-atakbukpda .banner .img-fluid {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575.98px) {
  /* :L96 */
  .hg-atakbukpda .banner,
  .hg-atakbukpda .banner .img-fluid {
    aspect-ratio: auto;
    height: 45vh;
    min-height: 300px;
  }
}

/* :L2 */
/* :L3 */
.hg-iheoajfebo .navbar-logo {
  height: auto;
  max-height: 30px;
}
@media (max-width: 576px) {
  /* :L9 */
  .hg-iheoajfebo .navbar-logo {
    max-width: calc(95vh);
  }
}
/* :L14 */
.hg-iheoajfebo .tour-button {
  background-color: var(--color-primary);
}
/* :L18 */
.hg-iheoajfebo .tour-button:hover {
  background-color: var(--color-accent-1-light);
}

/* :L2 */
/* :L3 */
.hg-jimjdrmshd .footer-logo {
  max-width: 150px;
}

/* :L2 */
/* :L3 */
.hg-ebhlhqsgxn .banner {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
/* :L9 */
.hg-ebhlhqsgxn .banner-img {
  width: 100%;
  height: 30rem;
  max-height: 30rem;
  object-fit: cover;
  border-radius: inherit;
}
/* :L17 */
.hg-ebhlhqsgxn .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem;
}
/* :L31 */
.hg-ebhlhqsgxn .banner-overlay h1 {
  margin: 2rem 2rem 0 2rem;
  color: #fff;
}
/* :L36 */
.hg-ebhlhqsgxn .banner-overlay h2 {
  margin: 0 2rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}
@media (max-width: 576px) {
  /* :L45 */
  .hg-ebhlhqsgxn .banner-overlay h1 {
    margin: 0;
  }
  /* :L49 */
  .hg-ebhlhqsgxn .banner-overlay h2 {
    font-size: 1rem;
    margin: 0;
  }
}

/* :L2 */
/* :L3 */
.hg-vmdkvrlohz .user-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
/* :L9 */
.hg-vmdkvrlohz .review-card {
  max-width: 25rem;
}
/* :L13 */
.hg-vmdkvrlohz .carousel-control-prev-icon,
.hg-vmdkvrlohz .carousel-control-next-icon {
  background-color: black;
  border-radius: 0.35rem;
}
/* :L19 */
.hg-vmdkvrlohz .carousel-control-prev,
.hg-vmdkvrlohz .carousel-control-next {
  top: 15%;
  bottom: auto;
}

/* :L2 */
/* :L3 */
.hg-bdusrkwoen .carousel-container {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* :L9 */
.hg-bdusrkwoen .carousel-container::-webkit-scrollbar {
  display: none;
}
/* :L12 */
.hg-bdusrkwoen .carousel-container .thumb {
  flex: 0 0 25%;
  padding: 0.5rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  /* :L18 */
  .hg-bdusrkwoen .carousel-container .thumb {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 768px) {
  /* :L23 */
  .hg-bdusrkwoen .carousel-container .thumb {
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  /* :L28 */
  .hg-bdusrkwoen .carousel-container .thumb {
    flex: 0 0 100%;
  }
}
/* :L32 */
.hg-bdusrkwoen .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}
/* :L44 */
.hg-bdusrkwoen .modal-overlay img {
  max-width: 90%;
  max-height: 90%;
}
/* :L48 */
.hg-bdusrkwoen .carousel-wrapper {
  position: relative;
}
/* :L51 */
.hg-bdusrkwoen .carousel-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
}
/* :L66 */
.hg-bdusrkwoen .carousel-nav-button.left {
  left: 0.5rem;
}
/* :L69 */
.hg-bdusrkwoen .carousel-nav-button.right {
  right: 0.5rem;
}
/* :L72 */
.hg-bdusrkwoen .carousel-container .thumb img {
  width: 100%;
  aspect-ratio: 1.333333333;
  object-fit: cover;
}

/* :L2 */
/* :L3 */
.hg-idabxkoixc .amenities-services .card-img-top {
  width: auto;
  max-width: 8rem;
  max-height: 8rem;
  object-fit: contain;
  margin: 1rem auto 0.5rem auto;
}
/* :L11 */
.hg-idabxkoixc .amenities-services .card-body {
  text-align: center;
}
/* :L15 */
.hg-idabxkoixc .amenities-services .card.h-100 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* :L22 */
.hg-idabxkoixc .amenities-services .card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
/* :L28 */

/* :L2 */
/* :L3 */
.hg-tzsyzzcuus .card-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1.333333333;
  object-fit: cover;
}
/* :L11 */
.hg-tzsyzzcuus .card-description {
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* :L19 */
.hg-tzsyzzcuus .card-btn {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}
/* :L24 */
.hg-tzsyzzcuus .card-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
/* :L29 */
.hg-tzsyzzcuus .card-btn:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* :L2 */
/* :L3 */
.hg-aazxeljebk .card-body ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

/* :L2 */
/* :L3 */
.hg-ergmiazcty .card-price {
  font-size: 2.5rem;
}
/* :L7 */
.hg-ergmiazcty .period {
  font-size: 0.8rem;
}
/* :L11 */
.hg-ergmiazcty .card {
  position: relative;
}
/* :L15 */
.hg-ergmiazcty .most-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);

}
/* :L22 */
.hg-ergmiazcty .form-check-input {
  border-radius: 0.25rem;
  border-color: #555;
}
/* :L27 */
.hg-ergmiazcty .form-check-input:checked {
  background-color: #555;
  border-color: #555;
}

/* :L2 */
/* :L3 */
.hg-vlgwvcnbwh .card-img-top {
  aspect-ratio: 2;
  object-fit: cover;
}

