﻿.modern-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.modern-card:hover {
    transform: translateY(-4px);
}
.modern-image {
    width: 80%;
    max-width: 300px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
