.event-tabs {
    text-align: center;
    margin-bottom: 20px;
}
.event-tabs button {
    background: #004080;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 6px;
    cursor: pointer;
}
.event-tabs button.active {
    background: #007bff;
}
.event-box {
    background: white;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.event-box img, .event-box video {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
}
.event-description {
    margin-top: 10px;
}
.file-download {
    display: inline-block;
    margin-top: 10px;
    background: #007bff;
    color: white;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 6px;
}


.event-thumbnail {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
