.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}
.card-img-top {
    width: 200px;
    height: 200px;
    object-fit: cover; /* This ensures the image covers the entire 500x500 area without distortion */
}