.testimonials-section {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--sky-blue-color);
}
.testimonials-section-bg {
    padding-top: 96px;
    background-color: var(--white);
    border-radius: 50px;
}
.testimonials-section-wrapper .heading-group {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.testimonials-section-wrapper .heading-group .heading {
    margin-bottom: 0;
}
.testimonials-section-wrapper .slider-arrow-wrap.for-mobile .slider-arrow-wrap-inner {    
    margin-top: 25px;
    justify-content: center;
}
/* .testimonials-section-wrapper .testimonials-post-list {
    margin: 0 -22.5px;
} */
.testimonials-section-wrapper .testimonials-post-list .slick-track {
    display: flex;
}
.testimonials-section-wrapper .testimonials-post-list .testimonials-post-list-item  {
    height: auto;
    margin: 0 22.5px;
    box-shadow: 0px 30px 60px 0px rgba(10, 77, 101, 0.1);
    transition: 0.5s all ease;
}
.testimonials-section-wrapper .testimonials-post-list .slick-list {
    overflow: visible;
}
.testimonials-section-wrapper .testimonials-post-list .testimonials-post-list-item:not(.slick-active) {
    opacity: 0;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner {
    height: 100%;
    position: relative;
}

.testimonials-section-wrapper .testimonials-post-list-item-inner .testimonial-wrap-inn {
    padding: 50px 50px 30px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.top-bottom,
.testimonials-section-wrapper .testimonials-post-list-item-inner span.left-right {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.top-bottom::before,
.testimonials-section-wrapper .testimonials-post-list-item-inner span.top-bottom::after {
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(218,228,232,1) 100%);
    position: absolute;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.top-bottom::before {
    top: 0;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.top-bottom::after {
    bottom: 0;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.left-right::before,
.testimonials-section-wrapper .testimonials-post-list-item-inner span.left-right::after {
    content: "";
    height: 100%;
    top: 0;
    width: 1px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(218,228,232,1) 100%);
    position: absolute;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.left-right::before {
    left: 0;
    opacity: 0.3;
}
.testimonials-section-wrapper .testimonials-post-list-item-inner span.left-right::after {
    right: 0;
    background: rgba(218,228,232,1);
}
.testimonials-section-wrapper .testimonial-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 33px;
}
.testimonials-section-wrapper .testimonial-wrap .testimonial-text {
    padding-right: 18px;
}
.testimonials-section-wrapper .testimonial-wrap .testimonial-text p {
    font-size: var(--font-20);
    font-weight: 500;
}
.testimonials-section-wrapper .testimonial-bottom {
    margin-top: auto;
    padding-top: 28px;
    border-top: 1px solid var(--primary-color-light);
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.testimonials-section-wrapper .testimonial-bottom  .author-name {
    font-family: var(--primary-font);
    font-size: var(--font-23);
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.testimonials-section-wrapper .testimonial-bottom  .trustpilot-link-wrap .trustpilot-link {
    display: block;
    line-height: 1;
}
.testimonials-section-wrapper .testimonials-post-list .slick-list .slick-track {
    padding-top: 70px;
    padding-bottom: 120px;
}
.testimonials-section-wrapper .small-heading {
    font-weight: 400;
}
.testimonial-section .testimonial-row .testimonial-item .testimonial .testimonial-author-info .testimonial-designation {
    font-size: var(--font-18);
    color: var(--paragraph);
}