﻿.testimonial-text {
    max-height: 120px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .testimonial-text.expanded {
        max-height: 1000px;
    }

.read-more-btn {
    color: #0d6efd;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    display: inline-block;
}
