{"id":440,"date":"2026-01-09T14:05:56","date_gmt":"2026-01-09T14:05:56","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=440"},"modified":"2026-03-16T11:55:45","modified_gmt":"2026-03-16T11:55:45","slug":"contact-india-2","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=440","title":{"rendered":"Contact \u2013 India"},"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 India &#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 slideFadeDown {\n  from { opacity: 0; transform: translateY(-10px); }\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 ================= *\/\n.contact-hero {\n  padding: 120px 20px 110px;\n  text-align: center;\n  color: #fff;\n  background:\n    linear-gradient(rgba(0,58,132,0.88), rgba(0,121,255,0.88)),\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: 28px;\n  padding: 60px;\n  box-shadow: 0 28px 65px rgba(0,0,0,0.12);\n  display: grid;\n  grid-template-columns: 1fr 1.35fr;\n  gap: 60px;\n}\n\n.form-left h2 {\n  font-size: 2.4rem;\n  color: #003a84;\n  margin-bottom: 18px;\n  font-weight: 700;\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}\n\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  transition: border-color .25s ease, box-shadow .25s ease;\n}\n\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,.15);\n  outline: none;\n}\n\n.form-full {\n  grid-column: 1 \/ -1;\n}\n\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  opacity: 0;\n}\n\n.other-certification-field.show {\n  display: block;\n  animation: slideFadeDown .35s ease forwards;\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: transform .25s ease, box-shadow .25s ease;\n}\n\n.contact-form button:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 14px 30px rgba(0,95,207,.35);\n}\n\n.contact-form button:active {\n  transform: translateY(-1px);\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  font-weight: 700;\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: 768px) {\n  .contact-form { grid-template-columns: 1fr; }\n  .contact-form button { width: 100%; }\n}\n\n@media(max-width: 600px) {\n  .contact-hero h1 { font-size: 2rem; }\n  .form-card { padding: 40px 30px; }\n  .section-title { font-size: 2rem; }\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 India<\/h1>\n  <p>Your trusted partner for ISO Certification, Compliance and Audit Support.<\/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      <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        <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        \n        <input type=\"text\" name=\"organisation\" placeholder=\"Organisation Name *\" required>\n        \n        <!-- HIDDEN COUNTRY FIELD -->\n        <input type=\"hidden\" name=\"country\" value=\"India\">\n        \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 &#8211; Please Specify<\/option>\n        <\/select>\n        \n        <!-- CONDITIONAL OTHER CERTIFICATION FIELD -->\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      <\/form>\n    <\/div>\n  <\/div>\n<\/section>\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> contact@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>India Office Address<\/h3>\n        <p>\n          <strong>QuickCert<\/strong><br>\n          Awfis, 12th Floor, Platina Building,<br>\n          G Block, BKC, Mumbai,<br>\n          Maharashtra \u2013 400051\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 -->\n<section class=\"map-section full-width\">\n  <div class=\"map-container\">\n    <iframe \n      src=\"https:\/\/www.google.com\/maps?q=Platina+Building,+G+Block,+BKC,+Mumbai&#038;output=embed\"\n      allowfullscreen=\"\" \n      loading=\"lazy\" \n      referrerpolicy=\"no-referrer-when-downgrade\">\n    <\/iframe>\n  <\/div>\n<\/section>\n\n\n<script>\n\/* Scroll animation *\/\nconst observer = new IntersectionObserver(entries => {\n  entries.forEach(e => {\n    if (e.isIntersecting) {\n      e.target.classList.add('active');\n    }\n  });\n}, { threshold: 0.15 });\n\ndocument.querySelectorAll('.scroll-animate').forEach(el => observer.observe(el));\n\n\/* Conditional Other Certification *\/\ndocument.addEventListener('DOMContentLoaded', () => {\n  const select = document.getElementById('certificationSelect');\n  const other = document.getElementById('otherCertification');\n\n  if (!select || !other) return;\n\n  select.addEventListener('change', () => {\n    const show = select.value === 'Other';\n    other.classList.toggle('show', show);\n    other.required = show;\n    if (!show) other.value = '';\n  });\n});\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact QuickCert India &#8211; ISO Certification Services Get in Touch with QuickCert India Your trusted partner for ISO Certification, Compliance and Audit Support. 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 ManagementISO 27001 &#8211; Information SecurityISO&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=440\" rel=\"bookmark\"><span class=\"screen-reader-text\">Contact \u2013 India<\/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-440","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/440","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=440"}],"version-history":[{"count":14,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/440\/revisions"}],"predecessor-version":[{"id":533,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/440\/revisions\/533"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}