/**
 * Testimonials
 *
 * @author    THECON
 * @copyright THECON
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.th_testimonials .th_testimonial_rate {
    font-size: 24px;
}

.th_testimonials .th_testimonial_rate .th_highlighted {
    color: #FEDD58;
}

.th_testimonial_image img {
    width: 72px;
    height: 72px;
    border-radius: 50px;
    border: 1px;
    box-shadow: 0 8px 16px 0 #00000029;
}

.th_testimonials > .container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.th_testimonials_container {
    margin-bottom: 50px;
}

.th_testimonials_img {
    /*padding:0 55px;*/
}

.th_testimonials_content {
    border-radius: 24px;
    border: 2px solid #4D84C7;
    background: #4D84C7;
}

.th_testimonials_content_inner {
}

.th_testimonials_header {
    color: #17283C;
    display: grid;
    gap: 24px;
    margin-bottom: 48px;
}

.th_testimonials_header > h2 {
    font-family: Rubik;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
}

.th_testimonials_header > p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.th_testimonials_content_inner {
    color: #FFFFFF
}

.th_testimonial_content {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.th_testimonial_rate {
    padding: 48px 48px 0;
}

.th_testimonial_content {
    padding: 0 48px 0;
}

.th_testimonial_author {
    padding: 0 48px 16px;
    display: flex;
    gap: 16px;
}

.swiper-pagination-wrapper {
    padding-bottom: 48px;
    margin-bottom: 48px;
}

.th_testimonial_rate,
.th_testimonial_content,
.th_testimonial_author {
    margin: 10px 0;
}

.th_testimonial_author_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.th_testimonial_name > p {
    font-family: Rubik;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    margin-bottom: 0;
}

.th_testimonial_job > p {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    bottom: 15px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*border-radius: 50%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*color: #fff;*/
    position: absolute;
    /*transform: translateY(-50%);*/
    z-index: 10;
    cursor: pointer;
}

.swiper-button-next {
    right: 48px;
}

.swiper-button-prev {
    left: 48px;
}

.swiper-pagination-bullet {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.th_testimonials_shadow_first,
.th_testimonials_shadow_second {
    display: flex;
    justify-content: center;
}

.th_testimonials_shadow_first > div {
    background: #4D84C799;
    width: 626px;
    height: 25px;
    border-radius: 0 0 24px 24px;
}

.th_testimonials_shadow_second > div {
    background: #4D84C74D;
    width: 540px;
    height: 23px;
    border-radius: 0 0 24px 24px;
}

.th_testimonials_believe {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 24px 0;
}

.th_testimonials_google_rating {
    background: linear-gradient(180deg, rgba(77, 132, 199, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 16px;
    border-radius: 16px 16px;
}

.th_testimonials_rating_container {
    padding: 16px 24px 16px 24px;
    gap: 8px;
    border-radius: 12px;
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(77, 132, 199, 0.1), rgba(255, 255, 255, 1)) 1;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(87.31deg, rgba(77, 132, 199, 0) 47.75%, rgba(77, 132, 199, 0.05) 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.th_testimonials_rating_container:hover {
    box-shadow: 0 8px 16px 0 #C8D9EE;
}

.th_testimonials_google {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

.th_testimonials_google_logo {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.th_testimonials_rating {
    gap: 4px;
    display: grid;
}

.th_testimonials_rating div {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #000000;
}

.th_testimonials_google_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.th_testimonials_rating_count {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #4D84C7;
}

.th_testimonials_rating p {
    margin-bottom: 0 !important;
}

.th_testimonials_forward {
    display: flex;
    align-items: center;
    gap: 24px;
}

.th_testimonials_links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.th_testimonials_links span:first-of-type {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #EE613A;
}

.th_testimonials_links span:last-of-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    color: #000000;
}

#reviews-section-content {
    width: 50%;

    .th_testimonials_believe {
        text-align: start;
        color: #203754;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    #reviews-section-content {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .th_testimonials_header > h2 {
        text-align: center;
    }

    .th_testimonials_content {
        gap: 20px;
        border-radius: 24px;
        border: 2px;
    }

    .swiper-button-next, .swiper-button-prev {
        bottom: 18px;
    }

    .th_testimonials_shadow_first > div,
    .th_testimonials_shadow_second > div {
        height: 12px;
    }

    .th_testimonials_shadow_first > div {
        width: 90%;
    }

    .th_testimonials_shadow_second > div {
        width: 80%;
    }

    .th_testimonials_header > h2 {
        font-size: 28px;
        text-align: center;
    }

    .th_testimonials_header > p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .th_testimonials_believe {
        font-size: 16px;
        line-height: 22.4px;
    }

    .th_testimonials_rating_container {
        padding: 16px;
        border-radius: 12px;
    }

    .th_testimonials_google_title,
    .th_testimonials_rating_count {
        font-size: 20px;
        line-height: 24px;
    }

    .th_testimonials_forward {
        display: none;
    }
}

