.reviews-section {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.reviews-summary {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.star-rating .star {
    font-size: 20px;
    color: #ffd700;
}

.review-navigation button {
    padding: 10px;
    margin: 5px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

.review-slider {
    overflow: hidden;
    position: relative;
}

.review-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

.review-header {
    display: flex;
    align-items: center;
}

.review-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.review-stars .star {
    font-size: 20px;
    color: #ffd700;
}

.review-content {
    margin-top: 10px;
}

.review-card {
    display: none;
}
