.hero-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* Ensure the video is behind other content */
}

.hero-video-banner .vc_row.wpb_row {
    position: static !important;
}

.hero-video-banner .wpb_column.vc_column_container {
    position: static !important;
}

.hero-video-banner .vc_column-inner {
    position: static !important;
}

.event-category-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
}

.event-category-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
}

.event-category-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
}

.event-category-btn:hover {
    background: #f0f0f0;
    border-color: #999;
    text-decoration: none;
    color: #333;
}

.event-category-btn.active {
    background: #798a7b;
    color: #fff;
    border-color: #798a7b;
}

.event-category-btn.active:hover {
    background: #798a7b;
    border-color: #798a7b;
    color: #fff;
}

.event-category-clear-wrapper {
    margin-left: 20px;
}

.event-category-clear {
    display: inline-block;
    padding: 10px 20px;
    background: #dc3232;
    color: #fff;
    border: 2px solid #dc3232;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.event-category-clear:hover {
    background: #a00;
    border-color: #a00;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .event-category-filter {
        flex-direction: column;
        align-items: stretch;
    }

    .event-category-clear-wrapper {
        margin-left: 0;
        margin-top: 15px;
    }

    .event-category-clear {
        width: 100%;
        text-align: center;
    }
}

.container-fluid.event-schedule.tcode-event-schedule.tcode-size-normal {
    padding: 0;
}