/* General Styles */
body {
  background-color: #fff;
}

.page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right bottom, #2a1f30 50%, #383d44 50%);
}


/* Spa Suites Section CSS */
.swiper-custom .page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right bottom, #2a1f30 50%, #383d44 50%);
}

.swiper-custom .swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.swiper-image-two {
  object-fit: cover;
  top: 0;
  right: 0;
}

.swiper-custom .top-right-image {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  width: 100px; /* Adjust as needed */
  height: auto;
  z-index: 2;
}

/* Swiper Pagination Styles */
.swiper-custom .swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 10;
}

.swiper-custom .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  display: block;
  background: gray; /* Change to desired color */
  opacity: 0.4;
  margin-left: 95% !important;
  margin-top: 1% !important;
  margin: 5px 0;
  border-radius: 0; /* Make pagination bullets square */
}

.swiper-custom .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; /* Change to desired active color */
}

/* "Learn More" Button Styles */
.learn-more-button {
    padding: 10px 80px;
    border: 2px solid #c69c6d;
    background-color: white;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: #c69c6d;
    text-wrap: nowrap;
    position: relative;
    z-index: 3; /* Ensure button is above other content */
}

.learn-more-button:hover {
    background: #c69c6d; /* Background color on hover */
    color: #fff; /* Text color on hover */
}

.swiper-custom .swiper-image-two img {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Adjust as needed */
  width: 100px; /* Adjust as needed */
  height: auto;
  z-index: 2;
}

.swiper-custom .swiper-image-two {
  background-size: cover;
}

.swiper-custom .swiper-image-four {
  background-size: cover;
}

.spa-suites-title {
  font-size: 64px !important;
  position: absolute;
  top: 65px !important;
  left: 80px;
  text-align: left;
  margin: 0;
  color: #4a4a4a;
}

.swiper-custom .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-custom .swiper-slide .swiper-image {
  width: 50%;
  height: 100%;
}

.swiper-custom .swiper-slide .swiper-image-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-custom .swiper-slide .swiper-image-inner2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.swiper-custom .swiper-slide .swiper-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  z-index: -1;
}

.swiper-custom .swiper-slide .swiper-image-inner2 img {
  width: 100%;
  height: 200%;
  object-fit: cover;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
}


.swiper-custom .swiper-slide .swiper-image-inner.swiper-image-left {
  padding: 4rem;
}

.swiper-custom .swiper-slide .swiper-image-inner.swiper-image-right {
  background-color: white;
  background-blend-mode: multiply;
}

.swiper-custom .swiper-slide .paragraph {
  margin: 0;
  color: #4a4a4a !important;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 500;
}

  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph2 {
  margin: 0;
  color: #4a4a4a !important;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph3 {
  margin: 0;
  color: #4a4a4a !important;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  }



.swiper-custom .swiper-slide.swiper-slide-active .swiper-image-right {}

.swiper-custom .swiper-slide.swiper-slide-active h1,
.swiper-custom .swiper-slide.swiper-slide-active p.paragraph,
.swiper-custom .swiper-slide.swiper-slide-active p.paragraph2,
.swiper-custom .swiper-slide.swiper-slide-active p.paragraph3,
.swiper-custom .swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-custom .swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .swiper-custom h1 {
    font-size: 3.9rem;
  }
  .swiper-custom h1 span:not(.emphasis) {
    font-size: 2.9rem;
  }
  .swiper-custom h1 + p {
    font-size: 13px;
  }
  .swiper-custom p.paragraph {
    font-size: 1rem;
    line-height: 1.3;
  }
  .swiper-custom p.paragraph2 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .swiper-custom p.paragraph3 {
    font-size: 1rem;
    line-height: 1.3;
  }


}

@media screen and (max-width: 960px) {
  .swiper-custom h1 {
    font-size: 3.5rem;
  }
  .swiper-custom h1 span:not(.emphasis) {
    font-size: 2.5rem;
  }
  .swiper-custom p.paragraph {
    max-width: 90%;
  }
  .swiper-custom p.paragraph2 {
    max-width: 90%;
  }

  .swiper-custom p.paragraph3 {
    max-width: 90%;
  }


}

@media screen and (max-width: 640px) {
  .swiper-custom #home-slider {
    height: 86vh;
    width: 96vw;
  }
  .swiper-custom h1 {
    font-size: 3.2rem;
    align-self: center;
  }
  .swiper-custom h1 span:not(.emphasis) {
    font-size: 2.1rem;
  }
  .swiper-custom p.paragraph {
    max-width: 94%;
  }
  .swiper-custom p.paragraph2 {
    max-width: 94%;
  }

  .swiper-custom p.paragraph3 {
    max-width: 94%;
  }


}

/* Swiper css file. Only thing changed down here is the pagination styling */
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-custom .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-custom .swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-custom .swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-custom .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-custom .swiper-container-android .swiper-slide,
.swiper-custom .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-custom .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-custom .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-custom .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
}

/* Auto Height */
.swiper-custom .swiper-container-autoheight,
.swiper-custom .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-custom .swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-custom .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-custom .swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-custom .swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
.swiper-custom .swiper-button-prev,
.swiper-custom .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-custom .swiper-button-prev.swiper-button-disabled,
.swiper-custom .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-custom .swiper-button-prev,
.swiper-custom .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-custom .swiper-button-prev.swiper-button-black,
.swiper-custom .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-custom .swiper-button-prev.swiper-button-white,
.swiper-custom .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-custom .swiper-button-next,
.swiper-custom .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-custom .swiper-button-next.swiper-button-black,
.swiper-custom .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-custom .swiper-button-next.swiper-button-white,
.swiper-custom .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-custom .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-custom .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-custom .swiper-pagination-fraction,
.swiper-custom .swiper-pagination-custom,
.swiper-custom .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-custom .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: gray;
  opacity: 0.4;
}

.swiper-custom button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-custom .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-custom .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-custom .swiper-pagination-bullet-active {
  opacity: 1;
  background: black !important;
}

.swiper-custom .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-custom .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-custom .swiper-container-vertical > .swiper-pagination-bullets {
  right: 15px;
  bottom: 15px;
}

.swiper-custom .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-custom .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-custom .swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-custom .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-custom .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-custom .swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-custom .swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-custom .swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-custom .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-custom .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-custom .swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-custom .swiper-container-3d .swiper-wrapper,
.swiper-custom .swiper-container-3d .swiper-slide,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-left,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-right,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-top,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-custom .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-custom .swiper-container-3d .swiper-slide-shadow-left,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-right,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-top,
.swiper-custom .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-custom .swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-custom .swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-custom .swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-custom .swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-custom .swiper-container-coverflow .swiper-wrapper,
.swiper-custom .swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-custom .swiper-container-cube,
.swiper-custom .swiper-container-flip {
  overflow: visible;
}

.swiper-custom .swiper-container-cube .swiper-slide,
.swiper-custom .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-custom .swiper-container-cube .swiper-slide .swiper-slide,
.swiper-custom .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-custom .swiper-container-cube .swiper-slide-active,
.swiper-custom .swiper-container-flip .swiper-slide-active,
.swiper-custom .swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-custom .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-custom .swiper-container-cube .swiper-slide-shadow-top,
.swiper-custom .swiper-container-flip .swiper-slide-shadow-top,
.swiper-custom .swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-custom .swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-custom .swiper-container-cube .swiper-slide-shadow-left,
.swiper-custom .swiper-container-flip .swiper-slide-shadow-left,
.swiper-custom .swiper-container-cube .swiper-slide-shadow-right,
.swiper-custom .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-custom .swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-custom .swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-custom .swiper-container-cube .swiper-slide-active,
.swiper-custom .swiper-container-cube .swiper-slide-next,
.swiper-custom .swiper-container-cube .swiper-slide-prev,
.swiper-custom .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-custom .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-custom .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-custom .swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-custom .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-custom .swiper-container-fade .swiper-slide-active,
.swiper-custom .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-custom .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-custom .swiper-zoom-container > img,
.swiper-custom .swiper-zoom-container > svg,
.swiper-custom .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Scrollbar */
.swiper-custom .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-custom .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-custom .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-custom .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-custom .swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-custom .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-custom .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 810px) and (max-width: 1020px) {
.spa-suites-title {
    font-size: 45px !important;
    position: absolute;
    top: 65px !important;
    left: 30px;
    text-align: left;
    margin: 0;
}
}

@media (max-width: 768px) {
  .swiper-custom .swiper-slide {
    flex-direction: column;
  }

  .swiper-custom .swiper-container {
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .swiper-custom .swiper-slide .swiper-image {
    width: 100%;
    height: 50vh;
    flex-shrink: 0;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image {
    width: 100%;
    height: calc(50vh - 50px); 
    flex-shrink: 0;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph {
    font-size: 1em; 
    padding: 10px;
    overflow-y: auto; 
    margin-bottom: 20%;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph2 {
    font-size: 1em; 
    padding: 10px;
    overflow-y: auto; 
    margin-bottom: 20%;
  }


  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph3 {
    font-size: 1em; 
    padding: 10px;
    overflow-y: auto; 
    margin-bottom: 20%;
  }


  .swiper-custom .swiper-slide .swiper-image-inner.swiper-image-left h1 {
    text-align: left;
    margin-right: 75%;
    font-size: 1.5em; 
    padding: 0 20px; 
  }

  .swiper-custom .swiper-pagination {
    flex-direction: row;
    bottom: 20px;
    justify-content: center;
  }

  .learn-more-button {
    margin-top: 10px;
    display: block;
  }
}

/* Where it starts getting funky */

/* General layout adjustments */
.swiper-custom .swiper-slide .swiper-image-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; /* Ensure relative positioning for inner content */
  padding: 20px; /* Add padding for inner spacing */
}

.swiper-custom .swiper-slide .swiper-image-inner2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; /* Ensure relative positioning for inner content */
  padding: 20px; /* Add padding for inner spacing */
}


/* Adjust styles for paragraph and button placement */
.swiper-custom .swiper-slide .paragraph {
  margin: 0 0 10px; /* Add margin bottom to separate from the button */
  color: black;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.0rem;
  font-weight: 500;
}

/* Adjust styles for paragraph and button placement */
.swiper-custom .swiper-slide .paragraph3 {
  margin: 0 0 10px; /* Add margin bottom to separate from the button */
  color: black;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.0rem;
  font-weight: 500;
}


.swiper-custom .swiper-slide .paragraph2 {
  margin: 0 0 10px; /* Add margin bottom to separate from the button */
  color: black;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.0rem;
  font-weight: 500;
}


/* Style the learn more button */
.learn-more-button {
    padding: 8px 30px;
    border: 2px solid #c69c6d;
    background-color: white;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    color: #c69c6d;
    text-wrap: nowrap;
    position: relative;
    margin-top: 3rem;
    z-index: 3; /* Ensure button is above other content */
}

.learn-more-button:hover {
    background: #c69c6d; /* Background color on hover */
    color: #fff; /* Text color on hover */
}

/* Additional adjustments for mobile view */
@media (max-width: 768px) {
  .swiper-custom .swiper-slide {
    flex-direction: column;
    align-items: center;
  }

.swiper-custom .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: block;
  background: gray; /* Change to desired color */
  opacity: 0.4;
  margin-left: 0% !important;
  margin-top: 1% !important;
  margin: 5px 0;
  border-radius: 0; /* Make pagination bullets square */
}


  .swiper-custom .swiper-container {
    height: 100%;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .swiper-custom .swiper-slide .swiper-image {
    width: 100%;
    height: 50vh; /* Ensure image takes up 50% of viewport height */
    flex-shrink: 0;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image {
    width: 100%;
    height: 50vh; /* Ensure content takes up the other 50% of viewport height */
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph {
    font-size: 16px;
    padding: 10px;
    overflow-y: auto;
    margin-bottom: 10px; /* Adjust margin to position the button correctly */
    margin-top: -20%;
  }


  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph3 {
    font-size: 16px;
    padding: 10px;
    overflow-y: auto;
    margin-bottom: 10px; /* Adjust margin to position the button correctly */
    margin-top: -20%;
  }


  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph {
    font-size: 16px;
    padding: 10px;
    overflow-y: auto;
    margin-bottom: 10px; /* Adjust margin to position the button correctly */
    margin-top: -20%;
  }


  .swiper-custom .swiper-slide .swiper-image-inner.swiper-image-left h1 {
    text-align: left;
    margin-right: 75%;
    font-size: 1.5em;
    padding: 0 20px;
  }

  .swiper-custom .swiper-slide .swiper-image-inner2.swiper-image-left h1 {
    text-align: left;
    margin-right: 75%;
    font-size: 1.5em;
    padding: 0 20px;
  }


  .swiper-custom .swiper-pagination {
    flex-direction: row;
    bottom: 20px; /* Adjust this value to ensure bullets are above the button */
    justify-content: center;
    padding: 8px 30px;
  }

  .learn-more-button {
    margin-top: 10px;
    display: block;
    z-index: 10; /* Ensure the button is above other elements */
  }

.spa-suites-title {
    font-size: 32px !important;
    margin-bottom: 0%;
    margin-top: 10%;
    left: 30px;
}

.swiper-custom .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

  .swiper-custom .swiper-slide .swiper-image-inner.swiper-image-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px; /* Ensure there is enough space for the button */
  }
  .swiper-custom .swiper-slide .swiper-image-inner2.swiper-image-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px; /* Ensure there is enough space for the button */
  }

}

@media (max-width: 450px) {
  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph {
    font-size: 16px;
    padding: 10px;
    overflow-y: auto;
    margin-bottom: 10px; /* Adjust margin to position the button correctly */
    margin-top: -20%;
  }

  .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph2 {
    font-size: 12px;
    padding: 10px;
    overflow-y: auto;
    margin-bottom: 10px; /* Adjust margin to position the button correctly */
    margin-top: -30%;
  }

    .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph3 {
        font-size: 12px;
        padding: 10px;
        overflow-y: auto;
        margin-bottom: 10px;
        margin-top: -10%;
    }

.swiper-custom .swiper-slide .swiper-image-inner img {
    width: 100%;
    height: 89%;
    object-fit: cover;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
}

}

.swiper-custom .swiper-slide h2,
.swiper-custom .swiper-slide p.paragraph {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.5s ease;
  transform: translate3d(-50px, 0, 0);
}

.swiper-custom .swiper-slide-active h2,
.swiper-custom .swiper-slide-active p.paragraph {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.swiper-custom .swiper-slide h2 {
  transition-delay: 0.3s;
}

.swiper-custom .swiper-slide p.paragraph {
  transition-delay: 0.6s;
}

/* Sepia Filter */
.swiper-custom .swiper-image-left {
  filter: sepia(100%);
  transition: all 1s linear;
}

.swiper-custom .swiper-slide.swiper-slide-active .swiper-image-left {
  filter: sepia(0%);
}


/* Ensure h2 title transitions properly */
.swiper-custom .swiper-slide h2 {
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(-50px, 0, 0); /* Initial position */
  opacity: 0;
}

/* Ensure h2 emphasis transitions properly */
.swiper-custom .swiper-slide h2 span.emphasis {
  font-weight: 100;
  font-style: italic;
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s; /* Slightly later than h2 */
  transform: translate3d(-50px, 0, 0); /* Initial position */
  display: inline-block;
}

/* Active state for h2 title */
.swiper-custom .swiper-slide-active h2 {
  transform: translate3d(0, 0, 0); /* Final position */
  opacity: 1;
}

/* Active state for h2 emphasis */
.swiper-custom .swiper-slide-active h2 span.emphasis {
  transform: translate3d(0, 0, 0); /* Final position */
  opacity: 1;
}

.swiper-custom .swiper-slide .swiper-image-inner2 img {
    width: 100%;
    height: 185%;
    object-fit: cover;
    position: absolute;
    top: -391px;
    left: 0;
    z-index: -1;
}


#here-comes-the-sun .swiper-custom .swiper-slide .swiper-image-inner img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 35px;
    z-index: -1;
}



#here-comes-the-sun .spa-suites-title {
    font-size: 48px !important;
    margin-bottom: 0%;
    margin-top: -3%;
    left: 80px;
}

#here-comes-the-sun .swiper-custom .swiper-slide .swiper-image-inner {
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#here-comes-the-sun .swiper-custom .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    z-index: 1;
    display: flex;
    transition-property: transform;
    /* box-sizing: content-box; */
    margin-top: 50px;
    margin-bottom: -30px;
}


/* Mobile Layout */
@media (max-width: 1024px) {
  #here-comes-the-sun .swiper-custom .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 80vh;
        z-index: 0;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-bottom: -75px;
    }

   #here-comes-the-sun .spa-suites-title {
        font-size: 32px !important;
        margin-bottom: 0%;
        margin-top: -5%;
        left: 30px;
    }

   #here-comes-the-sun .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph3 {
        font-size: 16px;
        padding: 10px;
        overflow-y: auto;
        margin-bottom: 10px;
        margin-top: -5%;
    }

   #here-comes-the-sun .swiper-custom .swiper-slide .swiper-image-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: -1;
    }
  /* Stack elements vertically and reverse order only on mobile */
  #here-comes-the-sun .swiper-slide {
    display: flex;
  }

  #here-comes-the-sun .swiper-image-left,
  #here-comes-the-sun .swiper-image-right {
    width: 100%; /* Full width for both image and text on mobile */
    margin-bottom: -100px;
    margin-top: 30px;
  }

  /* Adjust button spacing and alignment on mobile */
  #here-comes-the-sun .learn-more-button {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
  }
}

@media (max-width: 769px) {

  #here-comes-the-sun .swiper-custom .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 80vh;
        z-index: 1;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        margin-top: 0px;
        margin-bottom: 0px;
    }

}


@media (max-width: 550px) {
   #here-comes-the-sun .swiper-custom .swiper-slide .swiper-image + .swiper-image .paragraph3 {
        font-size: 12px;
        padding: 10px;
        overflow-y: auto;
        margin-bottom: 10px;
        margin-top: -5%;
    }

  #here-comes-the-sun .swiper-custom .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 80vh;
        z-index: 1 !important;
        display: flex;
        transition-property: transform;
        box-sizing: content-box;
        margin-top: 0px;
        margin-bottom: 0px;
    }

}


@media (max-width: 380px) {
    #here-comes-the-sun .learn-more-button {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
}


#here-comes-the-sun .learn-more-button:hover {
    background: #c69c6d; /* Background color on hover */
    color: #fff; /* Text color on hover */
}
