.testimonial-card {
    background: #fff;
    border-radius: 30px;
    padding: 32px;
    text-align: center;
    box-shadow: 0px 4px 20px 0px rgba(178, 178, 178, 0.25);
    transition: transform 0.3s ease-in-out;
}
.testimonial-card:hover {
    transform: translateY(-5px);
}
.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 34px;
}
.testimonial-name {
    font-weight: bold;
    color: #111d73;
    font-size: 20px;
    margin-bottom: 4px;
}
.testimonial-role {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
}

.testimonial-company {
    font-size: 16px;
    margin-bottom: 4px;
    color: #f59e0b;
}

.testimonial-rating {
    color: #f59e0b;
    font-size: 16px;
    margin-bottom: 4px;
}
.testimonial-text {
    border-color: var(--primary-color);
    font-size: 18px;
    line-height: 2;
    margin-top: 24px;
    text-align: start;
}
.slider-controls {
    text-align: center;
    margin-top: 20px;
    display: none;
}
.button-active {
    background-color: #6e4193;
}
.control-prev,
.control-next {
    width: 64px;
    height: 64px;
}
