{"id":442,"date":"2026-01-09T14:06:37","date_gmt":"2026-01-09T14:06:37","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=442"},"modified":"2026-01-10T06:12:14","modified_gmt":"2026-01-10T06:12:14","slug":"contact-ireland","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=442","title":{"rendered":"Contact \u2013 Ireland"},"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 Ireland &#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\">\n  <h1>Get in Touch with QuickCert Ireland<\/h1>\n  <p>Your trusted partner for ISO Certification, Compliance and Audit Support across Europe.<\/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&#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\" action=\"submit_contact.php\" method=\"POST\">\n        <input type=\"hidden\" name=\"country\" value=\"Ireland\">\n\n        <input type=\"text\" name=\"first_name\" placeholder=\"First Name *\" required>\n        <input type=\"text\" name=\"last_name\" placeholder=\"Last Name *\" required>\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        <select name=\"certification\" class=\"form-full\" id=\"certificationSelect\" 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=\"ISO 13485\">ISO 13485 &#8211; Medical Devices<\/option>\n          <option value=\"ISO 50001\">ISO 50001 &#8211; Energy Management<\/option>\n          <option value=\"Other\">Other (Please Specify)<\/option>\n        <\/select>\n\n        <input \n          type=\"text\" \n          name=\"other_certification\" \n          id=\"otherCertificationField\" \n          class=\"other-certification-field\" \n          placeholder=\"Please specify the certification you require *\">\n\n        <textarea name=\"requirement\" class=\"form-full\" placeholder=\"Tell us about your requirement\"><\/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\">\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\">\n            <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.6 0 1 .4 1 1v3.8c0 .6-.4 1-1 1C10.6 23 2 14.4 2 5c0-.6.4-1 1-1h3.8c.6 0 1 .4 1 1 0 1.5.2 2.9.6 4.2.1.4 0 .9-.3 1.2l-2.2 2.2z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Contact Us<\/h3>\n        <p>\n          <strong>Email:<\/strong> contact@quick-cert.com<br><br>\n          <strong>We respond to all inquiries within 24 hours<\/strong>\n        <\/p>\n      <\/div>\n\n      <div class=\"info-card scroll-animate\">\n        <div class=\"card-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 2C8.1 2 5 5.1 5 9c0 5.3 7 13 7 13s7-7.7 7-13c0-3.9-3.1-7-7-7zm0 9.5c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5-1.1 2.5-2.5 2.5z\"\/>\n          <\/svg>\n        <\/div>\n        <h3>Office Address<\/h3>\n        <p>\n          <strong>QuickCert Ireland<\/strong><br>\n          Level 2, Suite 204<br>\n          Tyrrelstown Plaza<br>\n          Tyrrelstown Town Centre<br>\n          Dublin 15, County Dublin<br>\n          Ireland\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\">\n            <path d=\"M6 2h9l5 5v15H6V2z M14 2v6h6\"\/>\n          <\/svg>\n        <\/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\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-5 14H7v-2h7v2zm3-4H7v-2h10v2zm0-4H7V7h10v2z\"\/>\n          <\/svg>\n        <\/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\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 1C6.5 1 2 5.5 2 11c0 3.8 2.1 7.1 5.2 8.8L12 23l4.8-3.2C19.9 18.1 22 14.8 22 11c0-5.5-4.5-10-10-10zm0 14.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"\/>\n          <\/svg>\n        <\/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<!-- MAP SECTION -->\n<section class=\"map-section full-width\">\n  <div class=\"map-container\">\n    <iframe\n      src=\"https:\/\/www.google.com\/maps?q=Level+2+Suite+204+Tyrrelstown+Plaza+Tyrrelstown+Town+Centre+Dublin+15+Ireland&#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 Animations\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\n\/\/ Show\/Hide \"Other Certification\" field\nconst certSelect = document.getElementById('certificationSelect');\nconst otherField = document.getElementById('otherCertificationField');\n\ncertSelect.addEventListener('change', function() {\n  if (this.value === 'Other') {\n    otherField.classList.add('show');\n    otherField.setAttribute('required', 'required');\n  } else {\n    otherField.classList.remove('show');\n    otherField.removeAttribute('required');\n    otherField.value = '';\n  }\n});\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contact QuickCert Ireland &#8211; ISO Certification Services Get in Touch with QuickCert Ireland Your trusted partner for ISO Certification, Compliance and Audit Support across Europe. 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;&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=442\" rel=\"bookmark\"><span class=\"screen-reader-text\">Contact \u2013 Ireland<\/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":"default","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-442","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/442","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=442"}],"version-history":[{"count":8,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/442\/revisions"}],"predecessor-version":[{"id":519,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/442\/revisions\/519"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=442"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}