{"id":10,"date":"2025-11-20T12:15:42","date_gmt":"2025-11-20T12:15:42","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=10"},"modified":"2026-01-09T13:49:21","modified_gmt":"2026-01-09T13:49:21","slug":"contact","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=10","title":{"rendered":"Contact Us"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-background\" style=\"border-style:none;border-width:0px;background-color:#004e9a\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull has-nv-c-2-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\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 Us \u2013 QuickCert<\/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}\n\n\/* ================= ANIMATIONS ================= *\/\n@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(35px); }\n  to { opacity: 1; transform: translateY(0); }\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 (SAME AS SERVICES \/ TESTIMONIALS) ================= *\/\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: 1fr 1fr;\n  gap: 18px;\n}\n\n.contact-form input,\n.contact-form select,\n.contact-form textarea {\n  padding: 15px 16px;\n  border-radius: 10px;\n  border: 1px solid #cfcfcf;\n  font-size: 15px;\n}\n\n.contact-form input:focus,\n.contact-form select:focus,\n.contact-form textarea:focus {\n  border-color: #0079ff;\n  outline: none;\n}\n\n.form-full {\n  grid-column: 1 \/ -1;\n}\n\n.contact-form textarea {\n  min-height: 130px;\n}\n\n.contact-form button {\n  grid-column: 1 \/ -1;\n  width: 220px;\n  padding: 15px;\n  background: #003a84;\n  color: #fff;\n  border: none;\n  border-radius: 50px;\n  font-size: 1rem;\n  font-weight: 600;\n  cursor: pointer;\n  transition: 0.3s ease;\n}\n\n.contact-form button:hover {\n  background: #005fcf;\n  transform: translateY(-3px);\n}\n\n\/* ================= ICON STYLE (SERVICE PAGE) ================= *\/\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\/* ================= CONNECT WITH US ================= *\/\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\/* ================= 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<\/style>\n<\/head>\n\n<body>\n\n<!-- HERO -->\n<section class=\"contact-hero\">\n  <h1>Get in Touch with QuickCert<\/h1>\n  <p>Your trusted partner for ISO Certification, Compliance and Audit Support.<\/p>\n<\/section>\n\n<!-- FORM -->\n<section class=\"form-section\">\n  <div class=\"container\">\n    <div class=\"form-card scroll-animate\">\n      <div class=\"form-left\">\n        <h2>Let\u2019s Chat<\/h2>\n        <p>We\u2019re here to answer your questions and help you begin your certification journey with confidence.<\/p>\n      <\/div>\n\n      <form class=\"contact-form\">\n        <input type=\"text\" placeholder=\"First Name *\" required>\n        <input type=\"text\" placeholder=\"Last Name *\" required>\n        <input type=\"email\" placeholder=\"Business Email *\" class=\"form-full\" required>\n        <input type=\"tel\" placeholder=\"Phone Number *\" required>\n        <input type=\"text\" placeholder=\"Organisation Name *\" required>\n        <select class=\"form-full\" required>\n          <option value=\"\">Certification Required *<\/option>\n          <option>ISO 9001<\/option>\n          <option>ISO 14001<\/option>\n          <option>ISO 27001<\/option>\n          <option>ISO 45001<\/option>\n          <option>ISO 22000<\/option>\n        <\/select>\n        <textarea class=\"form-full\" placeholder=\"Tell us about your requirement\"><\/textarea>\n        <button type=\"submit\">Send Message<\/button>\n      <\/form>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CONNECT WITH US -->\n<section class=\"info-section\">\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\"><path d=\"M6.6 10.8a15.1 15.1 0 006.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.7.6 4.2.6\"\/><\/svg>\n        <\/div>\n        <h3>Contact Us<\/h3>\n        \n        <strong>Email:<\/strong>  contact@quick-cert.com<br><br>\n    <\/p>\n      <\/div>\n\n      <div class=\"info-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2C8.1 2 5 5.1 5 9c0 5.3 7 13 7 13s7-7.7 7-13z\"\/><\/svg>\n        <\/div>\n        <h3>Office Address<\/h3>\n        <p><strong>QuickCert<\/strong><br>\n        Awfis, 12th Floor, Platina Building, G Block, BKC, <br>\n        Mumbai, Maharashtra \u2013 400051<br>\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\"><svg viewBox=\"0 0 24 24\"><path d=\"M6 2h9l5 5v15H6z\"\/><\/svg><\/div>\n        <h3>Documentation Support<\/h3>\n        <p>End-to-end documentation for flawless ISO compliance.<\/p>\n      <\/div>\n\n      <div class=\"help-card scroll-animate\">\n        <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M19 3H5v18h14z\"\/><\/svg><\/div>\n        <h3>Audit Assistance<\/h3>\n        <p>Expert guidance for every stage of the audit cycle.<\/p>\n      <\/div>\n\n      <div class=\"help-card scroll-animate\">\n        <div class=\"card-icon\"><svg viewBox=\"0 0 24 24\"><path d=\"M12 1C6.5 1 2 5.5 2 11v6h20v-6z\"\/><\/svg><\/div>\n        <h3>Dedicated Support<\/h3>\n        <p>Continuous expert support throughout certification.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\nconst observer = new IntersectionObserver(entries => {\n  entries.forEach(e => {\n    if (e.isIntersecting) e.target.classList.add('active');\n  });\n}, { threshold: 0.15 });\n\ndocument.querySelectorAll('.scroll-animate').forEach(el => observer.observe(el));\n<\/script>\n\n<\/body>\n<\/html>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Contact Us \u2013 QuickCert Get in Touch with QuickCert Your trusted partner for ISO Certification, Compliance and Audit Support. Let\u2019s Chat We\u2019re here to answer your questions and help you begin your certification journey with confidence. Certification Required *ISO 9001ISO 14001ISO 27001ISO 45001ISO 22000 Send Message Connect With Us Contact Us Email: contact@quick-cert.com Office Address&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=10\" rel=\"bookmark\"><span class=\"screen-reader-text\">Contact Us<\/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":"full-width","neve_meta_container":"full-width","neve_meta_enable_content_width":"on","neve_meta_content_width":100,"neve_meta_title_alignment":"center","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-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/10","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=10"}],"version-history":[{"count":69,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":430,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/430"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}