.vxr_r1_main_box {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.vxr_r1_main_box .vxr_r1_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.vxr_r1_main_box .vxr_r1_title {
    text-align: center;
    margin-bottom: 60px;
    color: #333333;
}

.vxr_r1_main_box .vxr_r1_title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-shadow: none;
}

.vxr_r1_main_box .vxr_r1_subtitle {
    font-size: 1.2rem;
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    color: #666666;
}

.vxr_r1_main_box .vxr_r1_slider {
    margin-top: 40px;
    position: relative;
    padding-bottom: 60px;
    padding: 0 20px 60px 20px;
}

.vxr_r1_main_box .vxr_r1_review_card {
    height: auto;
    min-height: 500px;
    padding: 0 15px;
}

.vxr_r1_main_box .vxr_r1_card_inner {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.vxr_r1_main_box .vxr_r1_card_inner:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.vxr_r1_main_box .vxr_r1_screenshot_wrapper {
    margin-bottom: 25px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.vxr_r1_main_box .vxr_r1_screenshot_link {
    display: block;
    position: relative;
    cursor: zoom-in;
}

.vxr_r1_main_box .vxr_r1_screenshot {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.vxr_r1_main_box .vxr_r1_zoom_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 15px;
}

.vxr_r1_main_box .vxr_r1_screenshot_link:hover .vxr_r1_zoom_overlay {
    opacity: 1;
}

.vxr_r1_main_box .vxr_r1_screenshot_link:hover .vxr_r1_screenshot {
    transform: scale(1.05);
}

.vxr_r1_main_box .vxr_r1_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vxr_r1_main_box .vxr_r1_rating {
    margin-bottom: 20px;
}

.vxr_r1_main_box .vxr_r1_stars {
    display: flex;
    gap: 3px;
}

.vxr_r1_main_box .vxr_r1_star {
    font-size: 20px;
    color: #ddd;
    transition: all 0.2s ease;
}

.vxr_r1_main_box .vxr_r1_star_filled {
    color: #ffd700;
    text-shadow: 0 1px 3px rgba(255, 215, 0, 0.3);
}

.vxr_r1_main_box .vxr_r1_review_text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
    flex: 1;
    font-style: italic;
}

.vxr_r1_main_box .vxr_r1_review_text::before {
    content: """;
    font-size: 1rem;
    color: white;
    position: absolute;
    margin-left: -30px;
    margin-top: -25px !important;
    opacity: 0;
    }

.vxr_r1_main_box .vxr_r1_author {
    border-top: 1px solid #eee;
    padding-top: 20px;
    }

.vxr_r1_main_box .vxr_r1_author_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    }

.vxr_r1_main_box .vxr_r1_author_location {
    font-size: 14px;
    display: flex;
    align-items: center;
    }

.vxr_r1_main_box .vxr_r1_author_location: :before {
    content: "📍";
    margin-right: 5px;
    }

/* Navigation styles */
.vxr_r1_main_box .vxr_r1_pagination {
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center;
    }

.vxr_r1_main_box .vxr_r1_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 100%;
    background: linear-gradient(135deg, #6c63ff, #4834d4);
    margin: 0 auto;
    transition: all 0.3s ease;
    }

.vxr_r1_main_box .vxr_r1_pagination .swiper-pagination-bullet-active {
    background: #667eea;
    transform: scale(1.05);
    }

.vxr_r1_main_box .vxr_r1_nav_next,
.vxr_r1_main_box .vxr_r1_nav_prev {
    color: #667eea !important;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    }

.vxr_r1_main_box .vxr_r1_nav_next: :after,
.vxr_r1_main_box .vxr_r1_nav_prev::after {
    font-size: 18px !important;
    }

/* Background decorations */
.vxr_r1_main_box .vxr_r1_bg_decoration {
    position: absolute;
    pointer-events: none;
    }

.vxr_r1_main_box .vxr_r1_bg_circle_1 {
    width: 300px;
    top: 0;
    right: -150px;
    animation: vxrFloat3 30s ease-in-out infinite;
    }

.vxr_r1_main_box .vxr_r1_bg_circle_2 {
    width: 200px;
    bottom: -100px;
    }

.vxr_r1_main_box .vxr_r1_bg_circle_3 {
    width: 150px;
    }

/* Animations */
@keyframes vxrFloat1 {
    0%, 100% { transform: translateY(0px) rotate(0deg);
    }
    50% { transform: translateX(30px) rotate(-180deg);
    }
}

@keyframes vxrFloat2 {
    0%, 100% { transform: translateX(0px) rotate(0deg);
    }
}

@keyframes vxrFloat3 {
    0%, 100% { transform: translate(0px, 0px) rotate(0deg);
    }
    33% { transform: translate(30px, -30px) rotate(120deg);
    }
    66% { transform: translate(-20px, 20px) rotate(240deg);
    }
}

@media (max-width: 480px) {
    .vxr_r1_main_box .vxr_r1_container {
        padding: 0 15px;
    }

    .vxr_r1_main_box .vxr_r1_container {
        padding: 0 20px;
    }

    .vxr_r1_main_box .vxr_r1_slider {
        padding: 0 5px 60px 5px;
    }

    .vxr_r1_main_box .vxr_r1_title h2 {
        font-size: 1.8rem;
    }

    .vxr_r1_main_box .vxr_r1_subtitle {
        font-size: 1rem;
    }

    .vxr_r1_main_box .vxr_r1_card_inner {
        padding: 20px;
    }

    .vxr_r1_main_box .vxr_r1_review_card {
        min-height: 450px;
    padding: 1rem 2rem;
    }

    .vxr_r1_main_box .vxr_r1_screenshot {
        height: 150px;
    }

    .vxr_r1_main_box .vxr_r1_nav_next,
    .vxr_r1_main_box .vxr_r1_nav_prev {
        display: none !important;
    }

    .vxr_r1_main_box .vxr_r1_review_text {
        font-size: 15px;
    }
}

/* Drag handle */
.vxr_r1_main_box .drag_h {
    position: absolute;
    z-index: 1000;
    }
.vxr331AA {
    text-align: center;
    }
.vxr_h1_btn.vxr_h1_btn_primary.vxr66C7C {
    display: inline-flex;
    box-shadow: 0 4px 15px rgba(108, 99, 255, 0.3);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 160px;
    justify-content: center;
}