@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");

/*css reset everything inside body*/
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  /* 12pt */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

main {
  flex: 1;
}

h1 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 2.333rem;
}

h2 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.833rem;
}

h3 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.5rem;
}

h4 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1.167rem;
  font-weight: bold;
}

h5 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

p,
ol li {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 0.95rem;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  page-break-inside: avoid;
  color: #666;
  line-height: 1.6;
}

a {
  font-family: 'Montserrat', "Open Sans", sans-serif;
  font-size: 0.95rem;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  page-break-inside: avoid;
  color: #666;
  line-height: 1.6;
}

ol {
  list-style-type: decimal;
  padding-left: 2.5em;
  margin: 0.2em 0;
  line-height: 1.2;
}

ol li {
  text-align: left;
  color: #666;
}


/* Global image rules */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Section container styles */
section {
  box-sizing: border-box;
  width: 100%;
}

/* Logo styling */
.logo h1 {
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header {
  /*width: 100%;
  background-color: rgb(255, 255, 255);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
  position: absolute;
  /* change from sticky */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  /* transparent so you can see slider */
  padding: 0;
}

section {
  scroll-margin-top: 100px;
}

.logo {
  margin: 0 auto 0 0.5rem;
}

.logo-img {

  width: 100px;
  /* smaller for mobile */
  height: auto;
  /* keep proportions */
  flex-shrink: 0;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 1.5rem;

  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}


/* Hamburger icon styling */
.menu-icon {
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 999;
  position: relative !important;
  margin: 0;
  pointer-events: auto;
}


.nav-links {
  list-style: none;
  position: fixed;
  top: 0;
  right: -100%;
  /* start hidden to the RIGHT */
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.9);*/
  background: rgba(58, 69, 82, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*transition: 0.5s; */
  transition: right 0.3s ease;
  /* animate "right" */
}

.nav-links a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: 15px 0;
}

.nav-links a:hover {
  color: #1294A0;
}

.menu-active {
  right: -20px;
}

/* Rotate the icon when the menu is active */
.menu-icon.active {
  color: #ffffff;
  /*margin-right: auto;*/
}

.menu-icon.active i {
  transform: rotate(180deg);
  transition: 0.5s;
}

/* Change the icon to a cross (X) when active */
.menu-icon.active i:before {
  content: "\f360";
  /* Font Awesome cross icon */
}

/*new banner mobile swipper js css*/
.banner-swiper {
  height: 85vh;
  min-height: 450px;
  position: relative;
}

.content-swiper {
  height: 40vh;
  min-height: 350px;
  overflow: hidden;
}

.swiper {
  overflow: hidden;
}


.img-hero {
  /*width: 100%;
   height: 100%;
  height: 640px;
  object-fit: cover;*/
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1920 / 640;
}

/* Force visibility of LCP image before Swiper JS loads */
.preload-boost {
  opacity: 1 !important;
  visibility: visible !important;
  position: static !important;
  z-index: 1 !important;
}

.swiper-slide {
  position: relative;
}

.slider__content {
  position: absolute;
  top: 28vh;
  left: 50%;
  transform: translate(-50%, -50%);

  text-align: center;
  color: white;
  z-index: 2;
  width: 90vw;
  max-width: 600px;
}

/*
.img-hero {
  object-fit: cover;
  filter: brightness(0.5);
  z-index: 1;
} */


/*fix overlay design banner*/

.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner-swiper .img-hero {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

/* Overlay only for banner-swiper */
.banner-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(92, 90, 90, 0.4);
  /* Figma #5C5A5A at 40% opacity */
  z-index: 2;
  pointer-events: none;
}

/* Content on top of overlay */
.banner-swiper .slider__content {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  padding: 1rem;
}

/**/


/* Swiper Controls - group pagination + pause/play button */
.swiper-controls {
  position: relative;
  bottom: 280px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px;
  z-index: 10;
  /*position: absolute;
  bottom: 30vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  z-index: 10;*/
}

/* Pagination */
.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
}

.review-swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

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

/* Bullet (line style) */
.swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  background: rgba(255, 255, 255, 0.50);
  border-radius: 0;
  opacity: 1;
}

.review-swiper-controls .swiper-pagination-bullet {
  width: 100px;
  height: 3px;
  background: #F1F3F4;
  border-radius: 0;
  opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.review-swiper-controls .swiper-horizontal>.review-swiper-controls .swiper-pagination-bullets .review-swiper-pagination .swiper-pagination-bullet,
.review-swiper-controls .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.check_booking_panel {
  background-color: rgba(42, 50, 59, 0.8);
  display: flex;
  position: absolute;
  /* relative to .swiper now */
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 225px;
  z-index: 10;
}

.check_booking__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  /* padding: 1rem 1.5rem;*/
  width: 100%;
  /*max-width: 1140px;*/
  max-width: 1380px;
  padding: 1rem 1.5rem 1.04vw;

  margin: 0 auto;
  /* background-color: rgba(42, 50, 59, 0.8);*/
  color: #fff;
  gap: 1rem;
}

.content-center-panel {
  max-width: 1380px;
  padding: 1rem 0 1.04vw;
  margin: 0 auto;
  justify-content: space-between;
}

.checkin-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 45%;
  /* 2 columns per row on small screens */
  min-width: 120px;
}

.checkin-item p {
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.625rem;
  /* 10px ÷ 16 = 0.625rem */
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.date-input {
  padding: 8px 0;
  border: none;
  /*  border-bottom: 1px solid #fff;*/
  /* subtle underline */
  border-radius: 0;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  background: transparent;
  color: #fff;
  text-align: center;
}

.date-input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  /* make calendar icon white */
}

.counter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter-img {
  width: 24px;
  height: 24px;
}

.counter-btn-wrapper {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.2s ease;
}

.counter-btn-wrapper.minus {
  background-image: url('../img/minus.png');
}

.counter-btn-wrapper.minus:hover {
  background-image: url('../img/minus-hover.png');
}

.counter-btn-wrapper.plus {
  background-image: url('../img/plus.png');
}

.counter-btn-wrapper.plus:hover {
  background-image: url('../img/plus-hover.png');
}

.counter-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.counter-btn:hover {
  background-color: #fff;
  color: #000;
}

.text-count {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  width: 27px;
}

.checkin-btn-wrapper {
  flex: 1 1 100%;
  /* button always on its own row */
  display: flex;
  justify-content: center;
}

.check-btn {
  font-family: "Montserrat", "Open Sans", sans-serif;
  background-color: #13ABBA;
  color: #ffffff;
  padding: 14px 30px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1rem;
  width: 100%;
  /* full width on mobile */
  max-width: 300px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.check-btn:hover {
  background-color: #666F7B;
  color: #fff;
}

.calendar_popup {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  height: 0;
  width: 0;
}

.flatpickr-calendar {
  top: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/*end booking panel*/


/* Active Bullet */
.swiper-pagination-bullet-active {
  background: #fff;
}

.review-swiper-controls .swiper-pagination-bullet-active {
  background: #2A323B;
}

/* Pause/Play button */
.swiper-pause-play {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.swiper-pause-play:hover {
  background: rgba(255, 255, 255, 0.4);
}

.slider__title {
  font-family: "Montserrat", "Open Sans", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* same as Figma */
  text-transform: uppercase;
  /* replacing font-variant: all-small-caps */
  margin-bottom: 0.5rem;
  display: block;
  padding: 0.5rem;
}

.slider__desc {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



.images-slide {
  object-fit: cover;
  filter: brightness(0.5);
  width: 20px;
  height: 20px;
}


/*Paggination*/
.slider__pagination {
  display: flex;
  justify-content: center;
  /* center horizontally */
  align-items: center;
  /* center vertically */
}


.slider__pagination-dot {
  /* width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;*/
  width: 110px;
  /* wider line */
  height: 2px;
  /* thin line */
  border-radius: 2px;
  /* optional: slightly rounded corners */
  background: #333;
  margin: 0 1px;
  cursor: pointer;
}

.slider__pagination-dot--active {
  background: #ccc;
}

/* Hide controls by default (shown later on desktop) */
.slider__control {
  display: none;
}



/*section content*/
.containter {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

.accordion {
  display: block;
  margin-top: 20px;
}

.accordion__header {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  height: 50px;
  cursor: pointer;
  background: none;
  border: none;
}

/* Hover and Focus State for Accordion Header */
.accordion__header:hover,
.accordion__header:focus {
  color: rgb(7, 112, 153);
}

.accordion__header .accordion__title {
  width: 80%;
  font-size: 1.25rem;
}

.accordion__icon {
  float: right;
  font-size: 1rem;
  transform: translateY(-50%);
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.accordion__item {
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

/* Accordion Content Text */
.accordion__content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 20px 0 40px;
}

.content__list p {
  margin-bottom: 0;
}

.content__list ol {
  margin-bottom: 40px;
}

/* Active State Styles */
.accordion__header--active {

  /* When the accordion header is in the active state (i.e., clicked and expanded) */
  /* Title Color Change */
  .accordion__title {
    color: rgb(7, 112, 153);
    /* Changes the color of the accordion title to a blue shade when the accordion is active */
  }

  /* Icon Rotation */
  .accordion__icon {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* Open Accordion Content */
.accordion__header--active+.accordion__content {
  /* The adjacent accordion content to the active header is expanded */
  max-height: 280px;
  /* Sets the maximum height of the content when it is expanded. Adjust this value according to how much content you expect */
  opacity: 1;
  /* Ensures that the content becomes fully visible when expanded */
}

/* Accordion Header (Clickable Element) */
header.accordion__ {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: left;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

/*section img*/
.section-values {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #f9f9f9;
}

.grid-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0 auto;
  margin-top: 20px;
}

.values_img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-height: 100px;
}

.grid-item {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.grid-item:hover {
  transform: translateY(-5px);
}

.grid-title {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.grid-text {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}

/*sectio contact*/
.section_contact {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  margin: 0 auto;
}

/*Footer*/
/*
footer {
  background-color: #3A4552;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  padding-top: 80px;
}

.text-footer-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 686px;
}

.img-footer-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}

.text-footer {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1rem;
  letter-spacing: 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-info p {
  margin: 0;
  color: #fff;
}

.footer-social-links {
  display: flex;
  list-style: none;
  gap: 15px;
  margin-top: 10px;
  padding: 0;
}

.footer-social-links a {
  color: #fff;
  font-size: 1.2em;
  transition: color 0.3s ease;
}

.footer-social-links a:hover {
  color: #007bff;
}
*/

.back-to-home-btn {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  background: rgba(187, 183, 183, 0.5);
  color: rgb(0, 0, 0, 0.5);
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 15px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.back-to-home-btn:hover {
  background: rgba(152, 151, 151, 0.9);
  color: rgb(0, 0, 0, 1);
  transition: background-color 0.3s ease;
}

.back-to-top {
  color: #fff;
}

/*back to top*/
#skipToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #13ABBA;

  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#skipToTop:hover {
  color: rgb(66, 71, 84);
}

#skipToTop i {
  font-size: 20px;
}

/* จัดให้ฟอร์มใน ibe เป็นแนวนอน */
.ibe form {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}

/* ใส่ margin ให้ input/button ถ้ามี */
.ibe form input,
.ibe form select,
.ibe form button {
  margin: 0;
  padding: 8px 12px;
  font-size: 1rem;
}

.content_container {
  padding-top: 3.75rem;
  /* ~60px */
  padding-bottom: 3.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content_container_full {
  padding-top: 3.75rem;
  /* ~60px */
  padding-bottom: 3.75rem;
}

.content-left-wrapper {
  padding: 20px 1.5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-left-full-wrapper {
  padding: 20px 0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-subtitle {
  color: var(--Greyscale10, #171D23);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  /* 18px for mobile */
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* ~25px */
  font-variant: all-small-caps;
  letter-spacing: 0.075rem;
  /* 1.2px */
  margin-bottom: 0.75rem;
}

.content-subtitle-wrap {
  width: 100%;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

  font-size: clamp(1rem, 1vw + 0.5rem, 1.125rem);
  /* min ~16px, max 18px */
  line-height: clamp(1.5rem, 2vw + 0.5rem, 1.875rem);
  /* min ~24px, max 30px */
}

.content-heading {
  color: var(--Greyscale10, #171D23);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  /* 32px for mobile */
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 0.3rem;
  /* ~4.8px for mobile */
  margin-bottom: 1.5rem;
  /* optional spacing */
}

.content-left {
  text-align: left;
  margin-top: 0;
}

.view-all-btn {
  width: 11.875rem;
  /* 190px */
  height: 3rem;
  /* 48px */
  flex-shrink: 0;

  border-radius: 0.375rem;
  /* 6px */
  border: 1px solid var(--Greyscale8, #3A4552);
  background: var(--Greyscale0, #FFF);

  color: var(--Greyscale8, #3A4552);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  /* 16px */
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  cursor: pointer;
  transition: all 0.3s ease;
}

.view-all-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-bottom: 2rem;
  /* optional spacing */
}

.view-all-btn:hover,
.view-all-btn:focus {
  background: #F7F8F9;
  color: #666F7B;
  border-color: #666F7B;
}

.swiper-content {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  align-items: center;
}


/*review slider*/

.review-swiper {
  overflow: hidden;
  height: 50vh;
  max-height: 400px;
  margin-top: 125px;
}

.review-swiper .swiper-slide {
  width: 100vw;
  /* Swiper will handle % based on slidesPerView */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  /* Remove margin and max-width */
}

.review-swiper .swiper-slide-active {
  width: 100%;
  /* Make the container fill the available width */

  /* Fixed height for all images */
  max-width: 1363px;
  /* Optional: Max width for larger screens */
  margin: 0 auto;
  object-fit: cover;
  /* Ensure the image covers the entire area without distortion */
  display: block;
  /* Remove space below the image */

  opacity: 1;
  z-index: 2;
}

/*room slider*/
.content-swiper .swiper-slide {
  width: 100%;
  /* Make the container fill the available width */
  height: 100%;

  min-height: 350px;
  /* Fixed height for all images */
  max-width: 1363px;
  /* Optional: Max width for larger screens */
  margin: 0 auto;
  /* Center the container */
  overflow: hidden;
  /* Ensure images are contained */
  opacity: 0.8;

  transition:
    width 0.2s ease,
    height 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.content-swiper .swiper-slide-active {
  width: 100%;
  /* Make the container fill the available width */
  height: 100%;
  min-height: 300px;
  /* Fixed height for all images */
  max-width: 1363px;
  /* Optional: Max width for larger screens */
  margin: 0 auto;
  object-fit: cover;
  /* Ensure the image covers the entire area without distortion */
  display: block;
  /* Remove space below the image */

  opacity: 1;
  z-index: 2;
  overflow: hidden;
}


.image-caption-heading,
.image-caption-content,
.image-caption-addition {
  width: 100%;
  /* optional: spacing between lines */
}

/*
.review-swiper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

*/

/* Active slide overlay */
.content-swiper .swiper-slide-active::after {
  /* content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(194, 189, 189, 0.3) 0%,
      rgba(194, 189, 189, 0.3) 30%,
      rgba(43, 43, 43, 0.6) 100%);
  z-index: 2;
}

.content-swiper .swiper-slide img {
  width: 100%;
  /* height: 100%;*/
  height: 560px;
  /* you can adjust this */
  object-fit: cover;
  display: block;
  /*  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    opacity 0.2s ease;
  filter: brightness(0.4);
  border-radius: 5px;*/
}


.content-swiper .swiper-slide-active img {
  filter: brightness(1);
  border-radius: 5px;
  height: 100%;
}

.slide-caption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  text-align: center
}

.content-slide-heading {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  /* min 24px, scales, max 40px */
  font-weight: 500;
  letter-spacing: 0.11em;
  margin: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.content-slide {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  /* 5% of 18px = 0.05 × 18 = 0.9px */
  margin: 4px 0 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}



.content-swiper-pagging-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

/*
.content-swiper-button-prev,
.content-swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #3A4552;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
*/
.custom-pagination {
  padding: 0 15px;
  font-size: 1.2rem;
  display: inline-block;
  width: 151px;
  text-align: center;
  font-weight: 100;
}

/*
.content-swiper-button-prev i,
.content-swiper-button-next i {
  font-size: 1.5rem;
}*/

/*
.content-swiper-button-prev:hover,
.content-swiper-button-next:hover {
  background-color: #3A4552;
  color: #FFFFFF;
}
*/
.score-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-items: flex-start;
  align-items: center;
  gap: 5px;
}

.img-star-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

/*section offer*/
.content-listing-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px
}

.divider-line {
  width: 48px;
  height: 1px;
  background-color: #e0e0e0;
  margin: 12px 0;
}

.content-list-item {
  border-radius: 2px;
  overflow: hidden;
}

/* Image container with hover effect */
.image-wrapper {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}

/* Image style */
.image-wrapper img {
  width: 336px;
  height: 220px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  transition: transform 0.3s ease;
}

/* Solid dark overlay (no gradient) */
.image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(92, 90, 90, 0.45);
  /* #5C5A5A at 45% */
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
  border-radius: 8px;
}

/* Show overlay on hover */
.image-wrapper:hover::before {
  opacity: 1;
}

/* Learn More link, clean white text */
.learn-more-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;

  /* Remove any default button effects */
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Show Learn More on hover */
.image-wrapper:hover .learn-more-link {
  opacity: 1;
}

/* Caption not affected by hover */
.image-caption {
  margin-top: 0.5rem;
}

.review-content-heading,
.image-caption-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.125rem, 1.6vw + 0.5rem, 1.375rem);
  /* min ~18px, max ~22px */
}

.review-content-heading {
  margin-bottom: 10px;
}

.review-content,
.image-caption-content {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.2vw + 0.3rem, 1.125rem);
  /* min ~16px, max ~18px */
}

.image-caption-addition {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.75rem, 1vw + 0.2rem, 0.875rem);
  /* min ~12px, max ~14px */
}

.review-caption-addition {
  width: 100%;
  margin-bottom: 0;
}

.flex-row {
  display: flex;
  flex-direction: column;
}

.images-award {
  width: 264px;
  height: auto;
}

/**/
.destination-slide {
  padding: 2rem 1rem;
}

/*
.destination-slide .content-subtitle {
  font-size: 14px;
  color: #888;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.destination-slide .content-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
} */
.destination-swiper .swiper-slide {
  display: flex;
  align-items: stretch;
  transition:
    width 0.5s ease,
    height 0.5s ease,
    opacity 0.5s ease,
    transform 0.5s ease;
}

.destination-swiper .swiper-wrapper {
  align-items: stretch;
}

.review-swiper .swiper-wrapper {
  align-items: flex-start;
  height: 100%;
}

.destination-slide .swiper {
  /*  margin-top: 2rem;*/
}

.destination-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.destination-slide-image {
  width: 100%;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
  max-width: 689px;
  max-height: 420px;
  object-fit: cover;
  filter: brightness(1);
}


.destination-slide-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.destination-slide-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.destination-slide-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}


.destination-slide-nav {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
}

/*
.destination-swiper-button-prev,
.destination-swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
*/
.content-swiper-button-prev img,
.content-swiper-button-next img,
.destination-swiper-button-prev img,
.destination-swiper-button-next img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: filter 0.3s;
}

/* Optional hover effect */
.content-swiper-button-prev:hover img,
.destination-swiper-button-prev:hover img {
  content: url('../img/hover_arwL.png');
  cursor: pointer;
}

.content-swiper-button-next:hover img,
.destination-swiper-button-next:hover img {
  content: url('../img/hover_arwR.png');
  cursor: pointer;
}

.text-left {
  text-align: left;
}

.instagram-widget-wrapper {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.footer {
  background-color: #3a4552;
  color: #fff;
  padding: 3rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-container {
  max-width: 1380px;
  margin: 0 auto;
}

footer {
  background-color: #3A4552;

  padding: 20px 0;
  text-align: center;
  padding-top: 80px;
}

footer p,
footer a {
  color: #fff;
}

.text-footer-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 686px;
}

.footer-list-item {
  list-style-type: none;
}

.footer-logo-img {
  width: 44px;
  height: 42px;

  flex-shrink: 0;
}

.img-footer-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}

.text-footer {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  /* Medium */
  font-size: 0.563rem;
  /* ~9px for mobile (scaled down from Figma) */
  line-height: normal;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-columns-links {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  width: 100%;
  justify-content: space-around;
  align-items: flex-start;
  text-align: center;
}

.footer-col {
  width: 33%;
  padding-top: 70px;
  width: 100%;
  text-align: center;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.footer-social-icn {
  width: 26px;
  height: 26px;
}

.footer-social-link img {
  transition: all 0.3s ease;
}

.footer-social-link:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}

.footer-link-item {
  text-align: center;
}

.footer-link-item:hover {
  color: #1294A0;
}

.text-center {
  text-align: center;
}

.footer-tagline {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  /* 14px for mobile */
  line-height: 1.5;
  /* ~21px */
  text-align: center;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;

}

.footer-contact-heading {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  /* 10px */
  text-transform: uppercase;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-align: center;
}

.footer-contact {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.footer-contact a {
  display: inline-block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  /* or underline if preferred */
  margin: 0;
}

.footer-contact a:hover {
  cursor: pointer;
}

.footer-nav-link {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  /* 12px */
  color: #ffffff;
  text-decoration: underline;
  display: block;
  margin-bottom: 0.3rem;
  transition: color 0.3s;
  text-align: center;
}

.footer-nav-link:hover {
  color: #1294A0;
}

.footer-social-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  /* 10px */
  color: #ffffff;
  margin-bottom: 0.5rem;
}


/*offer page*/
.banner-top {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner-top picture,
.banner-top img {
  display: block;
  width: 100%;
  height: 45vh;
  min-height: 450px;
}

.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  padding: 1rem;
  width: 100%;
}

.why-book-wrapper {
  max-width: 1100px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  font-family: 'Montserrat', sans-serif;
}

.why-book-wrapper h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #3a4552;
}

.incentive-category {
  margin-bottom: 2rem;
}

.incentive-category h3 {
  font-size: 1.5rem;
  color: #13ABBA;
  margin-bottom: 0.8rem;
  border-left: 5px solid #13ABBA;
  padding-left: 0.75rem;
}

.incentive-category ul {
  list-style: none;
  padding-left: 1rem;
}

.incentive-category ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.6rem;
  color: #555;
}

.incentive-category ul li::before {
  content: "\f00c";
  /* Font Awesome check */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #13ABBA;
}

.content-offer-listing-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-top: 50px;
}

/************************************************/
/* For Tablet screens */
@media (min-width: 768px) {
  .footer-link-item {
    text-align: center;
  }

  .banner-swiper .slider__content {
    top: 50%;
  }

  .flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: row;
  }

  .flex-row>.column {
    flex: 0 0 50%;
    /* 2 columns = 50% each */
    max-width: 50%;
  }
}



/************************************************/
/* For desktop screens */

@media (min-width: 1075px) {


  .flatpickr-calendar {
    top: 50% !important;
    left: 36% !important;
    transform: none;
  }

  .footer-contact-heading {
    text-align: left;
  }

  .footer-contact {
    text-align: left;
  }

  .footer-tagline {
    font-size: 1rem;
    /* 16px for desktop (matches Figma) */
    line-height: 1.875rem;
    /* 30px line height */
  }

  .text-footer {
    font-size: 0.625rem;
  }

  .footer-link-item {
    text-align: right;
  }

  /* Content on top of overlay */
  .banner-swiper .slider__content {
    top: 50%;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-columns-links {
    display: flex;
    flex-direction: row;
    flex-shrink: 1;
    width: 100%;
    justify-content: space-between;
  }

  .footer-col {
    width: 33%;
    padding-top: 70px;
  }

  .footer-left {
    width: 70%;
  }

  .footer-center {
    width: 20%;
  }

  /*
  .text-footer {
    font-size: 1rem;
    line-height: 1rem;
    text-align: left;
  }*/

  .destination-slide-inner {
    flex-direction: row;
    align-items: center;
    height: 100%;
  }

  .destination-slide-image {
    width: 50%;
    max-width: 700px;
    height: auto;
    flex-grow: 1;
  }

  .destination-slide-content {
    width: 50%;
    padding-left: 2rem;
    flex-grow: 1;
  }

  .destination-slide-title {
    font-size: 24px;
  }

  .destination-slide-text {
    font-size: 16px;
  }

  .destination-slide-nav {
    justify-content: flex-start;
  }

  .content-subtitle-wrap {
    width: 35%;
  }

  .flex-row {
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  .review-swiper .swiper-slide {
    width: 20vw;
  }



  .content-listing-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }

  .content-offer-listing-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }

  .swiper-pagination-bullet {
    width: 110px;
  }

  .review-swiper-pagination-bullet {
    width: 110px;
  }

  .content-swiper-pagging-wrapper {
    margin-top: 3rem;
  }

  .content-swiper {
    height: 65vh;
  }

  .slide-caption {

    max-width: 90%;
    width: auto;
  }

  /*
  .content-swiper-button-next {
    width: 48px;
    height: 48px;
  }

  .content-swiper-button-prev {
    width: 48px;
    height: 48px;
  }
*/
  .content-swiper .swiper-slide {
    /*   width: 60.3vw !important;
    height: 64.8vh;

    max-width: 1200px !important;
    max-height: 700px;
    height: 50vh;
    opacity: 0.8;
    transition:
      transform 04s ease,
      filter 0.4s ease,
      opacity 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;*/
  }

  .content-swiper .swiper-slide-active {
    /*   width: 60.3vw !important;
    height: 64.8vh;
    max-width: 1200px !important;
    max-height: 700px;
    opacity: 1;
    z-index: 2;*/
  }

  .destination-swiper .swiper-slide-active {
    /*  width: 100vw !important;
    height: 54.8vh;
    max-width: 1500px !important;
    max-height: 700px;
    opacity: 1;
    z-index: 2;*/
  }

  .content-subtitle {
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.5;
    /* 30px */
  }

  .content_container {
    padding-top: 6.25rem;
    /* ~100px */
    padding-bottom: 6.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }


  h2.content-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2rem, 5vw + 1rem, 4.375rem);
    /* responsive between mobile and desktop */
    font-weight: 600;
    letter-spacing: 0.18em;
    /* scales with font size */
  }

  h3.content-heading {
    font-size: 2.5rem;
    /* 40px */
    letter-spacing: 0.45rem;
    /* 7.2px */
  }

  .logo-img {
    width: 142px;
    height: 62px;

    flex-shrink: 0;
  }



  /* Hide the hamburger icon */
  .menu-icon {
    display: none;
  }

  nav {
    /* padding: 40px 1.5rem 20px;*/
    /* top = 78px from Figma, bottom 20px */

    max-width: 1380px;
    width: 100%;
    padding: clamp(40px, 4.06vw, 78px) 1.5rem clamp(20px, 1.04vw, 40px);
    /* or px if preferred */
    margin: 0 auto;
  }

  /* Display the navigation links horizontally */
  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    background: none;
    width: auto;
    height: auto;
  }

  /* Style the navigation links for desktop */
  .nav-links li {
    margin-left: clamp(10px, 2vw, 30px);
  }

  .nav-links a {
    font-size: 1rem;
    color: #fff;
  }

  .banner-swiper {
    width: calc(100vw - 16px);
    height: 59.07vh;
    /* (638 / 1080) * 100 */
    min-height: 638px;
  }

  .slider__content {
    position: absolute;
    top: 53%;
    width: 90vw;
    max-width: 900px;
  }

  .swiper-controls {
    position: absolute;
    bottom: 100px;
  }

  .review-swiper-controls {
    position: relative;
    margin-top: 40px;
  }

  .slider__control {
    display: block;
    background: rgba(0, 0, 0, 0);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }

  .slider__controls {
    /*background-color: black;*/
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 12vh;
    left: 50%;
    transform: translateX(-50%);
  }

  .slider__title {
    font-size: 2.125rem;
    padding: 1rem;
  }

  .check_booking_panel {
    height: 98px;
    min-height: 98px;
  }

  .check_booking__content {
    flex-wrap: nowrap;
    align-items: center;
  }

  .checkin-item {
    flex: 1 1 auto;
    min-width: 150px;
  }

  .checkin-item:nth-child(1),
  .checkin-item:nth-child(2),
  .checkin-item:nth-child(3),
  .checkin-item:nth-child(4) {
    flex: 0 0 120px;
    /* smallest width */
    max-width: 120px;
    min-width: 100px;
    margin-right: 12px;
    /* little gap if you want */
    align-items: center;
    /* align content left inside */
  }

  .checkin-btn-wrapper {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .check-btn {
    width: auto;
  }

  .checkin-item p {
    font-size: 0.625rem;
    /* 12px for example */
  }

  .grid-items {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns for larger screens */
  }

  .section_contact {
    flex-direction: row;
  }

  .contact-info-container {
    width: 30%;
  }

  .contact-form-container {
    width: 70%;
  }
}

/*Green
 #1294A0
Bronze
R: 160 G: 132 B: 99
Charcoal
R: 66 G: 71 B: 84
Blue
R: 7 G: 122 B: 153
Blue tint
R: 148 G: 178 B: 191
*/