{"id":5394,"date":"2026-01-23T16:32:15","date_gmt":"2026-01-23T13:32:15","guid":{"rendered":"https:\/\/auxsupport.com\/?p=5394"},"modified":"2026-01-23T16:35:00","modified_gmt":"2026-01-23T13:35:00","slug":"colon-cancer-treatment-in-jordan","status":"publish","type":"post","link":"https:\/\/auxsupport.com\/en\/colon-cancer-treatment-in-jordan\/","title":{"rendered":"Colon cancer treatment in Jordan"},"content":{"rendered":"<!DOCTYPE html>\n<html dir=\"rtl\" lang=\"ar\">\n<head>\n<style>\n    \/* \ud83c\udfa8 \u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629: \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0639\u0644\u0649 \u0627\u0644\u0623\u0632\u0631\u0642 \u0627\u0644\u0646\u064a\u0644\u064a (\u0631\u0645\u0632 \u0633\u0631\u0637\u0627\u0646 \u0627\u0644\u0642\u0648\u0644\u0648\u0646) *\/\n    :root {\n        --primary-color: #008ba3; \/* \u0627\u0644\u0641\u064a\u0631\u0648\u0632\u064a \u0627\u0644\u0623\u0633\u0627\u0633\u064a *\/\n        --secondary-color: #e0f7fa;\n        --accent-color: #ff6f00;\n        --text-dark: #37474f;\n        --text-light: #607d8b;\n        --white: #ffffff;\n        --colon-blue: #1a237e; \/* \u0646\u064a\u0644\u064a \u063a\u0627\u0645\u0642 \u0644\u0644\u062a\u0645\u064a\u0632 *\/\n    }\n\n    .colon-cancer-page {\n        font-family: 'Tajawal', sans-serif;\n        color: var(--text-dark);\n        line-height: 1.8;\n        background-color: #f9fbfd;\n    }\n\n    \/* Hero Section *\/\n    .article-hero {\n        background: linear-gradient(135deg, var(--colon-blue), var(--primary-color));\n        color: var(--white);\n        padding: 60px 20px;\n        text-align: center;\n        border-radius: 0 0 30px 30px;\n        margin-bottom: 40px;\n        position: relative;\n    }\n\n    .back-link {\n        position: absolute;\n        top: 20px;\n        right: 20px;\n        color: rgba(255,255,255,0.8);\n        text-decoration: none;\n        font-size: 0.9rem;\n        background: rgba(0,0,0,0.2);\n        padding: 5px 15px;\n        border-radius: 20px;\n        transition: 0.3s;\n    }\n\n    .back-link:hover {\n        background: rgba(0,0,0,0.4);\n        color: #fff;\n    }\n\n    .article-hero h1 {\n        font-size: 2.2rem;\n        margin-bottom: 15px;\n        font-weight: 800;\n    }\n\n    .article-hero p {\n        font-size: 1.1rem;\n        opacity: 0.95;\n        max-width: 700px;\n        margin: 0 auto;\n    }\n\n    \/* Content Container *\/\n    .content-container {\n        max-width: 900px;\n        margin: 0 auto 60px;\n        padding: 0 20px;\n    }\n\n    .info-box {\n        background: var(--white);\n        padding: 30px;\n        border-radius: 20px;\n        box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n        margin-bottom: 40px;\n        border-right: 5px solid var(--colon-blue);\n    }\n\n    .info-box h2 {\n        color: var(--primary-color);\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    \/* Gene Cards (KRAS, MSI, Lynch) *\/\n    .genes-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin: 30px 0;\n    }\n\n    .gene-card {\n        background: var(--white);\n        padding: 25px;\n        border-radius: 15px;\n        border: 1px solid #eee;\n        transition: 0.3s;\n        text-align: right;\n    }\n\n    .gene-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n        border-color: var(--colon-blue);\n    }\n\n    .gene-icon {\n        background-color: #e8eaf6;\n        color: var(--colon-blue);\n        width: 50px;\n        height: 50px;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.5rem;\n        margin-bottom: 15px;\n    }\n\n    .gene-card h3 {\n        color: var(--text-dark);\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    \/* Lynch Syndrome Alert *\/\n    .lynch-box {\n        background: linear-gradient(to right, #3949ab, #5c6bc0);\n        color: #fff;\n        padding: 30px;\n        border-radius: 20px;\n        margin-bottom: 40px;\n        display: flex;\n        align-items: center;\n        gap: 20px;\n    }\n\n    .lynch-text h3 {\n        margin-bottom: 10px;\n        font-size: 1.5rem;\n    }\n\n    \/* CTA Box *\/\n    .cta-box {\n        background: linear-gradient(45deg, var(--text-dark), #263238);\n        color: var(--white);\n        padding: 40px;\n        border-radius: 20px;\n        text-align: center;\n        margin-top: 50px;\n    }\n\n    .cta-btn {\n        background-color: var(--accent-color);\n        color: var(--white);\n        padding: 12px 30px;\n        border-radius: 50px;\n        text-decoration: none;\n        font-weight: bold;\n        display: inline-block;\n        margin-top: 20px;\n        transition: 0.3s;\n    }\n    \n    .cta-btn:hover {\n        background-color: #f57c00;\n        transform: translateY(-3px);\n    }\n\n    \/* Internal Link Highlight *\/\n    .internal-link {\n        color: var(--primary-color);\n        text-decoration: underline;\n        font-weight: bold;\n    }\n\n    @media (max-width: 768px) {\n        .lynch-box { flex-direction: column; text-align: center; }\n        .article-hero h1 { font-size: 1.8rem; }\n    }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"colon-cancer-page\">\n\n    <header class=\"article-hero\">\n        <a href=\"https:\/\/auxsupport.com\/en\/cancer-treatment-in-jordan\/\" class=\"back-link\">\u2192 Return to the Cancer Guide<\/a>\n        <h1>Colon cancer treatment: The battle is decided by \u201cgenes\u201d, not just surgery!<\/h1>\n        <p>Did you know that 50% colon cancer patients may be receiving treatments that are not suitable for them? Genetic testing is your compass to determine the right medication and avoid unnecessary side effects.<\/p>\n    <\/header>\n\n    <div class=\"content-container\">\n\n        <div class=\"info-box\">\n            <h2>A tumor is not simply a &quot;lump&quot; that needs to be cut off.<\/h2>\n            <p>Surgery is the first step, yes. But what comes next? Determining the next step in treatment (chemotherapy or targeted therapy) depends entirely on the biology of the tumor.<\/p>\n            <p style=\"margin-top: 10px;\">At BOIHELIX, we use <a href=\"https:\/\/auxsupport.com\/en\/ngs-genetic-testing-jordan\/\" class=\"internal-link\">NGS examination<\/a> To answer the most important question: <strong>\u201c&quot;Will this medicine work for me or not?&quot;\u201d<\/strong>.<\/p>\n        <\/div>\n\n        <h2 style=\"text-align: center; color: var(--colon-blue); margin-bottom: 20px;\">3 genetic tests that change the course of treatment<\/h2>\n        <div class=\"genes-grid\">\n            \n            <div class=\"gene-card\">\n                <div class=\"gene-icon\">\ud83c\udfaf<\/div>\n                <h3>KRAS &amp; NRAS testing<\/h3>\n                <p>This examination <strong>compulsory<\/strong> Before taking any targeted therapy (such as Erbitux), know that if you have a mutation in these genes, these medications will not work and will only harm you! Knowing this beforehand saves you time and money.<\/p>\n            <\/div>\n\n            <div class=\"gene-card\">\n                <div class=\"gene-icon\">\ud83d\udee1\ufe0f<\/div>\n                <h3>MSI (Mechanism of Immunity) testing<\/h3>\n                <p>The good news: If this test result is (MSI-High), it means your tumor is responding remarkably well to treatment. <a href=\"https:\/\/auxsupport.com\/en\/immunotherapy-cancer-treatment-jordan\/\" class=\"internal-link\">Immunotherapy<\/a> (Keytruda) may replace chemotherapy in advanced stages.<\/p>\n            <\/div>\n\n            <div class=\"gene-card\">\n                <div class=\"gene-icon\">\u26a0\ufe0f<\/div>\n                <h3>BRAF mutation<\/h3>\n                <p>The presence of this mutation means the tumor is aggressive and requires a special, intensive treatment protocol. Early detection saves the patient from trying ineffective treatments.<\/p>\n            <\/div>\n\n        <\/div>\n\n        <div class=\"lynch-box\">\n            <div style=\"font-size: 3rem;\">\ud83e\uddec<\/div>\n            <div class=\"lynch-text\">\n                <h3>Is cancer hereditary in your family? (Lynch syndrome)<\/h3>\n                <p>Approximately 5-101 TP3T cases of colon cancer are hereditary. If you have relatives who have had the disease, Lynch syndrome screening is essential for you and your children. Early detection here means complete prevention before the disease develops.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"info-box\" style=\"border-right-color: var(--accent-color);\">\n            <h2>Monitoring disease recurrence (without radiation)<\/h2>\n            <p>After the treatment is over, the patient lives in anxiety: \u201cHas the tumor returned?\u201d.<\/p>\n            <p>Instead of waiting for a CT scan, we offer technology <strong>\u201cLiquid biopsy\u201d<\/strong>. A simple blood test can detect any microscopic cancerous activity months before it appears on X-rays, allowing for immediate intervention.<\/p>\n        <\/div>\n\n        <div class=\"cta-box\">\n            <h2>Don&#039;t risk choosing the wrong treatment.<\/h2>\n            <p>Today, colon cancer treatment is tailored to your genetic makeup. Please send me your pathology report (biopsy) so we can see if these genes have been tested.<\/p>\n            <a href=\"https:\/\/wa.me\/962770777277\" class=\"cta-btn\" target=\"_blank\" rel=\"noopener\">Free consultation with consultant Abu Aoun<\/a>\n        <\/div>\n\n    <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\u2192 \u0627\u0644\u0639\u0648\u062f\u0629 \u0644\u062f\u0644\u064a\u0644 \u0627\u0644\u0633\u0631\u0637\u0627\u0646 \u0639\u0644\u0627\u062c \u0633\u0631\u0637\u0627\u0646 \u0627\u0644\u0642\u0648\u0644\u0648\u0646: \u0627\u0644\u0645\u0639\u0631\u0643\u0629 \u062a\u062d\u0633\u0645\u0647\u0627 &#8220;\u0627\u0644\u062c\u064a\u0646\u0627\u062a&#8221; \u0644\u0627 \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0641\u0642\u0637! \u0647\u0644 \u062a\u0639\u0644\u0645 \u0623\u0646 50% \u0645\u0646 \u0645\u0631\u0636\u0649 \u0633\u0631\u0637\u0627\u0646 \u0627\u0644\u0642\u0648\u0644\u0648\u0646 \u0642\u062f \u064a\u0623\u062e\u0630\u0648\u0646 \u0639\u0644\u0627\u062c\u0627\u062a \u0644\u0627 \u062a\u0646\u0627\u0633\u0628\u0647\u0645\u061f \u0627\u0644\u0641\u062d\u0635 \u0627\u0644\u062c\u064a\u0646\u064a \u0647\u0648 \u0628\u0648\u0635\u0644\u062a\u0643 \u0644\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u062f\u0648\u0627\u0621 \u0627\u0644\u0635\u062d\u064a\u062d \u0648\u062a\u062c\u0646\u0628 \u0627\u0644\u0623\u0639\u0631\u0627\u0636 \u0627\u0644\u062c\u0627\u0646\u0628\u064a\u0629 \u063a\u064a\u0631 \u0627\u0644\u0636\u0631\u0648\u0631\u064a\u0629. \u0627\u0644\u0648\u0631\u0645 \u0644\u064a\u0633 \u0645\u062c\u0631\u062f &#8220;\u0643\u062a\u0644\u0629&#8221; \u064a\u062c\u0628 \u0642\u0635\u0647\u0627 \u0627\u0644\u062c\u0631\u0627\u062d\u0629 \u0647\u064a \u0627\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u0623\u0648\u0644\u0649\u060c \u0646\u0639\u0645. \u0644\u0643\u0646 \u0645\u0627\u0630\u0627 \u0628\u0639\u062f\u061f \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0639\u0644\u0627\u062c \u0627\u0644\u062a\u0643\u0645\u064a\u0644\u064a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5395,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"two_page_speed":[],"footnotes":""},"categories":[506],"tags":[560,712,933,928,929,502,926,501],"class_list":["post-5394","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-506","tag-560","tag-712","tag-933","tag--ngs","tag-929","tag-502","tag-926","tag-501"],"_links":{"self":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts\/5394","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/comments?post=5394"}],"version-history":[{"count":0,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts\/5394\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media\/5395"}],"wp:attachment":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media?parent=5394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/categories?post=5394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/tags?post=5394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}