/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/* Fix "stuck" hero section by overriding Elementor modal behavior */
.lqd-lity-modal#modal-69 {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hide modal backdrops that block interaction */
.lity-backdrop, 
.lity-wrap {
    display: none !important;
}

/* Prevent scroll-lock on body */
body.lity-active,
body {
    overflow: visible !important;
    height: auto !important;
}

/* Ensure header stays on top */
#header {
    z-index: 9999 !important;
}