.elementor-1949 .elementor-element.elementor-element-2c504df{--display:flex;}.elementor-1949 .elementor-element.elementor-element-bb10681 .woocommerce-breadcrumb > a{color:#415CCD;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-99ff8f4 *//* الحاوية الرئيسية */
.policy-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;
}

/* العناوين الرئيسية */
.policy-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}

.policy-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #30b787;
    margin-bottom: 50px;
    text-align: center;
}

/* المقدمة */
.intro-box {
    background: #f9fafb;
    border-right: 5px solid #30b787;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.intro-box h3 {
    color: #30b787;
    margin-bottom: 15px;
    font-size: 22px;
}

.welcome-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 500;
}

/* الأقسام */
.policy-section {
    margin-bottom: 50px;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.section-number {
    font-size: 40px;
    font-weight: 900;
    color: #e0fff0;
    -webkit-text-stroke: 1px #30b787;
    margin-left: 15px;
    line-height: 1;
}

.section-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

/* محتوى الأقسام */
.policy-item {
    margin-bottom: 30px;
}

.policy-item h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.policy-item p, .policy-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.policy-list {
    padding-right: 20px;
}

.policy-list li {
    margin-bottom: 10px;
}

/* التنبيهات */
.alert-box {
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}

.alert-box.warning {
    background-color: #fff8e1;
    border: 1px solid #ffe082;
    color: #795548;
}

/* الشبكة للعدسات اللاصقة */
.policy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.grid-item {
    background: #f9fafb;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.grid-item h4 {
    color: #30b787;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
}

/* معلومات الفوتر */
.policy-footer-info {
    margin-top: 60px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.info-block {
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 15px;
}

.info-block h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.info-block.error {
    background-color: #ffebee;
    color: #c62828;
}

.info-block.time {
    background-color: #e3f2fd;
    color: #1565c0;
}

.info-block.delivery {
    background-color: #f3f3f3;
    color: #333;
}

/* تحسينات للموبايل */
@media (max-width: 768px) {
    .policy-card {
        padding: 30px 20px;
        border-radius: 20px;
    }
    .policy-main-title {
        font-size: 28px;
    }
    .policy-subtitle {
        font-size: 20px;
    }
    .policy-grid {
        grid-template-columns: 1fr;
    }
    .section-header h3 {
        font-size: 20px;
    }
    .section-number {
        font-size: 30px;
    }
}/* End custom CSS */