/* Add custom CSS styles below */ 
/* إخفاء شارة وثيقة العمل الحر بالكامل من الفوتر */
footer .footer-badges {
    display: none !important;
}

/* إخفاء زر الجوال في الفوتر */
footer a[href^="tel:"] {
    display: none !important;
}