{"id":273,"date":"2025-11-27T19:28:36","date_gmt":"2025-11-27T19:28:36","guid":{"rendered":"https:\/\/quick-cert.com\/?page_id=273"},"modified":"2026-01-08T05:58:20","modified_gmt":"2026-01-08T05:58:20","slug":"testimonials","status":"publish","type":"page","link":"https:\/\/quick-cert.com\/?page_id=273","title":{"rendered":"Testimonials"},"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>Testimonials \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  background: #ffffff;\n  color: #333;\n}\n\n\/* ================= ANIMATION ================= *\/\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(40px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.scroll-animate {\n  opacity: 0;\n  transform: translateY(40px);\n}\n\n.scroll-animate.active {\n  animation: fadeInUp 0.8s ease forwards;\n}\n\n\/* ================= HERO (MATCH SERVICES PAGE) ================= *\/\n.testimonial-hero {\n  background: linear-gradient(135deg, #003a84, #0079ff);\n  padding: 110px 20px;\n  text-align: center;\n  color: white;\n  position: relative;\n  overflow: hidden;\n}\n\n.testimonial-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: url('https:\/\/images.unsplash.com\/photo-1454165804606-c3d57bc86b40?w=1600&q=80')\n    center \/ cover;\n  opacity: 0.12;\n}\n\n.testimonial-hero * {\n  position: relative;\n  z-index: 1;\n}\n\n.testimonial-hero h1 {\n  font-size: 2.8rem;\n  font-weight: 700;\n  margin-bottom: 18px;\n}\n\n.testimonial-hero p {\n  font-size: 1.2rem;\n  opacity: 0.95;\n  max-width: 800px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n\/* ================= SECTION ================= *\/\n.section {\n  padding: 90px 20px;\n  background: #f4f7fb;\n}\n\n.section-title {\n  text-align: center;\n  font-size: 2.6rem;\n  font-weight: 700;\n  color: #003a84;\n  margin-bottom: 70px;\n}\n\n\/* ================= TESTIMONIALS ================= *\/\n.testimonial-wrapper {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 40px;\n  max-width: 1300px;\n  margin: 0 auto;\n}\n\n.testimonial-card {\n  background: white;\n  padding: 42px 36px;\n  width: 48%;\n  min-width: 320px;\n  border-radius: 20px;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  transition: 0.35s ease;\n  text-align: center;\n}\n\n.testimonial-card:hover {\n  transform: translateY(-10px);\n  box-shadow: 0 18px 45px rgba(0,0,0,0.15);\n}\n\n.testimonial-img {\n  width: 86px;\n  height: 86px;\n  border-radius: 50%;\n  object-fit: cover;\n  margin-bottom: 18px;\n  border: 2px solid #0079ff;\n}\n\n.client-name {\n  font-size: 22px;\n  font-weight: 700;\n  color: #003a84;\n  margin-bottom: 6px;\n}\n\n.client-role {\n  font-size: 15px;\n  font-weight: 500;\n  color: #0079ff;\n  margin-bottom: 18px;\n}\n\n.testimonial-text {\n  font-size: 16.5px;\n  color: #555;\n  line-height: 1.7;\n  text-align: left;\n}\n\n\/* ================= TRUST SECTION (LEGIT DATA) ================= *\/\n.trust-section {\n  padding: 100px 20px;\n  background: #ffffff;\n}\n\n.trust-grid {\n  max-width: 1200px;\n  margin: auto;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 35px;\n}\n\n.trust-card {\n  background: #f4f7fb;\n  padding: 45px 30px;\n  border-radius: 20px;\n  text-align: center;\n  box-shadow: 0 10px 30px rgba(0,0,0,0.06);\n}\n\n.trust-card h3 {\n  font-size: 42px;\n  color: #003a84;\n  font-weight: 800;\n  margin-bottom: 10px;\n}\n\n.trust-card p {\n  font-size: 15.5px;\n  color: #555;\n}\n\n\/* ================= CTA ================= *\/\n.cta-section {\n  padding: 100px 20px;\n  background: linear-gradient(135deg, #003a84, #0079ff);\n  text-align: center;\n  color: white;\n  position: relative;\n  overflow: hidden;\n}\n\n.cta-section::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: url('https:\/\/images.unsplash.com\/photo-1521791136064-7986c2920216?w=1600&q=80')\n    center \/ cover;\n  opacity: 0.12;\n}\n\n.cta-section * {\n  position: relative;\n  z-index: 1;\n}\n\n.cta-section h2 {\n  font-size: 2.6rem;\n  margin-bottom: 15px;\n}\n\n.cta-section p {\n  font-size: 1.2rem;\n  opacity: 0.95;\n  margin-bottom: 30px;\n}\n\n.cta-btn {\n  display: inline-block;\n  background: white;\n  color: #003a84;\n  padding: 14px 38px;\n  border-radius: 50px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: 0.3s ease;\n}\n\n.cta-btn:hover {\n  background: #e9ecf0;\n  transform: translateY(-3px);\n}\n\n\/* ================= RESPONSIVE ================= *\/\n@media(max-width: 900px) {\n  .testimonial-card { width: 100%; }\n}\n\n<\/style>\n<\/head>\n\n<body>\n\n<!-- HERO -->\n<section class=\"testimonial-hero\">\n  <h1 class=\"scroll-animate\">Testimonials<\/h1>\n  <p class=\"scroll-animate\">\n    What clients across the world say about QuickCert.\n  <\/p>\n<\/section>\n\n<!-- TESTIMONIALS -->\n<section class=\"section\">\n  <h2 class=\"section-title scroll-animate\">\n    Global Voices. Indian Trust. Proven Excellence.\n  <\/h2>\n\n  <div class=\"testimonial-wrapper\">\n\n    <div class=\"testimonial-card scroll-animate\">\n      <img decoding=\"async\" class=\"testimonial-img\" src=\"https:\/\/images.pexels.com\/photos\/2379004\/pexels-photo-2379004.jpeg?w=500\">\n      <div class=\"client-name\">Rahul Verma<\/div>\n      <div class=\"client-role\">Healthcare Compliance Lead, Mumbai<\/div>\n      <div class=\"testimonial-text\">\n        \u201cWe needed structured guidance for ISO &#038; SOC documentation. QuickCert made the entire audit process smooth and stress-free.\u201d\n      <\/div>\n    <\/div>\n\n    <div class=\"testimonial-card scroll-animate\">\n      <img decoding=\"async\" class=\"testimonial-img\" src=\"https:\/\/images.unsplash.com\/photo-1500648767791-00dcc994a43e?w=500&#038;q=80\">\n      <div class=\"client-name\">Liam Thompson<\/div>\n      <div class=\"client-role\">Logistics Manager, USA<\/div>\n      <div class=\"testimonial-text\">\n        \u201cQuickCert\u2019s documentation accuracy and compliance knowledge helped us expand into multiple regulated markets.\u201d\n      <\/div>\n    <\/div>\n\n    <div class=\"testimonial-card scroll-animate\">\n      <img decoding=\"async\" class=\"testimonial-img\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/79.jpg\">\n      <div class=\"client-name\">Aditi Sharma<\/div>\n      <div class=\"client-role\">Tech Founder, Bengaluru<\/div>\n      <div class=\"testimonial-text\">\n        \u201cFor ISO 27001 and VAPT support, QuickCert was the perfect partner. Their Bengaluru team helped us implement everything auditors needed.\u201d\n      <\/div>\n    <\/div>\n\n    <div class=\"testimonial-card scroll-animate\">\n      <img decoding=\"async\" class=\"testimonial-img\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg\">\n      <div class=\"client-name\">Ethan Cole<\/div>\n      <div class=\"client-role\">Manufacturing Director, Germany<\/div>\n      <div class=\"testimonial-text\">\n        \u201cQuickCert supported our ISO compliance journey with clarity and professionalism. Their understanding of EU regulations made certification straightforward.\u201d\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- TRUST SECTION (REAL DATA) -->\n<section class=\"trust-section\">\n  <h2 class=\"section-title scroll-animate\">Why Clients Trust QuickCert<\/h2>\n\n  <div class=\"trust-grid\">\n    <div class=\"trust-card scroll-animate\">\n      <h3>5000+<\/h3>\n      <p>Certifications Delivered Globally<\/p>\n    <\/div>\n\n    <div class=\"trust-card scroll-animate\">\n      <h3>2500+<\/h3>\n      <p>Active Clients Worldwide<\/p>\n    <\/div>\n\n    <div class=\"trust-card scroll-animate\">\n      <h3>35+<\/h3>\n      <p>Countries Served<\/p>\n    <\/div>\n\n    <div class=\"trust-card scroll-animate\">\n      <h3>98%<\/h3>\n      <p>Client Satisfaction Rate<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta-section\">\n  <h2 class=\"scroll-animate\">Ready to Experience the QuickCert Difference?<\/h2>\n  <p class=\"scroll-animate\">\n    Partner with experts who guide you from compliance to confidence.\n  <\/p>\n  <a href=\"https:\/\/quick-cert.com\/?page_id=10\" class=\"cta-btn scroll-animate\">Contact Us Today<\/a>\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","protected":false},"excerpt":{"rendered":"<p>Testimonials \u2013 QuickCert Testimonials What clients across the world say about QuickCert. Global Voices. Indian Trust. Proven Excellence. Rahul Verma Healthcare Compliance Lead, Mumbai \u201cWe needed structured guidance for ISO &#038; SOC documentation. QuickCert made the entire audit process smooth and stress-free.\u201d Liam Thompson Logistics Manager, USA \u201cQuickCert\u2019s documentation accuracy and compliance knowledge helped us&hellip;&nbsp;<a href=\"https:\/\/quick-cert.com\/?page_id=273\" rel=\"bookmark\"><span class=\"screen-reader-text\">Testimonials<\/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":"","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-273","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/273","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=273"}],"version-history":[{"count":11,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/273\/revisions"}],"predecessor-version":[{"id":426,"href":"https:\/\/quick-cert.com\/index.php?rest_route=\/wp\/v2\/pages\/273\/revisions\/426"}],"wp:attachment":[{"href":"https:\/\/quick-cert.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}