/* PSG Great Hero - extracted rules from child theme style.css
   Scoping: applies for Elementor widget and generic hero container.
*/

/* Desktop / general */
.elementor-widget-psg_great_hero .innovative-hero-section,
.hero-slider-widget-section .innovative-hero-section,
.innovative-hero-section {
    min-height: 100vh;
    width: 100%;
    margin-top: -100px;
}

/* If the widget is followed by main content spacing */
.hero-slider-widget-section + #psg-main-content {
    margin-top: 50px;
}

/* Mobile adjustments (from child theme) */
@media (max-width: 1024px) {
    .elementor-widget-psg_great_hero .innovative-hero-section,
    .hero-slider-widget-section .innovative-hero-section,
    .innovative-hero-section {
        min-height: auto;
        height: auto;
        padding-bottom: 25px;
        margin-top: -110px;
        margin-bottom: 0 !important;
    }
}