.nouveau-reviews-container {
    max-width: 1000px;
    margin: 60px auto;
    text-align: center;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.nouveau-reviews-title {
    font-size: 2.8rem;
    color: #1a2b3c;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: -1px;
}

.nouveau-review-stars {
    margin-bottom: 25px;
}

.nouveau-review-stars .dashicons {
    font-size: 36px;
    width: 36px;
    height: 36px;
    color: #1a2b3c;
}

.nouveau-review-content {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
    padding: 0 10%;
    font-weight: 400;
}

.nouveau-review-meta {
    margin-top: 25px;
}

.nouveau-reviewer-name {
    font-size: 1.4rem;
    color: #1a2b3c;
    margin-bottom: 5px;
    font-weight: 700;
}

.nouveau-reviewer-job {
    font-size: 1.1rem;
    color: #444;
    margin: 0;
}

/* Swiper custom styles */
.nouveau-reviews-slider {
    padding-bottom: 60px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1a2b3c !important;
}

/* Responsive Styles for Mobile and Tablet */
@media (max-width: 1024px) {
    .nouveau-reviews-title {
        font-size: 20px;
    }

    .nouveau-review-content {
        font-size: 15px;
        padding: 0 5%;
    }
}