{"id":2143,"date":"2025-05-27T22:29:29","date_gmt":"2025-05-27T22:29:29","guid":{"rendered":"https:\/\/zaoasis.ncc-consultants.com\/contact-us\/sales-contact\/"},"modified":"2025-08-09T00:16:57","modified_gmt":"2025-08-09T00:16:57","slug":"sales-contact","status":"publish","type":"page","link":"https:\/\/zaoasis.com\/ar\/contact-us\/sales-contact\/","title":{"rendered":"\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<div id=\"cz_97649\" class=\"cz_97649 gmap\" data-api-key=\"AIzaSyAZbffRRpzYgC8fERSZrZmYSeVyx_On8WY\"> <\/div><div ><\/div><script>\r\n\r\n\t\tfunction mapfunction_cz_97649() {\r\n\r\n\t\t\tconst codevzPlusWaitForOverlay = setInterval(() => {\r\n\r\n\t\t\t\tif (typeof google.maps.OverlayView !== \"undefined\") {\r\n\r\n\t\t\t\t\tclearInterval(codevzPlusWaitForOverlay);\r\n\r\n\t\t\t\t\tgoogle.maps.Map.prototype.setCenterWithOffset = function(latlng, offsetX, offsetY) {\r\n\t\t\t\t\t    var map = this;\r\n\t\t\t\t\t    var ov = new google.maps.OverlayView();\r\n\t\t\t\t\t    ov.onAdd = function() {\r\n\t\t\t\t\t        var proj = this.getProjection();\r\n\t\t\t\t\t        var aPoint = proj.fromLatLngToContainerPixel(latlng);\r\n\t\t\t\t\t        aPoint.x = aPoint.x+offsetX;\r\n\t\t\t\t\t        aPoint.y = aPoint.y+offsetY;\r\n\t\t\t\t\t        map.setCenter(proj.fromContainerPixelToLatLng(aPoint));\r\n\t\t\t\t\t    }; \r\n\t\t\t\t\t    ov.draw = function() {}; \r\n\t\t\t\t\t    ov.setMap(this); \r\n\t\t\t\t\t};\r\n\r\n\t\t\t\t\tvar windx = jQuery(window), \r\n\r\n\t\t\t\t\t\tlatlng = { lat:24.3091811, lng:47.1600127},\r\n\r\n\t\t\t\t\t\tmyOptions = {\r\n\t\t\t\t\t\t\tmapId: \"\",\r\n\t\t\t\t\t\t\tzoom: 16,\r\n\t\t\t\t\t\t\tscrollwheel: false,\r\n\t\t\t\t\t\t\tdisableDefaultUI: false,\r\n\t\t\t\t\t\t\tcenter: latlng,\r\n\t\t\t\t\t\t\tfullscreenControl: false,\r\n\t\t\t\t\t\t\tmapTypeControl: false,\r\n\t\t\t\t\t\t\tkeyboardShortcuts: false\r\n\t\t\t\t\t\t},\r\n\r\n\t\t\t\t\t\tcz_97649 = new google.maps.Map(document.getElementById(\"cz_97649\"), myOptions ),\r\n\r\n\t\t\t\t\t\tsetCenterOffset = function() {\r\n\r\n\t\t\t\t\t\t\tif ( windx.width() < 768 ) {\r\n\t\t\t\t\t\t\t\tcz_97649.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\tcz_97649.setCenterWithOffset( latlng, 0, 0 );\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t};\r\n\r\n\t\t\t\t\t\tsetCenterOffset();\r\n\r\n\t\t\t\t\t\twindx.on( \"resize\", function() {\r\n\t\t\t\t\t\t\tsetCenterOffset();\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\tvar styles = [{\"featureType\": \"all\",stylers: [{ hue: \"#1E73BE\" },{ saturation: -20}]}];var styledMap = new google.maps.StyledMapType(styles,{name: \"Styled Map\"});cz_97649.mapTypes.set(\"map_style\", styledMap);  cz_97649.setMapTypeId(\"map_style\");class CustomMarker extends google.maps.OverlayView {\r\n\t\t\t\t\t\t    constructor(position, map) {\r\n\t\t\t\t\t\t        super();\r\n\t\t\t\t\t\t        this.position = position;\r\n\t\t\t\t\t\t        this.map = map;\r\n\t\t\t\t\t\t        this.div = null;\r\n\t\t\t\t\t\t        this.setMap(map);\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    onAdd() {\r\n\t\t\t\t\t\t        this.div = document.createElement(\"div\");\r\n\t\t\t\t\t\t        this.div.style.position = \"absolute\";\r\n\t\t\t\t\t\t        this.div.style.cursor = \"pointer\";\r\n\t\t\t\t\t\t        this.div.style.transform = \"translate(-50%, -100%)\";\r\n\t\t\t\t\t\t        this.div.innerHTML = `<div style=\"position:relative; text-align:center;\">\r\n\t\t\t\t\t\t                                <div style=\"position:absolute;top: -10px;left: 50%;transform: translate(-50%, -100%);background: white;color: #202020;padding: 15px 20px;border-radius: 2px;font-size: 15px;white-space: nowrap;box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);display: none;font-family: Arial, sans-serif;\" class=\"tooltip\">\r\n\t\t\t\t\t\t                                \t\u0634\u0631\u0643\u0629 \u0632\u0647\u0631\u0629 \u0627\u0644\u0648\u0627\u062d\u0629 \u0644\u0644\u062a\u062c\u0627\u0631\u0629\r\n\t\t\t\t\t\t                                <\/div>\r\n\t\t\t\t\t\t                                <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/zaoasis.com\/wp-content\/uploads\/2019\/06\/pin.png\" style=\"display:block;\" \/>\r\n\t\t\t\t\t\t                              <\/div>`;\r\n\r\n\t\t\t\t\t\t        this.getPanes().overlayMouseTarget.appendChild(this.div);\r\n\t\t\t\t\t\t        this.tooltip = this.div.querySelector(\".tooltip\");\r\n\r\n\t\t\t\t\t\t        \/\/ Show title on click\r\n\t\t\t\t\t\t        this.div.addEventListener(\"click\", (event) => {\r\n\t\t\t\t\t\t            event.stopPropagation();\r\n\t\t\t\t\t\t            this.tooltip.style.display = this.tooltip.style.display === \"block\" ? \"none\" : \"block\";\r\n\t\t\t\t\t\t        });\r\n\r\n\t\t\t\t\t\t        \/\/ Hide title when clicking outside\r\n\t\t\t\t\t\t        google.maps.event.addListener(this.map, \"click\", () => {\r\n\t\t\t\t\t\t            this.tooltip.style.display = \"none\";\r\n\t\t\t\t\t\t        });\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    draw() {\r\n\t\t\t\t\t\t        const overlayProjection = this.getProjection();\r\n\t\t\t\t\t\t        const position = overlayProjection.fromLatLngToDivPixel(this.position);\r\n\r\n\t\t\t\t\t\t        if (position && this.div) {\r\n\t\t\t\t\t\t            this.div.style.left = `${position.x}px`;\r\n\t\t\t\t\t\t            this.div.style.top = `${position.y}px`;\r\n\t\t\t\t\t\t        }\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    onRemove() {\r\n\t\t\t\t\t\t        if (this.div) {\r\n\t\t\t\t\t\t            this.div.parentNode.removeChild(this.div);\r\n\t\t\t\t\t\t            this.div = null;\r\n\t\t\t\t\t\t        }\r\n\t\t\t\t\t\t    }\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\/\/ Add a custom marker at a specific location\r\n\t\t\t\t\t\tnew CustomMarker(new google.maps.LatLng(24.3091811, 47.1600127), cz_97649);}}, 250 );}<\/script>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"cz_gap clr  hide_on_tablet hide_on_mobile\" style=\"height: 80px\"><\/div><div class=\"cz_gap show_on_tablet clr \" style=\"height: 40px\"><\/div>[\/vc_column][\/vc_row][vc_row rtl_reverse=&#8221;yes&#8221; css=&#8221;.vc_custom_1751767867154{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-8&#8243; el_class=&#8221;cz_sticky_col&#8221; css=&#8221;.vc_custom_1746926383107{padding-right: 20px !important;padding-left: 20px !important;}&#8221;]<div id=\"cz_72439\" class=\"cz_72439 cz_title clr cz_mobile_text_center cz_title_pos_inline\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><h3>\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 <span style=\"color: #1983bf;\">\u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a<\/span><\/h3>\n<\/div><\/div><\/div><div id=\"cz_28547\" class=\"cz_28547 cz_title clr cz_mobile_text_center cz_title_pos_inline\"><div class=\"cz_title_content\"><div class=\"cz_wpe_content\"><p>\u0646\u062d\u0646 \u0641\u064a <strong><span style=\"color: #21499f;\">\u0632\u0647\u0631\u0629 \u0627\u0644\u0648\u0627\u062d\u0629<\/span><\/strong> \u062f\u0627\u0626\u0645\u0627 \u0639\u0644\u0649 \u0623\u0647\u0628\u0629 \u0627\u0644\u0627\u0633\u062a\u0639\u062f\u0627\u062f \u0644\u062a\u0632\u0648\u064a\u062f\u0643\u0645 \u0628\u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062a\u060c \u0648\u0627\u0644\u0631\u062f \u0639\u0644\u0649 \u0623\u064a\u0629 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a \u0642\u062f \u062a\u0643\u0648\u0646 \u0644\u062f\u064a\u0643\u0645.<br \/>\n\u0644\u0627 \u062a\u062a\u0631\u062f\u0648\u0627 \u0641\u064a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0646\u0645\u0648\u0630\u062c \u0623\u062f\u0646\u0627\u0647 \u0644\u0644\u0627\u062a\u0635\u0627\u0644 \u0645\u0639\u0646\u0627.<\/p>\n<\/div><\/div><\/div><div id=\"cz_102311\" class=\"cz_102311 cz_cf7 clr\"><div>\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1989-o1\" lang=\"ar\" dir=\"rtl\" data-wpcf7-id=\"1989\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/ar\/wp-json\/wp\/v2\/pages\/2143#wpcf7-f1989-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"\u0646\u0645\u0648\u0630\u062c \u0627\u0644\u0627\u062a\u0635\u0627\u0644\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1989\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"ar\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1989-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><label> \u0627\u0633\u0645 \u0627\u0644\u0645\u0631\u0633\u0644 \u0628\u0627\u0644\u0643\u0627\u0645\u0644<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" autocomplete=\"name\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span> <\/label>\n<\/p>\n<p><label> \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0644\u0645\u0631\u0633\u0644<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" autocomplete=\"email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span> <\/label>\n<\/p>\n<p><label> \u0627\u0644\u0645\u0648\u0636\u0648\u0639<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-subject\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-subject\" \/><\/span> <\/label>\n<\/p>\n<p><label> \u0627\u0644\u0631\u0633\u0627\u0644\u0629<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u0625\u0631\u0633\u0627\u0644\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"14\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div><\/div>[\/vc_column][vc_column offset=&#8221;vc_col-lg-4&#8243; css=&#8221;.vc_custom_1746310315875{padding-right: 20px !important;padding-left: 20px !important;}&#8221;]<div id=\"cz_53653\" data-position=\"top-right\" class=\"cz_53653 cz_image clr cz_image_no_fx center_on_mobile\"><div class=\"\" ><div class=\"cz_image_in\"><div class=\"cz_main_image\"><img fetchpriority=\"high\" loading=\"eager\" decoding=\"sync\" data-no-lazy=\"1\" width=\"1000\" height=\"1000\" src=\"https:\/\/zaoasis.com\/wp-content\/uploads\/2025\/07\/sales-contact-img.jpg\" class=\"attachment-full\" alt=\"\u062e\u0644\u0641\u064a\u0629   \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a\" title=\"\u062e\u0644\u0641\u064a\u0629 - \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a\" srcset=\"https:\/\/zaoasis.com\/wp-content\/uploads\/2025\/07\/sales-contact-img.jpg 1000w, https:\/\/zaoasis.com\/wp-content\/uploads\/2025\/07\/sales-contact-img-300x300.jpg 300w, https:\/\/zaoasis.com\/wp-content\/uploads\/2025\/07\/sales-contact-img-150x150.jpg 150w, https:\/\/zaoasis.com\/wp-content\/uploads\/2025\/07\/sales-contact-img-768x768.jpg 768w, https:\/\/zaoasis.com\/wp-content\/uploads\/2025\/07\/sales-contact-img-600x600.jpg 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\"  \/><\/div><\/div><\/div><\/div><div class=\"cz_eqh cz_content_box_parent_fx  \"><div id=\"cz_70465\" class=\"cz_70465 cz_content_box clr\"><div class=\"cz_box_front clr\"><div class=\"cz_box_front_inner clr \"><span><\/span><div><div id=\"cz_70879\" class=\"cz_70879 cz_title clr cz_mobile_text_center cz_title_has_icon cz_title_pos_inline\"><a href=\"tel:00966920021203\"><div class=\"cz_title_content\"><i class=\"cz_title_icon_before fa czico-123-call\"><\/i><div class=\"cz_wpe_content\"><h3>\u0627\u0644\u0647\u0627\u062a\u0641<\/h3>\n<p>+966920021203<\/p>\n<\/div><\/div><\/a><\/div><div id=\"cz_15537\" class=\"cz_15537 cz_title clr cz_mobile_text_center cz_title_has_icon cz_title_pos_inline\"><a href=\"mailto:sm@zaoasis.com\"><div class=\"cz_title_content\"><i class=\"cz_title_icon_before fa czico-010-support\"><\/i><div class=\"cz_wpe_content\"><h3>\u0627\u0644\u062f\u0639\u0645<\/h3>\n<p>sm@zaoasis.com<\/p>\n<\/div><\/div><\/a><\/div><div id=\"cz_75790\" class=\"cz_75790 cz_title clr cz_mobile_text_center cz_title_has_icon cz_title_pos_inline\"><a href=\"https:\/\/web.whatsapp.com\/send?phone=966555102169&text=Message\"><div class=\"cz_title_content\"><i class=\"cz_title_icon_before fa czico-013-whatsapp-logo\"><\/i><div class=\"cz_wpe_content\"><h3>\u0648\u0627\u062a\u0633 \u0627\u0628<\/h3>\n<p>+966555102169<\/p>\n<\/div><\/div><\/a><\/div><div class=\"cz_gap clr \" style=\"height: 30px\"><\/div><div id=\"cz_96959\" class=\"cz_96959 cz_social_icons cz_social clr cz_social_fx_2 tac cz_social_colored_bg_hover cz_tooltip cz_tooltip_up\"><a href=\"https:\/\/www.instagram.com\/zaoasis\/\" class=\"cz-instagram\" target=\"_blank\" rel=\"noopener noreferrer\" data-title=\"\u0627\u0646\u0633\u062a\u062c\u0631\u0627\u0645\" role=\"button\" tabindex=\"0\" aria-label=\"\u0627\u0646\u0633\u062a\u062c\u0631\u0627\u0645\"><i class=\"fab fa-instagram\"><\/i><\/a><a href=\"https:\/\/x.com\/zahrat_al_waha\" class=\"cz-x-twitter\" target=\"_blank\" rel=\"noopener noreferrer\" data-title=\"\u062a\u0648\u064a\u062a\u0631\" role=\"button\" tabindex=\"0\" aria-label=\"\u062a\u0648\u064a\u062a\u0631\"><i class=\"fab fa-x-twitter\"><\/i><\/a><a href=\"#\" class=\"cz-linkedin\" target=\"_blank\" rel=\"noopener noreferrer\" data-title=\"\u0644\u064a\u0646\u0643\u062f \u0625\u0646\" role=\"button\" tabindex=\"0\" aria-label=\"\u0644\u064a\u0646\u0643\u062f \u0625\u0646\"><i class=\"fa fa-linkedin\"><\/i><\/a><a href=\"https:\/\/youtube.com\/@ZahratAlWahaforTradingCompany\" class=\"cz-youtube\" target=\"_blank\" rel=\"noopener noreferrer\" data-title=\"\u064a\u0648\u062a\u064a\u0648\u0628\" role=\"button\" tabindex=\"0\" aria-label=\"\u064a\u0648\u062a\u064a\u0648\u0628\"><i class=\"fab fa-youtube\"><\/i><\/a><\/div><\/div><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_column offset=&#8221;vc_col-lg-4&#8243; css=&#8221;.vc_custom_1746310315875{padding-right: 20px &#8230; <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2125,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"nile-page-group":[],"class_list":["post-2143","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/pages\/2143","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/comments?post=2143"}],"version-history":[{"count":0,"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/pages\/2143\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/pages\/2125"}],"wp:attachment":[{"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/media?parent=2143"}],"wp:term":[{"taxonomy":"nile-page-group","embeddable":true,"href":"https:\/\/zaoasis.com\/ar\/wp-json\/wp\/v2\/nile-page-group?post=2143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}