{"id":1884,"date":"2022-12-05T15:42:25","date_gmt":"2022-12-05T15:42:25","guid":{"rendered":"http:\/\/localhost\/lawmaster\/?page_id=1884"},"modified":"2025-05-22T15:55:47","modified_gmt":"2025-05-22T15:55:47","slug":"service","status":"publish","type":"page","link":"https:\/\/alaizpharma.com\/?page_id=1884","title":{"rendered":"Service"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1884\" class=\"elementor elementor-1884\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30fdbca e-flex e-con-boxed e-con e-parent\" data-id=\"30fdbca\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ececcbf elementor-widget elementor-widget-html\" data-id=\"ececcbf\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Services - Alaiz Pharma Consultancy<\/title>\r\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/p5.js\/1.4.2\/p5.min.js\"><\/script>\r\n  <style>\r\n    body {\r\n      margin: 0;\r\n      font-family: 'Arial', sans-serif;\r\n      color: #333;\r\n      background-color: #f4f7fa;\r\n    }\r\n    .services-intro {\r\n      position: relative;\r\n      max-width: 1200px;\r\n      margin: 2rem auto;\r\n      padding: 3rem;\r\n      background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.95));\r\n      border-radius: 10px;\r\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\r\n      overflow: hidden;\r\n      background-image: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 200 200\" opacity=\"0.2\"><g fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\"><circle cx=\"50\" cy=\"50\" r=\"20\"\/><circle cx=\"150\" cy=\"50\" r=\"15\"\/><circle cx=\"100\" cy=\"150\" r=\"25\"\/><line x1=\"50\" y1=\"50\" x2=\"150\" y2=\"50\"\/><line x1=\"50\" y1=\"50\" x2=\"100\" y2=\"150\"\/><line x1=\"150\" y1=\"50\" x2=\"100\" y2=\"150\"\/><\/g><\/svg>');\r\n      background-size: cover;\r\n      background-position: center;\r\n    }\r\n    .services-intro h1 {\r\n      color: #7671ff;\r\n      font-size: 2.5rem;\r\n      margin-bottom: 1.5rem;\r\n      text-align: center;\r\n      border-bottom: 2px solid #7671ff;\r\n      padding-bottom: 0.5rem;\r\n    }\r\n    .services-intro p {\r\n      font-size: 1.1rem;\r\n      line-height: 1.8;\r\n      text-align: center;\r\n      max-width: 900px;\r\n      margin: 0 auto;\r\n    }\r\n    .canvas-container {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      z-index: -1;\r\n      opacity: 0.5;\r\n    }\r\n    .fallback-message {\r\n      display: none;\r\n      color: #666;\r\n      font-style: italic;\r\n      text-align: center;\r\n      margin-bottom: 1rem;\r\n      background: rgba(255, 255, 255, 0.8);\r\n      padding: 0.5rem;\r\n      border-radius: 5px;\r\n    }\r\n    @media (max-width: 768px) {\r\n      .services-intro {\r\n        padding: 1.5rem;\r\n      }\r\n      .services-intro h1 {\r\n        font-size: 2rem;\r\n      }\r\n      .services-intro p {\r\n        font-size: 1rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <section class=\"services-intro\">\r\n    <div class=\"canvas-container\" id=\"canvas\"><\/div>\r\n    <p class=\"fallback-message\">Animation not supported or failed to load. Static background applied.<\/p>\r\n    <h1>Services - Alaiz Pharma Consultancy<\/h1>\r\n    <p>At Alaiz Pharma Consultancy (APC), we provide specialized quality assurance and compliance services tailored to the pharmaceutical industry. Our expertise ensures your operations meet the highest standards of quality, safety, and regulatory compliance. With a commitment to precision and excellence, we support our clients in navigating complex regulatory landscapes, streamlining processes, and achieving operational success. Our services are designed to align with the soft, calming hues of trust and reliability, reflecting the APC initials in our dedication to Accuracy, Professionalism, and Compliance.<\/p>\r\n  <\/section>\r\n\r\n  <script>\r\n    let particles = [];\r\n\r\n    function setup() {\r\n      try {\r\n        let canvas = createCanvas(windowWidth, document.querySelector('.services-intro').offsetHeight);\r\n        canvas.parent('canvas');\r\n        let fallback = document.querySelector('.fallback-message');\r\n        if (fallback) fallback.style.display = 'none';\r\n        console.log('p5.js canvas initialized successfully');\r\n        for (let i = 0; i < 80; i++) {\r\n          particles.push({\r\n            x: random(width),\r\n            y: random(height),\r\n            vx: random(-0.8, 0.8),\r\n            vy: random(-0.8, 0.8),\r\n            size: random(8, 20),\r\n            type: random() > 0.5 ? 'molecule' : 'atom'\r\n          });\r\n        }\r\n      } catch (e) {\r\n        console.error('p5.js setup failed:', e);\r\n        document.querySelector('.fallback-message').style.display = 'block';\r\n      }\r\n    }\r\n\r\n    function draw() {\r\n      clear();\r\n      noStroke();\r\n      particles.forEach(p => {\r\n        if (p.type === 'molecule') {\r\n          fill(0, 85, 102, 200);\r\n          ellipse(p.x, p.y, p.size, p.size);\r\n        } else {\r\n          fill(100, 200, 200, 200);\r\n          ellipse(p.x, p.y, p.size * 0.7, p.size * 0.7);\r\n        }\r\n        p.x += p.vx;\r\n        p.y += p.vy;\r\n        if (p.x < 0 || p.x > width) p.vx *= -1;\r\n        if (p.y < 0 || p.y > height) p.vy *= -1;\r\n      });\r\n    }\r\n\r\n    function windowResized() {\r\n      resizeCanvas(windowWidth, document.querySelector('.services-intro').offsetHeight);\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c152921 e-flex e-con-boxed e-con e-parent\" data-id=\"c152921\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0e4def elementor-widget elementor-widget-html\" data-id=\"a0e4def\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Our Services - Alaiz Pharma Consultancy<\/title>\r\n  <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/p5.js\/1.4.2\/p5.min.js\"><\/script>\r\n  <style>\r\n    body {\r\n      margin: 0;\r\n      font-family: 'Arial', sans-serif;\r\n      color: #333;\r\n      background-color: #e6f0fa;\r\n      overflow-x: hidden;\r\n    }\r\n    .services-section, .experience-section {\r\n      position: relative;\r\n      max-width: 1200px;\r\n      margin: 3rem auto;\r\n      padding: 4rem 2rem;\r\n      background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(200, 240, 255, 0.7));\r\n      border-radius: 15px;\r\n      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);\r\n      overflow: hidden;\r\n      backdrop-filter: blur(5px);\r\n    }\r\n    .services-section h2, .experience-section h2 {\r\n      color: #7671ff;\r\n      font-size: 2.5rem;\r\n      margin-bottom: 2.5rem;\r\n      text-align: center;\r\n      text-transform: uppercase;\r\n      letter-spacing: 1px;\r\n      position: relative;\r\n    }\r\n    .services-section h2::after, .experience-section h2::after {\r\n      content: '';\r\n      width: 100px;\r\n      height: 3px;\r\n      background: #7671ff;\r\n      position: absolute;\r\n      bottom: -10px;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n    }\r\n    .services-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n      gap: 2rem;\r\n      padding: 0 1rem;\r\n    }\r\n    .service {\r\n      padding: 2rem;\r\n      background: rgba(255, 255, 255, 0.85);\r\n      border-radius: 12px;\r\n      text-align: center;\r\n      transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;\r\n      animation: fadeIn 0.8s ease-out forwards;\r\n      opacity: 0;\r\n      transform: translateY(20px);\r\n    }\r\n    .service:nth-child(1) { animation-delay: 0.2s; }\r\n    .service:nth-child(2) { animation-delay: 0.4s; }\r\n    .service:nth-child(3) { animation-delay: 0.6s; }\r\n    .service:nth-child(4) { animation-delay: 0.8s; }\r\n    .service:nth-child(5) { animation-delay: 1s; }\r\n    .service:hover {\r\n      transform: translateY(-10px);\r\n      box-shadow: 0 10px 20px rgba(0, 77, 90, 0.2);\r\n      background: rgba(255, 255, 255, 0.95);\r\n    }\r\n    .service svg {\r\n      width: 60px;\r\n      height: 60px;\r\n      margin: 0 auto 1rem;\r\n      display: block;\r\n      transition: transform 0.3s ease, filter 0.3s ease;\r\n    }\r\n    .service:hover svg {\r\n      transform: scale(1.15) rotate(5deg);\r\n      filter: drop-shadow(0 0 8px rgba(118, 113, 255, 0.3));\r\n    }\r\n    .service h3 {\r\n      color: #7671ff;\r\n      font-size: 1.6rem;\r\n      margin-bottom: 0.75rem;\r\n    }\r\n    .service p {\r\n      font-size: 1rem;\r\n      line-height: 1.7;\r\n      color: #444;\r\n    }\r\n    .experience-grid {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 2rem;\r\n      position: relative;\r\n      padding-left: 2rem;\r\n    }\r\n    .experience-grid::before {\r\n      content: '';\r\n      position: absolute;\r\n      left: 1rem;\r\n      top: 0;\r\n      bottom: 0;\r\n      width: 4px;\r\n      background: linear-gradient(to bottom, #7671ff, #7671ff);\r\n    }\r\n    .experience {\r\n      padding: 1.5rem;\r\n      background: rgba(255, 255, 255, 0.9);\r\n      border-radius: 10px;\r\n      position: relative;\r\n      margin-left: 2rem;\r\n      transition: transform 0.4s ease, box-shadow 0.4s ease;\r\n      animation: fadeIn 0.8s ease-out forwards;\r\n      opacity: 0;\r\n      transform: translateX(20px);\r\n    }\r\n    .experience:nth-child(1) { animation-delay: 0.2s; }\r\n    .experience:hover {\r\n      transform: translateX(10px);\r\n      box-shadow: 0 8px 15px rgba(0, 77, 90, 0.2);\r\n    }\r\n    .experience::before {\r\n      content: '';\r\n      position: absolute;\r\n      left: -2.5rem;\r\n      top: 50%;\r\n      width: 12px;\r\n      height: 12px;\r\n      background: #7671ff;\r\n      border-radius: 50%;\r\n      transform: translateY(-50%);\r\n    }\r\n    .experience h3 {\r\n      color: #7671ff;\r\n      font-size: 1.4rem;\r\n      margin-bottom: 0.5rem;\r\n    }\r\n    .experience p {\r\n      font-size: 1rem;\r\n      line-height: 1.7;\r\n      color: #444;\r\n    }\r\n    .experience ul {\r\n      font-size: 1rem;\r\n      line-height: 1.7;\r\n      color: #444;\r\n      margin-top: 0.5rem;\r\n      padding-left: 1.5rem;\r\n    }\r\n    .canvas-container {\r\n      position: absolute;\r\n      top: 0;\r\n      left: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      z-index: -1;\r\n      opacity: 0.5;\r\n      background-image: url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 200 200\" opacity=\"0.15\"><g fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\"><circle cx=\"50\" cy=\"50\" r=\"20\"\/><circle cx=\"150\" cy=\"50\" r=\"15\"\/><circle cx=\"100\" cy=\"150\" r=\"25\"\/><line x1=\"50\" y1=\"50\" x2=\"150\" y2=\"50\"\/><line x1=\"50\" y1=\"50\" x2=\"100\" y2=\"150\"\/><line x1=\"150\" y1=\"50\" x2=\"100\" y2=\"150\"\/><path d=\"M80 80a10 10 0 0 0 10 10 10 10 0 0 0 10-10 10 10 0 0 0-10-10 10 10 0 0 0-10 10\"\/><\/g><\/svg>');\r\n      background-size: cover;\r\n      background-position: center;\r\n    }\r\n    .fallback-message {\r\n      display: none;\r\n      color: #666;\r\n      font-style: italic;\r\n      text-align: center;\r\n      margin-bottom: 1rem;\r\n      background: rgba(255, 255, 255, 0.8);\r\n      padding: 0.5rem;\r\n      border-radius: 5px;\r\n    }\r\n    @keyframes fadeIn {\r\n      to {\r\n        opacity: 1;\r\n        transform: translateY(0) translateX(0);\r\n      }\r\n    }\r\n    @media (max-width: 768px) {\r\n      .services-section, .experience-section {\r\n        padding: 2rem 1rem;\r\n        margin: 1.5rem auto;\r\n      }\r\n      .services-section h2, .experience-section h2 {\r\n        font-size: 2rem;\r\n      }\r\n      .services-grid {\r\n        grid-template-columns: 1fr;\r\n      }\r\n      .service {\r\n        padding: 1.5rem;\r\n      }\r\n      .service h3 {\r\n        font-size: 1.4rem;\r\n      }\r\n      .service p {\r\n        font-size: 0.95rem;\r\n      }\r\n      .experience-grid::before {\r\n        left: 0.5rem;\r\n      }\r\n      .experience {\r\n        margin-left: 1.5rem;\r\n        padding: 1rem;\r\n      }\r\n      .experience::before {\r\n        left: -2rem;\r\n      }\r\n      .experience h3 {\r\n        font-size: 1.2rem;\r\n      }\r\n      .experience p, .experience ul {\r\n        font-size: ingroup0.9rem;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <section class=\"services-section\">\r\n    <div class=\"canvas-container\" id=\"canvas-services\"><\/div>\r\n    <p class=\"fallback-message\">Animation not supported or failed to load. Static background applied.<\/p>\r\n    <h2>Our Services<\/h2>\r\n    <div class=\"services-grid\">\r\n      <div class=\"service\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\">\r\n          <path d=\"M4 12l2 2 4-4\"\/>\r\n          <path d=\"M4 6h16\"\/>\r\n          <path d=\"M4 18h16\"\/>\r\n          <path d=\"M10 12h10\"\/>\r\n        <\/svg>\r\n        <h3>Batch Review & Release<\/h3>\r\n        <p>We ensure meticulous control and review of batch documentation across SAP, Manufacturing Execution Systems (MES), and paper-based platforms. Our rigorous process verifies compliance with regulatory requirements and internal specifications, enabling seamless batch release while minimizing risks and ensuring product safety.<\/p>\r\n      <\/div>\r\n      <div class=\"service\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\">\r\n          <path d=\"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z\"\/>\r\n          <path d=\"M12 6v6l4 2\"\/>\r\n        <\/svg>\r\n        <h3>Deviation Management<\/h3>\r\n        <p>Our robust deviation management approach focuses on thorough root cause analysis to identify underlying issues. We design and implement Corrective and Preventive Actions (CAPA), providing ongoing follow-up to prevent recurrence. Our methods align with global regulatory expectations, ensuring sustainable quality improvements.<\/p>\r\n      <\/div>\r\n      <div class=\"service\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\">\r\n          <path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/>\r\n          <path d=\"M2 17l10 5 10-5\"\/>\r\n          <path d=\"M2 12l10 5 10-5\"\/>\r\n        <\/svg>\r\n        <h3>QMS Remediation<\/h3>\r\n        <p>We specialize in the classification and correction of Good Distribution Practices (GDP) and Good Manufacturing Practices (GMP) deviations. Our Quality Management System (QMS) remediation services enhance compliance by addressing gaps, optimizing processes, and strengthening your quality framework to meet international standards.<\/p>\r\n      <\/div>\r\n      <div class=\"service\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\">\r\n          <path d=\"M5 13l4 4L19 7\"\/>\r\n        <\/svg>\r\n        <h3>Audit Support<\/h3>\r\n        <p>We prepare your organization for successful audits by regulatory bodies such as the Dutch Health and Youth Care Inspectorate (IGJ), the European Medicines Agency (EMA), and internal reviews. From gap assessments to mock audits and corrective action planning, we ensure readiness and compliance.<\/p>\r\n      <\/div>\r\n      <div class=\"service\">\r\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#7671ff\" stroke-width=\"2\">\r\n          <path d=\"M6 2h12a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2z\"\/>\r\n          <path d=\"M4 6h16\"\/>\r\n          <path d=\"M8 10h8\"\/>\r\n          <path d=\"M8 14h8\"\/>\r\n        <\/svg>\r\n        <h3>Document Control<\/h3>\r\n        <p>We create, revise, and manage Standard Operating Procedures (SOPs), Work Instructions (WIs), and QMS forms to ensure clarity, compliance, and operational efficiency. Our document control services maintain consistency and traceability, supporting your quality systems with precision.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <section class=\"experience-section\">\r\n    <div class=\"canvas-container\" id=\"canvas-experience\"><\/div>\r\n    <p class=\"fallback-message\">Animation not supported or failed to load. Static background applied.<\/p>\r\n    <h2>GDP Support Activities<\/h2>\r\n    <div class=\"experience-grid\">\r\n      <div class=\"experience\">\r\n        <h3>GDP \u2013 Support Activities (Certified, Not Yet Registered as Responsible Person)<\/h3>\r\n        <p>Completed GDP training including RP responsibilities; currently supporting GDP activities under supervision.<\/p>\r\n        <p>Responsibilities include:<\/p>\r\n        <ul>\r\n          <li>Applying knowledge of GDP regulations and RP responsibilities in daily QA support tasks<\/li>\r\n          <li>Supporting the implementation of GDP-compliant processes in collaboration with the QA team<\/li>\r\n          <li>Assisting with the qualification of customers and suppliers, including documentation review and follow-up<\/li>\r\n          <li>Handling documents related to deviations, CAPA, and change control processes<\/li>\r\n          <li>Supporting maintenance of the GDP Quality Management System<\/li>\r\n          <li>Participating in the review and update of procedures related to licensing and compliance<\/li>\r\n          <li>Assisting with the traceability and status management of medicinal products<\/li>\r\n          <li>Gaining practical experience in areas such as complaints handling, recalls, and document control<\/li>\r\n          <li>Supporting cold-chain documentation and ensuring data is complete and compliant<\/li>\r\n          <li>Contributing to document creation and maintenance in Veeva QualityDocs<\/li>\r\n          <li>Working closely with the RP and QA team to strengthen understanding of EU GDP Guideline 2013\/C 343\/01 and related regulations<\/li>\r\n        <\/ul>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n\r\n  <script>\r\n    function createSketch(containerId, heightSelector) {\r\n      return function(p) {\r\n        let molecules = [];\r\n\r\n        p.setup = function() {\r\n          try {\r\n            let canvas = p.createCanvas(p.windowWidth, document.querySelector(heightSelector).offsetHeight, p.WEBGL);\r\n            canvas.parent(containerId);\r\n            let fallback = document.querySelector(`#${containerId}`).parentElement.query stylingSelector('.fallback-message');\r\n            if (fallback) fallback.style.display = 'none';\r\n            console.log(`p5.js WEBGL canvas initialized for ${containerId}`);\r\n            for (let i = 0; i < 25; i++) {\r\n              molecules.push({\r\n                x: p.random(-200, 200),\r\n                y: p.random(-200, 200),\r\n                z: p.random(-200, 200),\r\n                angle: p.random(p.TWO_PI),\r\n                speed: p.random(0.01, 0.03),\r\n                size: p.random(20, 40)\r\n              });\r\n            }\r\n          } catch (e) {\r\n            console.error(`p5.js setup failed for ${containerId}:`, e);\r\n            document.querySelector(`#${containerId}`).parentElement.querySelector('.fallback-message').style.display = 'block';\r\n          }\r\n        };\r\n\r\n        p.draw = function() {\r\n          p.clear();\r\n          p.background(0, 0, 0, 0);\r\n          p.ambientLight(100);\r\n          p.pointLight(255, 255, 255, 100, 100, 200);\r\n          molecules.forEach(m => {\r\n            p.push();\r\n            p.translate(m.x, m.y, m.z);\r\n            p.rotateY(m.angle);\r\n            p.rotateX(m.angle * 0.5);\r\n            p.noStroke();\r\n            p.fill(0, 85, 102, 200);\r\n            p.torus(m.size, m.size \/ 4, 12, 8);\r\n            p.pop();\r\n            m.angle += m.speed;\r\n            m.z += p.sin(m.angle) * 0.5;\r\n            if (m.z < -200) m.z += 400;\r\n            if (m.z > 200) m.z -= 400;\r\n          });\r\n        };\r\n\r\n        p.windowResized = function() {\r\n          p.resizeCanvas(p.windowWidth, document.querySelector(heightSelector).offsetHeight);\r\n        };\r\n      };\r\n    }\r\n\r\n    new p5(createSketch('canvas-services', '.services-section'));\r\n    new p5(createSketch('canvas-experience', '.experience-section'));\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Services &#8211; Alaiz Pharma Consultancy Animation not supported or failed to load. Static background applied. Services &#8211; Alaiz Pharma Consultancy At Alaiz Pharma Consultancy (APC), we provide specialized quality assurance and compliance services tailored to the pharmaceutical industry. Our expertise ensures your operations meet the highest standards of quality, safety, and regulatory compliance. With a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-home.php","meta":{"footnotes":""},"class_list":["post-1884","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/alaizpharma.com\/index.php?rest_route=\/wp\/v2\/pages\/1884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alaizpharma.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alaizpharma.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alaizpharma.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alaizpharma.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1884"}],"version-history":[{"count":28,"href":"https:\/\/alaizpharma.com\/index.php?rest_route=\/wp\/v2\/pages\/1884\/revisions"}],"predecessor-version":[{"id":13406,"href":"https:\/\/alaizpharma.com\/index.php?rest_route=\/wp\/v2\/pages\/1884\/revisions\/13406"}],"wp:attachment":[{"href":"https:\/\/alaizpharma.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}