/* Enhanced Responsive Design */

@media (max-width: 1200px) {
    .hero-content {
        text-align: center;
    }
    
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-buttons {
        justify-content: center;
        gap: 1rem;
    }
    
    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }
    
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 15px;
        box-shadow: var(--shadow);
    }
    
    .nav-actions {
        justify-content: center;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-content {
        padding: 1rem 0;
        text-align: center;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .section-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
    
    .btn {
        width: 100%;
        max-width: 280px;
        padding: 0.75rem 1.5rem;
    }
    
    .services-section,
    .menu-section,
    .location-section,
    .gallery-section,
    .testimonials-section {
        padding: 60px 0;
    }
    
    .location-info {
        margin-bottom: 2rem;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .brand-logo {
        font-size: 1.25rem;
    }
    
    .brand-logo i {
        font-size: 1.5rem;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .testimonial-card {
        margin: 0 0.5rem;
        padding: 1.5rem;
    }
    
    .menu-content h4 {
        font-size: 1.1rem;
    }
    
    .menu-content p {
        font-size: 0.9rem;
    }
    
    .service-card h5 {
        font-size: 1.1rem;
    }
    
    .service-card p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .hero-description {
        font-size: 0.9rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .service-image {
        height: 100px;
    }
    
    .service-card {
        padding: 1.25rem;
    }
    
    .menu-card {
        margin-bottom: 1rem;
    }
    
    .hero-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .section-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .btn {
        font-size: 0.9rem;
        padding: 0.65rem 1.25rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .hero-swiper .swiper-button-next,
    .hero-swiper .swiper-button-prev {
        display: none;
    }
    
    .location-info .contact-item {
        padding: 1rem;
    }
    
    .testimonial-image {
        width: 60px;
        height: 60px;
    }
    
    .testimonial-content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }
    
    .hero-badge,
    .section-badge {
        font-size: 0.75rem;
        padding: 0.3rem 0.8rem;
    }
    
    .service-card {
        padding: 1rem;
    }
    
    .menu-image,
    .service-image {
        height: 80px;
    }
    
    .testimonials-swiper .swiper-slide {
        padding: 0 0.25rem;
    }
}