{"id":5326,"date":"2026-01-21T12:25:42","date_gmt":"2026-01-21T09:25:42","guid":{"rendered":"https:\/\/auxsupport.com\/?p=5326"},"modified":"2026-02-07T10:18:39","modified_gmt":"2026-02-07T07:18:39","slug":"cosmetic-surgery-jordan","status":"publish","type":"post","link":"https:\/\/auxsupport.com\/en\/cosmetic-surgery-jordan\/","title":{"rendered":"Cosmetic surgery in Jordan | Consult the expert \u201cAbu Aoun\u201d \u2013 JOMEDIX"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>JOMEDIX \u2013 Your guide to beauty in Jordan with consultant Abu Aoun<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700;900&#038;display=swap\" rel=\"stylesheet\">\n<style>\n    \/* \u0645\u062a\u063a\u064a\u0631\u0627\u062a \u0627\u0644\u0623\u0644\u0648\u0627\u0646 *\/\n    :root {\n        --primary-color: #0f2c40; \/* \u0623\u0632\u0631\u0642 \u0643\u062d\u0644\u064a \u0639\u0645\u064a\u0642 *\/\n        --accent-color: #c5a059; \/* \u0630\u0647\u0628\u064a \u0641\u0627\u062e\u0631 *\/\n        --bg-light: #f9f9f9;\n        --text-dark: #333;\n        --white: #ffffff;\n    }\n\n    body {\n        font-family: 'Cairo', sans-serif;\n        margin: 0;\n        padding: 0;\n        background-color: var(--white);\n        color: var(--text-dark);\n        line-height: 1.6;\n    }\n\n    \/* 1. \u0642\u0633\u0645 \u0627\u0644\u0648\u0627\u062c\u0647\u0629 \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629 (Hero Section) *\/\n    .hero-section {\n        background: linear-gradient(rgba(15, 44, 64, 0.9), rgba(15, 44, 64, 0.95)), url('https:\/\/placehold.co\/1200x600\/0f2c40\/FFF?text=Hero+Image');\n        background-size: cover;\n        background-position: center;\n        color: var(--white);\n        padding: 60px 20px;\n        text-align: center;\n        min-height: 50vh;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n    }\n\n    .hero-title {\n        font-size: 2.5rem;\n        font-weight: 900;\n        margin-bottom: 15px;\n        line-height: 1.2;\n    }\n\n    .hero-title span {\n        color: var(--accent-color);\n    }\n\n    .hero-subtitle {\n        font-size: 1.1rem;\n        max-width: 800px;\n        margin-bottom: 30px;\n        color: #ddd;\n    }\n\n    .hero-buttons {\n        display: flex;\n        gap: 15px;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n\n    \/* \u0627\u0644\u0623\u0632\u0631\u0627\u0631 *\/\n    .btn {\n        padding: 12px 35px;\n        border-radius: 50px;\n        font-weight: bold;\n        text-decoration: none;\n        font-size: 1rem;\n        transition: transform 0.3s ease;\n        border: none;\n        cursor: pointer;\n    }\n\n    .btn-gold {\n        background-color: var(--accent-color);\n        color: var(--white);\n        box-shadow: 0 4px 15px rgba(197, 160, 89, 0.4);\n    }\n\n    .btn-outline {\n        background-color: transparent;\n        border: 2px solid var(--white);\n        color: var(--white);\n    }\n\n    .btn:hover {\n        transform: translateY(-5px);\n    }\n\n    \/* 2. \u0634\u0631\u064a\u0637 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 *\/\n    .stats-bar {\n        background-color: var(--bg-light);\n        padding: 30px 20px;\n        display: flex;\n        justify-content: center;\n        gap: 50px;\n        flex-wrap: wrap;\n        border-bottom: 1px solid #eee;\n    }\n\n    .stat-item {\n        text-align: center;\n    }\n\n    .stat-number {\n        display: block;\n        font-size: 2rem;\n        font-weight: 900;\n        color: var(--primary-color);\n    }\n\n    .stat-label {\n        font-size: 0.9rem;\n        color: var(--text-dark);\n    }\n\n    \/* 3. \u0627\u0644\u0639\u0646\u0627\u0648\u064a\u0646 \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629 *\/\n    .section-title {\n        text-align: center;\n        color: var(--primary-color);\n        font-size: 2rem;\n        margin-top: 60px;\n        margin-bottom: 10px;\n    }\n\n    .section-subtitle {\n        text-align: center;\n        color: var(--accent-color);\n        margin-bottom: 40px;\n        font-weight: 600;\n    }\n\n    \/* 4. \u0642\u0633\u0645 \"\u0644\u0645\u0627\u0630\u0627 \u0623\u0628\u0648 \u0639\u0648\u0646\" *\/\n    .about-section {\n        padding: 20px 20px;\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n    }\n\n    .about-box {\n        background: #fff;\n        border: 1px solid #eee;\n        padding: 30px;\n        border-radius: 15px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        position: relative;\n    }\n\n    \/* 5. \u0634\u0628\u0643\u0629 \u0627\u0644\u062e\u062f\u0645\u0627\u062a *\/\n    .services-container {\n        padding: 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n    }\n\n    .service-card {\n        background: var(--white);\n        padding: 25px;\n        border-radius: 12px;\n        box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        text-align: center;\n        transition: 0.3s;\n        border-top: 4px solid var(--primary-color);\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .service-card:hover {\n        transform: translateY(-5px);\n        border-top-color: var(--accent-color);\n    }\n\n    .service-icon {\n        font-size: 2.5rem;\n        margin-bottom: 15px;\n        display: block;\n    }\n    \n    \/* \u062a\u0646\u0633\u064a\u0642 \u062e\u0627\u0635 \u0644\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629 *\/\n    .internal-link {\n        display: block; \n        margin-top: 15px; \n        font-size: 0.9rem; \n        color: var(--primary-color); \n        text-decoration: underline; \n        font-weight: bold;\n    }\n    .internal-link:hover {\n        color: var(--accent-color);\n    }\n\n    \/* 6. \u0642\u0633\u0645 \u0627\u0644\u0636\u0645\u0627\u0646\u0627\u062a *\/\n    .guarantee-section {\n        background-color: var(--primary-color);\n        color: var(--white);\n        padding: 50px 20px;\n        margin-top: 60px;\n    }\n\n    .guarantee-grid {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 30px;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .guarantee-item {\n        flex: 1;\n        min-width: 250px;\n        text-align: center;\n        background: rgba(255,255,255,0.05);\n        padding: 20px;\n        border-radius: 10px;\n    }\n\n    \/* 7. Footer CTA *\/\n    .footer-cta {\n        text-align: center;\n        padding: 60px 20px;\n    }\n\n    \/* \u062a\u062c\u0627\u0648\u0628 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n    @media (max-width: 768px) {\n        .hero-title { font-size: 1.8rem; }\n        .hero-section { padding: 40px 20px; min-height: auto; }\n        .stats-bar { gap: 30px; }\n        .hero-buttons { flex-direction: column; width: 100%; }\n        .btn { width: 100%; box-sizing: border-box; }\n    }\n<\/style>\n<\/head>\n<body>\n\n    <header class=\"hero-section\">\n        <h1 class=\"hero-title\">Beauty in Jordan: Don&#039;t risk your beauty.<br> <span>Consult an expert first.<\/span><\/h1>\n        <p class=\"hero-subtitle\">With consultant \u201cAbu Aoun\u201d, get the essence of 15 years of experience to ensure the best surgeon, the most suitable cost, and a result you can be proud of.<\/p>\n        <div class=\"hero-buttons\">\n            <a href=\"https:\/\/wa.me\/962770777277\" class=\"btn btn-gold\" target=\"_blank\" rel=\"noopener\">Free consultation (WhatsApp)<\/a>\n            <a href=\"#services\" class=\"btn btn-outline\">Browse services<\/a>\n        <\/div>\n    <\/header>\n\n    <div class=\"stats-bar\">\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">+15<\/span>\n            <span class=\"stat-label\">One year of experience<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">+1000<\/span>\n            <span class=\"stat-label\">Happy customer<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n            <span class=\"stat-number\">100%<\/span>\n            <span class=\"stat-label\">Credibility and transparency<\/span>\n        <\/div>\n    <\/div>\n\n    <h2 class=\"section-title\">Why do thousands trust me?<\/h2>\n    <p class=\"section-subtitle\">Because I am not a doctor marketing myself, but a consultant marketing your best interests.<\/p>\n    \n    <div class=\"about-section\">\n        <div class=\"about-box\">\n            <p style=\"font-size: 1.1rem;\">\n                \u201cEveryone tells you the positives, but few tell you the truth. I <strong>Abu Aoun<\/strong>\u201dThe secret to my strength is my impartiality. I don\u2019t work for any particular hospital; I work for you, to protect you from commercial exploitation and guide you to those who deserve your trust.\u201d\n            <\/p>\n            <p style=\"margin-top: 15px; font-size: 0.95rem; color: #666;\">\n                We collaborate with elite doctors, and to learn more about sculpting procedures specifically, <a href=\"https:\/\/auxsupport.com\/en\/guide-2\/dr-mutaz-al-shakhaneh\/\" target=\"_blank\" style=\"color: var(--primary-color); font-weight: bold;\">Visit Dr. Mu&#039;taz Al-Shakhaneh&#039;s page<\/a>.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <h2 class=\"section-title\" id=\"services\">Cosmetic options of the highest standards<\/h2>\n    <div class=\"services-container\">\n        \n        <div class=\"service-card\">\n            <span class=\"service-icon\">\ud83d\udc68\u200d\u2695\ufe0f<\/span>\n            <h3>Facelift<\/h3>\n            <p>Your face is your identity. We direct you to the most skilled hands that restore your youth without altering your original features.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/face-lift-jordan\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n        <\/div>\n\n        <div class=\"service-card\">\n            <span class=\"service-icon\">\u2696\ufe0f<\/span>\n            <h3>Body sculpting and liposuction<\/h3>\n            <p>Get rid of stubborn fat with the latest VASER and J-Plasma technologies, with complete safety.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/vaserj-plasma\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n            \n            <a href=\"https:\/\/auxsupport.com\/en\/guide-2\/dr-mutaz-al-shakhaneh\/\" target=\"_blank\" class=\"internal-link\">\n                To learn more about sculpting processes, visit Dr. Moataz Al-Shakhaneh&#039;s page.\n            <\/a>\n\n        <\/div>\n\n        <div class=\"service-card\">\n            <span class=\"service-icon\">\ud83d\udc43<\/span>\n            <h3>Rhinoplasty<\/h3>\n            <p>A natural nose that is in harmony with your facial features, with the best maxillofacial surgeons in Jordan.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/rhinoplasty-jordan-piezo\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n\n        <\/div>\n\n        <div class=\"service-card\">\n            <span class=\"service-icon\">\ud83d\udc41\ufe0f<\/span>\n            <h3>Eye makeup<\/h3>\n            <p>Get rid of hooded eyelids and puffiness (Blepharoplasty) to restore freshness to your look.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/eyelid-surgery-jordan\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n\n        <\/div>\n\n        <div class=\"service-card\">\n            <span class=\"service-icon\">\ud83c\udf38<\/span>\n            <h3>Breast augmentation<\/h3>\n            <p>Safe surgical options (lifting, augmentation, reduction) to restore body symmetry and confidence.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/breast-surgery-jordan\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n\n        <\/div>\n\n        <div class=\"service-card\">\n            <span class=\"service-icon\">\ud83e\uddb5<\/span>\n            <h3>Treatment of lipedema<\/h3>\n            <p>Specialized medical solutions for treating pain and fat deposits (lipedema) in the legs and arms.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/lipedema-treatment-in-jordan\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n\n        <\/div>\n\n        <div class=\"service-card\">\n            <span class=\"service-icon\">\u2728<\/span>\n            <h3>Women&#039;s beauty<\/h3>\n            <p>Cosmetic and therapeutic procedures with the highest degree of privacy and professionalism.<\/p>\n            <a href=\"https:\/\/auxsupport.com\/en\/gynecology-aesthetics-jordan\/\" style=\"color: var(--accent-color); font-weight: bold; text-decoration: none; margin-top: auto;\">Read more \u2192<\/a>\n\n        <\/div>\n\n    <\/div>\n\n    <div class=\"guarantee-section\">\n        <h2 class=\"section-title\" style=\"color: #fff; margin-top: 0;\">Why book through JOMEDIX?<\/h2>\n        <div class=\"guarantee-grid\">\n            <div class=\"guarantee-item\">\n                <h3>\ud83d\udcb0 Fair price<\/h3>\n                <p>We protect you from exorbitant tourist prices and guarantee you all-inclusive packages with no surprises.<\/p>\n            <\/div>\n            <div class=\"guarantee-item\">\n                <h3>\ud83d\udee1\ufe0f The whole truth<\/h3>\n                <p>We explain the risks before the benefits, and the recovery period honestly, as I have always done in my videos.<\/p>\n            <\/div>\n            <div class=\"guarantee-item\">\n                <h3>\ud83e\udd1d Personal escort<\/h3>\n                <p>Our relationship does not end with the completion of the operation; we are with you every step of the way until full recovery.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"footer-cta\">\n        <h2 style=\"font-size: 2rem; color: var(--primary-color);\">Your beauty is a life-changing decision... don&#039;t make it alone.<\/h2>\n        <p style=\"font-size: 1.1rem; margin-bottom: 30px;\">Contact me personally so we can discuss your case and develop the most suitable treatment plan for you.<\/p>\n        <a href=\"https:\/\/wa.me\/962770777277\" class=\"btn btn-gold\" style=\"font-size: 1.3rem;\" target=\"_blank\" rel=\"noopener\">Contact Abu Aoun now<\/a>\n    <\/div>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>JOMEDIX &#8211; \u062f\u0644\u064a\u0644\u0643 \u0644\u0644\u062a\u062c\u0645\u064a\u0644 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646 \u0645\u0639 \u0627\u0644\u0645\u0633\u062a\u0634\u0627\u0631 \u0623\u0628\u0648 \u0639\u0648\u0646 \u0627\u0644\u062a\u062c\u0645\u064a\u0644 \u0641\u064a \u0627\u0644\u0623\u0631\u062f\u0646: \u0644\u0627 \u062a\u063a\u0627\u0645\u0631 \u0628\u062c\u0645\u0627\u0644\u0643.. \u0627\u0633\u062a\u0634\u0631 \u0627\u0644\u062e\u0628\u064a\u0631 \u0623\u0648\u0644\u0627\u064b \u0645\u0639 \u0627\u0644\u0645\u0633\u062a\u0634\u0627\u0631 &#8220;\u0623\u0628\u0648 \u0639\u0648\u0646&#8221;\u060c \u0627\u062d\u0635\u0644 \u0639\u0644\u0649 \u062e\u0644\u0627\u0635\u0629 15 \u0639\u0627\u0645\u0627\u064b \u0645\u0646 \u0627\u0644\u062e\u0628\u0631\u0629 \u0644\u0636\u0645\u0627\u0646 \u0623\u0641\u0636\u0644 \u062c\u0631\u0627\u062d\u060c \u0648\u0623\u0646\u0633\u0628 \u062a\u0643\u0644\u0641\u0629\u060c \u0648\u0646\u062a\u064a\u062c\u0629 \u062a\u0641\u062a\u062e\u0631 \u0628\u0647\u0627. \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629 (\u0648\u0627\u062a\u0633\u0627\u0628) \u062a\u0635\u0641\u062d \u0627\u0644\u062e\u062f\u0645\u0627\u062a +15 \u0633\u0646\u0629 \u062e\u0628\u0631\u0629 +1000 \u0639\u0645\u064a\u0644 \u0633\u0639\u064a\u062f 100% \u0645\u0635\u062f\u0627\u0642\u064a\u0629 \u0648\u0634\u0641\u0627\u0641\u064a\u0629 \u0644\u0645\u0627\u0630\u0627 \u064a\u062b\u0642 \u0628\u064a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5137,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"two_page_speed":[],"footnotes":""},"categories":[403],"tags":[889,885,888,886],"class_list":["post-5326","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-403","tag-889","tag-885","tag--jomedix","tag-886"],"_links":{"self":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts\/5326","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=5326"}],"version-history":[{"count":0,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/posts\/5326\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media\/5137"}],"wp:attachment":[{"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/media?parent=5326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/categories?post=5326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/auxsupport.com\/en\/wp-json\/wp\/v2\/tags?post=5326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}