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

.testimonial-section h2 {
    margin-bottom: 20px;
    font-size: 28px;
    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%;

    
    
   
    text-align: center;
}

.testimonial-text {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-left: 25%;
    margin-right: 25%;
    color: black;
   
    line-height: 2;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.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 {
    
    
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;

    margin-right: 20px;
    margin-left: 20px;
}

button:hover {
    color: #555;
}

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

    .testimonial-text {
        font-size: 1rem;
        margin-left: 10%;
    margin-right: 10%;
            text-align: center;
    line-height: 2;
    font-family: Inter, sans-serif;
    font-weight: 400;
    }

    .stars {
        font-size: 1.2rem;
    }

    .client-name {
        font-size: 0.9rem;
    }}
    
@media only screen and (max-width: 1200px) {

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