﻿
section.customer-review {
    padding: 50px 0;
    background-image: url(../imgs/customer-testimonials-bg.png);
    background-position: center center
}

section.customer-review button {
    background: #f26522 !important;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50% !important
}

@media(max-width: 1284px) {
    section.customer-review button {
        width: 30px;
        height: 30px
    }
}

section.customer-review button img {
    filter: brightness(0) invert(1)
}

@media(max-width: 667px) {
    section.customer-review button img {
        width: 20px
    }
}

@media(max-width: 1284px) {
    section.customer-review button img {
        width: 20px;
        height: 20px
    }
}

section.customer-review .owl-nav button span {
    color: #fff
}

section.customer-review .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -55px
}

@media(max-width: 768px) {
    section.customer-review .owl-nav .owl-prev {
        left: -5px
    }
}

section.customer-review .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -55px
}

@media(max-width: 768px) {
    section.customer-review .owl-nav .owl-next {
        right: -5px
    }
}

section.customer-review .customer-review-slider .owl-stage-outer {
    padding-top: 100px
}

@media(max-width: 1440px) {
    section.customer-review .customer-review-slider .owl-stage-outer {
        padding-top: 60px
    }
}

@media(max-width: 991px) {
    section.customer-review .customer-review-slider .owl-stage-outer {
        padding-top: 50px
    }
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    min-height:350px;
}

@media(max-width: 1440px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
        min-height: 320px
    }
}

@media(max-width: 1366px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
        padding: 10px;
        min-height: 250px;
        max-height: 250px
    }
}

@media(max-width: 991px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card {
        max-height: 100% !important
    }
}

@media(max-width: 1366px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card p {
        font-size: 14px
    }
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    z-index: 2;
    margin-bottom: 20px
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img img {
    width: 100px;
    border-radius: 55px
}

@media(max-width: 1366px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .customer-img img {
        width: 50px
    }
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name {
    display: flex;
        justify-content: center;
    width: 100%
}

@media(max-width: 1440px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name {
        flex-direction: column
    }
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name span {
    font-size: 14px;
    font-weight: 700
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star-rating {
    display: inline-block;
    font-size: 18px
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star {
    color: #ccc;
    cursor: pointer;
    transition: color .3s ease;
    font-size: 18px
}

@media(max-width: 1366px) {
    section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star {
        font-size: 14px
    }
}

section.customer-review .customer-review-slider .owl-stage-outer .customer-review-card .review-card-footer .customer-name .star.highlighted {
    color: #f26522
}
