.clint-name,
.clint-photo,
.rating-widsta,
.rev-ste,
.testi-style1,
section.YC-reviews-section {
    position: relative
}

.testi-style1 {
    border-radius: 20px;
    background: var(--background2);
    padding: 50px 40px;
    transition: .4s;
    --image-size: 100px;
    flex: 1;
    min-width: 400px;
    max-width: 460px;
}

.testi-style1 .testi-content {
    padding: 40px 40px 60px
}

.testi-style1 .testi-text {
    font-size: 17px;
    color: var(--secondarytext);
    line-height: 1.6;
    font-weight: 400;
}

.testi-style1 .testi-client {
    background-color: var(--white-color);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

h3.testi-name {
    font-size: 20px;
    margin-inline-start: 10px;
    color: var(--primary-text);
    font-weight: 500
}

p.testi-name {
    font-size: 18px;
    line-height: 1.7;
    color: var(--secondarytext)
}

.testi-style1 .testi-degi {
    font-size: 13px
}

.testi-style1 .testi-degi span {
    font-size: 11px;
    color: var(--body-color)
}

.testi-style1 .testi-rating {
    color: #f6b800;
    float: right;
    font-size: 12px;
    min-width: max-content
}

.testi-style1 .testi-rating i {
    margin-left: 3px
}

.testimonial-carousel-rtl {
    display: flex
}

.reviews-caro {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center
}

.reviews-caro .owl-dots {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: var(--main-container);
    left: 0;
    justify-content: center;
    width: 100%
}

.rev-ste {
    overflow: hidden;
    z-index: 22
}

i.fa-solid.fa-star {
    font-weight: 600
}

.reviews-date {
    display: flex;
    margin: 15px 0;
    justify-content: center
}

.reviews-caro.reviews-caro .disabled {
    display: none
}

.reviews-caro .owl-dots .owl-dot {
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #999;
    border-radius: 50%;
    display: inline-block;
    font-size: 0;
    height: 18px;
    line-height: 0;
    padding: 0;
    position: relative;
    width: 18px;
    transition: .4s;
    margin-inline: 5px
}

section.YC-reviews-section .vs-border-circle {
    width: var(--circle-size, 400px);
    height: var(--circle-size, 400px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: var(--border-size, 45px) solid var(--theme-color2);
    z-index: 12;
    position: absolute;
    left: -215px;
    animation: 6s linear infinite jumpping
}

.reviews-caro .owl-dots .owl-dot.active,
.reviews-caro .owl-dots .owl-dot:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color3)
}

.--rating--widgets--stars-averageList,
.rating-widsta>div {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.--rating--widgets--stars-averageList .-Rate-Ave-Items {
    padding-inline-start: 0;
    border: 0
}

.rating-widsta {
    color: var(--primary-text);
    display: flex;
    max-width: fit-content;
    font-size: 21px
}

.testi-style1 .rating-widsta {
    position: absolute;
    top: 0;
    border-radius: 0 0 var(--largeradius);
    left: 0;
    right: auto;
    background: #fff;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    --before-bg: white
}

.en .testi-style1 .rating-widsta {
    left: auto;
    right: 0;
    border-radius: 0 0 0 var(--largeradius)
}

.testi-style1 .rating-widsta:after,
.testi-style1 .rating-widsta:before {
    width: 30px;
    border-width: 14px 0 0 14px;
    border-color: var(--before-bg);
    border-style: solid;
    border-radius: 45px 0 0;
    overflow: hidden;
    content: '';
    position: absolute
}

.testi-style1 .rating-widsta:before {
    height: 30px;
    left: calc(100% - 14px);
    bottom: calc(100% - 30px)
}

.testi-style1 .rating-widsta:after {
    right: calc(100% - 30px);
    top: calc(100% - 14px);
    height: 40px
}

.rating-widsta .Active--Stars {
    position: absolute;
    width: var(--percent);
    overflow: hidden;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%)
}

.rating-widsta .SB--Stars i {
    color: #c8c8c8dd;
}

.rating-widsta .Active--Stars i {
    color: #ffc83d
}

.clint-photo {
    width: var(--image-size);
    height: var(--image-size);
    overflow: hidden;
    border-radius: 50%;
    border: 15px solid #fff;
    margin-inline-start: -20px;
    margin-inline-end: 10px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dark-color)
}

.clint-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    --before-bg: white;
    padding-top: 10px
}

.--e-overlap:after,
.--e-overlap:before {
    left: calc(100% - 30px);
    width: 30px;
    overflow: hidden;
    border-color: var(--before-bg);
    border-style: solid;
    content: '';
    position: absolute
}

.--e-overlap {
    position: absolute;
    width: calc(var(--image-size) - 30px);
    background: var(--before-bg);
    height: calc(var(--image-size) + 0px);
    right: -40px
}

.--e-overlap:before {
    height: 30px;
    border-width: 0 14px 14px 0;
    bottom: calc(100% - 14px);
    border-radius: 0 0 45px
}

.--e-overlap:after {
    top: calc(100% - 14px);
    height: 40px;
    border-width: 14px 14px 0 0;
    border-radius: 0 45px 0 0
}