/* Section avis Shehri Voyages — autonome, sans Swiper */
.shehri-avis-section {
    width: 100%;
    padding: 64px 0 72px;
    background: linear-gradient(160deg, #f0f6fc 0%, #ffffff 55%, #fafbfc 100%);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.shehri-avis-section::after {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(28, 91, 155, 0.05);
    pointer-events: none;
}

.shehri-avis-section--compact {
    padding: 48px 0 56px;
}

.shehri-avis-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.shehri-avis-heading {
    margin-bottom: 36px;
}

.shehri-avis-heading h2 {
    margin-bottom: 0 !important;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

/* Carousel */
.shehri-avis-carousel {
    position: relative;
    padding: 0 52px;
}

.shehri-avis-viewport {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}

.shehri-avis-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    touch-action: pan-y;
}

.shehri-avis-slide {
    flex: 0 0 auto;
    min-width: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.shehri-avis-slide--single {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Card */
.shehri-avis-card {
    background: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 16px;
    padding: 28px 24px 22px;
    height: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 32px rgba(28, 91, 155, 0.07);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box;
}

.shehri-avis-card:hover {
    border-color: #c5d8ee;
    box-shadow: 0 14px 40px rgba(28, 91, 155, 0.11);
}

.shehri-avis-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 12px;
}

.shehri-avis-quote {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1C5B9B 0%, #3E9DD3 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.shehri-avis-stars {
    color: #e8b96b;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1;
}

.shehri-avis-text {
    color: #3d4f63;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 20px;
    flex: 1;
}

.shehri-avis-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    margin-top: auto;
    border-top: 1px solid #edf2f7;
}

.shehri-avis-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 3px 12px rgba(28, 91, 155, 0.18);
    flex-shrink: 0;
}

.shehri-avis-avatar--initials {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1C5B9B, #3E9DD3);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.shehri-avis-author-info strong {
    display: block;
    color: #1a2b3c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.shehri-avis-author-info span {
    display: inline-block;
    color: #1C5B9B;
    font-size: 13px;
    margin-top: 2px;
    background: none;
    padding: 0;
}

.shehri-avis-card--empty {
    text-align: center;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    max-width: 560px;
    margin: 0 auto;
}

.shehri-avis-card--empty .shehri-avis-quote {
    margin: 0 auto 16px;
}

.shehri-avis-empty-hint {
    color: #94a3b8;
    font-size: 14px;
    margin: 8px 0 0;
}

/* Arrows */
.shehri-avis-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #1C5B9B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(28, 91, 155, 0.3);
    transition: background 0.2s, transform 0.2s, opacity 0.2s;
}

.shehri-avis-arrow:hover:not(:disabled) {
    background: #3E9DD3;
    transform: translateY(-50%) scale(1.06);
}

.shehri-avis-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.shehri-avis-arrow--prev { left: 0; }
.shehri-avis-arrow--next { right: 0; }

/* Dots */
.shehri-avis-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
    flex-wrap: wrap;
}

.shehri-avis-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #c5d5e8;
    cursor: pointer;
    transition: all 0.25s ease;
}

.shehri-avis-dot.is-active {
    width: 28px;
    border-radius: 10px;
    background: #1C5B9B;
}

@media (max-width: 639px) {
    .shehri-avis-section {
        padding: 48px 0 56px;
    }

    .shehri-avis-container {
        padding: 0 16px;
    }

    .shehri-avis-carousel {
        padding: 0 40px;
    }

    .shehri-avis-arrow {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .shehri-avis-card {
        min-height: 220px;
        padding: 22px 18px 18px;
    }

    .shehri-avis-slide {
        padding: 0 6px;
    }
}
