﻿.testimonial-slider-wrapper {
    border: 4px solid #dab657;
    padding: 50px;
    max-width: 1308px;
    margin: auto;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    margin-top: 40px;
}
.testimonial-slider {
    max-width: 1120px;
    margin: 27px auto 0;
}
    .testimonial-slider-wrapper .testimonial-slider-container {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

        .testimonial-slider-wrapper .testimonial-slider-container .testimonial-track {
            max-width: 1289px;
            margin: 0 auto;
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

.testimonial-slide#slide-0 blockquote.feedback-text {
    max-width: 576px;
    margin: 20px auto 25px;
}

/*.testimonial-slide .testimonial-content .testimonial-images .image-pair .product-img, 
.testimonial-slide .testimonial-content .testimonial-images .image-pair .author-img {
    max-width: 45%;
    height: auto;
    max-height: 200px;
}*/

.testimonial-slide .testimonial-content .testimonial-images img.product-img {
    width: 326px;
    height: 258px;
    object-fit: cover;
}

.testimonial-slide .testimonial-content .testimonial-images img.author-img {
    width: 250px;
    height: 252px;
    object-fit: cover;
}


.testimonial-slide .testimonial-content .testimonial-images .image-single {
    text-align: center;
}

.center-img {
    max-width: 60%;
    height: auto;
}

span.slider-icon {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.testimonial-icon-section {
    text-align: center;
}

    .testimonial-icon-section span.slider-icon.active {
        background-color: #ffcf54;
    }

.testimonial-track.css-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    overflow: hidden;
}

.testimonial-slide {
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    /*flex-shrink: 0;*/
}

    .testimonial-slide .testimonial-content .testimonial-images {
        margin-bottom: 20px;
    }

        .testimonial-slide .testimonial-content .testimonial-images .image-pair {
            display: flex;
            justify-content: center;
            gap: 20px;
            padding-right: 1px;
        }

.image-single .center-img {
    display: block;
    margin: 0 auto 20px;
    max-height: 200px;
}

.feedback-text {
    font-size: 30px;
    color: #dab657;
    margin: 20px 0;
}
.testimonial-slide .author-info {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.testimonial-dots {
    margin-top: 20px;
}

    .testimonial-dots .dot {
        height: 10px;
        width: 10px;
        background-color: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

        .testimonial-dots .dot.active {
            background-color: #ffce4f;
        }
div#slide-1 .testimonial-content blockquote.feedback-text {
    font-size: 20px;
    max-width: 744px;
    text-align: center;
    margin: 20px auto 25px;
}

@media screen and (max-width:991px){
    .testimonial-slider {
        max-width: 1337px;
        margin: 20px auto 0;
        padding: 0px 47px;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    blockquote.feedback-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .testimonial-slide .author-info strong {
        font-weight: bold;
        line-height: 13px;
    }
    .testimonial-slider {
        margin-top: 30px;
    }
    .testimonial-slide .testimonial-content .testimonial-images img.author-img {
        width: 191px;
        height: 215px;
        object-fit: cover;
    }
    .testimonial-slide .testimonial-content .testimonial-images img.product-img {
        width: 281px;
        height: 212px;
        object-fit: cover;
    }
    .testimonial-slider {
        padding: 0px 30px;
    }
    .testimonial-slider-wrapper {
        padding: 30px 20px;
    }

}
@media screen and (max-width:558px){
    .feedback-text{
        font-size:16px;
    }
    .image-single .center-img {
        width: 28vw;
        height: 28vw;
        object-fit: cover;
        max-height: unset;
    }
    .send-a-case .container {
        padding: 0px 30px;
    }
    .testimonial-slider {
        padding: 0px 30px;
    }
    .testimonial-slide .author-info {
        font-size: 12px;
        line-height: 25px;
    }
    .feedback-text:active {
        -webkit-line-clamp: unset;
    }
    .testimonial-slider-wrapper {
        padding: 29px 15px;
    }
    div#slide-1 .testimonial-content blockquote.feedback-text {
        font-size: 16px;
    }
    .testimonial-slide .testimonial-content .testimonial-images img.product-img {
        width: 48vw;
        height: 28vw;
        object-fit: cover;
    }
    .testimonial-slide .testimonial-content .testimonial-images img.author-img {
        width: 28vw;
        height: 28vw;
        object-fit: cover;
    }
    /*div#slide-1 .testimonial-content img.center-img {
        max-width: 45%;
        height: auto;
        max-height: 200px;
    }*/
}
@media (min-width:991px) and (max-width:1300px){
    .testimonial-slider {
        max-width: 960px;
    }
}