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

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

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

.menu-party-header h1 {
    font-size: 60px;
    font-weight: 400;
    /* margin-bottom: 20px; */
    color: #000000;
    /* 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 #694e3a;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    color: #694e3a;
    text-align: center;
    min-width: 140px;
}

.menu-tab.active {
    background-color: #694e3a;
    color: white;
}

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

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

.menu-code.active {
    background-color: #694e3a;
    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 20px;
    padding: 0 20px;
}

.menu-price {
    font-size: 28px;
    font-weight: bold;
    color: #694e3a;
    margin: 16px 0 0 10px;
}

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

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

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

.action-button:hover {
    background-color: #694e3a;
    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%);
    color: white;
    font-size: 24px;
    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%;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.fullscreen-nav:hover {
    background-color: rgba(47, 79, 79, 0.8);
    border-color: #fff;
}

.fullscreen-prev {
    left: 30px;
}

.fullscreen-next {
    right: 30px;
}

.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;
}

/* Responsive styles */
@media screen and (max-width: 1024px) {
    .menu-party-header h1 {
        font-size: 48px;
    }
  
    .menu-party-header p {
        font-size: 16px;
        padding: 0 20px;
    }
  
    .container {
        padding: 0 15px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .menu-party-header h1 {
        font-size: 36px;
    }
  
    .menu-tabs {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
  
    .menu-tab {
        min-width: 100px;
        padding: 10px 15px;
        font-size: 16px;
    }
  
    .menu-codes {
        flex-wrap: wrap;
        gap: 8px;
    }
  
    .menu-code {
        min-width: 80px;
        padding: 8px 12px;
        font-size: 13px;
    }
  
    .menu-price {
        font-size: 20px;
    }
  
    .swiper-slide {
        height: 50vh;
    }
  
    .action-buttons {
        /* flex-direction: column; */
        gap: 10px;
    }
  
    .action-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 5px 10px;
        font-size: 13px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .menu-party-header h1 {
        font-size: 28px;
    }
  
    .menu-party-header p {
        font-size: 14px;
    }
  
    .menu-tab {
        min-width: 80%;
        padding: 6px 10px;
        font-size: 13px;
        flex: 0 0 auto; 
    }
  
    .menu-code {
        min-width: 70px;
        padding: 6px 10px;
        font-size: 15px;
    }
  
    .menu-price {
        font-size: 16px;
    }
    
    .menu-description {
        margin-bottom: 10px;
    }
    .menu-codes {
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 10px;
    }
    .menu-code{
        font-size: 10px;
    }
    .image-note {
        font-size: 12px;
    }
  
    .swiper-slide {
        height: 40vh;
    }
    
    .action-buttons {
        /* flex-direction: column; */
        gap: 10px;
    }
  
    .action-button {
        min-width: 100px;
        margin: 0 auto;
        padding: 5px 10px;
        font-size: 13px;
    }
    .fullscreen-nav {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
  }
  
  /* Landscape mode */
  @media screen and (max-height: 480px) and (orientation: landscape) {
    .swiper-slide {
        height: 80vh;
    }
  
    .menu-party-header {
        margin-bottom: 20px;
    }
  
    .menu-party-header h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
  
    .menu-party-header p {
        font-size: 13px;
    }
  }