.elementor-9 .elementor-element.elementor-element-9573811{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-c7babde{--display:flex;--min-height:60vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-9 .elementor-element.elementor-element-c7babde:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-c7babde > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-9 .elementor-element.elementor-element-a22de79{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-78b7a10{text-align:center;}.elementor-9 .elementor-element.elementor-element-78b7a10 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:26px;font-weight:400;letter-spacing:40px;color:#FFFFFF;}.elementor-9 .elementor-element.elementor-element-c703659{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-9 .elementor-element.elementor-element-1e73975{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9 .elementor-element.elementor-element-4f6cd13 img{width:56%;}.elementor-9 .elementor-element.elementor-element-e3c2b95{--display:flex;}.elementor-9 .elementor-element.elementor-element-6dc6317 img{width:56%;}.elementor-9 .elementor-element.elementor-element-6620d52{--display:flex;}.elementor-9 .elementor-element.elementor-element-adcb251 img{width:56%;}body.elementor-page-9:not(.elementor-motion-effects-element-type-background), body.elementor-page-9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-78b7a10 .elementor-heading-title{font-size:22px;letter-spacing:15px;}.elementor-9 .elementor-element.elementor-element-c703659{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-a22de79{--z-index:9;}.elementor-9 .elementor-element.elementor-element-78b7a10 .elementor-heading-title{font-size:11px;letter-spacing:6.3px;}.elementor-9 .elementor-element.elementor-element-c703659{--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:6;}.elementor-9 .elementor-element.elementor-element-1e73975{--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-9 .elementor-element.elementor-element-4f6cd13 img{width:100%;}.elementor-9 .elementor-element.elementor-element-e3c2b95{--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-9 .elementor-element.elementor-element-6dc6317 img{width:100%;}.elementor-9 .elementor-element.elementor-element-6620d52{--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-9 .elementor-element.elementor-element-adcb251 img{width:100%;}}/* Start custom CSS for container, class: .elementor-element-c7babde *//* Feather effect for topcontainer */
.topcontainer {
    position: relative;
    overflow: hidden;
    z-index: 1; /* Ensure container is above the background */
}

/* Feather effect at the bottom */
.topcontainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px; /* Adjust height of the feather effect */
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.8) 80%,
        #000000 100%
    ); /* Gradient fading to black */
    pointer-events: none; /* Ensure the gradient doesn’t interfere with interactions */
    z-index: 2; /* Above container content but below header */
}

/* Ensure compatibility with black background */
body {
    background: #000000; /* Confirm black background */
}

/* Adjust z-index for fxnav header to sit above topcontainer */
.fxnav-professional-header-wrapper {
    z-index: 1000 !important; /* Ensure header stays on top */
}/* End custom CSS */