/* إخفاء الأزرار العائمة المزعجة */

/* إخفاء أي عنصر عائم يحتوي على واتساب أو اتصال في الأسفل */
[class*="float"][class*="whatsapp"],
[class*="float"][class*="phone"],
[class*="float"][class*="call"],
[class*="floating"][class*="whatsapp"],
[class*="floating"][class*="phone"],
[class*="floating"][class*="call"],
[class*="fixed"][class*="whatsapp"],
[class*="fixed"][class*="phone"],
[class*="fixed"][class*="call"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* إخفاء أي div أو a عائم في الأسفل */
div[style*="position: fixed"][style*="bottom"],
a[style*="position: fixed"][style*="bottom"],
div[style*="position:fixed"][style*="bottom"],
a[style*="position:fixed"][style*="bottom"] {
    display: none !important;
}

/* إخفاء الأزرار العائمة الشائعة */
.floating-buttons,
.floating-button,
.float-button,
.float-buttons,
.fixed-buttons,
.fixed-button,
.fab-buttons,
.fab-button,
.whatsapp-float,
.whatsapp-floating,
.phone-float,
.phone-floating,
.call-float,
.call-floating,
.floating-contact,
.fixed-contact,
.sticky-buttons,
.sticky-button {
    display: none !important;
    visibility: hidden !important;
}

/* إخفاء أي زر يحتوي على أيقونة واتساب أو هاتف في الأسفل */
[style*="bottom"][style*="fixed"] a[href*="wa.me"],
[style*="bottom"][style*="fixed"] a[href*="whatsapp"],
[style*="bottom"][style*="fixed"] a[href*="tel:"],
[style*="bottom"][style*="position: fixed"] a[href*="wa.me"],
[style*="bottom"][style*="position: fixed"] a[href*="whatsapp"],
[style*="bottom"][style*="position: fixed"] a[href*="tel:"] {
    display: none !important;
}

/* إخفاء العناصر الدائرية العائمة */
[style*="border-radius: 50%"][style*="position: fixed"][style*="bottom"],
[style*="border-radius:50%"][style*="position:fixed"][style*="bottom"],
.rounded-circle[style*="position: fixed"][style*="bottom"],
.rounded-circle[style*="position:fixed"][style*="bottom"] {
    display: none !important;
}

/* إخفاء الأزرار العائمة في الزاوية السفلى */
[style*="bottom: 20px"][style*="position: fixed"],
[style*="bottom: 30px"][style*="position: fixed"],
[style*="bottom:20px"][style*="position:fixed"],
[style*="bottom:30px"][style*="position:fixed"] {
    display: none !important;
}

/* إخفاء أي عنصر مع z-index عالي في الأسفل */
[style*="z-index: 999"][style*="bottom"],
[style*="z-index:999"][style*="bottom"],
[style*="z-index: 9999"][style*="bottom"],
[style*="z-index:9999"][style*="bottom"] {
    display: none !important;
}
