.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #CCD6DF;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start;
}
.elementor-widget-rating .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content);
}
.elementor-widget-rating .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: fit-content;
    gap: 3px;
}
.elementor-widget-rating .e-rating .e-icon {
    position: relative;
}
.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.elementor-widget-rating .e-rating .e-icon-wrapper :is(i, svg) {
    display: flex;
    flex-shrink: 0;
}
.elementor-widget-rating .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color);
}
.elementor-widget-rating .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color);
}

.elementor-widget-rating .e-rating .e-icon-wrapper svg path{
    fill: var(--e-rating-icon-color);
}

.elementor-testimonials .swiper-slide{
    padding: 48px 64px 60px 58px;
    background: #EFF2F4;
    border-radius: 15px;
    position: relative;
}

.elementor-testimonials .elementor-testimonial{
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.elementor-testimonials .elementor-testimonial .elementor-quote{
    display: flex;
}

.elementor-testimonials .elementor-testimonial .elementor-quote svg{
    width: 54px;
    height: 54px;
}
.elementor-testimonials .elementor-testimonial .elementor-wrapper{
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.elementor-testimonials .elementor-testimonial .elementor-content{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.elementor-testimonials .elementor-testimonial .elementor-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.elementor-testimonials .elementor-testimonial .elementor-info{
    display: flex;
    align-items: center;
    gap: 18px;
}

.elementor-testimonials .elementor-testimonial .elementor-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.elementor-testimonials .elementor-testimonial .elementor-thumbnail img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.elementor-testimonials .elementor-testimonial .elementor-info-cite{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.elementor-testimonials .elementor-testimonial .elementor-name{
    margin-top: 0;
    margin-bottom: 0;
    color: #007AFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3em;
}

.elementor-testimonials .elementor-testimonial .elementor-job{
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
}

@media screen and (max-width: 1200px) {
    .elementor-testimonials .swiper-slide{
        padding: 40px;
    }
    .elementor-testimonials .elementor-testimonial{
        gap: 12px;
    }
    .elementor-testimonials .elementor-testimonial .elementor-quote svg{
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 992px) {
    .elementor-testimonials .swiper-slide{
        padding: 30px;
    }
    .elementor-testimonials .elementor-testimonial{
        flex-direction: column;
        gap: 0;
    }
    .elementor-testimonials .elementor-testimonial .elementor-wrapper{
        padding-top: 0;
        gap: 20px;
    }
    .elementor-testimonials .elementor-testimonial .elementor-info{
        gap: 12px;
    }
    .elementor-testimonials .elementor-testimonial .elementor-thumbnail{
        width: 56px;
        height: 56px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-testimonials .swiper-slide{
        padding: 30px 24px;
    }
}

@media screen and (max-width: 374px) {
    .elementor-testimonials .elementor-testimonial .elementor-footer{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .elementor-testimonials .elementor-testimonial .elementor-info{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}