{"id":5083,"date":"2025-03-03T08:20:19","date_gmt":"2025-03-03T08:20:19","guid":{"rendered":"https:\/\/saharamedicalcentre.ae\/?page_id=5083"},"modified":"2026-01-16T05:40:21","modified_gmt":"2026-01-16T05:40:21","slug":"braces-implants","status":"publish","type":"page","link":"https:\/\/saharamedicalcentre.ae\/index.php\/braces-implants\/","title":{"rendered":"braces implants"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5083\" class=\"elementor elementor-5083\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f0775f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"8f0775f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7279918 elementor-widget elementor-widget-html\" data-id=\"7279918\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Sahara Medical Centre - Modern Menu<\/title>\r\n    <style>\r\n        :root {\r\n            --primary-color: #614499;\r\n            --hover-color: #4a7dff;\r\n            --text-color: white;\r\n            --menu-bg: rgba(97, 68, 153, 0.95);\r\n            --menu-shadow: 0 4px 20px rgba(0,0,0,0.15);\r\n            --transition-speed: 0.3s;\r\n        }\r\n        \r\n        * {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\r\n            background-color: ##614499;\r\n            padding-top: 80px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* Modern Sticky Header *\/\r\n        .sticky-header {\r\n            position: fixed;\r\n            top: 3px;\r\n            left: 3px;\r\n            right: 3px;\r\n            background: var(--menu-bg);\r\n            color: var(--text-color);\r\n            padding: 12px 20px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            z-index: 1000;\r\n            border-radius: 12px;\r\n            box-shadow: var(--menu-shadow);\r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            transition: all var(--transition-speed) ease;\r\n            max-width: calc(100% - 6px);\r\n            margin: 0 auto;\r\n        }\r\n\r\n        .sticky-header.scrolled {\r\n            padding: 8px 20px;\r\n            box-shadow: 0 2px 15px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .sticky-header img {\r\n            height: 50px;\r\n            width: auto;\r\n            transition: all var(--transition-speed) ease;\r\n        }\r\n\r\n        .sticky-header.scrolled img {\r\n            height: 40px;\r\n        }\r\n\r\n        \/* Modern Menu Buttons *\/\r\n        .header-buttons {\r\n            display: flex;\r\n            gap: 12px;\r\n        }\r\n\r\n        .header-buttons a {\r\n            color: var(--text-color);\r\n            text-decoration: none;\r\n            padding: 10px 18px;\r\n            border-radius: 8px;\r\n            font-size: 0.95em;\r\n            font-weight: 500;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: all var(--transition-speed) ease;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .header-buttons a::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: var(--hover-color);\r\n            z-index: -1;\r\n            transform: scaleX(0);\r\n            transform-origin: right;\r\n            transition: transform var(--transition-speed) ease;\r\n        }\r\n\r\n        .header-buttons a:hover::before,\r\n        .header-buttons a:focus::before {\r\n            transform: scaleX(1);\r\n            transform-origin: left;\r\n        }\r\n\r\n        .header-buttons a:hover,\r\n        .header-buttons a:focus {\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .header-buttons a span {\r\n            font-size: 1.1em;\r\n        }\r\n\r\n        \/* Modern Mobile Menu *\/\r\n        .mobile-menu-toggle {\r\n            display: none;\r\n            background: none;\r\n            border: none;\r\n            color: white;\r\n            font-size: 28px;\r\n            cursor: pointer;\r\n            padding: 5px;\r\n            border-radius: 5px;\r\n            transition: all var(--transition-speed) ease;\r\n        }\r\n\r\n        .mobile-menu-toggle:hover {\r\n            background: rgba(255,255,255,0.1);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1024px) {\r\n            .header-buttons a {\r\n                padding: 10px 15px;\r\n                font-size: 0.9em;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .sticky-header {\r\n                padding: 10px 15px;\r\n                border-radius: 10px;\r\n            }\r\n            \r\n            .header-buttons {\r\n                position: fixed;\r\n                top: 76px;\r\n                left: 3px;\r\n                right: 3px;\r\n                background: var(--menu-bg);\r\n                flex-direction: column;\r\n                align-items: center;\r\n                padding: 15px 0;\r\n                border-radius: 12px;\r\n                box-shadow: var(--menu-shadow);\r\n                transform: translateY(-150%);\r\n                opacity: 0;\r\n                transition: all var(--transition-speed) ease;\r\n                max-width: calc(100% - 6px);\r\n                margin: 0 auto;\r\n            }\r\n            \r\n            .header-buttons.active {\r\n                transform: translateY(0);\r\n                opacity: 1;\r\n            }\r\n            \r\n            .header-buttons a {\r\n                width: 90%;\r\n                justify-content: center;\r\n                padding: 14px;\r\n                margin: 2px 0;\r\n            }\r\n            \r\n            .mobile-menu-toggle {\r\n                display: block;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .sticky-header img {\r\n                height: 40px;\r\n            }\r\n            \r\n            .sticky-header.scrolled img {\r\n                height: 36px;\r\n            }\r\n            \r\n            .header-buttons {\r\n                top: 70px;\r\n            }\r\n        }\r\n\r\n        \/* Content spacer *\/\r\n        .content-spacer {\r\n            height: 20px;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"sticky-header\" id=\"stickyHeader\">\r\n        <a href=\"https:\/\/saharamedicalcentre.ae\/\">\r\n    <img decoding=\"async\" src=\"https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2023\/12\/logo.webp\" \r\n         alt=\"Dental clinic in Sharjah\"\r\n         loading=\"lazy\">\r\n<\/a>\r\n\r\n        \r\n        <div class=\"header-buttons\" id=\"headerButtons\">\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\">\r\n                <span>\ud83d\udcc5<\/span> Book Appointment\r\n            <\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/doctor\/\">\r\n                <span>\ud83d\udc68\u200d\u2695\ufe0f<\/span> Our Doctors\r\n            <\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/contact\/\">\r\n                <span>\ud83d\udccd<\/span> Location\r\n            <\/a>\r\n        <\/div>\r\n        \r\n        <button class=\"mobile-menu-toggle\" id=\"menuToggle\" aria-label=\"Toggle menu\">\r\n            \u2630\r\n        <\/button>\r\n    <\/div>\r\n    \r\n    <div class=\"content-spacer\"><\/div>\r\n\r\n    <script>\r\n        \/\/ Mobile menu toggle\r\n        const menuToggle = document.getElementById('menuToggle');\r\n        const headerButtons = document.getElementById('headerButtons');\r\n        \r\n        menuToggle.addEventListener('click', () => {\r\n            headerButtons.classList.toggle('active');\r\n            menuToggle.textContent = headerButtons.classList.contains('active') ? '\u2715' : '\u2630';\r\n        });\r\n\r\n        \/\/ Header scroll effect\r\n        const stickyHeader = document.getElementById('stickyHeader');\r\n        window.addEventListener('scroll', () => {\r\n            if (window.scrollY > 50) {\r\n                stickyHeader.classList.add('scrolled');\r\n            } else {\r\n                stickyHeader.classList.remove('scrolled');\r\n            }\r\n        });\r\n\r\n        \/\/ Close menu when clicking outside\r\n        document.addEventListener('click', (e) => {\r\n            if (!e.target.closest('.sticky-header') && headerButtons.classList.contains('active')) {\r\n                headerButtons.classList.remove('active');\r\n                menuToggle.textContent = '\u2630';\r\n            }\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\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-927e2df e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"927e2df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70f84d7 elementor-widget elementor-widget-html\" data-id=\"70f84d7\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Braces Implant in Dubai and Sharjah Al Nahda | Sahara Medical Centre<\/title>\r\n    \r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;600&display=swap\" rel=\"stylesheet\">\r\n\r\n    <style>\r\n        \/* --- 1. GLOBAL VARIABLES & RESET --- *\/\r\n        :root {\r\n            --primary: #614499;       \/* Sahara Purple *\/\r\n            --primary-light: #7a5db8;\r\n            --accent: #00d2d3;        \/* Teal Accent *\/\r\n            --dark: #2d3436;\r\n            --light: #fdfdfd;\r\n            --gray: #636e72;\r\n            --shadow: 0 15px 35px rgba(0,0,0,0.1);\r\n            --radius: 16px;\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            font-family: 'Open Sans', sans-serif;\r\n            color: var(--dark);\r\n            background-color: #f4f6f9;\r\n            line-height: 1.8;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        h1, h2, h3, h4 {\r\n            font-family: 'Montserrat', sans-serif;\r\n            font-weight: 700;\r\n            color: var(--primary);\r\n        }\r\n\r\n        a { text-decoration: none; }\r\n\r\n        \/* --- 2. LAYOUT UTILITIES --- *\/\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 25px;\r\n        }\r\n\r\n        .section-padding {\r\n            padding: 100px 0;\r\n        }\r\n\r\n        \/* --- 3. BUTTONS --- *\/\r\n        .btn {\r\n            display: inline-block;\r\n            padding: 16px 40px;\r\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\r\n            color: white;\r\n            border-radius: 50px;\r\n            font-weight: 600;\r\n            font-size: 1rem;\r\n            letter-spacing: 0.5px;\r\n            box-shadow: 0 10px 20px rgba(97, 68, 153, 0.3);\r\n            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n\r\n        .btn:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 25px rgba(97, 68, 153, 0.4);\r\n        }\r\n\r\n        .btn-white {\r\n            background: white;\r\n            color: var(--primary);\r\n        }\r\n\r\n        \/* --- 4. HERO SECTION WITH ROTATING TEXT --- *\/\r\n        .hero {\r\n            position: relative;\r\n            height: 90vh; \/* Taller, more cinematic *\/\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: radial-gradient(circle at center, rgba(30, 20, 50, 0.7), rgba(0, 0, 0, 0.8)),\r\n                        url('https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2025\/01\/dental-care.jpg');\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-attachment: fixed; \/* Parallax effect *\/\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n\r\n        .hero-content {\r\n            z-index: 2;\r\n            max-width: 800px;\r\n        }\r\n\r\n        .hero-static-text {\r\n            font-size: 1.5rem;\r\n            font-weight: 600;\r\n            margin-bottom: 10px;\r\n            letter-spacing: 2px;\r\n            text-transform: uppercase;\r\n            opacity: 0.9;\r\n        }\r\n\r\n        .hero-title {\r\n            font-size: 4rem;\r\n            line-height: 1.1;\r\n            margin-bottom: 20px;\r\n            font-weight: 800;\r\n        }\r\n\r\n        \/* Rotating Text Animation CSS *\/\r\n        .rotator-wrapper {\r\n            display: inline-flex;\r\n            flex-direction: column;\r\n            height: 1.2em;\r\n            overflow: hidden;\r\n            vertical-align: bottom;\r\n            text-align: left;\r\n        }\r\n\r\n        .rotator-words {\r\n            animation: rotateText 9s infinite cubic-bezier(0.23, 1, 0.32, 1);\r\n        }\r\n\r\n        .rotator-words span {\r\n            display: block;\r\n            height: 1.2em; \/* Matches wrapper height *\/\r\n            color: var(--accent);\r\n            background: -webkit-linear-gradient(#00d2d3, #fff);\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n        }\r\n\r\n        @keyframes rotateText {\r\n            0%, 25% { transform: translateY(0); }       \/* Word 1 *\/\r\n            33%, 58% { transform: translateY(-1.2em); } \/* Word 2 *\/\r\n            66%, 92% { transform: translateY(-2.4em); } \/* Word 3 *\/\r\n            100% { transform: translateY(0); }          \/* Loop back *\/\r\n        }\r\n\r\n        .hero p {\r\n            font-size: 1.25rem;\r\n            margin-bottom: 40px;\r\n            opacity: 0.9;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        \/* --- 5. CONTENT SECTIONS --- *\/\r\n        .intro-section {\r\n            background: white;\r\n            border-bottom: 1px solid #eee;\r\n        }\r\n\r\n        .section-header {\r\n            text-align: center;\r\n            max-width: 800px;\r\n            margin: 0 auto 60px;\r\n        }\r\n\r\n        .section-header h2 {\r\n            font-size: 2.5rem;\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n            display: inline-block;\r\n        }\r\n\r\n        .section-header h2::after {\r\n            content: '';\r\n            display: block;\r\n            width: 50%;\r\n            height: 4px;\r\n            background: var(--accent);\r\n            margin: 15px auto 0;\r\n            border-radius: 2px;\r\n        }\r\n\r\n        \/* --- 6. DOCTOR CARD (MODERN LAYOUT) --- *\/\r\n        .doctor-card-wrapper {\r\n            background: white;\r\n            border-radius: var(--radius);\r\n            box-shadow: var(--shadow);\r\n            display: flex;\r\n            overflow: hidden;\r\n            margin: 50px 0;\r\n            min-height: 550px;\r\n        }\r\n\r\n        .doctor-image-col {\r\n            flex: 1;\r\n            background-image: url('https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2026\/01\/DSC_06631.jpg');\r\n            background-size: cover;\r\n            background-position: center top;\r\n            position: relative;\r\n        }\r\n        \r\n        \/* Gradient overlay on image for text contrast if needed *\/\r\n        .doctor-image-col::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0; left: 0; right: 0;\r\n            height: 30%;\r\n            background: linear-gradient(transparent, rgba(97, 68, 153, 0.4));\r\n        }\r\n\r\n        .doctor-info-col {\r\n            flex: 1.2;\r\n            padding: 60px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: center;\r\n        }\r\n\r\n        .badge {\r\n            display: inline-block;\r\n            background: rgba(97, 68, 153, 0.1);\r\n            color: var(--primary);\r\n            padding: 8px 16px;\r\n            border-radius: 20px;\r\n            font-weight: 700;\r\n            font-size: 0.85rem;\r\n            text-transform: uppercase;\r\n            margin-bottom: 15px;\r\n            letter-spacing: 1px;\r\n        }\r\n\r\n        .doctor-name {\r\n            font-size: 2.5rem;\r\n            line-height: 1.2;\r\n            margin-bottom: 10px;\r\n            color: var(--dark);\r\n        }\r\n\r\n        .education-text {\r\n            color: var(--gray);\r\n            font-size: 0.95rem;\r\n            margin-bottom: 25px;\r\n            font-style: italic;\r\n        }\r\n\r\n        .bio-text {\r\n            color: #555;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .expertise-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 15px;\r\n            margin-bottom: 35px;\r\n        }\r\n\r\n        .expertise-item {\r\n            display: flex;\r\n            align-items: center;\r\n            font-weight: 600;\r\n            color: var(--dark);\r\n        }\r\n\r\n        .check-icon {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            width: 24px;\r\n            height: 24px;\r\n            background: var(--accent);\r\n            color: white;\r\n            border-radius: 50%;\r\n            margin-right: 12px;\r\n            font-size: 12px;\r\n        }\r\n\r\n        \/* --- 7. TREATMENT JOURNEY (Info Box) --- *\/\r\n        .process-box {\r\n            background: #fff;\r\n            padding: 50px;\r\n            border-radius: var(--radius);\r\n            border-left: 5px solid var(--primary);\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\r\n            margin-top: 60px;\r\n        }\r\n\r\n        \/* --- 8. FOOTER --- *\/\r\n        .footer {\r\n            background: linear-gradient(rgba(45, 52, 54, 0.9), rgba(45, 52, 54, 0.9)),\r\n                        url('https:\/\/saharamedicalcentre.ae\/wp-content\/uploads\/2025\/02\/DSC06014-scaled.jpg');\r\n            background-size: cover;\r\n            background-position: center;\r\n            padding: 80px 0;\r\n            color: white;\r\n            text-align: center;\r\n        }\r\n\r\n        \/* --- RESPONSIVE --- *\/\r\n        @media (max-width: 992px) {\r\n            .hero-title { font-size: 3rem; }\r\n            .doctor-card-wrapper { flex-direction: column; }\r\n            .doctor-image-col { min-height: 400px; }\r\n            .doctor-info-col { padding: 40px; }\r\n        }\r\n\r\n        @media (max-width: 600px) {\r\n            .hero-title { font-size: 2.2rem; }\r\n            .rotating-text-wrapper { height: 1.1em; } \/* Adjust for mobile wrap *\/\r\n            .expertise-grid { grid-template-columns: 1fr; }\r\n            .btn { width: 100%; text-align: center; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <header class=\"hero\">\r\n        <div class=\"container hero-content\">\r\n            <div class=\"hero-static-text\">Sahara Medical Centre<\/div>\r\n            <h1 class=\"hero-title\">\r\n                Experts in <br>\r\n                <span class=\"rotator-wrapper\">\r\n                    <span class=\"rotator-words\">\r\n                        <span>Braces Implants<\/span>\r\n                        <span>Smile Makeovers<\/span>\r\n                        <span>Dental Care<\/span>\r\n                    <\/span>\r\n                <\/span>\r\n            <\/h1>\r\n            <p>Advanced orthodontic solutions in Dubai and Sharjah Al Nahda using world-class technology.<\/p>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\" class=\"btn\">Book Appointment<\/a>\r\n        <\/div>\r\n    <\/header>\r\n\r\n    <section class=\"intro-section section-padding\">\r\n        <div class=\"container\">\r\n            <div class=\"section-header\">\r\n                <h2>Advanced Orthodontic Solutions<\/h2>\r\n                <p>Redefining your smile with precision, comfort, and speed.<\/p>\r\n            <\/div>\r\n\r\n            <div style=\"max-width: 900px; margin: 0 auto; color: #555; text-align: center;\">\r\n                <p style=\"margin-bottom: 20px;\">\r\n                    <strong>Braces implants (Orthodontic Mini-Implants)<\/strong> are a revolutionary dental solution designed to assist in correcting misaligned teeth, improving oral health, and enhancing facial aesthetics. Unlike traditional mechanics that rely solely on teeth for anchorage, these implants provide a stable and temporary foundation for complex tooth movements.\r\n                <\/p>\r\n                <p>\r\n                    One of the significant advantages of this approach is durability and effectiveness. They help maintain the integrity of the jawbone and allow for precise movements that traditional braces alone cannot achieve.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\">\r\n        <div class=\"doctor-card-wrapper\">\r\n            <div class=\"doctor-image-col\"><\/div>\r\n            \r\n            <div class=\"doctor-info-col\">\r\n                <div>\r\n                    <span class=\"badge\">Specialist Orthodontist<\/span>\r\n                    <h2 class=\"doctor-name\">Dr. Dynamol<\/h2>\r\n                    <p class=\"education-text\">BDS, MDS Orthodontics | 12+ Years Clinical Experience<\/p>\r\n                    \r\n                    <div class=\"bio-text\">\r\n                        <p>Dr. Dynamol is a highly skilled Specialist Orthodontist dedicated to crafting beautiful, confident smiles. She completed her BDS in 2014 and MDS in Orthodontics in 2022 from PMS College of Dental Science and Research, Kerala.<\/p>\r\n                        <br>\r\n                        <p>Her philosophy focuses on delivering patient-centered care, utilizing the latest modern treatment approaches to ensure efficient and comfortable results.<\/p>\r\n                    <\/div>\r\n\r\n                    <div class=\"expertise-grid\">\r\n                        <div class=\"expertise-item\"><span class=\"check-icon\">\u2714<\/span>Metal & Ceramic Braces<\/div>\r\n                        <div class=\"expertise-item\"><span class=\"check-icon\">\u2714<\/span>Clear Aligners<\/div>\r\n                        <div class=\"expertise-item\"><span class=\"check-icon\">\u2714<\/span>Damon Braces System<\/div>\r\n                        <div class=\"expertise-item\"><span class=\"check-icon\">\u2714<\/span>Myobraces<\/div>\r\n                    <\/div>\r\n\r\n                    <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\" class=\"btn\">Consult Dr. Dynamol<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <section class=\"container\" style=\"padding-bottom: 80px;\">\r\n        <div class=\"process-box\">\r\n            <h3 style=\"margin-bottom: 20px; font-size: 1.8rem;\">The Treatment Experience<\/h3>\r\n            <p style=\"margin-bottom: 15px; color: #555;\">\r\n                The process of getting braces implants begins with a thorough consultation with a qualified orthodontist. At Sahara Medical Centre LLC, our experts conduct detailed examinations, including X-rays and 3D imaging, to assess the patient\u2019s oral structure and determine the best treatment plan.\r\n            <\/p>\r\n            <p style=\"color: #555;\">\r\n                We prioritize patient comfort and care throughout the treatment journey. Our experienced orthodontists ensure that every step of the procedure is carried out with precision, using state-of-the-art technology to deliver optimal results. Post-treatment care is also emphasized, with regular follow-ups to ensure long-lasting benefits.\r\n            <\/p>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <footer class=\"footer\">\r\n        <div class=\"container\">\r\n            <h2 style=\"color: white; margin-bottom: 20px;\">Ready to Transform Your Smile?<\/h2>\r\n            <p style=\"margin-bottom: 30px; font-size: 1.1rem; opacity: 0.9;\">Visit Sahara Medical Centre LLC in Sharjah Al Nahda today for a consultation.<\/p>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\" class=\"btn btn-white\">Book Your Visit Now<\/a>\r\n        <\/div>\r\n    <\/footer>\r\n\r\n<\/body>\r\n<\/html>\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-d3cd729 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"d3cd729\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-527f1a3 elementor-widget elementor-widget-html\" data-id=\"527f1a3\" 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<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Sahara Medical Centre Footer<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        \/* --- 2027 Footer Design System --- *\/\r\n        :root {\r\n            --smc-ft-primary: #614499;       \/* Deep Purple *\/\r\n            --smc-ft-secondary: #2e2a5c;     \/* Darker Purple\/Navy *\/\r\n            --smc-ft-accent: #00d2d3;        \/* Teal\/Cyan Accent *\/\r\n            --smc-ft-text-light: #ffffff;\r\n            --smc-ft-text-muted: #b8b8d9;\r\n            --smc-ft-border: rgba(255, 255, 255, 0.1);\r\n        }\r\n        \r\n        body { margin: 0; font-family: 'Inter', sans-serif; }\r\n\r\n        .smc-footer-wrapper {\r\n            background: linear-gradient(150deg, var(--smc-ft-secondary) 0%, var(--smc-ft-primary) 100%);\r\n            color: var(--smc-ft-text-light);\r\n            font-size: 15px;\r\n            line-height: 1.6;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        \/* Background Pattern *\/\r\n        .smc-footer-wrapper::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0; left: 0; width: 100%; height: 100%;\r\n            background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);\r\n            background-size: 30px 30px;\r\n            opacity: 0.3;\r\n            pointer-events: none;\r\n        }\r\n\r\n        \/* --- News Ticker --- *\/\r\n        .smc-ticker-wrap {\r\n            background: rgba(0, 0, 0, 0.2);\r\n            border-bottom: 1px solid var(--smc-ft-border);\r\n            height: 50px;\r\n            overflow: hidden;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .smc-ticker {\r\n            display: flex;\r\n            animation: smc-ticker-scroll 35s linear infinite;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .smc-ticker:hover { animation-play-state: paused; }\r\n\r\n        .smc-ticker-item {\r\n            padding: 0 2rem;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            color: var(--smc-ft-text-light);\r\n            text-decoration: none;\r\n            font-weight: 500;\r\n            transition: color 0.3s;\r\n        }\r\n\r\n        .smc-ticker-item i { margin-right: 8px; color: var(--smc-ft-accent); }\r\n        .smc-ticker-item:hover { color: var(--smc-ft-accent); }\r\n\r\n        @keyframes smc-ticker-scroll {\r\n            0% { transform: translateX(0); }\r\n            100% { transform: translateX(-50%); } \/* Assumes duplicated content for seamless loop *\/\r\n        }\r\n\r\n        \/* --- Main Grid Layout --- *\/\r\n        .smc-main-footer {\r\n            max-width: 1280px;\r\n            margin: 0 auto;\r\n            padding: 4rem 1.5rem;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 2.5rem;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        \/* Column Styles *\/\r\n        .smc-col h3 {\r\n            color: var(--smc-ft-text-light);\r\n            font-size: 1.1rem;\r\n            font-weight: 700;\r\n            margin-bottom: 1.5rem;\r\n            position: relative;\r\n            padding-bottom: 10px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .smc-col h3::after {\r\n            content: '';\r\n            position: absolute;\r\n            left: 0;\r\n            bottom: 0;\r\n            width: 40px;\r\n            height: 3px;\r\n            background: var(--smc-ft-accent);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        .smc-ft-list {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n        }\r\n\r\n        .smc-ft-list li {\r\n            margin-bottom: 0.8rem;\r\n        }\r\n\r\n        .smc-ft-list a {\r\n            color: var(--smc-ft-text-muted);\r\n            text-decoration: none;\r\n            transition: all 0.3s ease;\r\n            display: inline-flex;\r\n            align-items: baseline;\r\n        }\r\n\r\n        .smc-ft-list a:hover {\r\n            color: var(--smc-ft-text-light);\r\n            transform: translateX(5px);\r\n        }\r\n\r\n        .smc-ft-list a i {\r\n            font-size: 0.7rem;\r\n            margin-right: 8px;\r\n            color: var(--smc-ft-accent);\r\n            opacity: 0.7;\r\n        }\r\n\r\n        \/* Brand Column *\/\r\n        .smc-brand-col {\r\n            padding-right: 1rem;\r\n        }\r\n        .smc-logo-text {\r\n            font-size: 1.8rem;\r\n            font-weight: 800;\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 1rem;\r\n            letter-spacing: -1px;\r\n        }\r\n        .smc-logo-text i { color: var(--smc-ft-accent); margin-right: 10px; }\r\n        \r\n        .smc-desc {\r\n            color: var(--smc-ft-text-muted);\r\n            margin-bottom: 1.5rem;\r\n            font-size: 0.95rem;\r\n        }\r\n\r\n        \/* Contact Info Blocks *\/\r\n        .smc-contact-block {\r\n            display: flex;\r\n            align-items: flex-start;\r\n            margin-bottom: 1rem;\r\n            color: var(--smc-ft-text-muted);\r\n        }\r\n        .smc-contact-block i {\r\n            color: var(--smc-ft-accent);\r\n            margin-top: 5px;\r\n            margin-right: 12px;\r\n            width: 16px;\r\n        }\r\n        .smc-contact-block a {\r\n            color: var(--smc-ft-text-light);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n        }\r\n\r\n        \/* Social Icons *\/\r\n        .smc-socials { display: flex; gap: 10px; margin-top: 1.5rem; }\r\n        .smc-social-btn {\r\n            width: 36px; height: 36px;\r\n            background: rgba(255,255,255,0.1);\r\n            border-radius: 50%;\r\n            display: flex; align-items: center; justify-content: center;\r\n            color: white; text-decoration: none;\r\n            transition: 0.3s;\r\n        }\r\n        .smc-social-btn:hover { background: var(--smc-ft-accent); transform: translateY(-3px); }\r\n\r\n        \/* --- Bottom Bar --- *\/\r\n        .smc-bottom-bar {\r\n            background: rgba(0,0,0,0.3);\r\n            border-top: 1px solid var(--smc-ft-border);\r\n            padding: 1.5rem;\r\n            text-align: center;\r\n            font-size: 0.9rem;\r\n            color: var(--smc-ft-text-muted);\r\n        }\r\n\r\n        .smc-partner-links {\r\n            margin-top: 10px;\r\n            display: flex;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n            gap: 15px;\r\n            align-items: center;\r\n        }\r\n\r\n        .smc-partner-link {\r\n            color: var(--smc-ft-text-light);\r\n            text-decoration: none;\r\n            font-size: 0.85rem;\r\n            opacity: 0.8;\r\n            transition: 0.3s;\r\n            border-bottom: 1px dotted rgba(255,255,255,0.3);\r\n        }\r\n\r\n        .smc-partner-link:hover {\r\n            opacity: 1;\r\n            color: var(--smc-ft-accent);\r\n            border-bottom-style: solid;\r\n        }\r\n\r\n        .smc-separator { color: rgba(255,255,255,0.2); }\r\n\r\n        \/* Mobile Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .smc-main-footer { grid-template-columns: 1fr; gap: 2rem; }\r\n            .smc-ticker { animation-duration: 20s; }\r\n            .smc-partner-links { flex-direction: column; gap: 8px; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<footer class=\"smc-footer-wrapper\">\r\n    \r\n    <div class=\"smc-ticker-wrap\">\r\n        <div class=\"smc-ticker\">\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\" class=\"smc-ticker-item\"><i class=\"fas fa-calendar-check\"><\/i> Book Appointment Now<\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/best-dental-clinic-sahara-medical-centre\/\" class=\"smc-ticker-item\"><i class=\"fas fa-tooth\"><\/i> Expert Dental Care in Sharjah<\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/general-medicine\/\" class=\"smc-ticker-item\"><i class=\"fas fa-user-md\"><\/i> GP Consultation Available<\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/root-canal\/\" class=\"smc-ticker-item\"><i class=\"fas fa-notes-medical\"><\/i> Painless Root Canal Treatment<\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/teeth-whitening-sharjah\/\" class=\"smc-ticker-item\"><i class=\"fas fa-star\"><\/i> Professional Teeth Whitening<\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\" class=\"smc-ticker-item\"><i class=\"fas fa-calendar-check\"><\/i> Book Appointment Now<\/a>\r\n            <a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/best-dental-clinic-sahara-medical-centre\/\" class=\"smc-ticker-item\"><i class=\"fas fa-tooth\"><\/i> Expert Dental Care in Sharjah<\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"smc-main-footer\">\r\n        \r\n        <div class=\"smc-col smc-brand-col\">\r\n            <div class=\"smc-logo-text\"><i class=\"fas fa-hospital-alt\"><\/i> SMC Al Nahda<\/div>\r\n            <p class=\"smc-desc\">\r\n                Your trusted healthcare partner in UAE. Providing premium medical and dental services with state-of-the-art facilities and compassionate care.\r\n            <\/p>\r\n            \r\n            <div class=\"smc-contact-block\">\r\n                <i class=\"fas fa-map-marker-alt\"><\/i>\r\n                <span>Ganda Tower, Al Nahda, Sharjah, UAE<\/span>\r\n            <\/div>\r\n            <div class=\"smc-contact-block\">\r\n                <i class=\"fas fa-phone-alt\"><\/i>\r\n                <a href=\"tel:+971508821590\">+971 50 882 1590<\/a>\r\n            <\/div>\r\n            <div class=\"smc-contact-block\">\r\n                <i class=\"fas fa-envelope\"><\/i>\r\n                <a href=\"mailto:info@saharamedicalcentre.ae\">info@saharamedicalcentre.ae<\/a>\r\n            <\/div>\r\n\r\n            <div class=\"smc-socials\">\r\n                <a href=\"https:\/\/www.facebook.com\/p\/sahara-medical-centre-100095606677272\/\" class=\"smc-social-btn\" rel=\"nofollow noopener\" target=\"_blank\"><i class=\"fab fa-facebook-f\"><\/i><\/a>\r\n                <a href=\"https:\/\/www.instagram.com\/saharamedicalcentre.ae\/\" class=\"smc-social-btn\"><i class=\"fab fa-instagram\"><\/i><\/a>\r\n                <a href=\"https:\/\/wa.me\/971508821590\" class=\"smc-social-btn\" rel=\"nofollow noopener\" target=\"_blank\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\r\n                <a href=\"https:\/\/in.linkedin.com\/company\/saharamedicalcentrellc\" class=\"smc-social-btn\" rel=\"nofollow noopener\" target=\"_blank\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"smc-col\">\r\n            <h3>Medical Departments<\/h3>\r\n            <ul class=\"smc-ft-list\">\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/general-medicine\/\"><i class=\"fas fa-chevron-right\"><\/i> General Medicine<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/general-physician-near-me\/\"><i class=\"fas fa-chevron-right\"><\/i> General Physician (GP)\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/mental-health\/\"><i class=\"fas fa-chevron-right\"><\/i> Mental Health<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/chronic-condition-management\/\"><i class=\"fas fa-chevron-right\"><\/i> Chronic Management<\/a><\/li>\r\n               \r\n        <\/div>\r\n\r\n        <div class=\"smc-col\">\r\n            <h3>Dental Excellence<\/h3>\r\n            <ul class=\"smc-ft-list\">\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/best-dental-clinic-sahara-medical-centre\/\"><i class=\"fas fa-chevron-right\"><\/i> Dental Clinic<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/root-canal\/\"><i class=\"fas fa-chevron-right\"><\/i> Root Canal Treatment<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/teeth-whitening-sharjah\/\"><i class=\"fas fa-chevron-right\"><\/i> Professional Whitening<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/braces-implants\/\"><i class=\"fas fa-chevron-right\"><\/i> Braces & Implants<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/cosmetic-dentist-near-me\/\"><i class=\"fas fa-chevron-right\"><\/i> Cosmetic Dentistry<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/dental-x-rays\/\"><i class=\"fas fa-chevron-right\"><\/i> Dental X-Rays<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/affordable-dental-care-in-sharjah-sahara-medical-centre\/\"><i class=\"fas fa-chevron-right\"><\/i> Affordable Packages<\/a><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n        <div class=\"smc-col\">\r\n            <h3>Patient & Search<\/h3>\r\n            <ul class=\"smc-ft-list\">\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/about-us\/\"><i class=\"fas fa-info-circle\"><\/i> About Us<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/doctors-in-sharjah\/\"><i class=\"fas fa-user-md\"><\/i> Our Doctors<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/book-appointment\/\"><i class=\"fas fa-calendar-check\"><\/i> Book Appointment<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/contact-us\/\"><i class=\"fas fa-envelope\"><\/i> Contact Us<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/privacy-policy-2\/\"><i class=\"fas fa-shield-alt\"><\/i> Privacy Policy<\/a><\/li>\r\n                \r\n                <li style=\"margin-top: 15px; font-size: 0.85rem; color: var(--smc-ft-accent); font-weight: bold;\">POPULAR LOCATIONS:<\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/clinic-in-sharjah\/\"><i class=\"fas fa-map-pin\"><\/i> Clinic in Sharjah<\/a><\/li>\r\n                <li><a href=\"https:\/\/saharamedicalcentre.ae\/index.php\/dental-clinic-in-al-nahda\/\"><i class=\"fas fa-map-pin\"><\/i> Dentist Al Nahda<\/a><\/li>\r\n            <\/ul>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <div class=\"smc-bottom-bar\">\r\n        <div>&copy; 2026 Sahara Medical Centre. All rights reserved.<\/div>\r\n        \r\n        <div class=\"smc-partner-links\">\r\n            <span style=\"opacity: 0.6;\">Powered by:<\/span>\r\n            \r\n            <a href=\"https:\/\/aiingo.com\/\" target=\"_blank\" class=\"smc-partner-link\" rel=\"nofollow noopener\">Global AI Automations<\/a>\r\n            <span class=\"smc-separator\">|<\/span>\r\n            \r\n            <a href=\"https:\/\/aiautomationsuae.com\/\" target=\"_blank\" class=\"smc-partner-link\" rel=\"nofollow noopener\">AI Automation in UAE<\/a>\r\n            <span class=\"smc-separator\">|<\/span>\r\n            \r\n            <a href=\"https:\/\/aseoagency.com\/\" target=\"_blank\" class=\"smc-partner-link\" rel=\"nofollow noopener\">AI SEO Agency UAE<\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\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>Sahara Medical Centre &#8211; Modern Menu \ud83d\udcc5 Book Appointment \ud83d\udc68\u200d\u2695\ufe0f Our Doctors \ud83d\udccd Location \u2630 Braces Implant in Dubai and Sharjah Al Nahda | Sahara Medical Centre Sahara Medical Centre Experts in Braces Implants Smile Makeovers Dental Care Advanced orthodontic solutions in Dubai and Sharjah Al Nahda using world-class technology. Book Appointment Advanced Orthodontic Solutions Redefining your smile with precision, comfort, and speed. Braces implants (Orthodontic Mini-Implants) are a revolutionary dental solution designed to assist in correcting misaligned teeth, improving oral health, and enhancing facial aesthetics. Unlike traditional mechanics that rely solely on teeth for anchorage, these implants provide a stable and temporary foundation for complex tooth movements. One of the significant advantages of this approach is durability and effectiveness. They help maintain the integrity of the jawbone and allow for precise movements that traditional braces alone cannot achieve. Specialist Orthodontist Dr. Dynamol BDS, MDS Orthodontics | 12+ Years Clinical Experience Dr. Dynamol is a highly skilled Specialist Orthodontist dedicated to crafting beautiful, confident smiles. She completed her BDS in 2014 and MDS in Orthodontics in 2022 from PMS College of Dental Science and Research, Kerala. Her philosophy focuses on delivering patient-centered care, utilizing the latest modern treatment approaches to ensure efficient and comfortable results. \u2714Metal &#038; Ceramic Braces \u2714Clear Aligners \u2714Damon Braces System \u2714Myobraces Consult Dr. Dynamol The Treatment Experience The process of getting braces implants begins with a thorough consultation with a qualified orthodontist. At Sahara Medical Centre LLC, our experts conduct detailed examinations, including X-rays and 3D imaging, to assess the patient\u2019s oral structure and determine the best treatment plan. We prioritize patient comfort and care throughout the treatment journey. Our experienced orthodontists ensure that every step of the procedure is carried out with precision, using state-of-the-art technology to deliver optimal results. Post-treatment care is also emphasized, with regular follow-ups to ensure long-lasting benefits. Ready to Transform Your Smile? Visit Sahara Medical Centre LLC in Sharjah Al Nahda today for a consultation. Book Your Visit Now Sahara Medical Centre Footer Book Appointment Now Expert Dental Care in Sharjah GP Consultation Available Painless Root Canal Treatment Professional Teeth Whitening Book Appointment Now Expert Dental Care in Sharjah SMC Al Nahda Your trusted healthcare partner in UAE. Providing premium medical and dental services with state-of-the-art facilities and compassionate care. Ganda Tower, Al Nahda, Sharjah, UAE +971 50 882 1590 info@saharamedicalcentre.ae Medical Departments General Medicine General Physician (GP) Mental Health Chronic Management Dental Excellence Dental Clinic Root Canal Treatment Professional Whitening Braces &#038; Implants Cosmetic Dentistry Dental X-Rays Affordable Packages Patient &#038; Search About Us Our Doctors Book Appointment Contact Us Privacy Policy POPULAR LOCATIONS: Clinic in Sharjah Dentist Al Nahda &copy; 2026 Sahara Medical Centre. All rights reserved. Powered by: Global AI Automations | AI Automation in UAE | AI SEO Agency UAE<\/p>\n","protected":false},"author":1,"featured_media":-5083,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"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-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-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-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-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-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-gradient":""}},"footnotes":""},"class_list":["post-5083","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/5083","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/comments?post=5083"}],"version-history":[{"count":19,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/5083\/revisions"}],"predecessor-version":[{"id":7359,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/pages\/5083\/revisions\/7359"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/saharamedicalcentre.ae\/index.php\/wp-json\/wp\/v2\/media?parent=5083"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}