.reviews-platforms-static .nav-link {
    pointer-events: none;
    cursor: default;
}
#reviews-categories .nav-link.active {
    background-color: #f9fbfe!important;
}
#reviews-categories .nav-link.active .nav-link__text-box, #reviews-categories .nav-link.active .nav-link__text-box .small {
    color: #333;
}

.rewievs {
    padding: 82px 0 60px;
}

.rewievs .reviews-switcher {
    display: flex;
    width: fit-content;
    height: 44px;
    padding: 0 1px;
    align-items: center;
    gap: 1px;
    border-radius: 620px;
    border: 1px solid  #DEE3F4;
    background:  #EEF1FB;
}
.news__load-more {
    margin: 40px auto;
}
.pagination {
    justify-content: center;
}

.rewievs .reviews-switcher .nav-link {
    color: #2f3550;
    padding: 10px 37px;
}

.rewievs .reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rewievs .reviews-grid .review-card {
    width: calc((100% - 40px) / 3);
    min-height: 100%;
}

.rewievs .reviews-grid .feedback__item__message {
    overflow-wrap: anywhere;
}

@media (max-width: 991px) {
    .rewievs .reviews-grid .review-card {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 640px) {
    .rewievs .reviews-switcher {
        gap: 8px;
    }

    .rewievs .reviews-switcher .nav-link {
        width: 100%;
    }

    .rewievs .reviews-grid .review-card {
        width: 100%;
    }
}
.banner {
    background: radial-gradient(circle, rgba(86, 80, 222, 0.45) 0%, rgba(255, 207, 27, 0.2) 50%);
    padding: 70px;
}
.reviews-textarea {
    height: 120px;
}
@media (max-width: 991px) {
    .col-lg-3 {
        display: flex;
        justify-content: center;
    }
}
.banner .block-title {
    color: #333;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 90% */
}
.titl-block {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.reviews-platforms-static {
    margin-top: 32px;
}
.send-vidhuk {
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.reviews-btn {
    display: flex;
    width: 284px;
    height: 63px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.rewievs .reviews-switcher .nav-link.active{
    border-radius: 60px;
    background:  #453F9B;
    color: #fff;


}
.feedback__item:not(:last-child) {
    margin-bottom: 0;
}
.banner .block-description {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
}
@media (max-width: 768px) {
    .banner .block-title{
        color: #333;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 36px; /* 150% */
        padding-top: 15px;
    }
    #reviewsFormModal .modal-content {
        margin: 0 16px 130px 16px;
    }
    #reviewsFormModal .modal-content .modal-body .modal-description {
        font-size: 18px;
        margin-bottom: 32px;
    }
    #reviewsFormModal .modal-content .modal-body .modal-title {
        font-size: 30px !important;
        line-height: 32px !important;
        margin-bottom: 12px;
    }
    .banner .block-description {
        color: #333;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .reviews-btn {
        display: flex;
        width: 311px;
        height: 48px;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
    #reviews-categories {
        gap: 12px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }
    #reviews-categories .Stars{
        font-size: 16px;
    }
    #reviews-categories .nav-link{
        background-size: 32px;
    }
    .banner {
        padding: 30px 10px 30px 10px;
    }
    .container {
        padding: 0 14px;
    }
    .rewievs .reviews-switcher {
        width: fit-content;
        height: 37px;
        flex-wrap: nowrap;
    }
    .rewievs .reviews-switcher .nav-link {
        flex-wrap: nowrap;
        width: auto;
        padding: 9px 12px;
    }
    .banner {
        background: linear-gradient(317deg,rgba(86, 80, 222, 0.45) 0%, rgba(255, 207, 27, 0.2) 50%);
    }
}
@media screen and (max-width: 767px) {
    .feedback__item:not(:last-child) {
        margin-right: 0!important;

    }
}
#reviews-categories .nav-link[data-category-name=Facebook].active {
    background-image: var(--facebook);
}
