/* .reviews-header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
}



.global-rating {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    margin: 15px;
}

.rating-green-border {
    border: 5px solid rgb(0, 161, 0);
}

.rating-yellow-border {
    border: 5px solid rgb(255, 230, 0);
}

.rating-red-border {
    border: 5px solid rgb(255, 60, 0);
}

.swiper {
    max-width: 800px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}

.author-section {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.photo-section {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.author-photo {
    width: 50px;
    height: 50px;
} */

.reviews-title {
    text-align: center;
    font-size: 52px;
}
.reviews-block {
    /* max-width: 80%; */
    margin: auto;
    padding: 20px;
}
@media (max-width: 767.98px) {
    .reviews-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.review-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
:root {
--swiper-wrapper-transition-timing-function: linear !important;

}
.swiper-button-prev, .swiper-rtl .swiper-button-next, .swiper-button-next {
    display: none !important;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: linear !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none !important;
}



.message-section {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
    height: 250px !important;
    padding: 17px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, -4px) !important;
    top: unset !important;
}
.author-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.photo-section img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.author-info-section {
    display: flex;
    flex-direction: column;
}

.stars-section svg {
    width: 16px;
    height: 16px;
    fill: gold;
}

.swiper-pagination {
    text-align: center;
    margin-top: 10px;
}

.reviews-link {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #007bff;
    text-decoration: none;
}


