/* W3 Mobile Responsive Fixes */

@media (max-width: 768px) {
    /* Fix 1: Hide floating ad banner icons (إعلن معنا / أطلب الدليل) on mobile - they overlap content */
    .banner-left-site > a {
        display: none !important;
    }

    /* Fix 2: Hide Home/Up-arrow floating buttons on mobile - they overlap footer content */
    .upPage_scroll {
        display: none !important;
    }
}