{"id":2440,"date":"2026-07-06T08:18:16","date_gmt":"2026-07-06T08:18:16","guid":{"rendered":"https:\/\/axcuraortho.com\/?page_id=2440"},"modified":"2026-07-08T17:01:28","modified_gmt":"2026-07-08T17:01:28","slug":"joint-pain-treatment-mehsana","status":"publish","type":"page","link":"https:\/\/axcuraortho.com\/joint-pain-treatment-mehsana\/","title":{"rendered":"Joint Pain Treatment in Mehsana"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2440\" class=\"elementor elementor-2440\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fcb74cf e-con-full e-flex e-con e-parent\" data-id=\"fcb74cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4199eb elementor-widget elementor-widget-html\" data-id=\"f4199eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-jointpain-hero\">\n\n  <div class=\"jph-container\">\n\n    <div class=\"jph-copy\">\n\n      <span class=\"jph-eyebrow\" id=\"jphEyebrow\">Joint Pain &amp; Arthritis Care<\/span>\n\n      <h1 id=\"jphHeadline\">Joint Pain Treatment in Mehsana, Expert Arthritis &amp; Orthopaedic Care by Dr. Sumit Prajapati, Axcura Ortho<\/h1>\n\n      <p>Joint pain is one of the most common reasons people across Mehsana and North Gujarat seek orthopaedic care. It starts quietly. Stiffness in the morning. Discomfort on the stairs. A knee that aches after a walk that used to feel effortless. Over time, the pain becomes less predictable and more limiting, until the activities that were once taken for granted begin to feel difficult. At Axcura Ortho, Mehsana, joint pain is assessed and treated by Dr. Sumit Prajapati, an Orthopaedic Surgeon and Arthritis Specialist with expertise across every aspect of joint care, from the first episode of arthritis through to joint preservation procedures and replacement surgery when it is the right answer. Every patient is assessed individually, and treatment is recommended based on the stage of the condition, the joint involved and what the patient wants to be able to do.<\/p>\n\n      <div class=\"jph-actions\">\n        <a class=\"jph-cta\" href=\"\/contact\">\n          Book a Consultation\n          <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14M13 6l6 6-6 6\"\/><\/svg>\n        <\/a>\n        <span class=\"jph-doctor-chip\">\n          <span class=\"jph-doctor-dot\"><\/span>\n          Dr. Sumit Prajapati &middot; Orthopaedic Surgeon &amp; Arthritis Specialist\n        <\/span>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"jph-art\" id=\"jphArt\" aria-hidden=\"true\">\n      <svg viewBox=\"0 0 420 420\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <circle class=\"jph-ring jph-ring-1\" cx=\"210\" cy=\"210\" r=\"170\"\/>\n        <circle class=\"jph-ring jph-ring-2\" cx=\"210\" cy=\"210\" r=\"140\"\/>\n\n        <!-- simplified knee joint illustration -->\n        <g class=\"jph-joint\">\n          <rect x=\"178\" y=\"60\" width=\"46\" height=\"120\" rx=\"18\" fill=\"var(--jph-blue-soft)\" stroke=\"var(--jph-blue-border)\" stroke-width=\"2.5\"\/>\n          <rect x=\"178\" y=\"230\" width=\"46\" height=\"120\" rx=\"18\" fill=\"var(--jph-blue-soft)\" stroke=\"var(--jph-blue-border)\" stroke-width=\"2.5\"\/>\n          <circle cx=\"201\" cy=\"205\" r=\"46\" fill=\"#fff\" stroke=\"var(--jph-blue)\" stroke-width=\"4\"\/>\n          <circle cx=\"201\" cy=\"205\" r=\"46\" fill=\"none\" stroke=\"var(--jph-blue)\" stroke-width=\"4\" class=\"jph-joint-pulse\"\/>\n          <path d=\"M178 190 q23 26 46 0\" stroke=\"var(--jph-blue-deep)\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n          <path d=\"M178 222 q23 -26 46 0\" stroke=\"var(--jph-blue-deep)\" stroke-width=\"3\" fill=\"none\" stroke-linecap=\"round\"\/>\n        <\/g>\n\n        <!-- scan line -->\n        <rect class=\"jph-scanline\" x=\"120\" y=\"60\" width=\"160\" height=\"6\" rx=\"3\" fill=\"var(--jph-blue)\"\/>\n\n        <!-- floating markers -->\n        <g class=\"jph-marker jph-marker-1\">\n          <circle cx=\"120\" cy=\"130\" r=\"5\" fill=\"var(--jph-blue)\"\/>\n          <line x1=\"120\" y1=\"130\" x2=\"90\" y2=\"115\" stroke=\"var(--jph-blue-border)\" stroke-width=\"2\"\/>\n        <\/g>\n        <g class=\"jph-marker jph-marker-2\">\n          <circle cx=\"300\" cy=\"260\" r=\"5\" fill=\"var(--jph-blue)\"\/>\n          <line x1=\"300\" y1=\"260\" x2=\"330\" y2=\"275\" stroke=\"var(--jph-blue-border)\" stroke-width=\"2\"\/>\n        <\/g>\n      <\/svg>\n    <\/div>\n\n  <\/div>\n<\/section>\n<script>\n(function () {\n  var root = document.getElementById('axcura-jointpain-hero');\n  if (!root) return;\n  function highlightPhrases(el, phrases) {\n    if (!el) return;\n    phrases.forEach(function (phrase) {\n      var walker = document.createTreeWalker(el, NodeFilter.SHOW_TEXT, null);\n      var node, targets = [];\n      while ((node = walker.nextNode())) {\n        if (node.nodeValue.indexOf(phrase) !== -1) targets.push(node);\n      }\n      targets.forEach(function (textNode) {\n        var idx = textNode.nodeValue.indexOf(phrase);\n        if (idx === -1) return;\n        var before = textNode.nodeValue.slice(0, idx);\n        var after = textNode.nodeValue.slice(idx + phrase.length);\n        var span = document.createElement('span');\n        span.className = 'jph-accent';\n        span.textContent = phrase;\n        var frag = document.createDocumentFragment();\n        if (before) frag.appendChild(document.createTextNode(before));\n        frag.appendChild(span);\n        if (after) frag.appendChild(document.createTextNode(after));\n        textNode.parentNode.replaceChild(frag, textNode);\n      });\n    });\n  }\n\n  highlightPhrases(document.getElementById('jphHeadline'), ['Dr. Sumit Prajapati', 'Axcura Ortho']);\n})();\n<\/script>\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-15b6df2 e-con-full e-flex e-con e-parent\" data-id=\"15b6df2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95c6c2c elementor-widget elementor-widget-html\" data-id=\"95c6c2c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-surgeon-section\">\n  <div class=\"srg-container\">\n    <h2 id=\"srgHeadline\">The Orthopaedic Surgeon Behind Joint Pain Care at Axcura Ortho, Mehsana<\/h2>\n    <p>Joint pain at Axcura Ortho is managed by Dr. Sumit Prajapati, an Orthopaedic Surgeon and Arthritis Specialist whose expertise covers every stage of joint disease, from early arthritis and conservative management through to joint preservation procedures and replacement surgery.<\/p>\n    <div class=\"srg-divider\" aria-hidden=\"true\"><\/div>\n    <div class=\"srg-profile\">\n      <div class=\"srg-photo-wrap\" id=\"srgPhotoWrap\">\n        <div class=\"srg-blob srg-blob-1\" aria-hidden=\"true\"><\/div>\n        <div class=\"srg-blob srg-blob-2\" aria-hidden=\"true\"><\/div>\n        <svg class=\"srg-ring\" viewBox=\"0 0 300 300\" aria-hidden=\"true\">\n          <circle cx=\"150\" cy=\"150\" r=\"138\" fill=\"none\" stroke=\"var(--srg-blue-border)\" stroke-width=\"1.5\" stroke-dasharray=\"5 9\"\/>\n        <\/svg>\n\n        <div class=\"srg-photo-frame\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Dr.Sumit-Prajapati.jpg\" alt=\"Dr. Sumit Prajapati, Orthopaedic Surgeon and Arthritis Specialist at Axcura Ortho, Mehsana\" loading=\"lazy\" title=\"Joint Pain Treatment in Mehsana\">\n        <\/div>\n\n        <span class=\"srg-badge srg-badge-1\">Arthritis Specialist<\/span>\n        <span class=\"srg-badge srg-badge-2\">Joint Replacement<\/span>\n      <\/div>\n\n      <div class=\"srg-bio\">\n        <h3>Dr. Sumit Prajapati, Orthopaedic Surgeon &amp; Arthritis Specialist, Mehsana<\/h3>\n        <p>Dr. Sumit Prajapati is Axcura Ortho's joint replacement and orthopaedic specialist. Joint pain and arthritis management form a central part of his clinical practice. His approach is to exhaust every appropriate non-surgical option before replacement is considered, and to recommend surgery only when the joint has deteriorated to the point where it is the most effective path to restoring quality of life. Patients from across Mehsana and North Gujarat are seen at Axcura Ortho for knee arthritis, hip arthritis, shoulder arthritis, post-traumatic joint disease and complex joint conditions requiring replacement surgery.\n        <\/p>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n<script>\n(function () {\n  var root = document.getElementById('axcura-surgeon-section');\n  if (!root) return;\n\n  function highlightPhrases(el, phrases) {\n    if (!el) return;\n    phrases.forEach(function (phrase) {\n      var walker = document.createTreeWalker(el, NodeFilter.SHOW_TEXT, null);\n      var node, targets = [];\n      while ((node = walker.nextNode())) {\n        if (node.nodeValue.indexOf(phrase) !== -1) targets.push(node);\n      }\n      targets.forEach(function (textNode) {\n        var idx = textNode.nodeValue.indexOf(phrase);\n        if (idx === -1) return;\n        var before = textNode.nodeValue.slice(0, idx);\n        var after = textNode.nodeValue.slice(idx + phrase.length);\n        var span = document.createElement('span');\n        span.className = 'srg-accent';\n        span.textContent = phrase;\n        var frag = document.createDocumentFragment();\n        if (before) frag.appendChild(document.createTextNode(before));\n        frag.appendChild(span);\n        if (after) frag.appendChild(document.createTextNode(after));\n        textNode.parentNode.replaceChild(frag, textNode);\n      });\n    });\n  }\n  highlightPhrases(document.getElementById('srgHeadline'), ['Axcura Ortho']);\n\n  var photoWrap = document.getElementById('srgPhotoWrap');\n  var io = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (!entry.isIntersecting) return;\n      setTimeout(function () { photoWrap.classList.add('srg-badges-in'); }, 500);\n      io.unobserve(photoWrap);\n    });\n  }, { threshold: 0.3 });\n  io.observe(photoWrap);\n})();\n<\/script>\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-a8d2294 e-con-full e-flex e-con e-parent\" data-id=\"a8d2294\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c34db52 elementor-widget elementor-widget-html\" data-id=\"c34db52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-conditions-section\">\n\n  <div class=\"cnd-container\">\n\n    <div class=\"cnd-hero\">\n      <div class=\"cnd-hero-copy\">\n        <span class=\"cnd-eyebrow\">Joint Pain, Explained<\/span>\n\n        <h2 id=\"cndHeadline\">Understanding Joint Pain, What Is Actually Happening Inside the Joint<\/h2>\n\n        <p>Joint pain is not a diagnosis in itself. It is a symptom that can arise from several different underlying conditions, each with a different cause, a different pattern of progression and a different treatment approach. Accurate diagnosis of the specific condition causing joint pain is the essential first step, and it is what determines whether the right treatment is a lifestyle modification, physiotherapy, injection, arthroscopic procedure or joint replacement.<\/p>\n      <\/div>\n\n      <div class=\"cnd-diagram\" id=\"cndDiagram\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/joint-pain-diagram.png\" alt=\"Simplified cross-section of a joint showing bone, cartilage, and synovial fluid\" height=\"300\" class=\"cnd-diagram-img\" title=\"Joint Pain Treatment in Mehsana\">\n      <\/div>\n\n<\/div>\n    <div class=\"cnd-divider\" aria-hidden=\"true\"><\/div>\n\n    <div class=\"cnd-accordion\" id=\"cndAccordion\">\n\n      <div class=\"cnd-item\" data-open=\"true\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"oa\"><\/span>\n          <h4>Osteoarthritis in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>The most common cause of joint pain in adults, osteoarthritis involves the gradual wear of the articular cartilage that lines the joint surfaces. As the cartilage thins and eventually disappears, bone rubs on bone, causing pain, stiffness and swelling. Osteoarthritis is most commonly seen in the knee, hip, shoulder and small joints of the hand. It is a progressive condition, but the rate of progression varies significantly between individuals and can be influenced by treatment.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cnd-item\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"ra\"><\/span>\n          <h4>Rheumatoid Arthritis in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>Rheumatoid arthritis is an autoimmune condition in which the immune system attacks the joint lining, causing chronic inflammation, cartilage damage and eventually joint deformity. It typically affects multiple joints symmetrically, including the small joints of the hands and feet. Rheumatoid arthritis requires medical management in addition to orthopaedic care, and the joint damage it causes may eventually require surgical treatment.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cnd-item\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"gout\"><\/span>\n          <h4>Gout and Crystal Arthropathy in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>Gout is caused by the deposition of uric acid crystals within the joint, triggering episodes of intense, acute pain, redness and swelling, most commonly in the big toe, ankle or knee. Recurrent gout attacks cause progressive joint damage and require medical management to lower uric acid levels alongside orthopaedic care for any resulting joint damage.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cnd-item\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"pta\"><\/span>\n          <h4>Post-Traumatic Arthritis in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>Arthritis that develops in a joint after a previous injury, a fracture involving the joint surface, a severe ligament tear or a meniscal injury that altered the joint mechanics. Post-traumatic arthritis can affect patients significantly younger than the typical osteoarthritis population and may progress faster than primary osteoarthritis.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cnd-item\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"avn\"><\/span>\n          <h4>Avascular Necrosis (AVN) in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>Avascular necrosis occurs when the blood supply to a bone is disrupted, causing the bone tissue to die and the joint surface to collapse. It most commonly affects the femoral head of the hip and can also affect the knee, shoulder and other joints. AVN can affect younger patients and progresses rapidly once the bone has begun to collapse, requiring timely intervention.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cnd-item\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"inflam\"><\/span>\n          <h4>Inflammatory Joint Disease in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>Conditions including psoriatic arthritis, ankylosing spondylitis and reactive arthritis cause joint inflammation and damage through immune-mediated mechanisms. These conditions require a coordinated approach between orthopaedic care and medical management of the underlying inflammatory disease.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cnd-item\">\n        <button class=\"cnd-trigger\" type=\"button\">\n          <span class=\"cnd-icon\" data-icon=\"septic\"><\/span>\n          <h4>Septic Arthritis in Mehsana<\/h4>\n          <span class=\"cnd-chevron\" aria-hidden=\"true\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M6 9l6 6 6-6\"\/><\/svg>\n          <\/span>\n        <\/button>\n        <div class=\"cnd-panel\">\n          <div class=\"cnd-panel-inner\">\n            <p>Infection within a joint is an orthopaedic emergency. Bacteria within the joint space cause rapid cartilage destruction and require urgent washout and antibiotic treatment. Septic arthritis that is treated late results in permanent joint damage.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\n(function () {\n  var root = document.getElementById('axcura-conditions-section');\n  if (!root) return;\n\n  function highlightPhrases(el, phrases) {\n    if (!el) return;\n    phrases.forEach(function (phrase) {\n      var walker = document.createTreeWalker(el, NodeFilter.SHOW_TEXT, null);\n      var node, targets = [];\n      while ((node = walker.nextNode())) {\n        if (node.nodeValue.indexOf(phrase) !== -1) targets.push(node);\n      }\n      targets.forEach(function (textNode) {\n        var idx = textNode.nodeValue.indexOf(phrase);\n        if (idx === -1) return;\n        var before = textNode.nodeValue.slice(0, idx);\n        var after = textNode.nodeValue.slice(idx + phrase.length);\n        var span = document.createElement('span');\n        span.className = 'cnd-accent';\n        span.textContent = phrase;\n        var frag = document.createDocumentFragment();\n        if (before) frag.appendChild(document.createTextNode(before));\n        frag.appendChild(span);\n        if (after) frag.appendChild(document.createTextNode(after));\n        textNode.parentNode.replaceChild(frag, textNode);\n      });\n    });\n  }\n  highlightPhrases(document.getElementById('cndHeadline'), ['Joint Pain']);\n\n  \/\/ --- condition icons (custom inline SVG, mechanism-illustrative) ---\n  var icons = {\n    oa: '<circle cx=\"8\" cy=\"12\" r=\"5\"\/><circle cx=\"16\" cy=\"12\" r=\"5\"\/><path d=\"M8 9.5v5M16 9.5v5\" stroke-dasharray=\"1.5 1.5\"\/>',\n    ra: '<path d=\"M7 20c-1-3 0-5 1-6.5S9 10 8 8\"\/><path d=\"M11 20c-.6-3 .2-5 1-6.5S13.5 10 12.5 7.5\"\/><path d=\"M15 20c-.3-3 .6-5 1.4-6.5S17.8 10 17 7\"\/><circle cx=\"8\" cy=\"7.3\" r=\"1\"\/><circle cx=\"12.3\" cy=\"6.6\" r=\"1\"\/><circle cx=\"16.7\" cy=\"6.2\" r=\"1\"\/>',\n    gout: '<path d=\"M9 20c0-3 1-5 1-8s-2-3-2-6a4 4 0 0 1 8 0c0 3-2 3-2 6s1 5 1 8\"\/><path d=\"M12 3v-.6M15.5 4.5l.5-.5M8.5 4.5l-.5-.5\" \/>',\n    pta: '<rect x=\"4\" y=\"10.5\" width=\"7\" height=\"3\" rx=\"1\"\/><rect x=\"13\" y=\"10.5\" width=\"7\" height=\"3\" rx=\"1\"\/><path d=\"M11 12l1.4-2 1 3 1-1.5\"\/>',\n    avn: '<circle cx=\"12\" cy=\"12\" r=\"7\"\/><path d=\"M12 5v3M12 16v3M5 12h3M16 12h3\" opacity=\"0.35\"\/><path d=\"M9 9l6 6M15 9l-6 6\" stroke=\"var(--cnd-blue-deep)\"\/>',\n    inflam: '<circle cx=\"6\" cy=\"12\" r=\"2.6\"\/><circle cx=\"12\" cy=\"7.5\" r=\"2.6\"\/><circle cx=\"12\" cy=\"16.5\" r=\"2.6\"\/><circle cx=\"18\" cy=\"12\" r=\"2.6\"\/><path d=\"M8.3 10.8 9.8 9.2M8.3 13.2l1.5 1.6M15.7 10.8 14.2 9.2M15.7 13.2l-1.5 1.6\" stroke-dasharray=\"1.5 1.5\"\/>',\n    septic: '<circle cx=\"10\" cy=\"12\" r=\"5.5\"\/><path d=\"M18 6l2 2M19.5 4.5l1 1M16.5 3.5l1 1\" stroke-linecap=\"round\"\/><path d=\"M10 9v3l2 1.2\" stroke-dasharray=\"1.4 1.4\"\/>'\n  };\n\n  var items = Array.prototype.slice.call(root.querySelectorAll('.cnd-item'));\n  items.forEach(function (item) {\n    var iconSpan = item.querySelector('.cnd-icon');\n    var key = iconSpan.getAttribute('data-icon');\n    iconSpan.innerHTML = '<svg viewBox=\"0 0 24 24\">' + (icons[key] || '') + '<\/svg>';\n\n    var trigger = item.querySelector('.cnd-trigger');\n    trigger.addEventListener('click', function () {\n      var isOpen = item.getAttribute('data-open') === 'true';\n      items.forEach(function (other) { other.removeAttribute('data-open'); });\n      if (!isOpen) item.setAttribute('data-open', 'true');\n    });\n  });\n\n  var io = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (!entry.isIntersecting) return;\n      var item = entry.target;\n      var index = items.indexOf(item);\n      setTimeout(function () { item.classList.add('cnd-revealed'); }, index * 80);\n      io.unobserve(item);\n    });\n  }, { threshold: 0.15 });\n  items.forEach(function (item) { io.observe(item); });\n})();\n<\/script>\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-e61cb1e e-con-full e-flex e-con e-parent\" data-id=\"e61cb1e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9c086b elementor-widget elementor-widget-html\" data-id=\"e9c086b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-location-section\">\n  <div class=\"loc-container\">\n    <h2 id=\"locHeadline\">Joint Pain by Location, What Each Joint Tells Us at Axcura Ortho<\/h2>\n    <p>The location of joint pain provides important diagnostic information. These are the most common presentations seen at Axcura Ortho from patients across Mehsana and North Gujarat:\n    <\/p>\n    <div class=\"loc-divider\" aria-hidden=\"true\"><\/div>\n    <div class=\"loc-layout\">\n\n      <div class=\"loc-map-wrap\" id=\"locMapWrap\">\n        <span class=\"loc-map-label\">Select a Joint<\/span>\n\n        <svg class=\"loc-map\" viewBox=\"0 0 220 420\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n          <!-- simple body silhouette -->\n          <circle cx=\"110\" cy=\"46\" r=\"26\" fill=\"var(--loc-blue-soft)\" stroke=\"var(--loc-blue-border)\" stroke-width=\"2\"\/>\n          <path d=\"M78 82 Q110 68 142 82 L150 190 Q110 206 70 190 Z\" fill=\"var(--loc-blue-soft)\" stroke=\"var(--loc-blue-border)\" stroke-width=\"2\"\/>\n          <!-- arms -->\n          <path d=\"M78 90 Q50 110 44 165 L58 220 Q66 220 70 210 L60 165 Q64 125 84 100 Z\" fill=\"var(--loc-blue-soft)\" stroke=\"var(--loc-blue-border)\" stroke-width=\"2\"\/>\n          <path d=\"M142 90 Q170 110 176 165 L162 220 Q154 220 150 210 L160 165 Q156 125 136 100 Z\" fill=\"var(--loc-blue-soft)\" stroke=\"var(--loc-blue-border)\" stroke-width=\"2\"\/>\n          <!-- legs -->\n          <path d=\"M78 195 Q70 260 74 320 L64 400 Q80 408 92 400 L98 320 Q100 260 100 198 Z\" fill=\"var(--loc-blue-soft)\" stroke=\"var(--loc-blue-border)\" stroke-width=\"2\"\/>\n          <path d=\"M142 195 Q150 260 146 320 L156 400 Q140 408 128 400 L122 320 Q120 260 120 198 Z\" fill=\"var(--loc-blue-soft)\" stroke=\"var(--loc-blue-border)\" stroke-width=\"2\"\/>\n\n          <!-- pins -->\n          <g class=\"loc-pin\" data-target=\"loc-shoulder\" data-label=\"Shoulder\" transform=\"translate(80,96)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n          <g class=\"loc-pin\" data-target=\"loc-shoulder\" data-label=\"Shoulder\" transform=\"translate(140,96)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n\n          <g class=\"loc-pin\" data-target=\"loc-hand\" data-label=\"Hand &amp; Wrist\" transform=\"translate(50,214)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n          <g class=\"loc-pin\" data-target=\"loc-hand\" data-label=\"Hand &amp; Wrist\" transform=\"translate(170,214)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n\n          <g class=\"loc-pin\" data-target=\"loc-hip\" data-label=\"Hip\" transform=\"translate(110,192)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n\n          <g class=\"loc-pin loc-pin-active\" data-target=\"loc-knee\" data-label=\"Knee\" transform=\"translate(85,300)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n          <g class=\"loc-pin loc-pin-active\" data-target=\"loc-knee\" data-label=\"Knee\" transform=\"translate(135,300)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n\n          <g class=\"loc-pin\" data-target=\"loc-ankle\" data-label=\"Ankle &amp; Foot\" transform=\"translate(77,398)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n          <g class=\"loc-pin\" data-target=\"loc-ankle\" data-label=\"Ankle &amp; Foot\" transform=\"translate(143,398)\">\n            <circle class=\"loc-pin-ring\" r=\"14\"\/>\n            <circle class=\"loc-pin-dot\" r=\"6\"\/>\n          <\/g>\n        <\/svg>\n\n        <span class=\"loc-map-tooltip\" id=\"locTooltip\">Knee<\/span>\n      <\/div>\n\n      <div class=\"loc-cards\" id=\"locCards\">\n\n        <article class=\"loc-card\" id=\"loc-knee\" tabindex=\"-1\">\n          <span class=\"loc-card-icon\" data-icon=\"knee\"><\/span>\n          <h3>Knee Joint Pain Treatment in Mehsana<\/h3>\n          <p>The knee is the most commonly affected joint in patients presenting to Axcura Ortho. Knee pain may arise from osteoarthritis, meniscal tears, ligament injuries, patellar conditions, bursitis, gout or inflammatory arthritis. Early and mid-stage knee arthritis is managed with physiotherapy, activity modification and injections. Advanced disease is treated with partial or total knee replacement. Arthroscopic procedures are available for meniscal tears, cartilage damage and other treatable causes of knee pain that do not require replacement.<\/p>\n        <\/article>\n\n        <article class=\"loc-card\" id=\"loc-hip\" tabindex=\"-1\">\n          <span class=\"loc-card-icon\" data-icon=\"hip\"><\/span>\n          <h3>Hip Joint Pain Treatment in Mehsana<\/h3>\n          <p>Hip pain typically presents as groin pain, though it can also be felt in the thigh, buttock or referred to the knee. Common causes include osteoarthritis, avascular necrosis, femoroacetabular impingement, labral tears and inflammatory arthritis. Early hip conditions are managed conservatively or with hip arthroscopy. Advanced hip disease is treated with total hip replacement or DAA hip replacement at Axcura Ortho.<\/p>\n        <\/article>\n\n        <article class=\"loc-card\" id=\"loc-shoulder\" tabindex=\"-1\">\n          <span class=\"loc-card-icon\" data-icon=\"shoulder\"><\/span>\n          <h3>Shoulder Joint Pain Treatment in Mehsana<\/h3>\n          <p>Shoulder pain can arise from glenohumeral arthritis, rotator cuff disease, frozen shoulder, AC joint disease or inflammatory conditions. Each of these has a distinct treatment pathway. Arthroscopic procedures are available for rotator cuff tears, frozen shoulder release and labral conditions. Shoulder replacement is available for advanced glenohumeral arthritis.<\/p>\n        <\/article>\n\n        <article class=\"loc-card\" id=\"loc-ankle\" tabindex=\"-1\">\n          <span class=\"loc-card-icon\" data-icon=\"ankle\"><\/span>\n          <h3>Ankle and Foot Joint Pain Treatment in Mehsana<\/h3>\n          <p>Ankle and foot joint pain from osteoarthritis, gout and post-traumatic conditions is assessed and managed at Axcura Ortho. Conservative management, injection therapies and surgical options are available depending on the severity and cause of the condition.\n          <\/p>\n        <\/article>\n\n        <article class=\"loc-card\" id=\"loc-hand\" tabindex=\"-1\">\n          <span class=\"loc-card-icon\" data-icon=\"hand\"><\/span>\n          <h3>Small Joint Pain of the Hand and Wrist in Mehsana<\/h3>\n          <p>Small joint arthritis of the hand and wrist, particularly in the context of rheumatoid arthritis or post-traumatic disease, causes pain and functional limitation that significantly affects daily tasks. Assessment includes imaging and clinical examination to determine the most appropriate management approach.<\/p>\n        <\/article>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n<script>\n(function () {\n  var root = document.getElementById('axcura-location-section');\n  if (!root) return;\n\n  function highlightPhrases(el, phrases) {\n    if (!el) return;\n    phrases.forEach(function (phrase) {\n      var walker = document.createTreeWalker(el, NodeFilter.SHOW_TEXT, null);\n      var node, targets = [];\n      while ((node = walker.nextNode())) {\n        if (node.nodeValue.indexOf(phrase) !== -1) targets.push(node);\n      }\n      targets.forEach(function (textNode) {\n        var idx = textNode.nodeValue.indexOf(phrase);\n        if (idx === -1) return;\n        var before = textNode.nodeValue.slice(0, idx);\n        var after = textNode.nodeValue.slice(idx + phrase.length);\n        var span = document.createElement('span');\n        span.className = 'loc-accent';\n        span.textContent = phrase;\n        var frag = document.createDocumentFragment();\n        if (before) frag.appendChild(document.createTextNode(before));\n        frag.appendChild(span);\n        if (after) frag.appendChild(document.createTextNode(after));\n        textNode.parentNode.replaceChild(frag, textNode);\n      });\n    });\n  }\n  highlightPhrases(document.getElementById('locHeadline'), ['Axcura Ortho']);\n\n  var cardIcons = {\n    knee: '<circle cx=\"9\" cy=\"7\" r=\"4\"\/><circle cx=\"9\" cy=\"17\" r=\"4\"\/><path d=\"M9 11v2\"\/>',\n    hip: '<circle cx=\"12\" cy=\"8\" r=\"4.5\"\/><path d=\"M7.5 12c-1.5 2-2 5-1 9M16.5 12c1.5 2 2 5 1 9\"\/>',\n    shoulder: '<circle cx=\"17\" cy=\"8\" r=\"3.5\"\/><path d=\"M6 20c0-5 3-9 6-9s3 4 3 9\"\/>',\n    ankle: '<path d=\"M9 4v7c0 2 1 3 2.5 4L18 18.5c1 .6 1 2 -.3 2H7c-1.5 0-2.5-1-2.5-2.5V6c0-1 .8-2 2-2Z\"\/>',\n    hand: '<path d=\"M9 12V5.5a1.5 1.5 0 0 1 3 0V11\"\/><path d=\"M12 11V4.5a1.5 1.5 0 0 1 3 0V11\"\/><path d=\"M15 11V6a1.5 1.5 0 0 1 3 0v8c0 3.5-2 6-5.5 6S6 18 6 14v-2.3c0-.9.7-1.7 1.6-1.7.9 0 1.4.6 1.4 1.5\"\/>'\n  };\n\n  var cards = Array.prototype.slice.call(root.querySelectorAll('.loc-card'));\n  cards.forEach(function (card) {\n    var iconSpan = card.querySelector('.loc-card-icon');\n    var key = iconSpan.getAttribute('data-icon');\n    iconSpan.innerHTML = '<svg viewBox=\"0 0 24 24\">' + (cardIcons[key] || '') + '<\/svg>';\n  });\n\n  var io = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (!entry.isIntersecting) return;\n      var card = entry.target;\n      var index = cards.indexOf(card);\n      setTimeout(function () { card.classList.add('loc-revealed'); }, index * 90);\n      io.unobserve(card);\n    });\n  }, { threshold: 0.15 });\n  cards.forEach(function (c) { io.observe(c); });\n\n  var pins = Array.prototype.slice.call(root.querySelectorAll('.loc-pin'));\n  var tooltip = document.getElementById('locTooltip');\n\n  function setActivePin(targetId) {\n    pins.forEach(function (pin) {\n      pin.classList.toggle('loc-pin-active', pin.getAttribute('data-target') === targetId);\n    });\n    var activePin = pins.find(function (p) { return p.getAttribute('data-target') === targetId; });\n    if (activePin && tooltip) tooltip.textContent = activePin.getAttribute('data-label');\n  }\n\n  pins.forEach(function (pin) {\n    pin.addEventListener('click', function () {\n      var targetId = pin.getAttribute('data-target');\n      setActivePin(targetId);\n      var card = document.getElementById(targetId);\n      if (!card) return;\n      card.scrollIntoView({ behavior: 'smooth', block: 'center' });\n      card.classList.add('loc-highlight');\n      setTimeout(function () { card.classList.remove('loc-highlight'); }, 1600);\n    });\n\n    pin.addEventListener('mouseenter', function () {\n      setActivePin(pin.getAttribute('data-target'));\n    });\n  });\n\n  cards.forEach(function (card) {\n    card.addEventListener('mouseenter', function () {\n      setActivePin(card.id);\n    });\n  });\n})();\n<\/script>\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-39d83d3 e-con-full e-flex e-con e-parent\" data-id=\"39d83d3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d5cdf8 elementor-widget elementor-widget-html\" data-id=\"6d5cdf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-diagnosis-section\">\n  <div class=\"dgn-container\">\n    <h2 id=\"dgnHeadline\">How Joint Pain Is Investigated at Axcura Ortho, Getting to the Right Diagnosis\n    <\/h2>\n    <p>Accurate diagnosis is what determines appropriate treatment. The investigation of joint pain at Axcura Ortho is thorough and systematic, combining clinical assessment with appropriate imaging to build a complete picture of the joint and its surrounding structures.\n    <\/p>\n    <div class=\"dgn-divider\" aria-hidden=\"true\"><\/div>\n    <div class=\"dgn-timeline\" id=\"dgnTimeline\">\n      <div class=\"dgn-line\" aria-hidden=\"true\">\n        <div class=\"dgn-line-fill\" id=\"dgnLineFill\"><\/div>\n      <\/div>\n      <ul class=\"dgn-list\" id=\"dgnList\">\n          <li data-icon=\"exam\">Clinical examination including assessment of range of motion, joint line tenderness, swelling, crepitus and functional limitation<\/li>\n          <li data-icon=\"xray\">Weight-bearing X-rays to assess joint space narrowing, bone changes and alignment<\/li>\n          <li data-icon=\"mri\">MRI for assessment of soft tissue structures including cartilage, menisci, ligaments and tendons<\/li>\n          <li data-icon=\"ultrasound\">Ultrasound for dynamic assessment of tendons, bursae and soft tissue around the joint<\/li>\n          <li data-icon=\"blood\">Blood tests including inflammatory markers, uric acid, rheumatoid factor and autoimmune screen where inflammatory arthritis is suspected<\/li>\n          <li data-icon=\"aspiration\">Joint aspiration where indicated to analyse joint fluid for infection, crystals or inflammatory cells<\/li>\n          <li data-icon=\"ct\">CT scan for complex bony anatomy assessment including joint deformity and pre-operative planning<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n<script>\n(function () {\n  var root = document.getElementById('axcura-diagnosis-section');\n  if (!root) return;\n\n  function highlightPhrases(el, phrases) {\n    if (!el) return;\n    phrases.forEach(function (phrase) {\n      var walker = document.createTreeWalker(el, NodeFilter.SHOW_TEXT, null);\n      var node, targets = [];\n      while ((node = walker.nextNode())) {\n        if (node.nodeValue.indexOf(phrase) !== -1) targets.push(node);\n      }\n      targets.forEach(function (textNode) {\n        var idx = textNode.nodeValue.indexOf(phrase);\n        if (idx === -1) return;\n        var before = textNode.nodeValue.slice(0, idx);\n        var after = textNode.nodeValue.slice(idx + phrase.length);\n        var span = document.createElement('span');\n        span.className = 'dgn-accent';\n        span.textContent = phrase;\n        var frag = document.createDocumentFragment();\n        if (before) frag.appendChild(document.createTextNode(before));\n        frag.appendChild(span);\n        if (after) frag.appendChild(document.createTextNode(after));\n        textNode.parentNode.replaceChild(frag, textNode);\n      });\n    });\n  }\n  highlightPhrases(document.getElementById('dgnHeadline'), ['Axcura Ortho']);\n\n  \/\/ --- icons + step numbers injected per investigation ---\n  var icons = {\n    exam: '<path d=\"M8 4v5a4 4 0 0 0 8 0V4\"\/><circle cx=\"18\" cy=\"5\" r=\"1.4\"\/><path d=\"M8 9c0 4-1 7 4 8 3-.7 4-2.5 4-5\"\/>',\n    xray: '<rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\/><path d=\"M8 9h8M8 12.5h5M8 16h8\"\/>',\n    mri: '<circle cx=\"12\" cy=\"12\" r=\"8\"\/><circle cx=\"12\" cy=\"12\" r=\"3.2\"\/><path d=\"M12 4v3M12 17v3M4 12h3M17 12h3\"\/>',\n    ultrasound: '<path d=\"M4 14c1.5 0 1.5-3 3-3s1.5 5 3 5 1.5-7 3-7 1.5 4 3 4 1.5-2 3-2\"\/>',\n    blood: '<path d=\"M12 3c3 4 6 7.5 6 11.5A6 6 0 0 1 6 14.5C6 10.5 9 7 12 3Z\"\/>',\n    aspiration: '<path d=\"M18 4l2 2-9 9-3 1 1-3 9-9Z\"\/><path d=\"M6 18l-2 2\"\/><path d=\"M13.5 6.5l4 4\"\/>',\n    ct: '<circle cx=\"12\" cy=\"12\" r=\"8\"\/><circle cx=\"12\" cy=\"12\" r=\"4.5\" stroke-dasharray=\"2 3\"\/><path d=\"M12 4v2M12 18v2M4 12h2M18 12h2\"\/>'\n  };\n\n  var items = Array.prototype.slice.call(root.querySelectorAll('.dgn-list li'));\n  items.forEach(function (li, i) {\n    var key = li.getAttribute('data-icon');\n\n    var stepNum = document.createElement('span');\n    stepNum.className = 'dgn-step-num';\n    stepNum.textContent = i + 1;\n\n    var node = document.createElement('span');\n    node.className = 'dgn-node';\n    node.innerHTML = '<svg viewBox=\"0 0 24 24\">' + (icons[key] || '') + '<\/svg>';\n\n    li.insertBefore(stepNum, li.firstChild);\n    li.insertBefore(node, li.firstChild);\n  });\n\n  var io = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (!entry.isIntersecting) return;\n      var li = entry.target;\n      var index = items.indexOf(li);\n      setTimeout(function () { li.classList.add('dgn-revealed'); }, index * 90);\n      io.unobserve(li);\n    });\n  }, { threshold: 0.3 });\n  items.forEach(function (li) { io.observe(li); });\n\n  \/\/ --- scroll-linked progress line ---\n  var timeline = document.getElementById('dgnTimeline');\n  var lineFill = document.getElementById('dgnLineFill');\n  var ticking = false;\n\n  function updateLineFill() {\n    var rect = timeline.getBoundingClientRect();\n    var viewportH = window.innerHeight;\n    var start = viewportH * 0.85;\n    var end = viewportH * 0.25;\n    var total = rect.height;\n\n    var raw = (start - rect.top) \/ (total + (start - end));\n    raw = Math.max(0, Math.min(1, raw));\n\n    lineFill.style.height = (raw * 100) + '%';\n    ticking = false;\n  }\n\n  function onScroll() {\n    if (!ticking) {\n      window.requestAnimationFrame(updateLineFill);\n      ticking = true;\n    }\n  }\n\n  window.addEventListener('scroll', onScroll, { passive: true });\n  window.addEventListener('resize', onScroll);\n  onScroll();\n})();\n<\/script>\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-9738521 e-con-full e-flex e-con e-parent\" data-id=\"9738521\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e740394 elementor-widget elementor-widget-html\" data-id=\"e740394\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-treatment-section\">\n  <div class=\"trt-container\">\n    <h2 id=\"trtHeadline\">Treatment Options Available at Axcura Ortho, From First Steps to Definitive Care<\/h2>\n    <p class=\"trt-subtitle\">Joint pain treatment at Axcura Ortho is staged and individualised. The treatment recommended depends on the specific diagnosis, severity, age, activity level, and goals for recovery.<\/p>\n    \n    <div class=\"trt-divider\" aria-hidden=\"true\"><\/div>\n\n    <div class=\"trt-main-layout\">\n      \n      <aside class=\"trt-sidebar\">\n        <div class=\"trt-sidebar-card\">\n          <div class=\"trt-sidebar-illustration\" aria-hidden=\"true\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2a4 4 0 0 0-4 4v3.5l-2.5 1.5A3 3 0 0 0 4 13.6V20a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6.4a3 3 0 0 0-1.5-2.6L16 9.5V6a4 4 0 0 0-4-4Z\" \/>\n              <path d=\"M8 14h8M9 17h6M11 6h2M12 5v2\" opacity=\"0.4\"\/>\n              <circle cx=\"12\" cy=\"14\" r=\"1.5\" fill=\"currentColor\"\/>\n            <\/svg>\n          <\/div>\n          \n          <h4>Treatment Stages<\/h4>\n          <p class=\"trt-sidebar-desc\">Select a stage below to instantly jump to the details or track your recovery path.<\/p>\n          \n          <div class=\"trt-sidebar-nav\">\n            <button class=\"trt-sidebar-item trt-side-active\" data-target=\"1\">\n              <span class=\"trt-side-num\">1<\/span>\n              <div class=\"trt-side-text\">\n                <h5>Least Invasive<\/h5>\n                <span>Non-Surgical Care<\/span>\n              <\/div>\n            <\/button>\n            \n            <button class=\"trt-sidebar-item\" data-target=\"2\">\n              <span class=\"trt-side-num\">2<\/span>\n              <div class=\"trt-side-text\">\n                <h5>Minimally Invasive<\/h5>\n                <span>Arthroscopic Procedures<\/span>\n              <\/div>\n            <\/button>\n            \n            <button class=\"trt-sidebar-item\" data-target=\"3\">\n              <span class=\"trt-side-num\">3<\/span>\n              <div class=\"trt-side-text\">\n                <h5>Definitive Care<\/h5>\n                <span>Joint Replacement<\/span>\n              <\/div>\n            <\/button>\n          <\/div>\n        <\/div>\n      <\/aside>\n\n      <div class=\"trt-pathway\" id=\"trtPathway\">\n        \n        <div class=\"trt-stage trt-active\" data-stage=\"1\">\n          <button class=\"trt-stage-header\" aria-expanded=\"true\" aria-controls=\"content-stage-1\">\n            <span class=\"trt-stage-num-badge\">1<\/span>\n            <div class=\"trt-stage-title-group\">\n              <span class=\"trt-stage-tag trt-tag-1\">Least Invasive<\/span>\n              <h3>Non-Surgical Joint Pain Management in Mehsana<\/h3>\n            <\/div>\n            <span class=\"trt-count-badge\">5 Options<\/span>\n            <span class=\"trt-chevron\"><\/span>\n          <\/button>\n\n          <div class=\"trt-stage-content\" id=\"content-stage-1\">\n            <div class=\"trt-content-inner\">\n              <div class=\"trt-grid\">\n                <div class=\"trt-card\">\n                  <span class=\"trt-card-icon\" data-icon=\"physio\"><\/span>\n                  <h4>Structured Physiotherapy and Exercise Prescription<\/h4>\n                  <p>A targeted physiotherapy programme reduces joint loading, improves the strength of the muscles supporting the joint, addresses biomechanical factors contributing to the pain and teaches the patient how to manage the condition long-term. Physiotherapy is appropriate at every stage of joint disease and is the foundation of non-surgical joint pain management at Axcura Ortho.<\/p>\n                <\/div>\n\n                <div class=\"trt-card\">\n                  <span class=\"trt-card-icon\" data-icon=\"steroid\"><\/span>\n                  <h4>Intra-Articular Steroid Injection in Mehsana<\/h4>\n                  <p>A precisely targeted corticosteroid injection into the joint reduces inflammation, relieves pain and improves function in patients with inflammatory or degenerative joint disease. It is not a permanent cure but provides meaningful relief that allows participation in physiotherapy and normal activity. The response to injection also provides useful diagnostic information about the source of the pain.<\/p>\n                <\/div>\n\n                <div class=\"trt-card\">\n                  <span class=\"trt-card-icon\" data-icon=\"hyaluronic\"><\/span>\n                  <h4>Hyaluronic Acid (Viscosupplementation) Injection in Mehsana<\/h4>\n                  <p>Hyaluronic acid injections supplement the natural lubrication of the joint and can reduce pain and improve function in patients with mild to moderate osteoarthritis. They are particularly useful for patients who are not yet ready or appropriate for surgical intervention.<\/p>\n                <\/div>\n\n                <div class=\"trt-card\">\n                  <span class=\"trt-card-icon\" data-icon=\"prp\"><\/span>\n                  <h4>Platelet-Rich Plasma (PRP) Injection in Mehsana<\/h4>\n                  <p>PRP therapy uses a concentration of the patient's own growth factors, derived from their blood, to promote tissue healing and reduce joint inflammation. It is used in selected patients with early to moderate joint disease, soft tissue injuries and tendinopathy around the joint.<\/p>\n                <\/div>\n\n                <div class=\"trt-card trt-card-full\">\n                  <span class=\"trt-card-icon\" data-icon=\"weight\"><\/span>\n                  <h4>Activity Modification and Weight Management<\/h4>\n                  <p>Reducing the mechanical load on an affected joint through activity modification, appropriate footwear and weight management is a fundamental part of joint pain management. A reduction in body weight significantly reduces the compressive forces through the knee and hip and can meaningfully slow disease progression.<\/p>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"trt-stage\" data-stage=\"2\">\n          <button class=\"trt-stage-header\" aria-expanded=\"false\" aria-controls=\"content-stage-2\">\n            <span class=\"trt-stage-num-badge\">2<\/span>\n            <div class=\"trt-stage-title-group\">\n              <span class=\"trt-stage-tag trt-tag-2\">Minimally Invasive<\/span>\n              <h3>Arthroscopic Joint Procedures for Joint Pain in Mehsana<\/h3>\n            <\/div>\n            <span class=\"trt-count-badge\">7 Options<\/span>\n            <span class=\"trt-chevron\"><\/span>\n          <\/button>\n\n          <div class=\"trt-stage-content\" id=\"content-stage-2\">\n            <div class=\"trt-content-inner\">\n              <p class=\"trt-stage-intro\">Arthroscopic joint procedures are also available at Axcura Ortho for joint pain that has a specific treatable structural cause. These minimally invasive keyhole procedures address the source of the pain within the joint without the disruption and recovery of open surgery.<\/p>\n              <ul class=\"trt-list trt-list-2\">\n                  <li>Arthroscopic debridement and washout for loose bodies and early degenerative change<\/li>\n                  <li>Meniscus repair or partial meniscectomy for meniscal tears causing mechanical symptoms<\/li>\n                  <li>Cartilage restoration procedures for focal cartilage lesions<\/li>\n                  <li>Synovectomy for inflammatory joint disease with significant synovial involvement<\/li>\n                  <li>Arthroscopic capsular release for frozen shoulder<\/li>\n                  <li>Removal of osteophytes and loose bodies causing mechanical joint pain<\/li>\n                  <li>High Tibial Osteotomy (HTO) and Distal Femoral Osteotomy (DFO) for joint realignment<\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"trt-stage\" data-stage=\"3\">\n          <button class=\"trt-stage-header\" aria-expanded=\"false\" aria-controls=\"content-stage-3\">\n            <span class=\"trt-stage-num-badge\">3<\/span>\n            <div class=\"trt-stage-title-group\">\n              <span class=\"trt-stage-tag trt-tag-3\">Definitive Care<\/span>\n              <h3>Joint Replacement Surgery for Advanced Arthritis in Mehsana<\/h3>\n            <\/div>\n            <span class=\"trt-count-badge\">6 Options<\/span>\n            <span class=\"trt-chevron\"><\/span>\n          <\/button>\n\n          <div class=\"trt-stage-content\" id=\"content-stage-3\">\n            <div class=\"trt-content-inner\">\n              <p class=\"trt-stage-intro\">When joint pain has progressed to the point where the cartilage has been significantly lost and non-surgical management is no longer providing meaningful relief, joint replacement is the treatment that restores function most effectively. Joint replacement surgery at Axcura Ortho covers the knee, hip and shoulder, with both total and partial replacement options available depending on the distribution of joint damage.<\/p>\n              <ul class=\"trt-list trt-list-3\">\n                  <li>Total Knee Replacement for advanced knee osteoarthritis<\/li>\n                  <li>Partial (Unicompartmental) Knee Replacement where only one compartment is affected<\/li>\n                  <li>Total Hip Replacement for advanced hip arthritis and avascular necrosis<\/li>\n                  <li>DAA Hip Replacement (Direct Anterior Approach) for faster muscle-sparing recovery<\/li>\n                  <li>Shoulder Replacement for advanced glenohumeral arthritis<\/li>\n                  <li>Revision Joint Replacement for failed previous replacement surgery<\/li>\n              <\/ul>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n<script>\n(function () {\n  var root = document.getElementById('axcura-treatment-section');\n  if (!root) return;\n\n  var icons = {\n    physio: '<path d=\"M18 21a6 6 0 0 0-12 0\"\/><circle cx=\"12\" cy=\"10\" r=\"4\"\/><path d=\"M12 2v4\"\/>',\n    steroid: '<path d=\"m18 2 4 4-12 12H6v-4L18 2Z\"\/>',\n    hyaluronic: '<path d=\"M12 22a7 7 0 0 0 7-7c0-4.3-7-13-7-13S5 10.7 5 15a7 7 0 0 0 7 7Z\"\/>',\n    prp: '<path d=\"M4.5 16.5c-1.5 1.26-2.5 3.19-2.5 5.5h20c0-2.31-1-4.24-2.5-5.5M12 2v11M12 13l3-3M12 13l-3-3\"\/>',\n    weight: '<circle cx=\"12\" cy=\"12\" r=\"9\"\/><path d=\"M12 7v5l3 3\"\/>'\n  };\n\n  var iconSpans = root.querySelectorAll('.trt-card-icon');\n  iconSpans.forEach(function (span) {\n    var key = span.getAttribute('data-icon');\n    span.innerHTML = '<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\">' + (icons[key] || '') + '<\/svg>';\n  });\n\n  var stages = root.querySelectorAll('.trt-stage');\n  var sideItems = root.querySelectorAll('.trt-sidebar-item');\n\n    function updateActiveStage(targetStageNum) {\n    stages.forEach(function (s) {\n      var isMatch = s.getAttribute('data-stage') === targetStageNum;\n      s.classList.toggle('trt-active', isMatch);\n      s.querySelector('.trt-stage-header').setAttribute('aria-expanded', isMatch ? 'true' : 'false');\n    });\n\n    sideItems.forEach(function (item) {\n      var isMatch = item.getAttribute('data-target') === targetStageNum;\n      item.classList.toggle('trt-side-active', isMatch);\n    });\n  }\n\n  stages.forEach(function (stage) {\n    var header = stage.querySelector('.trt-stage-header');\n    header.addEventListener('click', function () {\n      var stageNum = stage.getAttribute('data-stage');\n      var isAlreadyActive = stage.classList.contains('trt-active');\n      updateActiveStage(isAlreadyActive ? null : stageNum);\n    });\n  });\n  sideItems.forEach(function (item) {\n    item.addEventListener('click', function () {\n      var targetNum = item.getAttribute('data-target');\n      updateActiveStage(targetNum);\n      if (window.innerWidth < 950) {\n        document.getElementById('trtPathway').scrollIntoView({ behavior: 'smooth' });\n      }\n    });\n  });\n})();\n<\/script>\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-dcd93b6 e-con-full e-flex e-con e-parent\" data-id=\"dcd93b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11b42be elementor-widget elementor-widget-html\" data-id=\"11b42be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"si-signs-section\">\n  <div class=\"si-sg-orb si-sg-orb-1\" aria-hidden=\"true\"><\/div>\n  <div class=\"si-sg-orb si-sg-orb-2\" aria-hidden=\"true\"><\/div>\n\n  <div class=\"si-sg-container\">\n\n    <!-- HEADER \u2014 h2 and p preserved exactly -->\n    <div class=\"si-sg-header\">\n      <div class=\"si-sg-eyebrow\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\/><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\/><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\/><\/svg>\n        Know When to See a Specialist\n      <\/div>\n      <h2>Signs That Joint Pain Needs a <span>Specialist Assessment<\/span>, Not More Time<\/h2>\n      <p>Most patients with joint pain wait significantly longer than they need to before seeking a specialist opinion. The following signs indicate that an assessment is warranted rather than continued self-management:<\/p>\n      <div class=\"si-sg-divider\"><\/div>\n    <\/div>\n\n    <!-- BODY -->\n    <div class=\"si-sg-body\">\n\n      <!-- LEFT \u2014 Body illustration panel only -->\n      <div class=\"si-sg-left\">\n        <div class=\"si-sg-map-card\">\n          <div class=\"si-sg-map-label\">Joint Symptom Map<\/div>\n          <svg viewBox=\"0 0 200 380\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"si-sg-body-map\">\n            <defs>\n              <radialGradient id=\"sgJointGlow\" cx=\"50%\" cy=\"50%\" r=\"50%\">\n                <stop offset=\"0%\" stop-color=\"#ef4444\" stop-opacity=\"0.6\"\/>\n                <stop offset=\"100%\" stop-color=\"#ef4444\" stop-opacity=\"0\"\/>\n              <\/radialGradient>\n              <radialGradient id=\"sgBodyFill\" cx=\"50%\" cy=\"50%\" r=\"50%\">\n                <stop offset=\"0%\" stop-color=\"#1e3a8a\" stop-opacity=\"0.3\"\/>\n                <stop offset=\"100%\" stop-color=\"#1e3a8a\" stop-opacity=\"0\"\/>\n              <\/radialGradient>\n            <\/defs>\n\n            <!-- Silhouette vectors -->\n            <ellipse cx=\"100\" cy=\"30\" rx=\"24\" ry=\"26\" fill=\"#1e3a8a\" opacity=\"0.6\" stroke=\"#3b82f6\" stroke-width=\"0.8\"\/>\n            <rect x=\"72\" y=\"52\" width=\"56\" height=\"78\" rx=\"12\" fill=\"#1e3a8a\" opacity=\"0.55\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <!-- Shoulders -->\n            <ellipse cx=\"58\" cy=\"68\" rx=\"18\" ry=\"14\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <ellipse cx=\"142\" cy=\"68\" rx=\"18\" ry=\"14\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <!-- Arms -->\n            <rect x=\"38\" y=\"78\" width=\"22\" height=\"52\" rx=\"10\" fill=\"#1e3a8a\" opacity=\"0.45\" stroke=\"#3b82f6\" stroke-width=\"0.6\"\/>\n            <rect x=\"140\" y=\"78\" width=\"22\" height=\"52\" rx=\"10\" fill=\"#1e3a8a\" opacity=\"0.45\" stroke=\"#3b82f6\" stroke-width=\"0.6\"\/>\n            <!-- Elbows -->\n            <ellipse cx=\"49\" cy=\"134\" rx=\"12\" ry=\"10\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <ellipse cx=\"151\" cy=\"134\" rx=\"12\" ry=\"10\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <!-- Forearms -->\n            <rect x=\"40\" y=\"140\" width=\"18\" height=\"44\" rx=\"8\" fill=\"#1e3a8a\" opacity=\"0.4\" stroke=\"#3b82f6\" stroke-width=\"0.5\"\/>\n            <rect x=\"142\" y=\"140\" width=\"18\" height=\"44\" rx=\"8\" fill=\"#1e3a8a\" opacity=\"0.4\" stroke=\"#3b82f6\" stroke-width=\"0.5\"\/>\n            <!-- Pelvis -->\n            <rect x=\"74\" y=\"130\" width=\"52\" height=\"38\" rx=\"10\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <!-- Hips -->\n            <ellipse cx=\"78\" cy=\"152\" rx=\"12\" ry=\"12\" fill=\"#1e3a8a\" opacity=\"0.55\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <ellipse cx=\"122\" cy=\"152\" rx=\"12\" ry=\"12\" fill=\"#1e3a8a\" opacity=\"0.55\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <!-- Thighs -->\n            <rect x=\"71\" y=\"162\" width=\"24\" height=\"56\" rx=\"10\" fill=\"#1e3a8a\" opacity=\"0.45\" stroke=\"#3b82f6\" stroke-width=\"0.6\"\/>\n            <rect x=\"105\" y=\"162\" width=\"24\" height=\"56\" rx=\"10\" fill=\"#1e3a8a\" opacity=\"0.45\" stroke=\"#3b82f6\" stroke-width=\"0.6\"\/>\n            <!-- Knees -->\n            <ellipse cx=\"83\" cy=\"224\" rx=\"15\" ry=\"14\" fill=\"#1e3a8a\" opacity=\"0.55\" stroke=\"#3b82f6\" stroke-width=\"0.9\"\/>\n            <ellipse cx=\"117\" cy=\"224\" rx=\"15\" ry=\"14\" fill=\"#1e3a8a\" opacity=\"0.55\" stroke=\"#3b82f6\" stroke-width=\"0.9\"\/>\n            <!-- Shins -->\n            <rect x=\"72\" y=\"235\" width=\"22\" height=\"56\" rx=\"9\" fill=\"#1e3a8a\" opacity=\"0.4\" stroke=\"#3b82f6\" stroke-width=\"0.5\"\/>\n            <rect x=\"106\" y=\"235\" width=\"22\" height=\"56\" rx=\"9\" fill=\"#1e3a8a\" opacity=\"0.4\" stroke=\"#3b82f6\" stroke-width=\"0.5\"\/>\n            <!-- Ankles -->\n            <ellipse cx=\"83\" cy=\"295\" rx=\"12\" ry=\"9\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <ellipse cx=\"117\" cy=\"295\" rx=\"12\" ry=\"9\" fill=\"#1e3a8a\" opacity=\"0.5\" stroke=\"#3b82f6\" stroke-width=\"0.7\"\/>\n            <!-- Feet -->\n            <ellipse cx=\"81\" cy=\"316\" rx=\"16\" ry=\"8\" fill=\"#1e3a8a\" opacity=\"0.4\" stroke=\"#3b82f6\" stroke-width=\"0.5\"\/>\n            <ellipse cx=\"119\" cy=\"316\" rx=\"16\" ry=\"8\" fill=\"#1e3a8a\" opacity=\"0.4\" stroke=\"#3b82f6\" stroke-width=\"0.5\"\/>\n\n            <!-- Pulsing dots -->\n            <circle cx=\"83\" cy=\"224\" r=\"8\" fill=\"#ef4444\" opacity=\"0.8\" id=\"si-sg-dot-knee-l\"\/>\n            <circle cx=\"83\" cy=\"224\" r=\"8\" fill=\"none\" stroke=\"#ef4444\" stroke-width=\"1.5\">\n              <animate attributeName=\"r\" from=\"8\" to=\"20\" dur=\"2s\" repeatCount=\"indefinite\"\/>\n              <animate attributeName=\"opacity\" from=\"0.7\" to=\"0\" dur=\"2s\" repeatCount=\"indefinite\"\/>\n            <\/circle>\n            <circle cx=\"117\" cy=\"224\" r=\"8\" fill=\"#ef4444\" opacity=\"0.8\"\/>\n            <circle cx=\"117\" cy=\"224\" r=\"8\" fill=\"none\" stroke=\"#ef4444\" stroke-width=\"1.5\">\n              <animate attributeName=\"r\" from=\"8\" to=\"20\" dur=\"2s\" begin=\"0.3s\" repeatCount=\"indefinite\"\/>\n              <animate attributeName=\"opacity\" from=\"0.7\" to=\"0\" dur=\"2s\" begin=\"0.3s\" repeatCount=\"indefinite\"\/>\n            <\/circle>\n            <circle cx=\"58\" cy=\"68\" r=\"6\" fill=\"#f59e0b\" opacity=\"0.75\"\/>\n            <circle cx=\"58\" cy=\"68\" r=\"6\" fill=\"none\" stroke=\"#f59e0b\" stroke-width=\"1.2\">\n              <animate attributeName=\"r\" from=\"6\" to=\"16\" dur=\"2.4s\" begin=\"0.5s\" repeatCount=\"indefinite\"\/>\n              <animate attributeName=\"opacity\" from=\"0.6\" to=\"0\" dur=\"2.4s\" begin=\"0.5s\" repeatCount=\"indefinite\"\/>\n            <\/circle>\n            <circle cx=\"142\" cy=\"68\" r=\"6\" fill=\"#f59e0b\" opacity=\"0.75\"\/>\n            <circle cx=\"142\" cy=\"68\" r=\"6\" fill=\"none\" stroke=\"#f59e0b\" stroke-width=\"1.2\">\n              <animate attributeName=\"r\" from=\"6\" to=\"16\" dur=\"2.4s\" begin=\"0.8s\" repeatCount=\"indefinite\"\/>\n              <animate attributeName=\"opacity\" from=\"0.6\" to=\"0\" dur=\"2.4s\" begin=\"0.8s\" repeatCount=\"indefinite\"\/>\n            <\/circle>\n            <circle cx=\"78\" cy=\"152\" r=\"5\" fill=\"#3b82f6\" opacity=\"0.7\"\/>\n            <circle cx=\"78\" cy=\"152\" r=\"5\" fill=\"none\" stroke=\"#3b82f6\" stroke-width=\"1\">\n              <animate attributeName=\"r\" from=\"5\" to=\"14\" dur=\"2.6s\" begin=\"1s\" repeatCount=\"indefinite\"\/>\n              <animate attributeName=\"opacity\" from=\"0.6\" to=\"0\" dur=\"2.6s\" begin=\"1s\" repeatCount=\"indefinite\"\/>\n            <\/circle>\n            <circle cx=\"122\" cy=\"152\" r=\"5\" fill=\"#3b82f6\" opacity=\"0.7\"\/>\n            <circle cx=\"83\" cy=\"295\" r=\"4.5\" fill=\"#60a5fa\" opacity=\"0.65\"\/>\n            <circle cx=\"117\" cy=\"295\" r=\"4.5\" fill=\"#60a5fa\" opacity=\"0.65\"\/>\n          <\/svg>\n        <\/div>\n      <\/div>\n      <!-- \/LEFT -->\n\n      <!-- RIGHT \u2014 Slider Column Container -->\n      <div class=\"si-sg-right\">\n\n        <!-- Dynamic Content Slider Frame Wrapper -->\n        <div class=\"si-sg-slider-wrap\">\n          <div class=\"si-sg-slider-track\" id=\"si-sg-track\">\n\n            <!-- Slide 1 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"0\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">01<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Joint pain that has been present for more than six weeks without meaningful improvement<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 0)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 2 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"1\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">02<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2v4m0 12v4M4.93 4.93l2.83 2.83m8.48 8.48 2.83 2.83M2 12h4m12 0h4M4.93 19.07l2.83-2.83m8.48-8.48 2.83-2.83\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Swelling in the joint that recurs after brief periods of improvement<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 1)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 3 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"2\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">03<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 8C17 8 18 9 18 11s-1 3-1 3M7 8S6 9 6 11s1 3 1 3\"\/><path d=\"M12 3v4m0 10v4\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Stiffness that takes more than 30 minutes to ease in the morning<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 2)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 4 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"3\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">04<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Pain that is now present at rest, not just during activity<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 3)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 5 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"4\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">05<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Reduced walking distance, difficulty on stairs or avoidance of activity because of the joint<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 4)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 6 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"5\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">06<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"17 1 21 5 17 9\"\/><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"\/><polyline points=\"7 23 3 19 7 15\"\/><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"\/><\/svg>\n                  <\/div>\n                  <ul><li>A joint that feels unstable, gives way or catches during movement<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 5)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 7 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"6\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">07<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Night pain that is affecting sleep quality<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 6)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 8 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card\" data-idx=\"7\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">08<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Progressive worsening over weeks or months rather than a stable pattern<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 7)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>This applies to me<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n            <!-- Slide 9 -->\n            <div class=\"si-sg-slide\">\n              <div class=\"si-sg-card si-sg-card-urgent\" data-idx=\"8\">\n                <div class=\"si-sg-card-info\">\n                  <div class=\"si-sg-card-num\">09<\/div>\n                  <div class=\"si-sg-card-icon\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\/><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\/><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\/><\/svg>\n                  <\/div>\n                  <ul><li>Any joint that is hot, red and significantly swollen, which may indicate infection or an acute gout episode<\/li><\/ul>\n                  <button class=\"si-sg-check-btn\" onclick=\"siSgCheck(this, 8)\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n                    <span>\u26a0 This applies \u2014 seek urgent care<\/span>\n                  <\/button>\n                <\/div>\n                <div class=\"si-sg-card-img-panel\"><\/div>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/div>\n\n        <!-- Navigation Control Ribbon Box -->\n        <div class=\"si-sg-nav\">\n          <div class=\"si-sg-arrows\">\n            <button class=\"si-sg-arrow\" onclick=\"siSgSlide(-1)\" aria-label=\"Previous Slide\">\n              <svg viewBox=\"0 0 24 24\"><polyline points=\"15 18 9 12 15 6\"\/><\/svg>\n            <\/button>\n            <button class=\"si-sg-arrow\" onclick=\"siSgSlide(1)\" aria-label=\"Next Slide\">\n              <svg viewBox=\"0 0 24 24\"><polyline points=\"9 18 15 12 9 6\"\/><\/svg>\n            <\/button>\n          <\/div>\n\n          <div class=\"si-sg-dots\" id=\"si-sg-dots\">\n            <!-- Programmatically rendered -->\n          <\/div>\n\n          <div class=\"si-sg-counter\">\n            <span id=\"si-sg-cur\">1<\/span> \/ 9\n          <\/div>\n        <\/div>\n\n        <!-- FIXED: Assessment Meter Card safely positioned inside the right column wrapper directly under the slider track -->\n        <div class=\"si-sg-meter-card\">\n          <div class=\"si-sg-meter-label\">Assessment Urgency<\/div>\n          <div class=\"si-sg-meter-track\">\n            <div class=\"si-sg-meter-fill\" id=\"si-sg-meter-fill\"><\/div>\n          <\/div>\n          <div class=\"si-sg-meter-row\">\n            <div class=\"si-sg-meter-text\" id=\"si-sg-meter-text\">Check symptoms \u2192<\/div>\n            <div class=\"si-sg-meter-count\"><span id=\"si-sg-checked-count\">0<\/span> \/ 9 checked<\/div>\n          <\/div>\n          <a href=\"tel:+918128596917\" class=\"si-sg-meter-cta\" id=\"si-sg-meter-cta\">\n            Book an assessment now \u2192\n          <\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <!-- BOTTOM PANEL RIBBON -->\n    <div class=\"si-sg-bottom\">\n      <div class=\"si-sg-bottom-inner\">\n        <div class=\"si-sg-bottom-text\">\n          <strong>Recognise any of these signs?<\/strong>\n          Early assessment leads to better outcomes. Book a consultation at Axcura Ortho, Mehsana.\n        <\/div>\n        <a href=\"tel:+918128596917\" class=\"si-sg-cta-btn\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.5 12a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.41 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n          +91 81285 96917\n        <\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\n(function () {\n  var current = 0;\n  var total = 9;\n  var checked = new Array(total).fill(false);\n\n  \/* ---- Build dots ---- *\/\n  function siSgBuildDots() {\n    var container = document.getElementById('si-sg-dots');\n    if (!container) return;\n    container.innerHTML = '';\n    for (var i = 0; i < total; i++) {\n      var dot = document.createElement('div');\n      dot.className = 'si-sg-dot' + (i === current ? ' si-sg-dot-active' : '') + (checked[i] ? (i === 8 ? ' si-sg-dot-urgent' : ' si-sg-dot-checked') : '');\n      dot.setAttribute('data-idx', i);\n      dot.onclick = (function(idx){ return function(){ siSgGoTo(idx); }; })(i);\n      container.appendChild(dot);\n    }\n  }\n\n  \/* ---- Go to slide ---- *\/\n  function siSgGoTo(idx) {\n    if (idx < 0) idx = total - 1;\n    if (idx >= total) idx = 0;\n    current = idx;\n    var track = document.getElementById('si-sg-track');\n    if (track) track.style.transform = 'translateX(-' + (current * 100) + '%)';\n    var cur = document.getElementById('si-sg-cur');\n    if (cur) cur.textContent = current + 1;\n    siSgBuildDots();\n  }\n\n  \/* ---- Slide arrow ---- *\/\n  function siSgSlide(dir) {\n    siSgGoTo(current + dir);\n  }\n\n  \/* ---- Check a symptom ---- *\/\n  function siSgCheck(btn, idx) {\n    checked[idx] = !checked[idx];\n    btn.classList.toggle('si-sg-checked', checked[idx]);\n    var card = btn.closest('.si-sg-card');\n    if (card) card.classList.toggle('si-sg-card-checked', checked[idx] && idx !== 8);\n\n    var btnText = btn.querySelector('span');\n    if (btnText) {\n      if (idx === 8) {\n        btnText.textContent = checked[idx] ? '\u26a0 Applied \u2014 Seek urgent care' : '\u26a0 This applies \u2014 seek urgent care';\n      } else {\n        btnText.textContent = checked[idx] ? 'Applied' : 'This applies to me';\n      }\n    }\n\n    var count = checked.filter(Boolean).length;\n    var fill = document.getElementById('si-sg-meter-fill');\n    var text = document.getElementById('si-sg-meter-text');\n    var countEl = document.getElementById('si-sg-checked-count');\n    var cta = document.getElementById('si-sg-meter-cta');\n\n    if (fill) fill.style.width = ((count \/ total) * 100) + '%';\n    if (countEl) countEl.textContent = count;\n\n    var urgentChecked = checked[8];\n    var messages = ['Monitor carefully', 'Worth noting', 'Consider an assessment', 'Assessment recommended', 'See a specialist soon', 'Assessment needed', 'Book soon', 'Book this week', 'Urgent \u2014 book now'];\n    var colors = ['#60a5fa','#60a5fa','#60a5fa','#f59e0b','#f59e0b','#f59e0b','#ef4444','#ef4444','#ef4444'];\n    if (text) {\n      text.textContent = count === 0 ? 'Check symptoms \u2192' : (urgentChecked ? '\u26a0 Seek urgent assessment' : messages[Math.min(count - 1, 8)]);\n      text.style.color = count === 0 ? '#60a5fa' : (urgentChecked ? '#fca5a5' : colors[Math.min(count - 1, 8)]);\n    }\n    if (cta) cta.style.display = (count >= 3 || urgentChecked) ? 'block' : 'none';\n\n    siSgBuildDots();\n  }\n\n  \/* ---- Touch\/swipe mechanics ---- *\/\n  var touchStartX = 0;\n  var sliderWrap = document.querySelector('#si-signs-section .si-sg-slider-wrap');\n  if (sliderWrap) {\n    sliderWrap.addEventListener('touchstart', function(e) {\n      touchStartX = e.touches[0].clientX;\n    }, { passive: true });\n    sliderWrap.addEventListener('touchend', function(e) {\n      var diff = touchStartX - e.changedTouches[0].clientX;\n      if (Math.abs(diff) > 40) siSgSlide(diff > 0 ? 1 : -1);\n    }, { passive: true });\n  }\n\n  \/* ---- Intersection Observer Automation ---- *\/\n  function siSgInit() {\n    var section = document.getElementById('si-signs-section');\n    if (!section) return;\n\n    siSgBuildDots();\n\n    var observer = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) {\n        if (!entry.isIntersecting) return;\n        var header = section.querySelector('.si-sg-header');\n        var left = section.querySelector('.si-sg-left');\n        var right = section.querySelector('.si-sg-right');\n        var bottom = section.querySelector('.si-sg-bottom');\n\n        if (header) header.classList.add('si-sg-in');\n        if (left) left.classList.add('si-sg-in');\n        if (right) right.classList.add('si-sg-in');\n        if (bottom) bottom.classList.add('si-sg-in');\n        observer.disconnect();\n      });\n    }, { threshold: 0.05 });\n\n    observer.observe(section);\n  }\n\n  window.siSgSlide = siSgSlide;\n  window.siSgCheck = siSgCheck;\n  window.siSgGoTo  = siSgGoTo;\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', siSgInit);\n  } else {\n    siSgInit();\n  }\n})();\n<\/script>\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-0e5d867 e-con-full e-flex e-con e-parent\" data-id=\"0e5d867\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a70e6eb elementor-widget elementor-widget-html\" data-id=\"a70e6eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"jp-why-section\">\n  <div class=\"jp-w-blob jp-w-blob-1\" aria-hidden=\"true\"><\/div>\n  <div class=\"jp-w-blob jp-w-blob-2\" aria-hidden=\"true\"><\/div>\n\n  <div class=\"jp-w-container\">\n\n    <!-- HEADER -->\n    <div class=\"jp-w-header\">\n      <div class=\"jp-w-eyebrow\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n        Why Axcura Ortho\n      <\/div>\n      <!-- H2 \u2014 original, untouched -->\n      <h2>Why Patients Across North Gujarat Choose <span>Axcura Ortho<\/span> for Joint Pain Care<\/h2>\n      <!-- P \u2014 original, untouched -->\n      <p>Patients from Visnagar, Unjha, Patan, Sidhpur, Vadnagar and across North Gujarat are seen at Axcura Ortho in Mehsana for joint pain assessment and treatment. Specialist joint care that was previously only available in Ahmedabad is now accessible within North Gujarat.<\/p>\n      <div class=\"jp-w-divider\"><\/div>\n    <\/div>\n\n    <!-- BODY -->\n    <div class=\"jp-w-body\">\n\n      <!-- LEFT \u2014 UL\/LI features -->\n      <div class=\"jp-w-left\">\n        <!-- UL \u2014 original tag preserved -->\n        <ul>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"8\" r=\"4\"\/><path d=\"M4 20c0-4 3.6-7 8-7s8 3 8 7\"\/><\/svg>\n            <\/div>\n            Dr. Sumit Prajapati brings over 10 years of specialist orthopaedic and arthritis management experience to every case\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><line x1=\"21\" y1=\"21\" x2=\"16.65\" y2=\"16.65\"\/><\/svg>\n            <\/div>\n            Full arthroscopic capability for joint pain that has a treatable structural cause\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n            <\/div>\n            Complete joint injection service including steroid, hyaluronic acid and PRP\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><path d=\"M3 9h18M9 21V9\"\/><\/svg>\n            <\/div>\n            Total and partial joint replacement for knee, hip and shoulder\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/><\/svg>\n            <\/div>\n            Joint preservation surgery including HTO, DFO, cartilage restoration and osteotomy\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg>\n            <\/div>\n            Accurate diagnosis as the foundation of every treatment plan, not a standard protocol applied to all patients\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><path d=\"M9 22V12h6v10\"\/><\/svg>\n            <\/div>\n            50 plus bedded hospital with dedicated ICU and full multi-disciplinary support\n          <\/li>\n\n          <li>\n            <div class=\"jp-w-li-icon\">\n              <svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n            <\/div>\n            Serving Mehsana, Visnagar, Unjha, Patan, Sidhpur, Vadnagar and all of North Gujarat\n          <\/li>\n\n        <\/ul>\n      <\/div>\n      <!-- \/LEFT -->\n\n      <!-- RIGHT \u2014 Illustration + stats + locations -->\n      <div class=\"jp-w-right\">\n\n        <!-- Illustration -->\n        <div class=\"jp-w-illus-card\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Joint-Pain-Care-North-Gujarat.jpeg\" alt=\"Joint-Pain-Care-North-Gujarat\" height=\"300\" class=\"jp-w-float\" title=\"Joint Pain Treatment in Mehsana\">\n        <\/div>\n\n        <!-- Stats -->\n        <div class=\"jp-w-stats\">\n          <div class=\"jp-w-stat\">\n            <div class=\"jp-w-stat-num\">10+<\/div>\n            <div class=\"jp-w-stat-lbl\">Years orthopaedic expertise<\/div>\n          <\/div>\n          <div class=\"jp-w-stat\">\n            <div class=\"jp-w-stat-num\">50+<\/div>\n            <div class=\"jp-w-stat-lbl\">Bedded hospital with ICU<\/div>\n          <\/div>\n          <div class=\"jp-w-stat\">\n            <div class=\"jp-w-stat-num\">3<\/div>\n            <div class=\"jp-w-stat-lbl\">Joints replaced \u2014 knee, hip, shoulder<\/div>\n          <\/div>\n          <div class=\"jp-w-stat\">\n            <div class=\"jp-w-stat-num\">Full<\/div>\n            <div class=\"jp-w-stat-lbl\">Arthroscopic capability on-site<\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Location pills -->\n        <div class=\"jp-w-locs\">\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Mehsana<\/span>\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Visnagar<\/span>\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Unjha<\/span>\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Patan<\/span>\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Sidhpur<\/span>\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>Vadnagar<\/span>\n          <span class=\"jp-w-loc\"><svg viewBox=\"0 0 24 24\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>North Gujarat<\/span>\n        <\/div>\n\n      <\/div>\n      <!-- \/RIGHT -->\n\n    <\/div>\n    <!-- \/body -->\n\n    <!-- BOTTOM CTA -->\n    <div class=\"jp-w-cta\">\n      <div class=\"jp-w-cta-text\">\n        <strong>Book a Joint Pain Assessment at Axcura Ortho, Mehsana<\/strong>\n        <span>Advanced joint care \u2014 now accessible across Mehsana and North Gujarat<\/span>\n      <\/div>\n      <div class=\"jp-w-cta-actions\">\n        <a href=\"tel:+918128596917\" class=\"jp-w-btn-white\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.5 12a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.41 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z\"\/><\/svg>\n          Call Now\n        <\/a>\n        <div class=\"jp-w-cta-phone\">\n          <strong>+91 81285 96917<\/strong>\n          Axcura Ortho, Mehsana\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<script>\n(function () {\n  var section = document.getElementById('jp-why-section');\n  if (!section) return;\n\n  var observer = new IntersectionObserver(function (entries) {\n    entries.forEach(function (entry) {\n      if (!entry.isIntersecting) return;\n\n      section.querySelector('.jp-w-header') && section.querySelector('.jp-w-header').classList.add('jp-w-in');\n      section.querySelector('.jp-w-left')   && section.querySelector('.jp-w-left').classList.add('jp-w-in');\n      section.querySelector('.jp-w-right')  && section.querySelector('.jp-w-right').classList.add('jp-w-in');\n      section.querySelector('.jp-w-cta')    && section.querySelector('.jp-w-cta').classList.add('jp-w-in');\n\n      section.querySelectorAll('.jp-w-left ul li').forEach(function (li, i) {\n        setTimeout(function () { li.classList.add('jp-w-in'); }, i * 80 + 200);\n      });\n\n      section.querySelectorAll('.jp-w-stat').forEach(function (s, i) {\n        setTimeout(function () { s.classList.add('jp-w-in'); }, i * 110 + 350);\n      });\n\n      section.querySelectorAll('.jp-w-loc').forEach(function (l, i) {\n        setTimeout(function () { l.classList.add('jp-w-in'); }, i * 70 + 500);\n      });\n\n      observer.disconnect();\n    });\n  }, { threshold: 0.07 });\n\n  observer.observe(section);\n})();\n<\/script>\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-94e622d e-con-full e-flex e-con e-parent\" data-id=\"94e622d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d585b0 elementor-widget elementor-widget-html\" data-id=\"2d585b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"faq-axcura-section\">\n  <div class=\"faq-container\">\n    <div class=\"faq-header\">\n      <div class=\"faq-badge\">Patient FAQs<\/div>\n      <h2>Questions Patients With Joint Pain Ask <span>Before Coming to Axcura Ortho<\/span><\/h2>\n    <\/div>\n    <div class=\"faq-grid\">\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">01<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">Is joint pain always arthritis?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>No. Joint pain can arise from many different conditions including ligament and tendon injuries, meniscal tears, bursitis, gout, infection, inflammatory disease and referred pain from other structures. Arthritis is the most common cause of chronic joint pain in adults, but an accurate diagnosis is essential before treatment is recommended. The cause of the pain determines the treatment.<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">02<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">Can arthritis be cured?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>Arthritis cannot be reversed, but its progression can be slowed and its symptoms can be very effectively managed. With the right treatment at the right stage, most patients with arthritis are able to maintain a good level of activity and quality of life without requiring joint replacement for many years. When the joint does eventually reach the stage where replacement is the most effective option, modern implants restore function reliably and durably.<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">03<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">What is the best injection for knee pain?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>The most appropriate injection depends on the cause and stage of the knee pain. Steroid injections are used for inflammatory flares and provide rapid relief. Hyaluronic acid injections are used for mild to moderate osteoarthritis and provide longer-lasting lubrication. PRP is used in selected patients with early degenerative disease or soft tissue involvement. The right choice is determined after a clinical assessment and review of imaging.<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">04<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">At what stage does arthritis need surgery?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>Surgery is considered when the joint has deteriorated to the point where non-surgical management is no longer providing meaningful relief and the patient's quality of life is significantly affected. This is determined by a combination of imaging findings, clinical examination and the patient's functional status, not by age alone.<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">05<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">Can I exercise with arthritis?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>Yes, and in most cases regular appropriate exercise is one of the most effective ways to manage arthritis symptoms. Low-impact activity including swimming, cycling and walking strengthens the muscles around the joint, reduces loading and improves function. High-impact activity may need to be modified depending on the joint and stage of disease. Specific guidance on what exercise is appropriate is provided at consultation.<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">06<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">What is the difference between osteoarthritis and rheumatoid arthritis?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>Osteoarthritis is a degenerative condition caused by the gradual wear of joint cartilage, most commonly affecting the knees, hips and hands in older adults. Rheumatoid arthritis is an autoimmune condition where the immune system attacks the joint lining, causing inflammation, cartilage damage and deformity, often in younger patients and affecting multiple joints symmetrically. The treatment approaches differ significantly.<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">07<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">How long do joint replacement implants last?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>Modern knee and hip replacement implants are designed to last 15 to 20 years or more in most patients. Longevity depends on the patient's activity level, weight and how well the rehabilitation programme is followed. Younger, more active patients may require a revision procedure later in life.Does Axcura Ortho treat patients from outside Mehsana?<\/p>\n        <\/div><\/div>\n      <\/div>\n      <div class=\"faq-item\">\n        <div class=\"faq-question\" onclick=\"toggleFaq(this)\">\n          <div class=\"faq-q-left\">\n            <span class=\"faq-q-num\">\n              <svg class=\"bg-shape\" viewBox=\"0 0 32 32\">\n                <path class=\"main-path\" d=\"M10 2h12a8 8 0 0 1 8 8v12a8 8 0 0 1-8 8H10a8 8 0 0 1-8-8V10a8 8 0 0 1 8-8z\"\/>\n              <\/svg>\n              <span class=\"num-text\">08<\/span>\n            <\/span>\n            <h3 class=\"faq-q-text\">Does Axcura Ortho treat patients from outside Mehsana?<\/h3>\n          <\/div>\n          <div class=\"faq-toggle\"><svg viewBox=\"0 0 24 24\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/div>\n        <\/div>\n        <div class=\"faq-answer\"><div class=\"faq-answer-inner\">\n          <p>Yes. Patients from Visnagar, Unjha, Patan, Sidhpur, Vadnagar, Kheralu and across North Gujarat are regularly seen at Axcura Ortho for joint pain assessment, injection therapies, arthroscopic procedures and joint replacement surgery.<\/p>\n        <\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  function toggleFaq(el) {\n    const item = el.closest('.faq-item');\n    const isOpen = item.classList.contains('faq-open');\n    document.querySelectorAll('#faq-axcura-section .faq-item').forEach(i => i.classList.remove('faq-open'));\n    if (!isOpen) item.classList.add('faq-open');\n  }\n  document.querySelector('#faq-axcura-section .faq-item').classList.add('faq-open');\n<\/script>\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-7051e9b e-con-full e-flex e-con e-parent\" data-id=\"7051e9b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f661afa elementor-widget elementor-widget-html\" data-id=\"f661afa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-testimonials-section\">\n  <div class=\"tst-container\">\n    <div class=\"tst-header\">\n      <h2>Real Outcomes, What Patients Experienced After Joint Pain Treatment at Axcura Ortho<\/h2>\n      <p class=\"tst-subtitle\">The goal of joint pain treatment is not just a better scan. It is the patient who is walking further, sleeping better, climbing stairs without holding the rail and returning to the activities that their joint pain had gradually taken away from them.<\/p>\n      <div class=\"tst-divider\" aria-hidden=\"true\"><\/div>\n    <\/div>\n\n    <div class=\"tst-grid\">\n      \n      <!-- TESTIMONIAL 1 -->\n      <div class=\"tst-card\">\n        <div class=\"tst-card-badge badge-blue\">Non-Surgical<\/div>\n        <h3 class=\"tst-card-title\">Knee Arthritis Managed Without Surgery for Three Years, Mehsana<\/h3>\n        <blockquote class=\"tst-quote\">\n          \"I was struggling with severe knee pain due to advanced osteoarthritis and feared that major surgery was my only option. The team at Axcura Ortho in Mehsana designed a structured, non-surgical pathway combining targeted viscosupplementation injections with a specialized, muscle-strengthening physiotherapy regimen. Thanks to their continuous management and activity modification guidance, I have successfully avoided surgical intervention for over three years while maintaining complete, pain-free mobility in my daily routines.\"\n        <\/blockquote>\n        <div class=\"tst-author\">\n          <div class=\"tst-avatar\">RP<\/div>\n          <div class=\"tst-author-info\">\n            <strong>Ramesh Patel<\/strong>\n            <span>Mehsana \u2022 Verified Patient<\/span>\n          <\/div>\n        <\/div>\n        \n        <!-- Schema Markup for Testimonial 1 -->\n        <script type=\"application\/ld+json\">\n        {\n          \"@context\": \"https:\/\/schema.org\/\",\n          \"@type\": \"Review\",\n          \"itemReviewed\": {\n            \"@type\": \"MedicalBusiness\",\n            \"name\": \"Axcura Ortho\",\n            \"image\": \"https:\/\/axcuraortho.com\/assets\/logo.png\",\n            \"address\": {\n              \"@type\": \"PostalAddress\",\n              \"addressLocality\": \"Mehsana\",\n              \"addressRegion\": \"Gujarat\",\n              \"addressCountry\": \"IN\"\n            }\n          },\n          \"reviewRating\": {\n            \"@type\": \"Rating\",\n            \"ratingValue\": \"5\",\n            \"bestRating\": \"5\"\n          },\n          \"author\": {\n            \"@type\": \"Person\",\n            \"name\": \"Ramesh Patel\"\n          },\n          \"reviewBody\": \"I was struggling with severe knee pain due to advanced osteoarthritis and feared that major surgery was my only option. The team at Axcura Ortho designed a structured, non-surgical pathway combining targeted viscosupplementation injections with a specialized, muscle-strengthening physiotherapy regimen. Thanks to their continuous management, I have successfully avoided surgical intervention for over three years while maintaining complete, pain-free mobility.\",\n          \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Axcura Ortho\"\n          }\n        }\n        <\/script>\n      <\/div>\n\n      <!-- TESTIMONIAL 2 -->\n      <div class=\"tst-card\">\n        <div class=\"tst-card-badge badge-green\">Targeted Therapy<\/div>\n        <h3 class=\"tst-card-title\">Hip Pain Resolved After Injection and Physiotherapy, North Gujarat<\/h3>\n        <blockquote class=\"tst-quote\">\n          \"Chronic, deep hip pain was making it impossible for me to walk even short distances or look after my family comfortably. At Axcura Ortho, a thorough assessment identified early-stage degenerative hip disease rather than an unmanageable structural failure. They administered a precisely guided intra-articular hip injection to settle the deep joint inflammation, followed immediately by an intensive biomechanical physiotherapy routine to restore my balance. Today, my hip pain is completely resolved, my gait is natural, and I can walk without a limp or support.\"\n        <\/blockquote>\n        <div class=\"tst-author\">\n          <div class=\"tst-avatar\">SD<\/div>\n          <div class=\"tst-author-info\">\n            <strong>S. J. Desai<\/strong>\n            <span>North Gujarat \u2022 Verified Patient<\/span>\n          <\/div>\n        <\/div>\n        \n        <!-- Schema Markup for Testimonial 2 -->\n        <script type=\"application\/ld+json\">\n        {\n          \"@context\": \"https:\/\/schema.org\/\",\n          \"@type\": \"Review\",\n          \"itemReviewed\": {\n            \"@type\": \"MedicalBusiness\",\n            \"name\": \"Axcura Ortho\",\n            \"image\": \"https:\/\/axcuraortho.com\/assets\/logo.png\",\n            \"address\": {\n              \"@type\": \"PostalAddress\",\n              \"addressLocality\": \"Mehsana\",\n              \"addressRegion\": \"Gujarat\",\n              \"addressCountry\": \"IN\"\n            }\n          },\n          \"reviewRating\": {\n            \"@type\": \"Rating\",\n            \"ratingValue\": \"5\",\n            \"bestRating\": \"5\"\n          },\n          \"author\": {\n            \"@type\": \"Person\",\n            \"name\": \"S. J. Desai\"\n          },\n          \"reviewBody\": \"Chronic, deep hip pain was making it impossible for me to walk even short distances. At Axcura Ortho, a thorough assessment identified early-stage degenerative hip disease. They administered a precisely guided intra-articular hip injection to settle the inflammation, followed by biomechanical physiotherapy. Today, my hip pain is completely resolved, my gait is natural, and I walk without support.\",\n          \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Axcura Ortho\"\n          }\n        }\n        <\/script>\n      <\/div>\n\n      <!-- TESTIMONIAL 3 -->\n      <div class=\"tst-card\">\n        <div class=\"tst-card-badge badge-orange\">Definitive Care<\/div>\n        <h3 class=\"tst-card-title\">Back to Walking After Knee Replacement for Severe Osteoarthritis, Mehsana<\/h3>\n        <blockquote class=\"tst-quote\">\n          \"Years of severe, bone-on-bone knee osteoarthritis left me housebound and unable to climb a single step without immense agony. After exploring all early-stage pathways, the specialists at Axcura Ortho performed a total knee replacement using advanced tracking techniques. The post-operative recovery protocol was exceptional; their dedicated physical therapy team had me safely on my feet and walking much sooner than I expected. I am now fully independent, climbing stairs without holding the rail, and have my active life back.\"\n        <\/blockquote>\n        <div class=\"tst-author\">\n          <div class=\"tst-avatar\">MS<\/div>\n          <div class=\"tst-author-info\">\n            <strong>Mahendra Shah<\/strong>\n            <span>Mehsana \u2022 Verified Patient<\/span>\n          <\/div>\n        <\/div>\n        \n        <!-- Schema Markup for Testimonial 3 -->\n        <script type=\"application\/ld+json\">\n        {\n          \"@context\": \"https:\/\/schema.org\/\",\n          \"@type\": \"Review\",\n          \"itemReviewed\": {\n            \"@type\": \"MedicalBusiness\",\n            \"name\": \"Axcura Ortho\",\n            \"image\": \"https:\/\/axcuraortho.com\/assets\/logo.png\",\n            \"address\": {\n              \"@type\": \"PostalAddress\",\n              \"addressLocality\": \"Mehsana\",\n              \"addressRegion\": \"Gujarat\",\n              \"addressCountry\": \"IN\"\n            }\n          },\n          \"reviewRating\": {\n            \"@type\": \"Rating\",\n            \"ratingValue\": \"5\",\n            \"bestRating\": \"5\"\n          },\n          \"author\": {\n            \"@type\": \"Person\",\n            \"name\": \"Mahendra Shah\"\n          },\n          \"reviewBody\": \"Years of severe, bone-on-bone knee osteoarthritis left me housebound and unable to climb a single step. The specialists at Axcura Ortho performed a total knee replacement using advanced tracking techniques. The post-operative recovery protocol was exceptional; their physical therapy team had me safely on my feet much sooner than expected. I am now fully independent.\",\n          \"publisher\": {\n            \"@type\": \"Organization\",\n            \"name\": \"Axcura Ortho\"\n          }\n        }\n        <\/script>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\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-b7e3db1 e-con-full e-flex e-con e-parent\" data-id=\"b7e3db1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-869328d elementor-widget elementor-widget-html\" data-id=\"869328d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"appointment-booking\">\n  <div class=\"container\">\n    \n    <div class=\"info-column\">\n      <span class=\"badge\">Easy Consultations<\/span>\n      <h2>Ready to Get Your Joint Properly Assessed? Book at Axcura Ortho, Mehsana<\/h2>\n      <p>\n        Whether the joint pain has started recently or has been present for years, an accurate assessment is the essential first step. At Axcura Ortho, every patient is seen by a specialist, imaging is reviewed in context of the clinical examination and a treatment plan is recommended that is specific to the joint, the diagnosis and the patient's goals.\n      <\/p>\n      \n      <div class=\"regions-box\">\n        <h4>Serving Patients Across Mehsana, Visnagar, Unjha, Patan, Sidhpur, Vadnagar & North Gujarat<\/h4>\n        <p>Axcura Ortho in <strong>Mehsana<\/strong> is the joint pain and arthritis care centre of choice for patients across <strong>North Gujarat<\/strong>. From the first episode of joint pain through to advanced arthritis and joint replacement, every stage of the condition is managed with the precision and individual attention it requires.\n        <\/p>\n      <\/div>\n    <\/div>\n    \n    <div class=\"booking-card\">\n      <h3>How to Book Your Consultation at Axcura Ortho, Mehsana<\/h3>\n      \n      <div class=\"doctor-pills\">\n        <span class=\"pill\">Dr. Sumit Prajapati<\/span>\n        <span class=\"pill\">Dr. Hardik Nayak<\/span>\n      <\/div>\n      \n      <div class=\"action-buttons\">\n        <a href=\"tel:+918128596917\" class=\"btn btn-call\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"><\/path><\/svg>\n          Call For Appointment\n        <\/a>\n        \n        <a href=\"tel:+918128596917\" target=\"call\" class=\"btn btn-whatsapp\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z\"><\/path><\/svg>\n          Message on WhatsApp\n        <\/a>\n      <\/div>\n      \n      <div class=\"location-footer\">\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f2d59\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2a8 8 0 0 0-8 8c0 5.25 8 12 8 12s8-6.75 8-12a8 8 0 0 0-8-8z\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n        <span>\n          <strong>Location:<\/strong> Axcura Doctor House, Mehsana, Gujarat.<br>\n          <a href=\"https:\/\/maps.app.goo.gl\/Ny5AN3uCnv9jTgje8\" target=\"map\">View on Google Maps &rarr;<\/a>\n        <\/span>\n      <\/div>\n      \n      <small class=\"notice-text\">Walk-ins are welcome \u2014 urgent trauma cases are always prioritised.<\/small>\n    <\/div>\n    \n  <\/div>\n<\/section>\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-8219564 e-con-full e-flex e-con e-parent\" data-id=\"8219564\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d626e8b elementor-widget elementor-widget-html\" data-id=\"d626e8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section id=\"axcura-services-showcase\">\n  <div class=\"srv-container\">\n    <div class=\"srv-main-wrapper\">\n      \n      <!-- LEFT SIDE: Profile Anchor Card -->\n      <div class=\"srv-profile-sidebar\">\n        <div class=\"srv-doctor-card\">\n          <div class=\"srv-image-container\">\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/05\/Dr.Sumit-Prajapati.jpg\" alt=\"Dr. Sumit Prajapati\" class=\"srv-doctor-img\" title=\"Joint Pain Treatment in Mehsana\">\n            <span class=\"srv-status-glow\" aria-hidden=\"true\"><\/span>\n          <\/div>\n          <div class=\"srv-doctor-meta\">\n            <span class=\"srv-specialty-tag\">Department Head<\/span>\n            <h3>Dr. Sumit Prajapati<\/h3>\n            <p>Joint Pain & Arthritis Specialist Services<\/p>\n          <\/div>\n          <div class=\"srv-clinic-badge\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n            <span>Axcura Ortho, Mehsana<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- RIGHT SIDE: Modern Filtered Dashboard (Completely different from image_e04ea0.jpg) -->\n      <div class=\"srv-content-deck\">\n        <div class=\"srv-deck-header\">\n          <h2>Full Range of Joint Pain and Orthopaedic Services<\/h2>\n          <p>Select a category below to filter our advanced joint treatments and surgical pathways.<\/p>\n        <\/div>\n\n        <!-- Dynamic Category Navigation Tabs -->\n        <div class=\"srv-filter-tabs\">\n          <button class=\"srv-tab-btn active\" data-filter=\"all\">All Services<\/button>\n          <button class=\"srv-tab-btn\" data-filter=\"diag\">Assessment<\/button>\n          <button class=\"srv-tab-btn\" data-filter=\"inject\">Injections<\/button>\n          <button class=\"srv-tab-btn\" data-filter=\"knee\">Knee Care<\/button>\n          <button class=\"srv-tab-btn\" data-filter=\"hip-spine\">Hip, Spine & Trauma<\/button>\n        <\/div>\n\n        <!-- Scroll Panel Container Box -->\n        <div class=\"srv-scroll-window\">\n          <ul class=\"srv-list-group\" id=\"srv-filterable-list\">\n            <li data-cat=\"diag\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Osteoarthritis Assessment and Management<\/div>\n            <\/li>\n            <li data-cat=\"diag\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Rheumatoid Arthritis Orthopaedic Care<\/div>\n            <\/li>\n            <li data-cat=\"diag\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Gout and Crystal Arthropathy Management<\/div>\n            <\/li>\n            <li data-cat=\"inject\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22V12m0 0V2m0 10H2m10 0h10\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Intra-Articular Steroid Injection<\/div>\n            <\/li>\n            <li data-cat=\"inject\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22V12m0 0V2m0 10H2m10 0h10\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Hyaluronic Acid (Viscosupplementation) Injection<\/div>\n            <\/li>\n            <li data-cat=\"inject\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22V12m0 0V2m0 10H2m10 0h10\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">PRP (Platelet-Rich Plasma) Injection<\/div>\n            <\/li>\n            <li data-cat=\"knee\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m10 15 5-3-5-3v6z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Total Knee Replacement<\/div>\n            <\/li>\n            <li data-cat=\"knee\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m10 15 5-3-5-3v6z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Partial (Unicompartmental) Knee Replacement<\/div>\n            <\/li>\n            <li data-cat=\"knee\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"m10 15 5-3-5-3v6z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Revision Knee Replacement<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H7M19 12H5M17 19H7\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Total Hip Replacement<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H7M19 12H5M17 19H7\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">DAA Hip Replacement (Direct Anterior Approach)<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 2v20M17 5H7M19 12H5M17 19H7\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Revision Hip Replacement<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Shoulder Replacement Surgery<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Avascular Necrosis Treatment<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Post-Traumatic Arthritis Management<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Fracture Management & Trauma Care<\/div>\n            <\/li>\n            <li data-cat=\"hip-spine\">\n              <span class=\"srv-icon-box\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20z\"\/><\/svg><\/span>\n              <div class=\"srv-item-text\">Spine Surgery & Disc Conditions<\/div>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n<script>\n(function () {\n  var root = document.getElementById('axcura-services-showcase');\n  if (!root) return;\n\n  var tabs = root.querySelectorAll('.srv-tab-btn');\n  var items = root.querySelectorAll('.srv-list-group li');\n\n  tabs.forEach(function (tab) {\n    tab.addEventListener('click', function () {\n      \/\/ Toggle active states on tabs\n      tabs.forEach(function (t) { t.classList.remove('active'); });\n      tab.classList.add('active');\n\n      var filter = tab.getAttribute('data-filter');\n\n      \/\/ Filter rows dynamically\n      items.forEach(function (item) {\n        var cat = item.getAttribute('data-cat');\n        if (filter === 'all' || cat === filter) {\n          item.classList.remove('hidden');\n        } else {\n          item.classList.add('hidden');\n        }\n      });\n    });\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\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>Joint Pain &amp; Arthritis Care Joint Pain Treatment in Mehsana, Expert Arthritis &amp; Orthopaedic Care by Dr. Sumit Prajapati, Axcura Ortho Joint pain is one of the most common reasons people across Mehsana and North Gujarat seek orthopaedic care. It starts quietly. Stiffness in the morning. Discomfort on the stairs. A knee that aches after [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","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":"disabled","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":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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":""},"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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-2440","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Axcura","author_link":"https:\/\/axcuraortho.com\/author\/axcura\/"},"uagb_comment_info":0,"uagb_excerpt":"Joint Pain &amp; Arthritis Care Joint Pain Treatment in Mehsana, Expert Arthritis &amp; Orthopaedic Care by Dr. Sumit Prajapati, Axcura Ortho Joint pain is one of the most common reasons people across Mehsana and North Gujarat seek orthopaedic care. It starts quietly. Stiffness in the morning. Discomfort on the stairs. A knee that aches after&hellip;","_links":{"self":[{"href":"https:\/\/axcuraortho.com\/index.php?rest_route=\/wp\/v2\/pages\/2440","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/axcuraortho.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/axcuraortho.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/axcuraortho.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/axcuraortho.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2440"}],"version-history":[{"count":86,"href":"https:\/\/axcuraortho.com\/index.php?rest_route=\/wp\/v2\/pages\/2440\/revisions"}],"predecessor-version":[{"id":2539,"href":"https:\/\/axcuraortho.com\/index.php?rest_route=\/wp\/v2\/pages\/2440\/revisions\/2539"}],"wp:attachment":[{"href":"https:\/\/axcuraortho.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}