/* Add custom Js styles below */ document.addEventListener('DOMContentLoaded', function () { const el = document.querySelector('p.text-gray-400.mb-2\.5.md\:mb-0'); if (el) { el.style.fontSize = '16px'; el.style.color = '#ffffff'; el.innerHTML = ' تطوير مؤسسة بُعد الرقمية '; } });