/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .section-title {
        font-size: 2rem;
    }

    /* Adjust About section for mobile */
    #about {
        margin-top: -30px;
        padding-top: 80px !important;
    }

    #about::before {
        height: 30px;
    }

    .menu-item {
        flex-direction: column;
        text-align: center;
    }

    .menu-image {
        margin: 0 auto 1rem;
    }

    .gallery-item img {
        height: 200px;
    }

    .contact-info {
        margin-bottom: 2rem;
    }
    
    .opening-hours-content {
        padding: 1.5rem;
    }
    .about-image{
        width: 100%;
    }
    .offer-text{
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-buttons .btn {
        font-size: 16px;
        padding: 0.75rem 1rem;
        margin: 0.5rem 0;
    }
    .hero-content p {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    /* Further mobile adjustments */
    #about {
        margin-top: -20px;
        padding-top: 60px !important;
    }

    #about::before {
        height: 20px;
    }

    .nav-pills .nav-link {
        margin: 0.25rem;
        padding: 0.4rem 1rem;
        font-size: 0.9rem;
    }

    .opening-hours-content {
        padding: 1rem;
    }
    .offer-text {
        font-size: 15px;
    }
}