Answer 3 simple questions,

see if you qualify for our 7-figure Agency infrastructure

document.addEventListener("DOMContentLoaded", function () { const cards = document.querySelectorAll(".blur-effect-card"); cards.forEach((card) => { card.addEventListener("mouseenter", () => { document.body.classList.add("blur-active"); card.classList.add("hovered"); }); card.addEventListener("mouseleave", () => { card.classList.remove("hovered"); // Check if any card is still hovered if (![...cards].some((c) => c.matches(".hovered"))) { document.body.classList.remove("blur-active"); } }); }); }); html { scroll-behavior: smooth; } window.addEventListener('scroll', function () { document.body.classList.toggle('scrolled', window.scrollY > 200); });

© Copyright 2025. Easy Success Agency. All Rights Reserved.