.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-54aca2f:#C20A0A;--e-global-color-0469fc0:#D6830C;--e-global-color-0ec9c56:#FF1E1E;--e-global-color-3c05841:#CCE432;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;--e-page-transition-entrance-animation:e-page-transition-slide-out-down;--e-page-transition-animation-duration:700ms;--e-preloader-animation:flash;--e-preloader-animation-duration:2800ms;--e-preloader-delay:100ms;--e-preloader-opacity:0;}.elementor-kit-5 e-page-transition{background-color:#000000;}.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);}@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;}}/* Start custom CSS */@media (max-width: 767px) {
html, body {
max-width: 100%;
overflow-x: hidden;
}
}
/* Target your specific Header Container ID */
.elementor-element-dc004da::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Covers the full height of the header */
    pointer-events: none; /* Ensures you can still click menu items */
    z-index: -1; /* Puts the gradient BEHIND the logo and menu */
    
    /* The Gradient: Black at top -> Transparent at bottom */
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.9) 0%,   /* Deep Black at top */
        rgba(0,0,0,0.5) 60%,  /* Semi-transparent middle */
        rgba(0,0,0,0) 100%    /* Fully Transparent at bottom */
    );
}

/* Ensure the header container itself is transparent so the gradient shows */
.elementor-element-dc004da {
    background-color: transparent !important; 
}/* End custom CSS */