@font-face {
  font-family: "Aparajita";
  src: url("../font/aparaj-webfont.woff") format("woff");
  font-style: normal;
}

@font-face {
  font-family: "AparajitaLocal";
  src: url("/The_Spirit/th/assets/font/aparaj-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

/* ---------- ไทย: TATSana Chon-Lig ---------- */
@font-face {
  font-family: "TATSanaChonLig";
  src: url("../font/TATSana Chon-Reg.ttf") format("truetype");
  /* font-weight: 600;
  font-style: normal;
  font-display: swap; */
}

.hero-text-th {
  font-family: "Aparajita", sans-serif;
  font-weight: 600;
}

.FONT_THAI {
  font-family: 'Prompt', 'TATSanaChonLig', sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* ค่าพื้นฐานเป็นอังกฤษ */
html,
body {
  font-family: "Aparajita", sans-serif;
}

/* ถ้า element ไหนมี lang="th" ให้ใช้ TATSana Chon-Lig */
:lang(th) {
  font-family: "TATSanaChonLig", sans-serif;
}

/* เผื่อกรณี lang=en */
:lang(en),
:lang(en-US),
:lang(en-GB) {
  font-family: "Aparajita", sans-serif;
  font-weight: 600;
  margin-bottom: unset;
}

/* ให้ input/textarea/placeholder รับฟอนต์ตามภาษาของตัวเอง */
input,
textarea,
button,
select {
  font: inherit;
}

:lang(th) input::placeholder,
:lang(th) textarea::placeholder {
  font-family: "TATSanaChonLig", sans-serif;
}

:lang(en) input::placeholder,
:lang(en) textarea::placeholder {
  font-family: "Aparajita", sans-serif;
}
.BACKGROUND_TOPNAV {
  background: whitesmoke;
  display: none;
}

.BACKGROUND_BOTTOMNAV {
  position: fixed;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3000;
  /* เดิม 9999 ลดลง */
  width: 100%;
}

li {
  list-style: none;
}

li a {
  text-decoration: none;
  color: #000;
}

.UL_BACKGROUND_BOTTOMNAV {
  display: flex;
  justify-content: center;
  font-size: 18px;
  list-style: none;
  width: 100%;
}

.UL_BACKGROUND_BOTTOMNAV li {
  text-align: center;
  align-items: center;
  display: flex;
  margin: auto;
  padding-top: 21px;
}

.BOOK_NOW_BTN {
  background: #d38e5c;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 0px 20px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  box-shadow: 0px 1px 5px 2px #00000036;
}

.BOOK_NOW_BTN:hover {
  opacity: 0.75;
}

.SET_NAV_LOGO_desktop {
  order: 0;
}

.SET_NAV_LOGO_desktop img {
  width: 120px;
}

.SET_NAV_LOGO {
  display: flex;
  justify-content: center;
  width: 33.33333%;
  order: 0;
}

.SET_NAV_LOGO img {
  width: 120px;
  height: auto;
}

.CSS_A {
  color: #fff;
  text-decoration: none;
  padding-bottom: unset;
  margin-bottom: unset;
}

.LI_IMAGE_HEADER {
  padding-top: unset !important;
}

.GROUP_CSS_A {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.LI_GROUP_A {
  display: block !important;
  align-items: start !important;
  padding-top: unset !important;
}

.SET_LAYOUTNAV {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.SETLAYOUT_CONTACT {
  gap: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 33.33333%;
  order: 0;
}

.SETLAYOUT_CONTACT_RIGHT {
  width: 100px;
  justify-content: end;
  align-items: center;
  gap: 5px;
}

.SETLAYOUT_CONTACT_RIGHT p {
  margin-bottom: unset !important;
}

.SETLAYOUT_CONTACT a {
  color: #000;
}

.fa-facebook {
  color: #2196f3;
}

.fa-youtube {
  color: #e91e38;
}

.fa-instagram {
  color: #e91e63;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 12px;
  cursor: pointer;
  z-index: 100;
}

.menu-toggle span {
  position: absolute;
  height: 2px;
  background-color: #c28559;

  transition: all 0.3s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0;
  width: 40%;
}

.menu-toggle span:nth-child(2) {
  top: 6px;
  width: 67%;
}

.menu-toggle span:nth-child(3) {
  top: 12px;
  width: 80%;
}

.menu-toggle.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  width: 60%;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
  width: 60%;
}

.HREF_CSS {
  color: #fff;
  transition: 0.4s;
  position: relative;
}

figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.3s;
}

.slide_PAGE1_CONTENT.active figcaption {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0);
}

.slide_PAGE1_CONTENT.active .caption-text {
  opacity: 1;
  transform: translateY(0);
}

.slide.active figcaption {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0);
}

.slide.active .caption-text {
  opacity: 1;
  transform: translateY(0);
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

.fixed-nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 71px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #c28559;
  transition: all 0.3s ease-in-out;
}

.fixed-nav.shrink {
  width: 100%;
}

.TEXTFFF {
  color: #fff !important;
  margin: 6px auto;
}

.slider_3Our {
  position: relative;
  width: 100%;
  height: 600px;
}

.slides_PAGE1_CONTENT {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: overlay;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_PAGE1_CONTENT {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.slider {
  position: relative;
  width: 100%;
  height: 80vh;
}

.slide_PAGE1_CONTENT.active {
  opacity: 1;
  z-index: 2;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide_PAGE1_CONTENT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  width: 100%;
  height: 100%;
}

figure {
  margin: unset !important;
}

.static-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  opacity: 1;
}

.static-caption-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* กึ่งกลางปุ่ม + h1 + p */
  text-align: center;
  /* จัดตัวอักษรกลาง */
  gap: 12px;
  max-width: 900px;
  /* กันไม่ให้ข้อความกว้างเกินไป */
  padding: 0 16px;
  /* กันชิดขอบตอนจอเล็ก */
}

.caption-text {
  color: #ffffff;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 600;
  padding: 10px;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: unset;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.date-form {
  display: flex;
  gap: 15px;
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 100%;
  transform: translate(-50%, -80%);
  width: max-content;
}

.date-form label {
  font-size: 17px;
  color: #000;
}

.LABEL_DATE {
  width: 103px;
}

.date-form input {
  /* padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s; */
  /* width: 100%; */
}

.date-form input:focus {
  /* border-color: #0080ff; */
}

.no-border {
  border: 1px solid #838383;
  border-radius: 3px;
  background-color: transparent;
  /* หากต้องการให้ใส */
  outline: none;
  font-size: 15px;
  padding-left: 15px;
}

/* ปรับให้ placeholder กึ่งกลาง */
.no-border::placeholder {
  color: #999;
  text-align: center !important;
}

.date-form button {
  font-size: 16px;
  color: #fff;
  background-color: #c28559;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  background: #c28559;
  padding: 6px 5px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: #fff;
  height: 35px;
}

.date-form button:hover {
  background-color: #8a5e3f;
}

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

.caption-text-p {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  margin-top: 10px;
  padding: 10px;
}

.PAGE1_CONTENT {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.PAGE1_WIDTH {
  width: 89%;
  display: flex;
  flex-wrap: wrap;
  /* box-shadow: 1px 1px 8px 3px rgb(97 97 97 / 22%); */
}

.PAGE1_CONTENTPICTURE {
  width: 100%;
  height: 100%;
}

.PAGE1_CONTENTDATA {
  display: flex;
  align-items: center;
  width: 100%;
  height: 600px;
}

.PAGE5_FONT {
  color: #7a6552;
  font-weight: 300;
  line-height: 1.9;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
}

.NUMBER_SLICESHOW {
  text-align: center;
  padding: 0 52px;
}

.NUMBER_SLICESHOW p {
  margin-top: 20px;
  color: #6d5a4a;
  line-height: 1.9;
  font-weight: 300;
}

.hightline {
  width: 60%;
  height: 1.5px;
  background: #c28559;
  margin-top: 20px;
}

.PAGE1_CONTENTDATA_FLEXCENTER {
  display: flex;
  justify-content: center;
}

.NUMBER_SLICESHOW strong {
  color: #c28559;
}

.PAGE1_CONTENTPICTURE img {
  transition: transform 0.5s ease-in-out;
}

.PAGE1_CONTENTPICTURE img:hover {
  transform: scale(0.99);
}

.TEL_PAGE1 {
  background: #c28559;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.3s;
}

.TEL_PAGE1:hover {
  background-color: #8a5e3f;
}

.slick-prev,
.slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: #000;
  opacity: 0.75;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.PAGE2_CONTENT {
  margin-top: 80px;
}

.PAGE2_CONTENT .slick-slide img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.PAGE7_CONTENT {
  margin-top: 40px;
  width: 90%;
}

.PAGE7_CONTENT .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.next_slick {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  z-index: 10;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.3),
      transparent) !important;
  font-size: 28px;
}

.back_slick {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  z-index: 10;
  height: 100%;
  color: rgb(255, 255, 255);
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to left,
      rgba(0, 0, 0, 0.3),
      transparent) !important;
  font-size: 28px;
}

.IMAGE_PAGE1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.PAGE3_CONTENT {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  background: #fffdfd;
  /* padding: 10px; */
}

.PAGE3_LAYOUT {
  width: 91.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.left-content {
  display: flex;
  flex-direction: column;
}

.right-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  overflow: hidden;
}

.PAGE3_CONTENT_background {
  position: relative;
  height: 100%;
}

.PAGE3_CONTENT_background img {
  width: 100%;
  height: 100%;
}

.text-box {
  background: #f2e9e4;

  padding: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}

.small-image {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  height: 100%;
  cursor: pointer;
}

.PAGE3_BACKGROUND_WHITE {
  background: #fff;
  color: #c28559;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 10px;
}

.PAGE3_BACKGROUND_WHITE P {
  margin-bottom: unset !important;
  padding: 10px;
}

.PAGE3_P_CONTENT1 {
  font-weight: 600;
  font-size: clamp(12px, 2vw, 30px);
}

.PAGE3_P_CONTENT2 {
  font-weight: 600;
  font-size: clamp(12px, 2vw, 30px);
}

.PAGE3_P_CONTENT3 {
  font-weight: 600;
  font-size: clamp(12px, 2vw, 30px);
}

.linehight {
  background: #c28559;
  height: 1.5px;
  width: 50%;
}

.PAGE3_CONTENT_BACKGROUND_PROMOTE {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.PAGE-3-P {
  margin-top: 20px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #7b5a35;
  letter-spacing: 0.04em;
}

.PAGE-3-P-P {
  color: #6d5a4a;
  line-height: 1.9;
  font-weight: 300;
  font-size: clamp(0.85rem, 1.4vw, 0.95rem);
}

.PAGE3_BUTTON_CONTETNT {
  background: #b08d66;
  color: rgb(255, 255, 255);
  border: unset;
  padding: 10px 28px;
  transition: all 0.4s ease;
  margin-top: 12px;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
}

.PAGE3_BUTTON_CONTETNT:hover {
  background-color: #8a6e4e;
}

.PAGE3_TEXT-P {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.PAGE4_CONTENT {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.PAGE4_CONTENT_LAYOUT {
  width: 90%;
  display: flex;
}

.PAGE4_CONTENT_END {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 12px;
  width: 80%;
}

.div1 {
  grid-column: span 4 / span 4;
  grid-row: span 2 / span 2;
  position: relative;
}

.div2 {
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  grid-column-start: 1;
  grid-row-start: 3;
  position: relative;
}

.div3 {
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  grid-column-start: 5;
  grid-row-start: 1;
  position: relative;
}

.div4 {
  grid-column: span 4 / span 4;
  grid-row: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 5;
  position: relative;
}

.div5 {
  grid-column: span 4 / span 4;
  grid-row: span 2 / span 2;
  grid-column-start: 9;
  grid-row-start: 1;
  position: relative;
}

.div6 {
  grid-column: span 4 / span 4;
  grid-row: span 4 / span 4;
  grid-column-start: 9;
  grid-row-start: 3;
  position: relative;
}

.PAGE4_GRID {
  display: flex;
  justify-content: center;
}

.PAGE4_IMAGE_SETTING {
  width: 100%;
  height: 100% !important;
  object-fit: cover;

  position: relative;
  display: flex;
  cursor: pointer;
}

.PAGE4_IMAGE_SETTING::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.ARROW_ABSOLUT {
  background: #000;

  bottom: 10px;
  right: 10px;
  z-index: 999;
  position: absolute;
}

.ARROW_SVG {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.PAGE5_CONTENT {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.PAGE5_CONTENT_ROW {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.PAGE5_CONTENT_HEADER {
  display: flex;
  justify-content: center;
}

.PAGE5_CONTENT_TESX h2 {
  color: #b08d66;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.PAGE5_CONTENT_TESX p {
  text-align: center;
  
  font-weight: 300;
  line-height: 1.9;
}

.CONTENT_PAGE5_1,
.CONTENT_PAGE5_2 {
  position: relative;
  overflow: hidden;

  height: 600px;
}

.CONTENT_PAGE5_1 img,
.CONTENT_PAGE5_2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 0.3s ease;
}

.CONTENT_PAGE5_1::after,
.CONTENT_PAGE5_2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);

  transition: opacity 0.3s ease;
  z-index: 1;
}

.CONTENT_PAGE5_1:hover img,
.CONTENT_PAGE5_2:hover img {
  transform: scale(1.1);
}

.CONTENT_PAGE5_1:hover::after,
.CONTENT_PAGE5_2:hover::after {
  opacity: 0;
  flex: 1;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 10px 20px;
  transition: opacity 0.3s ease;
  z-index: 2;
  width: max-content;
}

.overlay p {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.overlay p:lang(en) {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.CONTENT_PAGE5_1:hover .overlay,
.CONTENT_PAGE5_2:hover .overlay {
  opacity: 0;
}

.BUTTON_PACKET {
  font-size: 20px !important;
  margin-bottom: unset !important;
}

.PAGE5_BUTTON {
  background: unset;
  border: 2px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-weight: 400;
}

.PAGE6_CONTENT_ROW {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.CONTENT_PAGE6_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f5f5;
  width: 100%;
  height: 100%;
}

.CONTENT_PAGE6_1 img {
  width: 100%;
  height: 100%;
}

.PAGE6_CONTENT2_SETTING-p {
  color: #6d5a4a;
  margin-top: 12px;
  line-height: 1.9;
}

.PAGE6_CONTENT2_SETTING {
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.PAGE6_CONTENT2_SETTING h3 {
  line-height: 1.4;
  color: #7b5a35;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  letter-spacing: 0.04em;
}

.PAGE6_CONTENT2_SETTING p {
  margin-top: 30px;
}

.slider_NEW_PAGE6 {
  position: relative;
  width: 100%;
  height: 60vh;
}

.slides_NEW_PAGE6 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: overlay;
}

.slide_NEW_PAGE6.active figcaption {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
  transform: translateY(0);
}

.slide_NEW_PAGE6.active .caption-text {
  opacity: 1;
  transform: translateY(0);
}

.slide_NEW_PAGE6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.slide_NEW_PAGE6.active {
  opacity: 1;
  z-index: 2;
}

.slide_NEW_PAGE6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.BOOK_NOW_BTN_SCROOL {
  color: #c28559 !important;
  background: #fff;
}

.NAV_EDIT_BUTTON_CENTER {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  position: static;
  /* <--- สำคัญ: แก้จาก absolute เป็น static */
  width: auto;
  /* <--- ไม่ fix 1060 แล้ว */
}

/* -------------------------------------------------------- */
.dropdown {
  position: relative;
  /* ใช้เป็นจุดอ้างอิง */
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* ให้อยู่ใต้ dropdown-toggle เสมอ */
  left: 0;
  background-color: #fff;
  border-radius: unset !important;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 328px !important;

  /* animation */
  opacity: 0;
  transform: translateY(10px);
  /* แค่เลื่อนนิดเดียวตอน animate */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none !important;
}

/* hover แล้วโชว์ */
.dropdown:hover .dropdown-menu {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------------- */
.dropdown:hover .VILLA_LINE {
  width: 100%;
}

.HREF_CSS:hover .VILLA_LINE {
  width: 100%;
  color: #e9a97b;
}

.HREF_CSS:hover {
  color: #e9a97b;
}

.VILLA_LINE {
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: translateY(9px);

  /* เพิ่ม width ลงใน transition และทำให้ช้าขึ้น */
  transition: width 0.8s ease, transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-menu li {
  padding: 8px 16px;
}

.dropdown-menu li a {
  
  color: #33333385;
  text-decoration: none;
  display: block;
}

.dropdown-menu li a:lang(th) {
  
  /* ถ้าเป็นภาษาไทยให้ใช้ TATSana Chon-Lig */
  font-weight: 400;
  font-size: 13px;
}

.hero-content h1:lang(th) {
  
  font-weight: 500;
}

.hero-content h1:lang(en) {
  
  font-weight: 600;
}

.dropdown-menu li:hover {
  background-color: #f1f1f1;
}

/* สไตล์สำหรับ nested dropdown */
.nested-dropdown {
  position: relative;
}

.nested-dropdown-menu {
  display: none;
  position: absolute;
  padding: 0;
  left: 100%;
  top: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.nested-dropdown:hover .nested-dropdown-menu {
  display: block;
}

#PAGE5_Offer {
  margin-top: 62px;
}

.BUTTON_SLIDER1 {
  background: antiquewhite;
  border: unset;
  padding: 5px 5px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  color: #000;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.BUTTON_SLIDER {
  background: #c28559;
  padding: 5px 5px;
  border: unset;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 35px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.PAGE7 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.PAGE5_LINE {
  background: #8a5e3f;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.PAGE5_LINE_page7 {
  background: #8a5e3f;
  height: 1px;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.PAGE7_BUTTON {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.PAGE8 {
  margin: 80px auto 0;
  /* ด้านบน 80px + จัดกึ่งกลางแนวนอน */
  /* background: #b0b0b00a; */
  padding: 32px 0 0px;
  /* padding บน/ล่าง นุ่ม ๆ */
}

.PAGE8_map {
  width: 50%;
}

.PAGE8_map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  /* กันเตี้ยเกินบน desktop */
  display: block;
}

.PAGE8_map-inner {
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.PAGE8_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* ให้ map กับกล่อง info สูงใกล้เคียงกัน */
  width: 90%;
}

.SETTING-CENTER-PAGE8_content {
  display: flex;
  justify-content: center;
  height: 100%;
}

.SETTING_ICONMAP {
  gap: 10px;
  display: flex;
  justify-content: center;
}

.SETTING_ICONMAP_footer {
  gap: 10px;
  display: flex;
  justify-content: center;
}

.icon_map_v1,
.icon_map_v2,
.icon_map_v3,
.icon_map_v4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2%;
}

.icon_map_v1 svg {
  fill: #0080ff;
  width: 100%;
}

.icon_map_v2 svg {
  fill: #ed578a;
  width: 100%;
}

.icon_map_v3 svg {
  fill: #8bc34a;
  width: 100%;
}

.icon_map_v4 svg {
  fill: #e7175d;
  width: 100%;
}

.PAGE8_CUSTOM_BUTTON {
  margin-top: 20px;
}

footer {
  margin-top: 10px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); */
  color: #000;
  text-align: center;
}

.footer-container {
  display: flex;
  padding: 20px;
  width: 65%;
}

.footer-section {
  color: #000;
  width: 600px;
  text-align: start;
  margin: 30px 10px;
}

.footer-section h4 {
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  margin-bottom: 12px;
  color: #b08d66;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: none;
}

.footer-section p {
  font-size: 0.88rem;
  margin-bottom: 10px;
  color: #6d5a4a;
  font-weight: 300;
  line-height: 1.8;
  text-shadow: none;
}

.footer-section2 {
  color: #000;
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 30px 10px;
}

.footer-section2 h4 {
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  margin-bottom: 12px;
  color: #b08d66;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: none;
}

.footer-section3 {
  color: #000;
  width: 600px;
  text-align: center;
  margin: 10px;
}

.footer-section3 h4 {
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  margin-bottom: 12px;
  color: #b08d66;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: none;
}

.footer-section3 img {
  width: 35%;
  height: unset;
}

.footer-section,
.footer-section2,
.footer-section3 {
  flex: 1 1 100%;
  order: 0;
}

ol,
ul {
  padding-left: unset !important;
}

.SETTING_FOOTER {
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer-bottom {
  /* background: #c08358; */
  background: #743a10;
  padding: 5px;
  font-size: 14px;
  color: #fff;
}

.footer-bottom p {
  margin-bottom: unset;
}

.PAGE1_CONTENTDATA_SPAN {
  color: #b08d66;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  letter-spacing: 0.04em;
  font-weight: 500;
}

.PAGE5_CONTENT_TESX_SPAN {
  color: #000;
}

.PAGE8_CONTENT_MAP {
  text-align: left;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: 1px -2px 13px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.PAGE8_CONTENT_MAP h3 {
  margin-bottom: 6px;
}

.PAGE8_LOGO_BOX {
  margin-bottom: 10px;
}

.PAGE8_LOGO_BOX img {
  max-width: 160px;
  height: 100%;
  display: block;
}

.PAGE8_CONTENT_MAP p {
  margin-bottom: 6px;
}

.icon_map_v1_footer,
.icon_map_v2_footer,
.icon_map_v3_footer,
.icon_map_v4_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
}

.icon_map_v1_footer svg {
  fill: #0080ff;
  width: 100%;
}

.icon_map_v2_footer svg {
  fill: #ed578a;
  width: 100%;
}

.icon_map_v3_footer svg {
  fill: #8bc34a;
  width: 100%;
}

.icon_map_v4_footer svg {
  fill: #e7175d;
  width: 100%;
}

.SETLAYOUT_CONTACT_RIGHT_DESKTOP {
  display: flex;
  width: 100px;
  justify-content: end;
  align-items: center;
  gap: 5px;
}

.SETLAYOUT_CONTACT_RIGHT_DESKTOP p {
  margin-bottom: unset !important;
}

.menu-toggle-setting {
  display: none;
}

.SETLAYOUT_CONTACT_RIGHT_MOBILE {
  width: 33.33333%;
  color: #fff;
}

.UL_COL {
  width: 100%;
  display: flex;
}

.UL_COL1 {
  width: 10%;
  display: flex;
}

.PAGE5_CONTAINER {
  display: flex;
  transition: all 0.5s ease;
  gap: 10px;
}

.PAGE5_CONTAINER {
  display: flex;
}

.PAGE5_COL {
  flex: 1 1 33.3333%;
  transition: all 0.5s ease;
}

.PAGE5_CONTAINER:has(.PAGE5_COL:hover) .PAGE5_COL {
  flex: 1 1 20%;
  opacity: 0.3;
  transform: scale(0.95);
}

.PAGE5_COL:hover {
  flex: 1 1 60% !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}

.SETTIG_LINEHIGHT_PAGE6 {
  margin-top: 20px;
}

.PAGE6_FONT {
  color: #6d5a4a;
  line-height: 1.9;
  font-weight: 300;
}

.FONT_FOOTER {
  font-size: 0.9rem;
  margin-bottom: 10px;
  color: #6d5a4a !important;
  
  font-weight: 300;
  line-height: 1.8;
}

.DESKTOP {
  display: flex;
}

.MOBILE {
  display: none;
}

.PAGE9 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.slick-dots {
  bottom: -38px !important;
  display: flex !important;
  justify-content: center !important;
  padding: 0 !important;
  list-style: none !important;
  margin-top: 15px !important;
  color: #fff !important;
}

.slick-dots li {
  margin: 0 5px;
    color: #fff !important;
}

.slick-dots li button {
  border: none;
  background: #bbb;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: background 0.3s;
    color: #fff !important;
}

.slick-dots li.slick-active button {
  background: #c28559;
    color: #fff !important;
}
.slick-dots li.slick-active button:before{
    color: #fff !important;

}

.image-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.image-modal {
  display: none;
  /* ซ่อนก่อน */
  position: fixed;
  z-index: 9999;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

.image-modal.active {
  display: flex;
}

.image-modal img {
  max-width: min(100%, 900px);
  max-height: 90vh;
  background: #fff;
}

.image-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  font-weight: 400;
}

.image-modal__close:hover {
  opacity: 0.8;
}

.w3-content {
  max-width: unset !important;
}

.slide-item {
  position: relative;
  display: none;
}

.slide-item img {
  height: 65vh !important;
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
}

.overlay_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  text-align: center;
  z-index: 2;
  
}

.w3-col.s4 {
  width: 16% !important;
}

.w3-opacity {
  height: 151px !important;
  object-fit: cover !important;
  border-radius: 3px;
}

.w3-row-padding.w3-section {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding-bottom: 10px;
  cursor: grab;
  user-select: none;
}

.w3-row-padding.w3-section:active {
  cursor: grabbing;
}

.w3-row-padding.w3-section::-webkit-scrollbar {
  height: 1px;
}

.w3-row-padding.w3-section::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.w3-row-padding.w3-section .w3-col.s4 {
  flex: 0 0 auto;
  width: 120px;
  /* กำหนดขนาด thumbnail */
}

.OUR_ROOM_SECTION1 {
  width: 100%;
  height: 89px;
  display: flex;
  background: #151411;
}

.OUR_ROOM_SECTION2 {
  /* border-top: 3px solid #c28559; */
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 2px;
}

.GROUP_OUR_ROOM_SECTION {
  /* padding: 39px; */
  text-align: center;
}

.GROUP_OUR_ROOM_SECTION h2 {
  
  font-size: 18px !important;
  color: #7a7a7a;
}

.GROUP_OUR_ROOM_SECTION a {
  background: #fff;
  color: #000;
  padding: 10px 32px;
  border-radius: 60px 60px 60px 60px;
  text-decoration: none;
}

.GROUP_OUR_ROOM_SECTION i {
  width: 10%;
  color: #7a7a7a;
  font-size: 17px;
}

.GROUP_OUR_ROOM_SECTION_LINE {
  display: flex;
  height: 108px;
  align-items: center;
  width: 20%;
  justify-content: center;
  padding-top: 16px;
  transition: all 0.3s ease;
}

.GROUP_OUR_ROOM_SECTION_LINE:hover {
  transform: translateY(-10px);
}

.BOOKING_CENTER_OUR_ROOM {
  display: flex;
  justify-content: center;
}

.BOOKING_CENTER_OUR_ROOM button:hover {
  transform: scale(1.05);
}

.BUTTON_SLIDER_OUR_ROOM {
  background: #fff;
  border: unset;
  width: 150px;
  display: flex;
  justify-content: center;
  color: #c28559;
  height: 35px;
  transition: all 0.3s ease;
}

.BUTTON_SLIDER_OUR_ROOM p {
  margin-bottom: unset;
  padding-top: 4px;
  font-size: 15px !important;
  font-weight: 300;
  color: #c28559 !important;
}

.BOOKING_CENTER {
  display: flex;
  justify-content: center;
}

.BOOKING_CENTER button {
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
}

.BOOKING_CENTER button:hover {
  transform: scale(1.05);
}

.BOOKING_CENTER1 {
  display: flex;
  justify-content: center;
}

.BOOKING_CENTER1 button {
  background: #c28559;
  color: #000;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 4px 2px #0000003d;
}

.BOOKING_CENTER1 button:hover {
  transform: scale(1.05);
}

.BUTTON_SLIDER1_OURROOM {
  background: #c28559;
  border: unset;
  width: 150px;
  display: flex;
  justify-content: center;
  color: #fff;
  height: 35px;
  border-radius: 20px;
}

.BUTTON_SLIDER1_OURROOM p {
  margin-bottom: unset;
  padding-top: 4px;
  color: #fff;
}

.OUR_ROOM_SECTION3 {
  background: linear-gradient(135deg, #e6b98d, #c28559);
  width: 100%;
  height: 442px;
  margin-top: 100px;
  position: relative;
}

.OUR_ROOM_SECTION4 {
  width: 90%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -40px);
  left: 50%;
  display: flex;
}

.GROUP_OUR_ROOM_SECTION4 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.GROUP_OUR_ROOM_SECTION5 {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-top: 100px;
  color: #fff;
  margin-left: 80px;
}

.GROUP_OUR_ROOM_SECTION4 img {
  width: 48%;
}

.GROUP_OUR_ROOM_SECTION5 p {
  font-size: 17px;
  color: #fff;
}

.p_SECTION5 {
  font-size: 15px;
}

#btnRight svg {
  width: 10%;
  color: #c28559;
}

#btnLeft svg {
  width: 10%;
  color: #c28559;
}

.OUR_ROOM_SECTION9 {
  position: absolute;
  transform: translateY(102px);
  display: flex;
}

.ROOM_RATE {
  margin-left: 9px;
  margin-right: 9px;
}

#btnLeft {
  background: unset;
  border: unset;
}

#btnRight {
  background: unset;
  border: unset;
}

.OUR_ROOM_SECTION6 {
  display: flex;
  justify-content: center;
  width: 60%;
  height: 301px;
  color: #fff;
  background: #ffe8d7;
  z-index: 0;
  position: absolute;
  align-items: end;
}

.OUR_ROOM_SECTION7 {
  width: 100%;
  margin-top: 280px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

.OUR_ROOM_SECTION8 {
  position: relative;
  left: 0;
  display: flex;
  gap: 20px;
  width: max-content;
  overflow: hidden;
  transition: transform 0.5s ease;
  z-index: 1;
  transform: translateY(-130px);
}

.room-box {
  width: 600px;
  height: 400px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  user-select: none;
  z-index: 11;
  position: relative;
  overflow: hidden;
}

.room-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.room-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
  z-index: 1;
}

.room-box:hover img {
  transform: scale(1.1);
}

.room-box:hover::after {
  opacity: 0;
  flex: 1;
}

.room-box:hover .overlay {
  opacity: 0;
}

.line_ourroom {
  width: 3px;
  height: 80%;
  background: #c28559;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 10px;
}

.ROOM_RATE_P {
  font-size: 30px;
  color: #c28559;
  text-align: center;
  line-height: 33px;
  padding-top: 23px;
}

.ROOM_RATE_P_SPAN {
  font-size: 20px;
}

.OUR_ROOM_SECTION10 {
  width: 100%;
  height: 700px;
  position: relative;
}

.GROUP_OUR_ROOM_SECTION10 {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}

.OUR_ROOM_SECTION10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.CONFIG_OUR_ROOM_overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 40%;
}

.FONT_OUR_ROOM_SECTION1 {
  font-size: 21px !important;
}

.MAIN_GROUP_OUR_ROOM_SECTION11 {
  padding: 40px 40px 14px 40px;
  margin-top: 48px;
  border-radius: 7px;
}

.GROUP_OUR_ROOM_SECTION11 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background: #dfdfdf;
  border-radius: 3px;
}

.COL_GROUP_OUR_ROOM_SECTION11 {
  width: 22%;
  display: flex;
  flex-direction: column;
}

.GROUP_OUR_ROOM_SECTION11 .COL_GROUP_OUR_ROOM_SECTION11:nth-child(2)>div:last-child {
  margin-top: auto;
}

.GROUP_IMAGE_IMG {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.GROUP_IMAGE {
  width: 100%;
  height: 100%;
}

.SVG_MORETHEHOST {
  width: 4%;
  margin-left: 3px;
}

.a_MORETHEHOST {
  text-decoration: none;
}

.detail_group_room_our_section11 {
  display: flex;
  justify-content: space-between;
}

.P_DETAIL_ROOM {
  margin-bottom: 3px;
}

.P_DETAIL_ROOM1 {
  margin-bottom: unset;
}

.GROUP_detail_group_room_our_section11 {
  font-size: 18px;
  margin-top: auto;
}

.HEAD_NAME_OUR_ROOM_SECTION11 {
  font-size: 23px;
}

.SECTION11_OUR_ROOM_STAR {
  background: #fff;
  padding: 17px;
  border-radius: 5px;
}

.SECTION11_OUR_ROOM_STAR1 {
  padding-left: 20px;
  font-size: 17px;
  padding-top: 13px;
}

.SECTION11_OUR_ROOM_STAR2 {
  background: #fff;
  padding: 17px 17px 7px 17px;
  border-radius: 5px;
  width: 31%;
}

.FONT_THAI_OUT_ROOM_section11 {
  
  font-size: 15px;
}

.BOOK_NOW_BTNdetail_group_room_our_section11 {
  width: 100%;
  display: flex;
  background: #000;
  color: #fff;
  text-align: center;
  justify-content: center;
  padding: 7px;
  margin-top: 4px;
  transition: all 0.3s ease;
}

.BOOK_NOW_BTNdetail_group_room_our_section11:hover {
  transform: scale(1.02);
}

.MAIN_GROUP_OUR_ROOM_SECTION12 {
  padding: 0px 38px 12px 39px;
  margin-top: 5px;
  border-radius: 7px;
}

.gallery-section {
  padding: 80px 0;
  /* background: var(--bg-light); */
  background: #f6eadf8f;
  display: flex;
  justify-content: center;
}

.content_1_room_width_CENTER {
  display: flex;
  justify-content: center;
}

.content_1_room_width {
  width: 87%;
}

.content_1_room_width h2 {
  color: #c28559;
}

.BAGDROUND_ROOM {
  background: #d38e5c;
  width: 100%;
  height: 5px;
}

.content_1_room_width_h2 {
  color: #fff !important;
}

.SHOW_MORE_POOLVILLA_LAYOUT {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-between;
}

.BOX_SHOW_MORE_POOLVILLA {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  height: auto !important;
  /* ตัด height แบบ px เดิมทิ้ง */
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
  background: #fff;
  text-decoration: none;
  width: 100%;
}

.BOX_SHOW_MORE_POOLVILLA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease, filter 0.6s ease;
  will-change: transform;
}

.BOX_SHOW_MORE_POOLVILLA::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transition: background 0.3s ease;
}

.SHOW_MORE_POOLVILLA_SETTING {
  margin-top: 60px;
}

.poolvilla-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  color: white;
  padding-left: 20px;
  /* background: rgb(0 0 0 / 26%);
  backdrop-filter: blur(5px); */
  transition: transform 0.4s ease-in-out;
  padding-bottom: 13px;
}

.BOX_SHOW_MORE_POOLVILLA .poolvilla-detail {
  z-index: 2;
}

.BOX_SHOW_MORE_POOLVILLA:hover .poolvilla-detail {
  /* transform: translateY(100%); */
}

.poolvilla-detail h3 {
  margin: 0 0 5px 0;
  font-weight: 600 !important;
  font-size: 15px;
}

.poolvilla-detail p {
  margin: 0;
  font-weight: 300 !important;
  margin-bottom: 5px;
}

.SHOW_MORE_POOLVILLA {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 0px 30px;
}

.GROUP_OUR_ROOM_SECTION12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* padding: 96px 150px 0px 150px; */
  width: 90%;
}

.LAYER_GROUP_OUR_ROOM_SECTION12 {
  display: flex;
  justify-content: center;
}

.OUR_ROOM_SECTION12 {
  width: 25%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    background-color 0.35s ease;
  will-change: transform, box-shadow;
}

.GROUP_ICON_section12 {
  display: flex;
  align-items: center;
  /* จัดแนวตั้งตรงกลาง */
  justify-content: center;
  /* จัดแนวนอนตรงกลาง */
  width: 55px;
  height: 54px;
  border: 1px solid #0000005e;
  border-radius: 50%;
  /* ทำให้เป็นวงกลม */
  background: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease, background 0.35s ease;
}

.GROUP_P_section12 {
  text-align: center;
  transition: color 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
}

.GROUP_ICON_section12 i {
  font-size: 28px;
  padding-top: 4px;
  transition: transform 0.35s ease, color 0.35s ease;
}

.OUR_ROOM_SECTION12_v1 {
  width: 25%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef3d54f;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    background-color 0.35s ease;
  will-change: transform, box-shadow;
}

.GROUP_ICON_section12_TEXT_CENTER {
  display: flex;
  justify-content: center;
}

.GROUP_P_section12 {
  margin-top: 20px;
}

.GROUP_ICON_section12_v1 i {
  color: #8a5e3f;
  font-size: 28px;
  padding-top: 4px;
  transition: transform 0.35s ease, color 0.35s ease;
}

.GROUP_ICON_section12_v1 {
  display: flex;
  align-items: center;
  /* จัดแนวตั้งตรงกลาง */
  justify-content: center;
  /* จัดแนวนอนตรงกลาง */
  width: 55px;
  height: 54px;
  border: 1px solid #0000005e;
  border-radius: 50%;
  /* ทำให้เป็นวงกลม */
  background: #ffffff;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease, background 0.35s ease;
}

/* Facilities (Section12) hover enhancements */
.OUR_ROOM_SECTION12,
.OUR_ROOM_SECTION12_v1 {
  position: relative;
  overflow: hidden;
}

.OUR_ROOM_SECTION12::before,
.OUR_ROOM_SECTION12_v1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(194, 133, 89, 0.35) 0%,
      rgba(194, 133, 89, 0.16) 60%,
      rgba(194, 133, 89, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, background 0.35s ease;
}

.OUR_ROOM_SECTION12:hover,
.OUR_ROOM_SECTION12:focus-within,
.OUR_ROOM_SECTION12_v1:hover,
.OUR_ROOM_SECTION12_v1:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.OUR_ROOM_SECTION12:hover::before,
.OUR_ROOM_SECTION12:focus-within::before,
.OUR_ROOM_SECTION12_v1:hover::before,
.OUR_ROOM_SECTION12_v1:focus-within::before {
  opacity: 1;
  background: linear-gradient(to top,
      rgba(194, 133, 89, 0.48) 0%,
      rgba(194, 133, 89, 0.22) 60%,
      rgba(194, 133, 89, 0) 100%);
}

/* Icon ring animation */
.GROUP_ICON_section12,
.GROUP_ICON_section12_v1 {
  background: #ffffff;
}

.OUR_ROOM_SECTION12:hover .GROUP_ICON_section12,
.OUR_ROOM_SECTION12:focus-within .GROUP_ICON_section12,
.OUR_ROOM_SECTION12_v1:hover .GROUP_ICON_section12_v1,
.OUR_ROOM_SECTION12_v1:focus-within .GROUP_ICON_section12_v1 {
  transform: scale(1.08);
  border-color: transparent;
  background: linear-gradient(135deg, #c28559 0%, #e5b58f 100%);
  box-shadow: 0 0 0 6px rgba(194, 133, 89, 0.15), 0 8px 20px rgba(0, 0, 0, 0.18);
}

.OUR_ROOM_SECTION12:hover .GROUP_ICON_section12 i,
.OUR_ROOM_SECTION12:focus-within .GROUP_ICON_section12 i,
.OUR_ROOM_SECTION12_v1:hover .GROUP_ICON_section12_v1 i,
.OUR_ROOM_SECTION12_v1:focus-within .GROUP_ICON_section12_v1 i {
  color: #ffffff;
  transform: translateY(-1px);
}

/* Text animation */
.OUR_ROOM_SECTION12:hover .GROUP_P_section12 p,
.OUR_ROOM_SECTION12_v1:hover .GROUP_P_section12 p {
  color: #c28559;
}

.OUR_ROOM_SECTION12:hover .GROUP_P_section12,
.OUR_ROOM_SECTION12_v1:hover .GROUP_P_section12 {
  transform: translateY(-2px);
}

.OUR_ROOM_SECTION12:hover .GROUP_P_section12 small,
.OUR_ROOM_SECTION12_v1:hover .GROUP_P_section12 small {
  color: #6f6f6f;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  .OUR_ROOM_SECTION12,
  .OUR_ROOM_SECTION12_v1,
  .GROUP_ICON_section12,
  .GROUP_ICON_section12_v1,
  .GROUP_P_section12 {
    transition: none !important;
  }
}

.HEAD_GROUP_OUR_ROOM_SECTION12 {
  display: flex;
  justify-content: start;
  width: 90%;
  margin-top: 80px;
}

.HEAD_GROUP_OUR_ROOM_SECTION12 p {
  color: #8a5e3f;
  font-size: 40px;
}

.LAYER_section13 {
  background: radial-gradient(1200px 500px at 10% 0%,
      rgba(194, 133, 89, 0.14) 0%,
      rgba(194, 133, 89, 0) 60%),
    linear-gradient(180deg, #c19371 0%, #e3aa8270 50%, #c19371 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.LAYER_section13::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 220px at 90% 0%,
      rgba(229, 181, 143, 0.08) 0%,
      rgba(229, 181, 143, 0) 70%);
  pointer-events: none;
}

.width_LAYER_section13 {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.GROUP_section13 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.box_GROUP_section13 {
  width: 24%;
}

.box_GROUP_section13_img img {
  width: 100%;
  height: 200px;
}

/* Overlay and text-on-image for section13 cards */
.box_GROUP_section13 {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    border-color 0.35s ease;
  will-change: transform, box-shadow;
  border-radius: 3px;
  border: 1px solid rgba(194, 133, 89, 0.22);
  background: transparent;
}

.box_GROUP_section13_img {
  position: relative;
}

.box_GROUP_section13::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(194, 133, 89, 0.38) 0%,
      rgba(194, 133, 89, 0) 50%);
  z-index: 1;
  pointer-events: none;
  transition: background 0.4s ease, opacity 0.4s ease;
}

.box_GROUP_section13_img img {
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform-origin: center;
  will-change: transform;
}

.layout_box_group_section13 {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px;
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transition: background-color 0.35s ease, transform 0.4s ease,
    opacity 0.35s ease;
  font-size: 18px;
  transform: translateY(0);
  height: 30%;
  top: auto;
  background-color: rgba(26, 20, 16, 0.35);
  backdrop-filter: blur(3px);
  padding: 8px 12px;
  border-top: 1px solid rgba(194, 133, 89, 0.25);
  will-change: transform, opacity, background-color;
}

.box_GROUP_section13:hover .box_GROUP_section13_img img {
  transform: scale(1.06);
}

.box_GROUP_section13:hover::before {
  background: linear-gradient(to top,
      rgba(194, 133, 89, 0.58) 0%,
      rgba(194, 133, 89, 0) 55%);
}

.box_GROUP_section13:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  border-color: rgba(229, 181, 143, 0.45);
}

.box_GROUP_section13:hover .layout_box_group_section13 {
  background-color: rgba(26, 20, 16, 0.28);
  backdrop-filter: blur(1px);
}

.box_GROUP_section13:hover .layout_box_group_section13 {
  transform: none;
}

.H2_section13 {
  color: #fff;
  text-align: center;
  
  font-weight: 2;
}

.H2_section13::after {
  content: "";
  display: block;
  width: 140px;
  height: 3px;
  margin: 12px auto 0;
  background: linear-gradient(90deg,
      rgba(229, 181, 143, 0) 0%,
      #e5b58f 35%,
      #c28559 65%,
      rgba(229, 181, 143, 0) 100%);
  border-radius: 2px;
}

/* Caption refinements: price pill and title emphasis */
.layout_box_group_section13>div:first-child {
  background: rgba(229, 181, 143, 0.85);
  color: #3b281c;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.layout_box_group_section13>div:last-child {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.SECTION5_FONT {
  
  font-size: 14px;
}

.hero-text-en {
  
}

/* .EXPERIENCES {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
  margin-top: 50px;
  padding: 0 120px;
}

.EXPERIENCES_BX {
  position: relative;
  flex: 1 1 calc(33.333% - 10px);
  height: 400px;
  overflow: hidden;
  cursor: pointer;
}

.EXPERIENCES_BX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.EXPERIENCES_BX::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease;
}

.EXPERIENCES_BX span {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 12px;
  border-radius: 6px;

  color: #fff;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
} */

/* .EXPERIENCES_BX:hover::after {
  opacity: 1;
}

.EXPERIENCES_BX:hover span {
  opacity: 1;
}
.EXPERIENCES_BX.small {
  flex: 0 0 calc(33.333% - 10px);
} */

.form-control {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  height: 35px;
}

.form-control:focus {
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

/* พื้นหลัง Loading */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  /* มืดลงแต่ไม่ทึบ */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12000;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* วงกลมหลัก (จุดตกน้ำ) */
.ripple {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle,
      #c28559 0%,
      #c2855903 60%,
      transparent 100%);
  box-shadow: 0 0 7px #c28559;
  animation: pulse 2.5s infinite ease-in-out;
}

/* วง ripple โปร่งใส */
.ripple::before,
.ripple::after {
  content: "";
  position: absolute;
  border: 1.5px solid #c28559;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  opacity: 0;
  animation: ripple 3s infinite;
}

.ripple::after {
  animation-delay: 1.5s;
  /* ซ้อนเป็นจังหวะ */
}

.FONT_INDEX_V1 {
  color: #b08d66;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  letter-spacing: 0.04em;
  font-weight: 500;
}

.FONT_INDEX_V2 {
  color: #6d5a4a;
  line-height: 1.9;
  font-weight: 300;
  font-size: clamp(0.85rem, 1.4vw, 0.95rem);
}

.GROUP_BOX_DATE {
  display: flex;
}

.GROUP_BOX_DATE_v1 {
  display: flex;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  70% {
    transform: scale(2.2);
    opacity: 0.15;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(0.5);
    opacity: 0.9;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

.CSS_BULLET {
  display: none;
}

.rm-wrap {
  --rm-max: 10.5em;
  max-width: 820px;
  margin: 0 auto;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
}

.rm-body {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

/* แค่ใส่ gradient ปิดท้าย (ถูกกว่ามาก) */
.rm-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 42px;
  /* เผื่อพื้นที่ปุ่ม */
  height: 80px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(246, 234, 223, 0), #f6eadf8f);
  opacity: 1;
  transition: opacity 0.3s ease;
}

.rm-body.expanded::after {
  opacity: 0;
}

.rm-body.expanded {
  max-height: 1000px;
  /* พอประมาณให้สูงเกินเนื้อหา */
}

/* ---------- Teaser & More ---------- */
.rm-content,
.rm-more {
  text-align: center;
  color: #222;
  line-height: 1.9;
  font-size: 0.98rem;
}

.rm-content:lang(en) {
  font-size: 18px;
}

/* Hide 'more' initially, show when expanded (optional, but good for SEO/layout) 
   Actually, with height animation, we can keep it in flow, 
   but let's just let it flow naturally inside .rm-body 
*/
.rm-more {
  /* No display:none needed if we rely on height clipping, 
     but to be safe/clean we can leave it as block */
  display: block;
}

/* ---------- Button Wrapper ---------- */
.rm-ctrl-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  order: 3;
  margin-top: 10px;
}

/* ---------- Button Styling (Matches previous summary) ---------- */
.rm-ctrl-btn {
  cursor: pointer;
  display: inline-block;
  height: var(--btn-h);
  line-height: calc(var(--btn-h) - 2px);
  padding: 10px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  border: 1px solid #c28559;
  border-radius: 999px;
  color: #c28559;
  background: #fff;
  user-select: none;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
  position: relative;
  z-index: 3;
}

.rm-ctrl-btn:hover,
.rm-ctrl-btn:focus {
  background: #c28559;
  color: #fff;
  outline: none;
}

/* ---------- Clickable Overlay for Fade Zone (Optional JS logic could handle this too) ---------- */
/* For simplicity with JS, we might skip the overlay or add it via JS. 
   But let's keep the button clean. If user wants click-to-expand on text, 
   we'd need an overlay div. For now, just the button. */

.PAGE5_CONTENT_TESX_H2 {
  text-shadow: none !important;
}

.PAGE5_BUTTON {
  margin-top: 10px;
}

.SHOW_MORE_POOLVILLA_LAYOUT {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.BOX_SHOW_MORE_POOLVILLA picture {
  display: block;
  width: 100%;
  height: 450px;
  /* Increased height for better visibility */
  overflow: hidden;
  position: relative;
}

.BOX_SHOW_MORE_POOLVILLA img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.BOX_SHOW_MORE_POOLVILLA:hover img {
  transform: scale(1.1);
}

/* Gradient Overlay */
.BOX_SHOW_MORE_POOLVILLA picture::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  /* Gradient covers bottom 70% */
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.BOX_SHOW_MORE_POOLVILLA:hover picture::after {
  opacity: 1;
}

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

.poolvilla-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 20px;

  color: #fff;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.poolvilla-detail p {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #a7602d;
  /* Theme Color */
  font-weight: 600;
}

.poolvilla-detail h3 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  color: #633617;
}

/* Hover Effect */
.BOX_SHOW_MORE_POOLVILLA:hover .poolvilla-detail {
  padding-bottom: 30px;
}

@media screen and (max-width: 1800px) {
  .GROUP_OUR_ROOM_SECTION4 {
    display: flex;
    flex-wrap: wrap;
    width: 50% !important;
  }
}

@media screen and (max-width: 2200px) {
  .GROUP_OUR_ROOM_SECTION4 {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .SHOW_MORE_POOLVILLA_LAYOUT {
    padding: 0px;
  }

  .PAGE8_LOGO_BOX img {
    display: unset;
  }

  .PAGE8_CONTENT_MAP {
    text-align: center;
  }

  .dropdown-menu li a {
    display: flex;
  }

  .CSS_BULLET {
    display: flex;
    margin-right: 10px;
  }

  .dropdown .dropdown-menu {
    display: block !important;
    opacity: 1;
    transform: translateY(0);
    position: relative;
    background: unset !important;
    border: unset !important;
  }

  /* .dropdown-toggle::after {
    display: block !important;
  } */
  .no-border {
    width: 100%;
  }

  .GROUP_BOX_DATE_v1 {
    width: 48%;
  }

  .date-form label {
    font-size: 17px;
    color: #000;
    padding-bottom: unset !important;
  }

  .no-border {
    font-size: 15px;
    padding-left: 8px;
  }

  .GROUP_BOX_DATE {
    display: block;
  }

  .cxx_date {
    padding-bottom: 10px;
    /* margin-right: 5px; */
  }

  .VILLA_LINE {
    display: none !important;
  }

  .content_1_room_width {
    padding-left: 0px;
  }

  .GROUP_OUR_ROOM_SECTION_LINE {
    width: 25%;
  }

  .BOX_SHOW_MORE_POOLVILLA {
    width: 100%;
    height: 328px;
    margin-top: 5px;
  }

  .CONFIG_OUR_ROOM_overlay {
    width: 83%;
  }

  .OUR_ROOM_SECTION10 {
    height: 500px;
  }

  .OUR_ROOM_SECTION3 {
    height: 855px;
  }

  .OUR_ROOM_SECTION9 {
    transform: translateY(119px);
  }

  .ROOM_RATE_P_SPAN,
  .ROOM_RATE_P {
    font-size: 16px;
    padding-top: unset;
  }

  .ROOM_RATE {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }

  .OUR_ROOM_SECTION6 {
    width: 95%;
    height: 333px;
  }

  .OUR_ROOM_SECTION7 {
    margin-top: 278px;
  }

  .REBARAN_OUR_ROOM_SECTION7 {
    overflow: hidden;
  }

  .GROUP_OUR_ROOM_SECTION5 {
    margin-top: 10px;
    width: 100%;
    margin-left: unset !important;
  }

  .GROUP_OUR_ROOM_SECTION4 img {
    width: 50%;
  }

  .GROUP_OUR_ROOM_SECTION4 {
    width: 100% !important;
  }

  .OUR_ROOM_SECTION4 {
    display: flex;
    flex-wrap: wrap;
  }

  .BUTTON_SLIDER1_OURROOM {
    width: unset !important;
  }

  .OUR_ROOM_SECTION1 {
    height: unset;
  }

  .line_ourroom {
    display: none;
  }

  .OUR_ROOM_SECTION2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
  }

  .w3-col.s4 {
    width: 23% !important;
  }

  .slide-text {
    font-size: 21px;
    width: 100%;
  }

  .icon_map_v1 svg,
  .icon_map_v2 svg,
  .icon_map_v3 svg,
  .icon_map_v4 svg {
    width: 60%;
  }

  .GROUP_CSS_A {
    position: absolute;
    bottom: 0;
    margin-top: 22px;
    transform: translateY(-24px);
  }

  .CONTENT_PAGE5_1:hover img,
  .CONTENT_PAGE5_2:hover img {
    transform: none !important;
  }

  .CONTENT_PAGE5_1:hover::after,
  .CONTENT_PAGE5_2:hover::after {
    opacity: 1 !important;
    flex: initial !important;
  }

  .CONTENT_PAGE5_1:hover .overlay,
  .CONTENT_PAGE5_2:hover .overlay {
    opacity: 1 !important;
  }

  .PAGE5_CONTAINER:has(.PAGE5_COL_1:hover) .PAGE5_COL,
  .PAGE5_CONTAINER:has(.PAGE5_COL_2:hover) .PAGE5_COL,
  .PAGE5_CONTAINER:has(.PAGE5_COL_3:hover) .PAGE5_COL,
  .PAGE5_CONTAINER:has(.PAGE5_COL_1:hover) .PAGE5_COL_1,
  .PAGE5_CONTAINER:has(.PAGE5_COL_2:hover) .PAGE5_COL_2,
  .PAGE5_CONTAINER:has(.PAGE5_COL_3:hover) .PAGE5_COL_3 {
    flex: 1 1 33.3333% !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .PAGE1_CONTENT {
    margin-top: 60px;
  }

  .PAGE3_CONTENT {
    margin-top: 20px;
  }

  .PAGE5_CONTAINER {
    flex-wrap: wrap;
  }

  .UL_COL2 {
    margin-top: unset !important;
  }

  .NAV_EDIT_BUTTON_CENTER {
    /* flex-direction: column; */
    width: 100%;
  }

  .PAGE5_CONTENT_TESX h2 {
    text-shadow: unset;
    font-size: 23px;
  }

  .SET_LAYOUTNAV {
    padding: 0px;
  }

  .UL_COL {
    display: block;
    margin-top: 75px;
  }

  .UL_COL1 {
    display: none;
  }

  .BACKGROUND_TOPNAV {
    display: block;
    height: 90px;
    position: fixed;
    z-index: 999999;
    width: 100%;
  }

  .CONTENT_PAGE6_1 {
    height: 100%;
  }

  .CONTENT_PAGE6_1 img {
    object-fit: cover;
  }

  .CONTENT_PAGE6_2 {
    height: 100%;
  }

  .slider_NEW_PAGE6 {
    height: 323px;
  }

  .PAGE3_CONTENT_background img {
    object-fit: cover;
  }

  .SET_NAV_LOGO {
    order: 1;
  }

  .menu-toggle-setting {
    display: flex !important;
    order: 0;
    justify-content: end !important;
    /* order: 2; */
  }

  .SETLAYOUT_CONTACT_RIGHT_DESKTOP {
    /* visibility: hidden; */
    display: none !important;
  }

  .TEXT_LABLE button {
    width: 100% !important;
  }

  .TEXT_LABLE {
    width: 100%;
    justify-content: unset !important;
  }

  .GROUP_BOX_DATE_v1 {
    display: block !important;
  }

  .SLIDER_FLEX {
    display: flex;
  }

  .icon_map_v1,
  .icon_map_v2,
  .icon_map_v3,
  .icon_map_v4 {
    width: 6%;
  }

  .SETLAYOUT_CONTACT {
    width: 72px;
    visibility: hidden;
    /* width: 33.33333%; */
    order: 2;
  }

  .menu-toggle {
    display: block;
    right: 20px;
  }

  /* .BACKGROUND_BOTTOMNAV {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding: 0;
    height: 100vh;
    position: relative;
    display: block !important;
  } */
  .BACKGROUND_BOTTOMNAV {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding: 0;
    height: 0;
    /* position: relative; */
    display: block !important;
  }

  .BACKGROUND_BOTTOMNAV.active {
    background: #c28559;
    max-height: 100vh;
    height: 100vh;
    position: fixed;
    z-index: 99999;
  }

  .dropdown-menu li,
  .nested-dropdown-menu li {
    padding: 7px 16px !important;
    font-size: 18px;
  }

  .TEXTFFF {
    margin: unset;
  }

  .UL_BACKGROUND_BOTTOMNAV li {
    width: auto;
    text-align: start;
    display: block;
    background: unset !important;
    color: #fff !important;
    padding: 8px 20px;
  }

  .dropdown:hover .dropdown-menu {
    width: 98%;
    position: relative;
    background: unset !important;
    border: unset !important;
    box-shadow: unset !important;
  }

  .dropdown-menu li a {
    color: #fff !important;
  }

  .UL_BACKGROUND_BOTTOMNAV {
    flex-direction: column;
    gap: 0 !important;
    padding-top: 17px;
  }

  .BOOK_NOW_BTN {
    display: none;
    background: unset !important;
    color: #fff;
    width: auto;
    text-align: start;
    padding: unset;
    box-shadow: unset !important;
  }

  .SETLAYOUT_CONTACT_RIGHT_MOBILE {
    display: flex;
    justify-content: start;
    gap: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 117px;
    padding-left: 18px;
    color: #fff;
  }

  .SETLAYOUT_CONTACT_RIGHT_MOBILE a {
    color: #fff;
  }

  .PAGE8_map {
    width: 90% !important;
  }

  .PAGE8_CONTENT_MAP {
    width: 90%;
  }

  .PAGE8_map-inner,
  .PAGE8_CONTENT_MAP {
    box-shadow: unset;
  }

  .PAGE6_CONTENT_ROW {
    display: flex;
    flex-wrap: wrap;
  }

  .PAGE6_CONTENT_ROW .col-md-6 {
    display: flex;
    flex-direction: column;
  }

  .CONTENT_PAGE6_1,
  .CONTENT_PAGE6_2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .slider_NEW_PAGE6,
  .slides_NEW_PAGE6,
  .slide_NEW_PAGE6 {
    height: 100%;
  }

  .slide_NEW_PAGE6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .PAGE6_CONTENT2_SETTING {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .poolvilla-detail p {
    color: #fff;
  }

  .poolvilla-detail h3 {
    color: #fff;
  }

  .SETTING_PAGE1_CONTENT_WIDTH {
    width: 50% !important;
  }

  .PAGE1_CONTENTDATA {
    height: 300px;
  }

  .slider_3Our {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .SETTING_PAGE1_CONTENT_WIDTH {
    width: 100% !important;
  }

  .PAGE1_CONTENTDATA {
    height: unset;
  }

  .slider_3Our {
    height: unset;
  }

  .SHOW_MORE_POOLVILLA_LAYOUT {
    gap: 37px;
    width: 85%;
  }

  .PAGE8_content,
  .PAGE8_CONTENT_MAP {
    width: 100%;
  }

  .slider_3Our {
    height: auto;
  }

  .rm-content,
  .rm-more {
    font-size: 0.96rem;
  }

  .rm-content {
    --rm-max: 12.5em;
  }

  .rm-wrap {
    --fade-overlay-h: 88px;
  }

  .rm-fade {
    bottom: 56px;
  }

  .gallert-link-a {
    display: none;
  }

  .INDEX_PAGE3_CONTENT_V1 {
    padding-right: 2px;
  }

  .INDEX_PAGE3_CONTENT_V2 {
    padding-left: 2px;
  }

  .INDEX_PAGE3_CONTENT_V1 img {
    height: 100%;
    object-fit: cover;
  }

  .INDEX_PAGE3_CONTENT_V2 img {
    height: 100%;
    object-fit: cover;
  }

  .content_1_room_width {
    padding-left: 0px;
  }

  .OUR_ROOM_SECTION7 {
    margin-top: 180px;
  }

  .BOX_SHOW_MORE_POOLVILLA {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto !important;
  }

  .content_1_room_width h2 {
    font-size: 1.5rem;
  }

  .gallery-section {
    padding: 33px 0;
  }

  #btnRight svg {
    width: 20%;
  }

  #btnLeft svg {
    width: 20%;
  }

  .GROUP_OUR_ROOM_SECTION h2 {
    
    font-size: 15px !important;
    color: #7a7a7a;
  }

  .GROUP_OUR_ROOM_SECTION svg {
    width: 15%;
  }

  .GROUP_OUR_ROOM_SECTION {
    margin-left: unset !important;
    margin-right: unset !important;
    width: 100%;
    margin-top: 19px;
  }

  /* Make slider cards responsive on mobile and keep spacing reasonable */
  .OUR_ROOM_SECTION8 {
    gap: 16px;
  }

  .room-box {
    width: calc(100vw - 48px);
    /* viewport width minus padding/margins */
    height: 260px;
    /* reduce height for mobile */
  }

  .GROUP_OUR_ROOM_SECTION_LINE {
    width: 50%;
    height: 91px;
  }

  .OUR_ROOM_SECTION3 {
    height: 662px;
  }

  .small-image {
    width: 50% !important;
  }

  .GROUP_MOBILE {
    display: flex;
    gap: 4px;
  }

  .MOBILE {
    display: flex;
  }

  .DESKTOP {
    display: none !important;
  }

  .MOBILE_DESIGN_IMAGE {
    height: 129px !important;
  }

  .PAGE6_CONTENT2_SETTING {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .NUMBER_SLICESHOW {
    padding: 27px 5px;
  }

  .BACKGROUND_TOPNAV {
    height: 69px;
  }

  .CONTENT_PAGE6_2 {
    height: 100%;
  }

  .footer-container {
    width: 100%;
    flex-wrap: wrap;
  }

  .icon_map_v1_footer,
  .icon_map_v2_footer,
  .icon_map_v3_footer,
  .icon_map_v4_footer {
    width: 7%;
  }

  .footer-section3 img {
    width: 35%;
  }

  footer {
    margin-top: unset;
  }

  .SETTING_ICONMAP_footer {
    justify-content: center;
  }

  .footer-section3 {
    text-align: center;
    order: -1;
  }

  .footer-section2 {
    width: 100% !important;
    justify-content: start;
  }

  .footer-section {
    width: 100% !important;
  }

  .PAGE3_BUTTON_CONTETNT {
    width: 64%;
  }

  .PAGE5_CONTENT_ROW,
  .PAGE5_CONTENT_TESX {
    width: 90% !important;
  }

  .slider_NEW_PAGE6 {
    height: 300px !important;
  }

  .slides_NEW_PAGE6 {
    height: 300px !important;
  }

  .PAGE5_CONTENT,
  .PAGE7 {
    margin-top: 19px;
  }

  .next_slick {
    left: 23px;
    background: unset !important;
  }

  .back_slick {
    right: 23px;
    background: unset !important;
  }

  .PAGE2_CONTENT {
    margin-top: 20px !important;
    padding: 23px !important;
  }

  .PAGE3_CONTENT {
    padding: unset !important;
  }

  .PAGE1_WIDTH,
  .PAGE3_LAYOUT {
    width: 90%;
  }

  .overlay p {
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    white-space: normal;
  }

  .BUTTON_PACKET {
    font-size: 11px !important;
  }

  .GROUP_OUR_ROOM_SECTION_LINE {
    padding-top: unset;
    padding: 0px;
  }

  .overlay {
    font-size: 14px;
    width: 90%;
    padding: 10px 1px;
  }

  .CONTENT_PAGE6_1 img {
    padding: 23px;
  }

  .CONTENT_PAGE5_1,
  .CONTENT_PAGE5_2 {
    height: 300px;
    overflow: hidden;
  }

  .PAGE8_map iframe {
    height: 300px;
  }

  .icon_map_v1,
  .icon_map_v2,
  .icon_map_v3,
  .icon_map_v4 {
    width: 9%;
  }

  .PAGE1_CONTENTDATA {
    height: 100% !important;
  }

  .slides_PAGE1_CONTENT {
    height: 300px;
  }

  .nested-dropdown:hover .nested-dropdown-menu {
    padding: 0;
  }

  .dropdown-menu,
  .nested-dropdown-menu {
    position: static;
    box-shadow: none;
    width: 100%;
    padding-left: 20px;
  }

  .nested-dropdown-menu {
    left: 0;
  }

  .dropdown-menu li,
  .nested-dropdown-menu li {
    padding: 5px 0;
  }

  .BOOK_NOW_BTN {
    display: none;
    background: unset !important;
    color: #fff;
    width: auto;
    text-align: start;
    padding: unset;
  }

  .parent {
    grid-template-columns: 1fr;
    /* ให้กริดแสดงในแนวตั้ง */
    grid-template-rows: auto;
    /* ความสูงจะปรับตามเนื้อหา */
  }

  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6 {
    grid-column: span 1;
    /* ให้แต่ละ div ครอบครองคอลัมน์เดียว */
    grid-row: auto;
    /* ปรับแถวตามเนื้อหา */
  }

  .div2 {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .div3 {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .div4 {
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .div5 {
    grid-column-start: 1;
    grid-row-start: 4;
  }

  .div6 {
    grid-column-start: 1;
    grid-row-start: 5;
  }

  .TEXT_LABLE {
    gap: unset !important;
    /* justify-content: space-between; */
  }

  .caption-text-p {
    font-size: 17px;
    padding: 3px;
  }

  .TEXT_LABLE button {
    width: 100% !important;
  }

  .date-form {
    width: 80vw;
    /* ใช้ขนาดที่สัมพันธ์กับขนาดหน้าจอสำหรับหน้าจอเล็ก */
  }

  .menu-toggle {
    display: block;
    right: 20px;
  }

  .IMAGE_PAGE1 {
    height: 300px;
    object-fit: unset !important;
  }

  /* .BACKGROUND_BOTTOMNAV {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding: 0;
    height: 0; */
  /* position: relative; */
  /* display: block !important;
  } */

  .BACKGROUND_BOTTOMNAV.active {
    max-height: 100vh;
    height: 100vh;
  }

  .UL_BACKGROUND_BOTTOMNAV {
    flex-direction: column;
    gap: 10px;
    padding-top: 17px;
  }

  .UL_BACKGROUND_BOTTOMNAV li {
    width: auto;
    text-align: start;
  }

  .SETLAYOUT_CONTACT {
    width: 72px;
    visibility: hidden;
  }

  .SETLAYOUT_CONTACT_RIGHT {
    width: auto;
  }

  .SET_LAYOUTNAV {
    height: 64px;
  }

  .SETLAYOUT_CONTACT_RIGHT_MOBILE {
    display: flex;
    justify-content: start;
    gap: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 60px;
    padding-left: 18px;
    color: #fff;
  }

  .SETLAYOUT_CONTACT_RIGHT_MOBILE a {
    color: #fff;
  }

  .PAGE6_CONTENT_ROW {
    display: flex;
    flex-direction: column;
    background: transparent !important;
  }

  .PAGE6_CONTENT_ROW .col-12:nth-child(1) {
    order: 1;
  }

  .PAGE6_CONTENT_ROW .col-12:nth-child(2) {
    order: 2;
  }

  .PAGE6_CONTENT_ROW .col-12:nth-child(3) {
    order: 4;
  }

  .PAGE6_CONTENT_ROW .col-12:nth-child(4) {
    order: 3;
  }

  .CONTENT_PAGE6_1,
  .CONTENT_PAGE6_2,
  .PAGE6_CONTENT2_SETTING {
    background: transparent !important;
  }

  .SHOW_MORE_POOLVILLA_LAYOUT {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .poolvilla-detail h3 {
    font-size: 20px;
  }

  .poolvilla-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 19px 5px;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 2;
    background: #00000070;
  }
}

/* Font Awesome Icons - เพื่อความสวยงาม */
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"); */

/* Custom icon classes - ต้องมีโค้ดนี้เพื่อแสดงผล icon */
/* ในการใช้งานจริงควรใช้ Font Awesome หรือ icon library อื่นๆ */
.icon-size::before {
  content: "\f54e";
  
  font-weight: 900;
  font-style: normal;
}

.icon-bed::before {
  content: "\f236";
  
  font-style: normal;
  font-weight: 900;
}

.icon-ac::before {
  content: "\f2dc";
  
  font-style: normal;
  font-weight: 900;
}

.icon-reception::before {
  content: "\f2b6";
  
  font-style: normal;
  font-weight: 900;
}

.icon-turndown::before {
  content: "\f753";
  
  font-style: normal;
  font-weight: 900;
}

.icon-pool::before {
  content: "\f53c";
  
  font-style: normal;
  font-weight: 900;
}

.icon-bed-group::before {
  content: "\f236";
  
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
}

.icon-person::before {
  content: "\f007";
  
  font-style: normal;
  font-weight: 900;
}

.icon-king-bed::before {
  content: "\f236";
  
  font-style: normal;
  font-weight: 900;
}

/* ใช้ icon เตียงใหญ่เหมือนกัน */
.icon-extra-bed::before {
  content: "\f236";
  
  font-style: normal;
  font-weight: 900;
}

/* ใช้ icon เตียงใหญ่เหมือนกัน */
.icon-pillow::before {
  content: "\f557";
  
  font-style: normal;
  font-weight: 900;
}

.icon-food::before {
  content: "\f0f5";
  
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
}

.icon-coffee::before {
  content: "\f0f4";
  
  font-style: normal;
  font-weight: 900;
}

.icon-water::before {
  content: "\f773";
  
  font-style: normal;
  font-weight: 900;
}

.icon-mini-bar::before {
  content: "\f873";
  
  font-style: normal;
  font-weight: 900;
}

/* ตู้เย็นเล็ก */
.icon-fridge::before {
  content: "\f713";
  
  font-style: normal;
  font-weight: 900;
}

.icon-bath::before {
  content: "\f2cd";
  
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
}

.icon-tub::before {
  content: "\f2cd";
  
  font-style: normal;
  font-weight: 900;
}

.icon-shower::before {
  content: "\f2cc";
  
  font-style: normal;
  font-weight: 900;
}

.icon-mirror::before {
  content: "\f460";
  
  font-style: normal;
  font-weight: 900;
}

.icon-hair-dryer::before {
  content: "\f533";
  
  font-style: normal;
  font-weight: 900;
}

.icon-robe::before {
  content: "\f29c";
  
  font-style: normal;
  font-weight: 900;
}

.icon-kitchen::before {
  content: "\f0f5";
  
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
}

.icon-utensils::before {
  content: "\f2e7";
  
  font-style: normal;
  font-weight: 900;
}

.icon-plates::before {
  content: "\f574";
  
  font-style: normal;
  font-weight: 900;
}

.icon-stove::before {
  content: "\f712";
  
  font-style: normal;
  font-weight: 900;
}

.icon-tech::before {
  content: "\f109";
  
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
}

.icon-tv::before {
  content: "\f26c";
  
  font-style: normal;
  font-weight: 900;
}

.icon-cd::before {
  content: "\f51f";
  
  font-style: normal;
  font-weight: 900;
}

.icon-wifi::before {
  content: "\f1eb";
  
  font-style: normal;
  font-weight: 900;
}

.icon-phone::before {
  content: "\f095";
  
  font-style: normal;
  font-weight: 900;
}

.container-custom {
  width: 90%;
}

.hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.gallery-column {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.gallery-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.gallery-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-item {
  min-width: 100%;
  scroll-snap-align: center;
  margin: 0;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.content-column {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.intro-content {
  padding: 20px;
  text-align: left;
}

.section-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #b08d66;
  margin-bottom: 18px;
  line-height: 1.4;
  
  letter-spacing: 0.04em;
}

.section-title:lang(th) {
  letter-spacing: 0.02em;
}

/* เส้นขีดตกแต่ง */
.divider-wrapper {
  margin-bottom: 20px;
}

.divider-line {
  width: 60px;
  height: 3px;
  /* ปรับให้บางลงเล็กน้อยเพื่อให้ดูหรู */
  background-color: #b08d66;
  /* ใช้สีหลักเดียวกัน */
  /* ลบ border-radius ออก (ปลายตัดตรง) */
}

.intro-description {
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  line-height: 2;
  color: #4a4a4a;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.intro-description:lang(th) {
  
  font-weight: 300;
}

/* --- Responsive Design (PC / Tablet) --- */
@media (min-width: 768px) {
  .gallery-column {
    flex: 0 0 60%;
    /* ปรับสัดส่วนรูปภาพให้เล็กลงนิดหน่อยเพื่อให้ดูสมดุล */
    max-width: 60%;
    margin-bottom: 0;
  }

  .content-column {
    flex: 0 0 40%;
    /* เพิ่มพื้นที่ให้ข้อความ */
    max-width: 40%;
  }

  .section-title {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  }
}

@media screen and (max-width: 768px) {
  .intro-content {
    padding: unset !important;
  }
}


@media screen and (max-width: 576px) {

  /* Hero section */
  .luxury-hero {
    height: 100vh;
  }

  .hero-content {
    top: 42%;
    padding: 0 18px;
  }

  .hero-title {
    margin-bottom: 0.8rem;
  }

  .hero-subtitle {
    margin-bottom: 2rem;
  }

  .booking-bar-wrapper {
    bottom: 16px;
    width: 94%;
  }

  

  .offers-title {
    font-size: 1.35rem;
    letter-spacing: 0.08em;
  }

  .offers-desc {
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .offer-card {
    height: auto;
    min-height: 360px;
  }

  .offer-content {
    padding: 24px 20px;
  }

  .offer-detail {
    -webkit-line-clamp: 3;
  }

  .offer-btn {
    width: 100%;
    text-align: center;
  }

  /* Intro gallery + text */
  .hero-section {
    padding: 40px 0 10px;
  }

  .container-custom {
    width: 94%;
  }

  .intro-content {
    padding: 0 4px 10px;
  }

  /* Page 3 collage + text */
  .PAGE3_CONTENT {
    margin-top: 50px;
    padding: 0 14px 20px;
  }

  .PAGE3_LAYOUT {
    width: 100%;
  }

  .PAGE3_CONTENT .col-6,
  .PAGE3_CONTENT .col-12 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .PAGE3_CONTENT_BACKGROUND_PROMOTE {
    padding: 18px 16px;
  }

  .PAGE3_BUTTON_CONTETNT {
    width: 100%;
    font-size: 0.78rem !important;
    letter-spacing: 0.12em;
  }

  /* PAGE2 gallery strip */
  .PAGE2_CONTENT {
    padding: 0px 0 !important;
  }

  .PAGE6_CONTENT2_SETTING {
    padding: 24px 18px !important;
  }

  /* Testimonials */
  .PAGE7 {
    margin-top: 30px;
  }

  .PAGE7_CONTENT {
    width: 94%;
    margin-top: 24px;
  }

  /* Map & contact */
  .PAGE8 {
    margin-top: 60px;
  }

  .PAGE8_content {
    width: 100%;
  }
}



.luxury-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* เต็มหน้าจอเสมอ */
  overflow: hidden;
}

/* --- Swiper & Ken Burns Effect --- */
.hero-slider {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.slide-image-wrapper {
  width: 100%;
  height: 100%;
  /* Ken Burns Animation Key: เริ่มต้นซูม 1 ไป 1.1 */
}

/* เมื่อ Slide นั้น Active ให้ทำการ Zoom */
.swiper-slide-active .slide-bg-img {
  transform: scale(1.15);
}

.slide-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* รูปเต็มจอไม่เสียสัดส่วน */
  object-position: center;
  transition: transform 8s ease-out;
  /* ระยะเวลาการซูม (ต้องมากกว่า autoplay delay เล็กน้อย) */
  transform: scale(1);
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  /* ทำให้ตัวหนังสืออ่านง่ายขึ้น */
  z-index: 1;
}

/* --- Text Content --- */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  padding: 0 15px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 600;
  
  margin-bottom: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-title:lang(th) {
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: none;
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
}

.hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 300;
  margin-bottom: 2.5rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
  letter-spacing: 0.02em;
  opacity: 0.92;
}

.hero-subtitle:lang(th) {
  
  font-weight: 300;
  font-size: clamp(0.9rem, 1.6vw, 1.08rem);
  letter-spacing: 0.03em;
}

/* --- Buttons --- */
.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-luxury {
  padding: 12px 32px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.82rem;
  font-weight: 400;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  text-decoration: none;
  cursor: pointer;
  
}

.btn-luxury:lang(th) {
  
  letter-spacing: 0.08em;
  font-weight: 300;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

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

.btn-filled {
  background: #c5a47e;
  /* สีทองหรูหรา (ปรับตาม Brand CI) */
  border: 2px solid #c5a47e;
  color: #fff;
}

.btn-filled:hover {
  background: #b08d55;
  border-color: #b08d55;
}

/* --- Booking Bar (Glassmorphism) --- */
.booking-bar-wrapper {
  position: absolute;
  bottom: 50px;
  /* ระยะห่างจากด้านล่าง */
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 20;
  width: 90%;
  max-width: 900px;
}

.booking-form-glass {
  background: rgba(255, 255, 255, 0.9);
  /* สีขาวโปร่งแสง */
  backdrop-filter: blur(10px);
  /* เอฟเฟกต์กระจกฝ้า */
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  gap: 20px;
}

.booking-input-group {
  display: flex;
  align-items: center;
  flex: 1;
}

.icon-wrapper {
  color: #c5a47e;
  margin-right: 15px;
}

.input-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-content label {
  font-size: 0.7rem;
  color: #888;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
  
}

.datepicker-input {
  border: none;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 400;
  color: #2a2a2a;
  width: 100%;
  outline: none;
  
  letter-spacing: 0.02em;
  padding: 0;
}

.divider-vertical {
  width: 1px;
  height: 40px;
  background: #e0e0e0;
}

.btn-check-availability {
  background: #c2a17c;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.4s ease;
  white-space: nowrap;
  letter-spacing: 0.14em;
  
}

.btn-check-availability:hover {
  background: #9b8060ff;
}

/* --- Pagination (จุด) --- */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

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

/* Responsive */
@media (max-width: 768px) {
  .luxury-hero {
    height: 85vh;
  }

  .hero-content {
    top: 36%;
  }

  .hero-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
    letter-spacing: 0.05em;
  }

  .hero-title:lang(th) {
    font-size: clamp(1.4rem, 5.5vw, 1.9rem) !important;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .booking-form-glass {
    flex-direction: column;
    padding: 20px;
    bottom: 20px;
  }

  .booking-input-group {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .btn-check-availability {
    width: 100%;
  }

  .divider-vertical {
    display: none;
  }
}

/* --- LAYOUT SECTION --- */
.offers-section {
  padding: 0;
  background-color: transparent;
}

#PAGE5_Offer {
  margin-top: unset;
}

.offers-header {
  width: 90%; 
  margin: 0 auto; 
  padding: 60px 0 30px;
  text-align: left; 
}

.offers-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #b08d66;
  margin: 0 0 10px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  
  line-height: 1.3;
}

.offers-title:lang(th) {
  letter-spacing: 0.06em;
  text-transform: none;
}

/* .offers-divider {
  width: 60px;
  height: 3px;
  background-color: #c5a47e;
  margin: 0 auto 30px;
  border-radius: 0;
} */
 .offers-divider {
  display: none; 
}

.offers-desc {
  
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  color: #8a7561;
  max-width: 100%; /* ให้ข้อความยาวได้เต็มที่ ไม่โดนบีบให้อยู่ตรงกลาง */
  margin: 0; /* รีเซ็ต margin เดิมที่เคยทำให้ไปอยู่ตรงกลาง */
  line-height: 1.8;
  padding: 0; /* รีเซ็ต padding ซ้ายขวาออก */
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: left; /* บังคับชิดซ้าย */
}

.offers-desc:lang(th) {
  
  font-weight: 300;
}

.offer-card {
  position: relative;
  display: block;
  height: 480px; /* ความสูงมาตรฐานสำหรับจอคอม */
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}






































.offer-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.offer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.offer-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
      rgba(0, 0, 0, 0.65) 0%, 
      rgba(0, 0, 0, 0.15) 30%, 
      rgba(0, 0, 0, 0.0) 60%, 
      rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
  transition: background 0.5s ease;
}

.offer-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 25px;
  z-index: 3;
}


.offer-name {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: #ffffff; /* ใช้สีขาวสะอาดตา */
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); /* ใส่เงาที่ตัวอักษรแทนการทำรูปให้มืด */
  margin: 0 0 8px;
  line-height: 1.3;
}

.offer-name:lang(th) {
  letter-spacing: 0.02em;
}

.offer-price-wrapper {
  font-size: 1rem;
  color: #fff; /* สีทองแชมเปญ หรูหรา */
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.offer-price-val {
  font-size: 1.5rem;
  font-weight: 600;
}

.offer-hidden-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ใช้พื้นที่แนวตั้งที่เหลือทั้งหมด */
  opacity: 1;
  max-height: none;
  transform: none;
}

.offer-detail {
  
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 20px;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* กันไม่ให้ข้อความยาวบังรูป */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
}

.offer-btn {
  margin-top: auto; /* ดันลงล่างสุด */
  align-self: flex-end; /* ชิดขวาสุด */
  background: rgba(255, 255, 255, 0.15); /* สไตล์กระจกฝ้า หรูหรา */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 30px; /* ทรงแคปซูลมนๆ ดูละมุน */
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
  
}

.offers-wid {
  width: 90%;
}

@media (hover: hover) {
  .offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  }

  .offer-card:hover .offer-img {
    transform: scale(1.08); /* ซูมรูปเข้าไปเนิบๆ */
  }

  .offer-card:hover .offer-overlay {
    background: linear-gradient(180deg, 
        rgba(0, 0, 0, 0.75) 0%, 
        rgba(0, 0, 0, 0.2) 30%, 
        rgba(0, 0, 0, 0.0) 60%, 
        rgba(0, 0, 0, 0.6) 100%);
  }

  .offer-card:hover .offer-btn {
    background-color: #c5a47e; /* ปุ่มเปลี่ยนเป็นสีทองเมื่อเอาเมาส์ชี้ */
    border-color: #c5a47e;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(197, 164, 126, 0.4);
  }
  .offer-card:hover .offer-hidden-content {
    opacity: 1;
  }

  .offer-btn:hover {
    background-color: #b08d66;
  }
}

/* --- RESPONSIVE (Mobile/Tablet) --- */
@media (max-width: 1024px) {

  .offer-card {
  }

  .offers-title {
    font-size: clamp(1.3rem, 5vw, 1.7rem);
  }
}

@media (max-width: 768px) {
  .offers-wid {
    width: 100%;
  }

  .offer-hidden-content {
    max-height: none;
    opacity: 1;
    transform: none;
  }

  .offer-content {
    padding: 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  }

  .offer-name {
    font-size: 1.3rem;
  }

  .offer-price-val {
    font-size: 1.3rem;
  }
}

/* ====================
   FOOTER STYLES
   ==================== */
.trip-footer {
    background: linear-gradient(145deg, #b87c51 0%, #9a603c 100%); /* Slightly deeper, more elegant tone of the Navbar */
    padding-top: 80px;
    color: #ffffff;
    font-size: 15px; 
    position: relative;
    overflow: hidden;
}

/* Pattern overlay for premium feel */
.trip-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.05"%3E%3Cpath d="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    pointer-events: none;
    z-index: 0;
}

.footer-content-wrapper {
    position: relative;
    z-index: 1;
}

.tf-heading {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tf-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

.tf-desc {
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 400; /* Made slightly thicker */
    font-size: 14.5px;
}

.tf-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tf-list li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}

.tf-icon-box {
    min-width: 32px;
    height: 32px;
    background-color: #ffffff; /* เปลี่ยนเป็นสีขาวทึบตั้งแต่แรก */
    color: #9a603c; /* สีไอคอนเป็นสีตาม Navbar เพื่อให้ตัดกับพื้นขาว */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 13px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* เพิ่มเงาเล็กน้อยให้ปุ่มมีมิติ */
}

.tf-link:hover .tf-icon-box {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.tf-link {
    text-decoration: none;
    color: #ffffff; /* Changed from off-white to pure white to contrast better */
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    line-height: 1.6;
    font-weight: 400; /* Increased font weight for readability */
}

.tf-link:hover {
    color: #ffffff;
    padding-left: 5px;
    text-shadow: 0 0 8px rgba(255,255,255,0.4);
}

.tf-link span {
    display: block;
}

.tf-social-row {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.tf-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a603c; /* สีไอคอนเป็นสีน้ำตาล */
    border: none; /* เอาเส้นขอบออกเพราะเราจะใช้พื้นขาวแทน */
    background: #ffffff; /* เปลี่ยนเป็นสีขาวทึบตั้งแต่แรก */
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* เพิ่มเงาให้ดูป๊อปอัพขึ้นมา */
}

.tf-social-btn:hover {
    transform: translateY(-5px) scale(1.05);
    background: #ffffff;
    color: #b87c51;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* --- PARTNER GRID (CARD STYLE) --- */
.partner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.partner-card {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 12px;
}

.partner-card:hover {
    background: rgba(255,255,255,0.95);
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.partner-logo {
    max-height: 24px;
    max-width: 100%;
    width: auto;
    opacity: 0.95;
    transition: all 0.3s;
    filter: brightness(0) invert(1);
}

.partner-card:hover .partner-logo {
    filter: none;
    opacity: 1;
}

/* Quick Links specifically */
.quick-links .tf-link {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.quick-links li:last-child .tf-link {
    border-bottom: none;
}

.quick-links .tf-link i {
    margin-right: 10px;
    font-size: 10px;
    color: #ffffff;
    transition: transform 0.3s;
}

.quick-links .tf-link:hover i {
    transform: translateX(3px);
    color: #ffffff;
}

/* --- COPYRIGHT SECTION --- */
.tf-copyright {
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 25px 0;
    background-color: rgba(0,0,0,0.08); /* slightly darker for distinction */
    position: relative;
    z-index: 1;
}

.tf-copy-text {
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
}

.tf-copy-text strong {
    color: #ffffff;
    font-weight: 600;
}

.footer-logo {
    max-width: 160px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1) opacity(1);
}

/* --- RESPONSIVE (MOBILE) --- */
@media (max-width: 991px) {
    .trip-footer {
        padding-top: 50px;
    }
    
    .footer-col {
        margin-bottom: 40px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .tf-heading {
        margin-bottom: 20px;
    }
    
    /* Grid Partner ในมือถือ */
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .tf-copyright {
        margin-top: 20px;
        text-align: center;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .tf-copyright .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .tf-copyright .d-flex {
        flex-direction: column;
        gap: 10px;
    }
    .footer-content-wrapper {
        padding-left: 25px !important;
        padding-right: 25px !important;
        margin-left: auto;
        margin-right: auto;
    }
}