.testimonial-section{
    width:100%;
    /* padding:30px 5%; */
}
.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    color:#c89b63;
    font-size:18px;
    font-weight:600;
}

.section-title h2{
    margin-top:10px;
    font-size:40px;
    color:#333;
}

.swiper-slide{
    width:100%;
    padding:50px 10px;
}

/* .testimonial-card{
    background:#f8f2eb;
    border-radius:12px;
    padding:25px 30px 30px;
    text-align:center;
    position:relative;
    transition:.4s;
} */
.testimonial-card{
    background:#f1e8dd;
    border-radius:12px;
    padding:25px 30px 0PX;
    text-align:center;
    position:relative;
    transition:.4s;
    /* height:100%; */
    min-height:330px;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    /* border: 2px solid #f0911e; */
    box-shadow: 0px 0px 20px 2px #c1b5a8;
}

.client-img{
    width:95px;
    height:95px;
    border-radius:50%;
    overflow:hidden;
    position:absolute;
    top:-45px;
    left:50%;
    transform:translateX(-50%);
    border:7px solid #fff;
    
}

.client-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.quote{
    width:45px;
    height:45px;
    background:#ead8bf;
    border-radius:50%;
    display:flex;
    /* align-items:center; */
    justify-content:center;
    font-size:40px;
    color:#c89b63;
    margin-bottom:10px;
    /* margin-top: 20px; */
}

.testimonial-card h3{
    font-size:25px;
    color:#333;
    margin-bottom:5px;
}

.designation{
    color:#999;
    font-size:14px;
    margin-bottom:25px;
}

.review{
    font-size:16px;
    line-height:1.8;
    color:#555;
    margin-bottom:25px;
}

.stars{
    color:#d9a441;
    font-size:22px;
}

/* Tablet */

@media (max-width:991px){

    .testimonial-section{
        padding:50px 4%;
    }

    .section-title h2{
        font-size:36px;
    }

    .testimonial-card{
        min-height:340px;
    }

    .testimonial-card h3{
        font-size:22px;
    }

    .review{
        font-size:15px;
    }
}


/* Mobile */

@media (max-width:767px){

    .testimonial-section{
        padding:40px 15px;
    }

    .section-title span{
        font-size:16px;
    }

    .section-title h2{
        font-size:28px;
        line-height:1.3;
    }

    .swiper{
        padding:55px 0;
    }

    .client-img{
        width:80px;
        height:80px;
        top:-40px;
    }

    .testimonial-card{
        padding:55px 20px 25px;
        min-height:auto;
    }

    .testimonial-card h3{
        font-size:20px;
    }

    .designation{
        font-size:13px;
    }

    .review{
        font-size:14px;
        line-height:1.7;
    }

    .stars{
        font-size:18px;
    }
}


/* Small Mobile */

@media (max-width:480px){

    .section-title h2{
        font-size:24px;
    }

    .quote{
        width:40px;
        height:40px;
        font-size:32px;
    }

    .testimonial-card{
        padding:50px 18px 22px;
    }

    .testimonial-card h3{
        font-size:18px;
    }

    .review{
        font-size:13px;
    }
}