/* Add custom Js styles below */ /* Add custom Js styles below */ document.addEventListener('DOMContentLoaded', function () { const el = document.querySelector('span.text-sm.copyright-text p'); if (el) { el.style.fontSize = '16px'; el.style.color = '#111'; el.innerHTML = ' تطوير مؤسسة بُعد الرقمية '; } });