/* Global Mobile Responsiveness */

/* Small Devices (Landscape Phones & Portrait Tablets) */
@media (max-width: 768px) {

    /* Global Typography */
    h1,
    .hero-title {
        font-size: 2.5rem !important;
    }

    h2,
    .page-title {
        font-size: 2rem !important;
    }

    h3 {
        font-size: 1.75rem !important;
    }

    p {
        font-size: 0.95rem !important;
    }

    /* Header & Nav */
    .navbar-brand {
        font-size: 1.4rem;
    }

    .navbar-brand img {
        height: 40px !important;
    }

    .navbar-toggler {
        border: none;
        padding: 5px;
    }

    .nav-link {
        margin: 5px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    /* Hero Section / Slider */
    .hero-section,
    .swiper-hero {
        height: 60vh !important;
        min-height: 400px !important;
    }

    .hero-content {
        padding: 0 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.2rem !important;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 1rem !important;
    }

    .slide-cta {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }

    /* Common Grids (Force 1 column) */
    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-md-3,
    .col-md-4,
    .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px;
    }

    /* Product Cards */
    .product-card {
        height: auto !important;
        min-height: 350px;
    }

    .product-overlay {
        padding: 20px;
    }

    /* Features / Why Choose Us */
    .feature-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .feature-box::before {
        width: 100%;
        height: 4px;
        top: auto;
        bottom: 0;
    }

    /* Footer */
    footer {
        padding-top: 40px;
        text-align: center;
    }

    .footer-bottom {
        margin-top: 30px;
    }
}

/* Extra Small Devices (Portrait Phones) */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Products Page Filter */
    .filter-sidebar {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        z-index: 10;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    /* Reels */
    .reel-container {
        width: 100% !important;
    }

    .swiper-slide video {
        object-fit: cover;
    }

    /* 404 Page */
    .error-code {
        font-size: 5rem !important;
    }

    .char-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .char-img {
        height: 120px;
    }
}