.elementor-1052 .elementor-element.elementor-element-c736ec9{--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;}.elementor-1052 .elementor-element.elementor-element-56968ab .etheme-advanced-headline{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}.elementor-1052 .elementor-element.elementor-element-56968ab .etheme-advanced-headline::selection{-webkit-text-fill-color:#FFFFFF;}.elementor-1052 .elementor-element.elementor-element-56968ab .etheme-a-h-text-after{font-size:23px;font-weight:700;}.elementor-1052 .elementor-element.elementor-element-b92df7d{--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;}.elementor-1052 .elementor-element.elementor-element-5c2fe7d{--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;}body.elementor-page-1052:not(.elementor-motion-effects-element-type-background), body.elementor-page-1052 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #2E2E2E 0%, #000000 100%);}/* Start custom CSS for shortcode, class: .elementor-element-11ea451 */.ff-el-form-control {
    background-color: #000000 !important;  /* خلفية الحقل سوداء */
    color: #FFFFFF !important;  /* نص الحقل أبيض */
    border: 1px solid #FFFFFF !important;  /* إطار أبيض حول الحقل */
}
/* Apply black background and white text for the dropdown */
.frm-fluent-form .choices__inner {
    background: #000000 !important;  /* Black background */
    border: 1px solid #ddd !important;  /* Light border */
    border-radius: .25rem !important;  /* Rounded corners */
    display: inline-block;
    font-size: 14px;
    min-height: auto;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}

/* Set text color for items in the dropdown */
.frm-fluent-form .choices__list--dropdown .choices__item {
    color: #FFFFFF !important;  /* White text */
}

/* Style the selected or highlighted items in the dropdown */
.frm-fluent-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #000000 !important;  /* Black background for selected items */
    color: #FFFFFF !important;  /* White text for selected items */
}/* End custom CSS */