.testimonial-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}
.testimonial-section .section-heading {
    /* text-align: center; */
    margin-bottom: 60px;
}


.testimonial-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-content {
    display: none;
}

.testimonial-content.active {
    display: block;
}

.testimonial-quote {
    font-size: 1.5rem;
    font-style: italic;
    color: #333;
    margin-bottom: 20px;
}

.testimonial-author {
    font-size: 1.1rem;
    font-weight: bold;
    color: #555;
}

.testimonial-author span {
    font-weight: normal;
    color: #777;
}

.testimonial-navigation {
    margin-top: 30px;
}

.testimonial-navigation button {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    color: #555;
}

.testimonial-navigation button:hover {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}
