<script>
const links = document.querySelectorAll(".elementor-icon.elementor-animation-");

links.forEach((link) => {
  if (link.href === window.location.href) {
    link.classList.add("active");
  }
});

</script>

/*******توسعه دهنده********/
/*******https://proelement.ir/developer/nias********/