{"id":4034,"date":"2025-04-20T19:34:25","date_gmt":"2025-04-20T17:34:25","guid":{"rendered":"https:\/\/engaztranslate.com\/request-a-free-quote\/"},"modified":"2025-04-22T16:27:10","modified_gmt":"2025-04-22T14:27:10","slug":"request-a-free-quote","status":"publish","type":"page","link":"https:\/\/engaztranslate.com\/en\/request-a-free-quote\/","title":{"rendered":"Request a Free Quote"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4034\" class=\"elementor elementor-4034\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-20e5442 elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"20e5442\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bc9d091 mx-auto order-2 order-lg-0\" data-id=\"bc9d091\" 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-9f15e40 elementor-widget elementor-widget-html\" data-id=\"9f15e40\" 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<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n  <meta charset=\"UTF-8\">\n  <title>\u0637\u0644\u0628 \u0639\u0631\u0636 \u0633\u0639\u0631<\/title>\n  <style>\n    .alaa-container {\n      max-width: 1200px;\n      margin: 50px auto;\n      display: flex;\n      gap: 40px;\n      justify-content: center;\n      align-items: flex-start;\n    }\n    .alaa-form-wrapper {\n      background: #fff;\n      padding: 30px;\n      border-radius: 10px;\n      box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1); \/* shadow on the right only *\/\n      flex: 1;\n    }\n    .alaa-form-title {\n      color: #0056d9;\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 15px;\n      text-align: right;\n    }\n    .alaa-label {\n      display: block;\n      margin-bottom: 6px;\n      font-weight: bold;\n    }\n    .alaa-input, .alaa-textarea {\n      width: 100%;\n      padding: 10px;\n      margin-bottom: 15px;\n      border: 1px solid #ccc;\n      border-radius: 6px;\n      font-size: 14px;\n    }\n    .alaa-submit {\n      background-color: #0056d9;\n      color: white;\n      padding: 12px 25px;\n      border: none;\n      border-radius: 6px;\n      font-size: 16px;\n      cursor: pointer;\n    }\n    .alaa-submit:hover {\n      background-color: #0042a8;\n    }\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"alaa-container\">\n  <div class=\"alaa-form-wrapper\">\n    <form id=\"whatsappForm\">\n      <label for=\"name\" class=\"alaa-label\">Full Name<\/label>\n      <input type=\"text\" id=\"name\" class=\"alaa-input\" placeholder=\"Full Name\" required>\n\n      <label for=\"email\" class=\"alaa-label\">Emai<\/label>\n      <input type=\"email\" id=\"email\" class=\"alaa-input\" placeholder=\"Email\" required>\n\n      <label for=\"phone\" class=\"alaa-label\">Phone Number<\/label>\n      <input type=\"tel\" id=\"phone\" class=\"alaa-input\" placeholder=\"Phone Number\" required>\n\n      <label for=\"address\" class=\"alaa-label\">Adress \/ Country<\/label>\n      <input type=\"text\" id=\"address\" class=\"alaa-input\" placeholder=\"Adress \/ Country\" required>\n\n      <label for=\"message\" class=\"alaa-label\">Message \/ Notes<\/label>\n      <textarea id=\"message\" class=\"alaa-textarea\" rows=\"4\" placeholder=\"Write your message here\" required><\/textarea>\n\n      <button type=\"submit\" class=\"alaa-submit\">Request a quote  <\/button>\n    <\/form>\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Prevent non-numeric characters in phone input\n  document.getElementById(\"phone\").addEventListener(\"input\", function () {\n    this.value = this.value.replace(\/[^0-9]\/g, '');\n  });\n\n  document.getElementById(\"whatsappForm\").addEventListener(\"submit\", function(e) {\n    e.preventDefault();\n\n    const name = document.getElementById(\"name\").value.trim();\n    const email = document.getElementById(\"email\").value.trim();\n    const phone = document.getElementById(\"phone\").value.trim();\n    const address = document.getElementById(\"address\").value.trim();\n    const message = document.getElementById(\"message\").value.trim();\n\n    const emailPattern = \/^[^ ]+@[^ ]+\\.[a-z]{2,3}$\/;\n    const phonePattern = \/^[0-9]{9,15}$\/;\n\n    if (!name || !email || !phone || !address || !message) {\n      alert(\"\u0645\u0646 \u0641\u0636\u0644\u0643 \u0627\u0645\u0644\u0623 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0644.\");\n      return;\n    }\n\n    if (!emailPattern.test(email)) {\n      alert(\"\u0645\u0646 \u0641\u0636\u0644\u0643 \u0623\u062f\u062e\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0635\u0627\u0644\u062d.\");\n      return;\n    }\n\n    if (!phonePattern.test(phone)) {\n      alert(\"\u0645\u0646 \u0641\u0636\u0644\u0643 \u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u062c\u0648\u0627\u0644 \u0635\u062d\u064a\u062d \u064a\u062a\u0643\u0648\u0646 \u0645\u0646 9 \u0625\u0644\u0649 15 \u0631\u0642\u0645.\");\n      return;\n    }\n\n    const fullMsg =\n      `\ud83d\udcdd \u0637\u0644\u0628 \u0639\u0631\u0636 \u0633\u0639\u0631:\\n\\n` +\n      `\ud83d\udc64 \u0627\u0644\u0627\u0633\u0645: ${name}\\n` +\n      `\ud83d\udce7 \u0627\u0644\u0628\u0631\u064a\u062f: ${email}\\n` +\n      `\ud83d\udcf1 \u0627\u0644\u0647\u0627\u062a\u0641: ${phone}\\n` +\n      `\ud83c\udf0d \u0627\u0644\u0639\u0646\u0648\u0627\u0646: ${address}\\n` +\n      `\u270f\ufe0f \u0627\u0644\u0631\u0633\u0627\u0644\u0629: ${message}`;\n\n    const whatsappNumber = \"201095057610\"; \n    const encoded = encodeURIComponent(fullMsg);\n    const url = `https:\/\/wa.me\/${whatsappNumber}?text=${encoded}`;\n    window.open(url, '_blank');\n  });\n<\/script>\n\n<\/body>\n<\/html>\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-895a075 alaae\" data-id=\"895a075\" 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-d782218 elementor-widget elementor-widget-tg-heading\" data-id=\"d782218\" data-element_type=\"widget\" data-widget_type=\"tg-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        \r\n            <div class=\"section-title-two animation-none animation-style3\">\r\n                \r\n                <h6 class=\"title tg-element-title\">Request a quote for completion\n<\/h6>\r\n            <\/div>\r\n\r\n\r\n        \r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44309c3 elementor-widget elementor-widget-heading\" data-id=\"44309c3\" 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<p class=\"elementor-heading-title elementor-size-default\">The process of obtaining research and translation services begins by filling out the \u201cRequest for Quotation\u201d form.\n<br>\nThen, the required types of research and the documents to be translated should be sent via email to:\n<br>\n<a href=\"mailto:info@engaztranslate.com\" style=\"color:#007BFF;font-weight:bold\">info@engaztranslate.com<\/a>\n<br>\nThe Engaz team reviews the requests and attached files in less than 25 minutes, after which a quotation is sent.\n<br>\nThe quotation includes the cost, timeline, and details regarding how the project will be initiated.\n<br>\nWe will be happy to respond to your inquiries as quickly as possible through our customer service team.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9fc3a41 elementor-widget elementor-widget-tg-heading\" data-id=\"9fc3a41\" data-element_type=\"widget\" data-widget_type=\"tg-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        \r\n            <div class=\"section-title-two animation-none animation-style3\">\r\n                \r\n                <h6 class=\"title tg-element-title\">Work Policy<\/h6>\r\n            <\/div>\r\n\r\n\r\n        \r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e090587 elementor-widget elementor-widget-tg-heading\" data-id=\"e090587\" data-element_type=\"widget\" data-widget_type=\"tg-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        \r\n            <div class=\"section-title-two animation-none animation-style3\">\r\n                \r\n                <h6 class=\"title tg-element-title\">Quality<\/h6>\r\n            <\/div>\r\n\r\n\r\n        \r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0a5daae elementor-widget elementor-widget-heading\" data-id=\"0a5daae\" 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<p class=\"elementor-heading-title elementor-size-default\">\u0646\u0644\u062a\u0632\u0645 \u0645\u0639\u0627\u064a\u064a\u0631 \u0627\u0644\u062c\u0648\u062f\u0629 \u0627\u0644\u0645\u062a\u0628\u0639\u0629 \u0641\u064a \u0645\u062c\u0627\u0644 \u0625\u0639\u062f\u0627\u062f \u0648\u062a\u0646\u0641\u064a\u0630 \u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0623\u0628\u062d\u0627\u062b \u0627\u0644\u0639\u0644\u0645\u064a\u0629 \u0648\u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0648\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062a\u0631\u062c\u0645\u0629 \u0628\u0623\u0646\u0648\u0627\u0639\u0647\u0627\u060c \u0628\u0627\u0644\u0627\u0633\u062a\u0639\u0627\u0646\u0629 \u0628\u0639\u0642\u0648\u0644 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u062a\u062a\u0645\u062a\u0639 \u0628\u0627\u0644\u0643\u0641\u0627\u0621\u0629 \u0648\u0627\u0644\u062a\u0645\u064a\u0632 \u0628\u0639\u064a\u062f\u064b\u0627 \u0639\u0646 \u0627\u0644\u0628\u0631\u0627\u0645\u062c \u0627\u0644\u0622\u0644\u064a\u0629 \u0648\u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629\u060c \u062d\u064a\u062b \u0623\u0646 \u0627\u0644\u0645\u0643\u062a\u0628 \u064a\u0636\u0645 \u0623\u0641\u0636\u0644 \u0627\u0644\u0643\u0648\u0627\u062f\u0631 \u0627\u0644\u0645\u0647\u0646\u064a\u0629\u061b (\u0623\u0633\u062a\u0627\u0630\u0629 \u0644\u063a\u0629 \u0639\u0631\u0628\u064a\u0629 \u2013 \u0645\u062a\u0631\u062c\u0645\u064a\u0646 \u2013 \u0623\u0643\u0627\u062f\u064a\u0645\u064a\u064a\u0646 \u2013 \u0645\u0633\u062a\u0634\u0627\u0631\u064a\u0646).<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1c9a81 elementor-widget elementor-widget-tg-heading\" data-id=\"e1c9a81\" data-element_type=\"widget\" data-widget_type=\"tg-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n        \r\n            <div class=\"section-title-two animation-none animation-style3\">\r\n                \r\n                <h6 class=\"title tg-element-title\">Confidentiality\n<\/h6>\r\n            <\/div>\r\n\r\n\r\n        \r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5bcb876 elementor-widget elementor-widget-heading\" data-id=\"5bcb876\" 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<p class=\"elementor-heading-title elementor-size-default\">We prioritize all your personal information and data, ensuring its confidentiality and protection against any breaches. This commitment is clearly outlined in our Privacy Policy. By submitting a request for a quotation, you acknowledge and agree to our company\u2019s Privacy Policy.\n\n<br>\nWe assure you that we only use your email address for the purpose of discussing your projects.<\/p>\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>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0637\u0644\u0628 \u0639\u0631\u0636 \u0633\u0639\u0631 Full Name Emai Phone Number Adress \/ Country Message \/ Notes Request a quote Request a quote for completion The process of obtaining research and translation services begins by filling out the \u201cRequest for Quotation\u201d form. Then, the required types of research and the documents to be translated should be sent via [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-4034","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/pages\/4034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/comments?post=4034"}],"version-history":[{"count":0,"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/pages\/4034\/revisions"}],"wp:attachment":[{"href":"https:\/\/engaztranslate.com\/en\/wp-json\/wp\/v2\/media?parent=4034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}