        body{
            font-family: "Outfit", sans-serif;
            font-weight: 400;
            font-style: normal;
            margin: 0;
            padding: 0;
        }
        /* Custom styles for smooth transitions and effects */
        #mobile-menu {
            transition: all 0.4s ease-in-out;
            transform: translateX(100%);
            z-index: 999;
           
        }
        @media(max-width:768.98px){
            #mobile-menu {
            padding-inline: 0;
            background: #000;
        } 
        }
        
        #mobile-menu.active {
            transform: translateX(0);
        }
        
        .feature-box {
            transition: all 0.3s ease;
        }
        
        .feature-box:hover {
            transform: translateY(-10px);
        }
        
        /* Ensure header stays on top */
        header {
            z-index: 100;
        }
        
        /* Hero section takes full viewport height */
        .hero-section {
            height: 100vh;
        }
        
        /* Fix for overlapping content */
        .content-wrapper {
            position: relative;
            z-index: 10;
        }
        
        /* Swiper custom styles */
        .swiper-pagination-bullet {
            background: white;
            opacity: 0.5;
            width: 12px;
            height: 12px;
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
            background: #f59e0b;
        }
        
        .swiper-button-next, .swiper-button-prev {
            color: white;
        }
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 24px;
        }
        
        /* Wooden pattern background */
        .wooden-bg {
           border-top-left-radius: 50px;
           border-top-right-radius: 50px;
            background-image: url("img/wooden-pattern.webp");
            background-color: #fff;
            background-size: cover;
            background-repeat: no-repeat;
        }
        
        /* Image container with shadow and border */
        .image-container {
            position: relative;
            overflow: hidden;
           
        }
        
        .image-container img {
            transition: transform 0.5s ease;
        }
        
        .image-container:hover img {
            transform: scale(1.05);
        }
        
        /* Christmas background */
        .christmas-bg,.ch-btns {
            background-color: #f0f9f0;
            background-image: url("img/bg-clip.webp");
            
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
        }
        .ch-btns{
         background-image: url("img/banner-ft.webp");   
         background-position: center;
         position: relative;
         z-index: 1;
        }
        .ch-btns:after{
            background: rgba(0, 0, 0, 0.442);
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            top: 0;
            content: '';
        }
        .christmas-deposit-bg{
            background-color: #f0f9f0;
            background-image: url("img/book-deposit.webp");
            
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            overflow: hidden;
            background-position: center top;
            min-height: 625px;
                background-position-y: 35%;
        }


        .custom-container-deposit{
      max-width: 1250px;      
        }

.custom-container-deposit .star-bullet li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    color: #AC8D5B;
    font-size: 1.5rem;
}

        .christmas-bg::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%230ea5e9' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
            opacity: 0.3;
        }
        
        /* Custom container width */
        .custom-container {
            max-width: 1310px;
            margin-left: auto;
            margin-right: auto;
        }
        .custom-container-menu{
            max-width: 825px;
            margin-left: auto;
            margin-right: auto;
        }
        
        /* Star bullet styling */
        .star-bullet {
            list-style-type: none;
            padding-left: 0;
        }
        
        .star-bullet li {
            position: relative;
            padding-left: 1.6rem;
            margin-bottom: 1rem;
            font-size: 1rem;
            line-height: 1.15rem;
            font-weight: 300;
        }
        @media (max-width: 768px) {
            .star-bullet li {
                font-size: 1.125rem;
                line-height: 1.5rem;
            }
        }
        
        .star-bullet li::before {
            content: "★";
            position: absolute;
            left: 0;
            top: 0;
            color: #0D200A;
            font-size: 1.5rem;
        }
        
        /* Christmas title styling */
        
        
        /* Christmas menus background */
        .christmas-menus-bg {
            background:url("img/christmas-bg.webp");
            position: relative;
            overflow: hidden;
              background-size: cover;
            background-repeat: no-repeat;
       background-position: center;
        }
        
  
        /* Menu box styling */
        .menu-box {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid #fed7aa;
        }
        
        .menu-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .menu-header {
            background: linear-gradient(135deg, #dc2626 0%, #ea580c 100%);
            color: white;
            padding: 1.5rem;
            text-align: center;
        }
        
        .menu-price {
            font-size: 2rem;
            font-weight: bold;
            margin-top: 0.5rem;
        }
        
        .menu-content {
            padding: 1.5rem;
        }
        
        .menu-item {
            margin-bottom: 1rem;
            padding-bottom: 1rem;
            border-bottom: 1px dashed #e5e7eb;
        }
        
        .menu-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }
        
        .menu-highlight {
            background: #fef3c7;
            border-left: 4px solid #f59e0b;
            padding: 0.75rem;
            margin: 1rem 0;
            border-radius: 0 8px 8px 0;
        }
         .faq-item.active .faq-icon {
        transform: rotate(45deg);
    }
    
    .faq-item.active .faq-answer {
        max-height: 500px;
    }
    
    .faq-question {
        transition: all 0.3s ease;
    }
    
    .faq-answer {
        transition: max-height 0.3s ease;
    }
      /* Additional custom styles for the section */
    .backdrop-blur-sm {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }
    
    /* Smooth hover transitions */
    button {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    /* Ensure proper spacing on mobile */
    @media (max-width: 640px) {
        .flex-col button {
            width: 100%;
            max-width: 280px;
        }
    }
     /* Smooth hover animations */
    .group:hover {
        transform: translateY(-2px);
    }
    
    /* Ensure proper spacing on mobile */
    @media (max-width: 768px) {
        .flex-col {
            text-align: center;
        }
    }
    .imb-box {
    border-radius: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    background: green;
    padding-top: 0;
    padding-bottom: 50px;
}
 @media (max-width: 768px) {
        .imb-box { 
           max-width: 29%;
        margin: 0 auto;
        flex-shrink: 0;
        padding: 8px 8px 25px;
     
        }
    }
.imb-box img {
    border-radius: 200px;
    height: 303px;
    object-fit: cover;
}
 @media (max-width: 768px) {
        .imb-box img { 
    height: 143px;
    object-fit: cover;
        }
        .flex.items-center.logo a img {
    width: 141px;
    height: auto;
}
.hero-section {
    height: 90dvh;
}
div#mobile-menu nav a {
    padding-inline: 15px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 13px;
    padding: 10px 56px 10px 15px;
    border-color: #363636;
}
ul.star-bullet h2 {
    text-align: center;
}
.flex.flex-col.sm\:flex-row.justify-center.items-center.gap-6 a {
    width: 91%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-cover {
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}
button#menu-close {
    background: #fff;
    color: #000;
    margin-right: 15px;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding: 0;
}
button#menu-toggle {
    margin-left: 6px;
    width: 34px;
}
.container-full {
    padding-inline: 10px;
}
    }
 
.shadow-md img {
    transition: all 400ms;
}
.shadow-md .logo img {
    width: 100px !important;
    height: auto !important;
}
.side-content h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 25px;
    font-size: 17px;
}.side-content img {
    max-width: 250px;
    width: auto;
}
.side-content p {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}