.elementor-2272 .elementor-element.elementor-element-a10f293{--display:flex;--padding-top:30px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-2272 .elementor-element.elementor-element-a10f293:not(.elementor-motion-effects-element-type-background), .elementor-2272 .elementor-element.elementor-element-a10f293 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.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-2272 .elementor-element.elementor-element-2ca8e12 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:33px;font-weight:600;color:var( --e-global-color-astglobalcolor0 );}@media(min-width:768px){.elementor-2272 .elementor-element.elementor-element-a10f293{--content-width:1440px;}}@media(max-width:1024px){.elementor-2272 .elementor-element.elementor-element-2ca8e12 .elementor-heading-title{font-size:36px;}}@media(max-width:767px){.elementor-2272 .elementor-element.elementor-element-2ca8e12 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for shortcode, class: .elementor-element-b041df7 *//* ===============================
   Premium Arabic Contact Form
   Brand Color: #004956
================================ */

.cf7-contact-form {
    padding: 45px;
    background: linear-gradient(180deg, #ffffff, #f4fbfb);
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0,73,86,0.15);
    direction: rtl;
    text-align: right;
    position: relative;
}

/* Rows */
.cf7-row {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

/* Columns */
.cf7-col {
    width: 50%;
}

.cf7-col-full {
    width: 100%;
}

/* Inputs & Textarea */
.cf7-contact-form input:not([type="submit"]),
.cf7-contact-form textarea {
    width: 100%;
    padding: 17px 20px;
    font-size: 15px;
    border-radius: 16px;
    border: 1px solid rgba(0,73,86,0.18);
    background: linear-gradient(180deg, #ffffff, #f9fefe);
    color: #00363f;
    transition: all 0.35s ease;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.03);
}

/* Placeholder */
.cf7-contact-form ::placeholder {
    color: #7aa2a8;
    font-size: 14px;
}

/* Focus Effect */
.cf7-contact-form input:focus,
.cf7-contact-form textarea:focus {
    outline: none;
    border-color: #004956;
    background: #ffffff;
    box-shadow:
        0 0 0 4px rgba(0,73,86,0.18),
        0 10px 25px rgba(0,73,86,0.15);
    transform: translateY(-2px);
}

/* Textarea */
.cf7-contact-form textarea {
    max-height: 170px;
    resize: none;
}

/* Submit Alignment */
.cf7-center {
    text-align: right;
}

/* Submit Button */
.cf7-contact-form input[type="submit"] {
    background-color: #314d57 !important;
    color: #fff !important;
    padding: 14px 25px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 10px rgba(49, 77, 87, 0.2) !important;
}

/* Button Hover */
.cf7-contact-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #006b7a, #004956);
    transform: translateY(-4px);
    box-shadow: 0 30px 65px rgba(0,73,86,0.55);
}

/* Spinner */
.cf7-contact-form .wpcf7-spinner {
    margin-right: 12px;
}

/* Validation Text */
.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 6px;
    color: #b91c1c;
}

/* Response Box */
.wpcf7-response-output {
    margin-top: 28px;
    padding: 18px;
    border-radius: 16px;
    font-size: 14px;
    text-align: center;
}

/* Success */
.wpcf7-mail-sent-ok {
    background: #ecfdfb;
    color: #065f5b;
    border: 1px solid #5eead4;
}

/* Error */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #f87171;
}

/* Responsive */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
    }
    .cf7-col {
        width: 100%;
    }
    .cf7-contact-form {
        padding: 30px;
    }
}


.cf7-contact-form { direction: rtl; text-align: right; } .cf7-contact-form input, .cf7-contact-form textarea { text-align: right; }/* End custom CSS */