.elementor-1987 .elementor-element.elementor-element-848ce39{--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 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

/* Main Container Style */
.iso-policy-container {
    font-family: 'Cairo', sans-serif; /* Best Arabic Font */
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 20px;
    line-height: 1.8; /* Arabic fonts look better with slightly more line height */
    color: #333;
    text-align: right; /* Enforcing Right-to-Left alignment */
}

/* Header Styles */
.iso-header {
    text-align: center;
    margin-bottom: 30px;
}
.iso-logo {
    width: 120px;
    height: auto;
    margin-bottom: 15px;
}
.iso-main-title {
    color: #0d47a1; 
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.iso-sub-title {
    color: #555;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
}
.iso-divider {
    height: 2px;
    width: 100px;
    background-color: #28a745; 
    margin: 15px auto;
}

/* Intro Text */
.iso-intro-text {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
    color: #444;
}

/* Rule Box (The Main Box Design) */
.iso-rule-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Rule Header */
.iso-rule-header {
    background-color: #eaf2ff; 
    color: #0056b3; 
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d6e4ff;
}

/* Rule Body */
.iso-rule-body {
    padding: 20px;
    background-color: #fcfcfc;
}

/* Fix bullet points for RTL */
.iso-rule-body ul {
    padding-right: 25px; /* List indent from the right */
    padding-left: 0;
}

/* Sub-Rule / Onushongo Box (Green Border RIGHT for Arabic) */
.iso-sub-rule-green {
    background-color: #f1f8f1;
    border-right: 4px solid #28a745; /* Changed from border-left */
    padding: 12px 15px 12px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
}

/* Sub-Rule Box (Blue Border RIGHT for normal points) */
.iso-sub-rule-blue {
    background-color: #f0f7ff;
    border-right: 4px solid #007bff; /* Changed from border-left */
    padding: 12px 15px 12px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
}

/* Sub-Rule Box (Red Border RIGHT for warnings/restrictions) */
.iso-sub-rule-red {
    background-color: #fff5f5;
    border-right: 4px solid #dc3545; /* Changed from border-left */
    padding: 12px 15px 12px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
}

/* Contact Section */
.iso-contact-section {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
.iso-contact-section h3 {
    color: #0d47a1;
    margin-top: 0;
    font-weight: 700;
}
.iso-contact-details {
    font-size: 16px;
    font-weight: 600;
}
.iso-contact-details p {
    margin: 8px 0;
}

/* Footer Copyright */
.iso-footer-copyright {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

/* Responsive Fix */
@media (max-width: 600px) {
    .iso-policy-container {
        padding: 10px;
    }
    .iso-rule-header {
        font-size: 16px;
    }
}/* End custom CSS */