<style> .hover-image:hover {
transform: translateY(-10px) scale(1.05); transition: all 0.3s ease; filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.3));
} </style>