/* Add custom Js code below */ document.addEventListener("DOMContentLoaded", function() { const sections = document.querySelectorAll('section'); function checkVisibility() { sections.forEach(section => { const position = section.getBoundingClientRect(); if (position.top < window.innerHeight && position.bottom >= 0) { section.classList.add('visible'); } else { section.classList.remove('visible'); } }); } window.addEventListener("scroll", checkVisibility); checkVisibility(); // Check on load }); let esm = "EZZ"; let link = "https://ezz--ksa.com/"; // غيّر الرابط ده برابط موقعك الفعلي document.addEventListener("DOMContentLoaded", function () { const copyrightEl = document.querySelector(".copyright-text"); if (copyrightEl) { copyrightEl.innerHTML = `جميع الحقوق محفوظة © ${esm}`; } });