/*
|--------------------------------------------------------------------------
| QASION FLOATING CLEANUP V4
|--------------------------------------------------------------------------
*/

/*
 * إخفاء زر طلب الخدمات عندما يكون زرًا عائمًا.
 */

a[href*="service-request"][class*="fixed"],
a[href*="service_request"][class*="fixed"],
a[href*="request-service"][class*="fixed"],
a[href*="request_service"][class*="fixed"],
a[href*="/services/request"][class*="fixed"],
a[href*="/service/request"][class*="fixed"],

a[href*="service-request"][style*="position: fixed"],
a[href*="service_request"][style*="position: fixed"],
a[href*="request-service"][style*="position: fixed"],
a[href*="request_service"][style*="position: fixed"],

[data-qasion-service-request-fab="true"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/*
 * إخفاء زر تغيير الوضع على الموبايل فقط.
 */

@media screen and (max-width: 768px) {
    .theme-toggle,
    .theme-switcher,
    .dark-mode-toggle,
    .mobile-theme-toggle,
    .fi-theme-switcher,
    .fi-theme-switcher-trigger,
    [data-theme-toggle],
    [data-theme-switcher],
    [data-dark-mode-toggle],
    [data-qasion-mobile-theme-button="true"] {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}
