.hover-zoom img {
    transition: transform 0.3s ease; 
}

.hover-zoom img:hover {
    transform: scale(1.1); 
    cursor: pointer;
}
