
 

{"id":480,"date":"2026-03-12T11:13:53","date_gmt":"2026-03-12T11:13:53","guid":{"rendered":"https:\/\/asbayr.themirrorful.com\/?page_id=480"},"modified":"2026-03-12T11:20:26","modified_gmt":"2026-03-12T11:20:26","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/asbayr.themirrorful.com\/en\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\n<section\n    class=\"breadcrumb-section position-relative bg-img\"\n            style=\"background-image: url('https:\/\/asbayr.themirrorful.com\/app\/uploads\/2025\/12\/breadcrumb.png');\"\n    >\n    <div class=\"overlay gradient\"><\/div>\n    <div class=\"spacer-60\"><\/div>\n    <div class=\"container position-relative z-index-9\">\n                    <h1 class=\"text-white fw-350 mb-0\">Contact us<\/h1>\n        \n                    <div class=\"spacer-15\"><\/div>\n            <div class=\"breadcrumb\">\n                <div class=\"links\">\n                                                                                                <a class=\"font-18 normal\"\n                                href=\"\/en\">\n                                Home                            <\/a>\n                                                            <span>\n                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"\n                                            xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                        <path\n                                            d=\"M5.19752 12.0575C5.08668 12.0575 4.97585 12.0167 4.88835 11.9292C4.71918 11.76 4.71918 11.48 4.88835 11.3108L8.69168 7.5075C8.97168 7.2275 8.97168 6.7725 8.69168 6.4925L4.88835 2.68916C4.71918 2.52 4.71918 2.24 4.88835 2.07083C5.05752 1.90166 5.33752 1.90166 5.50668 2.07083L9.31002 5.87416C9.60752 6.17166 9.77668 6.57416 9.77668 7C9.77668 7.42583 9.61335 7.82833 9.31002 8.12583L5.50668 11.9292C5.41918 12.0108 5.30835 12.0575 5.19752 12.0575Z\"\n                                            fill=\"#C1C4CB\" \/>\n                                    <\/svg>\n                                <\/span>\n                                                                                                        <a class=\"font-18 active d-link\"\n                                href=\"#\">\n                                Contact us                            <\/a>\n                                            <\/div>\n            <\/div>\n            <\/div>\n    <div class=\"spacer-40\"><\/div>\n<\/section>\n\n\n\n<div class=\"contact-us-block\">\n    <div class=\"spacer-60\"><\/div>\n    <div class=\"container\">\n        <div class=\"row g-4\">\n                            <div class=\"contact-form col-lg-8\">\n                    <div class=\"pe-lg-5\">\n                        <div class=\"mb-4\">\n                                                            <div class=\"title fw-600 font-26 mb-3\">\n                                    Help &#038; Support                                <\/div>\n                                                                                        <p class=\"fw-400 font-16 m-0\">\n                                    We are here to help you. Send us your inquiry and we will get back to you as soon as possible.                                <\/p>\n                                                    <\/div>\n\n                        <div class=\"contact-form \">\n                            <div class=\"form_wrapper\">\n                                <script type=\"text\/javascript\">\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 3.1 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_2' ><style>#gform_wrapper_2[data-form-index=\"0\"].gform-theme,[data-parent-form=\"2_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg version='1.1' xmlns='http:\/\/www.w3.org\/2000\/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_2' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_2' id='gform_2'  action='\/en\/wp-json\/wp\/v2\/pages\/480#gf_2' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_above description_above validation_below'><div id=\"field_2_4\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_4\" ><label class='gfield_label gform-field-label' for='input_2_4'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input class='form-control' name='input_4' id='input_2_4' type='text' value='' class='large'    placeholder='Name' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_5\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-full gfield_contains_required field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_5\" ><label class='gfield_label gform-field-label' for='input_2_5'>Mobile Number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_number'><input class='form-control' name='input_5' id='input_2_5' type='number' step='any'   value='' class='large'    placeholder='Mobile Number' aria-required=\"true\" aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_2_6\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_6\" ><label class='gfield_label gform-field-label' for='input_2_6'>Email<\/label><div class='ginput_container ginput_container_email'>\n                            <input class='form-control' name='input_6' id='input_2_6' type='email' value='' class='large'   placeholder='Email'  aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_3\" class=\"gfield gfield--type-textarea gfield--input-type-textarea field_sublabel_above gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  data-js-reload=\"field_2_3\" ><label class='gfield_label gform-field-label' for='input_2_3'>Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_3' id='input_2_3' class='textarea medium'    placeholder='Type your message ..'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button id='gform_submit_button_2' class='mt-md-3 gform_button main-btn'>Send a message<\/button> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=&amp;description=&amp;tabindex=0&amp;theme=orbital&amp;hash=c2242a4ab36890d63cff86c5c88971bc' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjliOGI1NjMzZjJhYTJlMTI3MzI5OWE3YTRlZjM4MzY1Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/asbayr.themirrorful.com\/app\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/asbayr.themirrorful.com\/app\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);                if (event && event.defaultPrevented) {                return;         }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;                function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            jQuery( document ).trigger( 'gform_post_render', [2, current_page] );            gform.utils.trigger( { event: 'gform\/postRender', native: false, data: { formId: 2, currentPage: current_page } } );            gform.utils.trigger( { event: 'gform\/post_render', native: false, data: { formId: 2, currentPage: current_page } } );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            \n                            <div class=\"col-12 col-lg-4 contact-info\">\n                                            <div class=\"title fw-600 font-26\">\n                            Contact us                        <\/div>\n                        <div class=\"spacer-25\"><\/div>\n                                            <div class=\"d-flex align-items-center mb-3\">\n                            <span class=\"icon\">\n                                <svg width=\"22\" height=\"22\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M4.74156 0.916796C4.49378 0.472271 4.09497 0.135816 3.5942 0.0323144C3.0882 -0.0722678 2.57959 0.0819991 2.16157 0.422699C0.644842 1.6589 -0.320885 3.63949 0.0982455 5.71725C0.355879 6.99441 0.7851 8.25454 1.65917 9.77865C3.41336 12.8374 6.15905 15.5846 9.22135 17.3408C10.7455 18.2149 12.0056 18.6441 13.2828 18.9018C15.3605 19.3209 17.3411 18.3552 18.5773 16.8384C18.918 16.4204 19.0723 15.9118 18.9677 15.4058C18.8642 14.905 18.5277 14.5062 18.0832 14.2584L16.667 13.4691C16.1456 13.1784 15.7066 12.9337 15.3251 12.7739C14.9204 12.6044 14.5212 12.5038 14.08 12.5498C13.6387 12.5958 13.2689 12.7766 12.9078 13.026C12.5675 13.2611 12.1885 13.591 11.7381 13.9831L10.4053 15.1435C10.1665 15.3514 10.047 15.4554 9.89779 15.4649C9.74853 15.4744 9.62105 15.3892 9.36608 15.2187C7.19123 13.7651 5.23373 11.8069 3.78131 9.63384C3.6109 9.37888 3.52569 9.25139 3.53519 9.10214C3.54469 8.95288 3.64865 8.83347 3.85658 8.59464L5.01687 7.26187C5.40896 6.81152 5.73893 6.43253 5.974 6.09215C6.22335 5.73109 6.4042 5.36132 6.45022 4.92004C6.49624 4.47876 6.39557 4.07963 6.22608 3.67489C6.06629 3.29333 5.82162 2.85442 5.53088 2.33286L4.74156 0.916796Z\" fill=\"#DB3831\"\/>\n                                <\/svg>\n                            <\/span>\n                            <a class=\"text-light-black font-15 mx-2\" href=\"#\"> 01021545126 <\/a>\n                        <\/div>\n                                            <div class=\"d-flex align-items-center mb-3\">\n                            <span class=\"icon\">\n                                <svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <rect width=\"20\" height=\"20\" fill=\"white\"\/>\n                                <path d=\"M10.6248 6.6665C10.6248 6.32133 10.345 6.0415 9.99984 6.0415C9.65466 6.0415 9.37484 6.32133 9.37484 6.6665V9.99984C9.37484 10.1656 9.44069 10.3246 9.5579 10.4418L11.2246 12.1084C11.4686 12.3525 11.8644 12.3525 12.1084 12.1084C12.3525 11.8644 12.3525 11.4686 12.1084 11.2246L10.6248 9.74095V6.6665Z\" fill=\"#DB3831\"\/>\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.99984 1.0415C5.05229 1.0415 1.0415 5.05229 1.0415 9.99984C1.0415 14.9474 5.05229 18.9582 9.99984 18.9582C14.9474 18.9582 18.9582 14.9474 18.9582 9.99984C18.9582 5.05229 14.9474 1.0415 9.99984 1.0415ZM2.2915 9.99984C2.2915 5.74264 5.74264 2.2915 9.99984 2.2915C14.257 2.2915 17.7082 5.74264 17.7082 9.99984C17.7082 14.257 14.257 17.7082 9.99984 17.7082C5.74264 17.7082 2.2915 14.257 2.2915 9.99984Z\" fill=\"#DB3831\"\/>\n                                <path d=\"M10.6248 6.6665C10.6248 6.32133 10.345 6.0415 9.99984 6.0415C9.65466 6.0415 9.37484 6.32133 9.37484 6.6665V9.99984C9.37484 10.1656 9.44069 10.3246 9.5579 10.4418L11.2246 12.1084C11.4686 12.3525 11.8644 12.3525 12.1084 12.1084C12.3525 11.8644 12.3525 11.4686 12.1084 11.2246L10.6248 9.74095V6.6665Z\" stroke=\"#DB3831\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.99984 1.0415C5.05229 1.0415 1.0415 5.05229 1.0415 9.99984C1.0415 14.9474 5.05229 18.9582 9.99984 18.9582C14.9474 18.9582 18.9582 14.9474 18.9582 9.99984C18.9582 5.05229 14.9474 1.0415 9.99984 1.0415ZM2.2915 9.99984C2.2915 5.74264 5.74264 2.2915 9.99984 2.2915C14.257 2.2915 17.7082 5.74264 17.7082 9.99984C17.7082 14.257 14.257 17.7082 9.99984 17.7082C5.74264 17.7082 2.2915 14.257 2.2915 9.99984Z\" stroke=\"#DB3831\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/svg>\n                            <\/span>\n                            <span class=\"text-light-black font-15 mx-2\" > Working hours: Sunday to Thursday, from 9:00 AM to 5:00 PM <\/span>\n                        <\/div>\n                                            <div class=\"d-flex align-items-center\">\n                            <span class=\"icon\">\n                                <svg width=\"22\" height=\"22\" viewBox=\"0 0 19 19\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M7.73256 0C3.45573 0 0 3.50018 0 7.80384C0 10.2736 0.98484 12.2003 2.87438 13.8747C4.1037 14.9641 6.31202 17.2802 7.16664 18.6821C7.28504 18.8763 7.49475 18.9962 7.72217 18.9998C7.94959 19.0034 8.16296 18.8901 8.28738 18.6997C8.67858 18.101 9.30384 17.3247 9.98634 16.5483C8.98038 15.4674 8.39535 14.1543 8.39535 12.5439C8.39535 11.8923 8.50097 11.2668 8.69578 10.6826C8.40162 10.7755 8.08847 10.8256 7.76363 10.8256C6.0554 10.8256 4.6706 9.44079 4.6706 7.73256C4.6706 6.02433 6.0554 4.63953 7.76363 4.63953C9.47186 4.63953 10.8566 6.02433 10.8566 7.73256L10.8566 7.75624C11.8433 7.04543 13.0561 6.62791 14.3605 6.62791C14.7113 6.62791 15.0556 6.65812 15.3905 6.71612C14.8664 2.92562 11.6426 0 7.73256 0Z\" fill=\"#DB3831\"\/>\n                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.72093 12.5439C9.72093 10.0009 11.8059 7.95349 14.3605 7.95349C16.915 7.95349 19 10.0009 19 12.5439C19 14.0045 18.3968 15.1433 17.28 16.111C16.6076 16.6936 15.4039 17.9687 14.9115 18.7055C14.7865 18.8926 14.575 19.0035 14.35 18.9999C14.125 18.9964 13.9171 18.8789 13.798 18.6879C13.341 17.9549 12.1254 16.704 11.441 16.111C10.3242 15.1433 9.72093 14.0045 9.72093 12.5439ZM12.593 12.593C12.593 11.6169 13.382 10.8256 14.3552 10.8256H14.3657C15.339 10.8256 16.1279 11.6169 16.1279 12.593C16.1279 13.5692 15.339 14.3605 14.3657 14.3605H14.3552C13.382 14.3605 12.593 13.5692 12.593 12.593Z\" fill=\"#DB3831\"\/>\n                                <\/svg>\n                            <\/span>\n                            <a class=\"text-light-black font-15 mx-2\" target=\"_blank\" href=\"#\"> Villa 104 \u2013 8th District \u2013 Nasr City <\/a>\n                        <\/div>\n                                        <div class=\"spacer-35\"><\/div>\n                                            <h3 class=\"font-24 fw-400 text-black\">Social Media<\/h3>\n                        <div class=\"spacer-15\"><\/div>\n                    \n                    <ul class=\"list-unstyled d-flex justify-content-start align-items-center p-0 gap-4\">\n                                                                <li>\n                                            <a href=\"https:\/\/www.instagram.com\/as.agro1\/\" target=\"_blank\">\n                                                <img decoding=\"async\" width=\"28px\" height=\"28px\" src=\"https:\/\/asbayr.themirrorful.com\/app\/uploads\/2025\/11\/insta.png\" alt=\"Instagram\">\n                                                <span class=\"font-13 text-light-block\">\n                                                    Instagram                                                <\/span>\n                                            <\/a>\n                                        <\/li>\n                                                                <li>\n                                            <a href=\"https:\/\/wa.link\/lwoor8\" target=\"_blank\">\n                                                <img decoding=\"async\" width=\"28px\" height=\"28px\" src=\"https:\/\/asbayr.themirrorful.com\/app\/uploads\/2025\/11\/whts.png\" alt=\"Whatsapp\">\n                                                <span class=\"font-13 text-light-block\">\n                                                    Whatsapp                                                <\/span>\n                                            <\/a>\n                                        <\/li>\n                                                                <li>\n                                            <a href=\"https:\/\/www.facebook.com\/AS.agroo1\" target=\"_blank\">\n                                                <img decoding=\"async\" width=\"28px\" height=\"28px\" src=\"https:\/\/asbayr.themirrorful.com\/app\/uploads\/2025\/11\/face.png\" alt=\"Facebook\">\n                                                <span class=\"font-13 text-light-block\">\n                                                    Facebook                                                <\/span>\n                                            <\/a>\n                                        <\/li>\n                                                                <li>\n                                            <a href=\"https:\/\/www.youtube.com\/@ASagro1\" target=\"_blank\">\n                                                <img decoding=\"async\" width=\"28px\" height=\"28px\" src=\"https:\/\/asbayr.themirrorful.com\/app\/uploads\/2026\/05\/youtube.png\" alt=\"YouTube\">\n                                                <span class=\"font-13 text-light-block\">\n                                                    YouTube                                                <\/span>\n                                            <\/a>\n                                        <\/li>\n                                            <\/ul>\n                <\/div>\n                    <\/div>\n    <\/div>\n    <div class=\"spacer-60\"><\/div>\n<\/div>\n\n<script>\n    \/\/ ========================== Form -> upload File ===========================\n    function initFileUploadHandlers() {\n        const fileInputs = document.querySelectorAll('.ginput_container_fileupload input[type=file]');\n\n        fileInputs.forEach(input => {\n            \/\/ Use a flag to prevent attaching multiple listeners if the same element persists\n            if (input.dataset.uploadListenerAttached) return;\n\n            input.addEventListener('change', function() {\n                if (this.files.length > 0) {\n                    this.classList.add('has-file');\n                    this.setAttribute('data-file-name', this.files[0].name);\n                } else {\n                    this.classList.remove('has-file');\n                    this.removeAttribute('data-file-name');\n                }\n            });\n\n            input.dataset.uploadListenerAttached = 'true';\n        });\n    }\n\n    \/\/ Run on initial load\n    document.addEventListener('DOMContentLoaded', initFileUploadHandlers);\n\n    \/\/ Run after Gravity Forms AJAX render\n    if (typeof jQuery !== 'undefined') {\n        jQuery(document).on('gform_post_render', function() {\n            initFileUploadHandlers();\n        });\n    }\n    \/\/ ========================== Form -> upload File ===========================\n<\/script>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-480","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/pages\/480","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/comments?post=480"}],"version-history":[{"count":2,"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/pages\/480\/revisions"}],"predecessor-version":[{"id":483,"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/pages\/480\/revisions\/483"}],"wp:attachment":[{"href":"https:\/\/asbayr.themirrorful.com\/en\/wp-json\/wp\/v2\/media?parent=480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}