/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 12, 2025, 9:50:10 AM
    Author     : Baha.Alshurfat
*/

/* ملف custom-style.css */
.owl-carousel .item {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding-top: 70px;
    padding: 30px 25px 25px;
    width: 550px;
    height: 250px;
    margin: 60px auto 0;
    text-align: center;
    font-family: 'Tajawal', sans-serif;
    overflow: visible;
    z-index: 1;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.owl-carousel .item img {
    position: absolute;
    top: -50px;
    left: 35px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 2;
}

.owl-carousel .item h4 {
    color: #c79c60;
    font-size: 22px;
    margin-bottom: 12px;
    font-family: 'Tajawal', sans-serif;
    text-align: right;
    direction: rtl;
}

.owl-carousel .item p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    text-align: right;
}
