.testimonial-wrapper{
    position:relative;
    width:100%;
    padding:60px 0;
    overflow:hidden;
}

.testimonial-slider{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:40px;
    height: 300px;
    transition:0.4s;
}

.testimonial-card{
    width:260px;
    padding:25px;
    border-radius:18px;
    background:white;
    text-align:center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition:0.4s;
    opacity:0.5;
    transform:scale(1);
}

.testimonial-card.active{
    opacity:1;
    padding:20px;
    height: 300px;
    transform:scale(1.15);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.testimonial-slider .avatar{
    width:80px;
    height:80px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:12px;
}

.testimonial-slider .name{
    font-weight:600;
    margin-bottom:8px;
}

.testimonial-slider .comment{
    font-size:15px;
    color:#323232;
}

.nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    border:none;
    font-size:30px;
    background:none;
    cursor:pointer;
}

.testimonial-wrapper{
    position:relative;
    width:100%;
    overflow:hidden;
}


.testimonial-card{
    width:240px;
    flex-shrink:0;
}
.left{ left:20px; }
.right{ right:20px; }

