الدورات

Scroll to Top
document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".elementor-nav-menu a").forEach(function(link) { link.addEventListener("click", function() { const offCanvas = document.querySelector(".e-off-canvas"); if (offCanvas) { offCanvas.classList.remove("e-active"); } }); }); });