.elementor-kit-9{--e-global-color-primary:#F9F8F6;--e-global-color-secondary:#62C08A;--e-global-color-text:#646A6C;--e-global-color-accent:#297048;--e-global-color-363350b:#0D0D0D;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:300;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --wellhaus-grey:#646a6c; --wellhaus-green-dk:#297048; --wellhaus-green-lt:#ffffff; }
/* Start custom CSS *//* 1. Base State: Translucent Smoky Header Overlay */
.wellhaus-header-container {
    background-color: rgba(26, 26, 26, 0.4) !important; 
    backdrop-filter: blur(12px) !important; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: all 0.3s ease-in-out !important;
}

/* 2. Parent Hover Trigger: Fills row to pure solid white */
.wellhaus-header-container:hover {
    background-color: #FFFFFF !important; 
    border-bottom: 1px solid rgba(13, 13, 13, 0.1) !important;
}

/* 3. Universal Reset: Forces EVERYTHING inside the row to change on hover */
.wellhaus-header-container:hover * {
    color: #646A6C !important;
    border-color: #646A6C !important;
}

/* Force the internal Atomic video player to stretch, crop, and fill the screen */
.elementor-widget-video video,
.elementor-video-container video,
.elementor-widget-video iframe,
.elementor-video-wrapper iframe {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    transform: scale(1.02); /* Slight over-scale to cleanly hide bleeding white edges */
}/* End custom CSS */