.testimonial-slider-section {
    overflow: hidden;
}

.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider {
    display: flex;
    align-items: center;
    gap: 22px;
}

.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider:not(.slick-initialized) {
    visibility: none!important;
}

.testimonial-slider-section .testimonial-slider-subcont .item {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    padding: 64px 75px 64px 0px;
    gap: 75px;
}

.testimonial-slider-section .testimonial-slider-subcont .item::after {
    content: "";
    background-image: url('/wp-content/themes/teamai/assets/img/blocks/general/testimonials-slider/abstract-vertical-rectangles-bg.png');
    width: 289px;
    height: 336px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0%;
    background-position-x: right;
    background-position-y: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    max-width: 100%;
    top: calc(50% - 168px);
}

.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider .slick-track
{
    display: flex !important;
}

.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider .slick-slide,
.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider .slick-slide > div
{
    display: flex !important;
    width: 100%;
    height: inherit !important;
}

.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider.slick-initialized .slick-slide {
    vertical-align: baseline;
}

.testimonial-slider-section .testimonial-slider-subcont .testimonial-slider .slick-list {
    flex: 1;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._image {
    max-width: 140px;
    max-height: 140px;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._details {
    padding: 0px 40px 0px 0px;
    flex: 1;
}
.testimonial-slider-section .testimonial-slider-subcont .item ._details .intro-content {
    margin-bottom: 16px;
}

.testimonial-slider-section .testimonial-slider-subcont .intro-content h2,
.testimonial-slider-section .testimonial-slider-subcont .intro-content h2 *,
.testimonial-slider-section .testimonial-slider-subcont .section-intro-content h2,
.testimonial-slider-section .testimonial-slider-subcont .section-intro-content h2 * {
    color: var(----primary-blue-04, #0C57AD)!important;
    line-height: 40px;
}

.testimonial-slider-section .testimonial-slider-subcont .section-intro-content h2 {
    padding-bottom: 16px;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._details .intro-content > * {
    text-align: left!important;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._details .intro-content *:last-child {
    margin-bottom: 0px;
}
.testimonial-slider-section .testimonial-slider-subcont .item ._details .heading,
.testimonial-slider-section .testimonial-slider-subcont .item ._details .author {
    color: #222;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._details .heading {
    margin-bottom: 8px;
}

.testimonial-slider-section .testimonial-slider-subcont .item ._details .author {
    margin-bottom: 0px;
}

.testimonial-slider-section .testimonial-slider-subcont .item .testimony:not(.no-author) {
    margin-bottom: 16px;
}

.testimonial-slider-section .testimonial-slider-subcont .item .testimony p {
    margin-bottom: 0px;
    color: var(----gray-05, #374046);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}
.testimonial-slider-section .testimonial-slider-subcont .item .testimony *:last-child {
    margin-bottom: 0px;
}
.testimonial-slider-section .testimonial-slider-subcont .slick-prev, 
.testimonial-slider-section .testimonial-slider-subcont .slick-next {
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-size: auto!important;
    background-position: center!important;
    width: 20px;
    height: 36.485px;
    position: absolute;

}
.testimonial-slider-section .testimonial-slider-subcont .slick-prev {
    background-image: url('/wp-content/themes/teamai/assets/img/blocks/general/testimonials-slider/left-nav.svg')!important;
    left: 0%;
}
.testimonial-slider-section .testimonial-slider-subcont .slick-next {
    background-image: url('/wp-content/themes/teamai/assets/img/blocks/general/testimonials-slider/right-nav.svg')!important;
    right: 0%;
}
.testimonial-slider-section .testimonial-slider-subcont .slick-prev::before,
.testimonial-slider-section .testimonial-slider-subcont .slick-next::before {
    display: none;
}

@media screen and (min-width: 1381px) {
    .testimonial-slider-section .testimonial-slider-subcont .container {
        max-width: 1380px !important;
    }

    .testimonial-slider-section .testimonial-slider-subcont .testimonial-slider {
        padding-left: 48px;
    }
    .testimonial-slider-section .testimonial-slider-subcont .slick-prev {
        left: -2%;
    }
    .testimonial-slider-section .testimonial-slider-subcont .slick-next {
        right: -2%;
    }
}

@media screen and (max-width: 1380px) {
    .testimonial-slider-section .testimonial-slider-subcont .testimonial-slider {
        padding-left: 6%;
        padding-right: 3%;
    }
}

@media screen and (min-width: 992px) {
    .testimonial-slider-section .testimonial-slider-subcont .intro-content h2 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media screen and (max-width: 991px) {
    .testimonial-slider-section .testimonial-slider-subcont .item .testimony p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width: 769px) { 
    .testimonial-slider-section .testimonial-slider-subcont .section-intro-content h2 {
        display: none;
    }
}

@media screen and (max-width: 768px) { 
    .testimonial-slider-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .testimonial-slider-section .testimonial-slider-subcont .item {
        padding-right: 46px;
        gap: 46px;
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 200px;
    }
    .testimonial-slider-section .testimonial-slider-subcont .item ._details {
        padding-right: 15px;
    }
    .testimonial-slider-section .testimonial-slider-subcont .intro-content {
        display: none;
    }
    .testimonial-slider-section .testimonial-slider-subcont .item::after {
        height: 200px;
        width: 172px;
        top: calc(50% - 100px);
    }
    .testimonial-slider-section .testimonial-slider-subcont .item ._image {
        max-width: 80px;
        max-height: 80px;
    }
}

@media screen and (max-width: 500px) {
    .testimonial-slider-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .testimonial-slider-section .testimonial-slider-subcont .testimonial-slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonial-slider-section .testimonial-slider-subcont .item {
        flex-direction: column;
        padding-right: 0px;
        gap: 16px;
        text-align: center;
    }    
    .testimonial-slider-section .testimonial-slider-subcont .item ._image {
        max-width: 100px;
        max-height: 100px;
    }
    .testimonial-slider-section .testimonial-slider-subcont .item::after {
        display: none;
    }
    .testimonial-slider-section .testimonial-slider-subcont .item ._details {
        padding: 0;
    }
}