.last-para-zero-margin p:last-child {
    margin-bottom: 0;
}

/****Testimonials sec****/
.testimonials-sec h3 {
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

.testimonials-sec img {
    width: 122px;
    margin-bottom: 8px;
}

.testimonials-sec .elementor-testimonial__text {
    font-style: normal !important;
}

.testimonials-sec .elementor-testimonial__text::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/quote-icon.png);
    width: 55px;
    height: 42px;
    background-size: 55px;
    left: 30px;
    top: 20px;
}

.testimonials-sec .elementor-testimonial__text::after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/quote-icon.png);
    width: 55px;
    height: 42px;
    background-size: 55px;
    right: 24px;
    bottom: 35px;
    transform: rotate(180deg)
}

.testimonials-sec .elementor-testimonial__content::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/09/testimonials-left-angle.png) !important;
    background-color: transparent !important;
    width: 51px;
    height: 59px;
    bottom: 40px;
    left: -30px;
}

.testimonials-sec .elementor-testimonial__content:after {
    display: none;
}

.testimonials-sec .elementor-testimonial__footer {
    padding-top: 0 !important;
}

.testimonials-sec .elementor-testimonial__content {
    margin-top: 24px !important;
}

.testimonials-sec .elementor-swiper-button {
    background: #FFFFFF;
    padding: 8px;
    border-radius: 50px;
}

.testimonials-sec .elementor-swiper-button:hover {
    background: #F6F6F6;
}

.testimonials-sec .elementor-main-swiper {
    width: calc(100% - 140px) !important;
}

@media(max-width: 768px) {

    .testimonial-main-row {
        background-size: 100% 80% !important;
    }

    .testimonials-sec .elementor-testimonial {
        flex-direction: column-reverse;
    }

    .testimonials-sec .elementor-testimonial__content::before {
        bottom: auto;
        top: -24px;
        left: 85px;
        transform: rotate(90deg);
    }

    .testimonials-sec .elementor-swiper-button {
        top: auto !important;
        bottom: -50px;
    }

    .testimonials-sec .elementor-swiper-button.elementor-swiper-button-next {
        right: calc(50% - 50px);
    }

    .testimonials-sec .elementor-swiper-button.elementor-swiper-button-prev {
        left: calc(50% - 50px);
    }

    .testimonials-sec .elementor-main-swiper {
        width: 100% !important;
    }

}

/****Google reviews badge****/
.reviews-google-badge .wp-google-powered {
    display: none !important;
}

.reviews-google-badge .wp-google-right::after {
    content: "See all our reviews";
    position: absolute;
    font-size: 10px;
    color: #909090;
}

.reviews-google-badge .wp-google-right::before {
    content: "Google Rating";
    font-size: 14px;
    font-weight: 500;
    color: #1F1F1F;
}

.reviews-google-badge span.wp-google-rating {
    color: #FEA500 !important;
    margin-right: 16px !important;
    font-size: 21px !important;
    font-weight: 500 !important;
}

.reviews-google-badge .wp-google-place .wp-star svg {
    width: 24px !important;
    height: 24px !important;
}

.reviews-google-badge span.wp-star svg {
    fill: #FEA500 !important;
}

.reviews-google-badge .wp-google-right:hover::after {
    cursor: pointer !important;
}