/****************************************
jayochiangmaitravel.com by CMNice Solutions. *
****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Adobe';
    src: url('fonts/Adobe Thai Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Mobile */
@media screen and (max-width: 994px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        background: #506336;
    }

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

    .header-mb h1 {
        font: 28px/1.6 'BebasNeue', sans-serif !important;
        color: #000;
        font-weight: 300;
    }



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

    .mobile-header-bar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        min-height: 100px;
        padding: 8px 14px;
    }

    .mobile-book-btn {
        padding: 7px 16px;
        font-size: 12px;
        line-height: 1.2;
        white-space: nowrap;
        margin-left: auto;
    }

    .mobile-brand {
        margin: 0;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .mobile-brand-img {
        display: block;
        height: 74px;
        max-width: 100%;
    }

    .mobile-brand-text {
        display: block;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.05;
        letter-spacing: 0.04em;
        color: #fff;
        text-align: left;
    }

    .mobile-menu-toggle {
        color: #fff;
        line-height: 1;
        flex: 0 0 auto;
        margin-left: 2px;
    }

    .mobile-menu-toggle i {
        font-size: 28px;
    }

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

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

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

    .navbar-nav .show {
        background-color: #000 !important;
        color: #6e6e6d !important;
    }

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

    .nav-item .dropdown-menu .dropdown-item {
        color: #6e6e6d !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;
    }

    @media screen and (max-width: 420px) {
        .mobile-header-bar {
            padding: 0 10px;
        }

        .mobile-book-btn {
            padding: 6px 12px;
            font-size: 11px;
        }

        .mobile-brand-img {
            height: 68px;
        }

        .mobile-brand-text {
            font-size: 13px;
        }
    }
}

/* Desktop */
body {
    /* background: #fff; */
    background: url(../images/island/bg-island.png) center no-repeat; background-size: cover;
}

/* Page Container */
.container {
    max-width: 1240px;
}

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

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


.top-contact {
    font-family: 'Kanit', sans-serif;
    background: #4B6430;
}

.desktop-header-inner {
    padding-top: 48px;
    padding-bottom: 24px;
}

/* ใช้เฉพาะหน้าที่มี slide */
.top-contact.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

    /* 🔥 overlay ดำจาง */
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.6) 0%,
        rgba(0,0,0,0.3) 60%,
        rgba(0,0,0,0) 100%
    );
}

.top-contact a{
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;

}

.top-contact p {
    font: 16px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.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-wrapper {
overflow: hidden;
border-radius: 0; /* หรือใช้ 1rem ถ้าอยากให้มีมุมโค้ง */
}

/* กำหนดขนาด slide */
.carousel-img-wrapper-cm {
    position: relative;
    height: 780px;
    overflow: hidden;
}
.carousel-img-wrapper {
    position: relative;
    height: 650px;
    overflow: hidden;
}

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

.carousel-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: min(94%, 1100px);
    transform: translate(-50%, -50%);
    font-family: 'Kanit', sans-serif;
    /* font-size: clamp(1.5rem, 2.1vw, 2.2rem); */
    font-size: 42px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: rgba(170, 196, 161, 0.24);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 18px 28px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 30px rgba(28, 56, 35, 0.18);
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

.carousel-center-subtext {
    display: inline-block;
    margin-top: 12px;
    font-family: 'Kanit', sans-serif;
    font-size: 0.58em;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.35;
    color: #f6edd3;
}

.carousel-center-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(135deg, #5b7c4f 0%, #7d9b6f 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(38, 73, 41, 0.22);
    text-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    width: fit-content;
}

.carousel-center-button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    background: linear-gradient(135deg, #4f7045 0%, #739064 100%);
    box-shadow: 0 16px 36px rgba(38, 73, 41, 0.28);
}

/* Overlay */
.carousel-img-wrapper-cm::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.carousel-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-box {
    font-family: 'Kanit', sans-serif;
    z-index: 2;
    right: 18%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    max-width: 485px;
    color: #fff;
    text-align: center;
}
.hero-box h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hero-box p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}


.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;
    border-radius: 12px;

    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 300;

    color: #ffffff;
    border: none;
    cursor: pointer;

    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* =========================
   BUTTON COLORS
========================= */
.btn-quote {
    background-color: #ef4f14;
}

.btn-line {
    background-color: #61C347;
}

/* =========================
   HOVER / FOCUS / ACTIVE
   (กัน Bootstrap ทับ)
========================= */
.btn-quote:hover,
.btn-quote:focus,
.btn-quote:active {
    background-color: #ef4f14;
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.btn-line:hover,
.btn-line:focus,
.btn-line:active {
    background-color: #61C347;
    color: #ffffff;
    transform: scale(1.06);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

/* =========================
   MOBILE: ปุ่มเรียงลง
========================= */
@media (max-width: 767px) {
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 260px;
    }
}
@media (max-width: 1368px) {
   .hero-box {
    font-family: 'Kanit', sans-serif;
    z-index: 2;
    right: 5%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    max-width: 620px;
    color: #fff;
    text-align: center;
}


}
@media (max-width: 767px) {
    .carousel-img-wrapper {
            height: 30vh;
        }
    .hero-box {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 20px;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
    }

    .carousel-center-text {
        width: 94%;
        font-size: 15px;
        line-height: 1.35;
        padding: 12px 14px;
        border-radius: 14px;
    }

    .carousel-center-subtext {
        margin-top: 8px;
        font-size: 0.72em;
        line-height: 1.3;
    }

    .carousel-center-button {
        margin-top: 10px;
        padding: 8px 14px;
        font-size: 11px;
    }

    .hero-box h1 {
        font-size: 18px;
    }

    .hero-box p {
        font-size: 13px;
    }
}


.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 */
}



.fa-stack[data-count] {
    cursor: pointer;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: -5px;
    width: 15px;
    height: 15px;
    content: attr(data-count);
    font: 11px/14px 'Noto Sans SC', sans-serif !important;
    border-radius: 50%;
    text-align: center;
    font-weight: 700 !important;
    background: #fff;
    color: #fff;
}
/*lightbox*/

.lightbox {
    position: relative;
    background-color: #000;
    font: 24px 'BebasNeue', 'Kanit';
  }

  .image {
    opacity: 1;
    display: block;
    width: 100%;
    /* height: 350px; */
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
.middle a {
    font: 24px 'BebasNeue', 'Kanit';
  }


.middle h1 {
    font: 55px/1 'BebasNeue', 'Kanit';
    color: #F7A31F;
}

.middle p {
    font: 24px/1 'BebasNeue', 'Kanit';
    color: #fff;
}
  .lightbox:hover .image {
    opacity: 0.3;
  }
  
  .lightbox:hover .middle {
    opacity: 1;
    
  }
  
  .lightbox-text {
    background-color: #F7A31F;
    color: white;
    font: 18px 'BebasNeue', 'Kanit';
    padding: 16px 32px;
    border-radius: 25px;
  }
/* Partner */
.swiper-slide {
    font-size: 14px;
    font: 14px/1 'Kanit', sans-serif;
}

/* Swiper*/
.swiper-arrow-contain {
    width: 50px !important;
    height: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
}



.swiper-arrow-contain .swiper-button-prev,
.swiper-arrow-contain .swiper-button-next {
    width: 20px;
    height: 20px;
    border: 1px solid #2d75fd;
    background-color: #001c37;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.swiper-arrow-contain .swiper-button-prev {
    left: 0;
}

.swiper-arrow-contain .swiper-button-next {
    right: 0;
}

:root {
    --swiper-navigation-size: 10px !important;
}


/* Header */
/* .header-contain {
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75);
}  ทำให้อยู่ชิดบนสุด*/
.header-contain {
    position: relative;
    z-index: 99;
    background-color: #fff;
}

.header_container {
    position: relative;
    font-family: 'BebasNeue', Kanit;
}

.header_container p {
    font: 18px/1 'BebasNeue', Kanit;
    /* color: #624827; */
    font-weight: 300;
}

.header_menu {
    position: relative;
    background-color: #f8f8f8;
    font-family: 'BebasNeue', Kanit;
}

.header_container .btn-sm {
    font: 14px/1 'BebasNeue', Kanit;
}

.header-nav {
    background: #fff;
    /* position: absolute; */

}

.line-top {
    border-top: 3px solid #E0C944;
    width: 100px;
}

.line-top-product {
    border-top: 5px solid #C11C1B;
    width: 160px;
}

.rslides {
    box-sizing: border-box;
    padding: 0px !important;
}

.rslides li {
    text-align: center;
}

.rslides img {
    display: block;
    float: none;
    width: auto;
    max-width: 100%;
    border: 0;
    text-align: center;
    margin: 0 auto;
}

.fixed-top {
    background: #4B6430;
    /* padding-right: 350px; */
    /*background: linear-gradient(90deg, rgba(31,87,34,1) 0%, rgba(33,105,43,1) 35%, rgba(33,118,50,1) 100%);*/
}
#navbar_top .menu-wrap {
    justify-content: flex-end;
}

#navbar_top .menu-inner {
    margin-left: auto;
    margin-right: 0;
}

#navbar_top.menu-centered .menu-wrap {
    justify-content: center;
}

#navbar_top.menu-centered .menu-inner {
    margin-left: auto;
    margin-right: auto;
}

#carouselCaptions {
    border: 0px solid #fff;
    overflow: hidden;
}

/* Lang */

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

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


.btn-book {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px 20px;
    color: #000;
    font-weight: 300 !important;
    background: #e8b33f;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    text-shadow: none;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-book::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.78em;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

/* 🔥 ตอนเอาเมาส์ชี้ */
.btn-book:hover {
    background: #f0bf4f;
    color: #000;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    text-shadow: none;
}

.btn-book:hover::after {
    transform: translateX(3px);
}

/* ตอนกด */
.btn-book:active {
    transform: translateY(2px);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
}


.main_menu {
    width: 100%;
    text-align: right;
    list-style: none;
    display: block;
}

.main_menu li {
    display: inline-block;
    /* border: 1px solid #eb2031; */
    vertical-align: top;
    margin: 0 10px;
}

.main_menu li a {
    font: 20.64px/32px 'supermarket';
    color: #fff;
    padding: 0 5px;
}

.main_menu li:hover {
    background-color: #fde7e8;
    border: 1px solid #000;
}

.main_menu li:hover a {
    color: #5F800C;
}

#menu_active {
    background-color: #fde7e8;
    border: 1px solid #000;
}

#menu_active a {
    color: #5F800C;
}

.submenu {
    width: 792px;
    position: absolute;
    top: 91px;
    right: 0;
    background-color: #000;
    z-index: 9;
    list-style: none;
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    text-align: center;

}

.submenu li {
    display: inline-block;
    border: 0;
    margin: 0 5px;
    position: relative;
}

.submenu li a {
    font: 14.55px/34px 'supermarket';
    color: #fff;
}

.submenu li #submenu {
    width: 120px;
    position: absolute;
    top: 34px;
    left: -10px;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.submenu li:hover #submenu {
    opacity: 1;
}

.submenu li #submenu li {
    width: 100%;
    /* background-color: #ff3333; */
    margin: 0;
    padding: 0 10px;
    text-align: left;

}

.submenu li #submenu li a {
    /* color: #6e6e6d; */
    color: #7b9067;
}
/* =====================================================
   BASE NAVBAR & MENU
===================================================== */

.main-menu {
    gap: 10px;
}

.main-menu .nav-item {
    position: relative;
}

/* -----------------------------------------------------
   MENU LINK
----------------------------------------------------- */
.main-menu .nav-link {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    padding: 6px 0;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover */
.main-menu .nav-link:hover {
    color: #fff;
}

/* Active */
.main-menu .nav-link.active {
    color: #fff;
    font-weight: 400;
}

/* -----------------------------------------------------
   UNDERLINE EFFECT
----------------------------------------------------- */
.main-menu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #B0AC87;
    transition: width 0.35s ease;
}

.main-menu .nav-link:hover::after,
.main-menu .nav-link.active::after {
    width: 100%;
}

/* -----------------------------------------------------
   SEPARATOR "/"
----------------------------------------------------- */
.main-menu .nav-item:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 200;
}

/* menu island */


.main-menu-land {
    gap: 10px;
}

.main-menu-land .nav-item {
    position: relative;
}

/* -----------------------------------------------------
   MENU LINK
----------------------------------------------------- */
.main-menu-land .nav-link {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    padding: 6px 0;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
}

/* Hover */
.main-menu-land .nav-link:hover {
    color: #fff;
}

/* Active */
.main-menu-land .nav-link.active {
    color: #fff;
    font-weight: 400;
}

/* -----------------------------------------------------
   UNDERLINE EFFECT
----------------------------------------------------- */
.main-menu-land .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.35s ease;
}

.main-menu-land .nav-link:hover::after,
.main-menu-land .nav-link.active::after {
    width: 100%;
}

/* -----------------------------------------------------
   SEPARATOR "/"
----------------------------------------------------- */
.main-menu-land .nav-item:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 200;
}

/* =====================================================
   DROPDOWN (PRODUCT)
===================================================== */

.nav-icon-item {
    position: relative;
}

.hassub,
.hassub ul {
    transition: all 0.25s ease-in-out;
}

/* Main dropdown */
.nav-icon-item > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 2048;

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Show dropdown */
.nav-icon-item:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown item */
.nav-icon-item ul li {
    list-style: none;
    padding: 10px 16px;
    transition: background 0.2s ease;
}

.nav-icon-item ul li a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}

.nav-icon-item ul li a i {
    margin-right: 8px;
    color: #080098;
    transition: transform 0.2s ease;
}

.nav-icon-item ul li:hover {
    background: #f5f5f5;
    border-radius: 6px;
}

.nav-icon-item ul li:hover a i {
    transform: translateX(3px);
}

/* =====================================================
   SUB MENU
===================================================== */
.nav-icon-item ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 2050;

    opacity: 0;
    visibility: hidden;
    transform: translateX(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.nav-icon-item ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* =====================================================
   ICON & IMAGE EFFECT
===================================================== */

.nav-icon-item a img {
    width: 25px;
    margin-right: 6px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.nav-icon-item a:hover img {
    transform: scale(1.05);
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {

    .main-menu .nav-item::after {
        display: none;
    }

    .nav-icon-item > ul,
    .nav-icon-item ul li ul {
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

}
html {
    scroll-behavior: smooth;
}
.dropdown-toggle::after {
    vertical-align: 0.1em !important;
}

.nav-mb-button {
    font-size: 30px;
}

/* =====================================================
   JAYO home header and main slideshow
===================================================== */
.top-contact {
    background: #2f6b21;
}

.top-contact.header-absolute {
    background: rgba(47, 107, 33, 0.78);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.top-contact.desktop-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: rgba(47, 107, 33, 0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.top-contact.desktop-header-sticky .desktop-header-inner {
    min-height: 58px;
    padding-top: 0;
    padding-bottom: 0;
}

.top-contact.desktop-header-sticky .header-contact-line,
.top-contact.desktop-header-sticky .desktop-logo-centered,
.top-contact.desktop-header-sticky .header-lang-select {
    display: none;
}

.top-contact.desktop-header-sticky #navbar_top {
    padding-top: 0 !important;
}

.top-contact.desktop-header-sticky #navbar_top .row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 58px;
}

.top-contact.desktop-header-sticky .main-menu {
    min-height: 58px;
}

.top-contact.desktop-header-sticky .main-menu .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
}

.desktop-header-inner {
    min-height: 156px;
    padding-top: 12px;
    padding-bottom: 0;
}

.header-contact-line {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 26px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.header-contact-line a {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.desktop-logo-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 220px;
    margin: 0 auto;
    text-decoration: none;
}

.desktop-logo-centered img {
    display: block;
    width: 100px;
    height: auto;
}

.desktop-logo-text {
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: left;
}

.header-lang-select {
    position: absolute;
    top: 0;
    right: 0;
}

#navbar_top {
    width: 100%;
}

#navbar_top .menu-wrap,
#navbar_top.menu-centered .menu-wrap {
    justify-content: center;
}

#navbar_top .menu-inner,
#navbar_top.menu-centered .menu-inner {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.main-menu {
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.main-menu .nav-link {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.08em;
    padding: 7px 0 9px;
}

.main-menu .nav-link::after {
    bottom: 0;
    height: 2px;
    background-color: #e8b33f;
}

.main-menu .nav-item:not(:last-child)::after {
    right: -16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.bootstrap-select.selectpicker-m .dropdown-toggle,
.selectpicker-m + .bootstrap-select .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bg-white {
    min-height: 28px;
    padding: 3px 9px;
    border: 0;
    border-radius: 2px;
    font-size: 16px;
    box-shadow: none;
}

.carousel-img-wrapper-cm::after {
    background: rgba(0, 0, 0, 0.02);
}

.carousel-center-text {
    display: none;
}

#carouselCaptions .carousel-indicators,
#carouselCaptions .carousel-control-prev,
#carouselCaptions .carousel-control-next {
    display: none;
}

@media screen and (max-width: 994px) {
    .header-mb {
        background:
            linear-gradient(rgba(39, 103, 30, 0.94), rgba(39, 103, 30, 0.94)),
            url("../images/cover/bg-contact.png") center center / cover no-repeat;
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .header-mb.mobile-header-absolute {
        position: absolute;
        top: 0;
        left: 0;
    }

    .mobile-logo {
        height: auto !important;
    }

    .mobile-header-bar {
        min-height: 94px;
        padding: 8px 14px;
        justify-content: space-between;
        gap: 10px;
    }

    .mobile-brand {
        min-width: 0;
        max-width: calc(100% - 166px);
        padding: 0;
    }

    .mobile-brand-img {
        width: 73px;
        height: 73px;
        object-fit: contain;
        flex: 0 0 73px;
    }

    .mobile-brand-text {
        max-width: 178px;
        font-size: 20px;
        line-height: 1.08;
        letter-spacing: 0.03em;
        white-space: normal;
    }

    .mobile-menu-toggle {
        margin-left: 0;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
    }

    .mobile-menu-toggle i {
        font-size: 22px;
    }

    .mobile-book-btn {
        flex: 0 0 auto;
        margin-left: auto;
        padding: 7px 12px;
        font-size: 11px;
        line-height: 1.1;
    }

    .carousel-img-wrapper-cm {
        height: 360px;
    }

    .carousel-img {
        object-position: center center;
    }

    .slide-menu {
        background: #f8faf3;
    }

    .slide-menu li > a {
        border-bottom: 1px solid rgba(66, 101, 39, 0.18);
        color: #203a1a;
        font-family: 'Kanit', sans-serif;
        font-size: 15px;
        letter-spacing: 0.04em;
    }
}

@media screen and (max-width: 420px) {
    .mobile-logo {
        height: auto !important;
    }

    .mobile-header-bar {
        min-height: 88px;
        padding: 7px 12px;
        gap: 8px;
    }

    .mobile-brand-img {
        width: 65px;
        height: 65px;
        flex-basis: 65px;
    }

    .mobile-brand-text {
        max-width: 152px;
        font-size: 17px;
    }

    .mobile-book-btn {
        padding: 6px 10px;
        font-size: 10px;
    }

    .mobile-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .carousel-img-wrapper-cm {
        height: 320px;
    }
}

/**/
.navbar,
.navbar-nav .dropdown {
    position: inherit !important;
}

.dropdown-menu-detail {
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
}

.dropdown-menu-detail h3 {
    font-size: 18px;
}

.dropdown-menu-detail p {
    font-size: 14px;
}

.black-nav {
    z-index: 5;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-family: 'Kanit', sans-serif;
}

.black-nav .nav-link {
    font: 14px/1 'Kanit', sans-serif;
    color: #000;
    font-weight: 300;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
}

/* Services */
.s-box {
    position: relative;
}

.s-box .img {
    /* position: relative; */
    /* width: 100px;
    height: 100px; */
    background-color: white;
    border-radius: 50%;
    border: 5px solid #ccc;
}

/* Circle list */
.circle-list {
    position: relative;
}

.circle-list h1 {
    font: 29px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #3b1413;
}

.circle-list h2 {
    font: 14.96px/1.3 'Kanit', sans-serif;
    font-weight: 500;
    color: #d0a051;
    text-transform: uppercase;
}

.circle-list h3 {
    font: 15.55px/1 'Kanit', sans-serif;
    font-weight: 700;
    color: #3b1413;
}

.circle-list p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 400;
    color: #3b1413;
}

.circle-list a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

/* Pager */
.paging {
    font: 14px/1 'Kanit', sans-serif;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;           /* สำคัญมาก */
    gap: 6px;                  /* ระยะห่างแทน margin */
    margin: 15px 0;
}

.paging a,
.paging span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 6px;
    /* border: 1px solid #ccc; */
    font-weight: 300;
    white-space: nowrap;       /* กันคำยาว */
}

.paging a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.paging em {
    display: inline-flex;
}
.paging em {
    margin: 0;      /* กัน margin แปลก */
    padding: 0;
    font-style: normal; /* ไม่เอาตัวเอียง */
}
.paging em a {
    display: inline-flex;
}

.paging span.current {
    background-color: #B2A76D;
    border-color: #B2A76D;
    color: #000;
}

.paging span.disabled {
    color: #ccc;
    border-color: #eee;
}
@media (max-width: 480px) {
    .paging {
        gap: 4px;
    }

    .paging a,
    .paging span {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        padding: 0 6px;
    }

    /* ปุ่ม หน้าแรก / สุดท้าย */
    .paging .first,
    .paging .prev {
        padding: 0 10px;
        font-size: 12px;
    }
}



/* gallery Container */
.gallery-container {
    font-family: 'Kanit', sans-serif;
    /* background-color: #F7F7F7; */
}
.gallery-container p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}


.gallery-container h1 {
    font: 38px 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #fff;
}
.gallery-container h2 {
    font: 20px 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #fff;
}
.gallery-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}

/* partner Container */
.partner-container {
    font-family: 'Kanit', sans-serif;
}

.partner-container h1 {
    font: 28px/1 'Kanit', sans-serif;
    font-weight: 200;
    line-height: 1.5em;
    color: #04004F;
}
.news-box,
.news-box button {
    position: relative;
    z-index: 2;
    font: 16px/1.4 'Kanit', sans-serif;
    text-decoration: none;

}

.news-box p {
    font: 14px 'Kanit', sans-serif;
    /* font-size: 14px; */
    line-height: 2em;
    font-weight: 300;
    color: #1F237C;
}
.news-box h1 {
    font: 14px/1.4 'Kanit', sans-serif;
    color: #000;
    text-decoration: none !important;
}
.news-box h2 {
    font: 14px 'Kanit', sans-serif;
    color: #797979;
    text-decoration: none !important;
}
.news-box h3 {
    font: 38px 'Kanit', sans-serif;
    color: #fff;
}
.news-box h4 {
    font: 18px 'Kanit', sans-serif;
    color: #fff;
}


/**/
/* Product */
.product-img-content{
	width: 100%;
	height: 15em;

}

/* Product Container */
.Product-container {
    /* background: url(../images/cover/bg-product.png) center no-repeat;
    background-size: cover; */
    /* background-attachment: fixed; */
    background-color: #F3F3F3;
    font-family: 'Kanit', sans-serif;
}
.Product-container p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
    text-decoration: none;
}
.Product-container h1 {
    font: 36px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}
.Product-container h2 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}

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

}

.Product-container li {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none !important;
}


.Product-container a {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #4b504a;
}

.Product-container a:hover {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #0f039d;
}
/* Mobile */
@media (min-width: 330px) and (max-width: 740px) {

    .Product-container h1 {
        font: 32px/1.3 'Kanit', sans-serif;
        font-weight: 200;
        color: #4b504a;
    }
    .Product-container h2 {
        font: 16px/1.3 'Kanit', sans-serif;
        font-weight: 300;
        color: #4b504a;
    }
}

.product-left-nav {
    max-height: 350px;
    overflow-y: auto;
    border-left: 2px solid #0f039d; /* แยกชัดเจน */
    padding-left: 10px;
}

/* กล่องสินค้า */
.product-card {
    border-radius: 12px;      
    overflow: hidden;          
    /* ลบ transform ของตัวกล่องออก */
}

/* กล่องรูปสินค้าแบบ 4:3 */
.product-img-wrapper {
    overflow: hidden;
    border-radius: 12px 12px 0 0; 
    aspect-ratio: 4 / 3;  /* หรือใช้ class ratio-4x3 */
    width: 100%;
    background-color: #f0f0f0;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;        
    display: block;
    transition: transform 0.5s ease; /* ทำให้ซูมช้าๆ */
}

/* Product page */
.Product-page {
 
    background-color: #e8e8e8;
    font-family: 'Kanit', sans-serif;
}
.Product-page p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a !important;
    text-decoration: none;
}
.Product-page h1 {
    font: 38px/1.5 'Kanit', sans-serif;
    font-weight: 100;
    color: #4b504a;
}
.Product-page h2 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #0f039d;
}

.Product-page h3 {
    font: 20px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #ef4f14;

}
.Product-page li {
    font: 16px/1.4 'Kanit', sans-serif;
    font-size: 14px;
    color: #4b504a;
    text-decoration: none !important;
}
.Product-page a {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
    text-decoration: none !important;

}

.Product-page a:hover {
    font: 16px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #0f039d;
}
/* Zoom มากขึ้นเวลา hover */
.product-card:hover .product-img {
    transform: scale(1.15); /* ซูม 15% */
}

/* ข้อความด้านล่าง */
.product-name {
    background-color: #728873; 
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.product-link-shopping a img {
	/* width: 245px; */
	transition: transform 0.3s ease;
	z-index: 9;
	/* margin-right: 6px; */
	vertical-align: middle;
}

.product-link-shopping a:hover img {
	transform: scale(1.1);
}

.product-card:hover .product-name {
    background-color: #2e4531; 
}
.category-card {
    transition: all 0.3s ease;
}
.category-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.hover-bg:hover {
    background: #f8f9fa;
}
.hover-sub:hover {
    background: #e9ecef;
    color: #000 !important;
}
.arrow-icon {
    font-size: 1rem;
    color: #4E6B2F; /* สีลูกศร */
    transition: transform 0.3s ease; /* ทำให้หมุนลื่น */
}
.arrow-rotate {
    transform: rotate(180deg); /* หมุนขึ้น */
}
.product-card2 {
    position: relative;
    display: block;
    height: 520px;
    border-radius: 18px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0b1323;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* overlay หลัก */
.product-card2 .card-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5,10,20,0.85) 0%,
            rgba(5,10,20,0.55) 35%,
            rgba(5,10,20,0.15) 65%,
            rgba(5,10,20,0) 100%
        );
    backdrop-filter: grayscale(90%);
    transition: 0.4s ease;
    z-index: 1;
}

/* เนื้อหา */
.product-card2 .card-content {
    position: relative;
    z-index: 2;
    height: 100%;                 /* ใช้เต็มความสูงการ์ด */
    padding: 28px;
    display: flex;
    align-items: flex-end;        /* ดันลงล่าง */
}

/* กล่องข้อความ */
.product-info {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
}

/* ชื่อ */
.product-info h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.25;
}

.product-info p {
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

/* VIEW */
.product-info .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.product-info .arrow {
    display: inline-block;
    transform: translateX(0);
    transition: 0.3s ease;
    color: #00e5ff;
}

.product-card2:hover .arrow {
    transform: translateX(6px);
}


/* hover effects */
.product-card2:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.product-card2:hover .card-overlay {
    backdrop-filter: grayscale(0%);
    background:
        linear-gradient(
            90deg,
            rgba(5,10,20,0.55) 0%,
            rgba(5,10,20,0.25) 35%,
            rgba(5,10,20,0.05) 65%,
            rgba(5,10,20,0) 100%
        );
}

.product-card2:hover .product-info {
    transform: translateX(0);
    opacity: 1;
}

.product-card2:hover .view-btn::before {
    width: 14px;
}
[data-sal] {
    transition-property: transform, opacity;
}

[data-sal="slide-up"] {
    transform: translateY(40px);
    opacity: 0;
}

[data-sal="slide-up"].sal-animate {
    transform: translateY(0);
    opacity: 1;
}
@media (max-width: 768px) {

    .product-card2 {
        height: 280px;
        background-position: center;
    }

    .product-card2 .card-overlay {
        background: linear-gradient(
            180deg,
            rgba(5,10,20,0.2) 0%,
            rgba(5,10,20,0.75) 70%
        );
    }

    .product-card2 .card-content {
        align-items: flex-end;
    }

    .product-info {
        max-width: 100%;
        transform: none;
    }

    .product-info h3 {
        font-size: 18px;
    }
}
/* ==============================
   PRODUCT CARD (CLEAN VERSION)
   ============================== */

/* ให้ card สูงเท่ากัน */
/* .list-box {
    display: flex;
} */

/* ตัวการ์ด */
.product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

/* hover การ์ด */
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

/* ==============================
   IMAGE
   ============================== */
.product-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f2f2;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* zoom รูปตอน hover */
.product-card:hover .product-thumb img {
    transform: scale(1.12);
}

/* ==============================
   BODY
   ============================== */
.product-body {
    padding: 16px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #ffffff;
}

/* ชื่อสินค้า */
.product-title {
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c !important;
    line-height: 1.4;
    margin: 0;

    /* จำกัด 2 บรรทัด */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ดูรายละเอียด */
.product-view {
    font-size: 14px;
    color: #0f039d;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    transition: all 0.3s ease;
}

/* ลูกศรขยับ */
.product-card:hover .product-view {
    gap: 10px;
}

/* ==============================
   MOBILE
   ============================== */
@media (max-width: 768px) {

    .product-title {
        font-size: 15px;
    }

    .product-body {
        padding: 14px;
    }
}

/* NEWS Container */
.news-container {
    position: relative;
    background-size: cover;
    z-index: 2;
    font-family: 'Kanit', sans-serif;
}

.news-container h1 {
    font: 36px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #4b504a;
}

.news-container h2 {
    font: 16px/1.2 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    line-height: 1.5em;
}

.news-container h3 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    line-height: 1.5em;
}

.news-container h3 i {
    color: #ef4f14;
}

.news-container p {
    font: 15.03px/1.2 'Kanit', sans-serif;
    font-weight: 300;
}

.news-container a {
    font: 13.89px/1 'Kanit', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #000;
}
/* ===== NEWS CARD ===== */
.news-card {
    display: block;
    height: 100%;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,0.12);
    transition: 0.35s ease;
}

/* ภาพข่าว */
.news-img {
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

/* content */
.news-content {
    padding: 18px 20px 22px;
    font-family: 'Kanit', sans-serif;
}

/* title */
.news-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    margin-bottom: 8px;
}

/* date */
.news-date {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}

.news-date i {
    color: #EBCB5E;
    margin-right: 4px;
}

/* description */
.news-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 14px;
}

/* read more */
.news-readmore {
    font-size: 14px;
    font-weight: 400;
    color: #EBCB5E;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-readmore .arrow {
    transition: transform 0.3s ease;
}

/* ===== HOVER EFFECT ===== */
.news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.18);
}

.news-card:hover .news-img {
    transform: scale(1.08);
}

.news-card:hover .news-readmore .arrow {
    transform: translateX(6px);
}
@media (max-width: 768px) {
    .news-title {
        font-size: 17px;
    }

    .news-desc {
        font-size: 14px;
    }
}


.news-item h2 {
    font: 24px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h3 {
    font: 18px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h4 {
    font: 15px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.news-item h5 {
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
}

.all-link1 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.all-link2 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 400;
    color: #e8645a;
    text-decoration: none;
}

.all-link1:hover,
.all-link2:hover {
    color: inherit;
}

/* เปลี่ยน primary → #ef4f14 */
.text-primary {
    color: #ef4f14 !important;
}

.border-primary {
    border-color: #ef4f14 !important;
}

/* เปลี่ยน success → #042345 */
.text-success {
    color: #042345 !important;
}
/* =========================
   PROJECT
========================= */
.project-container {
    background: #0c4a78;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    font-family: 'Kanit', sans-serif;
}


.project-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.project-container .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.project-container .project-block {
    width: 100%;
    padding: 0;
    margin: 0 0 70px;
}

.project-container .project-box {
    position: relative;
    width: calc(100% - 550px);
    margin: 110px auto 0;
    border: 2px solid #d6a62a;
    padding: 95px 40px 35px;
    box-sizing: border-box;
}

/* หัวข้อทับเส้นบน */
.project-container .project-title-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -56%);
    background: #0c4a78;
    padding: 0 28px;
    text-align: center;
    z-index: 20;
    width: auto;
    max-width: 90%;
}

.project-container .project-title-wrap h1 {
    margin: 0;
    color: #d6a62a;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Kanit', sans-serif;
}

.project-container .project-title-wrap p {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
}

/* ดึงสไลด์ให้ทับเส้นกรอบ */
.project-container .project-slider-wrap {
    position: relative;
    margin-top: -38px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 22px;
    z-index: 5;
}

.project-container .carousel-banner {
    width: 100%;
}

.project-container .carousel-banner .gallery-item {
    display: block;
    width: 33.3333%;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.project-container .carousel-banner img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.project-container .carousel-banner .flickity-viewport {
    overflow: visible !important;
}

.project-container .project-btn-wrap {
    text-align: center;
    margin-top: 10px;
}

.project-container .project-btn {
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    border: 1px solid #f2c945;
    background: #f2c945;
    color: #0c4a78;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Kanit', sans-serif;
}

.project-container .project-btn:hover {
    background: transparent;
    color: #fff;
}

/* responsive */
@media (min-width: 768px) and (max-width: 1180px) {
    .project-container .project-box {
        width: calc(100% - 40px);
        margin-top: 90px;
        padding: 85px 30px 30px;
    }

  .project-container .project-title-wrap {
        max-width: 80%;        /* 👈 ให้กว้างเต็ม */
        width: 100%;
        padding: 0 10px;        /* 👈 ลด padding ซ้ายขวา */
        transform: translate(-50%, -70%); /* 👈 ดันขึ้น */
    }

    .project-container .project-title-wrap h1 {
        font-size: 26px;        /* 👈 ลดขนาดตัวอักษร */
        line-height: 1.2;
        font-weight: 300;

    }

    .project-container .project-title-wrap p {
        font-size: 14px;
    }
    .project-container .project-slider-wrap {
        margin-top: -30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .project-container .carousel-banner .gallery-item {
        width: 50%;
    }

    .project-container .carousel-banner img {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .project-container .project-box {
        width: calc(100% - 20px);
        margin-top: 70px;
        padding: 75px 15px 20px;
    }

@media (max-width: 767px) {

    .project-container .project-title-wrap {
        max-width: 90%;        /* 👈 ให้กว้างเต็ม */
        width: 100%;
        padding: 0 10px;        /* 👈 ลด padding ซ้ายขวา */
        transform: translate(-50%, -70%); /* 👈 ดันขึ้น */
    }

    .project-container .project-title-wrap h1 {
        font-size: 20px;        /* 👈 ลดขนาดตัวอักษร */
        line-height: 1.2;
        font-weight: 300;
    }

    .project-container .project-title-wrap p {
        font-size: 14px;
    }
}

    .project-container .project-slider-wrap {
        margin-top: -22px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 18px;
    }

    .project-container .carousel-banner .gallery-item {
        width: 85%;
    }

    .project-container .carousel-banner img {
        height: 320px;
    }
}
/* =========================================
   GLOBAL
========================================= */
.portfolio-container {
    font-family: 'Kanit', sans-serif;
}

.portfolio-container a {
    text-decoration: none;
    color: inherit;
}

/* =========================================
   portfolio CARD
========================================= */
.portfolio-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 46px rgba(0,0,0,0.22);
    transition: all 0.4s ease;
}

/* =========================================
   IMAGE (4:3 RATIO)
========================================= */
.portfolio-img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;   /* ⭐ หัวใจของงานนี้ */
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

/* Overlay */
.portfolio-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0.25),
        rgba(0,0,0,0)
    );
}

/* =========================================
   CONTENT (OVER IMAGE)
========================================= */
.portfolio-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 26px;
    color: #fff;
    z-index: 2;
}

/* =========================================
   DATE
========================================= */
.portfolio-date {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    opacity: 0.9;
}

.portfolio-date i {
    margin-right: 6px;
    color: #B2A76D;
}

/* =========================================
   TITLE
========================================= */
.portfolio-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0;
}

/* =========================================
   HOVER EFFECT
========================================= */
.portfolio-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 32px 70px rgba(0,0,0,0.35);
}

.portfolio-card:hover .portfolio-img {
    transform: scale(1.12);
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 768px) {
    .portfolio-title {
        font-size: 18px;
    }

    .portfolio-content {
        padding: 18px 20px;
    }
}

/* Lang */
.dd {
    width: 130px !important;
    position: absolute !important;
    top: 5px !important;
    right: 0 !important;
}

.ddlabel {
    font: 20px/20px 'kittithada_roman_55regular';
}

/* Slide */


/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* Flex */

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

/* the parent */
.slick-list {
    margin: 0 -15px !important;
    overflow: visible !important;
}

.slick-slider {
    overflow: hidden !important;
}

.slider {
    width: 100%;
    /* height: 500px; */
    position: relative;
    overflow: hidden;
}

.slide-text-contain {
    /* min-height: 200px; */
    font-family: 'Kanit', sans-serif;
}

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

.slide-text-contain h1 {
    font: 46px/1.4 'Kanit', sans-serif;
    font-weight: 100;
    color: #fff;
}

.slide-text-contain h3 {
    font-size: 26px;
}

.slide-text-contain h4 {
    font-size: 20px;
}
.underline-white {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.underline-white::after {
  content: "";
  display: block;
  width: 120px;       /* ความยาวเส้น */
  height: 1px;       /* ความหนาเส้น */
  background: #fff;
  /* margin: 6px auto 0;  /*  ให้เส้นอยู่ตรงกลางใต้ข้อความ */
  border-radius: 2px;  /* ทำให้ปลายเส้นโค้งนิดหน่อย */
}
/* Mobile */
@media (min-width: 340px) and (max-width: 740px) {
    .slide-text-contain {
        min-height: 100px;
        font-family: 'Kanit', sans-serif;
    }

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

    .slide-text-contain h1 {
        font: 32px/1.4 'Kanit', sans-serif;
        font-weight: 100;
        color: #fff;
    }

    .slide-text-contain h3 {
        font-size: 26px;
    }

    .slide-text-contain h4 {
        font-size: 20px;
    }

}
@media (max-width: 767px) {
     .slide-text-contain {
        min-height: auto;
        font-family: 'Kanit', sans-serif;
    }

    .slide-text-contain h1 {
        font: 26px/1.4 'Kanit', sans-serif;
        font-weight: 100;
        color: #fff;
    }
}




/* position dots in carousel */
.flickity-page-dots {
    bottom: 10px !important;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 2px solid white !important;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: white !important;
}

.header-style1 {
    position: relative;
    width: auto;
    height: auto;
}

.header-style1 h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #66cccc;
    margin: 0;
}

.header-style1 h1 span {
    color: #eb2031;
}

.header-style2 {
    font: 23px/1 'Kanit', sans-serif !important;
    font-weight: 500 !important;
    color: #3b1413 !important;
    text-align: center;
    position: relative;
}

.btn-viewmore {
    position: absolute;
    top: 7px;
    right: 67px;
    display: block;
    text-decoration: none;
    font: 12px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #eb2031;
}

/* Content */
.page-topic {
    font: 24px/38px 'supermarket';
    color: #fff;
    padding: 0 60px;
    margin-bottom: 20px;
    display: inline-block;
    background: linear-gradient(to right, #eb2031 24px, #eb2031 24px, #000000 24px, #000 88%, #000 100%);
    /* W3C */
}

/* page About */

.about-index {

    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* height: 800px;     */
}

.home-about-section {
    position: relative;
    z-index: 4;
    padding: 0 0 28px;
    margin-top: -74px;
    background: transparent;
}

.home-about-card {
    max-width: 1040px;
    margin: 0 auto;
    padding: 36px 42px;
    background: #f8f8ef;
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(33, 48, 28, 0.12);
}

.home-about-content {
    text-align: center;
}

.home-about-content h1 {
    margin-bottom: 2px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
    color: #1f5a1e;
}

.home-about-content h2 {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1f5a1e;
}

.home-about-content p {
    max-width: 500px;
    margin: 0 auto 18px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    color: #1f251d;
}

.home-about-content .btn-book {
    padding: 6px 22px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #2C4E1E;
    border-color: rgba(255, 255, 255, 0.35);
}

.home-about-content .btn-book:hover {
    color: #fff;
    background: #365f26;
}

.home-about-image {
    width: 100%;
    aspect-ratio: 4 / 2.6;
    overflow: hidden;
    border-radius: 2px;
    background: #e8eadf;
}

.home-about-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about-index h1 {
    font: 42px 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #426527;
}

.about-index h2 {
    font-size: 18px;
    font-weight: 300;
    color: #426527;
}

.about-index h3 {
    font: 24px 'Kanit', sans-serif;
    font-weight: 100;
}


.about-index p {
    font: 16.24px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}
.about-index a {
    font: 16.24px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    text-decoration: none !important;
}
.about-index ul {
	list-style-type: disc;
	padding-left: 20px;
  }
  
  .about-index li {
	margin-bottom: 8px;
  }
  .about-index ul li::marker {
	color: #426527; /* เปลี่ยนสีจุด */
	font-size: 1.5em; /* ขยายจุด */
  }

.about-bg {
    background: url(../images/cover/about_06.png) center no-repeat;
    background-size: cover;
    /* height: 700px;
    width: 700px; */
}

/* Mobile */
@media (min-width: 340px) and (max-width: 740px) {
    .home-about-section {
        padding: 22px 0 24px;
        margin-top: 0;
    }

    .home-about-card {
        padding: 26px 20px;
        border-radius: 0;
    }

    .home-about-content h1 {
        font-size: 28px;
    }

    .home-about-content h2 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .home-about-content p {
        font-size: 14px;
        text-align: left;
    }

    .home-about-image {
        aspect-ratio: 4 / 3;
    }

    .about-index h1 {
        font: 26px 'Kanit', sans-serif;
        font-weight: 200;
        color: #2e4531;
    }
    .about-index h2 {
        font-size: 20px;
    }

    .about-index h3 {
        font: 19px/1.4 'Kanit', sans-serif;
        font-weight: 500;
    }


    .about-index p {
        font: 16.24px/1.5 'Kanit', sans-serif;
        font-weight: 200;
        color: #4b504a;
    }

}

/* tour */

.tour-contain {
    font-family: 'Kanit', sans-serif;
}
.tour-content hr {
    color: #EBCB5E;
}
.tour-contain p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    text-decoration: none;
}

.tour-contain h1 {
    font: 38px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
}

.tour-contain h2 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #2f5d22;
}

.tour-contain h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #2f5d22;
}
.tour-contain span {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #2f5d22;
}

.tour-contain a {
    font: 15.89px/1 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
}
.tour-contain ul {
	list-style-type: disc;
	padding-left: 80px;
  }
  
  .tour-contain li {
	margin-bottom: 8px;
  }
  .tour-contain ul li::marker {
	color: #426527; /* เปลี่ยนสีจุด */
	font-size: 1em; /* ขยายจุด */
  }
/* layout */
.tour-contain {
    background: #fff;
}

.tour-heading-section {
    padding: 18px 0 12px;
    background: #eef1f3;
}

.tour-heading-section .container {
    max-width: 1040px;
}

.tour-heading-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.tour-heading-bar h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    color: #2C4E1E;
}

.tour-see-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 74px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e8b33f;
    color: #000 !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, background 0.2s ease;
}

.tour-see-all:hover {
    background: #f0bf4f;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.tour-heading-text {
    max-width: 720px;
    margin: 8px 0 0;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #4d5a47 !important;
}

/* กัน gutter ของ bootstrap */
.tour-contain .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.tour-item {
    background: #fff;
}

.tour-contain > .row {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    /* padding-bottom: 34px; */
}

.tour-program-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f8f8ef;
    box-shadow: 0 2px 8px rgba(37, 50, 31, 0.12);
}

.tour-program-photo {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: min(64%, 640px);
    aspect-ratio: 4 / 3;
    transform: translateY(-50%);
    overflow: hidden;
}

.tour-program-photo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 46%;
    pointer-events: none;
}

.tour-program-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-card-image-right .tour-program-photo {
    right: 0;
}

.tour-card-image-left .tour-program-photo {
    left: 0;
}

.tour-card-image-right .tour-program-photo::before {
    left: 0;
    background: linear-gradient(90deg, #f8f8ef 0%, rgba(248, 248, 239, 0.86) 34%, rgba(248, 248, 239, 0) 100%);
}

.tour-card-image-left .tour-program-photo::before {
    right: 0;
    background: linear-gradient(270deg, #f8f8ef 0%, rgba(248, 248, 239, 0.86) 34%, rgba(248, 248, 239, 0) 100%);
}

.tour-program-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.tour-program-card:not(.tour-card-image-left):not(.tour-card-image-right)::before {
    background: linear-gradient(90deg, rgba(248, 248, 239, 0.99) 0%, rgba(248, 248, 239, 0.98) 28%, rgba(248, 248, 239, 0.86) 40%, rgba(248, 248, 239, 0.58) 52%, rgba(248, 248, 239, 0.22) 65%, rgba(248, 248, 239, 0) 78%);
}

.tour-card-image-right::before {
    background: linear-gradient(90deg, rgba(248, 248, 239, 0.99) 0%, rgba(248, 248, 239, 0.98) 28%, rgba(248, 248, 239, 0.86) 40%, rgba(248, 248, 239, 0.58) 52%, rgba(248, 248, 239, 0.22) 65%, rgba(248, 248, 239, 0) 78%);
}

.tour-card-image-left::before {
    background: linear-gradient(270deg, rgba(248, 248, 239, 0.99) 0%, rgba(248, 248, 239, 0.98) 28%, rgba(248, 248, 239, 0.86) 40%, rgba(248, 248, 239, 0.58) 52%, rgba(248, 248, 239, 0.22) 65%, rgba(248, 248, 239, 0) 78%);
}

.tour-program-content {
    position: relative;
    z-index: 2;
    width: min(48%, 430px);
    padding: 42px 0 34px 44px;
}

.tour-card-image-left .tour-program-content {
    margin-left: auto;
    padding-left: 0;
    padding-right: 44px;
}

.tour-program-content h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
}

.tour-program-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 5px 14px;
    border-radius: 2px;
    background: #2C4E1E;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
}

.tour-program-title {
    margin: 0 0 8px;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    text-transform: uppercase;
    color: #2d3329 !important;
}

.tour-program-price,
.tour-program-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #000;
}

.tour-program-child {
    margin-top: 4px;
    font-size: 14px;
}

.tour-program-content .btn-book-tour {
    margin-top: 18px;
}

.tour-program-content .btn-book-tour {
    background: #2C4E1E;
    color: #fff !important;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
    padding: 8px 18px;
    font-size: 11px !important;
}

.tour-program-content .btn-book-tour:hover {
    background: #365f26;
}

/* Mobile */
@media (min-width: 340px) and (max-width: 740px) {
.tour-contain span {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #2f5d22;
}

.tour-heading-section {
    padding: 20px 0 10px;
}

.tour-heading-bar {
    align-items: flex-start;
}

.tour-heading-bar h1 {
    font-size: 26px;
}

.tour-contain > .row {
    padding: 0 14px 28px;
    gap: 14px;
}

.tour-program-card {
    min-height: 430px;
}

.tour-program-photo {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
}

.tour-program-photo::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 62%;
    background: linear-gradient(180deg, #f8f8ef 0%, rgba(248, 248, 239, 0.86) 35%, rgba(248, 248, 239, 0) 100%) !important;
}

.tour-card-image-right .tour-program-photo,
.tour-card-image-left .tour-program-photo {
    right: auto;
    left: 0;
}

.tour-program-card::before {
    background: linear-gradient(180deg, rgba(248, 248, 239, 0.96) 0%, rgba(248, 248, 239, 0.91) 49%, rgba(248, 248, 239, 0.22) 100%);
}

.tour-program-content {
    width: 100%;
    padding: 28px 24px;
}

.tour-card-image-left .tour-program-content {
    margin-left: 0;
    padding: 28px 24px;
}

.tour-program-content h2 {
    font-size: 17px;
}

.tour-program-title {
    font-size: 12px !important;
}
}

/* TOP DESTINATIONS */
.top-destination-section {
    padding: 36px 0 0;
    background: #474747;
}

.top-destination-heading {
    max-width: 1040px;
}

.top-destination-heading-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.top-destination-heading h1 {
    margin: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 31px;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    background: transparent;
}

.top-destination-grid {
    display: grid;
    grid-template-columns: 2.2fr repeat(6, 1fr);
    grid-template-rows: 2.25fr 2fr;
    aspect-ratio: 8.2 / 4.25;
    gap: 0;
    width: 100%;
}

.top-destination-item {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 245px;
    text-decoration: none;
    background: #24301f;
}

.top-destination-item-1 {
    grid-column: 1;
    grid-row: span 2;
}

.top-destination-item-2 {
    grid-column: 2 / 5;
    grid-row: 1;
}

.top-destination-item-3 {
    grid-column: 5 / 8;
    grid-row: 1;
}

.top-destination-item-4 {
    grid-column: 2 / 4;
    grid-row: 2;
}

.top-destination-item-5 {
    grid-column: 4 / 6;
    grid-row: 2;
}

.top-destination-item-6 {
    grid-column: 6 / 8;
    grid-row: 2;
}

.top-destination-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.25s ease, transform 0.35s ease;
}

.top-destination-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(23, 35, 19, 0.42);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.top-destination-item span {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.top-destination-item:hover img {
    opacity: 0.55;
    transform: scale(1.035);
}

.top-destination-item:hover::after,
.top-destination-item:hover span {
    opacity: 1;
}

.top-destination-item:hover span {
    transform: translateY(-50%) scale(1.02);
}

@media (max-width: 991.98px) {
    .top-destination-section {
        padding-top: 26px;
    }

    .top-destination-heading-bar {
        margin-bottom: 20px;
    }

    .top-destination-heading h1 {
        font-size: 25px;
    }

    .top-destination-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        grid-auto-rows: 220px;
        aspect-ratio: auto;
    }

    .top-destination-item,
    .top-destination-item-1,
    .top-destination-item-2,
    .top-destination-item-3,
    .top-destination-item-4,
    .top-destination-item-5,
    .top-destination-item-6 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 575.98px) {
    .top-destination-heading-bar {
        align-items: flex-start;
        padding: 0 14px;
    }

    .top-destination-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 260px;
    }

    .top-destination-item span {
        opacity: 1;
        font-size: 21px;
    }

    .top-destination-item::after {
        opacity: 1;
        background: rgba(23, 35, 19, 0.28);
    }
}
.img-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.tour-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* กันเส้นรอยต่อระหว่างรูปกับข้อความ */
.left-img .img-box {
    margin-right: -2px;
}

.right-img .img-box {
    margin-left: -2px;
}

/* เอฟเฟกต์เฟดรูป */
.left-img .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 3;
}

.right-img .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 3;
}

/* ฝั่งข้อความ */
.text-side {
    width: 100%;
    min-height: 390px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* ทำให้กล่องข้อความแคบเหมือน col-lg-4 */
.text-box {
    width: 100%;
    max-width: 420px;
    padding: 20px 10px;
}

/* สลับตำแหน่งกล่องข้อความ */
.left-img .text-side {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}

.right-img .text-side {
    justify-content: flex-end;
    padding-left: 40px;
    padding-right: 40px;
}

.text-box h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2f5d22;
    margin-bottom: 15px;
}

.text-box p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.tour-summary {
    margin-bottom: 18px;
}

.tour-pricing {
    margin-bottom: 22px;
    padding: 16px 18px;
    background: #f7f4ea;
    border: 1px solid rgba(47, 93, 34, 0.10);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(56, 74, 39, 0.06);
}

.price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(47, 93, 34, 0.10);
}

.price-row:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.price-row:first-child {
    padding-top: 0;
}

.price-label {
    font-size: 14px;
    line-height: 1.5;
    color: #4f5b4f;
    font-weight: 500;
}

.price-value {
    font-size: 18px;
    line-height: 1.2;
    color: #2f5d22;
    font-weight: 700;
    white-space: nowrap;
}

.btn-book-tour {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 22px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #c7c39f, #b0ac87, #8f8a6b);
    border: 1px solid #8f8a6b;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 3px 5px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

.btn-book-tour:hover {
    color: #4B6430;
    background: linear-gradient(to bottom, #d6d2ac, #b0ac87, #7a755a);
    text-decoration: none;
}

.package-summary-card {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(29, 107, 65, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-detail-pricing {
    margin-left: auto;
    max-width: 100%;
}

.package-detail-summary {
    align-items: flex-start;
    padding: 24px 18px !important;
    row-gap: 18px;
}

.package-detail-highlight {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.75;
    color: #4f5b4f;
    padding-right: 0;
}

.package-detail-highlight span {
    display: inline-flex;
    align-items: center;
    color: #2f5d22;
    font-weight: 300;
}

.package-detail-duration {
    margin-top: 10px !important;
    font-size: 15px;
    line-height: 1.6;
    color: #5c6a56;
}

.package-detail-duration span {
    display: inline-flex;
    align-items: center;
    color: #2f5d22;
    font-weight: 300;
}

.faq-heading-icon,
.section-heading-icon {
    color: #d3a947;
}

.faq-section-heading {
    max-width: 680px;
    /* margin: 0 auto; */
}

.faq-heading-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(210, 169, 58, 0.12);
    border: 1px solid rgba(210, 169, 58, 0.2);
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7f6a24;
}

.faq-section-heading h2 {
    margin-bottom: 8px;
}

.faq-heading-subtext {
    font-size: 15px;
    line-height: 1.7;
    color: #66705f;
}

.package-detail-accordion-card {
    padding: 0 !important;
    overflow: hidden;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    background: transparent !important;
}

.package-detail-accordion-card.package-summary-card,
.package-detail-accordion-card.package-summary-card:hover {
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.package-detail-accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-active-color: #2f5d22;
}

.package-detail-accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #2f5d22 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf4 100%) !important;
    padding: 20px 24px;
    border-bottom: 0;
    box-shadow: none !important;
}

.package-detail-accordion-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.package-detail-accordion-label {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-family: 'Kanit', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6a7c61;
    background: rgba(196, 214, 186, 0.35);
    border-radius: 999px;
}

.package-detail-accordion-title {
    display: inline-flex;
    align-items: center;
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.package-detail-accordion-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6a7c61 !important;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.package-detail-accordion-button:not(.collapsed) {
    color: #2f5d22 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf4 100%) !important;
    box-shadow: none !important;
}

.package-detail-accordion-button::after {
    margin-left: 0;
    filter: brightness(0) saturate(100%) invert(30%) sepia(14%) saturate(1110%) hue-rotate(58deg) brightness(94%) contrast(87%);
    display: block !important;
}

.package-detail-accordion-button:not(.collapsed) .package-detail-accordion-hint {
    background: transparent;
}

.package-detail-accordion-body {
    padding: 0 24px 24px;
    background: linear-gradient(180deg, #fff 0%, #fcfbf7 100%);
}

.package-detail-accordion-body p {
    color: #4f5b4f;
    line-height: 1.8;
}

.package-summary-card  hr {
    color: #EBCB5E;
}

.package-summary-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.policy-card-row {
    margin-top: 0.5rem;
}

.policy-card {
    padding: 22px 18px 20px;
    border-radius: 6px;
    background: linear-gradient(180deg, #4f752f 0%, #446526 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.policy-card h1 {
    font: 28px 'Kanit', sans-serif;
    font-weight: 300;
    color: #ffffff;
}

.policy-card-title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.policy-card-title h1{
    font: 28px 'Kanit', sans-serif;
    font-weight: 300;
    margin: 0 0 10px;
    color: #ffffff;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.policy-card-text {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.policy-card--inclusion .policy-card-title {
    color: #ffffff;
}

.policy-book-btn {
    font-family: 'Kanit', sans-serif;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 18px 24px;
    border-radius: 14px;
    background: linear-gradient(180deg, #9d976f 0%, #8f8a6b 55%, #7f7a5f 100%);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, letter-spacing 0.25s ease;
}

.policy-book-btn i {
    font-size: 0.95em;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.policy-book-btn:hover {
    color: #ffffff;
    background: linear-gradient(180deg, #aaa37a 0%, #8f8a6b 55%, #767156 100%);
    transform: translateY(-3px);
    letter-spacing: 2px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

@media (max-width: 991px) {
    .policy-card {
        padding: 18px 16px;
    }

    .policy-card h1 {
        font-size: 24px;
        line-height: 1.15;
    }

    .policy-card-title {
        font-size: 24px;
        line-height: 1.15;
    }

    .policy-book-btn {
        font-size: 16px;
        padding: 15px 18px;
        border-radius: 12px;
    }
}

/* มือถือ */
@media (max-width: 991px) {
    .img-box {
        height: 260px;
        margin-left: 0;
        margin-right: 0;
    }

    .text-side {
        min-height: auto;
        padding: 0;
    }

    .text-box {
        max-width: 100%;
        padding: 30px 20px 35px;
    }

    .left-img .text-side,
    .right-img .text-side {
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
    }

    .left-img .img-box:after,
    .right-img .img-box:after {
        width: 100%;
        height: 35%;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

    .text-box h2 {
        font-size: 24px;
    }

    .tour-pricing {
        padding: 14px 16px;
    }

    .package-detail-pricing {
        max-width: 100%;
    }

    .package-detail-summary {
        padding: 18px 14px !important;
        row-gap: 14px;
    }

    .package-detail-highlight {
        max-width: 100%;
        padding-right: 0;
    }

    .package-detail-duration {
        font-size: 13px;
    }

    .faq-heading-badge {
        padding: 5px 10px !important;
        font-size: 14px !important;
        letter-spacing: 0.07em;
    }

    .faq-heading-badge .faq-heading-icon {
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .faq-heading-subtext {
        font-size: 13px;
        line-height: 1.6;
    }

    .package-detail-accordion-button {
        padding: 18px 18px;
        align-items: flex-start;
    }

    .package-detail-accordion-copy {
        gap: 5px;
    }

    .package-detail-accordion-title {
        font-size: 20px !important;
    }

    .package-detail-accordion-hint {
        min-width: auto;
        padding: 8px 12px;
        font-size: 9px !important;
    }

    .package-detail-accordion-body {
        padding: 0 18px 18px;
    }

    .price-row {
        gap: 10px;
        align-items: flex-start;
    }

    .price-label {
        font-size: 12px !important;
    }

    .price-value {
        font-size: 14px !important;
    }
}
.underline-green {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.underline-green::after {
  content: "";
  display: block;
  width: 120px;       /* ความยาวเส้น */
  height: 3px;       /* ความหนาเส้น */
  background: #5d7a4e;
  margin: 6px auto 0;  /* ให้เส้นอยู่ตรงกลางใต้ข้อความ */
  border-radius: 2px;  /* ทำให้ปลายเส้นโค้งนิดหน่อย */
}
@media (max-width: 992px) {
  .service-contain p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    }
}
/* room */

.room-content {

    font-family: 'Kanit', sans-serif;
}
.room-content hr {
    color: #B2A76D;
}
.room-content p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
    text-decoration: none;
}

.room-content h1 {
    font: 38px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #000;
}

.room-content h2 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #2f5d22;
}

.room-content h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #2f5d22;
}
.room-content span {
    font: 20px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #2f5d22;
}

.room-content a {
    font: 15.89px/1 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
}
.room-content ul {
	list-style-type: disc;
	padding-left: 80px;
  }
  
  .room-content li {
	margin-bottom: 8px;
  }
  .room-content ul li::marker {
	color: #426527; /* เปลี่ยนสีจุด */
	font-size: 1em; /* ขยายจุด */
  }
/* layout */
.room-content {
    background: #fff;
}

/* กัน gutter ของ bootstrap */
.room-content .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.room-item {
    background: transparent;
    overflow: visible;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.room-content .row {
    align-items: stretch;
}

.room-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.room-text-side {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 390px;
    background: #B2A76D;
}

.room-text-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 36px 34px;
    color: #ffffff;
}

.room-text-wrap h1 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.room-info {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.55;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.room-price-wrap {
    margin-bottom: 16px;
}

.room-price-wrap p {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.btn-room-readmore {
    border-radius: 999px;
    padding: 8px 18px;
    background: #426527;
    border-color: #426527;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.btn-room-readmore:hover {
    background: #35501f;
    border-color: #35501f;
    color: #ffffff;
}

.room-content .text-side {
    background: #B2A76D;
    width: 33.333333%;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    min-height: 390px;
}

.room-content .text-box {
    max-width: 100%;
    padding: 36px 34px;
}

.room-content .text-box h1,
.room-content .text-box h2,
.room-content .text-box h3,
.room-content .text-box p {
    color: #ffffff;
}

.room-content .text-box p {
    font-size: 14px;
    line-height: 1.8;
}

.room-content .text-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.room-content .text-box .btn-room-readmore {
    background: #426527;
    border-color: #426527;
}

.room-content .text-box .btn-room-readmore:hover {
    background: #35501f;
    border-color: #35501f;
}

.room-content .left-img .room-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(to left, rgba(178, 167, 109, 1) 0%, rgba(178, 167, 109, 0) 100%);
    pointer-events: none;
    z-index: 3;
}

.room-content .right-img .room-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(to right, rgba(178, 167, 109, 1) 0%, rgba(178, 167, 109, 0) 100%);
    pointer-events: none;
    z-index: 3;
}

.room-content .room-image {
    overflow: hidden;
}
/* Mobile */
@media (max-width: 991px) {
.room-content span {
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 400;
    color: #2f5d22;
}

    .room-image {
        min-height: 250px;
        height: 250px;
    }

    .room-text-side {
        min-height: auto;
    }

    .room-text-wrap {
        padding: 24px 18px;
    }

    .room-text-wrap h1 {
        font-size: 28px;
    }

    .room-price-wrap p {
        font-size: 20px;
    }

    .room-content .text-box {
        padding: 24px 18px;
    }

    .room-content .text-side {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        min-height: auto;
    }

    .room-content .left-img .room-image::after,
    .room-content .right-img .room-image::after {
        width: 100%;
        height: 35%;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        background: linear-gradient(to top, rgba(178, 167, 109, 1) 0%, rgba(178, 167, 109, 0) 100%);
    }
}
/* Foundation child  */
.foundation-contain {
    font-family: 'Kanit', sans-serif;
}
.foundation-contain p {
    font: 16px/1.5 'Kanit', sans-serif;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
}

.foundation-contain h1 {
    font: 38px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #fff;
}





/* blog */
.blog {
    font-size: 16px;
    font-family: 'BebasNeue', Kanit;
    line-height: 1.4;
    background-color: #fff;
    /* height: 800px;     */
}


.blog h1 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #336D48;
    font-weight: 200;
}

.blog h2 {
    font-size: 16px;
    font-weight: 300;
    color: #000
}

.blog h3 {
    font: 36px/1 'Kanit', sans-serif;
    font-weight: 300;
    color: #4E6B2F;
}

.blog h4 {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}



.blog p {
    font: 16.03px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    color: #979797;

}

.blog button {
    font: 16.24px/1.6 'BebasNeue', Kanit;
    font-weight: 300;
    line-height: 1.5em;

}



.sharebutton {
    float: right;
    vertical-align: top;

}
.line-content {
    border-top: 4px solid #F2C945;
    border-radius: 10px;
    width: 100px;
}

.line-type {
    border-top: 4px solid #F2C945;
    border-radius: 10px;
    width: 100%;
}
.line-qt {
    border-top: 4px solid #fff;
    border-radius: 10px;
    width: 200px;
}
/* ความสูงปกติ (คอมพิวเตอร์) */
.map-wrapper iframe {
    width: 100%;
    height: 450px;
    display: block;
}
@media (max-width: 768px) {
.map-wrapper iframe {
    width: 100%;
    height: 250px;
    display: block;
}
}
/* Contact*/
.contact_container {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
}


.contact_container h1 {
    font: 38px 'Kanit', sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #fff;
}
.contact_container i {
    color: #EAC663;
}

.contact_container hr {
    color: #999;
}

.contact_container h2 {
    font: 18px 'Kanit', sans-serif !important;
    font-weight: 200 !important;
    color: #fff !important;
    line-height: 1.5em !important;
}

.contact_container h3 {
    font: 20px 'Kanit', sans-serif;
    font-weight: 200;
    color: #000;
}


.contact_container p {
    font: 14px 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #fff!important;
    line-height: 1.5em;
}
.contact_container a {
    font: 20px 'Kanit', sans-serif;
    font-weight: 300 !important;
    color: #000!important;
    line-height: 1.5em;
}
/* Mobile */
@media (min-width: 330px) and (max-width: 740px) {

    .contact_container h1 {
   font: 38px 'Kanit', sans-serif;
    font-weight: 100;
    line-height: 1.2;
    color: #fff;
    }
.contact_container h2 {
   font: 18px 'Kanit', sans-serif !important;
    font-weight: 200 !important;
    color: #fff !important;
    line-height: 1.5em !important;
}
}
/* ปุ่ม contact us */
.contact-btn {
  font: 16px 'Kanit', sans-serif;
  display: block;
  text-align: center;
  background-color: #B2A76D; /* สีทองหลัก */
  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: #B2A76D; /* ทองอ่อนขึ้นนิดหน่อย */
  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;
}

/* Home Contact */
.home-contact-section {
    padding: 0;
    background: #eef1f3;
}

.home-contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    background: #474747;
}

.home-contact-title h1 {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
}

.home-contact-inner {
    max-width: 1040px;
    padding-top: 38px;
    padding-bottom: 44px;
}

.home-contact-info {
    min-height: 124px;
    color: #001f3b;
}

.home-contact-info i {
    display: block;
    margin-bottom: 12px;
    font-size: 31px;
    color: #000;
}

.home-contact-info h2,
.home-contact-qr h3 {
    margin: 0 0 7px;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    color: #000 !important;
}

.home-contact-info p,
.home-contact-info a {
    display: block;
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    color: #001f3b !important;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.home-contact-info a:hover {
    color: #2C4E1E !important;
    text-decoration: none;
}

.home-contact-qr-row {
    margin-top: 5px;
}

.home-contact-qr h3 {
    margin-bottom: 14px;
}

.home-contact-qr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 142px;
    min-height: 46px;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: linear-gradient(180deg, #4f7b33 0%, #426B29 100%);
    color: #fff !important;
    font-family: 'Kanit', sans-serif;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(66, 107, 41, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.home-contact-qr-button,
.home-contact-qr-button::before,
.home-contact-qr-button:hover,
.home-contact-qr-button:focus,
.home-contact-qr-button:active {
    color: #fff !important;
}

.contact_container .home-contact-qr-button,
.contact_container .home-contact-qr-button::before,
.contact_container .home-contact-qr-button:hover,
.contact_container .home-contact-qr-button:focus,
.contact_container .home-contact-qr-button:active {
    color: #fff !important;
}

.home-contact-qr-button::before {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
}

.home-contact-qr-button-wechat::before {
    content: "\f1d7";
}

.home-contact-qr-button-whatsapp::before {
    content: "\f232";
}

.home-contact-qr-button-line::before {
    content: "\f3c0";
}

.home-contact-qr-button:hover {
    background: linear-gradient(180deg, #5c8a3e 0%, #426B29 100%);
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(66, 107, 41, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.home-contact-qr-button-static,
.home-contact-qr-button-static:hover {
    cursor: default;
    background: linear-gradient(180deg, #4f7b33 0%, #426B29 100%);
    transform: none;
}

.home-contact-qr img {
    display: block;
    width: min(100%, 178px);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    margin: 0 auto;
    background: #fff;
}

@media (max-width: 767.98px) {
    .home-contact-title {
        min-height: 72px;
    }

    .home-contact-title h1 {
        font-size: 25px;
    }

    .home-contact-inner {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .home-contact-info {
        min-height: auto;
    }
}
/* page contact */
.contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}

.icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #EAC663;
  display: flex;
  align-items: center;
  justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.contact-item a:hover .icon {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.iconproduct {
  width: 65px;
  height: 65px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #0f039d;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-item a:hover .iconproduct{
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.title {
  font-size: 20px;
  font-weight: bold;
}

.value {
  font-size: 18px;
  color: #555;
}

.divider {
  width: 1px;
  height: 90px;
  background: #ddd;
}

.green-addr {
    position: relative;
    background-color: #fff;
}

.green-addr h1 {
    font: 18.48px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #624827;
}

.green-addr p {
    font: 14px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #624827;
}
@media (max-width: 768px) {
  .contact-bar {
    flex-direction: column;
  }

  .contact-item {
    width: 100%;
  }

  .divider {
    width: 80%;
    height: 1px;
    margin: 15px auto;
  }
  .title {
  font-size: 16px;
  font-weight: bold;
}

.value {
  font-size: 14px;
  color: #555;
}
}
/* Article */


.article-contain {
    /* background: url(../images/cover/bg-page-about.png) center no-repeat;
    background-size: cover; */
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;    
}

.article-contain hr {
    color: #b0b8b9a0 !important;
    border-top-width: 1px;
    opacity: 1;
}

.article-contain label {
    font-weight: 400;
}

.article-contain a {
    font-size: 16px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}
.article-contain h1 {
    font: 28px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
}

.article-contain h2 {
    font: 14px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #999;
}

.article-contain h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
}

.article-contain h4 {
    font: 16px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
}

.article-contain h5 {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
    line-height: 1.5em;
}

.article-contain h6 {
    font: 35px/1 '2005_iannnnnGMO';
}

.article-contain p,
.article-contain li {
    font: 16.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 1.5em;

}

/* Modern article detail */
.article-page {
    background:
        radial-gradient(circle at top left, rgba(179, 167, 109, 0.16), transparent 32%),
        radial-gradient(circle at top right, rgba(51, 109, 72, 0.10), transparent 28%),
        #f6f4ee;
    color: #1b1b1b;
}

.article-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(17, 42, 25, 0.22), rgba(51, 109, 72, 0.16)),
        url('./images/cover/cover.png') center/cover no-repeat;
    box-shadow: inset 0 -24px 48px rgba(0, 0, 0, 0.10);
}

.article-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 48%);
    pointer-events: none;
}

.article-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.article-kicker--plain {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: block;
    margin-bottom: 8px;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0;
}

.article-hero-title {
    margin: 0;
    color: #fff !important;
    font: 38px/1.5 'Kanit', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.article-line {
    border-top: 4px solid #F2C945;
    border-radius: 10px;
    width: 80px;
}

.article-meta {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    letter-spacing: 0.3px;
}

.article-meta i {
    color: #F2C945;
    margin-right: 8px;
}

.article-date {
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
}

.article-progress {
    height: 4px;
    background: rgba(51, 109, 72, 0.10);
}

.article-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #B2A76D, #336D48);
    transition: width 0.15s linear;
}

.article-shell {
    position: relative;
}

.article-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(20, 40, 30, 0.10);
    backdrop-filter: blur(8px);
}

.article-card-body {
    padding: 22px;
}

.article-share {
    padding: 16px;
    margin-bottom: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(178, 167, 109, 0.16), rgba(51, 109, 72, 0.08));
}

.article-cover {
    margin-bottom: 24px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.article-cover img {
    display: block;
    width: 100%;
    height: auto;
}

.article-body {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    line-height: 1.85;
    color: #23312a;
}

.article-body img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 20px 0;
}

.article-body table {
    width: 100%;
    margin: 18px 0;
    overflow: hidden;
    border-radius: 14px;
}

.article-gallery {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.article-gallery-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-gallery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
}

.article-gallery-img {
    background-size: cover;
    background-position: center;
}

.article-sidebar {
    position: sticky;
    top: 20px;
    display: grid;
    gap: 14px;
}

.article-sidebar-head {
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #336D48, #B2A76D);
    color: #fff;
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(51, 109, 72, 0.18);
}

.article-mini-card {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.article-mini-thumb {
    border-radius: 14px;
    min-height: 96px;
    background-size: cover;
    background-position: center;
}

.article-mini-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.article-mini-title {
    margin: 0 0 6px;
    color: #1f1f1f;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.article-mini-desc {
    margin: 0;
    color: #66756d;
    font-family: 'Kanit', sans-serif;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .article-sidebar {
        position: static;
    }

    .article-card-body {
        padding: 18px;
    }

    .article-mini-card {
        grid-template-columns: 84px 1fr;
    }
}

@media (max-width: 575.98px) {
    .article-hero {
        background-position: center top;
    }

    .article-card {
        border-radius: 18px;
    }

    .article-mini-card {
        grid-template-columns: 78px 1fr;
    }

    .article-mini-thumb {
        min-height: 78px;
    }

    .article-hero-title {
        font-size: 24px;
    }
}

/*page portfolio*/

.portfolio-contain {
    background: url(../images/cover/portfolio-bg.png) center no-repeat;
    background-size: cover;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;    
}

.portfolio-contain hr {
    color: #012849 !important;
    border-top-width: 1px;
    opacity: 1;
}

.portfolio-contain label {
    font-weight: 400;
}

.portfolio-contain a {
    font-size: 16px;
    color: #000;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    text-decoration: none;   
}
.portfolio-contain h1 {
    font: 48px/1.4 'Adobe', Kanit;
    font-weight: 300;
    color: #012849;
}

.portfolio-contain h2 {
    font: 14px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #999;
}

.portfolio-contain h3 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #ecc44a;
}

.portfolio-contain h4 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 300;
    color: #999;

}

.portfolio-contain h5 {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #012849;
    line-height: 1.5em;
}


.portfolio-contain p,
.portfolio-contain li {
    font: 14.24px/1.6 'Kanit', sans-serif;
    font-weight: 300;
    color: #666;
    line-height: 1.5em;

}


.p-contain {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    /* background: #F3F3F3; */

}

.p-contain p {
    font-size: 16px;
    font-family: 'BebasNeue', Kanit;;
    line-height: 1.4;
    /* background: #F3F3F3; */

}


.p-contain hr {
    background: #0071bd;
}

.p-contain h1 {
    font: 42px/1.4 'BebasNeue', Kanit;
    font-weight: 300;
    color: #75aeb6;

}

.p-contain h2 {
    font: 16px 'BebasNeue', Kanit;;
    color: #ff9b62;
    line-height: 1 em;
}


.p-contain a {
    font: 16px 'BebasNeue', Kanit;;
}

/* Welcome */
.welcome-contain {
    background: #fff;
}

.accordion-button::after {
			display: none !important; /* ซ่อนลูกศร */
		}
		.accordion-button {
			background: #fff !important;  /* พื้นหลังขาว */
			color: #000 !important;       /* ตัวอักษรดำ */
			box-shadow: none !important;  /* เอาเงาด้านในออก */
		}
		.accordion-button:hover {
			background: #f8f9fa !important; /* hover ให้เปลี่ยนเป็นเทาอ่อน */
			color: #2566CC !important;
		}
        .accordion-button:not(.collapsed) {
            color: #2566CC;
            background-color: #eaf2ff;
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
        }
        .accordion-item {
            border-radius: 12px !important;
            overflow: hidden;
            border: none;
            margin-bottom: 12px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        }
        .accordion-body {
            background: #ffffff;
            font-size: 0.95rem;
            line-height: 1.6em;
        }
        .accordion-body ul li a {
            text-decoration: none;
            color: #333;
            transition: color 0.2s ease;
        }
        .accordion-body ul li a:hover {
            color: #0f039d;
        }
        .fa-angle-double-right {
            margin-right: 0px;
        }
		.accordion-header a:hover {
		background: #f8f9fa;
		color: #0f039d;
	}
    .answer-row {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .faq-stack {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        line-height: 1;
    }

    .faq-stack .fa-stack-2x {
        font-size: 40px;
    }

    .faq-stack .fa-stack-1x {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        color: #fff;
        line-height: 1;
    }

    .faq-stack-question .fa-stack-2x {
        color: #4B6431;
    }

    .faq-stack-answer .fa-stack-2x {
        color: #F2C945;
    }

    .faq-question-text,
    .faq-answer-text {
        flex: 1 1 auto;
        min-width: 0;
        line-height: 1.6;
    }

    .faq-question-text {
        padding-top: 2px;
    }

    .faq-answer-text {
        margin-top: 2px;
    }

    @media (max-width: 767px) {
        .faq-stack {
            flex-basis: 34px;
            width: 34px;
            height: 34px;
        }

        .faq-stack .fa-stack-2x {
            font-size: 34px;
        }

        .faq-stack .fa-stack-1x {
            font-size: 14px;
        }

        .answer-row {
            gap: 10px;
        }
    }



.imgtransparent {
    opacity: 1;
    /* ค่าความจาง */
    filter: alpha(opacity=100);
    /* สำหรับ IE8 ขึ้นไป */
}

.imgtransparent:hover {
    opacity: 0.5;

    /* ค่าความจาง */
    filter: alpha(opacity=40);
    /* สำหรับ IE8 ขึ้นไป */
}

.service-box {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #001c37;
    /* height: 350px; */

}

.service-box:hover {
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #2d75fd;
    /* height: 350px; */

}

.service-box2 {
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #001c37;

}

.service-box2:hover {
    font-size: 24px;
    font-family: 'Kanit', sans-serif;
    line-height: 1.4;
    font-weight: 200;
    background-color: #2d75fd;

}

.service-box hr {
    color: #CACACA !important;
    /* border-top-width: 2px; */
    border-top: 3px dotted #8c8b8b97;
    opacity: 1;
}

.service-box label {
    font-weight: 400;
}

.service-box h1 {
    font: 30px/1.4 'Kanit', sans-serif;
    font-weight: 400;
}

.service-box h2 {
    font-size: 24px;
}

.service-box p {
    font: 14px/1.4 'Kanit', sans-serif;
    font-weight: 300;
}

.service-box-text-1 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 500;
    background-color: #EEEFF3;
    height: 380px;
}

.service-box-text-2 {
    font: 18px/1.4 'Kanit', sans-serif;
    font-weight: 500;
    background-color: #679A01;
    height: 400px;

}

/* .service-block {
    height: 410px;
    position: relative;
}

.service-block .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;

}

.service-block .mask p {
    color: #000;
}

.service-block:hover .mask {
    background-color: rgba(0, 85, 167, 1) !important;
    --mdb-image-hover-transition: all 0.3s ease-in-out;
    transition: var(--mdb-image-hover-transition);
}

.service-block:hover .mask p {
    color: #fff !important;
    --mdb-image-hover-transition: all 0.3s ease-in-out;
    transition: var(--mdb-image-hover-transition);
}

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

.service-detail-contain-bg {
    background-size: 100% auto;
} */

/* News */
/* .news-item {} */

/* Social Link */
.social-link {
    position: relative;
}

.social-link h1 {
    font: 19px/1 'Kanit', sans-serif;
    font-weight: 500;
    color: #333;
}

.social-link h1 span {
    color: #eb2031;
}

/* Footer */
/* .footer_bar {
    height: 28px;
    font: 19.5px/28px 'kittithada_roman_55regular';
    text-align: center;
}

.footer_bar p {
    margin: 0;
    padding: 0;
} */

.footer_container {
    /* position: relative; */
    z-index: 2;
    font-family: 'Kanit', sans-serif;
    color: #fff;
    background-color: #426B29;

}

.footer_container p {
    font: 13px/1.5 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #fff;
    margin-bottom: 0;
}

.footer_container h1 {
    font: 28px 'Adobe', Kanit; 
    font-weight: 200 !important;
    color: #fff;

}

.footer_container h2 {
    font: 36px 'Kanit', sans-serif;
    font-weight: 100 !important;
    color: #fff;
}


.footer_container a {
    font: 13px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #fff;
    /* letter-spacing: 1px; */
}
.footer_container a:hover {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 200 !important;
    color: #B3A872;
    /* letter-spacing: 1px; */
}

.footer_box {
    position: relative;
    background-color: #000;

    /* padding-right: 5px; */

}
.footer_box p {
    font: 14px/1 'Kanit', sans-serif;
    color: #fff;
}


.footer_box h3 {
    font: 14px/1 'Kanit', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer_box img.hr1 {
    margin: 4px 0;
    display: block;
}

.footer_container .box1 p {
    margin-bottom: 0;
}



.footer_container ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.footer_container ul li {
    display: block;
}

.footer_container ul li a {
    font: 16px 'BebasNeue', Kanit; 
    font-weight: 400;
    text-decoration: none;
    color: #fff;
}



.footer {
    position: relative;
}

.footer p {
    font: 13.79px/1 'Kanit', sans-serif;
    font-weight: 200;
}

.google-review-section {
    padding: 34px 0;
    background: #fff;
    border-top: 1px solid rgba(66, 101, 39, 0.08);
}

.google-review-widget {
    position: relative;
    display: grid;
    grid-template-columns: 190px 34px minmax(0, 1fr) 34px;
    align-items: stretch;
    gap: 14px;
}

.google-review-summary {
    display: flex;
    min-height: 170px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 14px;
    text-align: center;
    background: #fff;
}

.google-review-summary h2 {
    margin: 0 0 8px;
    font: 700 22px/1.2 'Kanit', sans-serif;
    color: #1f2d1a;
}

.google-review-place {
    max-width: 170px;
    margin: 0 auto 8px;
    color: #426527;
    font: 600 12px/1.35 'Kanit', sans-serif;
}

.google-review-stars,
.google-review-card__stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #fbbc04;
}

.google-review-star-empty {
    color: #d9d9d9;
}

.google-review-stars {
    justify-content: center;
    font-size: 28px;
    line-height: 1;
}

.google-review-summary p {
    margin: 8px 0 6px;
    font: 400 13px/1.35 'Kanit', sans-serif;
    color: #586250;
}

.google-review-summary strong {
    color: #1f2d1a;
    font-weight: 700;
}

.google-review-logo {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.google-review-logo img {
    width: 104px;
    max-width: 100%;
    height: auto;
    display: block;
}

.google-review-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 1fr);
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.google-review-track::-webkit-scrollbar {
    display: none;
}

.google-review-card {
    min-height: 170px;
    padding: 16px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}

.google-review-card__header {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.google-review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #426527 0%, #b3a872 100%);
    font-size: 18px;
    font-weight: 700;
}

.google-review-author h3 {
    margin: 0 0 2px;
    overflow: hidden;
    color: #1f2d1a;
    font: 700 14px/1.2 'Kanit', sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.google-review-author time {
    display: block;
    color: #8a8f86;
    font: 400 11px/1.2 'Kanit', sans-serif;
}

.google-review-g {
    color: #4285f4;
    font: 800 18px/1 'Kanit', sans-serif;
}

.google-review-card__stars {
    margin-bottom: 8px;
    font-size: 15px;
}

.google-review-card p {
    display: -webkit-box;
    min-height: 56px;
    margin: 0 0 8px;
    overflow: hidden;
    color: #4a5145;
    font: 400 13px/1.45 'Kanit', sans-serif;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.google-review-card a {
    color: #9a9a9a;
    font: 400 12px/1 'Kanit', sans-serif;
    text-decoration: none;
}

.google-review-card a:hover {
    color: #426527;
}

.google-review-arrow {
    align-self: center;
    width: 34px;
    height: 52px;
    border: 0;
    background: transparent;
    color: #c6c6c6;
    font-size: 24px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.google-review-arrow:hover {
    color: #426527;
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .google-review-widget {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .google-review-summary {
        min-height: auto;
        padding: 10px 14px 16px;
    }

    .google-review-arrow {
        display: none;
    }

    .google-review-track {
        grid-auto-columns: minmax(240px, 82%);
    }
}

/* Websetting */
.bg-blue-1 {
    background-color: #0071bd;
}

.bg-blue-2 {
    background-color: #0071bd;
}

.bg-soft-gray-1 {
    background-color: #f8f8f8;
}

.bg-soft-gray-2 {
    background-color: #ccc;
}

.font-color-orange {
    color: #ff9900;
}

.font-color-blue {
    color: #0071bd;
}

.font-color-gray-1 {
    color: #797979;
}

/* Simple Pager Nav */
ul.simplePagerNav {
    position: relative;
    z-index: 2;
    margin-top: 5px;
    text-align: center;
}

ul.simplePagerNav li {
    display: inline-block;
    padding: 3px;
    margin-bottom: 10px;
    font-family: georgia;
    width: 15px;
    text-align: center;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin: 0 2px;
    box-sizing: content-box;
}

ul.simplePagerNav li a {
    color: #00c9e0;
    text-decoration: none;
}

ul.simplePagerNav li.currentPage {
    background: #00c9e0;
}

ul.simplePagerNav li.currentPage a {
    color: #fff;
}

#scrollUp {
    bottom: 5px;
    right: 20px;
    padding: 10px 20px;
    background: #555;
    color: #fff;
    text-decoration: none;
}

.floating-contact {
    position: fixed;
    right: 22px;
    bottom: 72px;
    z-index: 1030;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    font-family: 'Kanit', sans-serif;
}

.floating-contact__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    pointer-events: none;
}

.floating-contact__item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
    color: #24331a;
    opacity: 0;
    visibility: hidden;
    transform: translateX(16px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.floating-contact.is-open .floating-contact__menu {
    pointer-events: auto;
}

.floating-contact.is-open .floating-contact__item {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.floating-contact__label {
    max-width: min(280px, calc(100vw - 105px));
    padding: 9px 14px;
    border: 1px solid rgba(179, 168, 114, 0.34);
    border-radius: 999px;
    background: rgba(255, 253, 247, 0.96);
    box-shadow: 0 10px 24px rgba(31, 52, 20, 0.16);
    color: #24331a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floating-contact__icon,
.floating-contact__toggle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(179, 168, 114, 0.38);
    color: #fff;
    background: linear-gradient(135deg, #426527 0%, #6d8b45 100%);
    box-shadow: 0 12px 28px rgba(31, 52, 20, 0.24);
    font-size: 20px;
    flex: 0 0 auto;
}

.floating-contact__toggle {
    border: 0;
    background: linear-gradient(135deg, #b3a872 0%, #426527 100%);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-contact__toggle:hover,
.floating-contact__item:hover .floating-contact__icon {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(31, 52, 20, 0.28);
}

.floating-contact__item:hover .floating-contact__label {
    color: #426527;
    border-color: rgba(66, 101, 39, 0.32);
}

.floating-contact.is-open .floating-contact__toggle i {
    transform: rotate(-8deg);
}

.floating-contact__item:nth-child(1) {
    transition-delay: 0.03s;
}

.floating-contact__item:nth-child(2) {
    transition-delay: 0.06s;
}

.floating-contact__item:nth-child(3) {
    transition-delay: 0.09s;
}

.floating-contact__item:nth-child(4) {
    transition-delay: 0.12s;
}

.floating-contact__item:nth-child(5) {
    transition-delay: 0.15s;
}

@media (max-width: 767.98px) {
    .floating-contact {
        right: 12px;
        bottom: 72px;
    }

    .floating-contact__icon,
    .floating-contact__toggle {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .floating-contact__label {
        max-width: calc(100vw - 86px);
        font-size: 12px;
        padding: 8px 12px;
    }
}

.modal-content {
    font-family: 'Kanit', sans-serif;
}

.booknow-modal {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffdf7 0%, #f7f3e6 100%);
    box-shadow: 0 24px 60px rgba(31, 52, 20, 0.18);
}

.booknow-modal-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a7540;
    margin-bottom: 6px;
}

.booknow-modal-title {
    margin: 0;
    font-family: 'Kanit', sans-serif;
    font-size: 30px;
    line-height: 1.15;
    color: #2f5d22;
}

.booknow-modal-text {
    color: #66705f;
    font-size: 15px;
    line-height: 1.7;
}

.booknow-modal-label {
    font-size: 14px;
    font-weight: 600;
    color: #2f5d22;
}

.booknow-modal-select {
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(47, 93, 34, 0.14);
    padding: 12px 16px;
    font-size: 15px;
    color: #1e2d19;
    box-shadow: none;
}

.booknow-modal-select:focus {
    border-color: #6d8b45;
    box-shadow: 0 0 0 0.2rem rgba(109, 139, 69, 0.14);
}

.booknow-modal-submit {
    border: 0;
    border-radius: 999px;
    padding: 13px 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #426527 0%, #6d8b45 100%);
    box-shadow: 0 14px 32px rgba(53, 80, 31, 0.22);
}

.booknow-modal-submit:hover {
    color: #fff;
    background: linear-gradient(135deg, #35501f 0%, #5f7d3c 100%);
}

@media (max-width: 767.98px) {
    .booknow-modal-title {
        font-size: 24px;
    }

    .booknow-modal-text {
        font-size: 14px;
    }

    .booknow-modal-select {
        min-height: 48px;
        font-size: 14px;
    }
}

/* Clearfix */
.clearfix {
    clear: both;
}

.social-logo {
    width: 40px;
    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);
}

/* Img box */
.img-box-1{
	height:380px;
}
.img-box-2{
	height:160px;
}
/**/

/* Nav icon */
.menu-contain {

	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.menu-containn p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.menu-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	/* width: 250px; */
	/* background-color: #BBCF44;
	height: 50px; */

}

.menu-contain a:hover {
	/* background-color: #28650A; */
	color: #7b9067;
}

/* icon right */
.fab-container {
    font-family: 'Kanit', sans-serif;
    position: fixed;
    right: 15px;
    bottom: 55px;
    z-index: 9999;
}

/* main toggle */
.fab-toggle {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #EAC663;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fab-toggle i {
    color: #000 !important;
    font-size: 26px;
}

/* items */
.fab-item {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EAC663;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 6px 15px rgba(0,0,0,.3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: all .3s ease;
}

.fab-item i {
    color: #000 !important;
    font-size: 24px;
}

/* label */
.fab-label {
    position: absolute;
    right: 72px;
    background: #333;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transition: .3s;
}

/* open state */
.fab-container.active .fab-item {
    opacity: 1;
    pointer-events: auto;
}

.fab-container.active .fab-item:nth-child(1) { transform: translateY(-80px); }
.fab-container.active .fab-item:nth-child(2) { transform: translateY(-150px); }
.fab-container.active .fab-item:nth-child(3) { transform: translateY(-220px); }
.fab-container.active .fab-item:nth-child(4) { transform: translateY(-290px); }
.fab-container.active .fab-item:nth-child(5) { transform: translateY(-360px); }
.fab-container.active .fab-item:nth-child(6) { transform: translateY(-430px); }
.fab-container.active .fab-item:nth-child(7) { transform: translateY(-500px); }

.fab-container.active .fab-label {
    opacity: 1;
}

/* hover */
.fab-item:hover {
    transform: scale(1.08) translateY(var(--y));
}

/* Booking */
.booking-shell {
    max-width: 1160px;
}

.booking-card {
    border: 1px solid rgba(66, 101, 39, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(31, 52, 20, 0.08);
    overflow: hidden;
}

.booking-card__header {
    background: linear-gradient(135deg, #426527 0%, #6d8b45 100%);
    padding: 28px 32px;
    color: #fff;
}

.booking-card__title {
    margin: 0;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.booking-card__subtitle {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.98rem;
}

.booking-card__body {
    padding: 32px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcf8 100%);
}

.booking-form {
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 0.1rem;
}

.booking-form > [class*="col-"] {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 2px;
}

.booking-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.booking-label {
    margin: 0;
    min-height: 28px;
    color: #24331a;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.booking-required {
    color: #d93025;
}

.booking-input,
.booking-select,
.booking-textarea {
    border: 1px solid #d9dfd0;
    border-radius: 16px;
    min-height: 54px;
    padding: 14px 16px;
    font-size: 1rem;
    color: #24331a;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    appearance: none;
}

.booking-textarea {
    min-height: 170px;
    resize: vertical;
}

.booking-input:focus,
.booking-select:focus,
.booking-textarea:focus {
    outline: none;
    border-color: #6d8b45;
    box-shadow: 0 0 0 4px rgba(109, 139, 69, 0.12);
}

.booking-input.is-invalid,
.booking-select.is-invalid,
.booking-textarea.is-invalid {
    border-color: #d93025;
    box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.1);
}

.booking-help {
    min-height: 18px;
    color: #d93025;
    font-size: 0.86rem;
    line-height: 1.3;
}

.booking-input[type="date"] {
    position: relative;
}

.flatpickr-input[readonly] {
    background: #fff;
    cursor: pointer;
}

.flatpickr-calendar {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(31, 52, 20, 0.16);
    overflow: hidden;
}

.flatpickr-months {
    background: linear-gradient(135deg, #426527 0%, #6d8b45 100%);
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-weekday {
    color: #fff !important;
    fill: #fff !important;
}

.flatpickr-weekdays {
    background: #f3f6ee;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
    border-color: #426527;
    background: #426527;
}

.flatpickr-day.today {
    border-color: #ab9550;
    color: #ab9550;
}

.flatpickr-day.today:hover {
    border-color: #ab9550;
    background: rgba(171, 149, 80, 0.12);
    color: #7d6930;
}

.booking-submit {
    border: 0;
    border-radius: 18px;
    min-height: 58px;
    background: linear-gradient(135deg, #c6b46b 0%, #ab9550 100%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 16px 32px rgba(171, 149, 80, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.booking-submit:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow: 0 18px 38px rgba(171, 149, 80, 0.28);
}

.booking-submit:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.booking-program-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(66, 101, 39, 0.08);
    color: #426527;
    font-size: 0.9rem;
    font-weight: 700;
}

/* Booking summary and payment proof */
.booking-step-section {
    background: #eef2ea;
    border-bottom: 1px solid #dce6d3;
    font-family: 'Kanit', sans-serif;
}

.booking-step-shell {
    max-width: 1180px;
}

.booking-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 20px 0 18px;
    position: relative;
}

.booking-step-list::before {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    top: 43px;
    height: 2px;
    background: #cfd9c6;
}

.booking-step-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    color: #69745e;
}

.booking-step-marker {
    width: 48px;
    height: 48px;
    border: 2px solid #24431a;
    border-radius: 50%;
    background: #eef2ea;
    color: #1e2d19;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 0 0 6px #eef2ea;
    font-family: 'Kanit', sans-serif;
}

.booking-step-kicker {
    display: block;
    color: inherit;
    font-size: 8px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.booking-step-marker strong {
    margin-top: 2px;
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
}

.booking-step-label {
    min-height: 22px;
    color: #4e5947;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
}

.swal2-popup,
.swal2-title,
.swal2-html-container,
.swal2-confirm,
.swal2-cancel,
.swal2-deny {
    font-family: 'Kanit', sans-serif !important;
}

.booking-step-item.is-active .booking-step-marker,
.booking-step-item.is-complete .booking-step-marker {
    border-color: #5f8a3f;
    background: #5f8a3f;
    color: #fff;
}

.booking-step-item.is-active .booking-step-label {
    color: #24431a;
    font-weight: 800;
}

.booking-step-item.is-complete .booking-step-label {
    color: #426527;
}

.booking-summary-page,
.payment-proof-page {
    background: #f3f6ef;
}

.booking-summary-shell {
    max-width: 1180px;
}

.payment-proof-shell {
    max-width: 1080px;
}

.summary-panel,
.payment-proof-panel {
    background: #fff;
    border: 1px solid #e3eadb;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(42, 67, 28, 0.08);
    overflow: hidden;
}

.summary-heading,
.payment-proof-heading {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 26px 28px;
    background: linear-gradient(135deg, #355923, #6d8b45);
    color: #fff;
}

.summary-eyebrow,
.payment-proof-eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .82;
}

.summary-title,
.payment-proof-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.tour-contain .summary-heading .summary-subtitle {
    margin: 8px 0 0;
    color: #f4d35e !important;
    line-height: 1.6;
}

.tour-contain .payment-proof-heading .payment-proof-subtitle {
    margin: 8px 0 0;
    color: #f4d35e !important;
    line-height: 1.6;
}

.summary-status-pill,
.payment-proof-status {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
}

.summary-content,
.payment-proof-content {
    padding: 28px;
}

.summary-section-title,
.payment-card-title {
    margin: 0 0 14px;
    color: #24331a;
    font-size: 18px;
    font-weight: 700;
}

.summary-info-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.summary-info-row,
.payment-info-row {
    display: grid;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid #edf1e8;
}

.summary-info-row {
    grid-template-columns: minmax(130px, 34%) 1fr;
}

.payment-info-row {
    grid-template-columns: minmax(115px, 34%) 1fr;
    gap: 14px;
}

.summary-info-row:last-child,
.payment-info-row:last-child {
    border-bottom: 0;
}

.summary-label,
.payment-label {
    color: #69745e;
    font-weight: 700;
}

.summary-value {
    color: #1e2d19;
    font-weight: 600;
    word-break: break-word;
}

.payment-value {
    color: #1e2d19;
    font-weight: 700;
    word-break: break-word;
}

.summary-side-card,
.payment-card {
    border: 1px solid #e3eadb;
    border-radius: 8px;
    background: #fbfcf8;
}

.summary-side-card {
    padding: 20px;
}

.payment-card {
    height: 100%;
    padding: 22px;
}

.payment-proof-grid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.summary-total-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 9px 0;
    border-bottom: 1px solid #edf1e8;
    color: #1e2d19;
}

.summary-total-line:last-child {
    border-bottom: 0;
}

.summary-total-guests {
    border-bottom: 0;
}

.summary-grand-total {
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid #d9e4cf;
    color: #426527;
    font-size: 28px;
    font-weight: 800;
    text-align: right;
}

.summary-payment-card {
    margin-top: 18px;
}

.summary-qr-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 230px;
    margin-top: 16px;
    border: 1px dashed #cbd8bd;
    border-radius: 8px;
    background: #fff;
}

.summary-qr-box img {
    max-width: 210px;
    max-height: 210px;
}

.summary-action-form {
    margin-top: 18px;
}

.summary-action-form .booking-submit,
.summary-action-form .btn,
.payment-proof-panel .booking-submit {
    min-height: 52px;
    border-radius: 8px;
    font-weight: 700;
}

.payment-upload-card {
    background: #fff;
}

.payment-upload-note {
    margin: -4px 0 18px;
    color: #69745e;
    line-height: 1.6;
}

.payment-proof-panel .booking-input,
.payment-proof-panel .form-control {
    min-height: 48px;
    border-radius: 8px;
    border-color: #d8e2ce;
}

.payment-proof-panel input[type="file"].form-control {
    padding: 0;
    overflow: hidden;
    line-height: 48px;
}

.payment-proof-panel input[type="file"].form-control::file-selector-button,
.payment-proof-panel input[type="file"].form-control::-webkit-file-upload-button {
    height: 48px;
    margin: 0 14px 0 0;
    padding: 0 16px;
    border: 0;
    border-right: 1px solid #d8e2ce;
    background: #eef4e8;
    color: #24331a;
    font-weight: 700;
}

.payment-file-field {
    margin-bottom: 12px;
}

.payment-submit-wrap {
    margin-top: 10px;
}

.payment-existing-proof {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border-radius: 8px;
    font-weight: 700;
}

.payment-total {
    color: #426527;
    font-size: 24px;
    font-weight: 800;
}

.payment-not-found-card {
    background: #fff;
    border-radius: 24px;
}

.payment-not-found-card h2 {
    color: #426527;
    font-weight: 700;
}

.payment-not-found-card .alert {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .booking-step-list {
        grid-template-columns: repeat(3, 110px);
        justify-content: center;
        overflow-x: auto;
        padding: 18px 8px 16px;
        -webkit-overflow-scrolling: touch;
    }

    .booking-step-list::before {
        left: calc(50% - 110px);
        right: auto;
        width: 220px;
        top: 41px;
    }

    .booking-step-marker {
        width: 44px;
        height: 44px;
    }

    .booking-step-marker strong {
        font-size: 20px;
    }

    .booking-step-label {
        font-size: 12px;
    }

    .summary-heading,
    .payment-proof-heading {
        display: block;
        padding: 22px;
    }

    .summary-status-pill,
    .payment-proof-status {
        display: inline-block;
        margin-top: 16px;
    }

    .summary-content,
    .payment-proof-content {
        padding: 20px;
    }

    .summary-info-row,
    .payment-info-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 767.98px) {
    .booking-card__header,
    .booking-card__body {
        padding: 22px 18px;
    }

    .booking-form {
        margin-left: -8px;
        margin-right: -8px;
    }

    .booking-form > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 2px;
    }
}
