/* בסיס הסקשן */
.reviews-section {
    position: relative;
    background-color: #050818;
    color: #fff;
    direction: rtl;
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
    font-family: inherit;
}

/* רקע כחול כהה עם וייב עתידי */
.reviews-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at 30% 20%,
        rgba(10,30,80,0.6) 0%,
        rgba(3,5,15,0.95) 60%
    );
    z-index: 0;
}

/* מיכל תוכן */
.container-reviews {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

/* כותרת עליונה */
.reviews-header {
    max-width: 900px;
    margin: 0 auto 48px auto;
    color: #fff;
}
.reviews-header .subtitle {
    color: #6d7cff;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.reviews-header .headline {
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
    line-height: 1.3;
    margin-bottom: 16px;
}
.reviews-header .description {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Swiper container */
.reviews-swiper {
    padding-bottom: 48px; /* מקום לנקודות */
}

/* כרטיס ביקורת */
.review-card {
    background: radial-gradient(circle at 20% 0%, rgba(15,25,60,0.9) 0%, rgba(5,8,20,0.95) 70%);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    box-shadow:
        0 30px 80px rgba(0,0,0,0.8),
        0 0 60px rgba(0,86,255,0.25);
    padding: 24px 24px 20px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    text-align: right;
    position: relative;
}

/* שורה עליונה: שם העסק + כוכבים */
.review-top-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.review-name-role {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
}
.review-name-role .dot {
    color: rgba(255,255,255,0.4);
    font-weight: 400;
}

.stars {
    color: #1a73ff;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

/* פתיחת ציטוט */
.quote-mark {
    color: #1a73ff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 0;
    position: absolute;
    top: 50px;
    left: 24px;
    transform: translateY(-50%);
    opacity: .9;
    pointer-events: none;
}

/* גוף הביקורת */
.review-text {
    color: rgba(255,255,255,0.9);
    font-size: .9rem;
    line-height: 1.6;
    font-weight: 400;
    white-space: pre-line;
}

/* -------- Swiper behavior -------- */

/* בסיס: במובייל כל סלייד תופס כמעט את כל הרוחב */
.reviews-swiper .swiper-slide {
    width: 80%;
    max-width: 360px;
}

/* טאבלט: 2 כרטיסים במקביל */
@media (min-width: 768px) {
    .reviews-swiper .swiper-slide {
        width: 45%;
        max-width: 420px;
    }
}

/* דסקטופ: 3 כרטיסים במקביל */
@media (min-width: 992px) {
    .reviews-swiper .swiper-slide {
        width: 30%;
        max-width: 440px;
    }
}

/* ניקוד מתחת */
.swiper-pagination-bullet {
    background: rgba(255,255,255,0.35) !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}

/* ה-overflow של Swiper יושב במרכז */
.reviews-swiper .swiper-wrapper {
    align-items: stretch;
}


/* ממרכז את הנקודות */
.reviews-swiper .swiper-pagination {
    position: relative;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: auto; /* מבטל מיקומים אבסולוטיים של Swiper */
    width: 100%;
    direction: ltr; /* שלא יתהפך בסביבת RTL */
}

/* בלוק יצירת קשר חדש */
.contact-section {
    position: relative;
    background-color: #050818; /* כהה כמו שאר האתר */
    color: #fff;
    padding: 60px 20px;
    border-radius: 16px;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto 80px auto;
    box-shadow: 0 40px 120px rgba(0,0,0,.8), 0 0 120px rgba(0,86,255,.25);
    border: 1px solid rgba(255,255,255,0.07);
}

/* רקע עדין עם גוון כחול */
.contact-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 20% 0%,
        rgba(25,40,100,.5) 0%,
        rgba(5,8,20,0) 60%
    );
    pointer-events: none;
}

/* תוכן פנימי */
.contact-inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

/* כותרת/תיאור */
.contact-header {
    text-align: right;
    margin-bottom: 2rem;
    max-width: 700px;
}
.contact-title {
    font-size: clamp(1.2rem, 0.6rem + 1vw, 1.5rem);
    font-weight: 600;
    color: #fff;
    margin: 0 0 .75rem 0;
}
.contact-desc {
    color: rgba(255,255,255,.7);
    font-size: .95rem;
    line-height: 1.6;
    margin: 0;
}

/* אזור הפרטים */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 2rem;
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 2rem;
}

/* דסקטופ: 2 עמודות */
@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}
/* מסכים גדולים: 3 בעמודה */
@media (min-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* כל שורה (כתובת / טלפון / אימייל) */
.contact-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 12px;
    padding: 1rem 1.25rem 1rem 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 110px;
    box-shadow: 0 20px 60px rgba(0,0,0,.7), 0 0 50px rgba(0,86,255,.2);
}

/* טקסט */
.contact-text {
    text-align: right;
    max-width: calc(100% - 60px);
}
.contact-text .label {
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .4rem;
}
.contact-text .value {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,.8);
    word-break: break-word;
}

/* האייקון */
.icon-badge {
    flex-shrink: 0;
    background: rgba(83,55,255,.1);
    border: 1px solid rgba(124,98,255,.4);
    color: #7a5bff;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 20px 40px rgba(122,91,255,.4),
                0 0 60px rgba(122,91,255,.6);
}
.icon-badge i {
    font-size: 22px;
    line-height: 1;
}
