.elementor-983 .elementor-element.elementor-element-4e423f9{--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:0px;--margin-bottom:050px;--margin-left:0px;--margin-right:0px;}.elementor-983 .elementor-element.elementor-element-84d080d{--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-983 .elementor-element.elementor-element-5b8c7c2{padding:10px 10px 10px 10px;text-align:center;}.elementor-983 .elementor-element.elementor-element-5b8c7c2 .elementor-heading-title{font-family:"Cairo", Sans-serif;font-weight:600;color:#000000;}.elementor-983 .elementor-element.elementor-element-ccb794a{text-align:center;font-family:"Cairo", Sans-serif;font-size:23px;font-weight:700;color:#E4AA55;}.elementor-983 .elementor-element.elementor-element-25ea1f1{--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-983 .elementor-element.elementor-element-adf1b95{--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;}@media(max-width:767px){.elementor-983 .elementor-element.elementor-element-84d080d{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-983 .elementor-element.elementor-element-ccb794a{font-size:14px;}}/* Start custom CSS for shortcode, class: .elementor-element-ddccc04 */.marco-form {
    direction: rtl;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* الصفوف */
.marco-form .row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.marco-form .col {
    width: 50%;
}

.marco-form .full {
    width: 100%;
}

/* اللابل */
.marco-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #444;
    font-weight: 600;
}

/* الحقول */
.marco-form input,
.marco-form select,
.marco-form textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
    background: #fafafa;
    transition: 0.3s ease;
}

/* فوكس */
.marco-form input:focus,
.marco-form select:focus,
.marco-form textarea:focus {
    border-color: #c68d39;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(198,141,57,0.15);
    outline: none;
}

/* textarea */
.marco-form textarea {
    height: 130px;
    resize: none;
}

/* dropdown arrow */
.marco-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23c68d39' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 18px;
    padding-left: 30px;
}

/* file upload */
.marco-form input[type="file"] {
    background: #f5f5f5;
    border: 2px dashed #ddd;
    text-align: center;
    cursor: pointer;
}

.marco-form input[type="file"]:hover {
    border-color: #c68d39;
}

/* زر الإرسال */
.submit-wrap {
    text-align: center;
    margin-top: 25px;
}

.marco-form input[type="submit"] {
    background: linear-gradient(135deg, #c68d39, #a8742d);
    color: #fff;
    border: none;
    padding: 14px 45px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

/* hover زر */
.marco-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(198,141,57,0.3);
}

/* موبايل */
@media (max-width: 768px) {
    .marco-form .row {
        flex-direction: column;
    }

    .marco-form .col {
        width: 100%;
    }
}/* End custom CSS */