body {
    font-family: "Playfair Display", serif;
}

/* Brand tagline styling */
.brand-tagline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.2;
    max-width: 240px;
    margin-top: 5px;
}

.tagline-vi {
    color: white;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.tagline-en {
    color: #d6af8f;
    font-size: 10px;
    font-style: italic;
}

@media (max-width: 767px) {
    .brand-tagline {
        display: block;
        margin: 5px 0 0 0;
        padding: 8px 15px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        max-width: none;
        width: 100%;
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0;
        background-color: rgba(47, 79, 79, 0.9);
    }

    .tagline-vi {
        font-size: 11px;
        margin-bottom: 4px;
        letter-spacing: 0.8px;
    }

    .tagline-en {
        font-size: 10px;
    }

    /* Adjust navbar height to accommodate tagline */
    .navbar-default {
        margin-bottom: 0;
    }

    /* Remove extra padding since tagline is now in normal flow */
    .menu-party-section {
        padding-top: 100px !important;
    }
}
@media (max-width: 767px) {
    .brand-tagline {
        display: block;
        margin: 5px 0 0 0;
        padding: 8px 15px;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        max-width: none;
        width: 100%;
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0;
        background-color: rgba(47, 79, 79, 0.9);
    }

    .tagline-vi {
        font-size: 11px;
        margin-bottom: 4px;
        letter-spacing: 0.8px;
    }

    .tagline-en {
        font-size: 10px;
    }

    /* Adjust navbar height to accommodate tagline */
    .navbar-default {
        margin-bottom: 0;
    }

    /* Remove extra padding since tagline is now in normal flow */
    .menu-party-section {
        padding-top: 100px !important;
    }
}

/* Restaurant Intro Section Styles */
.restaurant-intro-section {
    padding: 100px 0 20px;
    min-height: auto;
    background-color: #2f4f4f;
    text-align: center;
    position: relative;
    color: #fff;
}

.restaurant-intro-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/general/slide2.jpeg");
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    background-color: rgba(47, 79, 79, 0.7);
    background-blend-mode: overlay;
    z-index: 0;
}

.restaurant-intro-section .container {
    position: relative;
    z-index: 1;
}

.intro-header {
    margin-bottom: 40px;
}

.intro-logo {
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.intro-logo img {
    width: 85px;
    height: 85px;
}

.intro-header h1 {
    font-size: 52px;
    color: #d6af8f;
    margin-bottom: 10px;
    font-family: "Ginger", "Playfair Display", serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.intro-subtitle {
    font-size: 22px;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.intro-slogan {
    margin: 20px auto 30px;
    max-width: 800px;
}

.slogan-vi {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.slogan-en {
    font-size: 18px;
    color: #d6af8f;
    font-style: italic;
}

.intro-description {
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    padding: 15px;
    border-radius: 5px;
    max-width: 90%;
    margin: 15px auto;
    display: flex;
    align-items: center;
}

.intro-description p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.intro-description .vietnamese {
    text-align: right;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.intro-description .english {
    text-align: left;
    padding-left: 15px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
}

.tour-info {
    font-size: 18px;
    color: #d6af8f;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 15px 0;
    padding: 5px 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    .tour-info {
        font-size: 16px;
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .restaurant-intro-section {
        padding: 100px 0 50px;
    }

    .intro-logo {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .intro-logo img {
        width: 70px;
        height: 70px;
    }

    .intro-header h1 {
        font-size: 42px;
    }

    .intro-subtitle {
        font-size: 18px;
    }

    .slogan-vi {
        font-size: 16px;
    }

    .slogan-en {
        font-size: 14px;
    }

    .intro-description p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .intro-description {
        flex-direction: column;
        gap: 20px;
    }

    .intro-description .vietnamese {
        text-align: center;
        padding-right: 0;
        border-right: none;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .intro-description .english {
        text-align: center;
        padding-left: 0;
    }
}

/* Space section styling */
.space-section {
    padding-bottom: 0;
}

.space-description {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.space-text {
    flex: 1;
    min-width: 300px;
}

.space-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.vietnamese {
    border-right: 1px solid #eee;
    padding-right: 30px;
}

.english {
    padding-left: 10px;
}

/* Space gallery styling */
.space-gallery {
    margin-bottom: 60px;
    padding: 0 20px;
}

.gallery-note {
    text-align: center;
    font-style: italic;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.space-swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.space-swiper-container .swiper-slide {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(47, 79, 79, 0.05), rgba(47, 79, 79, 0.05));
    position: relative;
}

.space-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Add zoom icon and hover effects */
.space-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.space-swiper-container .swiper-slide:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.space-swiper-container .swiper-slide:hover:after {
    opacity: 1;
}

.space-swiper-container .swiper-slide:hover img {
    transform: scale(1.03);
}

/* Style for menu images too */
.swiper-container .swiper-slide:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.swiper-container .swiper-slide:hover:after {
    opacity: 1;
}

.swiper-slide img {
    transition: transform 0.3s ease;
}

.swiper-slide:hover img {
    transform: scale(1.03);
}

.space-thumbnails {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.thumbnail-container {
    display: flex;
    gap: 10px;
    min-width: max-content;
}

.space-thumbnail {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.space-thumbnail:hover {
    opacity: 1;
}

.space-thumbnail.active {
    border-color: #2f4f4f;
    opacity: 1;
}

/* Add navigation buttons for space gallery */
.space-swiper-container .image-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2f4f4f;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid rgba(47, 79, 79, 0.2);
}

.space-swiper-container .image-nav:hover {
    background-color: #2f4f4f;
    color: white;
}

.space-swiper-container .image-prev {
    left: 20px;
}

.space-swiper-container .image-next {
    right: 20px;
}

@media (max-width: 768px) {
    .space-description {
        flex-direction: column;
        gap: 20px;
    }

    .vietnamese {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .english {
        padding-left: 0;
    }

    .space-swiper-container .swiper-slide {
        height: 50vh;
    }

    .space-thumbnail {
        width: 60px;
        height: 45px;
    }
}

.menu-party-section {
    padding: 100px 0 30px;
    background-color: #fff;
}

.menu-party-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.menu-party-header h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2f4f4f;
    font-family: "Ginger", "Playfair Display", serif;
}

.menu-party-header p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Price tabs styling */
.menu-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}

.menu-tab {
    padding: 12px 25px;
    background-color: #fff;
    border: 1px solid #2f4f4f;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    color: #2f4f4f;
    text-align: center;
    min-width: 140px;
}

.menu-tab.active {
    background-color: #2f4f4f;
    color: white;
}

/* Menu code tabs styling */
.menu-codes {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 15px;
    padding: 0 20px;
}

.menu-code {
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #2f4f4f;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    color: #2f4f4f;
    min-width: 100px;
    text-align: center;
}

.menu-code.active {
    background-color: #2f4f4f;
    color: white;
}

.menu-content {
    display: none;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.menu-content.active {
    display: block;
}

.menu-images {
    display: none;
}

.menu-images.active {
    display: block;
}

.swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(47, 79, 79, 0.05), rgba(47, 79, 79, 0.05));
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.menu-description {
    text-align: center;
    margin: 0 0 30px;
    padding: 0 20px;
}

.menu-price {
    font-size: 28px;
    font-weight: bold;
    color: #2f4f4f;
    margin-bottom: 10px;
}

.image-note {
    font-style: italic;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Action buttons styling */
.action-buttons {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    gap: 20px;
    padding: 0 20px;
}

.action-button {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    min-width: 200px;
    letter-spacing: 1px;
    background-color: white;
    color: #2f4f4f;
    border: 1px solid #2f4f4f;
}

.action-button:hover {
    background-color: #2f4f4f;
    color: white;
}

/* Contact section styling */
section#contact-section .upper-part {
    padding: 100px 0 60px;
    background:
        linear-gradient(rgba(45, 77, 71, 0.75), rgba(45, 77, 71, 0.75)),
        url("../img/section/contact-section.jpeg") center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section#contact-section .upper-part .widget-area .info-widget {
    margin-bottom: 40px;
    text-align: center;
}

section#contact-section .upper-part .widget-area .info-widget h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 25px;
}

section#contact-section .upper-part .widget-area .info-widget p {
    margin-bottom: 15px;
    color: #ccc;
}

section#contact-section .upper-part .widget-area .info-widget p span {
    color: #d6af8f;
    display: block;
}

section#contact-section .upper-part .widget-area .info-widget p span.time {
    color: #fff;
}

section#contact-section .upper-part .widget-area .info-widget ul.social-icons {
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

section#contact-section
    .upper-part
    .widget-area
    .info-widget
    ul.social-icons
    li {
    display: inline-block;
    margin: 0 1px;
}

section#contact-section
    .upper-part
    .widget-area
    .info-widget
    ul.social-icons
    li
    a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #bbb;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #bbb;
}

section#contact-section
    .upper-part
    .widget-area
    .info-widget
    ul.social-icons
    li
    a:hover {
    color: #fff;
    border-color: transparent;
    background: #d6af8f;
}

.title-section.white h1 {
    color: #fff;
}

/* Fullscreen image viewer */
.fullscreen-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.fullscreen-image {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
}

.close-fullscreen {
    position: absolute;
    top: 30px;
    right: 30px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.fullscreen-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(47, 79, 79, 0.8);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    z-index: 10000;
}

.fullscreen-prev {
    left: 20px;
}

.fullscreen-next {
    right: 20px;
}

.fullscreen-nav:hover {
    background-color: rgba(47, 79, 79, 1);
}

.image-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2f4f4f;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid rgba(47, 79, 79, 0.2);
}

.image-nav:hover {
    background-color: #2f4f4f;
    color: white;
}

.image-prev {
    left: 20px;
}

.image-next {
    right: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    background: #2f4f4f;
}

/* Navigation styling to match screenshot */
.navbar-default {
    background-color: #2f4f4f;
    border: none;
}

.navbar-nav > li > a {
    color: white !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar-nav > li > a.active {
    color: #8bc34a !important;
}

/* Footer styling */
footer {
    background-color: #f5f5f5;
    padding: 20px 0;
    text-align: center;
}

footer p.copyright {
    color: #666;
    font-size: 14px;
}

footer p.copyright a {
    color: #2f4f4f;
    text-decoration: none;
}

@media (max-width: 768px) {
    .menu-party-header h1 {
        font-size: 48px;
    }

    .menu-party-header p {
        font-size: 18px;
    }

    .menu-tab {
        padding: 12px 20px;
        font-size: 16px;
        min-width: 140px;
    }

    .menu-code {
        padding: 10px 20px;
        font-size: 14px;
        min-width: 100px;
    }

    .swiper-slide {
        height: 60vh;
    }

    .menu-price {
        font-size: 28px;
    }

    .action-buttons {
        flex-direction: column;
        gap: 20px;
    }

    .action-button {
        width: 100%;
        padding: 15px 30px;
        font-size: 16px;
    }
}

/* Vietnamese Cuisine Section Styles */
.cuisine-section {
    padding: 70px 0;
    background-color: #2f4f4f;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
}

.cuisine-section .menu-party-header h1 {
    color: #d6af8f;
    font-size: 54px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: "Ginger", "Playfair Display", serif;
}

.cuisine-description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    color: #fff;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.cuisine-text {
    flex: 1 1 48%;
    margin-bottom: 20px;
    padding: 0 30px;
}

.cuisine-text p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #fff;
}

.cuisine-text.vietnamese {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.cuisine-text.english {
    color: #fff;
    font-style: italic;
}

.menu-link-container {
    text-align: center;
    margin: 40px 0 30px;
}

.menu-link-button {
    display: inline-block;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    min-width: 260px;
    letter-spacing: 1.5px;
    background-color: white;
    color: #2f4f4f;
    border: 1px solid #2f4f4f;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.3;
}

.menu-link-button:hover {
    background-color: #2f4f4f;
    color: white;
    transform: none;
    box-shadow: none;
}

.menu-link-button i {
    margin-right: 8px;
    vertical-align: middle;
}

.menu-link-button .vn-text,
.menu-link-button .en-text {
    display: block;
}

.menu-link-button .vn-text {
    margin-bottom: 5px;
}

.menu-link-button .en-text {
    font-size: 13px;
    opacity: 0.85;
}

.chef-note {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin-top: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.chef-note p {
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.6;
}

.english-note {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px !important;
}

@media (max-width: 768px) {
    .cuisine-section .menu-party-header h1 {
        font-size: 42px;
    }

    .cuisine-text {
        flex: 1 1 100%;
        padding: 0 20px;
    }

    .cuisine-text p {
        font-size: 16px;
    }

    .cuisine-text.vietnamese {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .menu-link-button {
        padding: 14px 20px;
        font-size: 14px;
        width: 90%;
        min-width: 0;
    }

    .menu-link-button .en-text {
        font-size: 12px;
    }
}

/* Decor Section Styles */
.decor-section {
    padding: 70px 0;
    position: relative;
    background-color: #2f4f4f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.decor-section .menu-party-header h1 {
    color: #d6af8f;
    font-size: 54px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: "Ginger", "Playfair Display", serif;
}

.decor-description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.decor-text {
    flex: 1 1 48%;
    margin-bottom: 20px;
    padding: 0 30px;
}

.decor-desc p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #fff;
    transition: color 0.3s ease;
}

.decor-row:hover .decor-desc p {
    color: #ffd;
}

.decor-text.vietnamese {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.decor-text.english {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}
.decor-description.centered {
    display: block;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
}

.decor-text-combined {
    padding: 0 20px;
}

.decor-text-combined p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.decor-text-combined p i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.2px;
}
.decor-description.centered {
    display: block;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
}

.decor-text-combined {
    padding: 0 20px;
}

.decor-text-combined p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.decor-text-combined p i {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.2px;
}

/* Elegant Decor Table Styling */
.decor-table-container {
    max-width: 1200px;
    margin: 40px auto 60px;
    padding: 0 15px;
}

.decor-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 20px;
    width: 100%;
}
/* Reset text colors for all elements in the decor table */
.decor-table * {
    color: inherit;
}

.free-row {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.basic-row {
    grid-column: 1;
    grid-row: 2;
}

.standard-row {
    grid-column: 2;
    grid-row: 2;
}

.premium-row {
    grid-column: 1 / span 2;
    grid-row: 3;
}.decor-row {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 120px;
}

.decor-row:hover {
    transform: translateY(-3px);
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.12);
}    border-color: rgba(255, 255, 255, 0.2);
}

.free-row,
.premium-row {
    grid-column: 1 / span 2;
}

.decor-title {
    width: 38%;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.25);
}

.decor-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
}

.free-row .decor-title::before {
    background-color: #789e78;
}

.basic-row .decor-title::before {
    background-color: #D6AF8F;
}

.standard-row .decor-title::before {
    background-color: #D6AF8F;
}

.premium-row .decor-title::before {
    background-color: #D6AF8F;
}

.title-wrapper {
    padding: 18px 25px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: center;
}

.decor-desc {
    flex: 1;
    padding: 18px 20px 18px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.decor-desc p {
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}
/* Force specific colors for important elements */
.decor-row .decor-price,
.decor-row .decor-price small,
.decor-row .decor-note {
    color: #D6AF8F !important;
}

.decor-row .decor-desc p {
    color: #ffffff !important;
}
.decor-desc p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.9) !important;
    transition: color 0.3s ease;
}

.decor-row:hover .decor-desc p {
    color: #ffffff !important;
}

.decor-badge {
    display: inline-block;
    font-size: 12px;
    padding: 3px 8px;
    background-color: rgba(120, 158, 120, 0.2);
    color: #fff;
    border-radius: 3px;
    width: fit-content;
    letter-spacing: 0.5px;
    font-weight: 500;
    border: 1px solid rgba(120, 158, 120, 0.4);
}    text-transform: uppercase;
}

.decor-price {
    color: #D6AF8F !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-top: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* Additional specificity to ensure prices display correctly */
.decor-row .title-wrapper .decor-price {
    color: #D6AF8F !important;
    font-size: 22px !important;
}

.decor-price small {
    font-size: 16px !important;
    opacity: 1;
    color: #D6AF8F !important;
}

.decor-desc {
    flex: 1;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.decor-title h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-family: "Playfair Display", serif;
}

.decor-note {
    .decor-row .decor-desc .decor-note {
        font-style: italic;
        margin-top: 12px !important;
        display: inline-block;
        font-size: 16px !important;
        color: #D6AF8F !important;
        border-radius: 4px;
        padding: 8px 14px;
        background-color: rgba(0, 0, 0, 0.25);
        width: fit-content;
        border: 1px solid #D6AF8F;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        font-weight: 500 !important;
    }
    }

    @media (max-width: 992px) {
        .decor-table-container {
            padding: 0 5px;
            max-width: 100%;
        }

        .decor-table {
            grid-template-columns: 1fr;
            grid-template-rows: auto auto auto auto;
        }

        .free-row {
            grid-column: 1;
            grid-row: 1;
        }

        .basic-row {
            grid-column: 1;
            grid-row: 2;
        }

        .standard-row {
            grid-column: 1;
            grid-row: 3;
        }

        .premium-row {
            grid-column: 1;
            grid-row: 4;
        }

        .decor-title {
            width: 45%;
        }

        .title-wrapper {
            padding: 20px;
        }

        .decor-desc {
            padding: 20px;
        }
    }

    @media (max-width: 768px) {
        .decor-row {
            flex-direction: column;
        }

        .decor-title {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .title-wrapper {
            padding: 18px;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

        .decor-desc {
            padding: 18px;
        }

        .decor-title::before {
            width: 100%;
            height: 4px;
        }
    }
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.decor-swiper-container .swiper-slide:hover:after {
    opacity: 1;
}

.decor-swiper-container .swiper-slide:hover img {
    transform: scale(1.03);
}

.decor-thumbnails {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.decor-thumbnails .thumbnail-container {
    display: flex;
    gap: 10px;
    min-width: max-content;
}

.decor-thumbnail {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.decor-thumbnail:hover {
    opacity: 1;
}

.decor-thumbnail.active {
    border-color: #2f4f4f;
    opacity: 1;
}

/* Responsive styles for decor section */
@media (max-width: 768px) {
    .decor-section .menu-party-header h1 {
        font-size: 42px;
    }

    .decor-text {
        flex: 1 1 100%;
        padding: 0 15px;
    }

    .decor-text.vietnamese {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .decor-packages {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .package {
        padding: 20px;
    }

    .decor-swiper-container .swiper-slide {
        height: 50vh;
    }

    .decor-thumbnail {
        width: 60px;
        height: 45px;
    }
}

/* Live Music Section Styles */
.live-music-section {
    padding: 70px 0;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.live-music-section .menu-party-header h1 {
    color: #2f4f4f;
    font-size: 54px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: "Ginger", "Playfair Display", serif;
}

.live-music-description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.live-music-text {
    flex: 1 1 48%;
    margin-bottom: 20px;
    padding: 0 30px;
}

.live-music-text p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #444;
}

.live-music-text.vietnamese {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.live-music-text.english {
    color: #666;
    font-style: italic;
}

.live-music-text .price {
    font-size: 20px;
    font-weight: 600;
    color: #2f4f4f;
    margin: 20px 0;
}

.live-music-text .note {
    font-size: 15px;
    color: #777;
    font-style: italic;
}

@media (max-width: 768px) {
    .live-music-section .menu-party-header h1 {
        font-size: 42px;
    }

    .live-music-text {
        flex: 1 1 100%;
        padding: 0 15px;
    }

    .live-music-text.vietnamese {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .live-music-text .price {
        font-size: 18px;
    }
}

/* Music Gallery Styling */
.music-gallery {
    margin-bottom: 60px;
    padding: 0 20px;
}

.music-swiper-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.music-swiper-container .swiper-slide {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(47, 79, 79, 0.05), rgba(47, 79, 79, 0.05));
    position: relative;
}

.music-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.music-swiper-container .swiper-slide:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.music-swiper-container .swiper-slide:hover:after {
    opacity: 1;
}

.music-swiper-container .swiper-slide:hover img {
    transform: scale(1.03);
}

.music-thumbnails {
    width: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.music-thumbnails .thumbnail-container {
    display: flex;
    gap: 10px;
    min-width: max-content;
    justify-content: center;
}

.music-thumbnail {
    width: 80px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.music-thumbnail:hover {
    opacity: 1;
}

.music-thumbnail.active {
    border-color: #d6af8f;
    opacity: 1;
}

@media (max-width: 768px) {
    .music-swiper-container .swiper-slide {
        height: 50vh;
    }

    .music-thumbnail {
        width: 60px;
        height: 45px;
    }
}

/* Catering Service Section Styles */
.catering-section {
    padding: 70px 0;
    position: relative;
    background-color: #2f4f4f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.catering-section .menu-party-header h1 {
    color: #d6af8f;
    font-size: 54px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: "Ginger", "Playfair Display", serif;
}

.catering-description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.catering-text {
    flex: 1 1 48%;
    margin-bottom: 20px;
    padding: 0 30px;
}

.catering-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catering-text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 17px;
    color: #fff;
}

.catering-text ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d6af8f;
    font-size: 20px;
    line-height: 1;
}

.catering-text.vietnamese {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.catering-text.english {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

.catering-text.english ul li {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .catering-section .menu-party-header h1 {
        font-size: 42px;
    }

    .catering-text {
        flex: 1 1 100%;
        padding: 0 15px;
    }

    .catering-text.vietnamese {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .catering-text ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

/* Cooperation Section Styles */
.cooperation-section {
    padding: 70px 0;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #eee;
}

.cooperation-section .menu-party-header h1 {
    color: #2f4f4f;
    font-size: 54px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-family: "Ginger", "Playfair Display", serif;
}

.cooperation-description {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.cooperation-text {
    flex: 1 1 48%;
    margin-bottom: 20px;
    padding: 0 30px;
}

.cooperation-text p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #444;
}

.cooperation-text.vietnamese {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cooperation-text.english {
    color: #666;
    font-style: italic;
}

.cooperation-text .contact-info {
    background: rgba(47, 79, 79, 0.05);
    padding: 25px;
    border-radius: 5px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(47, 79, 79, 0.1);
}

.cooperation-text .contact-info p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #2f4f4f;
}

.cooperation-text .contact-info p:last-child {
    margin-bottom: 0;
}

.cooperation-text .contact-info strong {
    color: #d6af8f;
    font-weight: 600;
    margin-right: 10px;
}

.cooperation-note {
    font-style: italic;
    color: #2f4f4f !important;
    font-size: 16px !important;
    text-align: center;
    margin-top: 30px !important;
}

@media (max-width: 768px) {
    .cooperation-section .menu-party-header h1 {
        font-size: 42px;
    }

    .cooperation-text {
        flex: 1 1 100%;
        padding: 0 15px;
    }

    .cooperation-text.vietnamese {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cooperation-text .contact-info {
        padding: 20px;
    }

    .cooperation-text .contact-info p {
        font-size: 16px;
    }
}

/* Music Gallery Grid Layout */
.music-grid {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 10px;
    margin: 40px auto 20px;
    height: 650px;
    max-width: 1100px;
    padding: 0;
}

.music-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s ease;
    background-color: #2f4f4f;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.music-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Main feature image - pianist */
.music-grid-item:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1 / 5;
    border-radius: 12px;
}

/* Female singer */
.music-grid-item:nth-child(2) {
    grid-column: 7 / 12;
    grid-row: 1 / 4;
    border-radius: 12px;
}

/* Guitar player */
.music-grid-item:nth-child(3) {
    grid-column: 1 / 5;
    grid-row: 5 / 7;
}

/* Violin player */
.music-grid-item:nth-child(4) {
    grid-column: 5 / 9;
    grid-row: 5 / 7;
}

/* Duo performance */
.music-grid-item:nth-child(5) {
    grid-column: 9 / 12;
    grid-row: 4 / 7;
}

.music-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.music-grid-item:hover img {
    transform: scale(1.08);
}

.music-grid-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.3;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.music-grid-item:hover::after {
    opacity: 0.5;
}

.music-grid-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.music-grid-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Add music note icon to images */
.music-grid-item .music-note {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(214, 175, 143, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    right: 15px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.music-grid-item:hover .music-note {
    opacity: 1;
    transform: translateY(0);
}

.music-grid-item .music-note i {
    color: #fff;
    font-size: 16px;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
    .music-grid {
        height: auto;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto auto auto;
        gap: 8px;
    }

    .music-grid-item:nth-child(1) {
        grid-column: 1 / 7;
        grid-row: 1 / 2;
        aspect-ratio: 16/9;
    }

    .music-grid-item:nth-child(2) {
        grid-column: 1 / 4;
        grid-row: 2 / 3;
        aspect-ratio: 4/3;
    }

    .music-grid-item:nth-child(3) {
        grid-column: 4 / 7;
        grid-row: 2 / 3;
        aspect-ratio: 4/3;
    }

    .music-grid-item:nth-child(4) {
        grid-column: 1 / 4;
        grid-row: 3 / 4;
        aspect-ratio: 4/3;
    }

    .music-grid-item:nth-child(5) {
        grid-column: 4 / 7;
        grid-row: 3 / 4;
        aspect-ratio: 4/3;
    }
}

@media screen and (max-width: 576px) {
    .music-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto);
        gap: 10px;
    }

    .music-grid-item:nth-child(n) {
        grid-column: 1;
        aspect-ratio: 4/3;
    }

    .music-grid-item:nth-child(1) {
        grid-row: 1;
    }

    .music-grid-item:nth-child(2) {
        grid-row: 2;
    }

    .music-grid-item:nth-child(3) {
        grid-row: 3;
    }

    .music-grid-item:nth-child(4) {
        grid-row: 4;
    }

    .music-grid-item:nth-child(5) {
        grid-row: 5;
    }
}

/* Decor Gallery Styles */
.gallery-container {
    display: flex;
    gap: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 2px;
    max-height: 800px;
}
/* Decor grid styling */
.decor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.decor-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    aspect-ratio: 1/1;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}

.decor-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.decor-grid-item:hover img {
    transform: scale(1.05);
}

.decor-grid-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.decor-grid-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 992px) {
    .decor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .decor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .decor-grid {
        grid-template-columns: 1fr;
    }
}

.gallery-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gallery-column:first-child {
    display: flex;
    flex-direction: column;
}

.gallery-item.large {
    flex-grow: 1;
    height: 100%;
    min-height: 600px;
}

.gallery-column:first-child .gallery-item:not(.large) {
    height: 200px;
    flex-shrink: 0;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    background-color: #2f4f4f;
    cursor: pointer;
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(47, 79, 79, 0) 0%,
        rgba(47, 79, 79, 0.7) 100%
    );
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232F4F4F'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14zm.5-7H9v2H7v1h2v2h1v-2h2V9h-2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.gallery-item:hover::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item.large {
    height: 400px;
}

.gallery-item:not(.large) {
    height: 250px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .gallery-container {
        flex-direction: column;
    }

    .gallery-item.large {
        height: 300px;
    }

    .gallery-item:not(.large) {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .gallery-item.large {
        height: 250px;
    }

    .gallery-item:not(.large) {
        height: 180px;
    }
}

.menu-images .swiper-container {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.menu-images .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-images .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Navigation buttons for menu swipers */
.menu-images .swiper-button-next,
.menu-images .swiper-button-prev {
    color: #2F4F4F;
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
}

.menu-images .swiper-button-prev {
    left: -20px;
}

.menu-images .swiper-button-next {
    right: -20px;
}

.menu-images .swiper-button-next:after,
.menu-images .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .menu-images .swiper-button-prev {
        left: 5px;
    }
    
    .menu-images .swiper-button-next {
        right: 5px;
    }
}

/* Ensure proper styling for decor table text */
.decor-price, .decor-price small {
    color: #D6AF8F !important;
    font-weight: 600;
}

/* IMPROVED MOBILE RESPONSIVENESS */

/* Improved mobile navbar styling */
@media (max-width: 767px) {
    /* Override the fixed navbar height and styling */
    .navbar-default {
        min-height: 60px;
        background-color: #2F4F4F;
        border-color: transparent;
    }
    .container-lg {
        padding: 0;
        width: 100%;
    }
    .navbar-header {
        padding: 0;
        margin: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-brand {
        height: 60px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        margin: 0;
    }
    .navbar-brand img {
        max-width: 40px;
        height: auto;
    }
    .navbar-toggle {
        margin: 0 15px 0 0;
        padding: 8px 10px;
        border-color: rgba(255,255,255,0.3);
        background-color: transparent;
    }
    .navbar-toggle .icon-bar {
        background-color: #D6AF8F;
        width: 22px;
    }
    /* Fix for collapsed menu */
    .navbar-collapse {
        background-color: #2F4F4F;
        border-color: rgba(255,255,255,0.1);
        margin: 0;
        padding: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav > li > a {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    
    /* Make the restaurant intro section more compact */
    .restaurant-intro-section {
        padding: 70px 0 20px;
        min-height: auto;
    }
    .restaurant-intro-section::before {
        background-position: center top;
        opacity: 0.5;
    }
    .intro-header {
        margin-bottom: 10px;
    }
    .intro-logo {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    .intro-logo img {
        width: 40px;
        height: 40px;
    }
    .intro-header h1 {
        font-size: 28px;
        margin-bottom: 0;
        line-height: 1.1;
    }
    .intro-subtitle {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .intro-slogan {
        margin: 5px auto;
    }
    .slogan-vi {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .slogan-en {
        font-size: 11px;
        line-height: 1.2;
    }
    .intro-description {
        padding: 0 10px;
        margin-top: 5px;
    }
    .intro-description p {
        font-size: 13px;
        line-height: 1.2;
        margin: 0;
        padding: 5px 0;
    }
}

/* 1. Restaurant intro section - make it more compact on mobile */
@media (max-width: 767px) {
    .restaurant-intro-section {
        padding-top: 80px !important; /* Increased from 70px to 80px to account for navbar */
        padding-bottom: 0 !important;
        min-height: 50vh !important; /* Khoảng 50% chiều cao màn hình */
        display: flex !important;
        align-items: center !important;
    }
    
    .restaurant-intro-section::before {
        background-position: center !important;
        opacity: 0.7 !important;
        background-attachment: fixed !important;
    }
    
    .intro-logo {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    
    .intro-logo:hover {
        transform: scale(1.05);
    }
    
    .intro-logo img {
        width: 55px;
        height: 55px;
    }
    
    .intro-header h1 {
        font-size: 32px;
        margin-bottom: 5px;
        line-height: 1.2;
        letter-spacing: 0.5px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }
    
    .intro-subtitle {
        font-size: 18px;
        margin-bottom: 12px;
        letter-spacing: 0.5px;
        font-style: italic;
    }
    
    .intro-slogan {
        margin: 15px auto;
        background-color: rgba(47, 79, 79, 0.6);
        padding: 10px;
        border-radius: 5px;
        max-width: 90%;
    }
    
    .slogan-vi {
        font-size: 15px;
        margin-bottom: 3px;
        line-height: 1.3;
        font-weight: 500;
    }
    
    .slogan-en {
        font-size: 13px;
        line-height: 1.3;
        font-style: italic;
    }
    
    .intro-description {
        flex-direction: column;
        gap: 10px;
        background-color: transparent;
        padding: 15px;
        border-radius: 5px;
        max-width: 90%;
        margin: 15px auto;
        display: flex;
        align-items: center;
    }
    
    .tour-info {
        font-size: 18px;
        color: #d6af8f;
        text-align: center;
        letter-spacing: 0.5px;
        margin: 15px 0;
        padding: 5px 0;
        font-weight: 500;
    }
    
    @media (max-width: 767px) {
        .tour-info {
            font-size: 16px;
            margin: 10px 0;
        }
    }
    
    .intro-description p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    
    .intro-description .vietnamese {
        text-align: center;
        padding-right: 0;
        border-right: none;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-weight: 600;
        color: #d6af8f;
    }
    
    .intro-description .english {
        text-align: center;
        padding-left: 0;
        padding-top: 8px;
        font-style: italic;
    }
}

/* 2. Menu tabs (Set 200k, etc.) - make smaller on mobile */
@media (max-width: 767px) {
    .menu-tabs {
        gap: 6px;
        padding: 0 10px;
    }
    
    .menu-tab {
        padding: 8px 12px;
        font-size: 14px;
        min-width: auto;
        flex: 1 1 calc(33% - 6px); /* Three tabs per row */
        white-space: nowrap;
    }
    
    .menu-codes {
        gap: 8px;
        padding: 0 10px;
    }
    
    .menu-code {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 70px;
    }
}

/* 3. Live music pricing section - fix horizontal overflow */
@media (max-width: 767px) {
    .live-music-section .menu-party-header h1 {
        font-size: 36px;
    }
    
    /* Fix for pricing display in Live Music section */
    .live-music-section [style*="display: flex; justify-content: center; align-items: center; gap: 120px"] {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    /* Responsive style for price ranges */
    .live-music-section [style*="display: flex; align-items: center;"] {
        justify-content: center !important;
    }
    
    /* Fix for musician information layout */
    .live-music-section [style*="display: flex; justify-content: center; align-items: center; margin-bottom: 20px; gap: 50px"] {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    /* Remove the divider on mobile */
    .live-music-section [style*="color: #2F4F4F; font-size: 22px; font-weight: 300; font-family: 'Ginger', serif;"] {
        display: none !important;
    }
    
    /* Center the text on mobile */
    .live-music-section [style*="display: flex; align-items: center;"] [style*="text-align: left"] {
        text-align: center !important;
    }
}

/* 4. Cooperation business card section - improve layout for mobile */
@media (max-width: 767px) {
    .cooperation-section .menu-party-header h1 {
        font-size: 36px;
    }
    
    /* Fix the flex layout for business card and text */
    .cooperation-description [style*="display: flex; justify-content: space-between; max-width: 960px;"] {
        flex-direction: column !important;
    }
    
    /* Make the business card take full width on mobile */
    .cooperation-description [style*="background: #2f4f4f; width: 60%;"] {
        width: 100% !important;
        margin-bottom: 20px !important;
        padding: 25px !important;
    }
    
    /* Adjust the flex structure of the business card */
    .cooperation-description [style*="background: #2f4f4f; width: 60%;"][style*="display: flex;"] {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    /* Adjust the logo section */
    .cooperation-description [style*="width: 25%; display: flex;"] {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    /* Adjust the contact info section */
    .cooperation-description [style*="width: 75%;"] {
        width: 100% !important;
    }
    
    /* Adjust the business info display */
    .cooperation-description [style*="display: flex; margin-bottom: 25px;"] {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    /* Adjust the labels */
    .cooperation-description [style*="width: 120px; color: #D6AF8F; font-size: 22px;"] {
        width: auto !important;
        margin-bottom: 5px !important;
    }
    
    /* Make the "looking forward" message centered */
    .cooperation-description [style*="width: 35%; display: flex; flex-direction: column;"] {
        width: 100% !important;
        text-align: center !important;
        padding-right: 0 !important;
    }
}
