/* إخفاء الرقم القديم داخل روابط التواصل في الفوتر */
footer a[href*="530550818"] {
    font-size: 0 !important;
}

/* إظهار الرقم الجديد مكانه */
footer a[href*="530550818"]::after {
    content: "+966920019143";
    font-size: 16px;
    font-weight: inherit;
    color: inherit;
    direction: ltr;
    display: inline-block;
}