/* ==========================================================================
   MÜŞTERİ YORUMLARI & GOOGLE DEĞERLENDİRME VİTRİNİ - MOOVIAN STYLES
   ========================================================================== */

.moov-reviews-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: var(--my-padding-y, 80px) 0;
    background-color: var(--my-bg, #ffffff);
    font-family: inherit;
}

/* Header Area */
.moov-reviews-header-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.moov-reviews-header-left {
    flex: 1 1 auto;
    max-width: 600px;
}

.moov-reviews-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background-color: var(--my-rozet-bg, #0b2c5d);
    color: var(--my-rozet-color, #ffffff);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 12px;
}

.moov-reviews-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--my-title-color, #111827);
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Header Right: Google Score Box, Trust Pill & Nav Controls */
.moov-reviews-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* 1. Google Puan & Değerlendirme Kartı */
.moov-reviews-google-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 10px 18px;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.moov-rgb-logo-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 12px;
    border-right: 1px solid #e2e8f0;
}

.moov-google-g-large {
    width: 24px;
    height: 24px;
}

.moov-rgb-score {
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    letter-spacing: -0.02em;
}

.moov-rgb-content {
    display: flex;
    flex-direction: column;
}

.moov-reviews-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    font-size: 13px;
    margin-bottom: 2px;
}

.moov-rgb-count {
    font-size: 11.5px;
    font-weight: 600;
    color: #64748b;
    line-height: 1.2;
}

/* 2. Memnuniyet Güven Rozeti */
.moov-reviews-trust-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0a192f 0%, #003366 100%);
    padding: 10px 18px;
    border-radius: 14px;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(10, 25, 47, 0.15);
}

.moov-rtp-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 229, 255, 0.15);
    color: #00e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.moov-rtp-text {
    display: flex;
    flex-direction: column;
}

.moov-rtp-val {
    font-size: 15px;
    font-weight: 800;
    color: #00e5ff;
    line-height: 1.1;
}

.moov-rtp-lbl {
    font-size: 11px;
    font-weight: 600;
    color: #cbd5e1;
    line-height: 1.2;
}

/* 3. Slider Navigasyon Kontrolleri */
.moov-reviews-nav-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.moov-reviews-ctrl-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.22s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.moov-reviews-ctrl-btn:hover {
    background: #0a192f;
    color: #00e5ff;
    border-color: #0a192f;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(10, 25, 47, 0.2);
}

.moov-reviews-ctrl-btn:active {
    transform: translateY(0);
}

/* Slider Track & Container */
.moov-reviews-slider-wrap {
    position: relative;
    padding: 0 4px;
}

.moov-reviews-slider {
    margin: 0 -10px;
}

.moov-reviews-slider .slick-list {
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.moov-review-slide {
    padding: 0 10px;
    outline: none;
    height: 100%;
}

/* Review Card Design */
.moov-review-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: var(--my-card-radius, 14px);
    padding: 22px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    min-height: 240px;
    position: relative;
    box-sizing: border-box;
}

.moov-review-card:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Card Header: Avatar, Name, Time, Source Logo */
.moov-rc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.moov-rc-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.moov-rc-avatar-wrap {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.moov-rc-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moov-rc-meta {
    display: flex;
    flex-direction: column;
}

.moov-rc-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    margin: 0;
}

.moov-rc-time {
    font-size: 11.5px;
    color: #9ca3af;
    margin-top: 2px;
}

.moov-rc-source-logo {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moov-google-g-icon {
    width: 18px;
    height: 18px;
}

/* Rating & Verified Badge */
.moov-rc-rating-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.moov-rc-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--my-star-color, #f59e0b);
    font-size: 13.5px;
}

.moov-rc-verified-badge {
    display: inline-flex;
    align-items: center;
    color: #2563eb;
    font-size: 13px;
    cursor: default;
}

/* Review Text */
.moov-rc-text {
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
    margin: 0 0 12px 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moov-rc-more-btn {
    font-size: 12px;
    color: #6b7280;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
}

.moov-rc-more-btn:hover {
    color: #111827;
    text-decoration: underline;
}

/* Slick Custom Navigation Arrows */
.moov-reviews-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    font-size: 14px;
    cursor: pointer;
    z-index: 5;
    transition: all 0.25s ease;
}

.moov-reviews-nav-btn:hover {
    background: #0b2c5d;
    color: #ffffff;
    border-color: #0b2c5d;
    box-shadow: 0 6px 18px rgba(11, 44, 93, 0.25);
}

.moov-reviews-prev {
    left: -18px;
}

.moov-reviews-next {
    right: -18px;
}

/* Modal for Reading Full Review */
.moov-review-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.moov-review-modal-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.moov-review-modal-card {
    background: #ffffff;
    border-radius: 16px;
    max-width: 540px;
    width: 100%;
    padding: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: scale(0.95);
    transition: transform 0.25s ease;
}

.moov-review-modal-backdrop.is-open .moov-review-modal-card {
    transform: scale(1);
}

.moov-review-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    color: #475569;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.moov-review-modal-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .moov-reviews-title {
        font-size: 26px;
    }
    .moov-reviews-header-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }
    .moov-reviews-header-left {
        max-width: 100%;
        width: 100%;
        flex: none;
    }
    .moov-reviews-header-right {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 14px;
    }
    .moov-reviews-slider-wrap {
        padding: 0 28px;
    }
    .moov-reviews-prev {
        left: -4px;
    }
    .moov-reviews-next {
        right: -4px;
    }
}

@media (max-width: 576px) {
    .moov-reviews-header-wrap {
        margin-bottom: 20px;
        gap: 14px;
    }
    .moov-reviews-title {
        font-size: 21px;
        line-height: 1.3;
    }
    .moov-reviews-header-right {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }
    .moov-reviews-google-box {
        width: 100%;
        justify-content: flex-start;
        padding: 8px 14px;
    }
    .moov-reviews-trust-pill {
        width: 100%;
        justify-content: flex-start;
        padding: 8px 14px;
    }
    .moov-reviews-nav-group {
        justify-content: flex-end;
        width: 100%;
        margin-top: 4px;
    }
    .moov-reviews-slider-wrap {
        padding: 0;
    }
    .moov-review-card {
        padding: 18px 16px;
        min-height: auto;
    }
    .moov-rc-text {
        -webkit-line-clamp: 5;
    }
}