document.addEventListener("scroll",function(){var header=document.querySelector('.elementor-sticky');var icon=document.querySelector('.custom-header-icon');if(window.scrollY>0){header.classList.add('sticky-active');icon.style.display='block'}else{header.classList.remove('sticky-active');icon.style.display='none'}})