.elementor-2415 .elementor-element.elementor-element-cd0ab23{--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;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2415 .elementor-element.elementor-element-2ab1379{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 20px 0px;text-align:center;}.elementor-2415 .elementor-element.elementor-element-2ab1379.elementor-element{--align-self:center;}.elementor-2415 .elementor-element.elementor-element-2ab1379 .elementor-heading-title{font-family:"Almarai", Sans-serif;font-size:38px;font-weight:800;color:#0F143C;}@media(max-width:767px){.elementor-2415 .elementor-element.elementor-element-cd0ab23{--margin-top:6px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-44e061c *//* ضبط الحقول في الفورم */
.forminator-field {
    width: 100%;              /* عرض كامل */
    margin-bottom: 20px;      /* مسافة بين الحقول */
    padding: 12px 20px;       /* مسافة داخلية للفيلد */
    border-radius: 10px;      /* حواف دائرية */
    border: 1px solid #ccc;  /* حدود خفيفة */
}

/* تعديل الحقول النصية */
.forminator-input, .forminator-textarea {
    width: 100%;
    height: 45px;             /* ارتفاع متناسق */
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    direction: rtl;           /* اتجاه النص من اليمين لليسار */
    text-align: right;        /* محاذاة النص لليمين */
}

/* تعديل القوائم المنسدلة */
.forminator-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    direction: rtl;
    text-align: right;
}

/* زر الإرسال */
.forminator-button {
    background-color: #007BFF; /* اللون الأزرق */
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    border: none;
    text-align: center;
}

.forminator-button:hover {
    background-color: #0056b3; /* اللون الأزرق الداكن عند التمرير */
}/* End custom CSS */