.testimonial-slider {
    position: relative;
    padding: 20px 0 50px;
    overflow: hidden;
}
.testimonial-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: auto;
    margin: 10px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.testimonial-name {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.testimonial-rating {
    color: #FFC107;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 3px;
}
.testimonial-content {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    font-style: italic;
}
@media (max-width: 1024px) {
    
}
@media (max-width: 768px) {

}
