/*
Theme Name:     Hello Elementor Child
Theme URI:      https://example.com/
Description:    A child theme of Hello Elementor
Author:         Your Name
Author URI:     https://example.com/
Template:       hello-elementor
Version:        1.0.0
*/

@import url("../hello-elementor/style.css");

/* Force showing the submenu */
/* Allow dropdown to overflow */
.elementor-element.e-con,
.elementor-element.e-con-full,
.elementor-element.e-parent,
.elementor-element.e-child {
  overflow: visible !important;
  position: relative; /* keep stacking context */
  z-index: auto; /* or higher if needed */
}

/* Force dropdown to show on hover */
.elementor-nav-menu li:hover > .elementor-nav-menu--dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

.elementor-element.elementor-element-afcc6e7.elementor-widget.elementor-widget-shortcode {
    z-index: 1;
}