
#testimonials .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
}
#testimonials .slider-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
#testimonials .slide-content {
    margin: 0 40px;
}
#testimonials .card {
    /* width: 320px; */
    border-radius: 15px;
}
#testimonials .image-content,
#testimonials .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
#testimonials .image-content {
    position: relative;
    row-gap: 5px;
    padding: 15px 0;
}
#testimonials .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#ff400f, #F88C1F);
    border-radius: 15px 15px 0 15px;
}
#testimonials .overlay::before,
#testimonials .overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #F88C1F;
}
#testimonials .overlay::after {
    border-radius: 0 15px 0 0;
    background-color: #fff;

}
#testimonials .card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    padding: 3px ;
}
#testimonials .card-image .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-image: linear-gradient(#ff400f, #F88C1F);
}
#testimonials .card-content .name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
#testimonials .card-content  .description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.slider-containers {
    padding-bottom: 40px;
}
#testimonials .card-content .button {
    border: none;
    font-size: 17px;
    padding: 8px 16px;
    background-image: linear-gradient(#ff400f, #F88C1F);
    border-radius: 8px;
    text-transform: capitalize;
    margin: 10px;
    color: #fff;
}

.swiper-pagination{
    position: relative;
    bottom: -17px !important;
}
.swiper-pagination-bullet {
    background-color: #ff400f !important;
}