.client-review-section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55vw;
    height: 56%;
    background-image: url(/wp-content/uploads/2026/01/iStock-2165663328-1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
/*     z-index: 1; */
}

.video-section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30vw;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/01/img-26.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
/*     z-index: 1; */
}
.desktop_review-section .swiper-wrapper {align-items: stretch !important;}
.desktop_review-section .swiper-slide {display: flex !important;height: auto !important;}
.desktop_review-section .reviews-card-new {
display: flex !important;
flex-direction: column !important;
height: 100% !important;
}


/* GTranslate mobile queries */

/* iPad Air - Portrait */
@media (min-width: 820px) and (max-width: 820px) {
    #glt-translate-trigger {
        bottom: auto;
        top: 50px !important;
        left: 0px !important;
        right: auto;
    }
}

/* iPad Air - Landscape */
@media (min-width: 1180px) and (max-width: 1180px) {
    #glt-translate-trigger {
        bottom: auto;
        top: 50px !important;
        left: 0px !important;
        right: auto;
    }
}

@media (max-width: 768px) {
    #glt-translate-trigger {
        bottom: auto;
        top: 50px !important;
        left: 0px !important;
        right: auto;
    }
}