/* मोबाइल दृश्य के लिए विशेष फिक्स - अपडेटेड नवीनतम */

@media (max-width: 768px) {
    /* हीरो बैनर सेक्शन - मोबाइल ऑप्टिमाइज़ेशन */
    .hero-banner-slider {
        width: 100% !important;
        overflow: hidden !important;
    }

    .slider-container {
        width: 100% !important;
    }

    .slider-slide .container {
        flex-direction: column !important;
        padding: 0 !important;
    }

    .hero-content {
        width: 100% !important;
        padding: 20px !important;
        text-align: center !important;
        order: 2 !important;
    }

    .hero-image {
        width: 100% !important;
        height: 200px !important;
        order: 1 !important;
    }

    .hero-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .hero-content h1 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .hero-content h2 {
        font-size: 18px !important;
    }

    .hero-content p {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        align-items: center !important;
    }

    .hero-buttons .button {
        width: 80% !important;
        text-align: center !important;
    }

    /* सर्विसेज सेक्शन - मोबाइल ऑप्टिमाइज़ेशन */
    .service-features {
        padding: 30px 15px !important;
    }

    .features-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .feature-item {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 15px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
        border-radius: 8px !important;
        margin-bottom: 15px !important;
    }

    .feature-item img {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 10px !important;
    }

    .feature-content h3 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }

    .feature-content p {
        font-size: 14px !important;
    }

    /* प्रोडक्ट टैब्स फिक्स - बेहतर स्टाइलिंग */
    .product-filter-tabs {
        flex-direction: row !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding: 10px 0 !important;
        margin: 0 auto 20px !important;
        width: 100% !important;
        background-color: #f8f9fa !important;
        border-radius: 5px !important;
    }

    .filter-list {
        display: flex !important;
        flex-wrap: nowrap !important; /* मोबाइल पर स्क्रॉल करने योग्य बनाएं */
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 0 10px !important;
        margin: 0 !important;
        overflow-x: auto !important;
    }

    .filter-list li {
        font-size: 13px !important;
        padding: 8px 15px !important;
        margin: 2px 5px !important;
        border-radius: 20px !important;
        background-color: #fff !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
        transition: all 0.3s ease !important;
        flex-shrink: 0 !important;
    }

    .filter-list li.active {
        background-color: #4285f4 !important;
        color: white !important;
    }

    /* प्रोडक्ट ग्रिड फिक्स - एक लाइन में एक प्रोडक्ट */
    .products-wrapper {
        padding: 0 15px !important;
    }

    .products-grid {
        display: grid !important;
        grid-template-columns: 1fr !important; /* एक लाइन में एक ही प्रोडक्ट */
        gap: 20px !important;
    }

    .product-item {
        width: 100% !important;
        margin-bottom: 20px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }
    
    .product-image {
        height: 220px !important;
        width: 100% !important;
    }
    
    .product-info {
        padding: 15px !important;
    }
    
    .product-title {
        font-size: 16px !important;
        margin-bottom: 8px !important;
        white-space: normal !important;
    }

    .product-price {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .product-rating {
        margin-top: 5px !important;
    }

    /* फीचर्ड कैटेगरीज सेक्शन - मोबाइल ऑप्टिमाइज़ेशन */
    .featured-categories {
        padding: 30px 15px !important;
    }

    .featured-categories-wrapper {
        padding: 0 !important;
    }

    .category-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .category-item {
        width: 100% !important;
        height: 180px !important;
        margin-bottom: 0 !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 8px !important;
        box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
    }
    
    .category-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    .category-item h3 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 12px !important;
        background: rgba(0,0,0,0.6) !important;
        color: white !important;
        margin: 0 !important;
        font-size: 16px !important;
        text-align: center !important;
    }

    .product-count {
        color: rgba(255,255,255,0.8) !important;
        font-size: 12px !important;
        display: block !important;
        margin-top: 2px !important;
    }

    /* क्लाइंट टेस्टिमोनियल्स सेक्शन - मोबाइल ऑप्टिमाइज़ेशन */
    .client-testimonials-section {
        padding: 30px 15px !important;
    }

    .testimonials-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .testimonial-card {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        padding: 20px !important;
        border-radius: 8px !important;
    }

    .testimonial-header {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .testimonial-profile {
        margin-top: 15px !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .testimonial-image {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 10px !important;
    }

    .testimonial-meta {
        text-align: center !important;
    }

    .testimonial-content {
        padding: 15px 0 !important;
        text-align: center !important;
    }

    .testimonial-footer {
        text-align: center !important;
    }

    .testimonial-button {
        width: 100% !important;
        text-align: center !important;
        padding: 10px !important;
    }

    /* सेक्शन हेडर - सभी सेक्शन के लिए कॉमन स्टाइल */
    .section-header {
        padding: 0 15px 20px !important;
        text-align: center !important;
    }

    .section-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .section-description, .section-subtitle {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    /* कंटेनर फिक्स - पूरी चौड़ाई के लिए */
    .container, .container-fluid {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
    }
}
