.elementor-32 .elementor-element.elementor-element-f41d310{--display:flex;--min-height:0px;}.elementor-32 .elementor-element.elementor-element-8611484 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(min-width:768px){.elementor-32 .elementor-element.elementor-element-f41d310{--content-width:1099px;}}/* Start custom CSS for html, class: .elementor-element-8611484 */body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; */
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    z-index: 1;
    flex-direction: column;
}

.main-header {
    display: flex;
    align-items: top;
    justify-content: left;
    width: 100vw;
    z-index: 1;

}

#main-logo {
    height: 70px; 
}

.social-icons img {
    height: 24px; 
    margin-left: 15px;
}

.center-text-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.center-text {
    font-size: 2.5em;
    font-weight: bol d;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    max-width: 80%; 
}

.main-footer {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: bottom;
    padding: 0px 0px;
    box-sizing: border-box;
}

.footer-logo {
    height: 40px; 
    margin: 15px;
}

#prr-logo {
    background-color: white; 
    padding: 5px; 
    border-radius: 10px;
}/* End custom CSS */