﻿/* ============================================
   RESPONSIVE STYLES - Mobile First Approach
     - أنماط التجاوب
   ============================================ */

/* ============================================
   TABLET BREAKPOINT (max-width: 992px)
   ============================================ */
@media (max-width: 992px) {

    /* Hero Banners */
    .hero-banner h1,
    .agha-hero h1,
    .Satr-hero h1 {
        font-size: 2.5rem;
    }

    /* Brand Story Sections */
    .brand-story,
    .Satr-story {
        padding: 3rem 5%;
        gap: 2rem;
    }

    /* Section Teaser (index.html) */
    .section-teaser {
        padding: 4rem 5%;
    }

    .section-teaser h2 {
        font-size: 2.2rem;
    }

    .section-teaser p {
        font-size: 1.1rem;
    }

    .teaser-card {
        height: 380px;
        border-radius: 30px;
    }

    .teaser-content h3 {
        font-size: 2rem;
    }

    .teaser-content .btn {
        padding: 0.8rem 2rem;
        font-size: 1rem;
    }

    /* About Brief (index.html) */
    .about-brief {
        padding: 4rem 5%;
    }

    .brief-container {
        padding: 3rem;
        border-radius: 30px;
    }

    .about-brief h2 {
        font-size: 2.2rem;
    }

    .about-brief p {
        font-size: 1.1rem;
    }

    /* Products Page */
    .brand-content h2 {
        font-size: 2.2rem;
        justify-content: center;
    }

    .brand-image-circle {
        width: 320px;
        height: 320px;
    }

    /* Product Showcase */
    .product-showcase {
        padding: 3rem 5%;
    }

    /* Recipe Section */
    .recipes-section {
        padding: 3rem 5%;
    }
}

/* ============================================
   MOBILE BREAKPOINT (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {

    /* Typography */
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    /* Hero Banners */
    .hero-banner,
    .agha-hero,
    .Satr-hero {
        height: 50vh;
        min-height: 350px;
    }

    .hero-banner h1,
    .agha-hero h1,
    .Satr-hero h1 {
        font-size: 2rem;
    }

    /* Brand Story Sections */
    .brand-story,
    .Satr-story {
        flex-direction: column-reverse;
        text-align: center;
        padding: 2.5rem 5%;
    }

    .brand-story-text h2,
    .Satr-story-text h2 {
        font-size: 1.3rem;
    }

    .brand-story-text p,
    .Satr-story-text p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    /* Section Teaser (index.html) */
    .section-teaser {
        padding: 3rem 5%;
    }

    .section-teaser h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .section-teaser p {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 2rem;
    }

    .teaser-grid {
        margin-top: 2rem;
        gap: 1.5rem;
    }

    .teaser-card {
        height: 320px;
        border-radius: 25px;
    }

    .teaser-content {
        bottom: 40px;
        padding: 0 25px;
    }

    .teaser-content h3 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .teaser-content .btn {
        padding: 0.7rem 1.8rem;
        font-size: 0.9rem;
    }

    /* About Brief (index.html) */
    .about-brief {
        padding: 3rem 4%;
    }

    .brief-container {
        padding: 2.5rem 1.5rem;
        border-radius: 25px;
    }

    .about-brief h2 {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 0.8rem;
        margin-bottom: 1.5rem;
        line-height: 1.4;
    }

    .about-brief h2::before,
    .about-brief h2::after {
        width: 30px;
        height: 2px;
    }

    .about-brief p {
        font-size: 1rem;
        line-height: 2;
        text-align: justify;
        text-align-last: center;
    }

    /* Products Page - Brand Row */
    .brand-row {
        min-height: auto;
        padding: 2.5rem 5%;
    }

    .brand-content {
        padding: 1rem;
    }

    .brand-content h2 {
        font-size: 1.8rem;
        gap: 0.5rem;
    }

    .brand-content h2 i {
        font-size: 1.5rem;
    }

    .brand-content p {
        font-size: 1rem;
        max-width: 100%;
    }

    .brand-image-circle {
        width: 250px;
        height: 250px;
    }

    .brand-image-wrapper::before {
        width: 280px;
        height: 280px;
    }

    .brand-btn {
        padding: 0.8rem 2rem;
        font-size: 0.95rem;
    }

    /* Product Cards */
    .product-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 2%;
    }

    .agha-product-card,
    .Satr-product-card {
        padding: 1.5rem;
    }

    .agha-product-card img,
    .Satr-product-card img {
        height: 220px;
    }

    /* Size Badge */
    .size-badge {
        padding: 0.4rem 1.2rem;
        font-size: 0.85rem;
    }

    /* Recipes Grid */
    .recipes-grid {
        grid-template-columns: 1fr;
    }

    .recipe-item {
        padding: 1.5rem;
    }

    /* About Page */
    .about-content {
        padding: 3rem 5%;
    }

    .section-split {
        flex-direction: column !important;
        text-align: center;
        gap: 2rem;
        margin-bottom: 3rem;
    }

    .text-box h2 {
        font-size: 1.3rem;
    }

    .text-box p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .vision-mission {
        padding: 3rem 5%;
        gap: 1.5rem;
    }

    .card {
        padding: 2rem;
    }

    .card i {
        font-size: 2.5rem;
    }

    /* Contact Page */
    .contact-container {
        padding: 6rem 5% 3rem;
        gap: 2rem;
    }

    .contact-info {
        padding: 2rem;
    }

    .contact-info h2 {
        font-size: 1.6rem;
    }

    .info-item {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .info-item i {
        width: 45px;
        height: 45px;
        font-size: 1.3rem;
    }

    .contact-form {
        padding: 2rem;
    }

    /* Breadcrumbs */
    .breadcrumb-container {
        padding: 0.6rem 5%;
    }

    .breadcrumbs {
        font-size: 0.8rem;
        gap: 0.5rem;
    }
}

/* ============================================
   SMALL MOBILE BREAKPOINT (max-width: 480px)
   ============================================ */
@media (max-width: 480px) {

    /* Hero Banners */
    .hero-banner,
    .agha-hero,
    .Satr-hero {
        height: 45vh;
        min-height: 300px;
    }

    .hero-banner h1,
    .agha-hero h1,
    .Satr-hero h1 {
        font-size: 1.7rem;
    }

    /* Slide Content */
    .slide-content {
        padding: 0 1rem;
    }

    .slide-content p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    /* Section Teaser */
    .section-teaser {
        padding: 2.5rem 4%;
    }

    .section-teaser h2 {
        font-size: 1.5rem;
    }

    .teaser-card {
        height: 280px;
        border-radius: 20px;
    }

    .teaser-content {
        bottom: 90px;
        padding: 0 20px;
    }

    .teaser-content h3 {
        font-size: 1.4rem;
    }

    .teaser-content .btn {
        padding: 0.6rem 1.5rem;
        font-size: 0.85rem;
    }

    /* About Brief */
    .about-brief {
        padding: 2rem 3%;
    }

    .brief-container {
        padding: 2rem 1.2rem;
        border-radius: 20px;
    }

    .about-brief h2 {
        font-size: 1.4rem;
        margin-bottom: 1.2rem;
    }

    .about-brief h2::before,
    .about-brief h2::after {
        width: 25px;
    }

    .about-brief p {
        font-size: 0.95rem;
        line-height: 2;
    }

    /* Brand Image */
    .brand-image-circle {
        width: 200px;
        height: 200px;
    }

    .brand-image-wrapper::before {
        width: 230px;
        height: 230px;
    }

    .brand-content h2 {
        font-size: 1.5rem;
    }

    .brand-content p {
        font-size: 0.95rem;
    }

    /* Product Cards */
    .agha-product-card img,
    .Satr-product-card img {
        height: 180px;
    }

    /* Tab Buttons */
    .product-tabs {
        gap: 0.8rem;
        padding: 0 5%;
    }

    .tab-btn {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    /* Modal Adjustments */
    .modal-content {
        width: 95%;
        border-radius: 20px;
    }

    .modal-close {
        top: 10px;
        left: 10px;
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .modal-info {
        padding: 1.5rem;
    }

    .modal-info h2 {
        font-size: 1.3rem;
    }

    .modal-description {
        font-size: 1rem;
    }

    .modal-features {
        gap: 0.5rem;
    }

    .feature-item {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }

    .nutrition-info {
        padding: 1rem;
    }

    .nutrition-item .value {
        font-size: 1.2rem;
    }

    .nutrition-item .label {
        font-size: 0.75rem;
    }

    .modal-cta {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1.5rem;
    }

    /* Contact Page */
    .contact-container {
        padding: 5rem 4% 2rem;
    }

    .contact-info,
    .contact-form {
        padding: 1.5rem;
        border-radius: 15px;
    }

    /* Footer */
    footer {
        padding: 2.5rem 5% 1.5rem;
        gap: 2rem;
    }

    .footer-section h3 {
        font-size: 1.1rem;
    }
}

/* ============================================
   PRINT STYLES (Optional)
   ============================================ */
@media print {

    .navbar,
    .whatsapp-float,
    .back-to-top,
    .page-loader {
        display: none !important;
    }
}
