.testi-block .inner-box {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.testi-block .google-icon-link {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display: inline-block;
}

.testi-block .google-icon {
    height: 20px;
    width: auto;
}

.auth-info {
    margin-top: 15px;
}

.auth-info .image {
    display: inline-block;
    vertical-align: middle;
}

.auth-info .image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.auth-info .auth-title {
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

.review-date {
    font-size: 0.85rem;
    color: #ecebeb;
}
.testimonial-slider .testi-block {
    /* Ensures all cards take equal width and spacing */
    width: 100%;
    padding: 10px;
}

.testimonial-slider .inner-box {
    /* Fixed height for all cards */
    height: 380px; /* Adjust based on your layout */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.testimonial-slider .text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    -webkit-box-orient: vertical;
}