/* Lightbox Styles */
.lightbox {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: auto;
    background: #000;
    padding: 20px;
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

video {
    width: 100%;
    height: auto;
}

.vimeo-categories {
    display: flex;
    margin-left: 40px;
}

.vimeo-category {
    display: flex;
    padding: 12px 26px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 23px;
    flex-shrink: 0;
    flex-wrap: wrap;
    border-radius: 100px;
    background: #DAD8D6;
    margin-right: 17px;
}

