/* Move Hero Section Up Behind Header */
.elementor-element-b887c4d {
    margin-top: -120px !important; /* Adjust value based on your header height */
    z-index: 0 !important; /* Ensure it sits behind the menu */
    position: relative;
}

/* Ensure header has higher z-index if needed (general fix) */
header, .elementor-location-header {
    z-index: 999 !important;
    position: relative;
}

/* Make Header Menu Text White */
.elementor-location-header .elementor-nav-menu--main .elementor-item,
.elementor-location-header .elementor-nav-menu a,
.elementor-location-header .elementor-heading-title {
    color: #ffffff !important;
}

/* Optional: Make site logo/title white if it's text */
.elementor-location-header .site-title a,
.elementor-location-header .site-description {
    color: #ffffff !important;
}

/* Fix for mobile toggle if needed */
.elementor-location-header .elementor-menu-toggle {
    color: #ffffff !important;
}
