/* body {
    overflow-x: hidden;
} */
.btn-close {
    align-items: center;
    justify-content: center;
    display: flex;
}
.fullscreen-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
}

.hidden {
    display: none !important;
}

.marquee-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 1rem 0;
    font-size: 1.2rem;
    line-height: 1;
    z-index: 2;
    white-space: nowrap;
}

marquee {
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.btn {
    margin-bottom: 0;
}
