/* Mega Menu Section Position Overlay */
.elementor-element-7b35d6e {
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 9999; /* Ensure it stays above other content */
    top: 100%; /* Position it exactly below the header */
    width: 100% !important;
}

/* Ensure the parent header container acts as a positioning context if needed */
.elementor-element-5640fc8 {
    position: relative;
}

/* Ensure the mega menu section is initially hidden if Elementor's inline styles don't apply fast enough */
.elementor-element-7b35d6e:not([style*="display: flex"]) {
    display: none !important;
}
