.elementor-1942 .elementor-element.elementor-element-bd31a95{--display:flex;}.elementor-1942 .elementor-element.elementor-element-c8761ad .woocommerce-breadcrumb > a{color:#3F60BB;}.elementor-1942 .elementor-element.elementor-element-c8761ad .woocommerce-breadcrumb{text-align:start;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-780e094 *//* الحاوية الرئيسية */
.privacy-card {
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    text-align: right;
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
    color: #333;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin: 20px 0;
    position: relative;
    border: 1px solid #f0f0f0;
}

/* العناوين */
.privacy-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.privacy-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #30b787;
    margin-bottom: 40px;
    text-align: center;
}

/* المقدمة */
.privacy-intro {
    background: #f9fafb;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    border-right: 4px solid #30b787;
    font-size: 16px;
    line-height: 1.8;
}

.privacy-intro a {
    color: #30b787;
    font-weight: bold;
}

/* الشبكة العلوية */
.privacy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.privacy-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.privacy-box:hover {
    transform: translateY(-5px);
}

.box-icon {
    font-size: 30px;
    color: #30b787;
    margin-bottom: 15px;
}

.privacy-box h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* الأقسام */
.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.privacy-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: #30b787;
    border-radius: 2px;
}

.highlight-bg {
    background: #f0fdf4;
    padding: 30px;
    border-radius: 15px;
    border: 1px dashed #30b787;
}

/* القوائم */
.privacy-list {
    list-style: none;
    padding: 0;
}

.privacy-list li {
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.6;
}

.privacy-list li::before {
    content: '•';
    color: #30b787;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: -5px;
}

.check-list li::before {
    content: '✓';
    font-size: 18px;
    top: 0;
}

/* ملاحظة */
.info-note {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 15px;
    color: #0d47a1;
}

/* شبكة الاستخدام */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.usage-item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
    font-weight: 600;
    color: #555;
}

/* الفوتر */
.privacy-footer {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.security-box, .access-box {
    margin-bottom: 30px;
}

.security-box h4, .access-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #30b787;
}

.final-note {
    font-size: 14px;
    color: #777;
    margin-top: 30px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}

.agreement-text {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 30px;
    color: #000;
}

/* تحسينات للموبايل */
@media (max-width: 768px) {
    .privacy-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .privacy-grid {
        grid-template-columns: 1fr;
    }
    .privacy-main-title {
        font-size: 28px;
    }
    .privacy-subtitle {
        font-size: 20px;
    }
}/* End custom CSS */