.elementor-7513 .elementor-element.elementor-element-be0cb73{--display:flex;}#elementor-popup-modal-7513{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7513 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-7513 .dialog-close-button{display:flex;}#elementor-popup-modal-7513 .dialog-widget-content{border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-14c1ad7 *//* فرم اصلی */
.wpcf7 form {
    background-color: #FFFFFF;
    border: 2px solid #1E3A8A; /* قهوه‌ای اصلی */
    border-radius: 12px;
    padding: 25px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

/* عنوان‌ها */
.wpcf7 form h3,
.wpcf7 form h4 {
    color: #1E3A8A; /* قهوه‌ای */
    margin-bottom: 15px;
}

/* فیلدهای متنی و تکست‌اریا */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #1E3A8A;
    border-radius: 8px;
    color: #000000; /* مشکی */
    font-size: 14px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #000000;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    outline: none;
}

/* دکمه ارسال */
.wpcf7 input[type="submit"] {
    background-color: #1E3A8A; /* قهوه‌ای */
    color: #FFFFFF;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #000000; /* مشکی */
    color: #FFFFFF;
}

/* چک‌باکس */
.wpcf7 input[type="checkbox"] {
    accent-color: #864801;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* متن چک‌باکس */
.wpcf7 label {
    color: #000000;
    font-size: 14px;
}

/* فایل آپلود */
.wpcf7 input[type="file"] {
    border: 1px solid #864801;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
}

/* متن کمک برای فایل‌ها */
.wpcf7 p {
    color: #000000;
    font-size: 13px;
}/* End custom CSS */