.hover-animate-icon {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.hover-animate-icon:hover {
    transform: translateY(-5px);
}
