/* Add custom Js styles below */ document.querySelectorAll('section.s-block.s-angel--divider.centered-title')[0] .querySelectorAll('.vertical-lines') .forEach(el => el.style.backgroundColor = '#F3D4A8'); document.querySelectorAll('section.s-block.s-angel--divider.centered-title') .forEach((section, index) => { if(index >= 1) { section.querySelectorAll('.vertical-lines') .forEach(el => el.style.backgroundColor = '#482632'); } }); let esm = "إقلاع"; let link = "https://iqla3.com/"; document.addEventListener("DOMContentLoaded", function () { document.querySelector("footer p.text-gray-400").innerHTML = ` صنع بإتقان على أيدي ${esm} `; });