.testimonial-carousel {
    padding: 80px 0;
}

.testimonial-card {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    box-shadow: 2px 0px 2px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin: 0 15px;
    min-height: 350px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    font-style: italic;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

.testimonial-author {
    color: #333;
    font-weight: 600;
}

.testimonial-role {
    color: #777;
    font-size: 0.9rem;
}

.quote-icon {
    color: #ff6600;
    font-size: 2rem;
    opacity: 0.3;
}

.rating {
    color: #ffc107;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
}

.carousel-indicators button {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    background-color: #ff6600;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}
