html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.hero {
    height: 100vh;
    background: #fff url('/images/backgound-1.png') center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;

}


.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
}

.navbar {
    background: rgba(0, 0, 0, .35);
    padding: 0;
    z-index: 1000;
}


.navbar .container {
    min-height: 80px;
}

.navbar-brand img {
    width: 130px;
    background: #fff;
}

.nav-link {
    position: relative;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 5px;
    transition: color .3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 2px;
    width: calc(100% - 16px);
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease;
}

.nav-link:hover {
    color: #fff !important;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.hero-content {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    width: 100%;
}

.hero-content h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 8px;
}

.hero-content p {
    font-size: 52px;
    font-family: cursive;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    min-width: 230px;
    padding: 10px 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.dropdown-item {
    padding: 12px 20px;
    transition: .3s;
}

.dropdown-item:hover {
    background: #2a0800;
    color: #fff;
}

@media (min-width:992px) {

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all .35s ease;
        pointer-events: none;
        right: 0 !important;
        left: auto !important;
    }

    .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

}

@media(max-width:992px) {

    .hero {
        height: 35vh;
    }

    .navbar {
        position: relative !important;
        background: #2a0800;
    }

    .navbar-nav {
        margin-top: 20px;
        text-align: center;
    }

    .btn-book {
        margin: 20px auto;
        display: block;
        width: 180px;
    }

    .hero-content h1 {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .hero-content p {
        font-size: 17px;
    }

}

.dropdown-toggle {
    background: rgba(0, 0, 0, .35);
}

.dropdown-toggle::after {
    margin-left: 10px;
    color: #fff;
}

.dropdown-item img,
.dropdown-toggle img {
    object-fit: cover;
    border: 0.5px solid #ddd;
}

body {
    background: #f5f5f5;
    overflow-x: hidden;
}

.hero-img {

    height: 92vh;
    object-fit: cover;

}

.overlay {

    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .18);

}

.custom-caption {

    left: 10%;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    max-width: 620px;

}

.custom-caption h1 {

    font-family: "Cormorant Garamond", serif;
    font-size: 60px;
    font-weight: 300;
    color: #fff;

}

.custom-caption p {

    font-size: 22px;
    color: #fff;
    margin: 25px 0;

}

.btn-discover {

    background: #c8947d;
    color: #fff;
    padding: 16px 35px;
    border-radius: 12px;
    font-size: 18px;

}

.btn-discover:hover {

    background: #b97f67;
    color: #fff;

}

.arrow-btn {

    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffffffd9;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;

}

@media(max-width:992px) {

    .custom-caption {

        left: 8%;
        right: 8%;

    }

    .custom-caption h1 {

        font-size: 42px;

    }

    .custom-caption p {

        font-size: 18px;

    }


}

@media(max-width:576px) {

    .hero-img {

        height: 45vh;

    }

    .custom-caption h1 {

        font-size: 30px;

    }

    .custom-caption p {

        font-size: 16px;

    }


}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 45px;
    height: 45px;
    border: none;
    background: rgba(255, 255, 255, .75);
    color: #444;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, .95);
    transform: translateY(-50%) scale(1.08);
}

.prev-btn {
    left: 12px;
}

.next-btn {
    right: 12px;
}

@media (max-width:576px) {

    .slider-btn {
        width: auto;
        height: auto;
        background: transparent;
        font-size: 28px;
        color: #fff;
        box-shadow: none;
    }

    .prev-btn {
        left: 10px;
    }

    .next-btn {
        right: 10px;
    }
}

.combo-section {

    background: #f8f2ea url();
    padding: 40px 0;

}

.comboSwiper .swiper-wrapper {
    align-items: stretch;
}

.comboSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.combo-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1;
    pointer-events: none;
}

.combo-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.image-wrapper {
    margin-top: auto;
    margin-bottom: 35px;
}

.service-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.combo-content h3 {
    color: #2a0800;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
}

.price {
    color: #2a0800;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.combo-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #2a0800;
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #f8f2ea;
    opacity: 1;
    border: 2px solid #b8845b;
    transition: .35s;
}

.swiper-pagination-bullet-active {
    background: f8f2ea;
    width: 30px;
    border-radius: 20px;
}

.album {
    background: url(/images/background.webp) center center;
    background-size: cover;
}

.logo {
    width: 120px;
}

.title {
    color: #2a0800;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 500;
}

@media(max-width:992px) {
    .service-img {
        height: 160px;
    }

    .title {
        font-size: 38px;
    }

}

.album-item {
    overflow: hidden;
    border-radius: 16px;
}

.album-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .4s;
}

.album-item:hover img {
    transform: scale(1.05);
}

.gallery-top .album-item img {
    height: 350px;
}

.gallery-middle .album-item img {
    height: 180px;
}

@media (max-width: 768px) {

    .gallery-top .album-item img {
        height: 120px;
    }

    .gallery-middle .album-item img {
        height: 120px;
    }

}

.feedback-section {
    background:
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url(/images/background-2.png) center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feedbackSwiper {
    padding: 20px 5px 40px;
}

.feedback-card {
    background: url(/images/background.webp) center center;
    backdrop-filter: blur(6px);
    border-radius: 25px;
    padding: 20px;
    color: #2a0800;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feedback-img {
    width: 180px !important;
    height: 260px !important;
    max-height: none !important;
    object-fit: cover;
    border-radius: 25px;
    flex-shrink: 0;
}

.feedback-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.feedback-content small {
    opacity: .8;
}

.feedback-content p {
    font-size: 16px;
    line-height: 1.5;
}

.line {
    width: 50px;
    height: 2px;
    background: #2a0800;
    margin: 10px 0;
}

@media (max-width: 768px) {
    .feedback-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feedback-img {
        width: 100% !important;
        max-width: 280px;
        height: auto !important;
        aspect-ratio: 3 / 4;
    }

    .feedback-content {
        width: 100%;
    }

    .line {
        margin: 10px auto;
    }
}

.blog-section {
    background: url(/images/background.webp) center center;
    background-size: cover;
}

.section-title {

    color: #2a0800;

    font-size: 58px;

    font-family: 'Playfair Display', serif;

}


.big-card {

    border-radius: 20px;

    overflow: hidden;

    background: #D8A897;

    height: 100%;

}

.card-img {

    width: 100%;

    height: 350px;

    object-fit: cover;

}

.card-body-custom {

    padding: 30px;

}

.card-body-custom h3 {

    font-size: 30px;

    font-weight: 700;

    margin-bottom: 20px;

}

.card-body-custom p {

    color: #666;

}

.card-body-custom a {

    float: right;

    font-size: 30px;

    text-decoration: none;

    color: #2a0800;

}

.small-card {

    display: flex;

    background: #D8A897;

    border-radius: 18px;

    overflow: hidden;

}

.small-card img {

    width: 45%;

    height: 180px;

    object-fit: cover;

}

.small-content {

    width: 55%;

    padding: 25px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}

.small-content h4 {

    font-size: 24px;

    font-weight: 600;

}

.small-content a {

    text-align: right;

    font-size: 28px;

    text-decoration: none;

    color: #2a0800;

}

.big-card,
.small-card {
    transition: all 0.35s ease;
    cursor: pointer;
    will-change: transform;
}

.big-card:hover,
.small-card:hover {
    transform: translateY(-8px) scale(1.06);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

@media(max-width:992px) {

    .small-card {

        flex-direction: column;

    }

    .small-card img {

        width: 100%;

    }

    .small-content {

        width: 100%;

    }

    .section-title {

        font-size: 38px;

    }

}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in {
    opacity: 0;
    transform: translateX(-40px);
    animation: slideRight 0.8s ease forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.5s;
}

.delay-3 {
    animation-delay: 0.8s;
}

@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.about-section {

    background: url(/images/background.webp) center center;
    padding: 90px 0;
}

.about-image {

    overflow: hidden;

    border-radius:
        250px 250px 0 0;

}

.about-image img {

    width: 100%;
    height: 690px;
    object-fit: cover;
    display: block;

}

.welcome-text {

    font-family: cursive;
    font-size: 42px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    margin-top: 13px;

}

.about-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 62px;
    color: #2a0800;
    font-weight: 500;

}

.about-desc {

    font-size: 24px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 20px;

}

@media(max-width:991px) {

    .about-image img {

        height: 520px;

    }

    .about-title {

        font-size: 46px;

    }

    .about-desc {

        font-size: 18px;

    }

}

@media(max-width:576px) {

    .about-image {

        border-radius: 180px 180px 0 0;

    }

    .about-image img {

        height: 420px;

    }

    .welcome-text {

        font-size: 28px;

    }

    .about-title {

        font-size: 34px;

    }

    .about-desc {

        font-size: 16px;
        line-height: 1.7;

    }

    .gallery-img {

        height: 90px;
        border-radius: 12px;

    }

}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-right-to-left {
    opacity: 0;
    transform: translateX(80px);
    transition: all 1.6s ease-out;
}

.animate-right-to-left.active {
    opacity: 1;
    transform: translateX(0);
}

.footer {
    background-color: #2a0800;
    color: #fff;
    padding: 20px 10px;
}

.footer p {
    margin: 6px 0;
    font-size: 15px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
}

.why-choose {
    padding: 80px 0;
    background: #fff url('/images/background.webp') center center;
    background-size: 100% 100%;
}

.title {
    color: #2a0800;
    font-size: 52px;
}

.line {
    width: 80px;
    height: 4px;
    background: #2a0800;
    margin: 20px auto 0;
    border-radius: 10px;
}

.why-choose img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.feature {
    align-items: flex-start;
}

.icon {
    min-width: 45px;
    height: 45px;
    color: #2a0800;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature h3 {
    color: #2a0800;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature p {
    color: #6c757d;
    font-size: 23px;
    line-height: 1.7;
}

@media (max-width:992px) {

    .title {
        font-size: 42px;
    }

    .feature {
        margin-top: 30px;
    }

    .feature h3 {
        font-size: 28px;
    }

    .feature p {
        font-size: 18px;
    }

}

@media (max-width:576px) {

    .title {
        font-size: 34px;
    }

    .feature h3 {
        font-size: 24px;
    }

    .feature p {
        font-size: 16px;
    }

    .icon {
        font-size: 22px;
    }

}

.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: all .8s ease;
}

.reveal.show {
    opacity: 1;
    transform: translateY(0);
}

.thai-page {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 1.9;
}

.thai-wrapper {
    background: #fff;
    max-width: 900px;
    margin: 40px auto;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.thai-breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
}

.thai-breadcrumb a {
    text-decoration: none;
}

.thai-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #2a0800;
}

.thai-description {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 25px;
}

.thai-image {
    border-radius: 8px;
    margin: 30px 0;
}

.thai-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #2a0800;
    margin: 40px 0 20px;
}

.thai-sub-title {
    font-size: 21px;
    font-weight: 600;
    color: #444;
    margin: 25px 0 15px;
}

.thai-text {
    text-align: justify;
    margin-bottom: 18px;
}

.thai-list {
    padding-left: 25px;
}

.thai-list-item {
    margin-bottom: 10px;
}

.thai-note {
    background: #fff8e7;
    border-left: 5px solid #d6a000;
    padding: 18px 20px;
    margin: 35px 0;
}

.thai-note-title {
    font-weight: 700;
}

@media (max-width:768px) {

    .thai-wrapper {
        padding: 25px;
    }

    .thai-title {
        font-size: 30px;
    }

    .thai-section-title {
        font-size: 24px;
    }

}

.phone-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;

    width: 65px;
    height: 65px;

    background: #25D366;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    z-index: 9999;

    animation: pulse 1.5s infinite;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.phone-icon img {
    width: 32px;
    height: 32px;
}

.phone-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid #25D366;
    border-radius: 50%;
    animation: ring 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ring {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

#blog {
    scroll-margin-top: 80px;
}

#about {
    scroll-margin-top: 80px;
}

#massage {
    scroll-margin-top: 80px;
}

#gd {
    scroll-margin-top: 80px;
}

#xd {
    scroll-margin-top: 80px;
}

#xh {
    scroll-margin-top: 80px;
}

#contact{
    scroll-margin-top: 80px;
}

.video-wrapper {
    background: #fff url(/images/background.webp) center center; 
    background-size: cover;
    position: relative;
    padding: 50px 80px; 
}


.video-slider {
    display: flex;
    gap: 16px; 

    overflow-x: auto;
    scroll-behavior: smooth;

    scrollbar-width: none;

    scroll-snap-type: x mandatory;

    padding: 10px 5px;
}


.video-slider::-webkit-scrollbar {
    display:none;
}


.video-item {
    background: #6c757d;
    border-radius:12px;
    flex: 0 0 calc(33.333% - 11px);

    scroll-snap-align: center;

}


.video-item video {

    width:100%;
    height:600px;

    object-fit:cover;

    border-radius:12px;

    display:block;

}

@media(max-width:768px){

    .video-wrapper{
        padding:0 20px;
    }


    .video-item{

        flex:0 0 100%;

    }


    .video-item video{

        height:280px;

    }

}

.slider-btn-2{
    position:absolute;
    top:50%;
    transform:translateY(-50%);

    width:45px;
    height:45px;

    border-radius:50%;
    border:none;

    background:white;
    box-shadow:0 2px 10px rgba(0,0,0,.3);

    z-index:10;

    font-size:30px;

    display:flex;
    align-items:center;
    justify-content:center;
}


.prev{
    left:10px;
}


.next{
    right:10px;
}

@media (max-width:768px){

    .slider-btn{
        display:none;
    }

}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #ff3d00, #ff9800);
    color: white;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(255,87,34,.4);
    transition: .3s;
}

.contact-btn:hover {
    transform: scale(1.05);
    color: white;
}

.phone-icon2 {
    position: relative;
    width: 45px;
    height: 45px;
    background: #fff;
    color: #ff5722;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    z-index: 1;
    animation: phoneShake 1.5s infinite;
}

.phone-icon2::before,
.phone-icon2::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.8);
    animation: phoneWave 1.8s infinite;
    z-index: -1;
}

.phone-icon2::after {
    animation-delay: .9s;
}

@keyframes phoneShake {

    0%, 70%, 100% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(-15deg);
    }

    80% {
        transform: rotate(15deg);
    }

    85% {
        transform: rotate(-10deg);
    }

    90% {
        transform: rotate(10deg);
    }
}

@keyframes phoneWave {

    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.contact-section {
    font-family: "Arial", sans-serif;
    background: #fff url(/images/background.webp) center center; 
    background-size: cover;
}

.contact-section h2{
    font-family: 'Playfair Display', serif;
}

.icon-box {
    background: #2a0800;
    width:35px;
    height:35px;
    border-radius:50%;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
}

.qr-card {
    background:#fff;
    padding:25px 15px;
    border-radius:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.qr-card:hover {
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.qr-image {
    width:160px;
    height:160px;
    object-fit:contain;
}

@media(max-width:767px){
    .qr-image {
        width:140px;
        height:140px;
    }
}