{"id":26,"date":"2026-04-07T05:08:28","date_gmt":"2026-04-07T05:08:28","guid":{"rendered":"https:\/\/clinara.ca\/?page_id=26"},"modified":"2026-07-07T11:32:13","modified_gmt":"2026-07-07T11:32:13","slug":"about","status":"publish","type":"page","link":"https:\/\/aman.clinara.ca\/index.php\/about\/","title":{"rendered":"About Clinara"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26\" class=\"elementor elementor-26\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0e754c e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"e0e754c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e26acc0 elementor-widget elementor-widget-heading\" data-id=\"e26acc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">About Us<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-363d4f9 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"363d4f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We are a global CRO delivering patient-centered clinical research solutions with a strong focus on quality, compliance and efficiency.<\/p>\t\t\t\t\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-87ab96f e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"87ab96f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bddac0d elementor-widget elementor-widget-html\" data-id=\"bddac0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\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>Meet Our Team<\/title>\r\n<style>\r\n  :root{\r\n    --pink:#144363;\r\n    --pink-dark:#144363;\r\n    --ink:#25272B;\r\n    --ink-soft:#5B5F66;\r\n    --line:#E7E5E2;\r\n    --bg:#FFFFFF;\r\n    --panel-bg:#F4F2EF;\r\n    --shadow: 0 20px 50px rgba(37,39,43,0.18);\r\n  }\r\n\r\n  .team-wrap{\r\n    font-family: 'Roboto', Arial, sans-serif;\r\n    color: var(--ink);\r\n    background: #E6F4F5;\r\n    padding: 0px 0 100px;\r\n    box-sizing: border-box;\r\n    position: relative;\r\n  }\r\n  .team-wrap *{ box-sizing: border-box; }\r\n\r\n  .team-grid{\r\n    display: grid;\r\n    grid-template-columns: minmax(240px, 340px) 1fr;\r\n    gap: 60px;\r\n    align-items: start;\r\n    max-width: 1240px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  .team-intro .eyebrow{\r\n    color: var(--pink);\r\n    font-weight: 700;\r\n    letter-spacing: .12em;\r\n    font-size: 13px;\r\n    text-transform: uppercase;\r\n    margin: 0 0 18px;\r\n  }\r\n  .team-intro h2{\r\n    font-size: clamp(32px, 4vw, 46px);\r\n    line-height: 1.08;\r\n    font-weight: 600;\r\n    margin: 0 0 22px;\r\n    color: var(--ink);\r\n  }\r\n  .team-intro p{\r\n    font-size: 16px;\r\n    line-height: 1.6;\r\n    color: #000;\r\n    max-width: 320px;\r\n    margin: 0;\r\n  }\r\n\r\n  .team-cards{\r\n    display: grid;\r\n    grid-template-columns: repeat(3, 1fr);\r\n    gap: 28px;\r\n  }\r\n\r\n  .team-card{\r\n    background: transparent;\r\n    border: none;\r\n    padding: 0;\r\n    text-align: left;\r\n    cursor: pointer;\r\n    font: inherit;\r\n    color: inherit;\r\n    border-radius: 14px;\r\n    \/* FIX: prevent grid item from being squeezed and clipping its text *\/\r\n    min-width: 0;\r\n    width: 100%;\r\n    display: block;\r\n  }\r\n  .team-card .photo{\r\n    width: 100%;\r\n    aspect-ratio: 4\/5;\r\n    border-radius: 14px;\r\n    overflow: hidden;\r\n    background: #d9d9d9;\r\n    position: relative;\r\n    transition: transform .35s ease, box-shadow .35s ease;\r\n  }\r\n  .team-card .photo img{\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n    border-radius: 14px;\r\n  }\r\n  .team-card:hover .photo,\r\n  .team-card:focus-visible .photo{\r\n    transform: translateY(-6px);\r\n    box-shadow: var(--shadow);\r\n  }\r\n  .team-card .photo::after{\r\n    content: \"View bio\";\r\n    position: absolute;\r\n    inset: auto 0 0 0;\r\n    padding: 10px 14px;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    letter-spacing: .06em;\r\n    text-transform: uppercase;\r\n    color: #fff;\r\n    background: linear-gradient(0deg, rgba(20,20,20,.72), rgba(20,20,20,0));\r\n    opacity: 0;\r\n    transform: translateY(6px);\r\n    transition: opacity .25s ease, transform .25s ease;\r\n  }\r\n  .team-card:hover .photo::after,\r\n  .team-card:focus-visible .photo::after{\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n  }\r\n\r\n  .team-card .name{\r\n    display: block;\r\n    margin-top: 18px;\r\n    color: var(--pink);\r\n    font-weight: 700;\r\n    font-size: 16px;\r\n    \/* FIX: allow long names to wrap instead of overflowing\/hiding *\/\r\n    overflow-wrap: break-word;\r\n    word-break: break-word;\r\n    white-space: normal;\r\n    line-height: 1.3;\r\n  }\r\n  .team-card .role{\r\n    display: block;\r\n    margin-top: 4px;\r\n    color: #000;\r\n    font-size: 15px;\r\n    font-weight: 500;\r\n    overflow-wrap: break-word;\r\n    word-break: break-word;\r\n    white-space: normal;\r\n    line-height: 1.3;\r\n  }\r\n\r\n  .team-card:focus-visible{\r\n    outline: 2px solid var(--pink-dark);\r\n    outline-offset: 6px;\r\n    border-radius: 14px;\r\n  }\r\n\r\n  \/* ---------- Sliding bio panel ---------- *\/\r\n  .bio-overlay{\r\n    position: fixed;\r\n    inset: 0;\r\n    background: rgba(20,18,17,0.45);\r\n    opacity: 0;\r\n    pointer-events: none;\r\n    transition: opacity .35s ease;\r\n    z-index: 1000;\r\n  }\r\n  .bio-overlay.open{\r\n    opacity: 1;\r\n    pointer-events: auto;\r\n  }\r\n\r\n  .bio-panel{\r\n    position: fixed;\r\n    top: 0;\r\n    right: 0;\r\n    height: 100%;\r\n    width: min(1140px, 92vw);\r\n    background: var(--panel-bg);\r\n    box-shadow: -30px 0 60px rgba(0,0,0,0.25);\r\n    transform: translateX(100%);\r\n    transition: transform .45s cubic-bezier(.22,.9,.32,1);\r\n    z-index: 1001;\r\n    display: grid;\r\n    grid-template-columns: 1.1fr 1fr;\r\n    overflow: hidden;\r\n  }\r\n  .bio-panel.open{ transform: translateX(0); }\r\n\r\n  .bio-text{\r\n    padding: 64px 48px;\r\n    overflow-y: auto;\r\n  }\r\n  .bio-name{\r\n    font-size: clamp(30px, 3.4vw, 42px);\r\n    font-weight: 600;\r\n    line-height: 1.12;\r\n    margin: 0 0 6px;\r\n    color: var(--ink);\r\n    padding-right: 50px;\r\n  }\r\n  .bio-credentials{\r\n    color: var(--ink-soft);\r\n    font-size: 14px;\r\n    font-weight: 500;\r\n    margin: 0 0 13px;\r\n  }\r\n  .bio-role{\r\n    color: var(--ink-soft);\r\n    font-size: 14px;\r\n    margin: 0 0 28px;\r\n  }\r\n  .bio-list{\r\n    list-style: none;\r\n    margin: 0;\r\n    padding: 0;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 20px;\r\n  }\r\n  .bio-list li{\r\n    display: flex;\r\n    gap: 14px;\r\n    align-items: flex-start;\r\n    font-size: 15.5px;\r\n    line-height: 1.6;\r\n    color: var(--ink);\r\n  }\r\n  .bio-list li .bullet{\r\n    flex: none;\r\n    width: 22px;\r\n    height: 22px;\r\n    border-radius: 50%;\r\n    background: var(--pink);\r\n    color: #fff;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    font-size: 12px;\r\n    margin-top: 2px;\r\n  }\r\n\r\n  .bio-photo{\r\n    position: relative;\r\n    background: #d9d9d9;\r\n  }\r\n  .bio-photo img{\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n  }\r\n\r\n  .bio-close{\r\n    position: absolute;\r\n    top: 28px;\r\n    right: 28px;\r\n    width: 44px;\r\n    height: 44px;\r\n    border-radius: 50%;\r\n    border: 1.5px solid var(--ink);\r\n    background: transparent;\r\n    color: var(--ink);\r\n    font-size: 20px;\r\n    cursor: pointer;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    transition: background .2s ease, color .2s ease, transform .2s ease;\r\n    z-index: 2;\r\n  }\r\n  .bio-close:hover{\r\n    background: var(--ink);\r\n    color: #fff;\r\n    transform: rotate(90deg);\r\n  }\r\n\r\n  \/* ---------- Tablet ---------- *\/\r\n  @media (max-width: 1024px){\r\n    .team-wrap{ padding: 64px 5vw; }\r\n    .team-grid{\r\n      grid-template-columns: 1fr;\r\n      gap: 36px;\r\n    }\r\n    .team-intro p{ max-width: 520px; }\r\n    .team-cards{ grid-template-columns: repeat(3, 1fr); gap: 20px; }\r\n  }\r\n\r\n  \/* ---------- Mobile ---------- *\/\r\n  @media (max-width: 680px){\r\n    .team-wrap{ padding: 48px 6vw; }\r\n    .team-cards{\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 24px 18px;\r\n    }\r\n    .team-intro h2{ font-size: 30px; }\r\n\r\n    .team-card .name{ font-size: 14.5px; margin-top: 14px; }\r\n    .team-card .role{ font-size: 13px; }\r\n\r\n    .bio-panel{\r\n      width: 100%;\r\n      height: 95%;\r\n      top: auto;\r\n      bottom: 0;\r\n      right: 0;\r\n      transform: translateY(100%);\r\n      grid-template-columns: 1fr;\r\n      grid-template-rows: 40% 60%;\r\n      border-radius: 20px 20px 0 0;\r\n    }\r\n    .bio-panel.open{ transform: translateY(0); }\r\n    .bio-photo{ order: 1; }\r\n    .bio-text{ order: 2; padding: 32px 26px 48px; }\r\n    .bio-name{ padding-right: 40px; font-size: 26px; }\r\n    .bio-close{ top: 16px; right: 16px; width: 38px; height: 38px; }\r\n  }\r\n\r\n  \/* ---------- Small mobile: stack to 1 column so long names never clip ---------- *\/\r\n  @media (max-width: 420px){\r\n    .team-cards{ grid-template-columns: 1fr; gap: 80px; }\r\n    .team-card .photo{ aspect-ratio: 16\/10; }\r\n  }\r\n\r\n  @media (prefers-reduced-motion: reduce){\r\n    .team-card .photo,\r\n    .team-card .photo::after,\r\n    .bio-overlay,\r\n    .bio-panel,\r\n    .bio-close{ transition: none; }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"team-wrap\">\r\n  <div class=\"team-grid\">\r\n    <div class=\"team-intro\">\r\n      <p class=\"eyebrow\">Meet Our Team<\/p>\r\n      <h2>Modern Global Experts<\/h2>\r\n      <p>Driving Innovation in Clinical Research Across the Globe<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"team-cards\" id=\"teamCards\"><\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<div class=\"bio-overlay\" id=\"bioOverlay\"><\/div>\r\n<aside class=\"bio-panel\" id=\"bioPanel\" aria-hidden=\"true\">\r\n  <div class=\"bio-text\">\r\n    <button class=\"bio-close\" id=\"bioClose\" aria-label=\"Close bio\">&times;<\/button>\r\n    <h3 class=\"bio-name\" id=\"bioName\"><\/h3>\r\n    <p class=\"bio-credentials\" id=\"bioCredentials\"><\/p>\r\n    <p class=\"bio-role\" id=\"bioRole\"><\/p>\r\n    <ul class=\"bio-list\" id=\"bioList\"><\/ul>\r\n  <\/div>\r\n  <div class=\"bio-photo\">\r\n    <img decoding=\"async\" id=\"bioPhoto\" src=\"\" alt=\"\">\r\n  <\/div>\r\n<\/aside>\r\n\r\n<script>\r\n  \/\/ Replace image URLs and bio points with your real content \/ WordPress media URLs.\r\n  const team = [\r\n    {\r\n      name: \"Ahmad Shaheen\",\r\n      credentials: \"B.Pharm, MSc, CCRP\",\r\n      role: \"CEO and Director\",\r\n      photo: \"https:\/\/aman.clinara.ca\/wp-content\/uploads\/2026\/05\/Ahmad-_-Image.webp\",\r\n      bio: [\r\n        \"Supports Clinara's growth through strategic business development, client engagement, and partnership initiatives with sponsors, CROs, and clinical research organizations.\",\r\n        \"Combines technical expertise with operational insight to streamline workflows, improve efficiency, and support high-quality clinical research delivery.\",\r\n        \"Collaborates across multidisciplinary teams to identify growth opportunities, strengthen client relationships, and deliver responsive, solution-focused support.\",\r\n        \"Committed to advancing Clinara's mission of delivering reliable, compliant, and patient-centered clinical research solutions through innovation, accountability, and continuous improvement.\"\r\n      ]\r\n    },\r\n    {\r\n      name: \"Karen Vegnaduzzo\",\r\n      credentials: \"BA (Hons), CCRP\",\r\n      role: \"Clinical Operations Consultant\",\r\n      photo: \"https:\/\/aman.clinara.ca\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-06-at-7.10.21-PM.jpeg\",\r\n      bio: [\r\n        \"Over 20 years of executive leadership experience in clinical research, healthcare operations, and multi-site organizational management.\",\r\n        \"Deep expertise in clinical trial execution, site operations, quality systems, regulatory compliance, process optimization, and operational excellence.\",\r\n        \"At Clinara partners with sponsors, CROs, and research sites to strengthen clinical operations and improve trial efficiency and execution.\",\r\n        \"Develops practical, scalable solutions that optimize study delivery, enhance operational performance, and drive successful clinical trial outcomes\"\r\n      ]\r\n    },\r\n    {\r\n      name: \"Dr. Aneal Khan\",\r\n      credentials: \"MSC,  MD, FRCPC, FCCMG\",\r\n      role: \"Research Operations Director\",\r\n      photo: \"https:\/\/aman.clinara.ca\/wp-content\/uploads\/2026\/07\/WhatsApp-Image-2026-07-07-at-4.38.23-PM.jpeg\",\r\n      bio: [\r\n        \"20+ years of Principal Investigator experience leading 100+ clinical trials across genetic, metabolic, and other therapeutic areas.\",\r\n        \"Founder of Canada's first community-based clinical trial unit dedicated to genetic and metabolic diseases, expanding access to research.\",\r\n        \"Extensive collaboration with pharmaceutical sponsors and CROs, ensuring seamless trial execution and operational excellence.\",\r\n        \"Plays a key role in monitoring patient safety, supporting rigorous oversight, inspection readiness, and efficient, high-quality clinical research outcomes.\"\r\n      ]\r\n    }\r\n  ];\r\n\r\n  const cardsEl = document.getElementById('teamCards');\r\n  const overlay = document.getElementById('bioOverlay');\r\n  const panel = document.getElementById('bioPanel');\r\n  const bioRole = document.getElementById('bioRole');\r\n  const bioName = document.getElementById('bioName');\r\n  const bioCredentials = document.getElementById('bioCredentials');\r\n  const bioList = document.getElementById('bioList');\r\n  const bioPhoto = document.getElementById('bioPhoto');\r\n  const closeBtn = document.getElementById('bioClose');\r\n\r\n  team.forEach((member, i) => {\r\n    const card = document.createElement('button');\r\n    card.className = 'team-card';\r\n    card.type = 'button';\r\n    card.setAttribute('aria-haspopup', 'dialog');\r\n    card.innerHTML = `\r\n      <span class=\"photo\"><img decoding=\"async\" src=\"${member.photo}\" alt=\"${member.name}\" loading=\"lazy\"><\/span>\r\n      <span class=\"name\">${member.name}<\/span>\r\n      <span class=\"role\">${member.role}<\/span>\r\n    `;\r\n    card.addEventListener('click', () => openBio(i));\r\n    cardsEl.appendChild(card);\r\n  });\r\n\r\n  function openBio(i){\r\n    const m = team[i];\r\n    bioRole.textContent = m.role;\r\n    bioName.textContent = m.name;\r\n    bioCredentials.textContent = m.credentials || '';\r\n    bioCredentials.style.display = m.credentials ? 'block' : 'none';\r\n    bioPhoto.src = m.photo;\r\n    bioPhoto.alt = m.name;\r\n    bioList.innerHTML = m.bio.map(point => `\r\n      <li><span class=\"bullet\">&#10148;<\/span><span>${point}<\/span><\/li>\r\n    `).join('');\r\n\r\n    overlay.classList.add('open');\r\n    panel.classList.add('open');\r\n    panel.setAttribute('aria-hidden', 'false');\r\n    document.body.style.overflow = 'hidden';\r\n  }\r\n\r\n  function closeBio(){\r\n    overlay.classList.remove('open');\r\n    panel.classList.remove('open');\r\n    panel.setAttribute('aria-hidden', 'true');\r\n    document.body.style.overflow = '';\r\n  }\r\n\r\n  closeBtn.addEventListener('click', closeBio);\r\n  overlay.addEventListener('click', closeBio);\r\n  document.addEventListener('keydown', e => {\r\n    if (e.key === 'Escape') closeBio();\r\n  });\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\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-706a028 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"706a028\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-fef6915 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"fef6915\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb7fdab elementor-widget elementor-widget-heading\" data-id=\"eb7fdab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About Clinara <span style=\"font-family: &#039;Playfair Display&#039;, serif;color: #2FA4A9;font-weight: 600\">Three \" P \"<\/span><\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab526d3 e-grid e-con-full wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"ab526d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-885aca8 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"885aca8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38cbf76 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"38cbf76\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewBox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0f8d02 elementor-widget elementor-widget-heading\" data-id=\"c0f8d02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Purpose<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5976ddc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5976ddc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Ensure clinical trials are conducted with high quality, patient safety, and full regulatory compliance. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Provide structured monitoring of study sites to verify protocol adherence and accurate data collection. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Protect participant well-being while generating reliable clinical evidence to support medical innovation and regulatory approval.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68d83e0 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"68d83e0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f82e7e7 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"f82e7e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-eye\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-917597f elementor-widget elementor-widget-heading\" data-id=\"917597f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Perspective<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0bf8f59 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"0bf8f59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> Monitoring is viewed as a proactive and collaborative process, not just an auditing function. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Monitors act as the bridge between sponsors and research sites by ensuring clear communication, early risk identification, and protocol compliance support. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Clinara emphasizes precision, accountability, and partnership to maintain efficient trial operations, patient safety, and data integrity.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-02d41ab e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"02d41ab\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a4e6add elementor-view-stacked elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"a4e6add\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-handshake\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M434.7 64h-85.9c-8 0-15.7 3-21.6 8.4l-98.3 90c-.1.1-.2.3-.3.4-16.6 15.6-16.3 40.5-2.1 56 12.7 13.9 39.4 17.6 56.1 2.7.1-.1.3-.1.4-.2l79.9-73.2c6.5-5.9 16.7-5.5 22.6 1 6 6.5 5.5 16.6-1 22.6l-26.1 23.9L504 313.8c2.9 2.4 5.5 5 7.9 7.7V128l-54.6-54.6c-5.9-6-14.1-9.4-22.6-9.4zM544 128.2v223.9c0 17.7 14.3 32 32 32h64V128.2h-96zm48 223.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zM0 384h64c17.7 0 32-14.3 32-32V128.2H0V384zm48-63.9c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16c0-8.9 7.2-16 16-16zm435.9 18.6L334.6 217.5l-30 27.5c-29.7 27.1-75.2 24.5-101.7-4.4-26.9-29.4-24.8-74.9 4.4-101.7L289.1 64h-83.8c-8.5 0-16.6 3.4-22.6 9.4L128 128v223.9h18.3l90.5 81.9c27.4 22.3 67.7 18.1 90-9.3l.2-.2 17.9 15.5c15.9 13 39.4 10.5 52.3-5.4l31.4-38.6 5.4 4.4c13.7 11.1 33.9 9.1 45-4.7l9.5-11.7c11.2-13.8 9.1-33.9-4.6-45.1z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-350682a elementor-widget elementor-widget-heading\" data-id=\"350682a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Pledge<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56c32ac elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"56c32ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Uphold the highest standards of ethical conduct, quality assurance, and regulatory compliance in every clinical study. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Safeguard participant safety and ensure the integrity, transparency, and consistency of clinical data and monitoring practices. <\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Continuously improve processes while supporting research teams in delivering safe, effective, and trustworthy clinical research outcomes.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-a304395 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"a304395\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-051b94f elementor-widget elementor-widget-heading\" data-id=\"051b94f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Choose Clinara CRO<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caa07b0 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"caa07b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Partnering with Clinara means choosing expertise, reliability, and a patient-first approach that drives successful clinical outcomes.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a209bff e-grid e-con-full wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-child\" data-id=\"a209bff\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18fa0ed elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"18fa0ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-laptop-code\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M255.03 261.65c6.25 6.25 16.38 6.25 22.63 0l11.31-11.31c6.25-6.25 6.25-16.38 0-22.63L253.25 192l35.71-35.72c6.25-6.25 6.25-16.38 0-22.63l-11.31-11.31c-6.25-6.25-16.38-6.25-22.63 0l-58.34 58.34c-6.25 6.25-6.25 16.38 0 22.63l58.35 58.34zm96.01-11.3l11.31 11.31c6.25 6.25 16.38 6.25 22.63 0l58.34-58.34c6.25-6.25 6.25-16.38 0-22.63l-58.34-58.34c-6.25-6.25-16.38-6.25-22.63 0l-11.31 11.31c-6.25 6.25-6.25 16.38 0 22.63L386.75 192l-35.71 35.72c-6.25 6.25-6.25 16.38 0 22.63zM624 416H381.54c-.74 19.81-14.71 32-32.74 32H288c-18.69 0-33.02-17.47-32.77-32H16c-8.8 0-16 7.2-16 16v16c0 35.2 28.8 64 64 64h512c35.2 0 64-28.8 64-64v-16c0-8.8-7.2-16-16-16zM576 48c0-26.4-21.6-48-48-48H112C85.6 0 64 21.6 64 48v336h512V48zm-64 272H128V64h384v256z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tRisk-Based <br> Monitoring Expertise\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWe use advanced risk-based strategies to identify issues early, prioritize critical data, and improve overall study efficiency.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4c6017 elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"f4c6017\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-minus\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M624 208H432c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h192c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm-400 48c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tPatient-Centric Approach\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWe place research participants at the center of every study, ensuring safety, ethical practices, and a better trial experience.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eadb67c elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"eadb67c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-users\" viewBox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M96 224c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm448 0c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm32 32h-64c-17.6 0-33.5 7.1-45.1 18.6 40.3 22.1 68.9 62 75.1 109.4h66c17.7 0 32-14.3 32-32v-32c0-35.3-28.7-64-64-64zm-256 0c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C179.6 288 128 339.6 128 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zm-223.7-13.4C161.5 263.1 145.6 256 128 256H64c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32h65.9c6.3-47.4 34.9-87.3 75.2-109.4z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tExperienced Clinical Teams\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOur skilled coordinators and clinical experts bring deep industry knowledge to manage trials efficiently and accurately.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-09d9963 elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"09d9963\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-database\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReal-Time Data Visibility\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWith modern tools and dashboards, we provide continuous insights to detect risks, inconsistencies, and performance issues early.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12dbe93 elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"12dbe93\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-calendar-check\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M436 160H12c-6.627 0-12-5.373-12-12v-36c0-26.51 21.49-48 48-48h48V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h128V12c0-6.627 5.373-12 12-12h40c6.627 0 12 5.373 12 12v52h48c26.51 0 48 21.49 48 48v36c0 6.627-5.373 12-12 12zM12 192h424c6.627 0 12 5.373 12 12v260c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V204c0-6.627 5.373-12 12-12zm333.296 95.947l-28.169-28.398c-4.667-4.705-12.265-4.736-16.97-.068L194.12 364.665l-45.98-46.352c-4.667-4.705-12.266-4.736-16.971-.068l-28.397 28.17c-4.705 4.667-4.736 12.265-.068 16.97l82.601 83.269c4.667 4.705 12.265 4.736 16.97.068l142.953-141.805c4.705-4.667 4.736-12.265.068-16.97z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tStrong Regulatory Compliance\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWe follow strict global standards and best practices to ensure every study meets or exceeds regulatory requirements.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c9fc73 elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"3c9fc73\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chart-line\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 384H64V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM464 96H345.94c-21.38 0-32.09 25.85-16.97 40.97l32.4 32.4L288 242.75l-73.37-73.37c-12.5-12.5-32.76-12.5-45.25 0l-68.69 68.69c-6.25 6.25-6.25 16.38 0 22.63l22.62 22.62c6.25 6.25 16.38 6.25 22.63 0L192 237.25l73.37 73.37c12.5 12.5 32.76 12.5 45.25 0l96-96 32.4 32.4c15.12 15.12 40.97 4.41 40.97-16.97V112c.01-8.84-7.15-16-15.99-16z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tImproved Efficiency &amp; Faster Execution\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOur streamlined processes reduce delays, optimize workflows, and help bring treatments to market faster.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f538ffc elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"f538ffc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-chromecast\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHigh-Quality &amp; Reliable Data\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWe ensure accurate, consistent, and audit-ready data that supports successful regulatory submissions.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8457e27 elementor-view-stacked elementor-shape-square e-transform elementor-position-block-start elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"8457e27\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_rotateZ_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_rotateZ_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;deg&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-address-card\" viewBox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 400H48V80h480v352zM208 256c35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64 28.7 64 64 64zm-89.6 128h179.2c12.4 0 22.4-8.6 22.4-19.2v-19.2c0-31.8-30.1-57.6-67.2-57.6-10.8 0-18.7 8-44.8 8-26.9 0-33.4-8-44.8-8-37.1 0-67.2 25.8-67.2 57.6v19.2c0 10.6 10 19.2 22.4 19.2zM360 320h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8zm0-64h112c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8H360c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tScalable &amp; Flexible Solutions\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tFrom early-phase trials to complex studies, our solutions are tailored to meet your specific needs.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\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-c5428d7 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no e-con e-parent\" data-id=\"c5428d7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-288c671 elementor-position-inline-start elementor-widget-tablet__width-initial elementor-view-default elementor-mobile-position-block-start ha-has-bg-overlay elementor-widget elementor-widget-icon-box\" data-id=\"288c671\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-flask\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M437.2 403.5L320 215V64h8c13.3 0 24-10.7 24-24V24c0-13.3-10.7-24-24-24H120c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24h8v151L10.8 403.5C-18.5 450.6 15.3 512 70.9 512h306.2c55.7 0 89.4-61.5 60.1-108.5zM137.9 320l48.2-77.6c3.7-5.2 5.8-11.6 5.8-18.4V64h64v160c0 6.9 2.2 13.2 5.8 18.4l48.2 77.6h-172z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tStart Your Clinical Journey Today!\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tContact us now to explore how our Expert CRO Services can accelerate your research!\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cef884c elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"cef884c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-bob\" href=\"https:\/\/aman.clinara.ca\/index.php\/get-a-proposal\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Start Your Trial<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\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>About Us We are a global CRO delivering patient-centered clinical research solutions with a strong focus on quality, compliance and efficiency. Meet Our Team Meet Our Team Modern Global Experts Driving Innovation in Clinical Research Across the Globe &times; About Clinara Three &#8221; P &#8220; Purpose Ensure clinical trials are conducted with high quality, patient safety, and full regulatory compliance. Provide structured monitoring of study sites to verify protocol adherence and accurate data collection. Protect participant well-being while generating reliable clinical evidence to support medical innovation and regulatory approval. Perspective Monitoring is viewed as a proactive and collaborative process, not just an auditing function. Monitors act as the bridge between sponsors and research sites by ensuring clear communication, early risk identification, and protocol compliance support. Clinara emphasizes precision, accountability, and partnership to maintain efficient trial operations, patient safety, and data integrity. Pledge Uphold the highest standards of ethical conduct, quality assurance, and regulatory compliance in every clinical study. Safeguard participant safety and ensure the integrity, transparency, and consistency of clinical data and monitoring practices. Continuously improve processes while supporting research teams in delivering safe, effective, and trustworthy clinical research outcomes. Why Choose Clinara CRO Partnering with Clinara means choosing expertise, reliability, and a patient-first approach that drives successful clinical outcomes. Risk-Based Monitoring Expertise We use advanced risk-based strategies to identify issues early, prioritize critical data, and improve overall study efficiency. Patient-Centric Approach We place research participants at the center of every study, ensuring safety, ethical practices, and a better trial experience. Experienced Clinical Teams Our skilled coordinators and clinical experts bring deep industry knowledge to manage trials efficiently and accurately. Real-Time Data Visibility With modern tools and dashboards, we provide continuous insights to detect risks, inconsistencies, and performance issues early. Strong Regulatory Compliance We follow strict global standards and best practices to ensure every study meets or exceeds regulatory requirements. Improved Efficiency &amp; Faster Execution Our streamlined processes reduce delays, optimize workflows, and help bring treatments to market faster. High-Quality &amp; Reliable Data We ensure accurate, consistent, and audit-ready data that supports successful regulatory submissions. Scalable &amp; Flexible Solutions From early-phase trials to complex studies, our solutions are tailored to meet your specific needs. Start Your Clinical Journey Today! Contact us now to explore how our Expert CRO Services can accelerate your research! Start Your Trial<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-26","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/pages\/26","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":951,"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":6395,"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/pages\/26\/revisions\/6395"}],"wp:attachment":[{"href":"https:\/\/aman.clinara.ca\/index.php\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}