Startup Fest

Executed an electrifying Startup Fest with Shilp Group featuring Ashneer Grover & Sonu Sood—blending ambition, inspiration, and unforgettable audience engagement.

Gift City run Aarambh

Kickstarting energy and enthusiasm with Shilp Group at “Aarambh – Gift City Run,” a vibrant celebration of fitness, unity, and community spirit.

Siddhi se Samriddhi

Celebrated 30 years of legacy with Shree Siddhi Group at “Siddhi Se Samriddhi” — an iconic evening of pride, reflection, vision, and unforgettable moments.

Samanvaya

Bringing vision and leadership together at Samanvaya 3.0 & 4.0 — a Shilp Group initiative that fosters unity, strategy, and future-focused collaboration.

document.addEventListener("DOMContentLoaded", () => { const items = document.querySelectorAll(".gsap-hover-image"); items.forEach(item => { const hoverLayer = item.querySelector(".hover-layer"); if (!hoverLayer) return; // Set initial state (just in case) gsap.set(hoverLayer, { opacity: 0 }); // Create timeline const tl = gsap.timeline({ paused: true }); tl.to(hoverLayer, { opacity: 1, duration: 1.6, ease: "power1.inOut" }); // Hover events item.addEventListener("mouseenter", () => tl.play()); item.addEventListener("mouseleave", () => tl.reverse()); }); });