.firsttest-carousel {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    font-size: 18px;
    padding: 20px;
    border-radius: 10px;
    background: #f7f7f7;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.carousel-dots {
    text-align: center;
    margin-top: 10px;
}

.carousel-dots .dot {
    height: 10px;
    width: 10px;
    margin: 5px 4px;
    display: inline-block;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-dots .dot.active {
    background: #333;
}
.testimonial-photo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.rating .star {
    font-size: 20px;
    color: #ccc;
}

.rating .star.filled {
    color: #f4c542;
}

.testimonial-slide {
    padding: 20px;
    background: #fafafa;
    border-radius: 10px;
}
