/* .cta-banner.b-adj-wave {
    margin-bottom: 0;
    padding-bottom: 135px;
} */
.cta-banner.has-bg-image:after {
    position: absolute;
    inset: 0;
    content: '';
    z-index: 1;
    background:linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
    pointer-events: none;
}

.cta-banner .container {
    padding-top: 95px;
    padding-bottom: 30px;
}

.cta-banner .container * {
    z-index: 5;
    position: relative;
}

.cta-banner .title-container {
    width: 70%;
}

@media (max-width: 991px) {
    .cta-banner .title-container {
    width: 100%;
}

}
.cta-banner h2 {
    text-transform: capitalize;
}

.cta-banner__text-shadow {
    text-shadow: 0 0 16.4px rgba(0, 0, 0, 1);
}

.block-cta-banner__parallax-bg {
    position: absolute;
    inset: -60px 0;        
    z-index: 0;
    background-position: center calc(50% + var(--parallax-y, 0px));
    background-size: cover;
    background-repeat: no-repeat;
}

.block-cta-banner--parallax > .container {
    position: relative;
    z-index: 1;   
}

/* Editor-only marker — the effect itself doesn't run in the editor preview. */
.block-cta-banner__parallax-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    pointer-events: none;
}
