.testimonials-wrap {
    padding: 40px 0;
}

/* Equal height fix */
.carousel-testimonial .owl-stage {
    display: flex !important;
    padding-left: 0 !important; /* removes left gap */
}

.carousel-testimonial .owl-item {
    display: flex;
    align-items: stretch; /* Equal height */
    height: auto !important;
}

.testimonial-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    width: 100%;
    flex: 1; /* Stretch to match tallest */
}

.carousel-testimonial .item {
    padding: 15px;
    display: flex;
    height: auto;
}

.quote {
    position: absolute;
    top: -23px;
    color: #0000FF; /* blue */
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}
