.overview-banner {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.bg-purple {
    background-color:#5c1c7c;
}

.text-purple{
    color: #5c1c7c;
}

.text-yellow {
    color:  #f49404;
}

.text-white p {
    color: #ffffffcc;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.rounded-card {
    border-radius: 1rem;
}