.trusted-by-section {
    position: relative;
    padding: 72px 0;
}
.trusted-by-section .testimonial-slide {
    border-radius: 20px;
    background: #F4F4FF;
    padding: 40px;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.trusted-by-section .main-title-inner h3 {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
}
.trusted-by-section .testimonial-slide .aspect-ratio {
    width: 37%;
}
.trusted-by-section .testimonial-slide .aspect-ratio img {
    width: 100%;
}
.trusted-by-section .trusted-quote {
    width: 58%;
    position: relative;
}
.trusted-by-section .trusted-quote:before {
    background-image: url(/wp-content/uploads/2025/12/unnamed-file.png);
    width: 47px;
    height: 38px;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -36px;
}
.trusted-by-section .trusted-quote .trusted-quote-logo {
    width: 180px;
    display: block;
}
.trusted-by-section .trusted-quote .trusted-quote-logo img {
    width: 100%;
}
.trusted-by-section .trusted-quote p {
    font-size: 18px;
    color: #555555;
    line-height: 32px;
    margin-bottom: 40px;
}
.trusted-by-section .testimonials-wrapper .slick-next.slick-arrow {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: unset;
    width: 34px;
    height: 23px;
}
.trusted-by-section .testimonials-wrapper .slick-prev.slick-arrow {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 63.29px;
    left: unset;
    width: 34px;
    height: 23px;
}
.trusted-by-section .testimonials-wrapper {
    padding-top: 50px;
}
.trusted-by-section .slick-prev,
.trusted-by-section .slick-next {
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 0;
    padding: 0;
}
.trusted-by-section .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 24' fill='none'%3E%3Cpath d='M12.7796 22.5269C13.4621 21.8444 13.4621 20.7419 12.7796 20.0594L5.98961 13.2694L32.5371 13.2694C33.4996 13.2694 34.2871 12.4819 34.2871 11.5194C34.2871 10.5569 33.4996 9.76938 32.5371 9.76938L5.97211 9.76938L12.7621 2.97939C13.4446 2.29689 13.4446 1.19438 12.7621 0.511883C12.0796 -0.170616 10.9771 -0.170616 10.2946 0.511883L0.512111 10.2944C-0.170392 10.9769 -0.170392 12.0794 0.512111 12.7619L10.3121 22.5269C10.9771 23.2094 12.0971 23.2094 12.7796 22.5269Z' fill='%23092064'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.trusted-by-section .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35 24' fill='none'%3E%3Cpath d='M22.2204 22.5269C21.5379 21.8444 21.5379 20.7419 22.2204 20.0594L29.0104 13.2694L2.46289 13.2694C1.50039 13.2694 0.712891 12.4819 0.712891 11.5194C0.712891 10.5569 1.50039 9.76938 2.46289 9.76938L29.0279 9.76938L22.2379 2.97939C21.5554 2.29689 21.5554 1.19438 22.2379 0.511883C22.9204 -0.170616 24.0229 -0.170616 24.7054 0.511883L34.4879 10.2944C35.1704 10.9769 35.1704 12.0794 34.4879 12.7619L24.6879 22.5269C24.0229 23.2094 22.9029 23.2094 22.2204 22.5269Z' fill='%23092064'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.trusted-by-section .slick-prev:before,
.trusted-by-section .slick-next:before {
    display: none;
}
.trusted-by-section .slick-prev.slick-disabled,
.trusted-by-section .slick-next.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
@media screen and (max-width: 1200px) {
    .trusted-by-section .testimonial-slide {
        padding: 80px 40px 40px;
    }
}
@media screen and (max-width: 767px) {
    .trusted-by-section .testimonial-slide {
        flex-direction: column;
        padding: 30px;
    }
    .trusted-by-section .testimonial-slide .aspect-ratio,
    .trusted-by-section .trusted-quote {
        width: 100%;
    }
    .trusted-by-section .trusted-quote {
        margin-top: 50px;
    }
    .trusted-by-section .trusted-quote p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .trusted-by-section .main-title-inner h3 {
        font-size: 26px;
        line-height: 38px;
    }
}