    /* Gallery image uniform height */
    #section-gallery .owl-carousel .item img {
        height: 500px;
        object-fit: cover;
    }

    /* =============================================
       FLOATING WHATSAPP BUTTON (all screens)
       ============================================= */
    .whatsapp-float {
        position: fixed;
        bottom: 24px;
        right: 24px;
        width: 60px;
        height: 60px;
        background: #25D366;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
        z-index: 9999;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-decoration: none;
    }
    .whatsapp-float:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0,0,0,0.35);
        color: #fff;
    }

    /* =============================================
       MOBILE STICKY BOTTOM BAR
       ============================================= */
    .mobile-bottom-bar {
        display: none;
    }

    /* =============================================
       TABLET BREAKPOINT (max-width: 992px)
       ============================================= */
    @media only screen and (max-width: 992px) {
        /* Hero section */
        .mt-80 { margin-top: 60px !important; }

        /* Facilities cards - better spacing */
        #section-facilities .p-40 {
            padding: 20px !important;
        }
        #section-facilities h3 {
            font-size: 18px;
        }

        /* Why Us section stats */
        #section-why-us .p-50 {
            padding: 30px 20px !important;
        }

        /* Gallery height reduced */
        #section-gallery .owl-carousel .item img {
            height: 350px;
        }

        /* Product tabs - horizontal scroll */
        .d-tab-nav {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            flex-wrap: nowrap !important;
            white-space: nowrap;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        .d-tab-nav::-webkit-scrollbar {
            display: none;
        }
        .d-tab-nav li {
            flex-shrink: 0;
        }
    }

    /* =============================================
       PHONE BREAKPOINT (max-width: 767px)
       ============================================= */
    @media only screen and (max-width: 767px) {
        /* --- HERO SECTION --- */
        .mt-80, .mt-sm-50 { margin-top: 30px !important; }

        /* Hero text - tighter, punchier */
        section.p-0.relative h1 {
            font-size: 28px !important;
            line-height: 1.3;
            margin-bottom: 12px;
        }
        section.p-0.relative p {
            font-size: 14px;
            line-height: 1.6;
        }
        section.p-0.relative .subtitle {
            font-size: 13px;
            margin-bottom: 8px !important;
        }

        /* Hero image - rounded corners and breathing room */
        section.p-0.relative .col-lg-6 img {
            border-radius: 12px;
            margin-top: 16px;
        }

        /* Hero CTA button - full width on mobile */
        section.p-0.relative .btn-main {
            display: block;
            text-align: center;
            width: 100%;
            padding: 14px 20px;
            font-size: 16px;
        }

        /* Hero address line */
        section.p-0.relative .fw-500,
        section.p-0.relative strong {
            font-size: 13px;
        }

        /* --- FACILITIES CARDS --- */
        #section-facilities .hover {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 16px rgba(0,0,0,0.08);
            overflow: hidden;
        }
        #section-facilities .col-lg-6 {
            margin-bottom: 0;
        }
        #section-facilities .col-sm-6 img {
            border-radius: 12px 12px 0 0 !important;
        }
        #section-facilities .p-40 {
            padding: 16px !important;
        }
        #section-facilities h3 {
            font-size: 17px;
            line-height: 1.3;
            margin-bottom: 8px;
        }
        #section-facilities p {
            font-size: 13px;
            line-height: 1.5;
        }

        /* --- WHY US SECTION --- */
        #section-why-us h2:not(.id-color) {
            font-size: 24px !important;
            line-height: 1.3;
        }
        #section-why-us .p-50 {
            padding: 24px 16px !important;
        }
        /* Stat boxes - compact */
        #section-why-us .col-6 .p-4 {
            padding: 16px 8px !important;
        }
        #section-why-us .col-6 h2 {
            font-size: 28px !important;
        }
        #section-why-us .col-6 .fw-500 {
            font-size: 12px;
        }
        /* CTA button full width */
        #section-why-us .btn-main {
            display: block;
            text-align: center;
            width: 100%;
            padding: 14px 20px;
            font-size: 16px;
        }
        /* Checklist items tighter */
        #section-why-us .d-flex.py-2 {
            padding-top: 6px !important;
            padding-bottom: 6px !important;
            font-size: 14px;
        }
        #section-why-us .icofont-check-circled {
            font-size: 18px !important;
        }

        /* --- GALLERY --- */
        #section-gallery .owl-carousel .item img {
            height: 250px;
        }
        #section-gallery h2 {
            font-size: 24px;
        }
        #section-gallery .item h4 {
            font-size: 14px;
        }

        /* --- PRODUCT TABS SECTION --- */
        .d-tab-nav {
            gap: 0;
            padding-bottom: 12px !important;
            margin-bottom: 16px !important;
        }
        .d-tab-nav li {
            font-size: 13px;
            padding: 8px 14px !important;
        }
        .d-tab-content .relative {
            margin-bottom: 8px;
        }
        .d-tab-content .ps-100 {
            padding-left: 60px !important;
        }
        .d-tab-content .fs-40 {
            font-size: 28px !important;
        }
        .d-tab-content h4 {
            font-size: 16px;
        }
        .d-tab-content p {
            font-size: 13px;
            line-height: 1.5;
        }

        /* --- CONTACT SECTION --- */
        #section-contact h2 {
            font-size: 24px !important;
        }
        #section-contact .btn-main {
            display: block;
            text-align: center;
            width: 100%;
            padding: 14px 20px;
        }
        #section-contact .form-control,
        #section-contact select {
            font-size: 15px;
            padding: 12px 14px;
        }

        /* --- MARQUEE --- */
        .de-marquee-list-1 h3 {
            font-size: 28px !important;
        }

        /* --- FOOTER --- */
        footer .d-lg-flex {
            flex-direction: column !important;
            gap: 24px;
        }
        footer h3.fs-20 {
            margin-bottom: 4px;
        }
        footer .social-icons {
            margin-top: 16px !important;
        }

        /* --- GENERAL MOBILE POLISH --- */
        section {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        section.pb-0 {
            padding-bottom: 0 !important;
        }
        .container {
            padding-left: 16px;
            padding-right: 16px;
        }
        .spacer-single {
            height: 20px !important;
        }

        /* Smoother image radius everywhere */
        .rounded-1 {
            border-radius: 12px !important;
        }

        /* Hide WhatsApp float on mobile - bottom bar replaces it */
        .whatsapp-float {
            display: none;
        }

        /* --- MOBILE STICKY BOTTOM BAR --- */
        .mobile-bottom-bar {
            display: flex;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 9998;
            background: #fff;
            box-shadow: 0 -2px 12px rgba(0,0,0,0.12);
            padding: 8px 12px;
            gap: 8px;
        }
        .mobile-bottom-bar a {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 12px 0;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            transition: opacity 0.2s;
        }
        .mobile-bottom-bar a:active {
            opacity: 0.8;
        }
        .mobile-bottom-bar .btn-call {
            background: #1a1a2e;
            color: #fff;
        }
        .mobile-bottom-bar .btn-whatsapp {
            background: #25D366;
            color: #fff;
        }

        /* Extra padding at bottom of page so content isn't hidden behind bar */
        footer {
            padding-bottom: 70px !important;
        }
    }

    /* =============================================
       SMALL PHONE (max-width: 480px)
       ============================================= */
    @media only screen and (max-width: 480px) {
        section.p-0.relative h1 {
            font-size: 24px !important;
        }

        #section-why-us .col-6 h2 {
            font-size: 24px !important;
        }
        #section-why-us .col-6 .fw-500 {
            font-size: 11px;
        }

        #section-gallery .owl-carousel .item img {
            height: 200px;
        }

        .de-marquee-list-1 h3 {
            font-size: 22px !important;
        }
    }
</style>
