
body {
    margin: 0;
  
    font-family: "Trirong", serif;
    
    background-color: #ffffff;
    color: #555;
   
}

header {

    background-color: #202A44;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    position: sticky;
   
    top: 0;
    z-index: 1000;
}

nav {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


nav .logo img {
    height: 50px;
  
    width: auto;
}


.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-links li {
    margin: 0 15px;
    
}

.nav-links li a {
    color: #f0e0e0;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-links li .dropdown-toggle {
    color: #f0e0e0;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s;
}


.nav-links li .dropdown-toggle:hover {
    color: #daa520; 
}


.nav-links li a:hover {
    color: #daa520;
  
}


.nav-links li a.active-link {
    color: #ffc107;
    
    font-weight: bold;
}

.nav-links li.dropdown {
    position: relative;
}

.nav-links li .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #202A44;
    min-width: 180px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    z-index: 1000;
}

.nav-links li .dropdown-menu li {
    list-style: none;
    margin: 0;
}

.nav-links li .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #f0e0e0;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    white-space: nowrap;
}

.nav-links li .dropdown-menu li a:hover {
    background-color: #2c3655;
    color: #daa520;
}

.nav-links li.dropdown:hover>.dropdown-menu {
    display: block;
}

.nav-links li.dropdown>a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-reservations {
    background-color: #daa520;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.btn-reservations:hover {
    background-color: #daa520;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/restro-main-1.jpg');
    height: 60vh;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}


.about-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/about-us.jpg');
    height: 60vh;
    background-size: cover;
    background-position: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.menu-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/dish-9.jpg');
    height: 60vh;
    background-size: cover;
    background-position: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}

.menu-hero2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/special-dish.jpg');
    height: 70vh;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}


.hero-content {
 z-index: 2;
}

.hero-content h1 {
    font-family: "Trirong", serif;
    font-size: 50px;
    
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.hero-content .divider {
    color: #ffc107;
  
    font-size: 24px;
    margin: 20px 0;
}

.hero-content p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.reservations-section-new {
   
}

.section-title {font-size: 20px;
   
    text-align: center;
    background-color: #f7fdff;
}

.venues-split-container {
    display: flex;
    flex-wrap: wrap;
}


.venue-split-column {
    padding: 60px 40px;
    width: 50%;
    box-sizing: border-box;
}

.venue-split-column1 {
    width: 100%;
    width: 50%;
 
}

.venue-split-column2 {
    width: 100%;
    padding: 5% 0px 0px 0px;
    width: 50%;
    justify-content: center;
     align-items: flex-start;
}



.dark-bg {
    background-color: #2B2F4A;
    color: white;
}

.light-bg {
    background-color: #F5F5F5;
    color: #333;
}

.venue-card-new {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.venue-card-new img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}



.venue-content-new h3 {
    font-size: 28px;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}

.venue-content-new .address {
    font-size: 16px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.venue-content-new .opening-hours {
    margin: 20px 0;
    line-height: 1.6;
}

.venue-content-new a {
    display: block;
    margin: 10px auto;
    padding: 15px 20px;
    max-width: 250px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.venue-content-new2 a {
    display: block;
    margin: 10px auto;
    padding: 15px 20px;
    max-width: 250px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.btn-split-light {
    background-color: #fdf5e8;
    color: #9a674F;
}

.btn-split-light:hover {
    background-color: #fff;
    transform: translateY(-3px);
}

.btn-split-outline-light {
    background-color: transparent;
    color: #fdf5e8;
    border: 2px solid #fdf5e8;
}

.btn-split-outline-light:hover {
    background-color: #fdf5e8;
    color: #9a674F;
    transform: translateY(-3px);
}

.btn-split-dark {
    background-color: #9a674F;
    color: white;
}

.btn-split-dark:hover {
    background-color: #daa520;
    transform: translateY(-3px);
}

.btn-split-outline-dark {
    background-color: transparent;
    color: #9a674F;
    border: 2px solid #9a674F;
}

.btn-split-outline-dark:hover {
    background-color: #9a674F;
    color: white;
    transform: translateY(-3px);
}

.btn-about-outline-dark {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.btn-about-outline-dark:hover {
    background-color: white;
    color: #9a674F;
    transform: translateY(-3px);
}

.btn-reservations,
.btn-light,
.btn-dark,
.btn-outline-light,
.btn-outline-dark {
    transition: transform 0.2s ease, background-color 0.3s, color 0.3s, border-color 0.3s;
}

.venue-content-new2 {
    transition: transform 0.2s ease, background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn-reservations:hover,
.btn-light:hover,
.btn-dark:hover,
.btn-outline-light:hover,
.btn-outline-dark:hover {
    transform: translateY(-3px);
}

.venue-content-new2:hover {
    transform: translateY(-3px);
}

.specialties-section {
    background-color: #f7fdff;
    padding: 20px 0px;
    text-align: center;
     font-size: 20px;
}

.specialties-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
}

.specialty-card {
    max-width: 300px;
    transition: transform 0.3s ease;
}

.specialty-card:hover {
    transform: translateY(-10px);
}

.icon-container {
    font-size: 60px;
    color: #9a674F;
}

.divider-dots {
    color: #9a674F;
    font-size: 18px;
    letter-spacing: 5px;
    margin: 20px 0;
}

.specialty-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #9a674F;
    margin: 10px 0;
}

.specialty-card p {
    font-size: 16px;
    color: #daa520;
    line-height: 1.5;
}

.menu-buttons-container {
    margin-top: 50px;
    display: table;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-us-section {
    background-color: #fff;
    padding: 0;
}

.about-us-container {
    display: flex;
    flex-wrap: wrap;
}

.about-image-side,
.about-text-side {
    width: 50%;
  
    box-sizing: border-box;
    
}

.about-image-side {
    position: relative;
   
}

.main-about-image {
    width: 100%;
    display: block;
   
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    display: flex;
    align-items: flex-end;
    padding: 40px;
    box-sizing: border-box;
}

.overlay-text {
    color: white;
}

.overlay-text h2 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

.overlay-text p {
    font-size: 18px;
    margin: 10px 0 0 0;
}

.about-text-side {
    background-color: #fdf5e8;
    color: #daa520;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.8;
}

.about-text-side .btn-light {
    margin-top: 30px;
    background-color: #9a674F;
    color: white;
}

.about-text-side .btn-light:hover {
    background-color: #daa520;
}

.secondary-image-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    animation: bgSlide 25s infinite;

}

@keyframes bgSlide {
    0% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-1.jpg');
    }

    10% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-2.jpg');
    }
    20% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-3.jpg');
    }
    30% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-4.jpg');
    }
    40% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-5.jpg');
    }

    50% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-6.jpg');
    }
    60% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-7.jpg');
    }
    70% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-8.jpg');
    }
    80% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-10.jpg');
    }

    90% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-11.jpg');
    }
    100% {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
            url('../images/dish-12.jpg');
    
    }
}

footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #555;
}

.footer-logo img {
    height: 40px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ffc107;
}

.footer-social a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-left: 15px;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #ffc107;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #aaa;
}

.simple-text-section,
.connect-section {
    padding: 60px 20px;
    text-align: center;
}

.simple-text-section h2,
.connect-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: #6d4c41;
}

.simple-text-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.text-link {
    display: block;
    color: #9a674F;
    text-decoration: underline;
    margin-bottom: 10px;
    font-weight: bold;
}

.connect-section {
    background-color: #fdf5e8;
}

.divider-wavy {
    color: #ffc107;
    font-size: 24px;
    margin: 10px 0 20px 0;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.social-handle {
    color: #6d4c41;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

.new-footer {
    background-color: #202A44;

    color: #e0dcd7;
    padding: 60px 40px;
    font-size: 14px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.footer-column h4 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer-column p {
    line-height: 1.8;
    margin-bottom: 10px;
}

.scroll-to-top {
    text-align: center;
}

.scroll-to-top a {
    color: white;
    font-size: 80px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s, transform 0.3s;
}

.scroll-to-top a:hover {
    opacity: 1;
    transform: translateY(-5px);
}

.scroll-to-top i {
    line-height: 0.7;
}

.footer-bottom-new {
    max-width: 1400px;
    margin: 60px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #8a6d62;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-legal-links a {
    color: #e0dcd7;
    text-decoration: none;
    margin-right: 20px;
    transition: color 0.3s;
}

.footer-legal-links a:hover {
    color: white;
}

.page-header {
    height: 40vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image);
}

.page-header h1 {
    font-size: 60px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: "Trirong", serif;
}

.menu-section {
    padding: 10px 10px;
    background-color: #f7fdff;
}

.menu-container {
    max-width: 900px;
    margin: 0 auto;
}

.menu-container h2 {
    font-size: 35px;
    color: #9a674F;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0c9a6;
    font-family: 'Poppins', sans-serif;
}

.menu-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #c8b598;
}

.menu-item:last-child {
    border-bottom: none;
}

.item-name {
    flex-basis: 70%;
    margin: 0;
    font-size: 20px;
    color: #333;
}

.item-price {
    flex-basis: 25%;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #9a674F;
}

.item-description {
    flex-basis: 100%;
    margin-top: 10px;
    font-size: 16px;
    color: #daa520;

}

.contact-section {
    padding: 80px 20px;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-info,
.contact-form {
    flex: 1;
    min-width: 350px;
}

.contact-info h3,
.contact-form h3 {
    font-size: 28px;
    color: #9a674F;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.contact-info p {
    line-height: 1.7;
    color: #555;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.info-item i {
    font-size: 20px;
    color: #9a674F;
    width: 30px;
}

.contact-info h4 {
    margin-top: 30px;
    font-size: 20px;
    color: #9a674F;
    font-family: 'Poppins', sans-serif;
}

/* Form Styling */
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #9a674F;
}

.contact-form button {
    cursor: pointer;
    border: none;
    align-self: flex-start;
}

.map-section {
    width: 100%;
    height: 450px;
}

.map-section iframe {
    display: block;

}

.detailed-about-section {
    padding: 80px 20px;
    background-color: #f7fdff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
}

.about-text {
    flex: 1.5;
    min-width: 300px;
}

.about-text h2 {
    font-size: 36px;
    color: #daa520;
    margin-top: 0;
    font-family: 'Poppins', sans-serif;
}

.about-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-text h3 {
    font-size: 24px;
    color: #daa520;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}

.services-section {
    padding: 80px 20px;
    
}

.services-container {
    max-width: 1000px;
    margin: 0 auto;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.service-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.service-icon {
    font-size: 40px;
    color: #9a674F;
    padding-top: 5px;
}

.service-text h3 {
    font-size: 24px;
    color: #9a674F;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.service-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

.hamburger-menu {
    display: none;
}

@media (max-width: 1200px) {

    nav,
    .about-us-container,
    .contact-container,
    .about-container,
    .services-container,
    .menu-container,
    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
}


@media (max-width: 992px) {

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        background-color: #333;
        padding: 20px 0;
        text-align: center;
         align-items: center;
         
    }

    .nav-links.active {
        display: flex;
         z-index: 9999;
         right: 0;
    }

    .nav-links li {
        margin: 15px 0;
    }

    .nav-links li a {
        color: white;
    }

    .nav-links li .dropdown-toggle {
   
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        transition: color 0.3s; 
        
        display: block;
        padding: 8px 0;
        cursor: pointer;
    }

    .nav-links li.dropdown .dropdown-menu {
        display: none;
        position: static;
        background: none;
        box-shadow: none;
        padding: 10px 0 0 20px;
        min-width: 0;
        border-top: 1px solid #444;
        margin-top: 10px;
        text-align: center;
    }
    
    .nav-links li.dropdown .dropdown-menu li {
        margin: 10px 0;
    }

    .nav-links li.dropdown .dropdown-menu li a {
        color: #aaa;
        font-weight: normal;
    }
    
    .hamburger-menu {
        display: block;
   
        background: none;
        border: none;
        color: #dcdcdc;
        font-size: 24px;
        cursor: pointer;
    }

    .btn-reservations {
        

    }

    .venue-content-new2 {
        display: none;
   
    }

    .hero-content h1 {
        font-size: 40px;
        font-family: "Trirong", serif;
    }

    .venues-container {
        flex-direction: column;
        align-items: center;
    }

    .venue-split-column {
        width: 100%;
    }

    .venue-card {
        width: 90%;
        max-width: 500px;
    }

   
    .about-us-container {
        flex-direction: column;
    }

    .about-image-side,
    .about-text-side {
        width: 100%;
    }

    .secondary-image-section img {
        max-width: 80%;
    }

    .about-container {
        flex-direction: column;
    }
}

@media (max-width: 768px) {

    nav .logo img {
        height: 40px;
    }

    .hero {
        height: 70vh;
    }

    .hero-content h1 {
        font-size: 32px;
        font-family: "Trirong", serif;
    }

    .hero-content p {
        font-size: 20px;
    }

    .specialties-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .page-header h1 {
        font-size: 40px;
        font-family: "Trirong", serif;
    }

    .item-name,
    .item-price {
        font-size: 18px;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 576px) {


    .about-text-side {
        padding: 40px 20px;
    }

    .contact-container {
        flex-direction: column;
    }

    .service-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

.hidden {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.show {
    opacity: 1;
    transform: translateY(0);

}


.services-hero {
    height: auto;
    min-height: 50vh;
   
    padding: 60px 20px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; /* ⭐ जरूरी */
    background-size: cover;
    background-position: center;
}

.services-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); 
    z-index: 1;
}

.services-hero-content {
    max-width: 900px;
    text-align: center;
    color: white;
    
    padding: 40px;
    border-radius: 10px;
     position: relative; 
    z-index: 2;
    background: rgba(0,0,0,0.35);
}

.services-hero-content h1 {
    font-family: "Trirong", serif;
    font-size: 48px;
    margin-bottom: 15px;
}

.services-hero-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
}

.service-icons-strip {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: white;
    min-width: 120px;
}

.icon-item i {
    font-size: 40px;
    color: #ffc107;
  
}

.icon-item span {
    font-weight: 500;
    font-size: 16px;
}

.detailed-services-section {
    padding: 40px 20px;
    background-color: #f7fdff;
}

.service-detail-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 40px 50px 40px auto;
    gap: 40px;
}

.service-detail-row.reverse {
    flex-direction: row-reverse;
}

.service-detail-row1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 40px auto 40px 50px;
    gap: 40px;
}

.service-detail-row1.reverse {
    flex-direction: row-reverse;
}

.service-text-col,
.service-image-col {
    flex: 1;
    min-width: 320px;
    background-color: #d8bfd8d6;
    border-radius: 10px;
    padding: 10px;

}

.service-text-col1,
.service-image-col1 {
    flex: 1;
    min-width: 320px;
    background-color: #d8bfd8d6;
    border-radius: 10px;
    padding: 10px;
  
}

.service-text-col2,
.service-image-col2 {
    flex: 1;
    min-width: 320px;
    background-color: #d8bfd8d6;
    border-radius: 10px;
    padding: 10px;
  
}

.service-text-col3,
.service-image-col3 {
    flex: 1;
    min-width: 320px;
    background-color: #d8bfd8d6;
    border-radius: 10px;
    padding: 10px;

}

.service-text-col h2 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #9a674f;
    margin-top: 0;
}

.service-text-col1 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #9a674f;
    margin-top: 0;
}

.service-text-col2 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #9a674f;
    margin-top: 0;
}

.service-text-col3 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #9a674f;
    margin-top: 0;
}

.service-text-col p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.service-text-col1 p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.service-text-col2 p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.service-text-col3 p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
}

.service-image-col img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-image-col1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-image-col2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-image-col3 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.enquire-form-section {
    background-color: #f7fdff;
    padding: 40px 20px;
}

.enquire-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.enquire-container h2 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    color: #9a674f;
}

.enquire-container form {
    margin-top: 40px;
    text-align: left;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-group input:focus {
    outline: none;
    border-color: #9a674f;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
}

.form-footer {
    margin-top: 40px;
    text-align: center;
}

.privacy-text {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 30px;
}

.privacy-text a {
    color: #9a674f;
    text-decoration: underline;
}

.btn-submit {
    background-color: #daa520;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #daa520;
    transform: translateY(-3px);
}

.contact-hero {
    height: auto;
    min-height: 50vh;
    padding: 60px 20px;
    position: relative;
    background-position: center 30%;
 
}

.contact-hero-content {
    max-width: 900px;
    text-align: center;
    position: relative;
    color: white;
    z-index: 2; 
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.contact-hero-content h1 {
    font-family: "Trirong", serif;
    font-size: 56px;
   
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.contact-hero-content p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 650px;

    margin: 20px auto 0 auto;

}

.contact-hero-content .divider {
    color: white;
    
    font-size: 24px;
    margin: 20px 0;
}

.contact-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); 
    z-index: 1;
}


.venue-contact-info {
    margin: 30px 0;
   
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 15px;
    
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
  
}

.contact-item i {
    font-size: 20px;
}

.dark-bg .contact-item i,
.dark-bg .contact-item a {
    color: white;
}

.light-bg .contact-item i {
    color: #9a674F;
}

.light-bg .contact-item a {
    color: #333;
}

.contact-item a {
    font-size: 16px;
    font-weight: normal;
   
    text-decoration: none;
   
    display: inline;
    padding: 0;
    margin: 0;
    max-width: none;
    border-radius: 0;
    border: none;
    background-color: transparent;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #ffc107;
  
    transform: none;

}

.venue-social-icon a:hover {
    color: #ffc107;
  
}

.dark-bg .venue-social-icon a {
    color: white;
}

.light-bg .venue-social-icon a {
    color: #9a674F;
 
}

.venue-social-icon a {
    font-size: 36px;

    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-category-title {
  font-size: 28px;
  color: #9a674F;
  text-align: center;

  font-family: 'Poppins', sans-serif;
}

.menu-category-subtitle{
    font-size: 20px;
  color: #9a674F;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.privacy-policy-section {
    color: #91401F;
    margin-left: 20%;
    font-size: 22px;
    height: auto;
    width: 65%;
}

.privacy-policy-section h3{
    display: block;
    font-size: 1.17em;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}


.privacy-policy-section p{
    display: block;
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.special-dishes-list {
  margin-top: 20px;
}


.dish-item {
  margin-bottom: 20px; 
}

.dish-item strong {
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
  color: #343d7f;
}

.dish-desc {
  font-size: 0.9rem;
  color: #555;
  margin-top: 5px;
  line-height: 1.5;
}

.allergy-container {
 
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.allergy-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #fcdede;
  color: #0a0000;
  font-size: 13px;
  border-radius: 12px;
  border: 1px solid #ab1d1d;
  font-weight: 500;
  white-space: nowrap;
}

.gallery-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.btn-gallery {
  background: #8b3f24;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-gallery:hover {
  background: #632817;
}

.menu-tabs {
  display: flex;
  gap: 12px;
  margin: 20px auto;
  flex-wrap: wrap;
  justify-content: center;
}

.menu-tab {
  padding: 10px 10px;
  background: #e0dada;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
}

.menu-tab:hover {
  background: #bebdbd;
}

.menu-tab.active {
  background: #9a674F;
  color: white;
}

.allergy-section {
  margin: 20px auto;
  max-width: 1200px;
  padding: 20px;
 
}

.allergy-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
 
}

#allergy-list {
  background: #f6f6f6;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
}

.allergy-row {
  display: flex;
  gap: 40px;
  margin-bottom: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.allergy-index {
  font-weight: bold;
  width: 30px;
}

.allergy-name {
  flex: 1;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  user-select: none;
  display: none;
}

.dropdown-selected {
  padding: 12px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-icon {
  font-size: 16px;
  color: #444;
  transition: transform 0.2s ease;
}

.dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;

  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 6px;

  max-height: 200px;        
  overflow-y: auto;         
  display: none;

  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.custom-dropdown.open .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-list li {
  padding: 12px;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-list li:hover {
  background: #f2f2f2;
}

.menu-tabs {
  display: flex;  
}

@media (max-width: 768px) {
  .custom-dropdown {
    display: block; 
  }

  .menu-tabs {
    display: none;   
  }
}

.item-description-english {
    flex-basis: 100%;
  color: #daa520;  
  font-size: 16px;
  margin-top: -10px;  
  margin-bottom: 10px;
}

.menu-category-description {
  margin-top: -10px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 15px;
  color: #7b6746;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.item-top-row {
  display: inline-flex;
  flex-wrap: nowrap;        
  align-items: flex-start;
  gap: 4px;
  white-space: nowrap;      
}

.item-name {
  margin: 0;
  white-space: nowrap;     
}

.allergy-round-group {
  display: inline-flex;
  gap: 3px;
  margin-top: -4px;       
}

.allergy-round {
  width: 13px;
  height: 13px;
  background: #fcfbfa;
  border-radius: 40%;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5a59599d;
  color: #960404;
  line-height: 1;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

/* Popup Box - FIXED SIZE */
.popup-content {
  position: relative;
  width: 420px;          /* Desktop size */
  max-width: 100%;
  max-height: 90vh;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

/* Popup Image - auto fit */
.popup-content img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

/* Close Button */
.popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(248, 5, 5, 0.7);
  color: #fff;
  font-size: 22px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

@media (max-width: 600px) {
  .popup-content {
    width: 90%;
    max-height: 85vh;
  }
}

.menu-category-section {
  scroll-margin-top: 120px; 
  margin-bottom: 60px;
}


