.events-hero {
    background-image: url('https://storage.googleapis.com/uxpilot-auth.appspot.com/67e8bb74bd-0815f340a9b5793f50f4.png') !important;
}

/* Upcoming Events Section Styles */
.event-info-card {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.event-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.event-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.event-info-card:hover .event-img {
    transform: scale(1.05);
}

.event-date-badge {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.accordion-button:not(.collapsed){
    background-color: white !important;
}
@media (max-width: 767.98px) {
    .event-img {
        height: 180px;
    }
}