.elementor-4156 .elementor-element.elementor-element-f29e74d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e2763df */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800;900&display=swap');

/* =========================================
   تنسيق الصفحة
   ========================================= */
.terms-page-wrapper {
    font-family: 'Cairo', sans-serif;
    background-color: #000;
    color: #fff;
    direction: rtl;
    padding-bottom: 80px;
    margin-top: -1px;
}

/* الهيرو */
.terms-hero {
    text-align: center;
    padding: 80px 20px 50px;
    background: radial-gradient(circle, #1a1a1a 0%, #000000 100%);
    border-bottom: 1px solid #222;
}

.terms-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.gold-text { color: #FFC107; }

.terms-hero p { color: #888; font-size: 1.1rem; }

/* الكونتينر */
.terms-container {
    max-width: 900px;
    margin: 50px auto 0;
    padding: 0 20px;
}

/* صناديق الشروط */
.terms-box {
    background-color: #111;
    border: 1px solid #222;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.terms-box:hover {
    border-color: #FFC107;
    transform: translateY(-5px);
}

/* صندوق المقدمة */
.intro-box {
    border-right: 4px solid #FFC107; /* تمييز المقدمة */
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ddd;
}

/* العناوين الفرعية */
.terms-box h3 {
    color: #FFC107;
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.terms-box h3 i { font-size: 1.2rem; }

/* القوائم */
.terms-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-box li {
    position: relative;
    padding-right: 20px;
    margin-bottom: 15px;
    color: #ccc;
    line-height: 1.7;
    font-size: 1rem;
}

/* نقطة القائمة (Bullet Point) */
.terms-box li::before {
    content: '•';
    color: #FFC107;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    top: -5px;
}

/* الخاتمة */
.terms-footer {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid #222;
    padding-top: 30px;
    color: #666;
}

.last-update {
    font-size: 0.9rem;
    color: #444;
    margin-top: 10px;
}

/* =========================================
   التجاوب
   ========================================= */
@media (max-width: 768px) {
    .terms-hero h1 { font-size: 2rem; }
    .terms-box { padding: 20px; }
    .terms-box h3 { font-size: 1.2rem; }
}/* End custom CSS */