@import url("../../fonts/noto/styles.css");
@import url("../../fonts/poppins/styles.css");
@import url("../../fonts/montserrat/styles.css");
@import url("../../fonts/philosopher/styles.css");
.bg-gold {
  background-color: #D9B57B;
}

.bg-blue {
  background-color: #168595;
}

.bg-light-grey {
  background-color: #EFEFEF;
}

.bg-dark-blue {
  background-color: #131935;
}

.color-gold {
  color: #D9B57B;
}

.color-white {
  color: white;
}

.color-black {
  color: #000;
}

.color-grey-80 {
  color: #3C3C3C;
}

header {
  background-color: #fff;
  transition: 0.5s;
}
header .padding-img {
  padding-left: 3rem;
  transition: padding 0.5s;
}
@media (min-width: 1320px) {
  header .padding-img {
    padding-left: 8rem;
  }
}
header img {
  width: 120px;
}
@media (max-width: 1024px) {
  header button.navbar-toggler {
    background-color: #fff;
  }
  header button.navbar-toggler:focus {
    outline: 0;
  }
}
@media (min-width: 1024px) {
  header {
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: 0.5s;
  }
  header img {
    transition: 0.5s;
  }
}
header.sticky {
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
  header.sticky {
    position: fixed;
    padding: 10px 0 !important;
    transition: 0.5s;
    z-index: 500;
    width: 100%;
    top: 0;
  }
  header.sticky img {
    transition: 0.5s;
    width: 120px;
  }
}
header .navbar {
  padding: 0;
}
header .navbar-toggler {
  position: relative;
  z-index: 9999;
}
header .nav-item {
  padding-right: 10px;
}
header .nav-item a {
  font-weight: 500;
  font-size: 0.9rem;
}
header .nav-item a.active {
  color: #a98663 !important;
}
header .nav-item a.text-phone {
  font-size: 1.3rem;
}
header .nav-item.border-lang {
  margin-left: 15px;
  border-left: 1px solid #fff;
}
header .nav-item.list-phone {
  padding: 0;
}
@media (min-width: 1024px) {
  header .nav-item.list-phone {
    margin-top: -10px;
  }
}
header .navbar-toggler:not(:disabled):not(.disabled) {
  position: absolute;
  top: -55px;
  right: 20px;
  background-color: #D9B57B;
  border: 0.5px solid #D9B57B;
}
header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255 255 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header .active-menu a {
  color: #D9B57B !important;
}
header .list-meunu-lange li {
  display: inline-block;
}
header .list-meunu-lange li a {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  color: #fff !important;
}
header .list-meunu-lange li a.active-menu {
  color: #D9B57B !important;
}
header .navbar-nav {
  padding-right: 0rem;
  transition: padding 0.5s;
}
@media (min-width: 1320px) {
  header .navbar-nav {
    padding-right: 8rem;
  }
}
header .navbar-nav a {
  color: #000000;
}
header .back-menu {
  padding-right: 0rem;
  transition: padding 0.5s;
}
@media (min-width: 1320px) {
  header .back-menu {
    padding-right: 8.75rem;
  }
}
header .back-menu a {
  color: #000000;
  padding: 10px;
  border: 1px solid black;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 500;
}
header .navbar-expand-lg .navbar-nav .list-meunu-lange .nav-link {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-transform: uppercase;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
}

#footer {
  background-color: #000;
  padding-top: 5.5rem;
}
#footer h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
#footer h3 {
  font-weight: bold;
}
#footer p {
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer hr {
  border-color: #D9B57B;
}

#home .session-1 .session-block-left {
  transition: padding 0.5s;
}
@media (min-width: 992px) {
  #home .session-1 .session-block-left {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1320px) {
  #home .session-1 .session-block-left {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#home .session-2 .btn-custom {
  padding: 0.75rem 2.25rem;
  background-color: #C79C55;
  color: #fff;
  border-radius: 0;
  transition: background-color 0.3s;
  font-family: "philosopher-regular";
}
#home .session-2 .btn-custom:hover {
  background-color: #af833a;
}
#home .session-3 .btn-custom {
  padding: 0.75rem 2.25rem;
  background-color: #131935;
  color: #fff;
  border-radius: 0;
  transition: background-color 0.3s;
  font-family: "philosopher-regular";
}
#home .session-3 .btn-custom:hover {
  background-color: #06070f;
}
#home .session-4 .btn-custom {
  padding: 0.75rem 2.25rem;
  background-color: #131935;
  color: #fff;
  border-radius: 0;
  transition: background-color 0.3s;
  font-family: "philosopher-regular";
}
#home .session-4 .btn-custom:hover {
  background-color: #06070f;
}

/* ปุ่ม View All ของหัวข้อ News and Activity — สีดำตามที่เจ้าของงานกำหนด
   ใช้ pattern เดียวกับปุ่ม More Information ของ session-2/3/4 */
#home .session-news .btn-custom {
  padding: 0.75rem 2.25rem;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  transition: background-color 0.3s;
  font-family: "philosopher-regular";
}
#home .session-news .btn-custom:hover {
  background-color: #333;
}

/* หน้ารวมข่าว /news — การ์ดใช้หน้าตาเดียวกับการ์ดข่าวบนหน้าแรก
   (สไตล์บนหน้าแรก scope อยู่ใต้ #home จึงใช้ข้ามหน้าไม่ได้) */
#news-list .btn-link {
  color: black;
  text-decoration: none;
}
#news-list .card-news .box-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
#news-list .card-news .box-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#news-list .card-news h2 {
  font-size: 1.25rem;
}

/* รูปข่าวคลิกเข้าอ่านได้ ใช้ทั้งหน้าแรกและหน้ารวมข่าว
   ตั้ง display:block เพื่อไม่ให้ inline element ทิ้งช่องว่างใต้รูป */
.news-thumb-link {
  display: block;
  overflow: hidden;
  /* .card-news เป็น flex — overflow:hidden ทำให้ min-height:auto กลายเป็น 0
     ถ้าไม่ล็อก flex-shrink ตัว a จะยุบแล้วครอปภาพข่าวใหญ่บนหน้าแรก */
  flex-shrink: 0;
}
.news-thumb-link img {
  transition: transform 0.4s ease;
}
.news-thumb-link:hover img {
  transform: scale(1.03);
}

/* ปุ่ม Back ท้ายหน้าอ่านข่าว — สีดำชุดเดียวกับปุ่ม View All */
#news .btn-custom {
  padding: 0.75rem 2.25rem;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  transition: background-color 0.3s;
  font-family: "philosopher-regular";
}
#news .btn-custom:hover {
  background-color: #333;
}
#home .icon-session {
  width: 231px;
  height: 194px;
}
#home .btn-link {
  color: black;
  text-decoration: none;
}
#home .session-news .news-main-block {
  border-right: 1px #707070 solid;
}
#home .session-news .news-main-block .card-news {
  display: flex;
  flex-direction: column;
}
#home .session-news .news-sub-block .box-img {
  width: 100%;
}
#home .session-news .news-sub-block .box-img .img {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 992px) {
  #home .readMoreText {
    max-height: 0;
    overflow: hidden;
    transition: max-height 3s linear;
  }
  #home .readMoreText.active {
    max-height: 1000px;
    width: 100%;
  }
}

#concierge .session-2 .session-block-left {
  transition: padding 0.5s;
}
@media (min-width: 992px) {
  #concierge .session-2 .session-block-left {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1320px) {
  #concierge .session-2 .session-block-left {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

#voyage .session-2 .session-block-left {
  transition: padding 0.5s;
}
@media (min-width: 992px) {
  #voyage .session-2 .session-block-left {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1320px) {
  #voyage .session-2 .session-block-left {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#voyage .session-6 {
  transition: padding 0.5s;
  padding: 3rem 0;
}
@media (min-width: 992px) {
  #voyage .session-6 {
    padding: 7rem 0;
  }
}
#voyage .nav-border {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #BABABA;
}
#voyage .nav-border .nav-item {
  border-right: 1px solid black;
  padding: 0px 15px;
}
#voyage .nav-border .nav-item .nav-link.active {
  color: #000000;
  font-weight: bold;
  transition: color 0.3s ease;
}
#voyage .nav-border .nav-item:last-child {
  border-right: none;
  padding-right: 0px;
}
#voyage .nav-border .nav-item:first-child {
  padding-left: 0px;
}
#voyage .nav-border-underline {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #BABABA;
  position: relative;
  width: max-content;
}
#voyage .nav-border-underline::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black; /* Adjust the border properties as needed */
}
#voyage .nav-border-underline .nav-item {
  border-right: 1px solid black;
  padding: 0px 15px;
  position: relative;
}
#voyage .nav-border-underline .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 5px;
  background-color: #000;
  width: 100%;
  transition: 0.3s ease;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}
#voyage .nav-border-underline .nav-item .nav-link.active {
  color: #000000;
  font-weight: bold;
  transition: color 0.3s ease;
}
#voyage .nav-border-underline .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 5px;
  background-color: #000;
  width: 100%;
  transform: scale(1);
}
#voyage .nav-border-underline .nav-item:last-child {
  border-right: none;
  padding-right: 0px;
}
#voyage .nav-border-underline .nav-item:first-child {
  padding-left: 0px;
}
#voyage .btn-tag {
  padding: 5px 20px;
  background-color: #000;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}
#voyage .btn-tag-menu {
  padding: 5px 20px;
  border: 1px solid #000;
  color: #000;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0;
}
#voyage .btn-tag-menu.active {
  background-color: #000;
  color: #fff;
  font-family: "montserrat-regular";
}

#estate .btn-google {
  background-color: #88765b;
  border-radius: 0;
  color: #fff;
  font-family: "philosopher-regular";
}
#estate .session-2 .session-block-left {
  transition: padding 0.5s;
}
@media (min-width: 992px) {
  #estate .session-2 .session-block-left {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1320px) {
  #estate .session-2 .session-block-left {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#estate .session-3 .text-padding {
  padding-left: 0rem;
  transition: padding 0.5s;
}
@media (min-width: 992px) {
  #estate .session-3 .text-padding {
    padding-left: 3rem;
  }
}
@media (min-width: 1320px) {
  #estate .session-3 .text-padding {
    padding-left: 8rem;
  }
}
#estate .session-8 .session-block-left {
  padding-left: 3rem;
  padding-right: 3rem;
  transition: padding 0.5s;
}
@media (min-width: 1320px) {
  #estate .session-8 .session-block-left {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
#estate .nav-border {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #BABABA;
}
#estate .nav-border .nav-item {
  border-right: 1px solid black;
  padding: 0px 15px;
}
#estate .nav-border .nav-item .nav-link.active {
  color: #000000;
  font-weight: bold;
  transition: color 0.3s ease;
}
#estate .nav-border .nav-item:last-child {
  border-right: none;
  padding-right: 0px;
}
#estate .nav-border .nav-item:first-child {
  padding-left: 0px;
}
#estate .nav-border-underline {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  color: #BABABA;
  position: relative;
  width: max-content;
}
#estate .nav-border-underline::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid black; /* Adjust the border properties as needed */
}
#estate .nav-border-underline .nav-item {
  padding: 0px 15px;
  position: relative;
}
#estate .nav-border-underline .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 5px;
  background-color: #000;
  width: 100%;
  transition: 0.3s ease;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}
#estate .nav-border-underline .nav-item .nav-link.active {
  color: #000000;
  font-weight: bold;
  transition: color 0.3s ease;
}
#estate .nav-border-underline .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 5px;
  background-color: #000;
  width: 100%;
  transform: scale(1);
}
#estate .nav-border-underline .nav-item:last-child {
  border-right: none;
  padding-right: 0px;
}
#estate .nav-border-underline .nav-item:first-child {
  padding-left: 0px;
}
#estate .btn-tag {
  padding: 5px 20px;
  background-color: #000;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}
#estate .table-custom-area tr td {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-color: #707070;
}
#estate #carousel-exterior .carousel-indicators-custom button.active {
  background-color: #D9B57B !important;
}
#estate #carousel-interior .carousel-indicators-custom button.active {
  background-color: #D9B57B !important;
}
#estate .owl-custom .item {
  background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
#estate .owl-custom .item {
  background: #C9C9C9;
  padding: 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#estate .owl-custom .item h1 {
  font-size: 18px;
}
#estate .owl-theme .owl-nav {
  display: none;
}
#estate .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
#estate .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}
#estate .owl-custom.owl-theme {
  position: relative;
}
#estate .owl-custom.owl-theme .owl-next, #estate .owl-custom.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#estate .owl-custom.owl-theme .owl-prev {
  left: 10px;
}
#estate .owl-custom.owl-theme .owl-next {
  right: 10px;
}
#estate .owl-carousel-location .owl-nav {
  display: block;
}
#estate .owl-carousel-location .owl-nav.disabled {
  display: none;
}
#estate .owl-carousel-location .owl-nav button.owl-prev {
  top: 32%;
  left: -40px;
}
#estate .owl-carousel-location .owl-nav button.owl-next {
  top: 32%;
  right: -40px;
}
#estate .progress.progress-custom {
  background-color: #fff;
  border-radius: 100px;
}
#estate .progress.progress-custom .progress-bar {
  background-color: #D9B57B;
}
#estate .circle-progress div[role=progressbar] {
  --size: 12rem;
  --fg: #D9B57B;
  --bg: #fff;
  --pgPercentage: var(--value);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, #EFEFEF 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-family: "philosopher-regular";
  font-size: calc(var(--size) / 5);
  color: #3C3C3C;
}
#estate .circle-progress div[role=progressbar]::before {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: "montserrat-extra-light";
}

p {
  color: #3C3C3C;
}

h1 {
  font-size: 2rem;
  font-family: "philosopher-regular";
}

h2 {
  font-size: 1.75rem;
  font-family: "philosopher-regular";
}
h2.montserrat {
  font-family: "montserrat-extra-light";
  font-weight: 500;
}

h3 {
  font-size: 1.25rem;
  font-family: "philosopher-regular";
}

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

@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify !important;
  }
}

a {
  text-decoration: none;
}

hr {
  opacity: 1;
}

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

.carousel-indicators-custom {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 0;
}
.carousel-indicators-custom button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 50px !important;
  height: 5px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #928f8f !important;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: 0.6s ease;
}
.carousel-indicators-custom button.active {
  opacity: 1;
  background-color: #000000 !important;
}

.circle-button {
  background-color: #000; /* Black background color */
  color: #fff; /* White text color */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex; /* or inline-flex */
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0.25rem;
  cursor: pointer; /* Change the cursor to a pointer on hover */
}

.form-custom input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.form-custom textarea {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.form-custom button {
  padding: 0.5rem 3.5rem;
  background-color: #B78B44;
  color: #fff;
  border: 0 !important;
  border-radius: 0;
  font-weight: bold;
  font-family: "philosopher-regular";
}
.form-custom button:hover {
  background-color: #947037;
}
.form-custom button.bg-blue {
  background-color: #168595;
}
.form-custom button.bg-blue:hover {
  background-color: #0f5d69;
}

.btn-custom-list {
  text-transform: uppercase;
  border: 1px solid #cecece;
  border-radius: 0;
  min-width: 150px;
  background: #fff;
}
.btn-custom-list:hover {
  background-color: #fff;
  border: 1px solid #cecece;
}

:root {
  --base-color: #27b0f1;
  --border: 1px solid #eee;
  --text-color: #565a5c;
  --card-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08) ;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #000; /* Black background color */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  color: #fff;
}

.owl-nav .nav-button {
  font-size: 21px;
  height: 100%;
  display: block;
  width: 100%;
  line-height: 1.5;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carouselproject-world .owl-nav button.owl-next {
  top: 45%;
  right: 5px;
}
@media (min-width: 600px) {
  .owl-carouselproject-world .owl-nav button.owl-next {
    right: 5px;
  }
}
@media (min-width: 1000px) {
  .owl-carouselproject-world .owl-nav button.owl-next {
    right: -35px;
  }
}
.owl-carouselproject-world .owl-nav button.owl-prev {
  top: 45%;
  left: 5px;
}
@media (min-width: 600px) {
  .owl-carouselproject-world .owl-nav button.owl-prev {
    left: 5px;
  }
}
@media (min-width: 1000px) {
  .owl-carouselproject-world .owl-nav button.owl-prev {
    left: -35px;
  }
}

.csutom-height-location {
  height: 45px;
  display: block;
}
@media (max-width: 1200px) {
  .csutom-height-location {
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .csutom-height-location {
    height: 30px;
  }
}

.csutom-height-highlights {
  display: block;
}
@media (min-width: 700px) {
  .csutom-height-highlights {
    min-height: 55px;
  }
}
@media (min-width: 1200px) {
  .csutom-height-highlights {
    min-height: 60px;
  }
}

.dropdown-stella-menu .dropdown-toggle::after {
  display: none;
}
.dropdown-stella-menu .dropdown-menu {
  top: 50px;
  border: 0;
  border-radius: 0;
}
.dropdown-stella-menu .dropdown-menu .dropdown-item:active {
  background-color: #D9B57B;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.25, 1.25);
    @media (max-width: 767px) {
      transform: scale(1.05, 1.05);
    }
  }
  100% {
    transform: scale(1, 1);
  }
}
.block-zoomin-image img {
  animation: zoominoutsinglefeatured 50s infinite;
}
@media (max-width: 767px) {
  .block-zoomin-image img {
    animation: zoominoutsinglefeaturedMobile 40s infinite;
  }
}

.lsit-socail {
  list-style: none;
  padding: 0;
}
.lsit-socail li {
  display: inline-block;
  padding-right: 10px;
}
/* ---------------------------------------------------------------------------
   spinner ของฟอร์มลงทะเบียน
   เดิมใช้ <img src="img/preload2.gif"> แต่โฟลเดอร์ public/img/ ไม่เคยมีอยู่จริง
   จึงขึ้นเป็นรูปแตกมาตลอด (ดู docs/troubleshooting/known-issues-legacy.md L-08)
   --------------------------------------------------------------------------- */
.spinner-form {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border: 2px solid rgba(0, 0, 0, .15);
    border-top-color: rgba(0, 0, 0, .55);
    border-radius: 50%;
    animation: spinner-form-rotate .7s linear infinite;
}

@keyframes spinner-form-rotate {
    to { transform: rotate(360deg); }
}
