{"id":433,"date":"2026-01-09T14:02:30","date_gmt":"2026-01-09T14:02:30","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=433"},"modified":"2026-01-10T03:36:21","modified_gmt":"2026-01-10T03:36:21","slug":"contact-uae","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=433","title":{"rendered":"Contact \u2013UAE"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Contact QuickCert UAE &#8211; ISO Certification Services<\/title>\n\n<style>\n\/* ================= GLOBAL ================= *\/\n* {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\nbody {\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  color: #333;\n  background: #fff;\n  overflow-x: hidden;\n}\n\n\/* FULL WIDTH *\/\n.full-width {\n  width: 100vw;\n  margin-left: calc(-50vw + 50%);\n  margin-right: calc(-50vw + 50%);\n  max-width: 100vw;\n}\n\n\/* ================= ANIMATIONS ================= *\/\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(35px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@keyframes slideDown {\n  from { \n    opacity: 0; \n    max-height: 0;\n    margin-bottom: 0;\n  }\n  to { \n    opacity: 1; \n    max-height: 100px;\n    margin-bottom: 18px;\n  }\n}\n\n.scroll-animate {\n  opacity: 0;\n  transform: translateY(35px);\n}\n\n.scroll-animate.active {\n  animation: fadeUp 0.9s ease forwards;\n}\n\n\/* ================= HERO ================= *\/\n.contact-hero {\n  position: relative;\n  padding: 120px 20px 110px;\n  text-align: center;\n  color: #fff;\n  overflow: hidden;\n  background:\n    linear-gradient(rgba(0,58,132,0.85), rgba(0,121,255,0.85)),\n    url('https:\/\/images.unsplash.com\/photo-1521791136064-7986c2920216?w=1600&q=80')\n    center \/ cover no-repeat;\n}\n\n.contact-hero h1 {\n  font-size: 3rem;\n  font-weight: 800;\n  margin-bottom: 18px;\n}\n\n.contact-hero p {\n  font-size: 1.2rem;\n  max-width: 820px;\n  margin: auto;\n  opacity: 0.95;\n}\n\n\/* ================= CONTAINER ================= *\/\n.container {\n  max-width: 1200px;\n  margin: auto;\n  padding: 0 20px;\n}\n\n\/* ================= FORM SECTION ================= *\/\n.form-section {\n  padding: 100px 20px;\n  background: #f4f7fb;\n}\n\n.form-card {\n  background: #fff;\n  border-radius: 26px;\n  padding: 60px;\n  box-shadow: 0 22px 55px rgba(0,0,0,0.12);\n  display: grid;\n  grid-template-columns: 1fr 1.3fr;\n  gap: 60px;\n}\n\n.form-left h2 {\n  font-size: 2.4rem;\n  color: #003a84;\n  margin-bottom: 18px;\n}\n\n.form-left p {\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* ================= FORM ================= *\/\n.contact-form {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n  width: 100%;\n}\n\n\/* Inputs, Select, Textarea *\/\n.contact-form input,\n.contact-form select,\n.contact-form textarea {\n  width: 100%;\n  padding: 15px 16px;\n  border-radius: 12px;\n  border: 1px solid #d1d5db;\n  font-size: 15px;\n  font-family: inherit;\n  background: #fff;\n  transition: \n    border-color 0.25s ease,\n    box-shadow 0.25s ease,\n    transform 0.15s ease;\n}\n\n\/* Focus State *\/\n.contact-form input:focus,\n.contact-form select:focus,\n.contact-form textarea:focus {\n  border-color: #0079ff;\n  box-shadow: 0 0 0 3px rgba(0, 121, 255, 0.15);\n  outline: none;\n}\n\n\/* Full width fields *\/\n.form-full {\n  grid-column: 1 \/ -1;\n}\n\n\/* Textarea *\/\n.contact-form textarea {\n  min-height: 130px;\n  resize: vertical;\n}\n\n\/* ================= CONDITIONAL OTHER FIELD ================= *\/\n.other-certification-field {\n  grid-column: 1 \/ -1;\n  display: none;\n  overflow: hidden;\n  opacity: 0;\n  transform: translateY(-8px);\n}\n\n\/* Show animation *\/\n.other-certification-field.show {\n  display: block;\n  animation: slideDownFade 0.35s ease forwards;\n}\n\n\/* Animation *\/\n@keyframes slideDownFade {\n  from {\n    opacity: 0;\n    transform: translateY(-10px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* ================= BUTTON ================= *\/\n.contact-form button {\n  grid-column: 1 \/ -1;\n  width: 220px;\n  padding: 15px;\n  margin-top: 10px;\n  background: linear-gradient(135deg, #003a84, #005fcf);\n  color: #fff;\n  border: none;\n  border-radius: 50px;\n  font-size: 1rem;\n  font-weight: 600;\n  cursor: pointer;\n  transition: \n    transform 0.25s ease,\n    box-shadow 0.25s ease,\n    background 0.25s ease;\n}\n\n\/* Hover *\/\n.contact-form button:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 12px 25px rgba(0, 95, 207, 0.35);\n}\n\n\/* Active (Click) *\/\n.contact-form button:active {\n  transform: translateY(-1px);\n  box-shadow: 0 6px 14px rgba(0, 95, 207, 0.25);\n}\n\n\/* ================= RESPONSIVE ================= *\/\n@media (max-width: 768px) {\n  .contact-form {\n    grid-template-columns: 1fr;\n  }\n\n  .contact-form button {\n    width: 100%;\n  }\n}\n\n\n\/* ================= ICON STYLE ================= *\/\n.card-icon {\n  width: 60px;\n  height: 60px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, #003a84, #0079ff);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 22px;\n  box-shadow: 0 10px 25px rgba(0,0,0,0.18);\n}\n\n.card-icon svg {\n  width: 28px;\n  height: 28px;\n  fill: #fff;\n}\n\n\/* ================= INFO SECTION ================= *\/\n.info-section {\n  padding: 110px 20px;\n  background: #f8f9fc;\n}\n\n.section-title {\n  text-align: center;\n  font-size: 2.7rem;\n  color: #003a84;\n  margin-bottom: 70px;\n}\n\n.info-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 45px;\n  margin-bottom: 110px;\n}\n\n.info-card {\n  background: #fff;\n  padding: 55px 45px;\n  border-radius: 26px;\n  box-shadow: 0 22px 55px rgba(0,0,0,0.1);\n  text-align: center;\n}\n\n.info-card h3 {\n  font-size: 1.7rem;\n  color: #003a84;\n  margin-bottom: 18px;\n}\n\n.info-card p {\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* ================= HOW WE HELP ================= *\/\n.help-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 40px;\n}\n\n.help-card {\n  background: #fff;\n  padding: 50px 40px;\n  border-radius: 26px;\n  box-shadow: 0 22px 55px rgba(0,0,0,0.1);\n  text-align: center;\n}\n\n.help-card h3 {\n  font-size: 1.55rem;\n  color: #003a84;\n  margin-bottom: 15px;\n}\n\n.help-card p {\n  color: #555;\n  line-height: 1.7;\n}\n\n\/* ================= MAP SECTION ================= *\/\n.map-section {\n  padding: 0;\n  background: #f4f7fb;\n}\n\n.map-container {\n  width: 100%;\n  height: 500px;\n}\n\n.map-container iframe {\n  width: 100%;\n  height: 100%;\n  border: 0;\n}\n\n\/* ================= FOOTER ================= *\/\n.qc-footer {\n  background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 1) 100%);\n  padding: 60px 40px 35px;\n  position: relative;\n  overflow: hidden;\n  color: white;\n}\n\n.qc-footer::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  width: 100%;\n  height: 2px;\n  background: linear-gradient(90deg, transparent 0%, rgba(59, 130, 246, 0.5) 25%, rgba(147, 51, 234, 0.5) 50%, rgba(59, 130, 246, 0.5) 75%, transparent 100%);\n}\n\n.qc-footer-content {\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n  text-align: center;\n}\n\n.qc-footer-logo {\n  font-size: 42px;\n  font-weight: 900;\n  background: linear-gradient(135deg, #ffffff 0%, #93c5fd 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  margin-bottom: 10px;\n}\n\n.qc-footer-tagline {\n  font-size: 18px;\n  color: rgba(255, 255, 255, 0.75);\n  margin-bottom: 30px;\n}\n\n.qc-footer-divider {\n  width: 100%;\n  height: 1px;\n  background: rgba(255, 255, 255, 0.2);\n  margin: 30px 0;\n}\n\n.qc-footer-copy {\n  font-size: 16px;\n  color: rgba(255, 255, 255, 0.65);\n  margin-bottom: 15px;\n}\n\n.qc-footer-copy strong {\n  color: rgba(255, 255, 255, 0.9);\n}\n\n.qc-footer-links {\n  display: flex;\n  justify-content: center;\n  gap: 25px;\n  flex-wrap: wrap;\n}\n\n.qc-footer-links a {\n  color: rgba(255, 255, 255, 0.6);\n  text-decoration: none;\n  font-size: 16px;\n  transition: color 0.3s ease;\n}\n\n.qc-footer-links a:hover {\n  color: #ffffff;\n}\n\n\/* ================= RESPONSIVE ================= *\/\n@media(max-width: 900px) {\n  .form-card { grid-template-columns: 1fr; }\n  .info-grid { grid-template-columns: 1fr; }\n  .help-grid { grid-template-columns: 1fr; }\n}\n\n@media(max-width: 600px) {\n  .contact-hero h1 {\n    font-size: 2rem;\n  }\n  .form-card {\n    padding: 40px 30px;\n  }\n  .section-title {\n    font-size: 2rem;\n  }\n}\n<\/style>\n<\/head>\n\n<body>\n\n<!-- HERO -->\n<section class=\"contact-hero full-width\">\n  <h1>Get in Touch with QuickCert UAE<\/h1>\n  <p>Your trusted partner for ISO Certification, Compliance and Audit Support in the United Arab Emirates.<\/p>\n<\/section>\n\n<!-- FORM -->\n<section class=\"form-section full-width\">\n  <div class=\"container\">\n    <div class=\"form-card scroll-animate\">\n      \n      <div class=\"form-left\">\n        <h2>Let&#8217;s Chat<\/h2>\n        <p>We&#8217;re here to answer your questions and help you begin your certification journey with confidence.<\/p>\n      <\/div>\n\n      <form class=\"contact-form\" method=\"POST\" action=\"submit_contact.php\">\n\n        <input type=\"text\" name=\"first_name\" placeholder=\"First Name *\" required>\n        <input type=\"text\" name=\"last_name\" placeholder=\"Last Name *\" required>\n\n        <input type=\"email\" name=\"email\" placeholder=\"Business Email *\" class=\"form-full\" required>\n        <input type=\"tel\" name=\"phone\" placeholder=\"Phone Number *\" required>\n        <input type=\"text\" name=\"organisation\" placeholder=\"Organisation Name *\" required>\n\n        <!-- Hidden Country -->\n        <input type=\"hidden\" name=\"country\" value=\"UAE\">\n\n        <!-- Certification Dropdown -->\n        <select name=\"certification\" id=\"certificationSelect\" class=\"form-full\" required>\n          <option value=\"\">Certification Required *<\/option>\n          <option value=\"ISO 9001\">ISO 9001 &#8211; Quality Management<\/option>\n          <option value=\"ISO 14001\">ISO 14001 &#8211; Environmental Management<\/option>\n          <option value=\"ISO 27001\">ISO 27001 &#8211; Information Security<\/option>\n          <option value=\"ISO 45001\">ISO 45001 &#8211; Occupational Health &#038; Safety<\/option>\n          <option value=\"ISO 22000\">ISO 22000 &#8211; Food Safety Management<\/option>\n          <option value=\"Product Certification\">Product Certification (CE, RoHS, etc.)<\/option>\n          <option value=\"Regulatory Compliance\">Regulatory Compliance (GDPR, HIPAA, etc.)<\/option>\n          <option value=\"Other\">Other \u2013 Please Specify<\/option>\n        <\/select>\n\n        <!-- OTHER CERTIFICATION (HIDDEN BY DEFAULT) -->\n        <input\n          type=\"text\"\n          name=\"other_certification\"\n          id=\"otherCertification\"\n          class=\"other-certification-field form-full\"\n          placeholder=\"Please specify the certification you require\">\n\n        <textarea\n          name=\"requirement\"\n          class=\"form-full\"\n          placeholder=\"Tell us about your certification requirements and timeline...\"><\/textarea>\n\n        <button type=\"submit\">Send Message<\/button>\n\n      <\/form>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- CONNECT WITH US -->\n<section class=\"info-section full-width\">\n  <h2 class=\"section-title scroll-animate\">Connect With Us<\/h2>\n\n  <div class=\"container\">\n    <div class=\"info-grid\">\n\n      <div class=\"info-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Contact Us<\/h3>\n        <p>\n          <strong>Email:<\/strong> sales@quick-cert.com<br><br>\n          We respond to all inquiries within 24 hours\n        <\/p>\n      <\/div>\n\n      <div class=\"info-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>UAE Office Address<\/h3>\n        <p>\n          <strong>QuickCert<\/strong><br>\n          Level 12, Office 1203<br>\n          Sheikh Rashid Tower<br>\n          Dubai World Trade Centre<br>\n          Sheikh Zayed Road<br>\n          Dubai, United Arab Emirates<br>\n          PO Box: 9292\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n    <h2 class=\"section-title scroll-animate\">How We Help<\/h2>\n\n    <div class=\"help-grid\">\n      <div class=\"help-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M14 2H6c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Documentation Support<\/h3>\n        <p>Complete audit-ready documentation prepared by certified experts for flawless ISO compliance.<\/p>\n      <\/div>\n\n      <div class=\"help-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Audit Assistance<\/h3>\n        <p>Expert guidance and on-site support for every stage of your certification audit cycle.<\/p>\n      <\/div>\n\n      <div class=\"help-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Dedicated Support<\/h3>\n        <p>Personal consultant assigned to provide continuous expert support throughout your certification journey.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- MAP SECTION -->\n<section class=\"map-section full-width\">\n  <div class=\"map-container\">\n    <iframe \n      src=\"https:\/\/www.google.com\/maps?q=Dubai+World+Trade+Centre,+Sheikh+Zayed+Road,+Dubai&#038;output=embed\"\n      allowfullscreen=\"\" \n      loading=\"lazy\" \n      referrerpolicy=\"no-referrer-when-downgrade\">\n    <\/iframe>\n  <\/div>\n<\/section>\n\n<script>\n\/* Scroll animations *\/\nconst observer = new IntersectionObserver(entries => {\n  entries.forEach(entry => {\n    if (entry.isIntersecting) {\n      entry.target.classList.add('active');\n    }\n  });\n}, { threshold: 0.15 });\n\ndocument.querySelectorAll('.scroll-animate').forEach(el => observer.observe(el));\n\n\n\/* Conditional \"Other\" Certification Field *\/\ndocument.addEventListener('DOMContentLoaded', function () {\n\n  const certificationSelect = document.getElementById('certificationSelect');\n  const otherCertificationField = document.getElementById('otherCertification');\n\n  \/\/ Safety check\n  if (!certificationSelect || !otherCertificationField) return;\n\n  certificationSelect.addEventListener('change', function () {\n    if (this.value === 'Other') {\n      otherCertificationField.classList.add('show');\n      otherCertificationField.setAttribute('required', 'required');\n    } else {\n      otherCertificationField.classList.remove('show');\n      otherCertificationField.removeAttribute('required');\n      otherCertificationField.value = '';\n    }\n  });\n\n});\n<\/script>\n\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact QuickCert UAE &#8211; ISO Certification Services Get in Touch with QuickCert UAE Your trusted partner for ISO Certification, Compliance and Audit Support in the United Arab Emirates. Let&#8217;s Chat We&#8217;re here to answer your questions and help you begin your certification journey with confidence. Certification Required *ISO 9001 &#8211; Quality ManagementISO 14001 &#8211; Environmental&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=433\" rel=\"bookmark\"><span class=\"screen-reader-text\">Contact \u2013UAE<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"full-width","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","footnotes":""},"class_list":["post-433","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=433"}],"version-history":[{"count":27,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/433\/revisions"}],"predecessor-version":[{"id":511,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/433\/revisions\/511"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}