.site-footer {
    position: relative;
    margin-top: -20px;
    background-color: #BFD5D9;
    min-height: 250px;
    border-radius: 20px 20px 0 0;
    z-index: 1;
}

.site-footer {
    position: relative;
    overflow: hidden;
}

.site-footer > .wp-block-group {
    position: relative;
    z-index: 2;
}

.site-footer--bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    border-radius: 20px 20px 0px 0px;
    background-blend-mode: multiply, normal;
}

.site-footer--bg .glass-effect {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
}