.testimonials {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.testimonials-section{
    background-color: #9f1922!important;

}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff!important;
}

.section-subtitle {
    font-size: 1rem;
    color: #777;
    margin-top: 10px;
}

.testimonials-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1f3044;
    margin-bottom: 40px;
}

.testimonial-card {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-name {
    font-size: 1rem;
    font-weight: 600;
    color: #ca935d;
    margin-bottom: 5px;
}

.testimonial-role {
    font-size: 0.9rem;
    color: #777;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
    content: '';
}