/* JOBWEB24 | Technology HTML Template

Template Name: JOBWEB24
Version: 8.1.0
License: copyright commercial

/************ TABLE OF CONTENTS ***************
**********************************************/
@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");


@import url("fontawesome-all.css");


/* General Body Styles */
:root {
    --primary-color: #4CAF50;
    --secondary-color: #6c757d;
    --dark-color: #212529;
    --light-color: #f8f9fa;
    --accent-color: #ffc107;
    --success-color: #198754;

    --resort-brown: #8B4513;
    --resort-gold: #D4AF37;

}

.bg-2 {
    background-color: var(--light-color)
}

.bg-3 {
    background: #fff1d4;
    background: linear-gradient(180deg, rgb(251 247 237) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
}

.tiktok {
    background-color: #212529fa;
}

.line {
    background-color: #05a85ce6;
}

.facebook {
    background-color: #0d6efded;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: var(--theme-color5);
}

::-moz-input-placeholder {
    color: var(--theme-color5);
}

::-ms-input-placeholder {
    color: var(--theme-color5);
}

iframe {
    border: none !important;
    max-width: 100%;
    width: 100%;
}

table p {
    margin-bottom: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--light-color);
}

/* Navbar */
/* Navbar Light - Clean Design */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05); /* Lighter shadow */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    padding: 15px 0;
}

.navbar .logo {
    height: 50px; /* Reduced specific logo height for navbar */
    width: auto;
    transition: all 0.3s ease;
}

.nav-link {
    color: #333 !important; /* Dark text */
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding: 10px 10px !important;
    position: relative;
    font-family: 'Prompt', sans-serif; /* Assuming prompt or similar Thai font */
}

.nav-link:hover,
.nav-link:focus,
.nav-link.current {
    color: #0a5c36 !important; /* Green primary color */
}

/* Remove generic nav-link arrow/underline for standard items */
.nav-link::after {
    display: none;
}

/* Specific styling for Dropdown Icons (Room, Language) */
.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em; /* Space between text and arrow */
    vertical-align: middle;
    content: "\f107"; /* FontAwesome angle-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    font-size: 0.85em;
    color: #0a5c36;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar .dropdown-toggle:hover::after {
    transform: translateY(2px);
}

.navbar .dropdown-toggle.show::after {
    transform: rotate(180deg) !important;
}


/* Replace Bootstrap Dropdown Caret with FontAwesome Arrow - Animated */
.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4em; /* Spacing */
    vertical-align: 0.1em;
    content: "\f107"; /* FontAwesome angle-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    font-size: 0.85em;
    color: #0a5c36;
    /* Bouncy Animation */
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Hover Effect: Small vertical bounce when closed */
.navbar .dropdown-toggle:hover::after {
     transform: translateY(2px);
}

/* Rotate on open (override hover) */
.navbar .dropdown-toggle.show::after {
    transform: rotate(180deg) !important;
}
.nav-social-icons {
    gap: 2px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    opacity: 0.9;
}

.social-link:hover {
    transform: translateY(-2px);
    opacity: 1;
}

/* Language Pill Button Override */
.btn-outline-success {
    color: #0a5c36;
    border-color: #0a5c36;
}

.btn-outline-success:hover {
    background-color: #0a5c36;
    color: #fff;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    background: #eae5de;
}

/* Offcanvas */
.offcanvas-header {
    border-bottom: 1px solid #eee;
    padding: 1.5rem;
}

.offcanvas-body .btn {
    width: 100%;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #6d4323 !important;
    text-align: start;
}

@media (min-width: 992px) {
    .offcanvas {
        visibility: hidden !important;
    }

    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .offcanvas-body .btn {
        width: auto;
        margin-bottom: 0;
    }
}

/* Header Carousel */
.hero-header {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-top: 0;
}

.header-carousel .item {
    height: 70vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 80%;
    max-width: 800px;
    padding: 30px;
    /* background: #0000008f; */
    border-radius: 10px;
}

.hero-content-logo {
    height: 350px;
}

.hero-content h1 {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    color: var(--light-color);
}

.hero-content p {
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
    margin-bottom: 2rem;
    margin: auto;
    max-width: 550px;
}

.scroll-indicator {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-link {
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: bounce 2s infinite;
}

.scroll-text {
    margin-bottom: 10px;
    font-size: 30px;
}

.scroll-indicator>a {
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Section Titles */
.section-title {
    font-weight: 700;
    color: var(--dark-color);
    position: relative;
    padding-bottom: 15px;
    /* text-shadow: 0px -1px 4px rgb(237 184 63 / 50%); */
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

.section-subtitle {
    color: var(--secondary-color);
    font-size: 1.1rem;
    max-width: 600px;
    margin: auto;
}

.section-subtitle2 {
    color: var(--dark-color);
    font-size: 1.1rem;
    max-width: 900px;
    margin: auto;
}

/* Hotel Card */
.hotel-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden;
}

.hotel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
}

.card-img-wrapper {
    position: relative;
    overflow: hidden;
}

.card-img-top {
    transition: transform 0.5s ease;
    max-width: 100%;
    height: 600px;
    display: inline-block;
    object-fit: cover;
    min-height: 600px;
}

.hotel-card:hover .card-img-top {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hotel-card:hover .card-overlay {
    opacity: 1;
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    /* text-shadow: 0px -1px 4px rgb(237 184 63 / 31%); */
}

/* Gallery Tabs */
.nav-pills .nav-link {
    color: #555;
    background-color: #6d4323;
    /* margin: 0 5px; */
    border-radius: 30px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    font-weight: 500;
    padding-right: 20px !important;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: var(--primary-color);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

/* Masonry Grid - à¸›à¸£à¸±à¸šà¹ƒà¸«à¹‰à¹à¸ªà¸”à¸‡ 3 à¸„à¸­à¸¥à¸±à¸¡à¸™à¹Œà¹€à¸ªà¸¡à¸­ */
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    max-width: 100%;
    height: 350px !important;
    display: inline-block;
    object-fit: cover;
    min-height: 350px;
}

.gallery-img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

/* Lightbox Customization */
.lightbox-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.lightbox-container {
    max-width: 90vw;
    max-height: 90vh;
}

.lightbox-image {
    border-radius: 10px;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Responsive Masonry */
@media (max-width: 991.98px) {


    .scroll-text {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .nav-item {
        margin: 10px;
    }

    .nav-link {
        padding-right: 0rem !important;
        padding: 15px 15px !important;
        margin-left: 0rem !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        padding-right: 0px !important;
    }

    .offcanvas-title {
        color: var(--dark-color) !important;
    }

    .offcanvasNavbar {
        color: var(--light-color) !important;
    }

    .offcanvas-header .btn-close {
        color: var(--light-color) !important;
        padding: 15px;
        border-radius: 15px;
        background-color: #fff7e3;
    }

    .scroll-indicator {

        bottom: 15px;

    }


    .masonry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .masonry-grid {
        grid-template-columns: 1fr;
    }
}

/* Reviews Carousel */
.review-card {
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 14%);
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.3s ease;

    margin: 15px 10px;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

.review-avatar {
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    border: 3px solid var(--primary-color);
    padding: 3px;
    margin: auto;
}

.reviews-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color) !important;
    color: white !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0.8;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.reviews-carousel .owl-nav button:hover {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.reviews-carousel .owl-prev {
    left: -25px;
}

.reviews-carousel .owl-next {
    right: -25px;
}

.reviews-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.reviews-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #ccc;
    display: block;

    transition: opacity 200ms ease;
    border-radius: 30px;
}

.reviews-carousel .owl-dots .owl-dot.active span,
.reviews-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    transform: scale(1.2);
}



/* Subscribe Section */
.subscribe-section {
    background: linear-gradient(180deg, rgb(251 247 237) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
    color: white;
    text-align: center;
    padding: 80px 0;
}

.subscribe-section h3 {
    font-weight: 700;
    color: var(--dark-color);
    position: relative;
    padding-bottom: 15px;
    /* text-shadow: 0px -1px 4px rgb(237 184 63 / 50%); */
}

.subscribe-section p {
    margin-bottom: 30px;
}

.subscribe-section .form-control {
    border-radius: 10px;
    padding: 15px 20px;
    border: none;
    font-size: 1rem;
}

.subscribe-section .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--dark-color);
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.subscribe-section .btn-primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.social-card {
    padding: 30px 20px;
    border-radius: 15px;
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
    height: 100%;
}

.social-card:hover {
    transform: translateY(-5px);
}

.social-icon {
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 43%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.5rem;
}

.social-card h5 {
    font-weight: 600;
}

.social-card .btn {
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
}



.social-icons a {
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #6d4323 !important;
}

.navbar-brand>img {
    height: 60px;
}

.social-icons a:hover {
    background: var(--primary-color);
    color: white !important;
    transform: translateY(-3px);
}

.app-download img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.app-download img:hover {
    transform: scale(1.05);
}

.nav-item {
    margin: 2px;
}

.hero-content-logo {
    height: auto;
}

.hero-content-logo>.logo {
    height: 250px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-content-logo {
        height: auto;
    }

    .hero-content-logo>.logo {
        height: 130px;
    }

    .hero-header {
        height: 95vh;
    }

    .header-carousel .item {
        height: 95vh;
    }

    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .reviews-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .reviews-carousel .owl-prev {
        left: -10px !important;
    }

    .reviews-carousel .owl-next {
        right: -10px !important;
    }
}

/* -------------------------
   PREMIUM MOBILE MENU (Offcanvas)
------------------------- */
.offcanvas {
    height: 100vh;
    /* border-left: none; */
    /* background: linear-gradient(180deg, #fdfbf7 0%, #ffffff 100%); */
    /* box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05); */
}

.offcanvas-header {
    padding: 25px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.offcanvas-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a5c36;
    letter-spacing: 0.5px;
}

@media (max-width: 991.98px) {
    .offcanvas .navbar-nav {
        /* padding: 20px 15px; */
    }

    .offcanvas .nav-item {
        margin-bottom: 8px;
    }

    /* Main Menu Items */
    .offcanvas .nav-link {
        font-size: 1.05rem;
        font-weight: 500;
        color: #333 !important;
        padding: 12px 15px !important;
        border-radius: 12px;
        display: flex;
        align-items: center;
        transition: all 0.2s ease;
        background: #00000005; /* Reset any defaults */
    }

    .offcanvas .nav-link i {
        width: 30px;
        text-align: center;
        font-size: 1.1rem;
        color: #B8860B; /* Elegant Gold */
        /* margin-right: 12px; */
        transition: all 0.2s ease;
    }

    .offcanvas .nav-link:active,
    .offcanvas .nav-link.current {
        background: rgba(10, 92, 54, 0.04);
        color: #0a5c36 !important;
    }

    .offcanvas .nav-link:active i,
    .offcanvas .nav-link.current i {
        color: #0a5c36;
    }

    /* Room Dropdown (Forced Open Style) */
    .offcanvas #dropdownRooms + .dropdown-menu {
        display: block;
        position: static;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 5px 0 10px 8px; /* Indent to align with text */
        margin-top: 15px;
    }

    .offcanvas #dropdownRooms + .dropdown-menu .dropdown-item {
        color: #000000;
        padding: 8px 0;
        font-size: 0.95rem;
        border-left: 2px solid rgba(0,0,0,0.05); /* Subtle guide line */
        padding-left: 15px;
        margin-bottom: 5px;
        transition: all 0.2s;
        background-color: #fff7e3;
        border-radius: 12px;
    }

    .offcanvas #dropdownRooms + .dropdown-menu .dropdown-item:hover,
    .offcanvas #dropdownRooms + .dropdown-menu .dropdown-item:active {
        background: transparent;
        color: #0a5c36;
        border-left-color: #B8860B;
        padding-left: 20px; /* Slide effect */
    }

    /* Hide Carets on Mobile */
    .offcanvas .dropdown-toggle::after {
        display: none !important;
    }
    
    /* Social Icons in Mobile Menu */
    .offcanvas .nav-social-icons {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid rgba(0,0,0,0.03);
        justify-content: center;
        width: 100%;
        opacity: 0; /* Hidden initially for animation */
        animation: slideUpFade 0.5s ease forwards 0.5s; /* Linked to opening */
    }
}

/* -------------------------
   Offcanvas Anime Animations
   (Applied when .show is present)
------------------------- */
.offcanvas {
    /* Override Bootstrap transition for a smoother slide */
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.1) !important;
}

.offcanvas.show .nav-item {
    opacity: 0;
    animation: slideUpFade 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

/* Staggered Delays for Items */
.offcanvas.show .nav-item:nth-child(1) { animation-delay: 0.1s; }
.offcanvas.show .nav-item:nth-child(2) { animation-delay: 0.15s; }
.offcanvas.show .nav-item:nth-child(3) { animation-delay: 0.2s; }
.offcanvas.show .nav-item:nth-child(4) { animation-delay: 0.25s; }
.offcanvas.show .nav-item:nth-child(5) { animation-delay: 0.3s; }
.offcanvas.show .nav-item:nth-child(6) { animation-delay: 0.35s; }
.offcanvas.show .nav-item:nth-child(7) { animation-delay: 0.4s; }

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Footer Styles */
.footer-bg {
    position: relative;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #f8f9fa;
    overflow: hidden;
}

.footer-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(112 66 32 / 85%) 0%, rgb(78 47 24) 50%, rgb(52 31 15 / 90%) 100%);
    z-index: 1;
}

.footer-bg .container {
    position: relative;
    z-index: 2;
}

.footer h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff !important;
    transform: translateX(5px);
}

.footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    margin-right: 10px;
}

.footer .social-icons a:hover {
    background: var(--primary-color);
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer .app-download img {
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer .app-download img:hover {
    transform: scale(1.05);
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-bg {
        background-attachment: scroll;
    }

    .footer .social-icons {
        text-align: center;
        margin-top: 20px;
    }

    .footer h5 {
        margin-top: 20px;
    }


.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 100%;
    max-width: 800px;
    padding: 30px;
    /* background: #0000008f; */
    border-radius: 10px;
}

}

.section-wood {
    /* background-image: url('../images/wood-texture.png'); */
    background-repeat: repeat;
    background-size: auto;
}


/* Header Styles */
.about-header {
    background-size: cover !important;
    background-position: center !important;
    color: white;
    padding: 150px 0 100px;
    text-align: center;
    position: relative;
}

.about-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.about-header p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    opacity: 0.9;
}

/* about Section */
.contact-section {
    padding: 80px 0;
}

.contact-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--resort-brown), var(--resort-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.8rem;
}

/* about Form */
.contact-form {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--resort-brown);
    box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 8px;
}

.btn-resort {
    background: linear-gradient(135deg, var(--resort-brown), var(--resort-gold));
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-resort:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
    color: white;
}

/* Map Section */
.map-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 400px;
}

/* FAQ Section */
.faq-section {
    padding: 60px 0;
}

.accordion-button {
    background: white;
    border: none;
    padding: 20px;
    font-weight: 600;
    color: var(--dark-color);
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--resort-brown), var(--resort-gold));
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(139, 69, 19, 0.25);
}

/* Social Links */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.social-link {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.3);
    color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .about-header h1 {
        font-size: 2.5rem;
    }

    .contact-card,
    .contact-form {
        padding: 25px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

@media (max-width: 768px) {
    .video-wrapper {
        height: 300px;
        /* à¸¥à¸”à¸„à¸§à¸²à¸¡à¸ªà¸¹à¸‡à¸šà¸™à¸¡à¸·à¸­à¸–à¸·à¸­ */
    }
}

/* Transportation Section */
.transportation-section {
    padding: 80px 0;
}

.transport-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.transport-card:hover {
    transform: translateY(-3px);
}

.transport-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--resort-brown), var(--resort-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
}

/* Nearby Attractions */
.attractions-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.attraction-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.attraction-card:hover {
    transform: translateY(-5px);
}

.attraction-image {
    height: 200px;
    overflow: hidden;
}

.attraction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.attraction-card:hover .attraction-image img {
    transform: scale(1.05);
}

.attraction-content {
    padding: 20px;
}

.distance-badge {
    background: var(--resort-brown);
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
}

/* Contact Info */
.contact-info-section {
    padding: 80px 0;
}

.info-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    height: 100%;
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--resort-brown), var(--resort-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}


.review-images .image-container {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: move;
}
.review-images .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}


/* ===== GRID PHOTO STYLE (BOOKING STYLE) ===== */
.photo-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 400px 300px;
    grid-gap: 6px;
}

.photo-large {
    grid-row: 1 / span 2;
}

.img-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.img-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.last-img {
    filter: brightness(75%);
}

/* overlay + more images */
.overlay-count {
    position: absolute;
    bottom: 8px;
    right: 12px;
    background: rgba(0,0,0,0.6);
    padding: 8px 14px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

/* 💛 MOBILE STYLE */
@media (max-width: 767px) {

    .photo-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 350px 120px 120px;
    }

    .photo-large {
        grid-row: 1 / span 1;
        grid-column: 1 / span 2;
    }

}










/* -------------------------
   ROOM DETAILS SECTION
------------------------- */

.room-info-list li,
.highlight-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

.room-title {
    font-size: 26px;
    font-weight: 700;
    text-shadow: 0px -1px 4px rgb(237 184 63 / 50%);
}

.booking-box {
    /* border: 1px solid #ddd; */
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 3px 18px rgba(0,0,0,0.06);
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #3c7bff;
}

/* -------------------------
   FACILITIES
------------------------- */

.facility-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}

.facility-item {
    background: #f5f6fa;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* -------------------------
   REVIEWS
------------------------- */
        /* Contact Section */
        .subscribe-section {
            background: linear-gradient(180deg, rgb(251 247 237) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 100%);
            color: white;
            position: relative;
        }
.review-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.review-item {
    padding: 16px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.stars i {
    color: #f7c600;
}

/* Mobile */
@media (min-width: 768px) {
    .review-box {
        grid-template-columns: 1fr 1fr;
    }
}

.card-text{
  overflow: hidden;
  text-overflow: ellipsis;
margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section-subtitle2 img{
	    max-width: 100%;
}


#dropdownRooms + .dropdown-menu .dropdown-item {
    color: #000000;
    padding: 8px 0;
    font-size: 0.95rem;
    border-left: 2px solid rgba(0, 0, 0, 0.05);
    padding-left: 15px;
    margin-bottom: 5px;
    transition: all 0.2s;
    background-color: #fff7e3;
    border-radius: 12px;
}

/* PC/Desktop Only Styles for Room & Language Dropdowns */
@media (min-width: 992px) {
    #dropdownRooms + .dropdown-menu,
    #dropdownPages + .dropdown-menu {
        border: none;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); /* Soft, deep shadow */
        padding: 10px;
        border-radius: 15px; /* Rounder corners */
    }

    /* Anime Pop Animation */
    #dropdownRooms + .dropdown-menu.show,
    #dropdownPages + .dropdown-menu.show {
        animation: dropdown-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
        transform-origin: top center;
    }

    /* Reset Item styles for Desktop */
    #dropdownRooms + .dropdown-menu .dropdown-item,
    #dropdownPages + .dropdown-menu .dropdown-item {
        background-color: transparent;
        border-left: none;
        padding: 10px 20px;
        margin-bottom: 0;
        border-radius: 8px;
        font-weight: 500;
        color: #333;
    }

    #dropdownRooms + .dropdown-menu .dropdown-item:hover,
    #dropdownPages + .dropdown-menu .dropdown-item:hover {
        background-color: #f0f7f4; /* Light Green Tint */
        color: #0a5c36;
        padding-left: 25px; /* Slide interaction */
        transform: none;
    }
}

/* Keyframes for the Pop Animation */
@keyframes dropdown-pop {
    0% {
        opacity: 0;
        transform: translateY(15px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* -------------------------
   Gallery Page Specific Styles
------------------------- */
#gallery-tabs .nav-link {
    color: #ffffff !important;
}

#gallery-tabs .nav-link i {
    color: #ffffff !important;
}

#gallery-tabs .nav-link:hover {
    color: #ffffff !important;
}