/*
Template:       induxter
Theme Name:     Induxter Child
Theme URI:      https://demo.themedraft.net/wp/induxter/
Author:         ThemeDraft
Author URI:     https://themeforest.net/user/themedraft/
Description:    Induxter is a WordPress theme for industry and factory
Version:        1.1.6
Text Domain:    induxter
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
*/

/* ====== MOBILE MEGA MENU FIX ====== */
@media (max-width: 991px) {
  /* Base hidden state (closed) */
  .slicknav_nav .htmegamenu-content-wrapper {
    display: none;
    position: static !important; /* removes absolute positioning for mobile stacking */
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    background-color: #fff; /* optional: adjust background color */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    z-index: 999;
    transition: none;
  }

  /* When JS toggles the submenu open */
  .slicknav_nav .htmegamenu-content-wrapper.open,
  .slicknav_nav .htmegamenu-content-wrapper[style*="display: block"] {
    display: block !important;
  }

  /* Optional: tidy spacing for nested content */
  .slicknav_nav .htmegamenu-content-wrapper .elementor-section {
    padding: 10px 15px;
  }
	.htmegamenu-content-wrapper.sub-menu li.elementor-icon-list-item a {
    border: 0;
    padding: 0;
}
}