﻿/* Video Header Styles */
.video-header {
    width: 100%;
    height: 100vh;
    overflow: visible;
    z-index: 0;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
    padding: 0;
    margin: 0;
}

.navbar-container {
    z-index: 1000;
}
