    @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Kaushan+Script&family=Lily+Script+One&family=Marck+Script&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');/* Catlog Page CSS */

    .menu-section {
        padding: 20px;
        text-align: center;
        font-family: "Poppins", sans-serif;
    }

    .menu-categories {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 20px;
    }

    .menu-categories img {
        width: 80px;
        height: 80px;
        border-radius: 15%;
        object-fit: cover;
        cursor: pointer;
    }


    .category-item p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .menu-filters {
        margin-bottom: 20px;
    }

    .menu-filters button {
        margin-right: 10px;
    }

    .menu-item {
        display: none;
        /* Hide all menu items initially */
        /* align-items: center; */
        border-bottom: 1px solid #ccc;
        /* padding: 10px 0; */
    }

    .menu-item img {
        width: 35px;
        height: 35px;
        margin-right: 15px;
        /* border-radius: 8px; */
        object-fit: cover;
    }

    .item_img {
        border-radius: 10px;
    }

    .menu-item h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .accordion {
        max-width: 600px;
        margin: 0 auto;
        /* border: 1px solid #ccc; */
        /* border-radius: 8px; */
        overflow: hidden;
    }

    .menu-title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .menu-title1 {
        font-size: 14px;
        margin-bottom: 0;
        margin-left: 34px;
    }

    .accordion-header {
        background-color: #ffffff;
        padding: 4px;
        text-align: left;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        transition: background-color 0.3s;
    }

    .accordion-header:hover {
        background-color: #ddd;
    }

    .accordion-content {
        padding: 10px;
        display: none;
        background-color: #fff;
        border-top: 1px solid #ccc;
    }

    .accordion-content p {
        font-size: 12px;
        margin: 0px 0px 0px 34px;
        font-family: "Lily Script One", system-ui;
        font-weight: 400;
        font-style: normal;
    }

    .accordion-item.active .accordion-content {
        display: block;
        text-align: left;
    }

    .menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: "Poppins", sans-serif;
        /* margin-bottom: 5px; */
    }

    /* Home Page CSS */

    .thumb1 {
        padding: 5px;
    }

    /* Additional Custom Styling */
    .navbar {
        background-color: #343a40;
        /* Dark Background */
    }

    .navbar-brand,
    .navbar-nav .nav-link {
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 20px;
        /* White Text */
    }

    .navbar-brand:hover,
    .navbar-nav .nav-link:hover {
        color: #f8f9fa;
        /* Slightly lighter hover color */
    }

    .menu-toggle {
        font-size: 1.5rem;
        border: none;
        background: none;
        color: #ffffff;
    }

    .hero-slider img {
        width: 100%;
        height: 75vh;
        object-fit: cover;
    }

    .about-section {
        padding: 60px 20px;
        font-family: "Poppins", sans-serif;
        /* background-color: #f8f9fa; */
    }

    .food-offers {
        padding: 60px 20px;
        background-color: #f8f9fa;
    }


    .about-section p {
        font-size: 1.1rem;
        color: #6c757d;
        line-height: 1.8;
        text-align: center;
        font-family: "Poppins", sans-serif;
    }

    /* General Styles for the Banner Area */
    .banner-area {
        position: relative;
        width: 100%;
        /* height: 100vh; */
        overflow: hidden;
    }

    .banner-fade {
        height: 100%;
    }

    .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
        position: relative;
        height: 300px;
    }

    .banner-area .content {
        color: #fff;
        z-index: 10;
    }

    .banner-area h4 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        font-weight: 300;
    }

    .banner-area h2 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .menu-links {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 15px;
    }

    .menu-links li a {
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s;
    }

    .menu-links li a:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    /* Swiper Navigation Styles */
    .swiper-button-prev,
    .swiper-button-next {
        color: #fff;
    }

    .swiper-pagination-bullet {
        background-color: #fff;
    }

    .special-product-area {
        background-color: #f7f6f4;
        padding: 40px 0;
    }

    .special-menu-style-one .thumb img {
        transition: transform 0.3s ease;
    }

    .special-menu-style-one .thumb img:hover {
        transform: scale(1.05);
    }

    /* .site-heading .sub-title {
        font-family: 'Times New Roman', serif;
        text-transform: uppercase;
    } */

    .food-offers {
        background-color: #f8f9fa;
        padding: 40px 0;
        text-align: center;
        overflow: hidden;
        /* Hides overflow content */
    }

    .food-offers h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        color: #333;
    }

    /* Slider Styles */
    .slider-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .slider {
        display: ruby-text;
        transition: transform 0.5s ease-in-out;
    }

    .slide {
        flex: 0 0 100%;
        /* Each slide takes 100% of the container width */
    }

    .slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Indicators */
    .indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 8px;
    }

    .indicator {
        width: 12px;
        height: 12px;
        background-color: #ddd;
        border-radius: 50%;
        cursor: pointer;
    }

    .indicator.active {
        background-color: #007bff;
    }

    .footer-area {
        background-color: #333;
        color: #fff;
        padding: 40px 0 20px;
        /* Extra bottom padding for footer-bottom */
        text-align: center;
    }

    .footer-logo {
        max-width: 150px;
        margin-bottom: 15px;
    }

    .footer-area h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff;
    }

    .footer-area p {
        margin: 5px 0;
        color: #ccc;
        font-size: 14px;
    }

    .footer-bottom {
        border-top: 1px solid #444;
        /* Optional separator */
        padding-top: 10px;
        margin-top: 20px;
        color: #aaa;
    }

    .social-links a {
        color: #fff;
        text-decoration: none;
        margin: 0 5px;
        font-size: 16px;
        transition: color 0.3s;
    }

    .social-links a:hover {
        color: #007bff;
    }

    @media (max-width: 768px) {
        .footer-area .col-lg-4 {
            margin-bottom: 30px;
        }
    }

    * {
        box-sizing: border-box;
    }

    body {
        /* font-family: Verdana, sans-serif; */
        font-family: "Poppins", sans-serif;
    }

    .mySlides {
        display: none;
    }

    img {
        vertical-align: middle;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 100%;
        position: relative;
        margin: auto;
    }

    /* Caption text */
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 50px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
        .text {
            font-size: 11px
        }
    }

    .h-text {
        text-align: center;
        font-size: 30px;
        color: #343a40;
        padding: 10px;
        margin-top: 15px;
        font-family: "Poppins", sans-serif;
    }

    /* Floating buttons */

    .logoname {
        font-size: 1.5rem;
        line-height: 1.15;
        letter-spacing: 2px;
        margin-bottom: 15px;
        background-image: url('<?php echo base_url() ?>assets/img/spa1.jpg');
        background-repeat: repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        -webkit-font-smoothing: antialiased
    }

    .icon-bar1 {
        position: fixed;
        top: 80%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
        box-shadow: 0 0 5px #000000;
        border-radius: 15px 0 0 15px;
    }

    .icon-bar1 a {
        height: 45px;
        width: 45px;
        display: block;
        text-align: center;
        margin: 8px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        border-radius: 50%;
        transition: all .2s ease-in-out;
    }

    .icon-bar1 a:hover {
        background-color: 0 0 5px #000000;
        transform: scale(1.1);
    }

    .icon a:hover {
        background-color: 0 0 5px #000000;
        transform: scale(1.1);
    }