.testimonials-carousel__wrapper .owl-stage {
    overflow: visible;
}

.testimonials-carousel__wrapper .owl-stage-outer {
    overflow: visible;
}

.testimonials-carousel__item {
    border: 1px dashed;
    border-radius: 15px;
    padding: 35px 25px;
    max-width: 95%;
    border-bottom-right-radius: 0;
    box-shadow: 15px 15px 20px rgb(0 0 0 / 5%);
    position: relative;
}

.testimonials-carousel__item p {
    font-size: 16px;
    line-height: 1.5;
}

.testimonials-carousel__item h4 {
    margin: 40px 0 0;
    font-size: 18px;
}

.testimonials-carousel__wrapper .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.testimonials-carousel__wrapper .owl-nav button {
    width: 50px;
    height: 50px;
    background: var( --e-global-color-primary ) !important;
    border-radius: 100%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-carousel__wrapper .owl-nav button path {
    stroke: #fff;
}

.testimonials-carousel__wrapper .owl-nav button svg {
    width: 15px;
    height: 14px;
}

.testimonials-carousel__wrapper .owl-nav button:hover {
    background: var(--e-global-color-secondary) !important;
}

.testimonials-carousel__item .quote-icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
}

.testimonials-carousel__item .quote-icon svg {
    width: 100%;
    height: 100%;
}