.hover-effect:hover {
    transform: translateY(-5px); /* Move card up on hover */
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,.06); /* Enhance shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}
.container {
    max-width: 1200px;
}
