/*
 Theme Name:   Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Elementor (Hello Elementor or your parent theme)
 Author:       EmienTech
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  elementor-child
*/

.review-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.score {
    font-size: 56px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.stars {
    color: #ffc107;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555555;
    margin-bottom: 25px;
}

.review-meta {
    font-size: 15px;
    color: #888888;
}

.review-meta strong {
    font-weight: 700;
}

.swiper-container {
    width: 800px;
    position: relative;
    padding-bottom: 50px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev {
    left: auto;
    right: 50px;
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-prev::after {
    content: '←';
}

.swiper-button-next::after {
    content: '→';
}
