.elementor-292 .elementor-element.elementor-element-ad99d61{margin-top:0px;margin-bottom:070px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-7d0348f */.wpcf7-form input::placeholder {
    text-align: right;
}
/* ===== الحاوية العامة ===== */
.wpcf7 form {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    max-width: 720px;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ===== العنوان ===== */
.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3 {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #111;
}

/* ===== labels ===== */
.wpcf7 label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 6px;
    color: #222;
}

/* ===== inputs ===== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    background: #fafafa;
    color: #111;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* ===== focus effect ===== */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #b9924c;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(185,146,76,0.15);
}

/* ===== textarea ===== */
.wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

/* ===== button ===== */
.wpcf7 input[type="submit"] {
    background: linear-gradient(135deg, #b9924c, #a37f3f);
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-family: 'Tajawal', sans-serif;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* hover */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(185,146,76,0.25);
}

/* ===== errors ===== */
.wpcf7 .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
}

/* ===== response message ===== */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
    border: none !important;
}

/* success */
.wpcf7-mail-sent-ok {
    background: #eaf7ee;
    color: #2ecc71;
}

/* error */
.wpcf7-mail-sent-ng {
    background: #fdecec;
    color: #e74c3c;
}/* End custom CSS */