{"id":28,"date":"2026-06-09T17:30:06","date_gmt":"2026-06-09T17:30:06","guid":{"rendered":"https:\/\/shefahospital.sa\/contact\/"},"modified":"2026-06-12T15:36:53","modified_gmt":"2026-06-12T15:36:53","slug":"contact","status":"publish","type":"page","link":"https:\/\/shefahospital.sa\/ar\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"\n<!-- Tailwind & Fonts -->\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700&#038;family=Noto+Kufi+Arabic:wght@400;700&#038;family=Playfair+Display:wght@600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* SCOPED CSS: Unique ID for Contact Us Banner *\/\n    #shefa-contact-banner {\n        --banner-primary: oklch(62% .08 180);\n        --banner-foreground: oklch(99% .005 170);\n        \n        background-color: var(--banner-primary) !important;\n        \n        \/* Hex Pattern Integration *\/\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='60' height='52' viewBox='0 0 60 52'><path d='M15 1l14 8v16l-14 8L1 25V9zM45 1l14 8v16l-14 8-14-8V9z' fill='none' stroke='%2390c4e8' stroke-opacity='0.22' stroke-width='1'\/><\/svg>\");\n        background-repeat: repeat;\n    }\n\n    \/* Force white color using !important to prevent WordPress global overrides *\/\n    #shefa-contact-banner .contact-title,\n    #shefa-contact-banner .contact-desc {\n        color: var(--banner-foreground) !important;\n    }\n\n    \/* WP Auto-Paragraph hide specific to this scoped ID *\/\n    #shefa-contact-banner p:empty, \n    #shefa-contact-banner br { \n        display: none !important; \n    }\n<\/style>\n\n<!-- SCOPED SECTION: Left\/Start Aligned Layout -->\n<section id=\"shefa-contact-banner\" class=\"py-16 md:py-24 w-full flex items-center shadow-inner relative transition-all duration-300\">\n    <div class=\"container mx-auto px-6 md:px-12 lg:px-24\">\n        \n        <!-- Heading -->\n        <h1 class=\"contact-title text-5xl md:text-6xl lg:text-7xl font-bold tracking-tight mb-4 text-start\">\n            <!-- JS Will Inject Title Here -->\n        <\/h1>\n        \n        <!-- Paragraph -->\n        <p class=\"contact-desc text-base md:text-lg lg:text-xl max-w-2xl opacity-90 leading-relaxed text-start\">\n            <!-- JS Will Inject Description Here -->\n        <\/p>\n        \n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    \n    function initContactBanner() {\n        const bannerSection = document.getElementById('shefa-contact-banner');\n        if (!bannerSection) return;\n\n        const titleEl = bannerSection.querySelector('.contact-title');\n        const descEl = bannerSection.querySelector('.contact-desc');\n\n        \/\/ Translation Dictionary (English & Arabic)\n        const data = {\n            en: { \n                titleFont: \"'Playfair Display', serif\", \n                bodyFont: \"'Inter', sans-serif\",\n                title: \"Contact Us\", \n                desc: \"We're here for you 24\/7.\" \n            },\n            ar: { \n                titleFont: \"'Noto Kufi Arabic', sans-serif\", \n                bodyFont: \"'Noto Kufi Arabic', sans-serif\",\n                title: \"\u0627\u062a\u0635\u0644 \u0628\u0646\u0627\", \n                desc: \"\u0646\u062d\u0646 \u0647\u0646\u0627 \u0645\u0646 \u0623\u062c\u0644\u0643 24\/7.\" \n            }\n        };\n\n        \/\/ Lang\/RTL Detection\n        const htmlElement = document.documentElement;\n        const isRtl = htmlElement.dir === 'rtl' || htmlElement.lang.includes('ar');\n        const lang = isRtl ? 'ar' : 'en';\n        const content = data[lang];\n\n        bannerSection.setAttribute('dir', isRtl ? 'rtl' : 'ltr');\n\n        \/\/ Inject Data with font styles\n        if(titleEl) {\n            titleEl.textContent = content.title;\n            titleEl.style.fontFamily = content.titleFont;\n        }\n        \n        if(descEl) {\n            descEl.textContent = content.desc;\n            descEl.style.fontFamily = content.bodyFont;\n        }\n    }\n\n    \/\/ Run on load\n    initContactBanner();\n\n    \/\/ Observe HTML tag for language changes by TranslatePress\n    const observer = new MutationObserver(initContactBanner);\n    observer.observe(document.documentElement, { \n        attributes: true, \n        attributeFilter: ['lang', 'dir'] \n    });\n});\n<\/script>\n\n\n\n<style>\n    \/* Scoped styling for the Contact & Booking section *\/\n    #shefa-contact {\n        \/* Background color and SVG pattern matching the image *\/\n        background-color: #dcedfa !important;\n        background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='180' height='156' viewBox='0 0 180 156'><g fill='none' stroke='%2390c4e8' stroke-opacity='0.45' stroke-width='1.1'><path d='M45 3l42 24v48l-42 24-42-24V27z'\/><path d='M135 3l42 24v48l-42 24-42-24V27z'\/><path d='M90 81l42 24v48l-42 24-42-24v-48z'\/><\/g><g fill='%2390c4e8' fill-opacity='0.55'><circle cx='45' cy='3' r='2'\/><circle cx='87' cy='27' r='2'\/><circle cx='87' cy='75' r='2'\/><circle cx='45' cy='99' r='2'\/><circle cx='3' cy='75' r='2'\/><circle cx='3' cy='27' r='2'\/><circle cx='135' cy='3' r='2'\/><circle cx='177' cy='27' r='2'\/><circle cx='177' cy='75' r='2'\/><circle cx='135' cy='99' r='2'\/><circle cx='90' cy='81' r='2'\/><circle cx='132' cy='105' r='2'\/><circle cx='132' cy='153' r='2'\/><circle cx='90' cy='177' r='2'\/><circle cx='48' cy='153' r='2'\/><circle cx='48' cy='105' r='2'\/><\/g><\/svg>\");\n        background-repeat: repeat;\n    }\n    \n    #shefa-contact .theme-primary { color: #4b8074; }\n    #shefa-contact .theme-gold { color: #b68c3e; }\n    #shefa-contact .bg-primary { background-color: #4b8074; }\n    #shefa-contact .hover-bg-primary:hover { background-color: #3a685e; }\n    \n    \/* Form inputs light green\/gray tint *\/\n    #shefa-contact .form-input {\n        background-color: #eef5f2;\n        border: 1px solid transparent;\n        transition: all 0.3s ease;\n    }\n    #shefa-contact .form-input:focus {\n        border-color: #4b8074;\n        outline: none;\n        box-shadow: 0 0 0 3px rgba(75, 128, 116, 0.1);\n    }\n<\/style>\n\n<section id=\"shefa-contact\" class=\"py-20 w-full transition-all duration-300 relative\">\n    <div class=\"container mx-auto px-4 md:px-6 lg:px-12 grid lg:grid-cols-2 gap-12 lg:gap-20 items-start max-w-7xl\">\n        \n        <div class=\"flex flex-col h-full w-full max-w-lg mx-auto lg:mx-0\">\n            <div class=\"space-y-6 text-gray-700 text-sm md:text-base\">\n                <div class=\"flex items-start gap-4\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"theme-gold shrink-0 mt-0.5\"><path d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\"><\/circle><\/svg>\n                    <div id=\"contact-address\">Shara Mansur, Makkah 24232, Saudi Arabia<\/div>\n                <\/div>\n                <div class=\"flex items-start gap-4\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"theme-gold shrink-0 mt-0.5\"><path d=\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384\"><\/path><\/svg>\n                    <a href=\"tel:+966125333555\" class=\"hover:text-[#4b8074] transition-colors\" dir=\"ltr\">+966 012 533 3555<\/a>\n                <\/div>\n                <div class=\"flex items-start gap-4\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"theme-gold shrink-0 mt-0.5\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"><\/path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect><\/svg>\n                    <a href=\"mailto:info@shefahospital.sa\" class=\"hover:text-[#4b8074] transition-colors\">info@shefahospital.sa<\/a>\n                <\/div>\n                <div class=\"flex items-start gap-4\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"theme-gold shrink-0 mt-0.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 6v6l4 2\"><\/path><\/svg>\n                    <div id=\"contact-hours\">Open 24 hours \u2014 Emergency always available<\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"mt-8 flex flex-wrap gap-4\">\n                <a href=\"tel:+966125333555\" class=\"flex-1 min-w-[140px]\">\n                    <button class=\"w-full inline-flex items-center justify-center gap-2 rounded-xl text-sm font-medium text-white shadow hover-bg-primary h-11 px-5 bg-primary transition-all\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384\"><\/path><\/svg>\n                        <span id=\"btn-call\">Call Now<\/span>\n                    <\/button>\n                <\/a>\n                <a href=\"https:\/\/wa.me\/966125333555?text=Hello%20Shefa%20Hospital%2C%20I%20would%20like%20to%20book%20an%20appointment.\" target=\"_blank\" rel=\"noopener\" class=\"flex-1 min-w-[140px]\">\n                    <button class=\"w-full inline-flex items-center justify-center gap-2 rounded-xl text-sm font-medium text-gray-700 bg-white border border-gray-200 shadow-sm hover:bg-gray-50 h-11 px-5 transition-all\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719\"><\/path><\/svg>\n                        <span id=\"btn-whatsapp\">WhatsApp<\/span>\n                    <\/button>\n                <\/a>\n            <\/div>\n\n            <div class=\"mt-8 rounded-3xl overflow-hidden shadow-md aspect-video border-4 border-white w-full bg-gray-200\">\n                <iframe src=\"https:\/\/www.google.com\/maps?q=Shara+Mansur+Makkah+24232+Saudi+Arabia&#038;output=embed\" title=\"Map\" class=\"w-full h-full border-0\" loading=\"lazy\" allowfullscreen><\/iframe>\n            <\/div>\n        <\/div>\n\n        <div class=\"w-full max-w-lg mx-auto lg:mx-0\">\n            <form id=\"appointmentForm\" class=\"bg-white rounded-[2rem] p-8 md:p-10 shadow-xl border border-gray-100 relative overflow-hidden\">\n                <h3 id=\"form-title\" class=\"text-2xl font-bold theme-primary mb-6\">Book Appointment<\/h3>\n                \n                <div class=\"space-y-4\">\n                    <div>\n                        <input id=\"input-name\" name=\"fullName\" required placeholder=\"Full name\" class=\"form-input w-full rounded-xl px-4 py-3.5 text-sm text-gray-800\">\n                    <\/div>\n                    <div>\n                        <input id=\"input-phone\" name=\"phone\" required placeholder=\"Phone number\" type=\"tel\" class=\"form-input w-full rounded-xl px-4 py-3.5 text-sm text-gray-800\" dir=\"ltr\" style=\"text-align: start;\">\n                    <\/div>\n                    <div>\n                        <input id=\"input-email\" name=\"email\" placeholder=\"Email\" type=\"email\" class=\"form-input w-full rounded-xl px-4 py-3.5 text-sm text-gray-800\" dir=\"ltr\" style=\"text-align: start;\">\n                    <\/div>\n                    <div>\n                        <textarea id=\"input-message\" name=\"message\" rows=\"4\" placeholder=\"Message\" class=\"form-input w-full rounded-xl px-4 py-3.5 text-sm text-gray-800 resize-none\"><\/textarea>\n                    <\/div>\n                    \n                    <button id=\"btn-submit\" class=\"inline-flex items-center justify-center gap-2 rounded-xl text-sm font-bold text-white shadow hover-bg-primary h-12 w-full bg-primary transition-all mt-2 relative overflow-hidden\" type=\"submit\">\n                        <span class=\"btn-text z-10 relative\">Send Message<\/span>\n                        <svg id=\"form-spinner\" class=\"animate-spin -ml-1 mr-3 h-5 w-5 text-white hidden z-10 relative\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\">\n                            <circle class=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"><\/circle>\n                            <path class=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\"><\/path>\n                        <\/svg>\n                    <\/button>\n                    \n                    <div id=\"form-response\" class=\"hidden mt-3 text-center text-sm font-medium rounded-lg p-3\"><\/div>\n                <\/div>\n            <\/form>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    \n    \/\/ 1. Language & UI Handling\n    function initContactSection() {\n        const section = document.getElementById('shefa-contact');\n        if (!section) return;\n\n        \/\/ Translation Dictionary\n        const data = {\n            en: { \n                titleFont: \"'Playfair Display', serif\", \n                bodyFont: \"'Inter', sans-serif\",\n                address: \"Shara Mansur, Makkah 24232, Saudi Arabia\",\n                hours: \"Open 24 hours \u2014 Emergency always available\",\n                callBtn: \"Call Now\",\n                waBtn: \"WhatsApp\",\n                formTitle: \"Book Appointment\",\n                phName: \"Full name\",\n                phPhone: \"Phone number\",\n                phEmail: \"Email\",\n                phMessage: \"Message\",\n                submitBtn: \"Send Message\"\n            },\n            ar: { \n                titleFont: \"'Noto Kufi Arabic', sans-serif\", \n                bodyFont: \"'Noto Kufi Arabic', sans-serif\",\n                address: \"\u0634\u0627\u0631\u0639 \u0645\u0646\u0635\u0648\u0631\u060c \u0645\u0643\u0629 \u0627\u0644\u0645\u0643\u0631\u0645\u0629 24232\u060c \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629\",\n                hours: \"\u0645\u0641\u062a\u0648\u062d 24 \u0633\u0627\u0639\u0629 \u2014 \u0627\u0644\u0637\u0648\u0627\u0631\u0626 \u0645\u062a\u0627\u062d\u0629 \u062f\u0627\u0626\u0645\u0627\u064b\",\n                callBtn: \"\u0627\u062a\u0635\u0644 \u0627\u0644\u0622\u0646\",\n                waBtn: \"\u0648\u0627\u062a\u0633\u0627\u0628\",\n                formTitle: \"\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0627\u064b\",\n                phName: \"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644\",\n                phPhone: \"\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641\",\n                phEmail: \"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\",\n                phMessage: \"\u0627\u0644\u0631\u0633\u0627\u0644\u0629\",\n                submitBtn: \"\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629\"\n            }\n        };\n\n        const htmlElement = document.documentElement;\n        const isRtl = htmlElement.dir === 'rtl' || htmlElement.lang.includes('ar');\n        const lang = isRtl ? 'ar' : 'en';\n        const content = data[lang];\n        \n        section.setAttribute('dir', isRtl ? 'rtl' : 'ltr');\n\n        \/\/ Text Injections\n        document.getElementById('contact-address').textContent = content.address;\n        document.getElementById('contact-hours').textContent = content.hours;\n        document.getElementById('btn-call').textContent = content.callBtn;\n        document.getElementById('btn-whatsapp').textContent = content.waBtn;\n        \n        const formTitle = document.getElementById('form-title');\n        formTitle.textContent = content.formTitle;\n        formTitle.style.fontFamily = content.titleFont;\n\n        \/\/ Input Placeholders\n        document.getElementById('input-name').placeholder = content.phName;\n        document.getElementById('input-phone').placeholder = content.phPhone;\n        document.getElementById('input-email').placeholder = content.phEmail;\n        document.getElementById('input-message').placeholder = content.phMessage;\n        \n        document.querySelector('#btn-submit .btn-text').textContent = content.submitBtn;\n\n        \/\/ Apply body font\n        section.style.fontFamily = content.bodyFont;\n    }\n\n    initContactSection();\n    const observer = new MutationObserver(initContactSection);\n    observer.observe(document.documentElement, { attributes: true, attributeFilter: ['lang', 'dir'] });\n\n    \/\/ 2. Form Submission to CRM Backend API\n    const form = document.getElementById('appointmentForm');\n    const submitBtn = document.getElementById('btn-submit');\n    const btnText = submitBtn.querySelector('.btn-text');\n    const spinner = document.getElementById('form-spinner');\n    const responseDiv = document.getElementById('form-response');\n\n    form.addEventListener('submit', async (e) => {\n        e.preventDefault();\n        \n        \/\/ Get form data\n        const formData = new FormData(form);\n        const data = Object.fromEntries(formData.entries());\n\n        \/\/ Set UI to loading state\n        btnText.textContent = document.documentElement.dir === 'rtl' ? '\u062c\u0627\u0631\u064a \u0627\u0644\u0625\u0631\u0633\u0627\u0644...' : 'Sending...';\n        spinner.classList.remove('hidden');\n        submitBtn.disabled = true;\n        submitBtn.classList.add('opacity-80', 'cursor-not-allowed');\n        responseDiv.classList.add('hidden');\n        responseDiv.className = 'hidden mt-3 text-center text-sm font-medium rounded-lg p-3';\n\n        try {\n            \/\/ Updated to the proper WordPress REST API Endpoint\n            const API_ENDPOINT = 'https:\/\/shefahospital.sa\/wp-json\/shefa\/v1\/contact'; \n            \n            const response = await fetch(API_ENDPOINT, {\n                method: 'POST',\n                headers: {\n                    'Content-Type': 'application\/json',\n                    'Accept': 'application\/json'\n                },\n                body: JSON.stringify(data)\n            });\n\n            if (response.ok) {\n                const resData = await response.json(); \/\/ Get JSON response\n                \n                form.reset();\n                \n                \/\/ Handle Redirect if backend provides a URL\n                if (resData.redirect_url) {\n                    window.location.href = resData.redirect_url;\n                    return; \/\/ Stop execution, browser is navigating away\n                }\n\n                \/\/ Show Success Message (if no redirect)\n                responseDiv.classList.remove('hidden');\n                responseDiv.classList.add('bg-green-50', 'text-green-800', 'border', 'border-green-200');\n                responseDiv.textContent = document.documentElement.dir === 'rtl' \n                    ? '\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u062a\u0643 \u0628\u0646\u062c\u0627\u062d. \u0633\u0646\u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0643 \u0642\u0631\u064a\u0628\u0627\u064b.' \n                    : 'Your message was sent successfully. We will contact you soon.';\n            } else {\n                throw new Error('Network response was not ok');\n            }\n        } catch (error) {\n            \/\/ Error State\n            console.error('Submission Error:', error);\n            responseDiv.classList.remove('hidden');\n            responseDiv.classList.add('bg-red-50', 'text-red-800', 'border', 'border-red-200');\n            responseDiv.textContent = document.documentElement.dir === 'rtl' \n                ? '\u0639\u0630\u0631\u0627\u064b\u060c \u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u062a\u0643. \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.' \n                : 'Sorry, there was an error sending your message. Please try again.';\n        } finally {\n            \/\/ Reset Button State\n            spinner.classList.add('hidden');\n            btnText.textContent = document.documentElement.dir === 'rtl' ? '\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629' : 'Send Message';\n            submitBtn.disabled = false;\n            submitBtn.classList.remove('opacity-80', 'cursor-not-allowed');\n            \n            \/\/ Hide response message after 5 seconds if no redirect happened\n            setTimeout(() => {\n                responseDiv.classList.add('hidden');\n            }, 6000);\n        }\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Shara Mansur, Makkah 24232, Saudi Arabia +966 012 533 3555 info@shefahospital.sa Open 24 hours \u2014 Emergency always available Call Now [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","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":"","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":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-28","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/28","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/comments?post=28"}],"version-history":[{"count":0,"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"wp:attachment":[{"href":"https:\/\/shefahospital.sa\/ar\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}