/* =========================================
   GLOBAL MOBILE RESET (ALL PAGES)
========================================= */
@media (max-width: 767px) {

    /* Prevent horizontal scroll */
    html, body {
        width: 100%;
        overflow-x: hidden !important;
    }

    /* Bootstrap container fix */
    .container,
    .container-fluid {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* Fix rows causing overflow */
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row > [class*="col-"] {
        padding-left: 12px !important;
        padding-right: 12px !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* Images & media */
    img,
    video,
    iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Typography scale */
    h1 { font-size: 26px !important; }
    h2 { font-size: 22px !important; }
    h3 { font-size: 20px !important; }
    h4 { font-size: 18px !important; }
    p  { font-size: 15px !important; }

    /* =========================================
       SECTION HEADERS – LEFT ALIGN (YOUR REQUEST)
    ========================================= */
    .section-header {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }

    .section-header h2,
    .section-header p {
        text-align: left !important;
    }

    /* =========================================
       NAVBAR FIX
    ========================================= */
    .navbar {
        height: auto !important;
        padding: 8px 12px !important;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }

    .navbar-brand img.logo {
        height: 50px !important;
        margin-right: 0 !important;
    }

    /* Quote button full width */
    .nav-quote-btn {
        margin: 10px 0 !important;
    }

    .quote-btn {
        width: 100% !important;
        text-align: center;
    }

    /* =========================================
       SERVICES SECTION
    ========================================= */
    .service-row,
    .service-row.reverse {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .service-text {
        padding: 22px !important;
        text-align: left !important;
    }

    .service-text .btn {
        width: 100% !important;
        text-align: center;
    }

    .service-image img {
        height: 220px !important;
        max-width: 100% !important;
    }

    /* =========================================
       PRODUCTS
    ========================================= */
    .product-box img {
        height: 180px !important;
        padding: 15px !important;
    }

    .product-box h5 {
        font-size: 16px !important;
    }

    /* =========================================
       INSTAGRAM / CAROUSEL
    ========================================= */
    .instagram-box {
        padding: 30px 0 !important;
        min-height: auto !important;
    }

    .instagram-box .ins-inner-box {
        height: 200px !important;
    }

    .main-instagram.owl-carousel .owl-nav {
        display: none !important;
    }

    /* =========================================
       BLOG
    ========================================= */
    .blog-section {
        padding: 40px 0 !important;
    }

    .blog-card img {
        height: 180px !important;
    }

    /* =========================================
       CONTACT PAGE
    ========================================= */
    .contact-card {
        padding: 25px !important;
        max-width: 100% !important;
    }

    .contact-item {
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    /* =========================================
       FOOTER
    ========================================= */
    .footer-container {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .footer-bottom {
        font-size: 13px !important;
    }

    /* =========================================
       FLOATING BUTTONS
    ========================================= */
    .floating-contact {
        right: 15px !important;
        bottom: 20px !important;
    }

    .floating-contact a {
        width: 48px !important;
        height: 48px !important;
        font-size: 20px !important;
    }
}
