.binox_testimonial_wrapper svg {
    width: 1em;
    height: 1em;
    transition: all 0.3s;
}
.binox_testimonial_wrapper img {
    object-fit: cover;
}
.binox_testimonial_wrapper .wcf-arrow {
    line-height: 0;
}

/* Style One */
.binox__testimonial-1 .wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.binox__testimonial-1 .image {
    position: relative;
}
.binox__testimonial-1 .image::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #E9EAEB;
    right: -10px;
}
.binox__testimonial-1 .image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}
.binox__testimonial-1 .category {
    display: inline-block;
    border-radius: 5px;
}
.binox__testimonial-1 .feedback {
    margin-top: 20px;
    margin-bottom: 30px;
}
.binox__testimonial-1 .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;
}
.binox__testimonial-1 .slide {
    position: relative;
}
.binox__testimonial-1 .slide::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    top: 0;
    right: -20px;
}
.binox__testimonial-1 .ts-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.binox__testimonial-1 .swiper-pagination-bullets {
    bottom: -30px!important;
}


/* Style Two */
.binox__testimonial-2 .feedback {
    margin-top: 20px;
    margin-bottom: 20px;
}
.binox__testimonial-2 .info {
    border-left: 1px solid #ddd;
    padding-left: 12px;
    margin-bottom: 20px;
}
.binox__testimonial-2 .category {
    background: #09154210;
    padding: 5px 15px;
    border-radius: 5px;
    margin-top: 30px;
}
.binox__testimonial-2 .ts-navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.binox__testimonial-2 .swiper-pagination-bullets {
    text-align: left;
    bottom: -40px;
}

/* Style Three */
.binox__testimonial-3 .feedback {
    margin-top: 20px;
    margin-bottom: 20px;
}
.binox__testimonial-3 .info {
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
.binox__testimonial-3 .category {

}
.binox__testimonial-3 .ts-navigation {
    display: inline-flex;
    align-items: center;
    margin-top: 30px;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 100px;
}
.binox__testimonial-3 .swiper-pagination-bullets {
    text-align: left;
    bottom: -40px;
}
.binox__testimonial-3 .wrap {
    display: flex;
    gap: 25px;
}
.binox__testimonial-3 .wcf-arrow {
    padding: 5px;
}
.binox__testimonial-3 .wcf-arrow-prev {
    padding-right: 15px;
    border-right: 1px solid #ddd;
}
.binox__testimonial-3 .wcf-arrow-next {
    padding-left: 15px;
}
.binox__testimonial-3 .image {
    margin-top: 20px;
}