.elementor-33759 .elementor-element.elementor-element-3654d574{--display:flex;}.elementor-33759 .elementor-element.elementor-element-6aaf88e.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-6aaf88e */.de-policy {
    position: relative;
    background: #ffffff;
    padding: 70px 80px;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.de-watermark {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.05;
    z-index: 0;

    background-image: url("data:image/svg+xml;utf8,\
    <svg xmlns='http://www.w3.org/2000/svg' width='340' height='220'>\
        <text x='0' y='120' font-size='38' fill='black' transform='rotate(-30 170 110)'>\
        DETA ELIS EGYPT\
        </text>\
    </svg>");
    background-repeat: repeat;
    background-size: 340px 220px;
}

.de-content {
    position: relative;
    z-index: 1;
}

.de-policy h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 32px;
    color: #1e3c34;
    font-weight: 700;
}

.de-date {
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    opacity: 0.7;
}

.de-policy h2 {
    margin-top: 40px;
    padding-left: 14px;
    border-left: 4px solid #1e3c34;
    color: #1e3c34;
    font-size: 20px;
    font-weight: 700;
}

.de-policy p {
    line-height: 1.8;
    color: #444;
    margin-bottom: 10px;
}

.de-policy ul {
    margin-left: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
    list-style-type: disc;
}

.de-policy ul li {
    line-height: 1.8;
    color: #444;
    margin-bottom: 8px;
    padding-left: 4px;
}

/* تمييز الكلمات المهمة داخل القوائم */
.de-policy ul li strong {
    color: #1e3c34;
    font-weight: 600;
}

.de-contact {
    margin-top: 30px;
    padding: 20px;
    background: #f7f9fb;
    border-left: 4px solid #1e3c34;
    border-radius: 0 6px 6px 0;
}

.de-contact p {
    margin-bottom: 8px;
    color: #333;
}

/* تنسيق الروابط */
.de-policy a {
    color: #1e3c34;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.de-policy a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

/* ===== Responsive للشاشات الصغيرة ===== */
@media (max-width: 768px) {
    .de-policy {
        padding: 40px 25px;
    }

    .de-policy h1 {
        font-size: 24px;
    }

    .de-policy h2 {
        font-size: 18px;
    }

    .de-policy ul {
        margin-left: 16px;
    }
}/* End custom CSS */