
        :root {
            --background-color: #ffffff;
            --default-color: #212529;
            --heading-color: #32353a;
            --accent-color: #982121;
            --surface-color: #ffffff;
            --contrast-color: #ffffff;
        }
        
        body {
            font-family: 'Open Sans', system-ui, sans-serif;
            color: var(--default-color);
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            color: var(--heading-color);
        }
        .hero-heading{
            color: var(--contrast-color);
        }
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/asset/img/landing_page/jollof_hero.jpeg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        
        
#callButton {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: var(--accent-color);
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    z-index: 9999;
    text-decoration: none;
    bottom: -100px; /* Start hidden below viewport */
    transition: bottom 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  }
  

/* Carousel Container */
#menu-showcase .carousel {
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Image Container */
.image-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;
    background-color: #f8f9fa; /* Fallback color */
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Changed from 'contain' to 'cover' */
    object-position: center;
    transition: transform 0.5s ease;
}

/* Improve controls visibility */
.carousel-control-prev,
.carousel-control-next {
    width: 8%;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

/* Indicators */
.carousel-indicators {
    margin-bottom: 10px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--accent-color);
    opacity: 0.5;
    transition: all 0.3s ease;
    border: none;
    margin: 0 5px;
}

.carousel-indicators button.active {
    opacity: 1;
    transform: scale(1.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-container {
        padding-top: 75%; /* Taller aspect ratio on mobile */
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 15%;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .image-container {
        padding-top: 75%; /* Taller aspect ratio on mobile */
    }
    
    .carousel-caption {
        padding: 10px;
        bottom: 10px;
    }
    
    .carousel-caption h5 {
        font-size: 1rem;
    }
    
    .carousel-caption p {
        font-size: 0.8rem;
    }
}
  a.mobile-call-button.visible {
    bottom: 0; /* Show at bottom when active */
  }
        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 0;
            }
        }
        
        .btn-primary {
            background-color: var(--accent-color);
            border-color: var(--accent-color);
            padding: 12px 30px;
            font-weight: 600;
            white-space: nowrap;
        }
        
        .btn-primary:hover {
            background-color: #7a1a1a;
            border-color: #7a1a1a;
        }
        
        .section {
            padding: 60px 0;
        }
        
        @media (max-width: 768px) {
            .section {
                padding: 40px 0;
            }
        }
        
        .section-title {
            position: relative;
            margin-bottom: 40px;
            text-align: center;
        }
        
        @media (max-width: 576px) {
            .section-title {
                margin-bottom: 30px;
                font-size: 1.8rem;
            }
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--accent-color);
        }
        
        .benefit-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            height: 100%;
            padding: 25px;
            margin-bottom: 20px;
        }
        
        @media (max-width: 768px) {
            .benefit-card {
                padding: 20px;
            }
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
        }
        
        .benefit-icon {
            font-size: 2rem;
            color: var(--accent-color);
            margin-bottom: 15px;
        }
        
        .contact-info {
            margin-bottom: 25px;
        }
        
        .contact-icon {
            font-size: 1.2rem;
            color: var(--accent-color);
            margin-right: 8px;
            min-width: 20px;
        }
        
        .testimonial {
            background-color: #f8f9fa;
            padding: 25px;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        
        .testimonial-author {
            font-weight: 600;
            color: var(--accent-color);
            margin-top: 15px;
        }
        
        footer {
            background-color: var(--heading-color);
            color: white;
            padding: 30px 0;
        }
        
        .nav-link {
            color: rgba(255, 255, 255, 0.7);
            padding: 8px 0;
        }
        
        .nav-link:hover {
            color: white;
        }
        
        .social-icon {
            color: white;
            font-size: 1.2rem;
            margin-right: 12px;
        }
        
        .social-icon:hover {
            color: var(--accent-color);
        }
        
        .accent-text {
            color: var(--accent-color);
        }
        
        .food-image {
            border-radius: 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            max-height: 400px;
            object-fit: cover;
            width: 100%;
            margin-bottom: 20px;
        }
        
        .program-badge {
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            background-color: var(--accent-color);
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            display: inline-block;
            margin-bottom: 15px;
        }
        
        .feature-list {
            list-style-type: none;
            padding-left: 0;
        }
        
        .feature-list li {
            position: relative;
            padding-left: 30px;
            margin-bottom: 15px;
        }
        
        .feature-list li:before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--accent-color);
        }
        
        .trademark {
            font-size: 0.6em;
            vertical-align: super;
        }
        
        /* Improved mobile navigation */
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        .navbar-collapse {
            padding-top: 15px;
        }
        
        /* Better button spacing on mobile */
        .btn-group-mobile {
            display: flex;
            flex-direction: column;
            gap: 10px;
            width: 100%;
        }
        
        @media (max-width: 768px) {
            .btn-group-mobile .btn {
                width: 100%;
            }
        }
        
        /* Improved form controls */
        .form-control, .form-select {
            padding: 12px;
            border-radius: 8px;
        }
        
        /* Better text sizing for mobile */
        @media (max-width: 576px) {
            h1 {
                font-size: 2rem;
            }
            
            h2 {
                font-size: 1.8rem;
            }
            
            .lead {
                font-size: 1.1rem;
            }
        }
        
        /* Contact items vertical on mobile */
        .contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }
        
        .value-prop-card {
            border-left: 4px solid var(--accent-color);
            padding-left: 20px;
            margin-bottom: 30px;
        }
         @media (min-width: 768px) {
    .mobile-call-button {
        display: none;
    }
    .alert {
    transition: opacity 0.5s ease;
}