.testimonial-wrapper-two {
    padding: 20px;
    background-color: rgba(255, 255, 255, .10);
    backdrop-filter: blur(30px);
    border-radius: 11px;
    margin-right: 0px;
    position: relative;
    height: 100%;
}
@media only screen and (min-width: 576px) {
    .testimonial-wrapper-two {
        margin-right: 0px;
        border-radius: 11px;
        padding: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .testimonial-wrapper-two {
        padding: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-wrapper-two {
        margin-right: 0px;
        border-radius: 0px 11px 0px 0px;
        padding: 50px 30px 100px 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .testimonial-wrapper-two {
        margin-right: 0px;
        padding: 90px 90px 60px 0px;
    }
}
@media only screen and (min-width: 1400px) {
    .testimonial-wrapper-two {
        margin-right: 60px;
    }
}
.testimonial-wrapper-two::before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 255, 255, .10);
    backdrop-filter: blur(30px);
}
@media only screen and (min-width: 576px) {
    .testimonial-wrapper-two::before {
        width: 0;
    }
}
@media only screen and (min-width: 992px) {
    .testimonial-wrapper-two::before {
        width: 100%;
    }
}
.avatar-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 35px;
    border-top: 1px solid #555555;
}
.avatar-wrapper .avatar-thumb {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #a8a8a8;
    border: 1px solid #a8a8a8;
    overflow: hidden;
}
.testimonial-single-inner .quote-icon {
    font-size: 50px;
    color: #a8a8a8;
    margin-bottom: 10px;
}
.testimonial-single-inner p {
    font: 500 18px/1.65 "Plus Jakarta Sans", sans-serif;
    color: #FFFFFF;
    max-width: 600px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 576px) {
    .testimonial-single-inner p {
        font-size: 20px;
    }
}
.avatar-content h5 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFFFFF;
    margin-bottom: 3px;
}
.avatar-content .designation {
    color: #a8a8a8;
    font: 400 16px "Kanit", sans-serif;
}
.navigation__wrapper.testimonial-navigation {
    justify-content: center;
    margin-top: 20px;
}
@media only screen and (min-width: 768px) {
    .navigation__wrapper.testimonial-navigation {
        justify-content: end;
    }
}

.navigation__wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.navigation__wrapper button {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ddd;
    z-index: 1;
    border: 0;
}

.navigation__wrapper.testimonial-navigation button {
    border: 1px solid #a8a8a8;
    background-color: transparent;
    color: #a8a8a8;
}
.navigation__wrapper.testimonial-navigation button:hover {
    background-color: #FF8851;
    border-color: #FF8851;
    color: #121212;
}
