.header-bg{
    background: url(../../../../../uploads/2024/04/header-bg.webp) center center/cover no-repeat;
    height: 83px;
}

.testimonials-banner{
    background: url(../../../../../uploads/2024/04/testimonials-banner-bg.webp) no-repeat;
    background-position: center right;
    background-size: cover;
    padding-bottom: 400px;
}

.testimonials-banner .banner-content{
    padding: 100px 0;
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.testimonials-banner .banner-content h1{
    line-height: 1.5;
}

.testimonials-banner .awards{
    width: 80%;
    margin: 30px auto;
}

.customers-reviews{
    background: url(../../../../../uploads/2024/04/orange-gradient-shape.webp) no-repeat;
    background-position: top 100px center;
    background-size: cover;
    margin-top: -400px;
    padding-bottom: 100px;
}

.customers-reviews .video-review-wrapper{
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

.customers-reviews .video-review-wrapper video{
    line-height: 0;
    max-width: 100%;
    height: auto;
}

/* .customers-reviews .video-review-wrapper .video-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
} */

.customer-feedback{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.customer-feedback .review{
    width: 100%;
    max-width: calc(100%/3 - 20px/3);
    display:inline-block;
    vertical-align:top;
    background: #fff;
    padding: 48px;
    border: 2px solid #d0d0d0;
    border-radius: 30px;
}

.customer-feedback .mockup{
    width: 100%;
    max-width: calc(100% - (33.333% + 6.67px) );
    text-align: center;
}

.customer-feedback .review .head{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    margin-bottom: 15px;
}

.customer-feedback .review .head .icon{
    width: 70px;
}

.customer-feedback .review h3{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    width: 100%;
    max-width: calc(100% - 85px);
}

.customer-feedback .review .client-title{
    display: block;
    color: var(--pink-magenta);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.customer-feedback .review .designation{
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-style: italic;
}

.customer-feedback .review p{
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.5;
    color: #191819;
}

.google-reviews{
    background: #f5f5f5;
    padding: 70px 0;
}

.trustpilot-reviews{
    padding: 70px 0;
}

.trustpilot-reviews-info{
    text-align: center;
    margin: 30px auto 50px;
}

.trustpilot-reviews-info p{
    line-height: 1;
}

.trustpilot-review-card{
    background-color: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
}

.trustpilot-review-card:first-child{
    min-height: 329px;
}

.trustpilot-review-card:last-child{
    min-height: 284px;
}

.trustpilot-review-card .head{
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 15px;
}

.trustpilot-review-card .head img{
    display: block;
    margin-bottom: 5px;
}

.trustpilot-review-card .head {
    font-size: 13px;
}

.trustpilot-review-card strong{
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.trustpilot-review-card p{
    margin-bottom: 0;
    font-size: 14px;
}

.google-reviews-info{
    text-align: center;
    margin: 30px auto 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 20px;
    line-height: 1;
}

.google-reviews-info strong{
    font-size: 28px;
    line-height: 1;
}

.google-reviews-info span{
    font-size: 18px;
    line-height: 1;
}

.google-reviews-carousel img{
    width: unset !important;
    max-width: unset !important;
}

.google-reviews-carousel .google-review{
    background-color: #fff;
    padding: 25px;
    margin-bottom: 20px;
}

.google-reviews-carousel .google-review .head,
.google-reviews-carousel .google-review .client{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}

.google-reviews-carousel .google-review .client p{
    line-height: 1;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}

.google-reviews-carousel .google-review .client img{
    border-radius: 50%;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.1) 0px 2px 6px 2px;
}

.google-reviews-carousel .google-review .client span{
    font-size: 14px;
    line-height: 1;
}

.google-reviews-carousel .google-review > img{
    display: block;
    margin: 15px 0;
}

.google-reviews-carousel .google-review > p{
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.testimonials-page-main  .owl-dots .owl-dot.active span, 
.testimonials-page-main  .owl-dots .owl-dot:hover span{
    background: var(--pink-magenta) !important;
}

.testimonials-page-main  .owl-dots{
    margin-top: 15px !important;
}

@media only screen and (max-width: 1200px) {
    .customer-feedback .review {
        padding: 20px;
    }
    .customer-feedback .review h3{
        font-size: 20px;
    }
    .customer-feedback .review .client-title{
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonials-banner .banner-content{
        padding: 50px 0;
    }
    .customer-feedback .review{
        max-width: calc(100%/2 - 10px);
    }
    .customer-feedback .review:nth-child(7),
    .customer-feedback .mockup{
        max-width: 100%;
    }
    .google-reviews-carousel .google-review .head,
    .google-reviews-carousel .google-review .client{
        column-gap: 10px;
    }
    .google-reviews-carousel .google-review .client img{
        width: 45px !important;
    }
    .google-reviews-carousel .google-review .head >  img{
        width: 30px !important;
    }
    .google-reviews-carousel .google-review .client span{
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .customers-reviews .video-review-wrapper{
        border-radius: 20px;
    }
    .customer-feedback .review{
        border-radius: 20px;
        max-width: 100%;
    }
    .trustpilot-reviews,
    .google-reviews {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 425px) {
    .trustpilot-reviews-info h3 img{
        display: block;
        margin: 5px auto 0;
    }
    .google-reviews-info span{
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .google-reviews-carousel .google-review .head{
        align-items: flex-start;
    }
    .google-reviews-carousel .google-review .client{
        row-gap: 10px;
        flex-wrap: wrap;
    }
}