 :root {
 --fresh-primary: #4a7c59;
 --fresh-secondary: #d8a47f;
 --fresh-accent: #e9f1f7;
 --fresh-light: #f8f8f8;
 --fresh-dark: #333;
 --fresh-gradient: linear-gradient(135deg, #4a7c59 0%, #d8a47f 100%);
 --fresh-border-radius: 12px;
 --fresh-shadow: 0 5px 15px rgba(0,0,0,0.1);
 }

 body {
 font-family: 'Raleway', sans-serif;
 color: var(--fresh-dark);
 background-color: var(--fresh-light);
 padding-bottom: 80px; /* Space for sticky footer */
 }

 h1, h2, h3, h4 {
 font-family: 'Playfair Display', serif;
 }

 .section-title {
 position: relative;
 margin-bottom: 2.5rem;
 text-align: center;
 }

 .section-title:after {
 content: '';
 position: absolute;
 bottom: -12px;
 left: 50%;
 transform: translateX(-50%);
 width: 80px;
 height: 4px;
 background: var(--fresh-primary);
 border-radius: 2px;
 }

 /* Header Styles */
 .header-fresh {
 background-color: white;
 box-shadow: 0 2px 10px rgba(0,0,0,0.1);
 position: sticky;
 top: 0;
 z-index: 1000;
 }

 .header-title {
 font-family: 'Great Vibes', cursive;
 font-size: 2.2rem;
 font-weight: 700;
 color: var(--fresh-primary);
 text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
 }

 .nav-link {
 font-weight: 500;
 /* color: var(--fresh-primary) !important; */
 transition: all 0.3s ease;
 position: relative;
 }

 /* .nav-link:after {
 content: '';
 position: absolute;
 bottom: -2px;
 left: 0;
 width: 0;
 height: 2px;
 background: var(--fresh-secondary);
 transition: width 0.3s ease;
 } */

 /* .nav-link:hover:after {
 width: 100%;
 } */

 /* Hero Carousel Fixes */
 
 #heroCarousel {
 height: 82vh;
 }

 #heroCarousel .carousel-inner,
 #heroCarousel .carousel-item {
 height: 100%;
 }

 #heroCarousel .carousel-item img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }

 .hero-overlay {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.4);
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 padding: 20px;
 color: white;
 }

 .hero-content h1 {
 font-size: 3.5rem;
 font-weight: 700;
 margin-bottom: 1rem;
 text-shadow: 0 2px 4px rgba(0,0,0,0.4);
 }

 .hero-content p {
 font-size: 1.2rem;
 max-width: 600px;
 margin: 0 auto 2rem;
 text-shadow: 0 1px 2px rgba(0,0,0,0.3);
 }

 /* Button Styles */
 .btn-fresh {
 background: var(--fresh-gradient);
 border: none;
 border-radius: 50px;
 color: white;
 font-weight: 600;
 padding: 10px 30px;
 transition: all 0.3s ease;
 box-shadow: var(--fresh-shadow);
 }

 .btn-fresh:hover {
 transform: translateY(-3px);
 box-shadow: 0 8px 20px rgba(0,0,0,0.15);
 color: white;
 }

 /* Menu Cards */
 .menu-card {
 background: white;
 border-radius: var(--fresh-border-radius);
 overflow: hidden;
 box-shadow: var(--fresh-shadow);
 transition: all 0.3s ease;
 height: 100%;
 margin: 0 10px;
 }

 .menu-card:hover {
 transform: translateY(-10px);
 box-shadow: 0 12px 25px rgba(0,0,0,0.15);
 }

 .menu-card-img {
 height: 475px;
 overflow: hidden;
 }

 .menu-card-img img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: transform 0.5s ease;
 }

 .menu-card:hover .menu-card-img img {
 transform: scale(1.05);
 }

 .menu-card-body {
 padding: 20px;
 }

 .menu-card-title {
 color: var(--fresh-primary);
 margin-bottom: 10px;
 }

 /* Contact Section */
 .contact-card {
 background: white;
 border-radius: var(--fresh-border-radius);
 box-shadow: var(--fresh-shadow);
 padding: 30px;
 height: 100%;
 }

 .contact-info {
 margin-bottom: 1.5rem;
 }

 .contact-info i {
 color: var(--fresh-primary);
 margin-right: 10px;
 width: 20px;
 }

 /* Sticky Footer Navigation */
 .footer-nav {
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 background: white;
 box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
 display: flex;
 justify-content: space-around;
 align-items: center;
 height: 70px;
 z-index: 1000;
 }

 .footer-nav-item {
 display: flex;
 flex-direction: column;
 align-items: center;
 text-decoration: none;
 color: var(--fresh-primary);
 font-size: 0.85rem;
 transition: all 0.3s ease;
 }

 .footer-nav-item i {
 font-size: 1.4rem;
 margin-bottom: 3px;
 }

 .footer-nav-item:hover {
 color: var(--fresh-secondary);
 transform: translateY(-3px);
 }

 /* Global Cuisine Carousel */
 #globalCuisineCarousel .carousel-inner {
 border-radius: 12px;
 overflow: hidden;
 }

 #globalCuisineCarousel .carousel-item img {
 width: 100%;
 height: 450px;
 object-fit: cover;
 }

/* Events Cuisine Carousel */
 #eventsCarousel .carousel-inner {
 border-radius: 12px;
 overflow: hidden;
 }

 #eventsCarousel .carousel-item img {
 width: 100%;
 height: auto;
 object-fit: cover;
 }




 /* Menus Carousel */
 #menusCarousel .carousel-inner {
 padding: 20px 0;
 }

 #menusCarousel .carousel-item {
 transition: transform 0.6s ease-in-out;
 }

 #menusCarousel .carousel-control-prev,
 #menusCarousel .carousel-control-next {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 background: rgba(0,0,0,0.2);
 top: 50%;
 transform: translateY(-50%);
 opacity: 1;
 }

 #menusCarousel .carousel-control-prev {
 left: -20px;
 }

 #menusCarousel .carousel-control-next {
 right: -20px;
 }

 #menusCarousel .carousel-control-prev-icon,
 #menusCarousel .carousel-control-next-icon {
 filter: invert(1);
 width: 20px;
 height: 20px;
 }

 #menusCarousel .carousel-indicators {
 bottom: -30px;
 }

 #menusCarousel .carousel-indicators button {
 background-color: var(--fresh-primary);
 width: 10px;
 height: 10px;
 border-radius: 50%;
 margin: 0 5px;
 }

 #menusCarousel .carousel-indicators .active {
 background-color: var(--fresh-secondary);
 }

 /* Menu card container for carousel */
 .menu-cards-container {
 display: flex;
 justify-content: center;
 padding: 0 15px;
 }
 #galleryCarousel .gallery-img {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 500px; /* adjust based on desired carousel height */
 overflow: hidden;
 }

 #galleryCarousel .gallery-img img {
 max-height: 100%;
 max-width: 100%;
 object-fit: contain;
 width: auto;
 height: auto;
 }


 /* Responsive Adjustments */
 @media (max-width: 768px) {
 .hero-content h1 {
 font-size: 2.5rem;
 }

 .hero-content p {
 font-size: 1rem;
 }

 .section-title {
 font-size: 2rem;
 }

 .menu-card {
 margin-bottom: 30px;
 }

 #globalCuisineCarousel .carousel-item img {
 height: 300px;
 }




 }

 @media (max-width: 576px) {
 .header-title {
 font-size: 1.8rem;
 }

 .hero-content h1 {
 font-size: 2rem;
 }

 #globalCuisineCarousel .carousel-item img {
 height: 250px;
 }


 }


 .menu-hero {
            /* height: 50vh; */
            /* background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat; */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            /* color: white; */
            /* margin-bottom: 60px; */
        }


#mainMenu .menu-img,
#drinkMenu .menu-img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    overflow: hidden;
    /* background-color: #fff;  */
}

#mainMenu .menu-img img,
#drinkMenu .menu-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

@media (min-width: 992px) {
    #mainMenu .menu-img img,
    #drinkMenu .menu-img img {
        max-height: 600px; /* prevent overly tall images on desktop */
    }
}

/* Ensure the parent .nav-item for the dropdown behaves like other nav-items */
.navbar-nav .nav-item.dropdown {
    list-style: none; /* Already addressed, but good to keep */
}

/* Style for the dropdown menu itself when it's inside the collapsed navbar */
@media (max-width: 991.98px) { /* Applies only on small screens (Bootstrap's 'lg' breakpoint) */
    .navbar-collapse .dropdown-menu {
        background-color: transparent; /* Remove background, match parent navbar */
        border: none; /* Remove any border */
        box-shadow: none; /* Remove any shadow */
        padding: 0; /* Remove default padding of the dropdown menu container */
        margin: 0; /* Remove default margin */
        position: static; /* Important for flow within the collapsed menu */
        float: none; /* Remove float */
        width: auto; /* Allow it to take natural width */
    }

    /* Style for the individual dropdown items */
    .navbar-collapse .dropdown-item {
        color: inherit; /* Inherit text color from parent nav links */
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); /* Use Bootstrap's nav-link padding vars */
        font-size: var(--bs-nav-link-font-size); /* Inherit font size */
        font-weight: var(--bs-nav-link-font-weight); /* Inherit font weight */
        text-decoration: none; /* Ensure no underline */
        white-space: normal; /* Allow text to wrap */
    }

    /* Adjust hover/focus states for dropdown items to match nav-links */
    .navbar-collapse .dropdown-item:hover,
    .navbar-collapse .dropdown-item:focus {
        background-color: var(--bs-navbar-hover-color, rgba(0, 0, 0, 0.075)); /* Match hover color of nav-links */
        color: inherit; /* Keep text color on hover */
    }

    /* Adjust the dropdown-toggle spacing to look more like a regular nav-link */
    .navbar-collapse .nav-item.dropdown .nav-link.dropdown-toggle {
        padding-bottom: var(--bs-nav-link-padding-y); /* Match bottom padding */
    }

}

.hover-glow {
    position: relative;
    transition: color 0.3s ease;
}
.hover-glow:hover {
    color: var(--fresh-primary);
    text-shadow: 0 0 8px rgba(255, 180, 200, 0.7);
}