    <style>
    /* ✅ إخفاء claim الخاص بالقالب */
    body.single-healing_package .theme-listing-about-details__claim{
        display:none !important;
    }

    /* إخفاء عناصر المقال + مشاركات ذات صلة... */
    body.single-healing_package .entry-header,
    body.single-healing_package .post-header,
    body.single-healing_package .single-header,
    body.single-healing_package .post-thumbnail,
    body.single-healing_package .featured-image,
    body.single-healing_package .entry-meta,
    body.single-healing_package .post-meta,
    body.single-healing_package .meta,
    body.single-healing_package .post-footer,
    body.single-healing_package .entry-footer,
    body.single-healing_package .post-bottom,
    body.single-healing_package .post-tags,
    body.single-healing_package .post-cats,
    body.single-healing_package .cat-links,
    body.single-healing_package .tag-links,
    body.single-healing_package .post-navigation,
    body.single-healing_package .nav-links,
    body.single-healing_package .next-prev,
    body.single-healing_package .post-nav,
    body.single-healing_package .prev-next-posts,
    body.single-healing_package .comments-area,
    body.single-healing_package #comments,
    body.single-healing_package .comment-area-wrapper,
    body.single-healing_package .comments-wrap,
    body.single-healing_package .share-post,
    body.single-healing_package .post-share,
    body.single-healing_package .share-box,
    body.single-healing_package .share-icons,
    body.single-healing_package .single-post-share,
    body.single-healing_package .share-this,
    body.single-healing_package .jp-relatedposts,
    body.single-healing_package .related-posts,
    body.single-healing_package .related-articles,
    body.single-healing_package [class*="related-post"],
    body.single-healing_package .sidebar-widget-area,
    body.single-healing_package .post-pagination,
    body.single-healing_package .prev-post,
    body.single-healing_package .post-bottom {
        display: none !important;
    }

    /* إخفاء أزرار واتساب عائمة شائعة في القوالب */
    body.single-healing_package .whatsapp-floating-btn,
    body.single-healing_package .whatsapp-chat,
    body.single-healing_package .wa-btn,
    body.single-healing_package .whatsapp-button,
    body.single-healing_package .wpwh-widget,
    body.single-healing_package .mobile-whatsapp,
    body.single-healing_package .whatsapp-icon,
    body.single-healing_package .floating-whatsapp {
        display: none !important;
    }

    :root {
        --hp-primary: #00b894;
        --hp-primary-dark: #00866a;
        --hp-secondary: #2563eb;
        --hp-bg-soft: #f5f8fb;
        --hp-text-main: #0f172a;
        --hp-radius-lg: 20px;
        --hp-radius-md: 16px;
        --hp-shadow-soft: 0 18px 45px rgba(15,23,42,0.14);
    }

    /* ===== LOOP ===== */
    .healing-section {
        background: radial-gradient(circle at top right, #e0fbff 0, #f9fafb 45%, #ffffff 100%);
        padding: 30px 20px;
        border-radius: 24px;
        direction: rtl;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        margin-bottom: 24px;
    }
    .healing-section-header { text-align:right; margin-bottom:1.5rem; }
    .healing-section-title { font-size:26px; margin:0 0 6px; color:var(--hp-text-main); font-weight:800; }
    .healing-section-subtitle { margin:0; color:#6b7280; font-size:14px; }

    .healing-packages-grid {
        display:grid; gap:1.5rem;
        grid-template-columns:repeat(auto-fit, minmax(270px,1fr));
        margin-top:1.5rem;
    }
    .healing-package-card {
        background:#ffffff; border-radius:var(--hp-radius-lg); overflow:hidden;
        box-shadow:0 18px 40px rgba(15,23,42,0.08);
        border:1px solid rgba(148,163,184,0.22);
        transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
        display:flex; flex-direction:column; position:relative;
    }
    .healing-package-card:hover {
        transform:translateY(-6px); box-shadow:0 24px 55px rgba(15,23,42,0.16);
        border-color:rgba(45,212,191,0.7);
    }
    .healing-package-image-wrapper { position:relative; overflow:hidden; }
    .healing-package-image {
        width:100%; height:200px; background-size:cover; background-position:center;
        transform:scale(1.02); transition:transform .4s ease;
    }
    .healing-package-card:hover .healing-package-image { transform:scale(1.06); }
    .healing-package-image-overlay {
        position:absolute; inset:0;
        background:linear-gradient(to top, rgba(0,0,0,0.60), rgba(0,0,0,0.10));
    }
    .healing-package-badge {
        position:absolute; top:14px; left:14px;
        background:rgba(16,185,129,0.95); color:#fff;
        padding:4px 10px; border-radius:999px; font-size:11px; font-weight:600;
        display:inline-flex; align-items:center; gap:4px;
    }
    .healing-package-overlay-text {
        position:absolute; bottom:12px; right:14px; left:14px;
        color:#f9fafb; display:flex; justify-content:space-between;
        align-items:flex-end; gap:8px;
    }
    .healing-overlay-title { font-size:15px; font-weight:600; }
    .healing-overlay-tagline { font-size:11px; opacity:0.9; }
    .healing-price-pill {
        background:rgba(15,23,42,0.7); padding:6px 10px; border-radius:999px;
        font-size:11px; display:flex; flex-direction:column; align-items:flex-end;
    }
    .healing-price-main { font-weight:700; font-size:13px; }
    .healing-price-sub { font-size:10px; opacity:0.9; }

    .healing-package-content { padding:14px 16px 16px; }
    .healing-package-title {
        margin:0 0 6px; font-size:18px; font-weight:800; color:var(--hp-text-main);
        display:flex; align-items:center; gap:6px;
    }
    .healing-package-title-icon { font-size:18px; }

    .healing-package-tags { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:10px; }
    .healing-tag-pill {
        background:var(--hp-bg-soft); border-radius:999px; padding:4px 9px;
        font-size:11px; color:#4b5563; display:inline-flex; align-items:center; gap:5px;
        border:1px solid rgba(148,163,184,0.4);
    }

    .healing-package-meta { list-style:none; padding:0; margin:0 0 12px; font-size:13px; color:#4b5563; }
    .healing-package-meta li { display:flex; gap:6px; margin-bottom:4px; }
    .healing-package-meta strong { color:#111827; font-weight:600; }

    .healing-divider {
        height:1px; background:linear-gradient(to left, transparent, #e5e7eb, transparent);
        margin:8px 0 10px;
    }
    .healing-package-footer {
        display:flex; justify-content:space-between; align-items:center;
        gap:8px; font-size:11px; color:#6b7280;
    }
    .healing-package-button {
        display:inline-flex; align-items:center; justify-content:center; gap:6px;
        padding:8px 16px; background:var(--hp-primary); color:#fff; border-radius:999px;
        text-decoration:none; font-weight:600; font-size:13px; border:none; cursor:pointer;
        transition:background .25s ease, transform .2s ease, box-shadow .25s ease; white-space:nowrap;
    }
    .healing-package-button:hover {
        background:var(--hp-primary-dark);
        transform:translateY(-1px); box-shadow:0 10px 20px rgba(16,185,129,0.35);
    }
    .healing-package-button-icon { font-size:15px; }

    /* ===== single ===== */
    body.single-healing_package {
        background:#f3f4f6;
        font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    }
    .healing-package-page {
        direction:rtl;
        max-width:1200px;
        margin:30px auto 60px;
        padding:0 24px;
    }
    .healing-hero {
        position:relative; border-radius:26px; overflow:hidden;
        background:#000; box-shadow:var(--hp-shadow-soft);
    }
    .healing-hero-image {
        height:320px;
        background-size:cover; background-position:center;
        filter:brightness(0.8);
    }
    .healing-hero-overlay {
        position:absolute; inset:0;
        background:radial-gradient(circle at top right, rgba(59,130,246,0.45), transparent 45%),
                   linear-gradient(to top, rgba(15,23,42,0.82), rgba(15,23,42,0.18));
    }
    .healing-hero-inner {
        position:absolute; inset:0; padding:24px 26px 22px;
        display:flex; flex-direction:column; justify-content:space-between;
        color:#f9fafb;
    }
    .healing-hero-top { display:flex; justify-content:space-between; gap:12px; align-items:center; }
    .healing-hero-badges { display:flex; flex-wrap:wrap; gap:6px; }
    .healing-hero-badge {
        background:rgba(15,23,42,0.8); border-radius:999px; padding:4px 10px;
        font-size:11px; display:inline-flex; align-items:center; gap:6px;
        border:1px solid rgba(148,163,184,0.7);
    }
    .healing-hero-badge.primary { background:rgba(16,185,129,0.95); border-color:transparent; }
    .healing-hero-badge.secondary { background:rgba(37,99,235,0.95); border-color:transparent; }
    .healing-hero-badge span.icon { font-size:14px; }

    .healing-hero-price {
        background:rgba(15,23,42,0.78); border-radius:16px;
        padding:10px 12px; min-width:150px; text-align:left; font-size:12px;
    }
    .healing-hero-price-main { font-weight:800; font-size:18px; }
    .healing-hero-price-sub { opacity:0.9; }

    .healing-hero-bottom { display:flex; justify-content:space-between; gap:18px; align-items:flex-end; margin-top:16px; }
    .healing-hero-text { max-width:70%; }
    .healing-hero-title { margin:0 0 6px; font-size:28px; font-weight:800; letter-spacing:-0.02em; }
    .healing-hero-sub { margin:0; font-size:14px; opacity:0.95; }

    .healing-hero-meta { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; font-size:12px; }
    .healing-hero-meta-item {
        display:inline-flex; align-items:center; gap:5px;
        padding:4px 9px; border-radius:999px;
        background:rgba(15,23,42,0.65);
    }
    .healing-hero-cta { display:flex; flex-direction:column; align-items:flex-end; gap:8px; text-align:left; }
    .healing-hero-cta-note { font-size:11px; opacity:0.9; }

    .whatsapp-btn {
        display:inline-flex; align-items:center; justify-content:center; gap:8px;
        padding:9px 18px; border-radius:999px; background:#25d366;
        border:none; color:#fff; text-decoration:none; font-size:14px; font-weight:700;
        box-shadow:0 8px 18px rgba(37,211,102,0.45); cursor:pointer;
        transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
        white-space:nowrap;
    }
    .whatsapp-btn:hover { background:#1ebe5b; transform:translateY(-1px); box-shadow:0 12px 24px rgba(37,211,102,0.55); }
    .whatsapp-btn-icon { font-size:18px; }

    .healing-main { margin-top:26px; display:grid; grid-template-columns:minmax(0,2.1fr) minmax(0,1.1fr); gap:18px; }
    .healing-card {
        background:#ffffff; border-radius:var(--hp-radius-md);
        padding:16px 18px 18px; box-shadow:0 10px 25px rgba(148,163,184,0.25);
        border:1px solid rgba(226,232,240,0.9); margin-bottom:14px;
    }
    .healing-card-title {
        margin:0 0 8px; font-size:18px; font-weight:800; color:var(--hp-text-main);
        display:flex; align-items:center; gap:8px;
    }
    .healing-card-title span.icon { font-size:19px; }
    .healing-card-subtitle { margin:0 0 10px; font-size:13px; color:#6b7280; }
    .healing-text { font-size:14px; color:#4b5563; line-height:1.7; }

    /* منع القالب من حقن دوائر/بوليت في القوائم */
    .healing-package-page .healing-list,
    .healing-package-page .healing-list li { list-style:none !important; }
    .healing-package-page .healing-list li::before,
    .healing-package-page .healing-list li:before,
    .healing-package-page .healing-list li::marker {
        content:none !important; display:none !important;
    }

    .healing-list { padding:0; margin:0; font-size:13px; color:#4b5563; }
    .healing-list li {
        display:flex; gap:10px; margin-bottom:10px;
        align-items:flex-start;
        padding:6px 0;
        border-bottom:1px dashed rgba(226,232,240,0.9);
    }
    .healing-list li:last-child { border-bottom:none; }
    .healing-list-bullet {
        flex:0 0 auto;
        font-weight:900;
        line-height:1;
        font-size:14px;
        background:none !important;
        border:none !important;
        width:auto !important;
        height:auto !important;
        padding:0 !important;
        border-radius:0 !important;
    }

    .healing-sidebar-card {
        background:#ffffff; border-radius:var(--hp-radius-md);
        padding:16px 16px 14px; box-shadow:0 12px 30px rgba(148,163,184,0.25);
        border:1px solid rgba(226,232,240,0.9); margin-bottom:14px;
    }
    .healing-sidebar-row { display:flex; justify-content:space-between; font-size:13px; margin-bottom:6px; }
    .healing-sidebar-label { color:#6b7280; }
    .healing-sidebar-value { color:#111827; font-weight:600; }

    .whatsapp-panel {
        background:linear-gradient(to left, #22c55e, #16a34a); border-radius:18px;
        padding:12px 14px; display:flex; align-items:center;
        justify-content:space-between; gap:10px; color:#ecfdf3; font-size:13px;
        margin-top:8px;
    }
    .whatsapp-panel-text { max-width:65%; }

    .whatsapp-floating { position:fixed; left:18px; bottom:18px; z-index:999; }
    .whatsapp-floating .whatsapp-btn { padding:10px 16px; font-size:13px; box-shadow:0 12px 24px rgba(37,211,102,0.55); }

    @media (max-width:900px) { .healing-main { grid-template-columns:minmax(0,1fr); } }
    @media (max-width:720px) {
        .healing-hero-image { height:260px; }
        .healing-hero-inner { padding:18px 16px 16px; }
        .healing-hero-bottom { flex-direction:column; align-items:flex-start; }
        .healing-hero-text { max-width:100%; }
        .healing-hero-price { font-size:11px; }
        .healing-hero-title { font-size:22px; }
    }
    @media (max-width:480px) {
        .healing-package-page { margin-top:18px; }
        .healing-hero-image { height:240px; }
    }
    </style>
    {"id":4760,"date":"2025-12-10T07:59:15","date_gmt":"2025-12-10T04:59:15","guid":{"rendered":"https:\/\/auxsupport.com\/?page_id=4760"},"modified":"2026-06-04T00:05:00","modified_gmt":"2026-06-03T21:05:00","slug":"medical-tourism-packages","status":"publish","type":"page","link":"https:\/\/auxsupport.com\/en\/medical-tourism-packages\/","title":{"rendered":"Medical tourism packages"},"content":{"rendered":"<section class=\"healing-section\">\n        <div class=\"healing-section-header\">\n            <h2 class=\"healing-section-title\">All packages<\/h2>\n                            <p class=\"healing-section-subtitle\">All currently available offers<\/p>\n                    <\/div>\n\n        <div class=\"healing-packages-grid\">\n                            <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2026\/02\/\u0634\u062f-\u0627\u0644\u0648\u062c\u0647-\u0627\u0644\u0639\u0645\u064a\u0642-3.webp');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"\">\n                            <span>\u2605<\/span> Most booked                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">Deep surgical facelift<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Dar Al Salam Hospital                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 4950 Jordanian Dinars \/ 26400 Saudi Riyals \/ 6990 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            Deep surgical facelift                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Dar Al Salam Hospital<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 8 days \/ 7 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Dar Al Salam Hospital<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/deep-surgical-facelift\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/unnamed-file-4.webp');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(59,130,246,0.95);\">\n                            <span>\u2605<\/span> Limited offer                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">Hydraulic erection supports<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Abdulhadi Hospital                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 6500 Jordanian Dinars \/ 34500 Saudi Riyals \/ 9200 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            Hydraulic erection supports                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Abdulhadi Hospital<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 5 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 5 days \/ 4 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Abdulhadi Hospital<\/span><\/li>                            <li><strong>hotel:<\/strong><span>5 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/hydraulic-erection-supports\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/doctors-holding-stethoscope-1024x683.jpg');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">VIP Check-up for Men Age 40+<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Afaq Al-Awn Company for Medical Expenses Management                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 1499 Jordanian Dinars \/ 7999 Saudi Riyals \/ 2099 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            VIP Check-up for Men Age 40+                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Afaq Al-Awn Company for Medical Expenses Management<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 5 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 6 days \/ 5 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Oman<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Afaq Al-Awn Company for Medical Expenses Management<\/span><\/li>                            <li><strong>hotel:<\/strong><span>5 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/checkup\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/kataract-eye-surgery.webp');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">Cataract surgery<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Specialized Eyes                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 1025 Jordanian Dinars \/ 5450 Saudi Riyals \/ 1445 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            Cataract surgery                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Specialized Eyes<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 5 days \/ 4 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Specialized Eyes<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/cataracts\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/lasik-eye-surgery-prk.webp');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">PRK vision correction surgery<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Specialized Eyes                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 890 Jordanian Dinars \/ 4799 Saudi Riyals \/ 1259 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            PRK vision correction surgery                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Specialized Eyes<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 5 days \/ 4 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Specialized Eyes<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/%d8%aa%d8%b5%d8%ad%d9%8a%d8%ad-%d8%a7%d9%84%d8%a8%d8%b5%d8%b1\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/11111111\u0633\u0633\u0633-1024x683.jpg');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">knee replacement surgery<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Specialized Hospital                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 5299 Jordanian Dinars \/ 28199 Saudi Riyals \/ 7499 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            knee replacement surgery                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Specialized Hospital<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 11 days \/ 10 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Specialized Hospital<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/knee-replacement\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/close-up-hands-holding-breast-implants-copy-1024x683.jpg');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">Breast augmentation with silicone<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Dar Al Salam                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 2199 Jordanian Dinars \/ 11699 Saudi Riyals \/ 3099 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            Breast augmentation with silicone                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Dar Al Salam<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 3 days \/ 2 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Dar Al Salam<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/breast-augmentation-with-silicone\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/woman-getting-ready-nose-job-surgery-copy-1024x893.jpg');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">Rhinoplasty<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Dar Al Salam                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 2199 Jordanian Dinars \/ 11699 Saudi Riyals \/ 3099 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            Rhinoplasty                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Dar Al Salam<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 7 days \/ 6 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Dar Al Salam<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/rhinoplasty\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                                <article class=\"healing-package-card\">\n                    <div class=\"healing-package-image-wrapper\">\n                        <div class=\"healing-package-image\" style=\"background-image:url('https:\/\/auxsupport.com\/wp-content\/uploads\/2025\/12\/plus-size-man-lifestyle-copy-701x1024.jpg');\"><\/div>\n                        <div class=\"healing-package-image-overlay\"><\/div>\n                        <div class=\"healing-package-badge\" style=\"background: rgba(234,179,8,0.98);\">\n                            <span>\u2605<\/span> Economic option                        <\/div>\n                        <div class=\"healing-package-overlay-text\">\n                            <div>\n                                <div class=\"healing-overlay-title\">gastric sleeve surgery<\/div>\n                                <div class=\"healing-overlay-tagline\">\n                                    Al-Shmeisani Hospital                                <\/div>\n                            <\/div>\n                            <div class=\"healing-price-pill\">\n                                <span class=\"healing-price-main\">From 2099 Jordanian Dinars \/ 11111 Saudi Riyals \/ 2999 US Dollars<\/span>\n                                <span class=\"healing-price-sub\">Accommodation and transportation included<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"healing-package-content\">\n                        <h3 class=\"healing-package-title\">\n                            <span class=\"healing-package-title-icon\">\ud83e\uddd1\u200d\u2695\ufe0f<\/span>\n                            gastric sleeve surgery                        <\/h3>\n\n                        <div class=\"healing-package-tags\">\n                            <span class=\"healing-tag-pill\">\ud83c\udfe5 Al-Shmeisani Hospital<\/span>                            <span class=\"healing-tag-pill\">\ud83c\udfe8 3 stars<\/span>                            <span class=\"healing-tag-pill\">\u23f1 7 days \/ 6 nights<\/span>                        <\/div>\n\n                        <ul class=\"healing-package-meta\">\n                            <li><strong>City:<\/strong><span>Amman - Jordan<\/span><\/li>                            <li><strong>Hospital:<\/strong><span>Al-Shmeisani Hospital<\/span><\/li>                            <li><strong>hotel:<\/strong><span>3 stars<\/span><\/li>                        <\/ul>\n\n                        <div class=\"healing-divider\"><\/div>\n\n                        <div class=\"healing-package-footer\">\n                            <span>\u2705 Click to view full package details<\/span>\n                            <a href=\"https:\/\/auxsupport.com\/en\/healing-package\/%d8%aa%d9%83%d9%85%d9%8a%d9%85-%d8%a7%d9%84%d9%85%d8%b9%d8%af%d8%a9-%d9%81%d9%8a-%d8%a7%d9%84%d8%a3%d8%b1%d8%af%d9%86\/\" class=\"healing-package-button\">\n                                <span>View details<\/span>\n                                <span class=\"healing-package-button-icon\">\u2197<\/span>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                <\/article>\n                        <\/div>\n    <\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"two_page_speed":{"current_score":{"desktop_score":100,"desktop_tti":"0.6\u00a0","mobile_score":83,"mobile_tti":"3.3\u00a0","date":"04.06.2026 12:05:47 am","status":"completed"}},"footnotes":""},"class_list":["post-4760","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/pages\/4760","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/types\/page"}],"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=4760"}],"version-history":[{"count":1,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/pages\/4760\/revisions"}],"predecessor-version":[{"id":6287,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/pages\/4760\/revisions\/6287"}],"wp:attachment":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media?parent=4760"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}