{"id":5055,"date":"2016-12-29T07:23:27","date_gmt":"2016-12-29T07:23:27","guid":{"rendered":"https:\/\/xstore.8theme.com\/demos\/corporate\/?page_id=5055"},"modified":"2026-02-10T02:58:27","modified_gmt":"2026-02-09T22:58:27","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/poapro.ae\/ar\/contact-us\/","title":{"rendered":"\u0631\u0627\u0633\u0644\u0646\u0627"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"5055\" class=\"elementor elementor-5055\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d3ab42f elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d3ab42f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-698fd90e\" data-id=\"698fd90e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5f901f81 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5f901f81\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Contact POAPRO<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66f9c81 elementor-widget elementor-widget-html\" data-id=\"66f9c81\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Zoho SalesIQ Custom Button Start -->\n<style>\n    .zoho-centered-container-7422 {\n        display: flex !important;\n        justify-content: center !important;\n        align-items: center !important;\n        width: 100% !important;\n        margin: 25px 0 !important;\n        background: transparent !important;\n    }\n\n    .zoho-custom-btn-7422 {\n        background-color: #fedc00 !important; \/* Primary Yellow *\/\n        color: #353535 !important;            \/* Text Color *\/\n        font-family: 'Poppins', sans-serif !important;\n        font-size: 1.1rem !important;         \/* Matches Team Widget size *\/\n        font-weight: 800 !important;           \/* Matches Team Widget weight *\/\n        padding: 18px 50px !important;         \/* Matches Team Widget padding *\/\n        border: none !important;\n        border-radius: 60px !important;        \/* Pill shape *\/\n        cursor: pointer !important;\n        transition: all 0.3s ease !important;\n        text-transform: uppercase !important;\n        letter-spacing: 1.5px !important;      \/* Matches Team Widget spacing *\/\n        outline: none !important;\n        box-shadow: 0 6px 15px rgba(0,0,0,0.15) !important;\n        display: inline-block !important;\n        appearance: none !important;\n        -webkit-appearance: none !important;\n    }\n\n    .zoho-custom-btn-7422:hover:not(.is-loading-7422):not(.is-failed-7422) {\n        background-color: #dba813 !important; \/* Aux Gold *\/\n        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;\n        transform: scale(1.05) !important; \n    }\n\n    \/* Loading State Styles *\/\n    .zoho-custom-btn-7422.is-loading-7422 {\n        background-color: #f3f4f6 !important;\n        color: #9ca3af !important;\n        cursor: wait !important;\n        pointer-events: none !important;\n        box-shadow: none !important;\n        animation: poaproPulse-7422 1.5s infinite !important;\n    }\n\n    \/* Failure State Style *\/\n    .zoho-custom-btn-7422.is-failed-7422 {\n        background-color: #fedc00 !important;\n        color: #353535 !important;\n        cursor: pointer !important;\n        pointer-events: auto !important;\n    }\n\n    @keyframes poaproPulse-7422 {\n        0% { opacity: 1; }\n        50% { opacity: 0.6; }\n        100% { opacity: 1; }\n    }\n\n    @media (max-width: 768px) {\n        .zoho-custom-btn-7422 {\n            width: auto !important;\n            padding: 15px 35px !important;\n            font-size: 0.95rem !important;\n        }\n    }\n<\/style>\n\n<div class=\"zoho-centered-container-7422\">\n    <!-- Button starts in loading state by default -->\n    <button type=\"button\" id=\"zohoBtn-7422\" class=\"zoho-custom-btn-7422 is-loading-7422\">\n        Waiting to Connect\n    <\/button>\n<\/div>\n\n<script type=\"text\/javascript\">\n(function() {\n    const btn = document.getElementById('zohoBtn-7422');\n    \n    function updateBtnReady() {\n        \/\/ Stricter Check: Zoho SalesIQ often initializes $zoho.salesiq as an empty object first.\n        \/\/ We check for the existence of 'chatwindow' or 'floatwindow' which are populated only after full init.\n        if (window.$zoho && \n            window.$zoho.salesiq && \n            (typeof window.$zoho.salesiq.chatwindow === 'object' || typeof window.$zoho.salesiq.floatwindow === 'object')) {\n            \n            btn.classList.remove('is-loading-7422');\n            btn.classList.remove('is-failed-7422');\n            btn.innerHTML = 'TALK TO POAPRO NOW';\n            return true;\n        }\n        return false;\n    }\n\n    \/\/ Check for Zoho status every 500ms\n    const checkInterval = setInterval(() => {\n        if (updateBtnReady()) {\n            clearInterval(checkInterval);\n        }\n    }, 500);\n\n    \/\/ Safety fallback: if Zoho fails to load after 30s, show SUBMIT REQUEST state\n    setTimeout(() => {\n        if (btn.classList.contains('is-loading-7422')) {\n            clearInterval(checkInterval);\n            btn.classList.remove('is-loading-7422');\n            btn.classList.add('is-failed-7422');\n            btn.innerHTML = 'SUBMIT REQUEST';\n        }\n    }, 30000); \n\n    \/\/ Click handler\n    btn.addEventListener('click', function() {\n        if (window.$zoho && window.$zoho.salesiq) {\n            try {\n                \/\/ Try multiple opening methods for redundancy\n                if (window.$zoho.salesiq.chatwindow) {\n                    window.$zoho.salesiq.chatwindow.visible('show');\n                } else if (window.$zoho.salesiq.floatwindow) {\n                    window.$zoho.salesiq.floatwindow.visible('show');\n                } else if (window.$zoho.salesiq.chat) {\n                    window.$zoho.salesiq.chat.start();\n                }\n            } catch(e) {\n                window.location.href = \"https:\/\/poapro.ae\/contact-us\/\";\n            }\n        } else {\n            window.location.href = \"https:\/\/poapro.ae\/contact-us\/\";\n        }\n    });\n})();\n<\/script>\n<!-- Zoho SalesIQ Custom Button End -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-751ce09 elementor-widget elementor-widget-shortcode\" data-id=\"751ce09\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"rank-math-contact-info show-name show-email show-phone show-address show-hours\"><div class=\"rank-math-contact-section rank-math-contact-name\">\t\t<h4 class=\"rank-math-name\">\n\t\t\t<a href=\"https:\/\/poapro.ae\/ar\/\">POAPRO \u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u0648\u0643\u064a\u0644 \u0641\u064a \u062f\u0628\u064a<\/a>\n\t\t<\/h4>\n\t\t<\/div><div class=\"rank-math-contact-section rank-math-contact-email\">\t\t<div class=\"rank-math-email\">\n\t\t\t<label>\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a:<\/label>\n\t\t\t<a href=\"mailto:contact@poapro.ae\">contact@poapro.ae<\/a>\n\t\t<\/div>\n\t\t<\/div><div class=\"rank-math-contact-section rank-math-contact-phone\">\t\t\t<div class=\"rank-math-phone-number type-sales\">\n\t\t\t\t<label>\u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a:<\/label>\n\t\t\t\t<span><a href=\"tel:+971 54 561 2993\">+971 54 561 2993<\/a><\/span>\n\t\t\t<\/div>\n\t\t\t<\/div><div class=\"rank-math-contact-section rank-math-contact-address\">\t\t<label>\u0627\u0644\u0639\u0646\u0648\u0627\u0646:<\/label>\n\t\t<address><span class=\"contact-address-streetAddress\">\u0645\u0628\u0646\u0649 \u062a\u0645\u0627\u0646\u064a \u0622\u0631\u062a\u0633 - \u0634\u0627\u0631\u0639 \u0627\u0644\u0623\u0635\u0627\u064a\u0644 - \u0627\u0644\u062e\u0644\u064a\u062c \u0627\u0644\u062a\u062c\u0627\u0631\u064a<\/span> - <span class=\"contact-address-addressLocality\">\u062f\u0628\u064a<\/span><\/address>\n\t\t<\/div><div class=\"rank-math-contact-section rank-math-contact-hours\">\t\t<label>\u0633\u0627\u0639\u0627\u062a:<\/label>\n\t\t<div class=\"rank-math-contact-hours-details\">\n\t\t\t<div class=\"rank-math-opening-hours\"><span class=\"rank-math-opening-days\">\u0627\u0644\u0625\u062b\u0646\u064a\u0646, \u0627\u0644\u062b\u0644\u0627\u062b\u0627\u0621, \u0627\u0644\u0623\u0631\u0628\u0639\u0627\u0621, \u0627\u0644\u062e\u0645\u064a\u0633, \u0627\u0644\u062c\u0645\u0639\u0629<\/span><span class=\"rank-math-opening-time\">9:00 \u0635 &ndash; 6:00 \u0645<\/span><\/div>\t\t<\/div>\n\t\t<\/div><\/div><div class=\"clear\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aa2a783 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5aa2a783\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We offer expert Power of Attorney Dubai and Wills in Dubai, providing clients with legally sound solutions to manage their assets and affairs.<\/p>\n<p>This now includes dedicated support for your real estate needs, such as Property Purchase\/Sale, Property Conveyancing and Property Transfer, Property Gifting, Property Hand-Overs, Tenancy Support Services, and obtaining Property Investor Visas.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-588ec16 elementor-widget elementor-widget-google_maps\" data-id=\"588ec16\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=POAPRO%20Power%20of%20Attorney%20Dubai&#038;t=m&#038;z=13&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"POAPRO \u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u0648\u0643\u064a\u0644 \u0641\u064a \u062f\u0628\u064a\"\n\t\t\t\t\taria-label=\"POAPRO \u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u0648\u0643\u064a\u0644 \u0641\u064a \u062f\u0628\u064a\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3b24c66e\" data-id=\"3b24c66e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49e44a76 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"49e44a76\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Request A Service<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf5d503 elementor-widget elementor-widget-shortcode\" data-id=\"cf5d503\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class='fluentform ff-default fluentform_wrapper_16 ffs_default_wrap'><form data-form_id=\"16\" id=\"fluentform_16\" class=\"frm-fluent-form fluent_form_16 ff-el-form-top ff_form_instance_16_1 ff-form-loading ffs_default\" data-form_instance=\"ff_form_instance_16_1\" method=\"POST\" action=\"\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Contact US Form<\/legend>        <div\n                style=\"display: none!important; position: absolute!important; transform: translateX(1000%)!important;\"\n                class=\"ff-el-group ff-hpsf-container\"\n        >\n            <div class=\"ff-el-input--label asterisk-right\">\n                <label for=\"ff_16_item_sf\" aria-label=\"Notify\">\n                    Notify                <\/label>\n            <\/div>\n            <div class=\"ff-el-input--content\">\n                <input type=\"text\"\n                       name=\"item_16__fluent_sf\"\n                       class=\"ff-el-form-control\"\n                       id=\"ff_16_item_sf\"\n                \/>\n            <\/div>\n        <\/div>\n                <input type=\"hidden\" id=\"__fluent_protection_token_16\" class=\"fluent-form-token-field\" name=\"__fluent_protection_token_16\">\n        <input type='hidden' name='__fluent_form_embded_post_id' value='5055' \/><input type=\"hidden\" id=\"_fluentform_16_fluentformnonce\" name=\"_fluentform_16_fluentformnonce\" value=\"107a2c5dec\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/ar\/wp-json\/wp\/v2\/pages\/5055\" \/><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_1'><div class='ff-t-cell ff-t-column-1' style='flex-basis: 100%;'><div data-type=\"name-element\" data-name=\"names\" class=\"ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell'><div class='ff-el-group ff-el-form-top  ff-el-form-top'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_16_names_first_name_' id='label_ff_16_names_first_name_' >First Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_16_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Your First Name\" tabindex=\"1\" aria-invalid=\"false\" aria-required=\"false\"><\/div><\/div><\/div><div class='ff-t-cell'><div class='ff-el-group ff-el-form-top  ff-el-form-top'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_16_names_last_name_' id='label_ff_16_names_last_name_' >Last Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[last_name]\" id=\"ff_16_names_last_name_\" class=\"ff-el-form-control\" placeholder=\"Enter Your Last Name\" tabindex=\"2\" aria-invalid=\"false\" aria-required=\"false\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_2\"  class='ff-t-container ff-column-container ff_columns_total_2'><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_16_email' id='label_ff_16_email' aria-label=\"\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\">\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_16_email\" class=\"ff-el-form-control\" placeholder=\"Email Address\" data-name=\"email\" tabindex=\"3\"  aria-invalid=\"false\" aria-required=\"true\"><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_16_input_mask' id='label_ff_16_input_mask' aria-label=\"UAE Phone Number (Optional)\">UAE Phone Number (Optional)<\/label><\/div><div class='ff-el-input--content'><div class=\"ff_input-group\"><div class=\"ff_input-group-prepend\"><span class=\"ff_input-group-text\">+971<\/span><\/div><input type=\"text\" name=\"input_mask\" data-mask=\"0000-00000\" class=\"ff-el-form-control\" placeholder=\"5555-55555\" data-name=\"input_mask\" tabindex=\"4\" id=\"ff_16_input_mask\"  aria-invalid=\"false\" aria-required=\"false\"><\/div><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_3\"  class='ff-t-container ff-column-container ff_columns_total_1'><div class='ff-t-cell ff-t-column-1' style='flex-basis: 100%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_16_dropdown' id='label_ff_16_dropdown' aria-label=\"Which service do you need?\">Which service do you need?<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_16_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\" tabindex=\"5\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_16_dropdown\"><option value=\"\">- Select Service -<\/option><option value=\"Power of Attorney\"  >\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u062a\u0648\u0643\u064a\u0644 \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a<\/option><option value=\"Private Notary\"  >\u0643\u0627\u062a\u0628 \u0628\u0627\u0644\u0639\u062f\u0644 \u062e\u0627\u0635<\/option><option value=\"Will\"  >Will<\/option><option value=\"Eviction Notice\"  >Eviction Notice<\/option><option value=\"Representation\"  >Representation<\/option><option value=\"Real Estate\"  >\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0639\u0642\u0627\u0631\u0627\u062a<\/option><\/select><\/div><\/div><div class='ff-el-group ff-el-form-top has-conditions'><div class=\"ff-el-input--label asterisk-right\"><label   aria-label=\"Does principle have Emirates ID?\">Does principle have Emirates ID?<\/label><div class=\"ff-el-tooltip\" data-content=\"Is the person granting power of attorney a UAE resident?\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='input_radio_b4ee1cd6bd4a977c66daba96a185621b'><input  type=\"radio\" name=\"input_radio\" data-name=\"input_radio\" class=\"ff-el-form-check-input ff-el-form-check-radio\" tabindex=\"6\" value=\"yes\"  id='input_radio_b4ee1cd6bd4a977c66daba96a185621b' aria-label='Yes' aria-invalid='false' aria-required=\"false\"> <span>Yes<\/span><\/label><\/div><div class='ff-el-form-check ff-el-form-check-'><label class='ff-el-form-check-label' for='input_radio_84e3dfa4a296f2045c52eec1229ff2a2'><input  type=\"radio\" name=\"input_radio\" data-name=\"input_radio\" class=\"ff-el-form-check-input ff-el-form-check-radio\" tabindex=\"-1\" value=\"no\"  id='input_radio_84e3dfa4a296f2045c52eec1229ff2a2' aria-label='No' aria-invalid='false' aria-required=\"false\"> <span>No<\/span><\/label><\/div><\/div><\/div><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_16_description' id='label_ff_16_description' aria-label=\"Request Details\">Request Details<\/label><\/div><div class='ff-el-input--content'><textarea aria-required=\"false\" aria-labelledby=\"label_ff_16_description\" name=\"description\" id=\"ff_16_description\" class=\"ff-el-form-control\" placeholder=\"Why do you need this service?\" rows=\"3\" cols=\"2\" data-name=\"description\" tabindex=\"7\" ><\/textarea><\/div><\/div><div class='ff-el-group    ff-el-input--content'><div class='ff-el-form-check ff-el-tc'><label aria-label='Terms and Conditions: I have read and agree to the Terms and Conditions and Privacy Policy Contains 2 links. Use tab navigation to review.' class='ff-el-form-check-label ff_tc_label' for=\"terms-n-condition_aaeb512cdbd89d06e242fb18f143a681\"><span class='ff_tc_checkbox'><input type=\"checkbox\" name=\"terms-n-condition\" class=\"ff-el-form-check-input\" data-name=\"terms-n-condition\" id=\"terms-n-condition_aaeb512cdbd89d06e242fb18f143a681\" tabindex=\"8\"  value='on' aria-invalid='false' aria-required=\"true\"><\/span> <div class='ff_t_c'><p>I have read and agree to the <a href=\"https:\/\/poapro.ae\/ar\/terms-and-conditions\/\" target=\"_blank\" rel=\"noopener\">\u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\u0623\u062d\u0643\u0627\u0645<\/a> \u0648 <a href=\"https:\/\/poapro.ae\/ar\/privacy-policy\/\" target=\"_blank\" rel=\"noopener\">\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629<\/a><\/p><\/div><\/label><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_4\"  class='ff-t-container ff-column-container ff_columns_total_1'><div class='ff-t-cell ff-t-column-1' style='flex-basis: 100%;'><div class='ff-el-group' ><div class='ff-el-input--content'><div data-fluent_id='16' name='g-recaptcha-response'><div\n\t\tdata-sitekey='6Ld9-wIrAAAAAOqZ9pDydr58W1rFgUZyWixmtiLd'\n\t\tid='fluentform-recaptcha-16-1'\n\t\tclass='ff-el-recaptcha g-recaptcha'\n\t\tdata-callback='fluentFormrecaptchaSuccessCallback'><\/div><\/div><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_5\"  class='ff-t-container ff-column-container ff_columns_total_1'><div class='ff-t-cell ff-t-column-1' style='flex-basis: 100%;'><input type=\"hidden\" name=\"hidden\" value=\"216.73.216.168\" data-name=\"hidden\" ><input type=\"hidden\" name=\"hidden_1\" value=\"Contact Us\" data-name=\"hidden_1\" ><input type=\"hidden\" name=\"hidden_2\" value=\"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/pages\/5055\" data-name=\"hidden_2\" ><\/div><\/div><div class='ff-el-group ff-text-center ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-lg ff_btn_style wpf_has_custom_css\" tabindex=\"9\"  aria-label=\"Submit Request\">Submit Request<\/button><\/div><\/fieldset><input type=\"hidden\" name=\"trp-form-language\" value=\"ar\"\/><\/form><div id='fluentform_16_errors' class='ff-errors-in-stack ff_form_instance_16_1 ff-form-loading_errors ff_form_instance_16_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_16_1 = {\"id\":\"16\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_16_1\",\"form_id_selector\":\"fluentform_16\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"input_mask\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_radio\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"description\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"terms-n-condition\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"g-recaptcha-response\":[]},\"debounce_time\":300,\"conditionals\":{\"input_radio\":{\"type\":\"any\",\"status\":true,\"conditions\":[{\"field\":\"dropdown\",\"value\":\"Power of Attorney\",\"operator\":\"=\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]}}};\n                            <\/script>\n            <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4fbef8a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4fbef8a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c8c1f5 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3c8c1f5\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">\u0627\u0644\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0627\u0644\u0645\u062c\u0627\u0646\u064a\u0629<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-102256a elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"102256a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Standalone Google Calendar Appointment Scheduling Widget -->\n<!-- Copy and paste this entire block into your website's body where you want the calendar to appear. -->\n\n<style>\n    \/* Scoped styles for the calendar widget to avoid conflicts *\/\n    .google-calendar-widget-container {\n        width: 100%;\n        position: relative;\n    }\n\n    .google-calendar-widget {\n        border: 0;\n        width: 100%;\n        \/* --- Desktop Height --- *\/\n        height: 950px;\n    }\n\n    \/* --- Media Query for Mobile Devices --- *\/\n    \/* On screens 768px or less, change the height *\/\n    @media (max-width: 768px) {\n        .google-calendar-widget {\n            \/* --- Mobile Height --- *\/\n            height: 1550px;\n        }\n    }\n<\/style>\n\n<div class=\"google-calendar-widget-container\">\n    <iframe \n        src=\"https:\/\/calendar.google.com\/calendar\/appointments\/schedules\/AcZssZ1nujqXcxeah0YQoClXwObsSJvmSmrPbV-LFu-X-K9_eRcJwYNWUyWKXk3iJPZvfvHaMspDrqWP?gv=true\" \n        class=\"google-calendar-widget\" \n        frameborder=\"0\">\n    <\/iframe>\n<\/div>\n\n<!-- end Google Calendar Appointment Scheduling -->\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4e18a72 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e18a72\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-74431e0\" data-id=\"74431e0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6d1276a elementor-widget elementor-widget-heading\" data-id=\"6d1276a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0641\u0631\u064a\u0642 POAPRO \u062f\u0628\u064a \u0644\u0644\u0648\u0643\u0627\u062a \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a\u0629<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-inner-section elementor-element elementor-element-928db31 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"928db31\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-763c1d1\" data-id=\"763c1d1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-03537fc elementor-widget elementor-widget-image\" data-id=\"03537fc\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1978\" height=\"2560\" src=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1.jpg\" class=\"elementor-animation-shrink attachment-full size-full wp-image-9971\" alt=\"Khleif Rustom - POAPRO\" srcset=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1.jpg 1978w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-350x453.jpg 350w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-232x300.jpg 232w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-791x1024.jpg 791w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-768x994.jpg 768w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-1187x1536.jpg 1187w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-1582x2048.jpg 1582w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-9x12.jpg 9w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-1x1.jpg 1w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/khlief-scaled-1-8x10.jpg 8w\" sizes=\"auto, (max-width: 1978px) 100vw, 1978px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a496e9a elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"a496e9a\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3302632\" data-id=\"3302632\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3bdbc95 elementor-widget elementor-widget-heading\" data-id=\"3bdbc95\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u062f\u064a\u0631 \u0627\u0644\u0639\u0645\u0644\u064a\u0627\u062a<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfc2fd6 elementor-widget elementor-widget-heading\" data-id=\"bfc2fd6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u062e\u0644\u064a\u0641 \u0627\u0644\u0631\u0633\u062a\u0645<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50c9f7a elementor-widget elementor-widget-heading\" data-id=\"50c9f7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-9d5084e\" data-id=\"9d5084e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8ec1548 elementor-widget elementor-widget-image\" data-id=\"8ec1548\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1978\" height=\"2560\" src=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1.jpg\" class=\"elementor-animation-shrink attachment-full size-full wp-image-9972\" alt=\"Abdulla Salti - POAPRO\" srcset=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1.jpg 1978w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-350x453.jpg 350w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-232x300.jpg 232w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-791x1024.jpg 791w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-768x994.jpg 768w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-1187x1536.jpg 1187w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-1582x2048.jpg 1582w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-9x12.jpg 9w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-1x1.jpg 1w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/SALTI-scaled-1-8x10.jpg 8w\" sizes=\"auto, (max-width: 1978px) 100vw, 1978px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-fd4129d elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"fd4129d\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8a45f9f\" data-id=\"8a45f9f\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-77163a0 elementor-widget elementor-widget-heading\" data-id=\"77163a0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u0633\u0624\u0648\u0644 \u0639\u0645\u0644\u064a\u0627\u062a<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64b4473 elementor-widget elementor-widget-heading\" data-id=\"64b4473\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0639\u0628\u062f\u0627\u0644\u0644\u0647 \u0633\u0644\u0637\u064a<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9f8fa91 elementor-widget elementor-widget-heading\" data-id=\"9f8fa91\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5e42e54\" data-id=\"5e42e54\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d3733d elementor-widget elementor-widget-image\" data-id=\"2d3733d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1978\" height=\"2560\" src=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1.jpg\" class=\"elementor-animation-shrink attachment-full size-full wp-image-9974\" alt=\"Amani AL Hussain - POAPRO\" srcset=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1.jpg 1978w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-350x453.jpg 350w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-232x300.jpg 232w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-791x1024.jpg 791w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-768x994.jpg 768w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-1187x1536.jpg 1187w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-1582x2048.jpg 1582w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-9x12.jpg 9w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-1x1.jpg 1w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/L1-scaled-1-8x10.jpg 8w\" sizes=\"auto, (max-width: 1978px) 100vw, 1978px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-58aea85 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"58aea85\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ca20f97\" data-id=\"ca20f97\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2cbc4f7 elementor-widget elementor-widget-heading\" data-id=\"2cbc4f7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u0633\u0624\u0648\u0644\u0629 \u062a\u0633\u0648\u064a\u0642<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc75523 elementor-widget elementor-widget-heading\" data-id=\"fc75523\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0623\u0645\u0627\u0646\u064a \u0627\u0644\u062d\u0633\u064a\u0646<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11c1db8 elementor-widget elementor-widget-heading\" data-id=\"11c1db8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2901e78\" data-id=\"2901e78\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6df4f2a elementor-widget elementor-widget-image\" data-id=\"6df4f2a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1978\" height=\"2560\" src=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1.jpg\" class=\"elementor-animation-shrink attachment-full size-full wp-image-9976\" alt=\"Mhmd Abdulkarim - POAPRO\" srcset=\"https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1.jpg 1978w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-350x453.jpg 350w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-232x300.jpg 232w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-791x1024.jpg 791w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-768x994.jpg 768w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-1187x1536.jpg 1187w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-1582x2048.jpg 1582w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-9x12.jpg 9w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-1x1.jpg 1w, https:\/\/poapro.ae\/wp-content\/uploads\/2024\/09\/omhammed-scaled-1-8x10.jpg 8w\" sizes=\"auto, (max-width: 1978px) 100vw, 1978px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-8672b38 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"8672b38\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-0f7e47c\" data-id=\"0f7e47c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5fd1bda elementor-widget elementor-widget-heading\" data-id=\"5fd1bda\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u062d\u0627\u0633\u0628<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22c6d2e elementor-widget elementor-widget-heading\" data-id=\"22c6d2e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u062d\u0645\u062f \u0639\u0628\u062f\u0627\u0644\u0643\u0631\u064a\u0645<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a6874a elementor-widget elementor-widget-heading\" data-id=\"2a6874a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-section elementor-inner-section elementor-element elementor-element-675c0cd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"675c0cd\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-580a41d\" data-id=\"580a41d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-41ef188 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"41ef188\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a574717\" data-id=\"a574717\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cb46405 elementor-widget elementor-widget-heading\" data-id=\"cb46405\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u062a\u0631\u062c\u0645 \u0642\u0627\u0646\u0648\u0646\u064a<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47b3325 elementor-widget elementor-widget-heading\" data-id=\"47b3325\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u062d\u0645\u062f \u0639\u0628\u062f \u0627\u0644\u0639\u0632\u064a\u0632<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad98644 elementor-widget elementor-widget-heading\" data-id=\"ad98644\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-e1d7801\" data-id=\"e1d7801\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-b06ed3f elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"b06ed3f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4709942\" data-id=\"4709942\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21be6da elementor-widget elementor-widget-heading\" data-id=\"21be6da\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0623\u062e\u0635\u0627\u0626\u064a \u0648\u0643\u0627\u0644\u0627\u062a \u0642\u0627\u0648\u0646\u064a\u0629<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caa90d5 elementor-widget elementor-widget-heading\" data-id=\"caa90d5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0645\u064a\u0634\u064a\u0644 \u0627\u0644\u062e\u0648\u0631\u064a<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25eeb19 elementor-widget elementor-widget-heading\" data-id=\"25eeb19\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-063765d\" data-id=\"063765d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d61c4be elementor-section-height-min-height elementor-section-boxed elementor-section-height-default\" data-id=\"d61c4be\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-31dce9c\" data-id=\"31dce9c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df1b1c7 elementor-widget elementor-widget-heading\" data-id=\"df1b1c7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0623\u062e\u0635\u0627\u0626\u064a\u0629 \u0648\u0635\u0627\u064a\u0627<br><\/br><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6abfa9 elementor-widget elementor-widget-heading\" data-id=\"a6abfa9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0622\u0646\u0627 \u0625\u0644.\u0628\u064a\u0647.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c5f54a elementor-widget elementor-widget-heading\" data-id=\"2c5f54a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">contact@poapro.ae<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f30658 elementor-widget elementor-widget-html\" data-id=\"4f30658\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n  \/* Define styles for the snippet container and its elements.\n    These styles replicate the appearance previously achieved with Tailwind CSS,\n    now using a yellow color scheme based on #fedc00 and the Poppins font.\n  *\/\n  .poapro-snippet-container-purecss {\n    \/* Replicates p-4 - Outer padding *\/\n    padding: 1rem; \n    \/* Apply Poppins font (Assumes Poppins is loaded elsewhere) *\/\n    font-family: 'Poppins', sans-serif; \n    \/* Set base font size *\/\n    font-size: 18px; \n    color: #374151; \/* Default text color (like text-gray-700) *\/\n    line-height: 1.625; \/* Default line height (like leading-relaxed) *\/\n  }\n\n  .poapro-snippet-container-purecss .poapro-highlight-box {\n    \/* Light yellow background (variant of #fedc00) *\/\n    background-color: #fffbeb; \n    \/* Replicates p-6 *\/\n    padding: 1.5rem; \n     \/* Replicates rounded-lg *\/\n    border-radius: 0.5rem;\n    \/* Replicates border-l-4 *\/\n    border-left-width: 4px; \n    \/* Darker yellow\/gold border (variant of #fedc00) for good contrast *\/\n    border-left-color: #ca8a04; \n    border-left-style: solid;\n    \/* Replicates shadow-sm *\/\n    box-shadow: 0 1px 2px 0 rgb(0 0 0 \/ 0.05); \n    \/* Replicates my-8 - Adjust or remove if needed *\/\n    margin-top: 2rem; \n    margin-bottom: 2rem; \n  }\n\n  .poapro-snippet-container-purecss .poapro-title {\n    \/* Mobile First: Set base font size for the title *\/\n    font-size: 19px; \n    \/* Replicates font-semibold *\/\n    font-weight: 600; \n    \/* Replicates text-gray-800 - Good contrast on light yellow *\/\n    color: #1f2937; \n    \/* Replicates mb-3 *\/\n    margin-bottom: 0.75rem; \n     \/* Adjust line height if needed *\/\n    line-height: 1.4;\n  }\n\n  \/* Tablet and Desktop size for the title *\/\n  @media (min-width: 768px) { \/* Adjust breakpoint if needed *\/\n    .poapro-snippet-container-purecss .poapro-title {\n      font-size: 21px;\n    }\n  }\n\n\n  .poapro-snippet-container-purecss .poapro-text {\n     \/* Font size is inherited from container (18px) *\/\n     \/* Color is inherited from container *\/\n     \/* Line height is inherited from container *\/\n  }\n\n  \/* Style for the link *\/\n  .poapro-snippet-container-purecss .poapro-text a {\n    color: #ca8a04; \/* Match border color for consistency *\/\n    text-decoration: underline;\n    font-weight: 600; \/* Make link semi-bold like title *\/\n  }\n  .poapro-snippet-container-purecss .poapro-text a:hover {\n    color: #a16207; \/* Darker yellow on hover *\/\n  }\n\n  .poapro-snippet-container-purecss .poapro-text strong {\n    \/* Use semi-bold weight from Poppins (assuming 600 weight is loaded) *\/\n    font-weight: 600; \n    \/* Optional: slightly darker color for strong text if needed *\/\n    \/* color: #111827; *\/ \n  }\n<\/style>\n\n<div class=\"poapro-snippet-container-purecss\">\n  <div class=\"poapro-highlight-box\">\n    <h3 class=\"poapro-title\">\u062e\u0628\u0631\u0629 \u0648\u0627\u0633\u0639\u0629 \u0641\u064a \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u062f\u0648\u0627\u0626\u0631 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629<\/h3> \n    <p class=\"poapro-text\">\n      <strong>\u0641\u0631\u064a\u0642 POAPRO \u062f\u0628\u064a \u0644\u0644\u0648\u0643\u0627\u062a \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u064a\u0629<\/strong> \u0644\u062f\u064a\u0646\u0627 \u062e\u0628\u0631\u0629 \u0639\u0627\u0644\u064a\u0629 \u0641\u064a \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u062c\u0645\u064a\u0639 \u0627\u0644\u062f\u0648\u0627\u0626\u0631 \u0627\u0644\u062d\u0643\u0648\u0645\u064a\u0629 \u0630\u0627\u062a \u0627\u0644\u0635\u0644\u0629 \u0628\u0645\u0627 \u0641\u064a \u0630\u0644\u0643 <strong>\u0627\u0644\u0643\u0627\u062a\u0628 \u0628\u0627\u0644\u0639\u062f\u0644 \u0627\u0644\u0639\u0627\u0645<\/strong>, <strong>\u0648\u0632\u0627\u0631\u0629 \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629<\/strong>, <strong>\u062f\u0627\u0626\u0631\u0629 \u0627\u0644\u0623\u0631\u0627\u0636\u064a \u0648\u0627\u0644\u0623\u0645\u0644\u0627\u0643 \u0641\u064a \u062f\u0628\u064a<\/strong>, <strong>\u0623\u064f\u0645\u0646\u0627\u0621 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u0639\u0642\u0627\u0631\u064a<\/strong>, <a href=\"https:\/\/www.dc.gov.ae\/PublicServices\/Home.aspx\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>\u0645\u062d\u0627\u0643\u0645 \u062f\u0628\u064a<\/strong><\/a>, <strong>\u0645\u0631\u0643\u0632 \u0641\u0636 \u0627\u0644\u0645\u0646\u0627\u0632\u0639\u0627\u062a \u0627\u0644\u0625\u064a\u062c\u0627\u0631\u064a\u0629<\/strong>, \u0648\u0627\u0644\u0645\u0632\u064a\u062f. \u064a\u0636\u0645\u0646 \u0630\u0644\u0643 \u0645\u0639\u0627\u0644\u062c\u0629 \u0648\u0643\u0627\u0644\u062a\u0643\/\u0648\u0643\u0627\u0644\u0627\u062a\u0643 \u0628\u0634\u0643\u0644 \u0635\u062d\u064a\u062d \u0648\u0641\u0639\u0627\u0644 \u0636\u0645\u0646 \u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u062a\u0646\u0638\u064a\u0645\u064a \u0644\u062f\u0628\u064a.\n    <\/p>\n    <\/div>\n  <\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7dc6d4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c7dc6d4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Contact POAPRO Waiting to Connect We offer expert Power of Attorney Dubai and Wills in Dubai, providing clients with legally sound solutions to manage their&#8230;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5055","page","type-page","status-publish","hentry"],"acf":[],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/pages\/5055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/comments?post=5055"}],"version-history":[{"count":0,"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/pages\/5055\/revisions"}],"wp:attachment":[{"href":"https:\/\/poapro.ae\/ar\/wp-json\/wp\/v2\/media?parent=5055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}