/********************************************
villavanyarhotel Stylesheet by CMNice Solutions. *
********************************************/

/*** Reset Documents ***/
@import url('reset.css');

/******** Fonts ********/
@import url('fonts.css');

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Mobile */
@media screen and (max-width: 934px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        background: #936837;
        height:80px;
    }

    .header-mb p {
        font: 14px/1.4 'Kanit', sans-serif;
        color: #fff;
        font-weight: 200;
    }

    .mobile-logo {
        height: 88px !important;
    }

    .navbar-expand-lg {
        background-color: #fff !important;
    }

    .nav-item {
        border-bottom: 2px solid #EF4322;
    }

    .nav-item .nav-link {
        font: 18px/1.6 'Kanit', sans-serif !important;
        color: #fff !important;
        font-weight: 300 !important;
        
    }

    .navbar-nav .show {
        background-color: #fff !important;
        color: #fff !important;
    }

    .navbar-nav .dropdown-menu {
        /* background-color: #5F800C !important; */
        color: #fff !important;
    }

    .nav-item .dropdown-menu .dropdown-item {
        color: #fff !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .nav-item .dropdown-menu .mb-dropdown-item {
        font-size: 12px !important;
    }

    /**/
    .team-item-text {
        min-height: 7rem !important;
    }

    /**/
    .service-block {
        height: 310px !important;
    }

    .service-block .mask {
        background: rgba(0, 85, 167, 0.75) !important;

    }

    .service-block .mask h3,
    .service-block .mask p {
        color: #fff !important;
    }

    .service-detail-contain-bg {
        background-size: auto 100% !important;
    }
}

/* Desktop */
body {
    background: #AC8C66 !important;
}


/* Content Container */
.content_container {
    position: relative;
}

/* WIDTH SETTING */
.container-fluid {
    padding: 0 !important;
}
.container {
    max-width: 1320px !important;
    /* position: relative; */
}


/* Content Wrapper Container */
.logo {
    position: relative;
}

.top-contact {
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    background: #936837;
    border-bottom: 2px solid #C29F47;
}

.top-contact p {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
}
.main-nav {
    width: 100%;
    z-index: 9;
    position: absolute;
    background-color: #000;
}

/* กำหนดขนาด slide */
.carousel-img-wrapper {
    height: 600px; /* ความสูงบนจอคอม */
    overflow: hidden;
    position: relative;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* บนมือถือ ปรับเป็นอัตราส่วน 16:9 */
@media (max-width: 768px) {
    .carousel-img-wrapper {
        height: 0;
        padding-top: 56.25%; /* 16:9 */
        position: relative;
    }
    .carousel-img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

.fixed-top {
    background: #936837;
    top: -40px;
    /* transform: translateY(40px); */
    transition: transform .3s;
    z-index: 99999;
    border-bottom: 2px solid #C29F47;

    /*background: linear-gradient(90deg, rgba(31,87,34,1) 0%, rgba(33,105,43,1) 35%, rgba(33,118,50,1) 100%);*/
}


.bg-boxlang {
    /* background-color: #fff !important; */
    /* border: 1px solid #000; */
    border-radius: 5px !important;
    border:solid #fff 1px;
}

.bg-boxlang:hover {
    /* background-color: #fff !important; */
    border:solid #fff 1px;

}

/* NAVIGATION */
.logo-active {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    background: #866d2d;
    vertical-align: top;
}

.logo-active::after {
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 78.5px 0 78.5px;
    border-color: #866d2d transparent transparent transparent;
}

.logo-active img,
.logo-inactive img {
    display: block;
    margin: 15px auto;
}

.logo-inactive {
    display: inline-block;
    width: 157px;
    height: 146px;
    position: relative;
    vertical-align: top;
}

.nav-logo {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Main Menu */
.nav-list {
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0;
}

.nav-list li {
    display: inline-block;
    height: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.nav-list li:first-child {
    border: 0;
}

.nav-list li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #333;
}

.nav-list li:last-child:after {
    display: none;
}

/*.nav-list li#active {
    background: #252525;
    border-radius: 15px;
    padding: 1px 15px;
}*/
.nav-list li a {
    text-decoration: none;
    color: #333;
    font: 18px 'alaskaregular';
}

.nav-list li#active a,
.nav-list li#active a span {
    color: #c00c19;
}

.nav-list li a span {
    font: 18px/1 'CordiaDSE';
    color: #666;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-list li a span {
    display: block;
}

.nav-menu {
    display: none;
}

/* Sub nav */
.nav-list li ul {
    width: 120px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-list li:hover ul {
    display: block;
}

.nav-list li ul li,
.nav-list li ul li:first-child {
    min-height: 25px;
    width: 100%;
    margin: 0;
    background: #f3f3f3;
    border-bottom: 2px dotted #ccc;
    transition: all 0.5s;
}

.nav-list li ul li:hover {
    background: #ccc;
}

.nav-list li ul li:hover a {
    color: #c00c19;
}

.nav-list li ul li::after {
    display: none;
}

.nav-list li ul li:last-child a {
    border: 0;
}

.nav-list li ul li {
    text-align: center;
}

.nav-list li ul li a {
    text-decoration: none;
    color: #333;
    font: 18px 'alaskaregular';
    text-align: center;
}

.nav-item .nav-link {
    font: 16px/1 'Kanit', sans-serif;
    color: #fff !important;
    font-weight: 200;
}


.navbar-toggler {
    font: 22px/1 'Kanit', sans-serif;
    color: #fff !important;
}


/* Heading */
.heading1 {
    font: 32px/1 'Kanit', sans-serif;
    color: #1a2350;
    position: relative;
    font-weight: 300;
}

.heading2 {
    font: 20px/1 'Kanit', sans-serif;
    color: #000;
}

.text1 {
    font: 16px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

 /* cover */
.cover-text {
    /* min-height: 150px; */
    font-family: 'Kanit', sans-serif;
    background: url('../images/cover/cover-page.jpg') top center no-repeat; background-size: cover;
}

.cover-text p {
    font-weight: 300;
    line-height: 1.4;
    font-size: 18px;
}

.cover-text h1 {
    font: 36px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
}
.cover-text h2 {
    font: 28px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #C29F47;
}

/* Mobile */
@media screen and (max-width: 934px) {
    .cover-text {
        font-family: 'Kanit', sans-serif;
    }

    .cover-text p {
        font-weight: 300;
        line-height: 1.4;
        font-size: 18px;
    }

    .cover-text h1 {
        font: 28px/1.4 'Kanit', sans-serif;
        font-weight: 200;
        color: #fff;
    }
}

/* About Content */
.about-content {
    background: url('../images/cover/bg-about.png') center top / cover no-repeat;
    font-family: 'Kanit', sans-serif;
}

.about-content h1 {
    font: 36px/1 'Kanit', sans-serif;
    color: #333333;
    font-weight: 300;
}
.about-content h2 {
    font: 18px/1 'Kanit', sans-serif;
    color: #debc53;
    font-weight: 300;
}
.about-content p {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #333333;
    font-weight: 300;
}

/* .about-content img {
    max-width: 100%;
} */
.about-content ul {
	list-style-type: disc;
	padding-left: 20px;
    color: #fff;
  }
  
.about-content li {
	margin-bottom: 8px;
  }
.about-content ul li::marker {
	color: #b19748; /* เปลี่ยนสีจุด */
	font-size: 1em; /* ขยายจุด */
  }
/* About page */
.about-page {
    font-family: 'Kanit', sans-serif;
    background-color: #ac8c65;
    color: #fff;
}

.about-page h1 {
    font: 36px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.about-page h2 {
    font: 18px/1 'Kanit', sans-serif;
    color: #debc53;
    font-weight: 300;
}
.about-page p {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.about-page ul {
	list-style-type: disc;
	padding-left: 20px;
    color: #fff;
  }
  
.about-page li {
	margin-bottom: 8px;
  }
.about-page ul li::marker {
	color: #b19748; /* เปลี่ยนสีจุด */
	font-size: 1em; /* ขยายจุด */
  }

.about-page a {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #edc123d2;
    font-weight: 400;
    text-decoration: none;
}
.about-page a:hover {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #edc123;
    font-weight: 400;
}

  /* Re-view */
.review-content {
    /* position: relative; */
    font-family: 'Kanit', sans-serif;
    background-color: #fff;
}
.review-content h1 {
    font: 36px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
}
.review-content h2 {
    font: 18px/1 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 300;
}
.review-content p {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

/* blog-content */
.blog-content {
    /* position: relative; */
    font-family: 'Kanit', sans-serif;
}

.blog-content h1 {
    font: 42px/1 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 200;
}
.blog-content h2 {
    font: 22px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.blog-content p {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
.blog-content a {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.blog-content a:hover {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #edc123;
    font-weight: 300;
}
.blog-content hr {
    border: #edc123 solid 1px;
}

/* .blog-content img {
    max-width: 100%;
} */
.blog-content ul {
	list-style-type: disc;
	padding-left: 20px;
    color: #fff;
  }
  
.blog-content li {
	margin-bottom: 8px;
  }
.blog-content ul li::marker {
	color: #b19748; /* เปลี่ยนสีจุด */
	font-size: 1em; /* ขยายจุด */
  }

/* room Content */

.room-content {
    /* position: relative; */
    font-family: 'Kanit', sans-serif;
}

.room-content h1 {
    font: 36px/1 'Kanit', sans-serif;
    color: #333;
    font-weight: 200;
}
.room-content h2 {
    font: 32px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.room-content h3 {
    font: 12px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.room-content p {
    font: 17px/1.3 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.room-content:hover {
  background-color: #936936;
}

/* BG room transition */
.bg-room {
  position: relative;
  background-color: #AC8C65; /* สีเริ่มต้น */
  transition: none; /* ไม่ต้องเปลี่ยนสีพื้นหลัง */
   z-index: 0; /* เป็นพื้นฐาน */
}
.bg-room:hover {
  background-color: #936936;
}
/* overlay ด้านบน (ถ้ามี) */
.bg-room::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0);
  z-index: 1;
}
.room-content .col-lg-6 {
  position: relative;
  z-index: 2;
}
/* gradient overlay สำหรับ room-image ปกติ */
/* gradient overlay สำหรับ room-image */
.room-image {
  position: relative;
  z-index: 0;
}
.room-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background: linear-gradient(
    to right,
    #AC8C65 0%,
    rgba(172,140,101,0.85) 20%,
    rgba(172,140,101,0.5) 50%,
    rgba(172,140,101,0.2) 70%,
    rgba(172,140,101,0) 100%
  );
  opacity: 1;
  transition: opacity 0.0s ease;
}
/* hover gradient layer */
.room-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background: linear-gradient(
    to right,
    #936936 0%,
    rgba(147,105,54,0.85) 20%,
    rgba(147,105,54,0.5) 50%,
    rgba(147,105,54,0.2) 70%,
    rgba(147,105,54,0) 100%
  );
  opacity: 0; /* เริ่มโปร่งใส */
  transition: opacity 0.8s ease;
}
/* hover effect */
.bg-room:hover .room-image::after {
  opacity: 0; /* ทำให้ hover gradient ปรากฏลื่นไหล */
}

/* gradient ไล่จากซ้าย → ขวา สำหรับ room-right */
.room-image.room-right::before {
  background: linear-gradient(
    to right,
    #AC8C65 0%,
    rgba(172,140,101,0.1) 20%,  
    rgba(172,140,101,0.3) 50%,   
    rgba(172,140,101,0.2) 70%,   
    rgba(172,140,101,0) 100%  
  );
}

/* gradient ไล่จากขวา → ซ้าย สำหรับ room-left */
.room-image.room-left::before {
  background: linear-gradient(
    to left,
    #AC8C65 0%,
    rgba(172,140,101,0.1) 20%,
    rgba(172,140,101,0.3) 50%,
    rgba(172,140,101,0.2) 70%,
    rgba(172,140,101,0) 100%
  );
}

/* hover gradient สำหรับ room-right */
.bg-room:hover .room-image.room-right::before {
  background: linear-gradient(
    to right,
    #936936 0%,
    rgba(147,105,54,0.1) 20%,
    rgba(147,105,54,0.3) 50%,
    rgba(147,105,54,0.2) 70%,
    rgba(147,105,54,0) 100%
  );
}

/* hover gradient สำหรับ room-left */
.bg-room:hover .room-image.room-left::before {
  background: linear-gradient(
    to left,
    #936936 0%,
    rgba(147,105,54,0.1) 20%,
    rgba(147,105,54,0.3) 50%,
    rgba(147,105,54,0.2) 70%,
    rgba(147,105,54,0) 100%
  );
}
/* ปรับระยะข้อความเฉพาะฝั่งซ้าย */
.room-content .col-lg-6.order-lg-1 .text-box {
  max-width: 90%;   /* ลดความกว้างของกล่องข้อความลง เพื่อให้ขยับเข้าด้านใน */
  margin-left: 35%;  /* ขยับทั้งกล่องไปทางขวา */
}

/* ถ้าข้อความอยู่ฝั่งขวา */
.room-content .col-lg-6.order-lg-2 .text-box {
  max-width: 100%;     /* ทำให้กล่องแคบลงเท่ากัน */
  margin-right: 35%;   /* ขยับเข้ามาจากขอบขวา */
}

/* 📱 มือถือ: ปิด overlay */
@media (max-width: 768px) {
  .room-image::before {
    display: none !important;
  }
   .room-content .col-lg-6.order-lg-1 .text-box {
    max-width: 100%;
    margin-left: 0;
  }
    .room-content .col-lg-6.order-lg-2 .text-box {
    max-width: 100%;     /* ทำให้กล่องแคบลงเท่ากัน */
    margin-right: 0%;   /* ขยับเข้ามาจากขอบขวา */
    }
}
.room-page{
    font-family: 'Kanit', sans-serif;
}
.room-page h1 {
    font: 42px/1 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 300;
}
.room-page h2 {
    font: 28px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 200;
}
.room-page h3 {
    font: 18px/1 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 400;
}
.room-page p {
    font: 14px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.room-page h4 {
    font: 12px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.room-page button{
    font: 14px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.dot-room::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px; /* ความหนาของเส้น */
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(147, 105, 54, 0.1) 0%,   /* อ่อนต้นเส้น */
    rgba(147, 105, 54, 1) 40%,    /* เข้มกลางเส้น */
    rgba(147, 105, 54, 0.1) 100%  /* อ่อนปลายเส้น */
  );
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* เงานุ่มๆ เพิ่มมิติ */
  margin-bottom: 12px;
}

.line-room {
    border-bottom: #E0BF50 solid 3px;
    width: 100px;
}

/* promotion Content */
.line-promotion {
    border-bottom: #000 solid 1px;
    width: 100%;
}
.line-content {
    border-left: #edc123 solid 1px;
    height: 100px;
}
.promotion-content {

    background: url(../images/cover/bg-promotion.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Kanit', sans-serif;

     
    /* height: 800px; */
}

.promotion-content h1 {
    font: 42px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.promotion-content h2 {
    font: 38px/1 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 300;
}
.promotion-content h3 {
    font: 16px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}
.promotion-content p {
    font: 14px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

/* Facilities Container */
.facilities-container {
    position: relative;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    background-color: #926a37;
}

.facilities-container h1 {
    font: 36px/1 'Kanit', sans-serif;
    color: #fff;
    font-weight: 200;
}

.facilities-container h2 {
    font: 18px/1.5 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 300;
}

.facilities-container h3 {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.facilities-container p {
    font: 14px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.facilities-container a {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
}
.fadein-box {
    position: relative;
    width: 100%;
    height: auto;
}
/* photo  */
.photo_container {
   position: relative;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}
.photo_container p {
    font: 14px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
}

.photo_container button {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    /* line-height: 1.5 em; */
    color: #000;
}

.photo_container h1 {
    font: 42px/1.2 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;

}

.photo_container h2 {
    font: 38px/1 'Kanit', sans-serif;
    color: #bb9f4c;
    font-weight: 300;
}

.photo_container h3 {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.photo_container img {
    max-width: 100%;
    height: auto !important;
}

.photo_container a {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    text-decoration: none;
    /* color: #F7904C; */
}
/**/
.custom-ratio {
  position: relative;
  width: 100%;
  padding-top: 150.33%; /*4:3 อัตราส่วนแนวตั้ง*/
  background-size: cover;
  background-position: center;
}
.bg-image {
  background-repeat: no-repeat;
}
.image-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4); /* สีดำจาง */
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.image-hover-wrapper:hover .image-overlay {
  opacity: 1;
}

.image-title {
  font-size: 1rem;
  font-weight: 500;
}

.dot-line::before {
  content: "";
  display: inline-block;
  width: 100%;   /* ความยาวเส้น */
  height: 8px;   /* ความสูงพื้นที่ */
  background: radial-gradient(circle, #fff 1px, transparent 2px);
  background-size: 20px 8px; /* จุดเล็กลงและห่างกัน */
  margin-right: 8px;
}
.fadein {
    opacity: 0;
    margin-top: 100px;
    max-width: 100%;
}

/* Search Box */
.search-box {
    font-family: "Kanit", sans-serif;
    background-color: #fff;

}

.search-box label {
    font: 16px/1 "Kanit", sans-serif;
    color: #000;
    font-weight: 200;

}

/* Text Content */
.text-content {
    position: relative;
    font-family: 'Kanit', sans-serif;
}

.text-content h1 {
    font: 26px/1 'Kanit', sans-serif;
    color: #626262;
}

.text-content p {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #626262;
    font-weight: 300;
}

.text-content img {
    max-width: 100% !important;
    height: auto !important;
}

.text-content ul li {
    list-style: disc;
    list-style-position: inside;
}

.text-content ol li {
    list-style: decimal;
    list-style-position: inside;
}

.text-content ul li,
.text-content ol li {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #626262;
    font-weight: 300;
}


.img-glow {
    padding: 5px;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 1.5px 2.6px 21px rgba(181, 203, 221, 0.8);
}

/* Property Detail */
.pt-h1 {
    font: 21.45px/1 'Kanit', sans-serif;
    color: #333;
    font-weight: 700;
}

.sell-b {
    border: 1px solid #34b558;
    color: #34b558;
}

.rent-b {
    border: 1px solid #d8ae47;
    color: #d8ae47;
}

.sale_rent-b {
    border: 1px solid #3b0eed;
    color: #3b0eed;
}


.property-detail {
    position: relative;
    font-family: 'Kanit', sans-serif;
}

.property-detail h1 {
    font: 26.81px/1 'Kanit', sans-serif;
    color: #072539;
}

.property-detail h2 {
    font: 19.31px/1 'Kanit', sans-serif;
    color: #000;
}

.property-detail h3 {
    font: 18.02px/1 'Kanit', sans-serif;
    color: #666;
}

.property-detail p {
    font: 14.02px/1 'Kanit', sans-serif;
    color: #000;
    line-height: 1.5em;
}

.property-detail ul,
.property-detail ol {
    list-style-position: inside;
}

.property-detail ul {
    list-style-type: disc;
}

.property-detail ol {
    list-style-type: decimal;
}

.property-detail ul li,
.property-detail ol li {
    font: 15.02px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}

/* Contact */
.contact-container {
    position: relative;
    background: url('../images/cover/cover-contact.png') center no-repeat;
    background-size: cover;

}

.contact-container h1 {
    font: 36px/1 'Kanit', sans-serif;
    color: #333;
    font-weight: 200;
}

.contact-container h2 {
    font: 24px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}
.contact-container p {
    font: 16px/1.5 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
    line-height: 1.5em;
    text-decoration: none;
}
.contact-container p a{
    font: 16px/1.5 'Kanit', sans-serif;
    color: #000;
    font-weight: 200;
    line-height: 1.5em;
    text-decoration: none;
}


/* ตั้งค่าเริ่มต้น (Desktop/Tablet) */
#map {
  height: 480px;
}

/* ถ้าเป็นหน้าจอเล็ก (มือถือ ≤ 576px) */
@media (max-width: 576px) {
  #map {
    height: 180px;
  }
}


/* Footer */
.footer-content {
    background-color: #926a37;
}

.footer-content h1 {
    font: 16px 'Kanit', sans-serif;
    color: #fff;
    font-weight: 700;
}

.footer-content p {
    font: 14px/1.3 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
}

.footer-content p a {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.footer-content h3 {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin: 0;
}

.footer-content h3 a {
    color: #debc53;
    font-weight: 300;
    text-decoration: none;
}


.footer {
    width: 100%;
    height: auto;
    background: #333;
    color: #fff;
    position: relative;
}

.footer .banner img {
    max-width: 100%;
}

.footer p {
    font: 21px/1 kittithada_roman_55regular;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.footer p a {
    color: #fff;
    text-decoration: none;
}

#scrollUp {
    bottom: 40px;
    right: 20px;
    padding: 10px 20px;
    background: #E4B742;
    color: #000;
}

.flex-direction-nav a {
    line-height: normal;
}

.social-fix {
    width: 50px;
    height: auto;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
}

.social-fix img {
    width: 100%;
    float: left;
}

.social-logo {
    width: 100%;
    height: auto;
    /* position: fixed; */
    /* right: 0; */
    /* top: 30%; */
    z-index: 99;
}

.social-logo a img {
    transition: all 0.5s;
}

.social-logo a:hover img {
    transform: scale(1.2);
}

.clearfix {
    clear: both;
}

.bg-zoom-effect {
transition: transform 0.4s ease, box-shadow 0.3s ease;
will-change: transform;
cursor: pointer;
}
.bg-zoom-effect:hover,
.bg-zoom-effect:focus,
.bg-zoom-effect:active {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.img-effect {
overflow: hidden;
border-radius: 0; /* หรือใช้ 1rem ถ้าอยากให้มีมุมโค้ง */
}
/* ปุม book now */
.book-btn {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #c7aa4f, #c2a148);
  color: #000;
  text-align: center;
  padding: 16px 0;
  border-radius: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 12px rgba(187, 159, 76, 0.35),
              inset 0 -1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  position: relative;
}

.book-btn:hover {
  background: linear-gradient(135deg, #d3b659, #c8a94f);
  box-shadow: 0 10px 20px rgba(187, 159, 76, 0.45),
              inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.02);
  text-decoration: none;
  color: #000;
}

.book-btn:active {
  box-shadow: 0 4px 6px rgba(187, 159, 76, 0.4),
              inset 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(2px) scale(0.98);
}

.book-btn i {
  color: #000;
  transition: transform 0.25s ease, color 0.25s ease;
}

.book-btn:hover i {
  transform: rotate(-10deg) scale(1.1);
  color: #222;
}
/* ปุ่ม contact us */
.contact-btn {
  display: block;
  text-align: center;
  background-color: #bb9f4c; /* สีทองหลัก */
  color: #000;
  padding: 16px 0;
  border-radius: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 12px rgba(147, 105, 54, 0.25); /* เงาทองนุ่มๆ */
  transition: all 0.25s ease;
  margin-bottom: 20px;
}

.contact-btn:hover {
  background-color: #cdaa53; /* ทองอ่อนขึ้นนิดหน่อย */
  box-shadow: 0 10px 20px rgba(147, 105, 54, 0.35);
  transform: translateY(-3px) scale(1.02);
  color: #000;
  text-decoration: none;
}

.contact-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 8px rgba(147, 105, 54, 0.3);
}

.contact-btn i {
  color: #000;
  transition: transform 0.2s ease, color 0.2s ease;
}

.contact-btn:hover i {
  transform: scale(1.15);
  color: #222;
}
/* cookie_setting */
.cookie_setting {
	font: 18px/1.3 'Kanit', sans-serif;
	line-height: 1;
    color: #000;
}

.cookie_setting p {
	font: 16px/1.3 'Kanit', sans-serif;
	line-height: 1.5;
    color: #000;

}
.cookie_setting h1 {
	font: 18px/1.3 'Kanit', sans-serif;
    color: #cdaa53;
}

.cookie_setting button {
	font: 16px/1.3 'Kanit', sans-serif;
}

.cookie_setting button,
.cookie_setting button.btn-sm {
    font: 16px/1.4 'Kanit', sans-serif;
	line-height: 1.5 !important;
}

.modal-title {
    font: 18px/1.3 'Kanit', sans-serif;
	font-weight: bold;
    
}

.font-bold {
    font: 14px/1.5 'Kanit', sans-serif;
	font-weight: bold;
    	line-height: 1.5 !important;

}
.btn-close-custom {
    background: #dc3545;         /* สีแดง (Bootstrap danger) */
    color: #fff;
    border: none;
    border-radius: 50%;          /* ทำให้เป็นปุ่มวงกลม */
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
}
.btn-close-custom:hover {
    background: #bb2d3b;         /* สีแดงเข้มขึ้นเวลา hover */
    transform: rotate(90deg);    /* หมุนเล็กน้อยตอน hover */
}
/* Pager */
.paging {
	display: block;
	text-align: center;
    font-family: 'Kanit', sans-serif;
}

.paging a {
    font-family: 'Kanit', sans-serif;
	/* background-color: #ccc; */
	/* border: solid 1px #666; */
	color: #000;
    font-weight: 400;
	text-decoration: none;
	margin: 0 0.2em;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	padding: 0.2em 0.4em;
	min-width: 1.5em;
    font-size: 14px;
}

.paging a:hover {
    font-family: 'Kanit', sans-serif;
	color: #D9B258;
    font-weight: 400;
    font-size: 14px;
}

.paging span {
	margin: 0 0.2em;
	-webkit-border-radius: 04px;
	-moz-border-radius: 04px;
	border-radius: 04px;
	padding: 0.2em 0.4em;
	min-width: 1.5em;
}

.paging span.current {
	background-color: #D9B258;
	color: #000;
    font-size: 14px;
}

.paging span.disabled {
	/* background-color: #fff; */
	color: #666666b1;
}
.list-box-2 a {
    font-family: 'Kanit', sans-serif;
	color: #000;
	transition: all 0.5s;
	text-decoration: none !important;
}
.list-box-2 a {
	transition: all 0.5s;
}
.list-box-2 a:hover {
	color: #D9B258 !important;
}

