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

* {
  margin: 0 0;
  font-family: "Aparajita", sans-serif;
}
:lang(th) {
  /* font-family: "Kanit", Sans-serif; */
}
.hero-text-th {
  font-family: "Aparajita", sans-serif;
  font-weight: 300;
}
.FONT_THAI {
  font-family: "Kanit", Sans-serif;
  font-weight: 400;
}
.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: 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: 500;
  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;
}
.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: 100%;
}

.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: 90vh;
}
.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 {
  /* position: relative; */
  width: 100%;
  height: 100%;
  /* overflow: overlay; */
}
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;
  /*  */
}
.caption-text {
  color: #ffffff;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 600;
  padding: 10px;
  text-align: center;
  text-shadow: 0px 0px 8px rgb(144 144 143);
  margin-bottom: unset;
  font-family: "Kanit", Sans-serif;
}
.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: 3px 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;
  text-shadow: 2px 2px 10px rgb(255 255 255 / 70%);
  font-family: "Kanit", Sans-serif;
}

.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: 357px;
}

.PAGE5_FONT {
  color: #8a5e3f;
}
.NUMBER_SLICESHOW {
  text-align: center;
  padding: 0 52px;
}
.NUMBER_SLICESHOW p {
  margin-top: 20px;
  color: #763f18a8;
}
.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: 90%;
  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: bold;
  font-size: clamp(12px, 2vw, 30px);
}
.PAGE3_P_CONTENT2 {
  font-weight: bold;
  font-size: clamp(12px, 2vw, 30px);
}
.PAGE3_P_CONTENT3 {
  font-weight: bold;
  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: 18px;
  color: #c28559;
}
.PAGE-3-P-P {
  color: #763f18a8;
}

.PAGE3_BUTTON_CONTETNT {
  background: #c28559;
  color: rgb(255, 255, 255);
  border: unset;
  padding: 7px 18px 7px 19px;
  transition: all 0.3s;
  margin-top: 10px;
}
.PAGE3_BUTTON_CONTETNT:hover {
  background-color: #8a5e3f;
}
.PAGE3_TEXT-P {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  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: #c28559;
  text-align: center;
  font-family: "Kanit", Sans-serif;
}
.PAGE5_CONTENT_TESX p {
  text-align: center;
  font-family: "Kanit", Sans-serif;
}
.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: bold;
  text-align: center;
  padding: 10px 20px;
  transition: opacity 0.3s ease;
  z-index: 2;
  width: max-content;
}

.CONTENT_PAGE5_1:hover .overlay,
.CONTENT_PAGE5_2:hover .overlay {
  opacity: 0;
}
.PAGE5_BUTTON {
  background: unset;
  border: 2px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.overlay p {
  color: #fff;
  font-size: 30px;
}
.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: #763f18a8;
  margin-top: 10px;
}
.PAGE6_CONTENT2_SETTING {
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.PAGE6_CONTENT2_SETTING h3 {
  line-height: inherit;
  color: #c28559;
  font-size: 20px;
}
.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;
  position: absolute;
  z-index: 999999;
  width: 1060px;
  justify-content: center;
  font-family: "Kanit", Sans-serif;
}
/* -------------------------------------------------------- */
.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 {
  font-family: "Aparajita", sans-serif;
  color: #33333385;
  text-decoration: none;
  display: block;
}
.dropdown-menu li a:lang(th) {
  font-family: "Kanit", Sans-serif; /* ถ้าเป็นภาษาไทยให้ใช้ Kanit */
  font-weight: 400;
  font-size: 13px;
}
.hero-content h1:lang(th){
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}
.hero-content h1:lang(en){
  font-family: "Aparajita", sans-serif;
  font-weight: 200;
}

.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;
  height: 35px;
  color: #000;
}
.BUTTON_SLIDER {
  background: #c28559;
  padding: 5px 5px;
  border: unset;
  width: 150px;
  display: flex;
  justify-content: center;
  color: #fff;
  height: 35px;
}


.PAGE7 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.PAGE5_LINE {
  background: #8a5e3f;
  height: 1.5px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.PAGE7_BUTTON {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.PAGE8 {
  margin-top: 80px;
  background: #0000000a;
  padding: 20px;
}
.PAGE8_map iframe {
  width: 100%;
  height: 500px;
}
.PAGE8_content {
  display: flex;
  justify-content: center;
  width: 90%;
  flex-wrap: wrap;
}
.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: 80px;
  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: 18px;
  margin-bottom: 10px;
  color: #c28559;
}
.footer-section p {
  font-size: 15px;
  margin-bottom: 10px;
  color: #763f18a8;
}

.footer-section2 {
  color: #000;
  width: 600px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 30px 10px;
}
.footer-section2 h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #c28559;
}
.footer-section3 {
  color: #000;
  width: 600px;
  text-align: center;
  margin: 10px;
}
.footer-section3 h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #c28559;
}
.footer-section3 img {
  width: 35%;
}
.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;
  padding: 10px;
  font-size: 14px;
  color: #fff;
}
.footer-bottom p {
  margin-bottom: unset;
}
.PAGE1_CONTENTDATA_SPAN {
  color: #c28559;
  font-size: 23px;
}
.PAGE5_CONTENT_TESX_SPAN {
  color: #000;
}
.PAGE8_CONTENT_MAP {
  text-align: center;
}

.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: #763f18a8;
}
.FONT_FOOTER {
  font-size: 17px;
  margin-bottom: 10px;
  color: #763f18a8 !important;
}
.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;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  border: none;
  background: #bbb;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.slick-dots li.slick-active button {
  background: #c28559;
}
.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 img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px #000;
  object-fit: contain;
  background: white;
}
.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;
  font-family: "Aparajita", sans-serif;
}

.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-family: "Aparajita", sans-serif;
  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;
}
.GROUP_SECTION10_lay_p {
  font-family: "Aparajita", sans-serif;
}
.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-family: "Kanit", Sans-serif;
  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);
  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: 10px;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
}

.BOX_SHOW_MORE_POOLVILLA {
  position: relative;
  width: 32%;
  height: 586px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.BOX_SHOW_MORE_POOLVILLA:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.BOX_SHOW_MORE_POOLVILLA:hover img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.05);
}

.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;
}
.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-size: 1.2rem;
}

.poolvilla-detail p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.SHOW_MORE_POOLVILLA {
  width: 100%;
  display: flex;
  justify-content: center;
}
.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-family: "Aparajita", sans-serif;
  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-family: "Kanit", Sans-serif;
  font-size: 14px;
}

.hero-text-en {
  font-family: "Aparajita", sans-serif;
}
.EXPERIENCES {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 5px;
  margin-top: 50px;
  padding: 0 120px;
}

.EXPERIENCES_BX {
  position: relative; /* ใช้สำหรับวาง overlay และข้อความ */
  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;
}

/* สร้าง overlay มืด */
.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; /* padding รอบข้อความ */
  border-radius: 6px;

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

/* effect ตอน hover */
.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: 9999;
  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: #c28559;
}
.FONT_INDEX_V2{
  color: #8a5e3f;
}
.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;
}
@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) {
  .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: 31%;
    height: 328px;
  }
  .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 {
    width: 100%;
  }
  .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: auto;
    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;
  }
}
@media screen and (max-width: 768px) {
 
 
  .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%;
  }
  .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-family: "Aparajita", sans-serif;
    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: 20%;
  }
  .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: 19px;
    word-wrap: break-word;
    overflow-wrap: break-word; 
    width: 100%;
    white-space: normal;
  }
  .GROUP_OUR_ROOM_SECTION_LINE {
    padding-top: unset;
    padding: 0px;
  }
  .overlay {
    font-size: 14px;
    width: 100%;
    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: auto;
    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;
  }
}

/* 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-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}

.icon-bed::before {
  content: "\f236";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-ac::before {
  content: "\f2dc";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-reception::before {
  content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-turndown::before {
  content: "\f753";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-pool::before {
  content: "\f53c";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

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

.icon-person::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-king-bed::before {
  content: "\f236";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

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

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

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

.icon-coffee::before {
  content: "\f0f4";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-water::before {
  content: "\f773";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-mini-bar::before {
  content: "\f873";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

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

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

.icon-tub::before {
  content: "\f2cd";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-shower::before {
  content: "\f2cc";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-mirror::before {
  content: "\f460";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-hair-dryer::before {
  content: "\f533";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-robe::before {
  content: "\f29c";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

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

.icon-utensils::before {
  content: "\f2e7";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-plates::before {
  content: "\f574";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-stove::before {
  content: "\f712";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

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

.icon-tv::before {
  content: "\f26c";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-cd::before {
  content: "\f51f";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-wifi::before {
  content: "\f1eb";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.icon-phone::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}
