.reviewsPage {
    padding: 70px 0 50px
}

.reviewsPage .navPagesWrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.reviewsPage .pricingWraper {
    max-width: 800px;
    width: 100%
}

.reviewsPage .pricingContent h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 150%;
    color: #464860;
    padding-bottom: 15px;
    text-align: center
}

.reviews-subheadline {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    text-align: center;
    margin: 0
}

.reviews-subheadline a {
    color: #0654e6;
    text-decoration: underline
}

.reviews-subheadline a:hover {
    text-decoration: none
}

.review-tabs {
    gap: 12px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.review-tab,.review-tabs {
    display: flex;
    justify-content: center
}

.review-tab {
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 14px 24px;
    cursor: pointer;
    transition: all .3s ease;
    align-items: center;
    min-width: 160px;
    height: 70px
}

.review-tab:hover {
    border-color: #0654e6;
    box-shadow: 0 4px 12px rgba(6,84,230,.1);
    transform: translateY(-2px)
}

.review-tab.active {
    border-color: #0654e6;
    background: #f0f7ff;
    box-shadow: 0 4px 12px rgba(6,84,230,.15)
}

.tab-logo {
    transition: all .3s ease;
    object-fit: contain;
    max-width: 100%;
    height: auto
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 24px;
    gap: 24px;
    width: 100%;
    margin-bottom: 80px
}

.no-reviews {
    text-align: center;
    padding: 60px 20px;
    color: #6b7280
}

.no-reviews p {
    font-size: 16px;
    margin: 0
}

.reviewsPage .reviewWraper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap
}

.reviewsPage .reviewBox {
    width: 47%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 4px 60px hsla(0,0%,55%,.15);
    border-radius: 3px
}

.reviewsPage .reviewBox:last-child,.reviewsPage .reviewBox:nth-last-child(2) {
    margin-bottom: 0
}

.reviewsPage .user__info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #ebebec
}

.reviewsPage .user-desc {
    margin-left: 10px
}

.reviewsPage .user-desc .user-name {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0;
    font-weight: 500;
    color: #255394
}

.reviewsPage .user-desc .user-city {
    font-size: 14px;
    line-height: 22px;
    color: #575e62;
    padding-bottom: 0
}

.reviewsPage .reviewBox .rev-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #255394;
    padding-bottom: 7px
}

.reviewsPage .reviewBox .rev-desc {
    padding-bottom: 20px;
    min-height: 188px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #575e62
}

.reviewsPage .grades-matter-wrapper {
    padding: 50px 0;
    border-radius: 8px;
    background-color: #117bd4;
    background-image: url(/_next/static/media/our-average-bg.dc6e2982.webp);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: relative
}

.reviewsPage .grades-matter-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.reviewsPage .grades-matter-wrapper p {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center
}

.reviewsPage .newCtas {
    background-color: #fff;
    border-radius: 100px;
    padding: 13px 30px;
    max-width: max-content;
    text-align: center;
    position: relative;
    color: #117bd4;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 24px;
    white-space: nowrap;
    transition: all .1s ease
}

.reviewsPage span.grades-matte-vector {
    position: absolute;
    bottom: -26px;
    left: -30px
}

.reviewsPage .newCtas:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100px;
    animation-name: whiteAnimation;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.reviewsPage .newCtas:hover {
    scale: 1.03
}
.grades-matter {
    padding: 0 0 60px
}

.grades-matter-wrapper {
    padding: 50px 0;
    border-radius: 8px;
    background-color: #117bd4;
    background-image: url(../images/grades-matter-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative
}

.grades-matter-wrapper p {
    font-size: 30px;
    line-height: 40px;
    font-family: CircularStd;
    color: #fff
}

.grades-matter-wrapper .newCtas {
    padding: 13px 0
}

.grades-matter-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly
}

.newCtas {
    background-color: #fff;
    border-radius: 100px;
    padding: 19px 0;
    max-width: 190px;
    width: 100%;
    position: relative;
    color: #117bd4;
    font-size: 21px;
    display: block;
    text-align: center;
    line-height: 20px
}

.newCtas .pulseanim {
    animation-name: cta-animation;
    border-radius: 100px;
    padding: 0
}

span.grades-matte-vector {
    position: absolute;
    bottom: -26px;
    left: -30px
}

@keyframes whiteAnimation {
    0% {
        box-shadow: 0 0 0 0 #fff
    }

    to {
        box-shadow: 0 0 0 15px transparent
    }
}

@media (max-width: 991px) {
    .reviewsPage {
        padding:50px 0
    }

    .reviewsPage .reviewBox {
        width: 100%
    }

    .reviewsPage .grades-matter-inner {
        flex-wrap: wrap;
        gap: 25px
    }

    .reviews-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width: 768px) {
    .review-tabs {
        gap:10px
    }

    .review-tab {
        padding: 12px 20px;
        min-width: 140px;
        height: 60px
    }

    .tab-logo {
        max-width: 100px;
        height: auto
    }
    span.grades-matte-vector {
        bottom: -45px
    }

    .grades-matter-wrapper p {
        font-size: 27px;
        line-height: 35px
    }

    .newCtas {
        max-width: 170px
    }
    .reviewsPage .pricingContent h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #464860;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 50px;
    line-height: 130%;
}
}

@media (max-width: 575px) {
    .reviews-grid {
        grid-template-columns:1fr;
        gap: 16px
    }

    .review-tabs {
        gap: 8px;
          flex-wrap: wrap;
        padding-bottom: 8px
    }

    .review-tab {
        padding: 10px 16px;
        min-width: 120px;
        height: 55px
    }

    .tab-logo {
        max-width: 90px;
        height: auto
    }
    .grades-matter-inner {
        flex-direction: column
    }

    .grades-matter-wrapper .newCtas {
        padding: 12px 0;
        max-width: 160px;
        font-size: 20px
    }

    .grades-matter-wrapper p {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 30px
    }

    span.grades-matte-vector {
        display: none
    }

    section.pricingPage {
        padding: 100px 0
    }
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    min-height: 274px;
    box-shadow: 0 0 16px 0 #469fdf33;
    transition: all .3s ease;
    flex-shrink: 0;
    border: 1px solid #cfdef0;
    display: flex;
    flex-direction: column
}

.review-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    transform: translateY(-4px)
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 12px
}

.platform-name {
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 600;
    color: #464860
}

.review-text-wrapper {
    flex: 1 1;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.review-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    color: #60738a;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.review-read-more {
    color: #0654e6;
    font-weight: 500;
    text-decoration: underline;
    white-space: nowrap;
    transition: color .2s ease;
    font-size: 12px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.review-read-more:hover {
    color: #1d4ed8;
    text-decoration: none
}

.review-read-more:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230654E6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: transform .2s ease
}

.review-read-more:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231d4ed8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
    transform: translate(1px,-1px)
}

.review-footer {
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px
}

.author-info,.review-footer {
    display: flex;
    align-items: center
}

.author-info {
    gap: 10px
}

.author-avatar {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: #0654e6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

.author-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #464860
}

.review-date {
    font-size: 12px;
    font-weight: 400;
    color: #9ca3af
}

@media (max-width: 768px) {
    .review-card {
        padding:20px;
        min-height: 260px
    }
}

@media (max-width: 575px) {
    .review-card {
        padding:16px;
        min-height: 240px
    }
}
