/* assets/css/responsive.css - Enhanced Responsive Design */

/* Large Desktop */
@media (max-width: 1400px) {
    .hero-content h1 {
        font-size: 4.5rem;
    }

    .section-title h2 {
        font-size: 3.2rem;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 4rem;
    }

    .section-title h2 {
        font-size: 2.8rem;
    }

    .about-img-container {
        height: 600px;
    }
}

/* Tablet Landscape */
@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 3.5rem;
    }

    .section-title h2 {
        font-size: 2.5rem;
    }

    .about-img-container {
        height: 500px;
        margin-bottom: 40px;
    }

    .menu-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu-item-price {
        margin-left: 0;
        margin-top: 10px;
    }

    .reservation-form {
        padding: 40px;
    }

    .ps-lg-5 {
        padding-left: 0 !important;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.8rem;
    }

    .section-padding {
        padding: 80px 0;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .hero-buttons .btn:last-child {
        margin-bottom: 0;
    }

    .menu-tabs {
        flex-direction: column;
        align-items: center;
    }

    .menu-tab {
        width: 200px;
        text-align: center;
    }

    .footer .row>div {
        margin-bottom: 40px;
    }

    .footer .row>div:last-child {
        margin-bottom: 0;
    }

    .about-img-container {
        height: 400px;
    }

    .stat-item h3 {
        font-size: 2rem;
    }

    .testimonial-card {
        padding: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2.2rem;
    }

    .page-header h1 {
        font-size: 2.5rem;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .navbar-brand {
        font-size: 1.5rem;
    }

    .btn-primary,
    .btn-outline-primary {
        padding: 12px 25px;
        font-size: 0.85rem;
    }

    .reservation-form {
        padding: 25px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .menu-card-content,
    .offer-content,
    .event-content {
        padding: 20px;
    }

    .about-img-container {
        height: 300px;
    }

    .cta-buttons .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .cta-buttons .btn:last-child {
        margin-bottom: 0;
    }

    .stats-section .row {
        gap: 20px;
    }

    .stats-section .col-4 {
        flex: 0 0 calc(33.333% - 20px);
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .section-title h2 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .about-img-container {
        height: 250px;
    }
}

/* Print Styles */
@media print {

    .navbar,
    .footer,
    .btn {
        display: none !important;
    }

    .hero-section {
        height: auto;
        background: none !important;
        color: black;
    }

    .section-padding {
        padding: 50px 0;
    }

    a {
        text-decoration: none !important;
        color: black !important;
    }
}

@media (max-width: 768px) {
    .menu-tabs-nav .nav-link {
        padding: 10px 20px;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

    .menu-card-img {
        height: 220px;
    }

    .menu-card-content {
        padding: 20px;
    }

    .menu-card-title {
        font-size: 1.4rem;
    }

    .carousel-controls {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .menu-tabs-nav {
        border-radius: 20px;
        padding: 5px;
    }

    .menu-tabs-nav .nav-link {
        padding: 8px 15px;
        font-size: 0.85rem;
    }

    .menu-card-img {
        height: 200px;
    }
}

/* Responsive Swiper */
@media (max-width: 768px) {
    .swiper {
        padding: 10px 5px 50px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1rem;
    }

    .testimonial-slide {
        padding: 30px;
        margin: 10px;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .menu-card-img {
        height: 220px;
    }
}

/* Responsive Swiper */
@media (max-width: 768px) {
    .swiper {
        padding: 10px 5px 50px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1rem;
    }

    .testimonial-slide {
        padding: 30px;
        margin: 10px;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .menu-card-img {
        height: 220px;
    }
}