/* RESPONSIVE STYLES */

@media (max-width: 991px) {
    .navbar-collapse {
        background: var(--cream);
        padding: 1rem 0;
        border-top: 1px solid var(--border);
        margin-top: 0.5rem;
    }

    .navbar-nav .nav-link {
        padding: 0.65rem 0 !important;
    }

    .hero {
        min-height: 85vh;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .tour-hero-section img {
        height: 320px;
        margin-bottom: 2rem;
    }

    .contact-info-box {
        margin-bottom: 2rem;
    }

    .tour-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero {
        min-height: 92vh;
        align-items: flex-end;
        padding-bottom: 4rem;
    }

    .hero-content {
        padding: 0 1.25rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .features-section,
    .offerings-section,
    .tour-hero-section,
    .tour-highlights,
    .booking-section,
    .contact-section,
    .shop-section,
    .about-section,
    .gallery-section,
    .visit-section {
        padding: 3.5rem 0;
    }

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

    .page-header {
        padding: 3.5rem 0 3rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .form-wrapper {
        padding: 1.5rem;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 1.75rem;
    }

    .footer-brand,
    .footer-links-col,
    .footer-newsletter-col {
        margin-bottom: 2.5rem;
    }

    .back-to-top {
        bottom: 1.25rem;
        right: 1.25rem;
    }

    .tour-details-grid {
        grid-template-columns: 1fr;
    }

    .whatsapp-order-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .whatsapp-order-card img {
        max-width: 220px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.9rem;
    }

    .btn-hero {
        padding: 0.85rem 1.75rem;
        font-size: 0.9rem;
    }
}
