.elementor-13 .elementor-element.elementor-element-35ce729{--display:flex;--min-height:100vh;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-35ce729:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-35ce729 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-2ca98ae );}/* Start custom CSS */#video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

#black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, transparent 0, transparent 50px, black 51px);
    z-index: 999;
    pointer-events: none;
  
    transition: background 0.5s ease-out;
}/* End custom CSS */