.testimonialsBanner {
    position: relative;
    background: var(--color-bg-warm);
    width: 100%;
    padding: 107px 0 0;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px
}

.testimonialsBanner::before {
    content: '';
    position: absolute;
    background-image: url('../all-states-page/images/pawBefore.svg');
    width: 51px;
    height: 70px;
    left: 0;
    top: 271px;
    bottom: 61px;
    background-size: contain;
    background-repeat: no-repeat
}

.testimonialsBanner::after {
    content: '';
    position: absolute;
    background-image: url('../all-states-page/images/pawAfter.svg');
    width: 57px;
    height: 70px;
    right: 0;
    top: 161px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right
}

.testimonialsBanner .bannerHeading {
    margin: 25px auto -10px
}

.testimonialsBanner .bannerHeading h1 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 57px;
    text-align: center;
    color: var(--color-text-heading);
    margin-bottom: 30px
}

.testimonialsBanner .bannerDesc {
    max-width: 742px;
    max-height: 202px;
    margin: 0 auto
}

.testimonialsBanner .bannerDesc p {
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 30.6px;
    color: var(--color-text-body);
    text-align: center
}

.testimonialsContent {
    padding: 44px 0;
    position: relative;
    background: var(--color-bg-warm)
}

.testimonialsContent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - (-104px));
    top: 0;
    background: #fff;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 50% 100%, 0 calc(100% - 150px))
}

.testContentwrapper {
    max-width: 844px;
    width: 100%;
    margin: 0 auto 0 215px;
    position: relative;
    z-index: 1
}

.testContentwrapper p {
    font-size: var(--text-md);
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-text-body);
    margin-bottom: 20px
}

.testContentwrapper p:last-child {
    margin-bottom: 0
}

.reviewsInfoWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 60px
}

.reviewsInfoWrapper .reviewInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 4px
}

.reviewInfo .reviewInfoImg {
    height: 68px
}

.reviewInfo p {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--text-xs);
    line-height: 150%;
    letter-spacing: 0;
    color: var(--color-text-body);
    text-align: center
}

.reviewsInfoWrapper .reviewInfo .reviewInfoText {
    font-weight: 500;
    font-style: Medium;
    font-size: var(--text-xs);
    line-height: 150%;
    letter-spacing: 0;
    color: var(--color-text-body)
}

.client-section {
    padding: 60px 0 120px;
    background: var(--color-bg-warm);
    position: relative
}

.client-head {
    max-width: 750px;
    width: 100%;
    margin: 0 auto
}

.client-head h2 {
    font-size: var(--text-4xl);
    font-weight: 400;
    line-height: 47.99px;
    text-align: center;
    color: var(--color-text-heading);
    margin-bottom: 15px
}

.client-head p {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 27.2px;
    text-align: center;
    color: var(--color-text-body)
}

.client-wrapper {
    width: 100%;
    margin: 40px auto 0
}

.client-mainVideo {
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto
}

.video-iframe {
    display: none;
    overflow: hidden
}

.video-iframe iframe {
    border-radius: 40px;
    background: #000
}

.swiper-video-iframe {
    display: none
}

.swiper-video-iframe iframe {
    border-radius: 40px
}

.video-wrapper {
    width: 100%;
    margin: 40px 0 auto
}

.video-card {
    max-width: 260px;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden
}

.video-img {
    display: block;
    position: relative;
    max-width: 260px;
    height: 460px;
    width: 100%;
    cursor: pointer
}

.video-card img {
    width: 100%;
    height: 100%
}

.fancybox__backdrop {
    background: rgba(30, 30, 30, .9) !important
}

.video-card span {
    max-width: 140px;
    width: 100%;
    margin: 14px auto 0;
    display: block;
    font-size: var(--text-md);
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000
}

.video-img::after {
    content: '';
    position: absolute;
    background-image: url(../landing-page/images/play-button-img.svg);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    background-size: cover
}

.video-card img:hover::after {
    transform: translate(-50%, -50%) scale(1.1)
}

.play-btn {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 22px 23px 22px 29px;
    background: #db2b42b2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.play-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    animation-delay: .2s
}

.play-btn,
.play-btn::after {
    animation: pulseAnimation 1.8s infinite;
    -webkit-animation: pulseAnimation 1.8s infinite
}

@keyframes pulseAnimation {
    0% {
        box-shadow: 0 0 0 0 #b00000
    }

    100% {
        box-shadow: 0 0 0 20px transparent
    }
}

.swiper-pagination-testimonials {
    position: absolute !important;
    text-align: center !important;
    transition: .3s opacity !important;
    transform: translate3d(0, 0, 0) !important;
    bottom: 64px !important;
    z-index: 1 !important
}

.swiper-pagination-testimonials .swiper-pagination-bullet-active {
    background: var(--color-orange) !important;
    width: 28px !important;
    height: 9px !important;
    position: relative;
    border-radius: 100px !important
}

.swiper-pagination-testimonials .swiper-pagination-bullet {
    background: #fde3c5;
    opacity: unset;
    width: 9px;
    height: 9px
}

.cta-section {
    padding: 80px 0 108px
}

.cta-wrapper p:first-of-type {
    font-family: DM Serif Display;
    font-size: var(--text-3xl);
    font-weight: 400;
    line-height: 41.13px;
    color: var(--color-text-heading);
    margin-bottom: 15px
}

.cta-desc {
    max-width: 748px;
    width: 100%;
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 30.6px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-text-body);
    margin: 0 auto 80px
}

.cta-wrapper {
    max-width: 815px;
    width: 100%;
    margin: 0 auto;
    border: 2px dashed var(--color-orange-hover);
    border-radius: 30px;
    background: linear-gradient(90.46deg, rgba(255, 91, 46, .35) .09%, rgba(245, 134, 62, .35) 34.6%, rgba(249, 153, 54, .35) 69.12%, rgba(254, 167, 47, .35) 100.82%);
    padding: 30px 65px 108px;
    text-align: center;
    position: relative
}

.cta-shape {
    position: absolute;
    bottom: -2px;
    width: 286px;
    height: 77px;
    background: #fff;
    border-radius: 40px 40px 0 0;
    border-top: 2px dashed var(--color-orange-hover);
    border-right: 2px dashed var(--color-orange-hover);
    border-left: 2px dashed var(--color-orange-hover);
    left: 50%;
    right: 50%;
    transform: translateX(-50%)
}

.cta-wrapper::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 50%;
    background: #fdd2bb;
    box-shadow: 4px 5px 0 #fff;
    border: 2px dashed var(--color-orange-hover);
    left: 28.7%;
    border-top: none;
    border-left: none;
    transform: rotate(0);
    bottom: -2px;
    z-index: 1
}

.cta-wrapper::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 50%;
    background: #fddbb9;
    box-shadow: -4px 5px 0 #fff;
    border: 2px dashed var(--color-orange-hover);
    right: 28.6%;
    border-top: none;
    border-right: none;
    transform: rotate(0);
    bottom: -2px;
    z-index: 1
}

.cta-wrapper p {
    font-size: var(--text-md);
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-navy)
}

.cta-btn {
    max-width: max-content;
    width: 100%;
    margin: -63px auto 0;
    display: block;
    padding: 16px 20px 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.3px;
    text-align: center;
    background: var(--color-orange);
    color: #fff;
    border-radius: 100px;
    border-bottom: 5px solid var(--color-orange-hover);
    box-shadow: var(--shadow-cta);
    position: relative;
    transition: all .5s ease
}

.cta-btn:hover {
    box-shadow: var(--shadow-cta-hover);
    transform: translateY(3px);
    text-decoration: none;
    color: #fff
}

.cta-bottomText {
    max-width: 412px;
    width: 100%;
    margin: 80px auto 0
}

.cta-bottomText p {
    margin-bottom: 18px;
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-navy)
}

.cta-link {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cta-link a {
    display: inline-block;
    font-weight: 900;
    font-size: var(--text-lg);
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-navy)
}

.cta-link a:hover {
    text-decoration: underline
}

.cta-link span {
    display: inline-block;
    font-size: var(--text-lg);
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--color-navy)
}

.contact-img {
    padding-top: 4px
}

.stjr-review-grid-page-widget {
    border: none
}

@media (max-width: 767px) {
    .testimonialsBanner .bannerHeading h1 {
        font-size: var(--text-4xl);
        line-height: 38.39px
    }

    .testimonialsBanner .bannerDesc {
        max-width: 500px;
        max-height: 202px;
        margin: 0 auto
    }

    .testimonialsBanner .bannerDesc p {
        font-size: var(--text-base)
    }

    .testContentwrapper {
        width: 100%;
        margin: 0 auto
    }

    .client-wrapper {
        max-width: 360px
    }

    .client-mainVideo {
        position: relative;
        max-width: 360px;
        height: 202px
    }
}

@media (max-width: 575px) {
    .reviewsInfoWrapper .stjr-badge {
        display: flex !important
    }

    .reviewsInfoWrapper {
        flex-wrap: wrap;
        gap: 40px;
        max-width: 360px;
        width: 100%;
        margin: 60px auto 0
    }

    .testimonialsBanner {
        padding: 95px 0 0;
        border-radius: unset
    }

    .testimonialsBanner::after,
    .testimonialsBanner::before {
        display: none
    }

    .testimonialsBanner .bannerHeading {
        margin: 30px auto -10px
    }

    .testimonialsBanner .bannerHeading h1 {
        font-size: var(--text-3xl);
        line-height: 42px
    }

    .testimonialsBanner .bannerDesc {
        top: 20px
    }

    .testimonialsContent::after {
        height: calc(100% - (-50px));
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px))
    }

    .client-section {
        padding: 30px 0 100px
    }

    .swiper-pagination-testimonials {
        bottom: 46px !important
    }

    .client-head h2 {
        font-size: var(--text-3xl);
        line-height: 38.39px
    }

    .client-video {
        max-width: 360px;
        width: 100%
    }

    .client-video img:first-of-type {
        width: 100%;
        height: 202px
    }

    .video-iframe iframe {
        width: 100%;
        height: 202px;
        border-radius: 15px
    }

    .video-wrapper {
        width: 100%
    }

    .video-card img {
        width: 100%;
        height: 100%
    }

    .play-btn {
        width: 70px;
        height: 70px
    }

    .play-btn img {
        width: 100% !important;
        height: 100% !important
    }

    .cta-section {
        padding: 80px 0 50px
    }

    .cta-wrapper {
        padding: 25px 25px 95px;
        border-radius: 40px;
        max-width: 360px
    }

    .cta-wrapper p:first-of-type {
        font-size: var(--text-2xl);
        line-height: 34.28px;
        margin-bottom: 10px
    }

    .cta-wrapper .cta-title {
        font-size: var(--text-2xl);
        line-height: 34.28px;
        margin-bottom: 10px
    }

    .cta-wrapper .cta-desc {
        font-size: var(--text-base);
        line-height: 25.2px
    }

    .cta-btn {
        padding: 16px 14px 17px;
        font-size: var(--text-lg);
        line-height: 22.95px;
        margin: -59px auto 0
    }

    .cta-shape {
        width: 268px
    }

    .cta-wrapper::before {
        background: 0 0;
        left: 3.7%;
        transform: rotate(1deg);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 14px;
        bottom: 0
    }

    .cta-wrapper::after {
        background: 0 0;
        right: 3.7%;
        border-bottom-right-radius: 14px;
        border-bottom-left-radius: 10px;
        transform: rotate(1deg);
        bottom: 0
    }

    .cta-desc {
        font-size: var(--text-base)
    }

    .cta-bottomText a {
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 10px;
        font-size: var(--text-base)
    }

    .cta-link span {
        font-size: var(--text-base)
    }

    .cta-bottomText p {
        font-size: var(--text-base)
    }

    .cta-link {
        flex-direction: column
    }

    .video-img {
        max-width: 260px;
        height: 275px
    }

    .video-img::after {
        width: 50px;
        height: 50px
    }
}

@keyframes thumb-shimmer {
    0% {
        background-position: -600px 0
    }

    100% {
        background-position: 600px 0
    }
}

.vid-thumb-skeleton {
    width: 100%;
    height: 460px;
    border-radius: 12px;
    background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
    background-size: 600px 100%;
    animation: thumb-shimmer 1.4s infinite linear
}

@media (max-width: 992px) {
    .vid-thumb-skeleton {
        height: 380px
    }
}

@media (max-width: 768px) {
    .vid-thumb-skeleton {
        height: 280px
    }
}

@media (max-width: 480px) {
    .vid-thumb-skeleton {
        height: 220px
    }
}