/* Start custom CSS for shortcode, class: .elementor-element-1a12c2b0 *//* Hide property details field */
form label:contains("جزییات ملک"),
form div:has(> label:contains("جزییات ملک")) {
    display: none !important;
/* Hide property details field - targeting by form structure */
.elementor-shortcode iframe body form > div:nth-child(2),
.elementor-shortcode iframe body form label:nth-of-type(2),
.elementor-shortcode iframe body form input[type="text"]:nth-of-type(2) {
    display: none !important;
    visibility: hidden !important;
}/* End custom CSS */