/**Testimonila page css***/
.testimonial-carosuel .elementor-main-swiper.swiper {
    padding-bottom: 0;
}
.testimonial-carosuel .elementor-testimonial__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.testimonial-carosuel .swiper-slide {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}
.testimonial-carosuel svg {
    display: none;
}
.testimonial-carosuel .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url(/wp-content/uploads/2025/07/icon.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.testimonial-carosuel .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url(/wp-content/uploads/2025/07/icon-1.svg);
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 100%;
}

@media screen and (max-width:1024px) {
    .testimonial-carosuel .swiper-slide {
    display: flex;
    align-items: start;
}