{"id":72,"date":"2026-04-02T23:43:47","date_gmt":"2026-04-02T23:43:47","guid":{"rendered":"https:\/\/designwithqiza.biz.id\/pqi\/?page_id=72"},"modified":"2026-04-02T23:47:46","modified_gmt":"2026-04-02T23:47:46","slug":"testimonials","status":"publish","type":"page","link":"https:\/\/designwithqiza.biz.id\/pqi\/testimonials\/","title":{"rendered":"Testimonials"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"72\" class=\"elementor elementor-72\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a3c443 e-con-full e-flex e-con e-parent\" data-id=\"5a3c443\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6879f6 elementor-widget elementor-widget-html\" data-id=\"d6879f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n     PQI CONSULTANT - TESTIMONIALS: MODERN UNIFIED LAYOUT\r\n     Standalone. Paste ke widget HTML Elementor.\r\n     ============================================================ -->\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@600;700;800&family=Lora:ital,wght@0,400;0,600;1,400&family=Open+Sans:wght@300;400;600&display=swap');\r\n\r\n.pqi-tm * { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n.pqi-tm {\r\n  width: 100%;\r\n  background: #f7f6f2;\r\n  font-family: 'Open Sans', sans-serif;\r\n  padding-bottom: clamp(64px, 8vw, 112px);\r\n}\r\n\r\n\/* --- HERO SECTION --- *\/\r\n.pqi-tm-hero {\r\n  background: #162a4e;\r\n  padding: clamp(80px, 10vw, 120px) clamp(20px, 6vw, 80px);\r\n  text-align: center;\r\n  position: relative;\r\n  overflow: hidden;\r\n  margin-bottom: clamp(40px, 6vw, 80px);\r\n}\r\n\r\n.pqi-tm-hero::before {\r\n  content: '';\r\n  position: absolute;\r\n  inset: 0;\r\n  background-image: \r\n    linear-gradient(rgba(246,205,41,.04) 1px, transparent 1px),\r\n    linear-gradient(90deg, rgba(246,205,41,.04) 1px, transparent 1px);\r\n  background-size: 48px 48px;\r\n}\r\n\r\n.pqi-tm-hero-inner {\r\n  position: relative;\r\n  z-index: 1;\r\n  max-width: 800px;\r\n  margin: 0 auto;\r\n}\r\n\r\n.pqi-tm-title {\r\n  font-family: 'Lora', Georgia, serif;\r\n  font-size: clamp(32px, 4vw, 56px);\r\n  font-weight: 600;\r\n  color: #fff;\r\n  line-height: 1.15;\r\n  margin-bottom: 20px;\r\n}\r\n\r\n.pqi-tm-title em {\r\n  font-style: italic;\r\n  color: #f6cd29;\r\n}\r\n\r\n.pqi-tm-lead {\r\n  font-size: clamp(14px, 1.2vw, 16px);\r\n  font-weight: 300;\r\n  color: rgba(255,255,255,.7);\r\n  line-height: 1.7;\r\n}\r\n\r\n\/* --- FILTER CONTROLS --- *\/\r\n.pqi-tm-filters {\r\n  display: flex;\r\n  justify-content: center;\r\n  gap: 12px;\r\n  margin-bottom: 48px;\r\n  flex-wrap: wrap;\r\n  padding: 0 20px;\r\n}\r\n\r\n.pqi-tm-btn {\r\n  background: #fff;\r\n  border: 1px solid #e2e0d8;\r\n  color: #162a4e;\r\n  font-family: 'Montserrat', sans-serif;\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  text-transform: uppercase;\r\n  letter-spacing: .12em;\r\n  padding: 12px 24px;\r\n  border-radius: 40px;\r\n  cursor: pointer;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.pqi-tm-btn:hover {\r\n  border-color: #162a4e;\r\n}\r\n\r\n.pqi-tm-btn.is-active {\r\n  background: #162a4e;\r\n  color: #fff;\r\n  border-color: #162a4e;\r\n  box-shadow: 0 8px 20px rgba(22, 42, 78, 0.15);\r\n}\r\n\r\n\/* --- MASONRY GRID --- *\/\r\n.pqi-tm-container {\r\n  max-width: 1200px;\r\n  margin: 0 auto;\r\n  padding: 0 clamp(20px, 6vw, 80px);\r\n}\r\n\r\n.pqi-tm-grid {\r\n  column-count: 3;\r\n  column-gap: 32px;\r\n}\r\n\r\n@media(max-width: 1024px) { .pqi-tm-grid { column-count: 2; } }\r\n@media(max-width: 640px) { .pqi-tm-grid { column-count: 1; } }\r\n\r\n\/* --- CARDS --- *\/\r\n.pqi-tm-card {\r\n  break-inside: avoid;\r\n  margin-bottom: 32px;\r\n  background: #fff;\r\n  border: 1px solid #e2e0d8;\r\n  display: inline-block;\r\n  width: 100%;\r\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n  overflow: hidden;\r\n  animation: pqiFadeUp 0.5s ease forwards;\r\n}\r\n\r\n.pqi-tm-card:hover {\r\n  transform: translateY(-6px);\r\n  box-shadow: 0 15px 35px rgba(22, 42, 78, 0.08);\r\n}\r\n\r\n@keyframes pqiFadeUp {\r\n  from { opacity: 0; transform: translateY(20px); }\r\n  to { opacity: 1; transform: translateY(0); }\r\n}\r\n\r\n\/* Video Card Styles *\/\r\n.pqi-tm-video-thumb {\r\n  position: relative;\r\n  width: 100%;\r\n  aspect-ratio: 16\/9;\r\n  background: #162a4e;\r\n  display: block;\r\n  overflow: hidden;\r\n}\r\n\r\n.pqi-tm-video-thumb img {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n  opacity: 0.85;\r\n  transition: transform 0.5s ease, opacity 0.3s ease;\r\n}\r\n\r\n.pqi-tm-card:hover .pqi-tm-video-thumb img {\r\n  transform: scale(1.05);\r\n  opacity: 0.6;\r\n}\r\n\r\n.pqi-tm-play {\r\n  position: absolute;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%);\r\n  width: 48px;\r\n  height: 48px;\r\n  background: #f6cd29;\r\n  border-radius: 50%;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  transition: transform 0.3s ease;\r\n}\r\n\r\n.pqi-tm-card:hover .pqi-tm-play {\r\n  transform: translate(-50%, -50%) scale(1.15);\r\n}\r\n\r\n.pqi-tm-play svg {\r\n  width: 16px;\r\n  height: 16px;\r\n  fill: #162a4e;\r\n  margin-left: 3px;\r\n}\r\n\r\n.pqi-tm-video-info {\r\n  padding: 24px;\r\n}\r\n\r\n\/* Written Card Styles *\/\r\n.pqi-tm-text-info {\r\n  padding: 32px 28px;\r\n  position: relative;\r\n}\r\n\r\n.pqi-tm-quote-icon {\r\n  font-family: 'Lora', Georgia, serif;\r\n  font-size: 56px;\r\n  color: #f6cd29;\r\n  line-height: 0;\r\n  margin-bottom: 24px;\r\n  margin-top: 10px;\r\n  opacity: 0.6;\r\n}\r\n\r\n.pqi-tm-text {\r\n  font-family: 'Lora', Georgia, serif;\r\n  font-size: 14.5px;\r\n  font-style: italic;\r\n  line-height: 1.7;\r\n  color: #162a4e;\r\n  margin-bottom: 24px;\r\n}\r\n\r\n\/* Shared Details *\/\r\n.pqi-tm-tag {\r\n  display: inline-block;\r\n  background: rgba(22, 42, 78, 0.05);\r\n  color: #162a4e;\r\n  font-family: 'Montserrat', sans-serif;\r\n  font-size: 9px;\r\n  font-weight: 700;\r\n  letter-spacing: .12em;\r\n  text-transform: uppercase;\r\n  padding: 4px 10px;\r\n  margin-bottom: 12px;\r\n}\r\n\r\n.pqi-tm-name {\r\n  font-family: 'Montserrat', sans-serif;\r\n  font-size: 13px;\r\n  font-weight: 700;\r\n  color: #162a4e;\r\n  margin-bottom: 4px;\r\n}\r\n\r\n.pqi-tm-role {\r\n  font-size: 12px;\r\n  color: #3d3d3a;\r\n  opacity: 0.8;\r\n  line-height: 1.4;\r\n}\r\n\r\n.pqi-tm-author-wrap {\r\n  border-top: 1px solid rgba(22, 42, 78, 0.1);\r\n  padding-top: 20px;\r\n}\r\n<\/style>\r\n\r\n<div class=\"pqi-tm\">\r\n  \r\n  <div class=\"pqi-tm-hero\">\r\n    <div class=\"pqi-tm-hero-inner\">\r\n      <h1 class=\"pqi-tm-title\">Hear from our<br><em>successful partners.<\/em><\/h1>\r\n      <p class=\"pqi-tm-lead\">Discover how organizations across various sectors achieve operational excellence and build strong safety cultures with our guidance.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"pqi-tm-filters\" id=\"pqi-filters\">\r\n    <button class=\"pqi-tm-btn is-active\" data-filter=\"all\">All Testimonials<\/button>\r\n    <button class=\"pqi-tm-btn\" data-filter=\"video\">Video Stories<\/button>\r\n    <button class=\"pqi-tm-btn\" data-filter=\"written\">Written Feedback<\/button>\r\n  <\/div>\r\n\r\n  <div class=\"pqi-tm-container\">\r\n    <div class=\"pqi-tm-grid\" id=\"pqi-grid\">\r\n      <!-- Cards will be injected here via JavaScript -->\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  \r\n  \/\/ Data Array containing all 83 testimonials\r\n  const testimonials = [\r\n    \/\/ --- VIDEOS ---\r\n    { type: 'video', id: 'dSH3Fs9D6v4', tag: 'Lean Manufacture', company: 'PT. Faber Castell Indonesia', role: '' },\r\n    { type: 'video', id: 'bcvhfeq6xZU', tag: 'Lean Manufacture', company: 'Agel Langgeng Compile', role: '' },\r\n    { type: 'video', id: 'swg-ILBedsM', tag: 'Lean Manufacture', company: 'PT. NGK Busi Indonesia', role: 'Aris, Factory Manager' },\r\n    { type: 'video', id: 'tMmlRcRjjgE', tag: 'Lean Manufacture', company: 'PT. Faber Castel Indonesia', role: '' },\r\n    { type: 'video', id: '5_buQL3SNq4', tag: 'Lean Manufacture', company: 'PT. Faber Castell Indonesia', role: 'Kubandi, Head of Production' },\r\n    { type: 'video', id: 'OytAlNgK_r4', tag: 'Lean Manufacture', company: 'PT. Faber Castell Indonesia', role: 'Pandu, TPM Leader' },\r\n    { type: 'video', id: 'kLp8Y614RkA', tag: 'Lean Manufacture', company: 'PT. Kojima Auto Technology', role: '' },\r\n    { type: 'video', id: 'TqU64_tmBo0', tag: 'Lean Manufacture', company: 'PT. Agel Langgeng', role: 'Cahyo' },\r\n    { type: 'video', id: '2VRB4BgebMc', tag: 'Lean Manufacture', company: 'PT. Agel Langgeng', role: 'Sumali, Foreman' },\r\n    { type: 'video', id: '6h0zik04aLs', tag: 'Lean Manufacture', company: 'PT. Kojima Auto Technology', role: 'Fujiwara-san' },\r\n    { type: 'video', id: 'F7DiCGdIBG4', tag: 'Lean Manufacture', company: 'PT. Agel Langgeng', role: 'Akbar, Ketua Serikat Buruh' },\r\n    { type: 'video', id: 'ajZEOCT4T0Y', tag: 'Lean Manufacture', company: 'PT. Agel Langgeng', role: 'Ashari, Ketua Serikat Buruh' },\r\n    { type: 'video', id: 'eCflYoj1P6w', tag: 'Lean Manufacture', company: 'PT. Agel Langgeng', role: 'Asep, Supervisor' },\r\n    { type: 'video', id: 'dc0epPqf4Ak', tag: 'Lean Manufacture', company: 'PT. Faber-Castell', role: 'Agama Hadi, Ketua Serikat Kerja' },\r\n    { type: 'video', id: 'blQozl3GkTs', tag: 'Lean Manufacture', company: 'PT. Faber Castell', role: 'Denny Purwanto, Section Head' },\r\n    { type: 'video', id: 'CKfpuhVBd3A', tag: 'Lean Manufacture', company: 'PT. Asahi Diamond', role: 'Zainal Muttaqqien, Sekertaris' },\r\n    { type: 'video', id: '0aspnrPEUqM', tag: 'Lean Manufacture', company: 'PT. Faber Castell', role: 'Moyo, Production Manager' },\r\n    { type: 'video', id: 'nZqqrNvC1Mg', tag: 'Lean Manufacture', company: 'Asahi Diamond', role: 'Muh Udayana' },\r\n    { type: 'video', id: 'dyUOyuqRdWc', tag: 'Lean Manufacture', company: 'PT. Agel Langgeng', role: 'Linda, Factory Manager' },\r\n    { type: 'video', id: 'FjSP8wpE0XY', tag: 'Lean Manufacture', company: 'PT. Frisian Flag', role: '' },\r\n    { type: 'video', id: '4QNfQvMstSE', tag: 'Lean Manufacture', company: 'PT. Huawei', role: '' },\r\n    { type: 'video', id: 'rqP_LaUiI0s', tag: 'Lean Manufacture', company: 'PT. Metal Industri', role: 'Giri' },\r\n    { type: 'video', id: 'vAmAYb3L1AA', tag: 'Lean Manufacture', company: 'Indra Bekti', role: '' },\r\n    { type: 'video', id: 'jfVEUsV3xyc', tag: 'Lean Manufacture', company: 'PT. Faber Castell', role: 'Imam, Ketua SPSI' },\r\n    { type: 'video', id: 'B6c1RWniGB4', tag: 'Lean Manufacture', company: 'Widayati', role: '' },\r\n    { type: 'video', id: 'o33mic2DQU8', tag: 'Lean Manufacture', company: 'PT. Faber Castell', role: 'Wakil Ketua 1' },\r\n    { type: 'video', id: 'h9r6JIkvemo', tag: 'Lean Manufacture', company: 'PT. Frisian Flag', role: 'Hans, Production Manager' },\r\n    { type: 'video', id: 'DcCwHlszDN8', tag: 'Lean Manufacture', company: 'PT. Braja Mukti Chakra', role: 'Desi, Manager HRD' },\r\n    { type: 'video', id: 'V4_-MRZzLXY', tag: 'Lean Manufacture', company: 'PT Trias Indonesia', role: 'Cinthya, Internal Auditor' },\r\n    { type: 'video', id: 'kg1jD_j-AJM', tag: 'Lean Manufacture', company: 'PT. Denso Indonesia', role: 'Arief, General Manager HRD' },\r\n    { type: 'video', id: '-KGWIwD7pDY', tag: 'Lean Manufacture', company: 'PT. Cheil Indonesia', role: '' },\r\n    { type: 'video', id: 'vT31pJ5j21c', tag: 'Lean Manufacture', company: 'PT Bridgestone', role: 'Bambang, Asisten Manager Produksi' },\r\n    { type: 'video', id: 'esB8JBsI8fo', tag: 'Lean Manufacture', company: 'PT. Nippres Indonesia', role: 'Edbert Bambang, Production Manager' },\r\n    { type: 'video', id: 'U20JOjdxhOI', tag: 'Lean Manufacture', company: 'PT Yakult', role: 'Huda, Senior Manager HRD' },\r\n    { type: 'video', id: '6axtlJqz8nI', tag: 'Lean Manufacture', company: 'PT Danone', role: 'Andi, Quality and Production Manager' },\r\n    { type: 'video', id: '7u5faWP04pQ', tag: 'Lean Manufacture', company: 'PT. Denso Indonesia', role: 'Wahyu, Koordinator HRD' },\r\n    { type: 'video', id: 'Fb0a-roXPWY', tag: 'Lean Manufacture', company: 'PT. Cheil Indonesia', role: 'Kim, Factory Manager' },\r\n    { type: 'video', id: 'pRnX7o1sSVk', tag: 'Lean Manufacture', company: 'PT. Excel Metal Industri', role: 'Erwin Tho, Production Director' },\r\n    { type: 'video', id: 'n_Z6Rj8QI-I', tag: 'Lean Manufacture', company: 'PT. Excel Metal Industri', role: 'San San Tan, Finance Director' },\r\n    { type: 'video', id: '1Ka1gH2kzys', tag: 'Lean Manufacture', company: 'PT. Excel Metal Industri', role: 'Arman, Marketing Director' },\r\n    { type: 'video', id: 'FAYnvkYtkno', tag: 'Lean Manufacture', company: 'PT. FUJI OOZX Indonesia', role: '' },\r\n    { type: 'video', id: 'jQvZ6lMdRTA', tag: 'Lean Manufacture', company: 'PT Tangkas Cipta Optimal', role: '' },\r\n    { type: 'video', id: 'kdCheDTUbyw', tag: 'Lean Construction', company: 'Training', role: '' },\r\n    { type: 'video', id: 'Sd64k8suTkk', tag: 'Lean Construction', company: 'PT. PP (persero) TBK', role: 'Training SetUp Culture' },\r\n    { type: 'video', id: 'YROLIDRlA-I', tag: 'Lean Hospital', company: 'RSJD Soejawardi Klaten', role: '' },\r\n    { type: 'video', id: 's515vJLiQCA', tag: 'Lean Hospital', company: 'RSJD Soejawardi Klaten', role: '' },\r\n\r\n    \/\/ --- WRITTEN ---\r\n    { type: 'written', text: \"The implementation of COMET LPS & Digital Lean Construction was assisted by PQI. The impact is highly beneficial. Before the implementation, our progress was behind schedule. After the implementation, we successfully achieved a 13% progress leap.\", name: \"Elbet Soeharto\", title: \"Site Engineering Manager, PT. Brantas Abipraya\" },\r\n    { type: 'written', text: \"Although only a few Lean Construction tools were implemented, the project quality drastically improved and was even recognized by the President of Indonesia. Projects now have better budget control and no longer experience cost overruns.\", name: \"Anton Satyo Hendriatmo\", title: \"PT. PP (Persero) Tbk.\" },\r\n    { type: 'written', text: \"This lean construction training is very beneficial for our company. We feel the changes individually and as a team. We hope this training helps our company advance to become number 1 in ASEAN.\", name: \"Ahmad Wahyudi\", title: \"PT. PP Persero\" },\r\n    { type: 'written', text: \"I have 27 years of experience and have attended many training sessions. Without a doubt, the training organized by PQI is the best I have ever attended. PQI is the best.\", name: \"Thomas Gunawan\", title: \"Project Director, PT. Rekayasa Industri\" },\r\n    { type: 'written', text: \"After this training, our initially separate three companies became one very solid team. I believe the implementation of lean construction is highly useful for our project executions.\", name: \"Ivan Yoga Putra\", title: \"Project Director, SKP\" },\r\n    { type: 'written', text: \"Hopefully, with lean construction, all Indonesian contractors can advance and compete internationally. PQI Consultant is excellent. The material is delivered clearly and easily understood for those of us in construction.\", name: \"Emon Haryoko\", title: \"PT. Acece Sarana Prima\" },\r\n    { type: 'written', text: \"This event is extraordinary. Mr. Budi steps in to create changes in local centers to build better quality.\", name: \"Ricky Siwu\", title: \"Senior Project Manager, Indalex\" },\r\n    { type: 'written', text: \"I did not expect PQI to organize such a highly motivating event. If done frequently, Indonesia will prosper.\", name: \"Andi Sanapsir\", title: \"Surya Energi Utama\" },\r\n    { type: 'written', text: \"Training with PQI regarding World Class Airport and ISO 9001:2008. Extraordinary. Top!\", name: \"Purwadi\", title: \"Airport Duty Manager, PT. Angkasa Pura 1\" },\r\n    { type: 'written', text: \"The material and trainers effectively dissect leadership in daily work, unlike other trainers who only provide theory. Daily management problems can be analyzed very well.\", name: \"Utari\", title: \"Senior Manager, PT. YKK AP Indonesia\" },\r\n    { type: 'written', text: \"PQI training is lively, energetic, and applicable to daily work. I will recommend it to my colleagues.\", name: \"Sardiman\", title: \"Manager RS, Mitra Keluarga\" },\r\n    { type: 'written', text: \"In training, workshops, and mentoring, PQI is highly competent and professional. Their approach is excellent and interactive.\", name: \"Joko Waskito\", title: \"Director, PT. Angkasa Pura 1\" },\r\n    { type: 'written', text: \"I often attend training on similar topics, but PQI's material is exceptional and easy to digest. The trainers are friendly and interactive.\", name: \"Azril\", title: \"Astra Otopart\" },\r\n    { type: 'written', text: \"Thank you PQI Consultant for creating changes at YIMM. Hopefully, we can become reliable trainers in the future.\", name: \"Heru\", title: \"Senior Trainer TPM, PT. Yamaha Indonesia\" },\r\n    { type: 'written', text: \"This training is excellent because it successfully shapes the mindset of employees from the Leader level to the Manager level. Truly outstanding.\", name: \"Bambang Budi Sulistio\", title: \"Production Manager, PT. Epson Indonesia\" },\r\n    { type: 'written', text: \"Before the training, my motivation was low. After the training, my energy and motivation surged to 125%! When NGK succeeds, we succeed.\", name: \"Iwan\", title: \"SPSI Chairman, PT. NGK Busi Indonesia\" },\r\n    { type: 'written', text: \"PQI's training is excellent. It inspired me, and I passed this enthusiasm on to my labor union friends.\", name: \"Munadi\", title: \"SPM Chairman, PT. Toshiba Indonesia\" },\r\n    { type: 'written', text: \"Training with PQI brings enthusiasm and motivation to work better for the company's progress.\", name: \"Catur\", title: \"Secretary of SPMI, PT. YKK Indonesia\" },\r\n    { type: 'written', text: \"I once said Mario Teguh could not change me. But after PQI, my motivation to work for myself, my family, and the company increased.\", name: \"Boni\", title: \"Leader Operator, PT. Cheil Indonesia\" },\r\n    { type: 'written', text: \"Excellent. It keeps things fresh and not boring. The delivery is clear, detailed, applicable, and communicative.\", name: \"Tyas Wobowo\", title: \"Senior Manager Improvement, PT. Krama Yudha\" },\r\n    { type: 'written', text: \"Highly eye-opening. The material is delivered swiftly and in a fun way, allowing us to relax but achieve maximum results.\", name: \"Erwin Tho\", title: \"PT. Excel Metal Indonesia\" },\r\n    { type: 'written', text: \"I attended many training sessions while working at Astra. PQI is truly different and the best. They identify crucial areas to improve company performance.\", name: \"Edi\", title: \"President Director, PT. Mitra Karsa Sukses Mandiri\" },\r\n    { type: 'written', text: \"Understanding World Class Manufacturing from PQI opened the minds of managers and directors at Indomobil Group.\", name: \"Johar Lusdi\", title: \"Director, PT Indomobil Suzuki International\" },\r\n    { type: 'written', text: \"It is a pleasure to work with PQI Consultant. Excellent and good jobs. Fantastic results during SMED, Leadership, & World Class Company workshops.\", name: \"Peter Brooke\", title: \"Supply Chain Director, PT. PZ Cussons\" },\r\n    { type: 'written', text: \"I often train with other consultants. PQI finally opened my perspective because their approach is detailed and comprehensive based on field conditions.\", name: \"Dadan\", title: \"Manager QA, LG Indonesia\" },\r\n    { type: 'written', text: \"PQI Consultant masters production management perfectly. The training is engaging, complemented by creative activities.\", name: \"Giriyasa\", title: \"Manager Procurement, PT Krama Yudha\" },\r\n    { type: 'written', text: \"Training with PQI is extraordinary, detailed, and applicable. Many things still needed improvement despite our existing programs.\", name: \"Andi Ciendra\", title: \"PT. DANONE Dairy Indonesia\" },\r\n    { type: 'written', text: \"PQI training is extraordinary, especially for reducing cycle time (SMED) and implementing World Class Manufacturing.\", name: \"Steve Rawung\", title: \"Six Sigma Master Black Belt, Cussons Ind.\" },\r\n    { type: 'written', text: \"Truly beneficial! It broadens perspectives. The material flows well, does not feel monotonous, and makes us really enjoy the process.\", name: \"San San Tan\", title: \"Finance Accounting Director, PT. EXCEL Indonesia\" },\r\n    { type: 'written', text: \"PQI is excellent. It is refreshing. The material is clearer and more substantial compared to other providers. The language is down-to-earth and easy to grasp.\", name: \"Drg. Elisabeth Setyodewi\", title: \"Director, RS Mitra Keluarga\" },\r\n    { type: 'written', text: \"Training with PQI is exceptionally beneficial for our managers and GMs.\", name: \"Andrew Mulyono\", title: \"PT. TAKAGI GROUP\" },\r\n    { type: 'written', text: \"I have trained with others before, but PQI is truly extraordinary. I am very proud to work with PQI.\", name: \"Agus Pratomo\", title: \"GM-HRD, PT. LG Indonesia\" },\r\n    { type: 'written', text: \"Congratulations to PQI Consultant for presenting lean construction planning. The trainer is great, the facilities and games are good, and it is highly implementable.\", name: \"Agus Dwiantoro\", title: \"PT. PP Persero\" },\r\n    { type: 'written', text: \"Thank you to the PQI Team for implementing Digital Lean Construction in the JTB Project. Before, processing progress data took a week. Now, we get real-time progress and trends.\", name: \"Gatot Prasetyo\", title: \"PT. Rekayasa Industri\" },\r\n    { type: 'written', text: \"During these 4 days of training, the lean construction thinking process to humanize humans is extraordinary. We still have many wasteful steps to eliminate.\", name: \"Agung Andika\", title: \"PT. Rekayasa Industri\" }\r\n  ];\r\n\r\n  const grid = document.getElementById('pqi-grid');\r\n  const buttons = document.querySelectorAll('.pqi-tm-btn');\r\n\r\n  function renderCards(filterType) {\r\n    grid.innerHTML = '';\r\n    \r\n    const filtered = testimonials.filter(item => {\r\n      if (filterType === 'all') return true;\r\n      return item.type === filterType;\r\n    });\r\n\r\n    filtered.forEach((item, index) => {\r\n      const delay = (index % 10) * 0.05; \/\/ Staggered animation\r\n      \r\n      let cardHTML = '';\r\n      if (item.type === 'video') {\r\n        cardHTML = `\r\n          <a href=\"https:\/\/youtu.be\/${item.id}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"pqi-tm-card\" style=\"animation-delay: ${delay}s\">\r\n            <div class=\"pqi-tm-video-thumb\">\r\n              <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/${item.id}\/hqdefault.jpg\" loading=\"lazy\" alt=\"${item.company}\">\r\n              <div class=\"pqi-tm-play\"><svg viewBox=\"0 0 24 24\"><path d=\"M5 3l14 9-14 9V3z\"\/><\/svg><\/div>\r\n            <\/div>\r\n            <div class=\"pqi-tm-video-info\">\r\n              <span class=\"pqi-tm-tag\">${item.tag}<\/span>\r\n              <h3 class=\"pqi-tm-name\">${item.company}<\/h3>\r\n              ${item.role ? `<p class=\"pqi-tm-role\">${item.role}<\/p>` : ''}\r\n            <\/div>\r\n          <\/a>\r\n        `;\r\n      } else {\r\n        cardHTML = `\r\n          <div class=\"pqi-tm-card\" style=\"animation-delay: ${delay}s\">\r\n            <div class=\"pqi-tm-text-info\">\r\n              <div class=\"pqi-tm-quote-icon\">&ldquo;<\/div>\r\n              <p class=\"pqi-tm-text\">${item.text}<\/p>\r\n              <div class=\"pqi-tm-author-wrap\">\r\n                <h4 class=\"pqi-tm-name\">${item.name}<\/h4>\r\n                <p class=\"pqi-tm-role\">${item.title}<\/p>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        `;\r\n      }\r\n      grid.insertAdjacentHTML('beforeend', cardHTML);\r\n    });\r\n  }\r\n\r\n  \/\/ Initial render\r\n  renderCards('all');\r\n\r\n  \/\/ Filter clicks\r\n  buttons.forEach(btn => {\r\n    btn.addEventListener('click', function() {\r\n      buttons.forEach(b => b.classList.remove('is-active'));\r\n      this.classList.add('is-active');\r\n      const filter = this.getAttribute('data-filter');\r\n      renderCards(filter);\r\n    });\r\n  });\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hear from oursuccessful partners. Discover how organizations across various sectors achieve operational excellence and build strong safety cultures with our guidance. All Testimonials Video Stories Written Feedback<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":4,"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/pages\/72\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/designwithqiza.biz.id\/pqi\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}