.mr-wrapper {
    text-align: center;
}

.mr-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.mr-title span {
    color: #619D36;
    font-weight: 700;
}

.mr-subtitle {
    color: #666;
    margin-bottom: 15px;
}

.mr-rating {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}

.mr-rating .stars {
    color: #f5b301;
    font-size: 18px;
}

.mr-btn {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 600;
    color: #619D36;
}
.elementor .mr-screen img {
    width: 100%;
    border-radius: 18px;
    box-shadow:
        0 10px 15px -3px rgb(0 0 0 / 0.1),
        0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.mr-screens {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
}

.mr-screen img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
}
/* pagination wrapper */
.mr-slider .swiper-pagination {
    bottom: 0 !important;
}
.mr-slider.swiper {
    padding-bottom: 40px;
}
/* default bullet */
.mr-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 6px !important;
    transition: all .3s ease;
}
.mr-slider .swiper {
    padding-bottom: 30px;
}
/* active bullet */
.mr-slider .swiper-pagination-bullet-active {
    background: #1aa99d;
    transform: scale(1.3);
}

/* mobile smaller dots */
@media (max-width: 767px) {
    .mr-slider .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }
    .mr-slider.swiper {
    padding-left: 10px;
    padding-right: 10px;
}
}

/* Mobile */
@media (max-width: 767px) {
    .mr-title {
        font-size: 26px;
    }
}
