
.testimonial-section {
    width: 100%;
    padding: 40px;
    background-color: white;
    text-align: center;
}

.testimonial-section h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    min-width: 100%;
    max-width: 60%;

    
    padding: 20px;
    background-color: white;
   
    text-align: center;
}

.testimonial-text {
    font-size: 1.2rem;
    margin-bottom: 15px;
    margin-left: 25%;
    margin-right: 25%;
    color: black;
}

.stars {
    color: #EAAA00;
    font-size: 1.5rem;
    margin-bottom: 15px;
    
}

span {
    margin: 5px;
}
.client-name {
    font-size: 1rem;
    font-style: italic;
    color: #333;
}

.slider-nav {
    margin-top: 20px;
}

button {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    padding: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

button:hover {
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        padding: 15px;
    }

    .testimonial-text {
        font-size: 1rem;
        margin-left: 10%;
    margin-right: 10%;
    }

    .stars {
        font-size: 1.2rem;
    }

    .client-name {
        font-size: 0.9rem;
    }
}
