/* ============================================
   تنسيقات سلايدر الآراء - Testimonial Slider Styles
   تصميم احترافي ومرن للآراء
============================================ */

/* قسم الآراء */
.testimonail-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* السلايدر */
.testimonial-sliders {
    min-height: 300px;
}

/* بطاقة الرأي */
.single-testimonial-slider {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.single-testimonial-slider:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* صورة العميل */
.client-avater {
    margin-bottom: 25px;
}

.client-avater img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #F28123;
    box-shadow: 0 5px 20px rgba(242, 129, 35, 0.3);
    object-fit: cover;
}

/* معلومات العميل */
.client-meta h3 {
    font-size: 22px;
    color: #051922;
    margin-bottom: 10px;
}

.client-meta h3 span {
    display: block;
    font-size: 14px;
    color: #F28123;
    font-weight: 500;
    margin-top: 5px;
}

/* نص الرأي */
.testimonial-body {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin: 20px 0;
    font-style: italic;
}

/* أيقونة الاقتباس */
.last-icon {
    margin-top: 20px;
}

.last-icon i {
    font-size: 30px;
    color: #F28123;
    opacity: 0.5;
}

/* تحسين Owl Carousel */
.testimonial-sliders .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.testimonial-sliders .owl-dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.testimonial-sliders .owl-dot.active {
    background: #F28123;
    transform: scale(1.2);
}