/* Testimonial Custom Styles */
.testimonial2-slider-img {
    display: none !important;
}

.testimonial-single-slider2 {
    text-align: center;
    padding: 30px;
}

.testimonial1-hadding.testimonial2-hadding {
    max-width: 600px;
    margin: 0 auto;
}

/* Testimonial stars */
.testimonial-stars ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
}

.testimonial-stars ul li {
    color: #ffc107;
}

/* Testimonial content */
.testimonial1-hadding p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

.slider1-bottom h4 {
    font-size: 20px;
    color: #021334;
    margin-bottom: 5px;
}

.slider1-bottom p {
    font-size: 14px;
    color: #666;
}