/* Responsive Styles for NUR Website */

/* Large screens (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
    
    .hero-content h1 {
        font-size: 3rem;
    }
    
    .hero-content p {
        font-size: 1.3rem;
    }
}

/* Medium screens (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
    
    .category-grid,
    .product-grid,
    .quality-features {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Small screens (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
    
    .main-menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background-color: var(--white);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        padding: 20px 0;
    }
    
    .main-menu.active {
        display: flex;
    }
    
    .main-menu li {
        margin: 0;
        text-align: center;
    }
    
    .main-menu a {
        display: block;
        padding: 15px 0;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content p {
        font-size: 1.1rem;
    }
    
    .category-grid,
    .product-grid,
    .quality-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 10px;
    }
}

/* Extra small screens (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-banner {
        padding: 120px 0 80px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .footer-columns {
        grid-template-columns: 1fr;
    }
    
    .quality-feature {
        padding: 20px;
    }
    
    .testimonial {
        padding: 20px;
    }
}

/* For very small devices */
@media (max-width: 320px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Responsive Styles for New Pages */
@media (max-width: 992px) {
    /* FAQ Page */
    .faq-categories {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        justify-content: flex-start;
    }
    
    /* Where to Buy */
    .store-map-container {
        grid-template-columns: 1fr;
    }
    
    .international-grid {
        grid-template-columns: 1fr;
    }
    
    /* Health Education */
    .education-grid {
        grid-template-columns: 1fr;
    }
    
    /* Contact */
    .contact-form {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    /* Legal Pages */
    .legal-content {
        padding: 50px 0;
    }
    
    .policy-section h2 {
        font-size: 24px;
    }
    
    .policy-section h3 {
        font-size: 20px;
    }
    
    /* FAQ Page */
    .faq-search {
        flex-direction: column;
        max-width: 100%;
    }
    
    .faq-search input {
        border-radius: 4px;
        margin-bottom: 10px;
    }
    
    .faq-search button {
        border-radius: 4px;
        width: 100%;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    /* Contact Page */
    .contact-grid {
        gap: 20px;
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .contact-form-section {
        padding: 50px 0;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    /* Where to Buy */
    .purchase-options,
    .store-locator-section,
    .major-retailers,
    .international-section {
        padding: 50px 0;
    }
    
    .store-search-box {
        flex-direction: column;
    }
    
    .store-search-box input {
        border-radius: 4px;
        margin-bottom: 10px;
    }
    
    .store-search-box button {
        border-radius: 4px;
        width: 100%;
    }
    
    .retailer-logos {
        gap: 20px;
    }
    
    /* Health Education */
    .health-education-content,
    .nutrition-facts,
    .resources {
        padding: 50px 0;
    }
    
    .fact {
        padding: 20px;
    }
    
    .resource-item {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    /* Legal Pages */
    .policy-section {
        margin-bottom: 30px;
    }
    
    /* FAQ Page */
    .faq-category-btn {
        font-size: 14px;
        padding: 6px 12px;
    }
    
    .faq-question {
        padding: 15px;
    }
    
    .faq-answer.active {
        padding: 15px;
    }
    
    /* Contact Page */
    .contact-card i {
        font-size: 32px;
    }
    
    .contact-card h3 {
        font-size: 20px;
    }
    
    /* Where to Buy */
    .purchase-card {
        padding: 20px;
    }
    
    .purchase-icon i {
        font-size: 36px;
    }
    
    .purchase-card h3 {
        font-size: 20px;
    }
    
    .store-results {
        padding: 20px;
    }
    
    .region {
        padding: 20px;
    }
    
    /* Health Education */
    .education-card h2 {
        font-size: 20px;
    }
    
    .education-card img {
        height: 150px;
    }
} 