img {transition: all 0.4s ease;cursor: pointer;}
img:hover {transform: translateY(-10px) scale(1.05);box-shadow: 0 15px 30px rgba(0,0,0,0.25);}