.builder_testimonial_wrapper svg {
    width: 1em;
    height: 1em;
    transition: all 0.3s;
}

.builder_testimonial_wrapper img {
    object-fit: cover;
}

.builder_testimonial_wrapper .wcf-arrow {
    line-height: 0;
}

 .builder_testimonial_wrapper .swiper-pagination-bullets {
     gap: 5px;
     display: flex;
     justify-content: center;
     width: auto;
     height: auto;
}

.builder_testimonial_wrapper .swiper-pagination-bullet {
   margin: 0!important;
}

.builder_testimonial_wrapper .swiper-pagination-bullet-active {
    border-radius: 5px;
}

.builder_testimonial_wrapper .swiper-pagination {
    position: static;
    z-index: -1;
}

.builder_testimonial_wrapper .ts-navigation {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.builder_testimonial_wrapper .wcf-arrow {
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

/* Style One */
.builder__testimonial-1 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.builder__testimonial-1 .author {
    display: flex;
    align-items: center;
}

.builder__testimonial-1 .image {
    position: relative;
    margin-right: 15px;
}

.builder__testimonial-1 .image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.builder__testimonial-1 .feedback {
    padding-top: 20px;
    padding-bottom: 30px;
}

.builder__testimonial-1 .info {
    text-align: left;
}

/* Style Two */
.builder__testimonial-2 .feedback {
    margin-top: 20px;
    margin-bottom: 30px;
}

.builder__testimonial-2 .slide {
    display: flex;
}

.builder__testimonial-2 .content-wrap {
    flex: 1;
}

.builder__testimonial-2 .image {
    margin-right: 50px;
}

/* Style Three */
@keyframes tsmBgAnimate {
    from {
        height: 180px;
    }
    to {
        height: 130px;
    }
}

.builder__testimonial-3 .slide {
    display: flex;
}

.builder__testimonial-3 .content-wrap {
    flex: 1;
}

.builder__testimonial-3 .quote {
    margin-right: 50px;
    width: 270px;
    height: 270px;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.builder__testimonial-3 .quote::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    background-color: var(--white-9);
    animation: tsmBgAnimate 2s alternate infinite linear;
}

.builder__testimonial-3 .quote svg,
.builder__testimonial-3 .quote img {
    font-size: 150px;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.builder__testimonial-3 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.builder__testimonial-3 .author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.builder__testimonial-3 .image {
    position: relative;
}

.builder__testimonial-3 .image img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.builder__testimonial-3 .feedback {
    margin-top: 20px;
    margin-bottom: 30px;
}

.builder__testimonial-3 .swiper-slide {
    height: auto;
}

.builder__testimonial-3 .slide {
    height: 100%;
}

/* Responsive Style */
@media (max-width: 767px) {
    .builder__testimonial-2 .slide,
    .builder__testimonial-3 .slide {
       flex-direction: column;
    }
}