.slideshow {
    height: 700px;
    object-fit: cover;
}

.hover-shadow {
    transition: all 0.3s ease;
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.card-stats {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.card-stats:hover {
    transform: scale(1.05);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: #f8f9fa;
}

.news-card {
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    border: 1px solid #eee;
    height: 100%;
}
