.testimonial-slider {
    padding: 250px 0 168px;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #2E3B4E;
}

.testimonial-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #2E3B4E;
    opacity: 0.85;
}

.testimonial-slider .subtitle,
.testimonial-slider h2 {
    color: #fff;
}

.testimonial-slider .swiper-outer-wrapper {
    display: flex;
    margin-top: 60px;
    display: flex;
    border-radius: 20px;
}

.testimonial-slider .single-item {
    display: flex;
    position: relative;
    border-radius: 20px;
    transition: background .3s ease;
    /* padding: 30px; */
}

.testimonial-slider .items-wrapper {
    width: 35%;
    /* 38% */
    position: absolute;
    right: 4%;
    /* 7% */
    /* background: #2E3B4E; */
    /* border-radius: 20px; */
}

.testimonial-slider .item-image {
    width: 73%;
}

.testimonial-slider .img-wrapper img {
    position: relative;
    aspect-ratio: 940 / 682;
    width: 100%;
    height: auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.testimonial-slider .img-wrapper {
    position: relative;
    aspect-ratio: 940 / 682;
    width: 100%;
    height: auto;
    /* clip-path: polygon(0% 0%, 0 100%, 100% 100%, 100% 83%, 80% 83%, 80% 0); */
    line-height: 0.8;
}

/* .testimonial-slider .img-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2E3B4E;
    clip-path: polygon(100% 0, 100% 85%, 78% 85%, 78% 0);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 9;
} */

.testimonial-slider .item-description {
    margin-bottom: 40px;
}

.testimonial-slider .item-text p {
    font-size: 27px;
    line-height: 1.44;
    font-weight: 400;
}

.testimonial-slider .item-text h3 {
    color: #A0CFEA;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.testimonial-slider .item-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.testimonial-slider .testimonial-arrows {
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.testimonial-slider .testimonial-arrows .swiper-button-next,
.testimonial-slider .testimonial-arrows .swiper-rtl .swiper-button-prev,
.testimonial-slider .testimonial-arrows .swiper-button-prev,
.testimonial-slider .testimonial-arrows .swiper-rtl .swiper-button-next {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #192440;
    transition: background .3s ease;
}

.testimonial-slider .testimonial-arrows .swiper-button-prev svg,
.testimonial-slider .testimonial-arrows .swiper-button-next svg {
    max-width: 24px;
}

.testimonial-slider .testimonial-arrows .swiper-button-prev svg path,
.testimonial-slider .testimonial-arrows .swiper-button-next svg path {
    transition: stroke .3s ease;
}

.testimonial-slider .testimonial-arrows .swiper-button-prev:hover svg path,
.testimonial-slider .testimonial-arrows .swiper-button-next:hover svg path {
    stroke: #192440;
}

.testimonial-slider .testimonial-arrows .swiper-button-prev:hover,
.testimonial-slider .testimonial-arrows .swiper-button-next:hover {
    background-color: #fff;
}

.testimonial-slider .testimonial-arrows .swiper-button-prev::after,
.testimonial-slider .testimonial-arrows .swiper-button-next::after {
    content: none;
    display: none;
}

@media (max-width:1199px) {

    .testimonial-slider {
        padding: 140px 0;
    }

    .testimonial-slider .item-text p {
        font-size: 20px;
    }
}

@media (max-width:991px) {

    .testimonial-slider {
        padding: 80px 0;
    }

    .testimonial-slider .single-item {
        padding: 0;
    }

    .testimonial-slider .item-wrapper-description {
        margin-top: 15px;
    }

    .testimonial-slider .items-wrapper {
        width: 100%;
        position: relative;
        right: auto;
        order: 0;
        margin-top: 20px;
        margin-bottom: 20px;
        /* background-color: #192440;
        margin-bottom: -60px; */
    }

    .testimonial-slider .item-image {
        width: 100%;
        order: 1;
    }

    .testimonial-slider .testimonial-arrows {
        order: 2;
        position: relative;
        justify-content: space-between;
        margin-top: 20px;
    }

    .testimonial-slider .swiper-outer-wrapper {
        flex-direction: column;
        margin-top: 10px;
    }

    .testimonial-slider .single-item p {
        font-size: 20px;
    }

    .testimonial-slider .testimonial-arrows .swiper-button-next,
    .testimonial-slider .testimonial-arrows .swiper-rtl .swiper-button-prev,
    .testimonial-slider .testimonial-arrows .swiper-button-prev,
    .testimonial-slider .testimonial-arrows .swiper-rtl .swiper-button-next {
        width: 50px;
        height: 50px;
    }
}

.acf-block-preview .testimonial-slider .swiper-slide:nth-child(2n+1) {
    display: none;
}