.pattern-left-01:after {
    background: url(/wp-content/uploads/2025/05/bg-01.webp) no-repeat top left / contain;
    position: absolute;
    top: -9.5em;
    left: 3em;
    content: "";
    z-index: 1;
    max-width: 741px;
    width: 49%;
    height: 100%;
    opacity: .4;
    transform: rotate(-35deg);
}

.pattern-right-01:after {
    background: url(/wp-content/uploads/2025/05/bg-02.webp) no-repeat top right / contain;
    position: absolute;
    top: -3.5em;
    right: 3em;
    content: "";
    max-width: 741px;
    width: 150%;
    height: 150%;
    opacity: .4;
    transform: rotate(20deg); z-index: 0;
}

.pattern-right-01a:after{
    background: url(/wp-content/uploads/2025/05/bg-02.webp) no-repeat top right / contain;
    right:-3em;
    z-index:-1;
}
.pattern-right-01c:after{
    top: -.5em;
    width: 50%;
    height: 100%;
}



/* Contact Form ----------------------------------------------------------------------------------------------------- */
.section-Contact-Form:before{position: absolute;bottom: 0;right: 0;z-index: 1;background: rgba(221, 192, 159, 0.18);background-size:cover;content: "";width: 51.7%;height:100%;}



@media screen and (max-width: 980px) {
    .section-Contact-Form:before { display: none; }
}



