/* ----- SECTION REVIEWS ----- */
.section-reviews {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}

.section-reviews .title {
    margin-bottom: 3.9rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.section-reviews .title h2, .section-reviews .title .h2{
    margin-bottom: 0;
}

.review-item {
    background-color: #ffffff;
    min-height: 22.8125rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    border-right: 1px solid rgb(5 7 8 / 10%);
    padding: 3.9rem 3rem 0;
    height: 100%;
}

.review-item .user-name {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #4B4B4B;
}

.review-item .user-name .user-avatar {
    width: 6.25rem;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.95rem;
}

.review-item .user-name .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-item .user-name span:nth-child(1) {
    display: block;
    font-weight: 700;
    color: #050708;
    margin-bottom: 0rem;
}

.review-item h3, .review-item .h3{
    margin-bottom: 2rem;
}

.review-item::after {
    content: '';
    background-image: url('../../img/icon-quote-red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5rem;
    height: 2.3125rem;
    position: absolute;
    top: 0;
    left: 3rem;
}

/* ----- /SECTION REVIEWS ----- */

/* ----- SECTION LEAVE REVIEW ----- */
.section-leave-review {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.leave-review-box {
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    margin: 0 2.3rem;
    padding: 2.2rem 2.5rem 2.5rem;
    position: relative;
}

.leave-review-box h3, .leave-review-box .h3{
    text-align: center;
    margin-bottom: 1.5rem;
}

.leave-review-box form .col {
    padding: 0 0.5rem;
}

.leave-review-box form .row {
    margin: 0 -0.5rem;
}

.leave-review-box .form-group {
    margin-bottom: 1rem;
}

.leave-review-box textarea.form-control {
    -webkit-border-radius: 1em;
    border-radius: 1em;
    height: 9rem;
}

.leave-review-box .rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.leave-review-box .rating .stars {
    margin-right: 1.3rem;
    position: relative;
    display: flex;
    padding-bottom: 0.4rem;
}

.leave-review-box .rating .label-red {
    visibility: visible;
    font-weight: 400;
    font-size: 1.125rem;
    -moz-border-radius: 31.25rem;
    -webkit-border-radius: 31.25rem;
    border-radius: 31.25rem;
    padding: 0rem 1rem;
}

.leave-review-box .rating p {
    margin-bottom: 0;
    margin-right: 1.9rem;
}

.leave-review-box form .btn {
    width: 100%;
}

.leave-review-box .rating .stars .icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    margin-right: 0.25rem;
}

.leave-review-box .lines .line {
    position: absolute;
}

.leave-review-box .lines .line span {
    width: 100%;
    height: 100%;
    background: #DC1E23;
    transform: matrix(1, 0.58, 0, 0.89, 0, 0);
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    display: block;
    -webkit-animation: message-floating 30s linear infinite;
    -moz-animation: message-floating 30s linear infinite;
    animation: message-floating 30s linear infinite;
}

.leave-review-box .lines .line:first-child {
    width: 6.125rem;
    height: 0.5375rem;
    top: 0.9rem;
    right: 8.4rem;
}

.leave-review-box .lines .line:first-child span {
    background-color: rgb(237 32 36 / 30%);
    animation-direction: reverse;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

.leave-review-box .lines .line:nth-child(2) {
    width: 3.65rem;
    height: 1.575rem;
    right: 5.8rem;
    top: 0.4rem;
}

.leave-review-box {
    margin: 0 auto;
    padding: 2.2rem 2.5rem 2.5rem;
}

/* ----- /SECTION LEAVE REVIEW ----- */

@media (max-width: 1439px) {
    /* ----- SECTION REVIEWS ----- */
    .review-item {
        min-height: 25rem;
    }

    /* ----- /SECTION REVIEWS ----- */
}

@media (max-width: 1199px) {
    /* ----- SECTION LEAVE REVIEW ----- */
    .leave-review-box .rating p {
        margin-right: 1rem;
    }

    .leave-review-box .rating .stars {
        margin-right: 0.75rem;
    }

    /* ----- /SECTION LEAVE REVIEW ----- */
}

@media (max-width: 1023px) {
    /* ----- SECTION REVIEWS ----- */
    .review-item {
        padding: 3rem 2.2rem 0;
        margin-bottom: 3rem;
        min-height: 20rem;
    }

    .review-item::after {
        left: 2.2rem;
    }

    /* ----- /SECTION REVIEWS ----- */
}

@media (max-width: 991px) {
    /* ----- SECTION LEAVE REVIEW ----- */
    .leave-review-box .rating {
        justify-content: center;
        margin-bottom: 1rem;
        height: auto;
    }

    /* ----- /SECTION LEAVE REVIEW ----- */

}

@media (max-width: 767px) {
    /* ----- SECTION REVIEWS ----- */
    .section-reviews .title {
        text-align: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .review-item h3 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    .review-item::after {
        left: 1rem;
    }

    .review-item {
        padding: 3rem 1rem 0;
        min-height: 18rem;
        border-right: 0;
    }

    .review-item .user-name .user-avatar {
        width: 4rem;
        height: 4rem;
        flex: 0 0 4rem;
    }

    /* ----- /SECTION REVIEWS ----- */

    /* ----- SECTION LEAVE REVIEW ----- */
    .leave-review-box form .col {
        padding: 0;
    }

    .leave-review-box form .row {
        margin: 0;
    }

    .leave-review-box {
        padding: 3rem 1.5rem 2.5rem;
    }

    .leave-review-box .rating p {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .leave-review-box .rating .stars {
        padding-bottom: 0;
    }

    .leave-review-box .lines .line:nth-child(2) {
        right: 0.8rem;
    }

    .leave-review-box .lines .line:first-child {
        right: 3.4rem;
    }

    /* ----- /SECTION LEAVE REVIEW ----- */
}

/* Reviews Section */

.wcl-reviews-slider .swiper-wrapper .swiper-slide {
    height: auto;
}

.wcl-section-reviews {
    text-align: center;
    margin-top: 116px;
    margin-bottom: 200px;
}

.wcl-section-reviews .section-title {
    font-weight: 600;
    margin-bottom: 2.6rem;
}

.wcl-section-reviews .swiper-container {
    width: 100%;
    position: relative;
}

.wcl-section-reviews .wcl-review-item {
    text-align: center;
}

.wcl-section-reviews .wcl-review-item::after {
    content: '';
    background-image: url('../../img/icon-quote-red-opacity.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 318.491px;
    height: 210.719px;
    position: absolute;
    top: 110px;
    left: 50%;
    /* opacity: 0.15; */
    transform: translateX(-50%);
    z-index: -1;
}

.wcl-section-reviews .wcl-user-name .user-avatar {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin: 0 auto 20px;
}

.wcl-section-reviews .swiper-slide {
    opacity: 0.2;
}

.wcl-section-reviews .swiper-slide-active {
    opacity: 1;
}

.wcl-section-reviews .wcl-review-item .wcl-user-name {
    display: flex;
    flex-direction: column;
    margin-bottom: 95px;
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

.wcl-section-reviews .wcl-review-item .wcl-user-name span.name {
    display: block;
    font-weight: bold;
    font-size: 30px;
    color: #4B4B4B;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    /* 52.5px */
}

.wcl-section-reviews .wcl-review-item .data-description {
    color: #4B4B4B;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
}

.wcl-section-reviews .swiper-pagination.swiper-pagination-bullets {
    bottom: -130px;
}


/*  Responsive */
@media only screen and (min-width: 1400px) {
    .wcl-section-reviews .container {
        max-width: 1488px;
    }
}

@media only screen and (min-width: 1600px) {
    .wcl-section-reviews .container {
        max-width: 1688px;
    }
}

@media only screen and (max-width: 1200px) {
    .wcl-section-reviews .wcl-review-item::after {
        width: 198px;
        height: 131px;
        top: 125px;
    }

    .wcl-section-reviews .wcl-review-item .wcl-user-name .data-name span:first-child {
        font-size: 24px;
    }

    .wcl-section-reviews .wcl-review-item .wcl-user-name {
        margin-bottom: 48px;
    }

    .wcl-section-reviews .wcl-review-item .data-description {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-section-reviews .section-title {
        margin-left: 10px;
    }
    .wcl-section-reviews .wcl-review-item::after {
        top: 65px;
    }

    .wcl-section-reviews .swiper-slide {
        opacity: 1;
    }

    .wcl-section-reviews .wcl-review-item .wcl-user-name {
        margin-bottom: 28px;
    }

    .wcl-section-reviews .wcl-user-name .user-avatar {
        width: 100px;
        height: 100px;
    }

    .wcl-section-reviews .wcl-review-item .wcl-user-name .data-name span:first-child {
        font-size: 18px;
    }
    .wcl-section-reviews {
        margin-bottom: 150px;
        margin-top: 50px;
    }
    .wcl-section-reviews .swiper-pagination.swiper-pagination-bullets {
        bottom: -80px;
    }
}

/* Comments */
.section-reviews .data-average-review {
    text-align: center;
}

.section-leave-review .comment-reply-title,
.section-leave-review .comment-notes {
    display: none;
}

.leave-review-box .rating .stars .icon {
    cursor: pointer;
}

.section-leave-review .icon svg {
    transition: all .25s ease-in-out;
    fill: white;
}

.section-leave-review .icon.active svg,
.section-leave-review .icon.checked svg {
    fill: #DC1E23;
}

.acf-comment-fields {
    display: none
}

.section-leave-review .logged-in-as {
    text-align: center;
}

/*
* ========================================
*   Reviews Section
* ========================================
*/

.no-comments {
    font-size: 20px;
    margin-top: -30px;
}

.comment-awaiting-moderation {
    color: #FABCBD;
}

.section-reviews .data-review-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-reviews .data-review-footer .name {
    margin-top: 5px;
}

.section-reviews .rating-wrapper {
    display: flex;
}

.section-reviews .rating-wrapper .rating-item {
    margin-right: 10px;
}

.section-reviews .rating-wrapper .rating-item.active svg {
    fill: #DC1E23;
}
