.testimonial-sec {
    background-color: #222222;
    padding: 46px 0;
    height: auto;
    min-height: auto;
}

.title {
    text-align: center;
    position: relative;
    z-index: 10;
}

.title span {
    color: #adaeae;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 14px;
    line-height: 1;
}

.testimonial-slide {
    margin: -54px 0 0 0px;
    position: relative;
}

.title h2 {
    color: #f3f3f3;
}

/* Adjust positioning to move testimonials higher */
.testimonial-inner {
    position: relative;
    bottom: 0 !important;
    height: auto !important;
    min-height: auto !important;
}

/* Vertical centering for testimonial content */
.testimonial-sec .testimonial-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: auto;
}

/* Ensure article centers content vertically */
.testimonial-sec #slider article {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}