.elementor-30223 .elementor-element.elementor-element-3cda561a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-23f81d21 */.contant p{
    flex: 1;
}

.contant p {
    font-size: 15px;
    margin-bottom: 13px;
    color: #0a2a52;
    position: relative;
    padding-left: 15px;
}

.contant p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 28px;
    background: #1a73e8;
    border-radius: 4px;
}

.contant ul,
.contant ol {
    padding-left: 20px;
}
.lens-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 60px 0;
}

.lens-section.reverse {
    flex-direction: row-reverse;
}

.lens-image {
    flex: 1;
}

.lens-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.lens-content {
    flex: 1;
}

.lens-content h5 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #0a2a52;
    position: relative;
    padding-left: 15px;
}

.lens-content h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 28px;
    background: #1a73e8;
    border-radius: 4px;
}

.lens-content ul,
.lens-content ol {
    padding-left: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .lens-section {
    flex-direction: column !important;
    }
}
/* تحويل الموقع كله للاتجاه العربي */
body, .contant, .lens-section, .lens-content {
    direction: rtl;
    text-align: right;
}

/* نقل الشَرطة الزرقا من الشمال لليمين */
.contant p::before,
.lens-content h5::before {
    left: auto;
    right: 0;
}

/* تعديل البادينج عشان يبقى مناسب لليمين */
.contant p,
.lens-content h5 {
    padding-left: 0;
    padding-right: 15px;
}

.contant ul,
.contant ol,
.lens-content ul,
.lens-content ol {
    padding-left: 0;
    padding-right: 20px;
}

/* عشان الصور والنص يفضلوا مظبوطين في RTL */
.lens-section {
    flex-direction: row-reverse;
}

.lens-section.reverse {
    flex-direction: row;
}/* End custom CSS */