/* ===  Parallax Hero for WPBakery  === */

.vcph-parallax {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 3;
    will-change: transform;
}

.vcph-parallax__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.vcph-parallax__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.vcph-parallax__content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 40px;
    text-align: center;
    color: #fff;
}

.vcph-parallax__content h1,
.vcph-parallax__content h2,
.vcph-parallax__content h3,
.vcph-parallax__content h4,
.vcph-parallax__content h5,
.vcph-parallax__content h6 {
    color: inherit;
}

/* The row below sits behind the parallax — revealed as the image slides up */
.vcph-parallax + .vc_row,
.vcph-parallax + .vc_section,
.vcph-parallax + .vc_row-full-width,
.vcph-parallax + .vc_row-full-width + .vc_row {
    position: relative;
    z-index: 1;
}
