/*
Theme Name: Grandex Child
Theme URI: https://seusite.com
Description: Tema filho do Grandex
Author: Seu Nome
Author URI: https://seusite.com
Template: grandex
Version: 1.0.0
Text Domain: grandex-child
*/

/* Fix for Elementor Layout on /nova page */
#aba_2,
#aba_3 {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin-bottom: 20px;
}

/* Force Swiper Text Visibility */
.swiper-slide-active .text,
.swiper-slide-active .section-subheading,
.swiper-slide-active .section-heading,
.swiper-slide-active .all-txt {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* Fix Z-Index Stacking */
.parallax-bg {
    z-index: 1 !important;
}

.swiper-wrapper {
    z-index: 10 !important;
}

.swiper-slide .text {
    z-index: 20 !important;
    position: relative !important;
}

/* Align Swiper Content to Bottom */
.swiper-slide {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding-bottom: 50px !important;
}

/* Scroll Snap Implementation */
html,
body {
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.section,
.slider-banners-topo-wrapper,
.slider-portfolio-wrapper {
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
}