/* Testimonials Custom Styles */

/* Măresc spațiul secțiunii testimonial */
.testimonial-section {
    padding-bottom: 150px !important;
    margin-bottom: 50px;
}

/* Equal height pentru toate testimonial cards */
.testimonial-section .gw-testimonial-item-two {
    height: 500px !important;
    display: flex !important;
}

.testimonial-equal-height {
    display: flex !important;
    height: 500px !important;
}

.testimonial-equal-height .testimonial-inner-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 40px 30px;
}

/* Text area cu înălțime fixă */
.testimonial-equal-height .testimonial-inner-content > p {
    height: 150px !important;
    min-height: 150px !important;
    max-height: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

/* Quote and rating box - înălțime fixă */
.testimonial-equal-height .quote-rating-box {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Author section la final - înălțime fixă */
.testimonial-equal-height .author-thumb-title {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-top: auto;
    display: flex;
    align-items: center;
}

/* Slider settings pentru rotire continuă */
.testimonial-section .slider-active-3-item-dot .slick-dots {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-equal-height {
        min-height: 350px !important;
    }
    
    .testimonial-equal-height .testimonial-inner-content > p {
        min-height: 120px;
        -webkit-line-clamp: 5;
    }
}
