{"id":149,"date":"2019-01-09T07:57:37","date_gmt":"2019-01-09T07:57:37","guid":{"rendered":"https:\/\/zamzamalarabia.com\/index.php\/about\/"},"modified":"2024-10-15T09:36:59","modified_gmt":"2024-10-15T09:36:59","slug":"about","status":"publish","type":"page","link":"https:\/\/zamzamalarabia.com\/index.php\/about\/","title":{"rendered":"About"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"149\" class=\"elementor elementor-149\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-80738c9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"80738c9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cd9497b\" data-id=\"cd9497b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5acb881 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"5acb881\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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>Advanced Responsive Header<\/title>\r\n    <style>\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: 'Arial', sans-serif;\r\n            background-color: #fff;\r\n        }\r\n\r\n        header {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            padding: 20px 50px; \/* Increased padding for more height *\/\r\n            height: 100px; \/* Increased header height *\/\r\n            background-color: #fff; \/* White background *\/\r\n            position: fixed;\r\n            top: 0;\r\n            width: 100%;\r\n            z-index: 1000;\r\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .logo {\r\n            max-height: 80px; \/* Adjust the logo height *\/\r\n        }\r\n\r\n        .menu {\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center; \/* Center the menu *\/\r\n            gap: 40px; \/* Increased gap between menu items *\/\r\n            list-style: none;\r\n            flex: 1; \/* This will center the menu *\/\r\n            padding: 0; \/* No padding for the menu *\/\r\n        }\r\n\r\n        .menu li {\r\n            position: relative;\r\n            padding: 15px 0; \/* Padding above and below the menu items *\/\r\n            margin: 10px 0; \/* Adds margin for equal spacing above and below *\/\r\n        }\r\n\r\n        .menu li a {\r\n            text-decoration: none;\r\n            font-size: 20px; \/* Larger font size *\/\r\n            color: #333;\r\n            font-weight: bold;\r\n            transition: color 0.3s;\r\n            position: relative;\r\n        }\r\n\r\n        \/* Advanced hover effect *\/\r\n        .menu li a::before {\r\n            content: \"\";\r\n            position: absolute;\r\n            bottom: -5px; \/* Positioning below the text *\/\r\n            left: 0;\r\n            width: 100%;\r\n            height: 4px; \/* Thicker underline effect *\/\r\n            background-color: #3498db; \/* Hover underline effect color *\/\r\n            transform: scaleX(0);\r\n            transform-origin: right;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .menu li a:hover::before {\r\n            transform: scaleX(1);\r\n            transform-origin: left;\r\n        }\r\n\r\n        .menu li a:hover {\r\n            color: #3498db; \/* Hover color *\/\r\n        }\r\n\r\n        \/* Advanced search icon and input *\/\r\n        .search-container {\r\n            display: flex;\r\n            align-items: center;\r\n            position: relative;\r\n        }\r\n\r\n        .search-container input[type=\"text\"] {\r\n            width: 0;\r\n            padding: 12px; \/* Increased padding *\/\r\n            border: none;\r\n            border-bottom: 2px solid #3498db;\r\n            outline: none;\r\n            transition: width 0.3s ease;\r\n            font-size: 16px;\r\n        }\r\n\r\n        .search-container:hover input[type=\"text\"] {\r\n            width: 250px; \/* Expands search bar *\/\r\n        }\r\n\r\n        .search-icon {\r\n            cursor: pointer;\r\n            font-size: 28px; \/* Larger search icon *\/\r\n            color: #333;\r\n            margin-left: 10px;\r\n        }\r\n\r\n        .search-icon:hover {\r\n            color: #3498db;\r\n        }\r\n\r\n        \/* Hamburger Menu Styles *\/\r\n        .hamburger {\r\n            display: none; \/* Hide by default *\/\r\n            flex-direction: column;\r\n            cursor: pointer;\r\n            padding: 10px;\r\n            position: absolute; \/* Position it absolutely *\/\r\n            right: 20px; \/* Position at the right *\/\r\n            top: 20px; \/* Position at the top *\/\r\n        }\r\n\r\n        .line {\r\n            height: 3px;\r\n            width: 30px;\r\n            background-color: #333;\r\n            margin: 3px 0;\r\n            transition: 0.3s;\r\n        }\r\n\r\n        \/* Responsive design *\/\r\n        @media (max-width: 768px) {\r\n            .menu {\r\n                display: none; \/* Hide menu on mobile *\/\r\n                flex-direction: column;\r\n                gap: 15px; \/* Reduced gap for mobile *\/\r\n                position: absolute;\r\n                top: 100px; \/* Below the header *\/\r\n                left: 0;\r\n                right: 0;\r\n                background-color: #fff; \/* Background for dropdown *\/\r\n                padding: 20px; \/* Padding for dropdown *\/\r\n                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\r\n            }\r\n\r\n            .menu.active {\r\n                display: flex; \/* Show menu when active *\/\r\n            }\r\n\r\n            .menu li a {\r\n                font-size: 18px; \/* Slightly smaller font size *\/\r\n            }\r\n\r\n            \/* Hide search container on mobile *\/\r\n            .search-container {\r\n                display: none; \/* Hide search bar on mobile *\/\r\n            }\r\n\r\n            header {\r\n                padding: 20px; \/* Reduced padding for smaller screens *\/\r\n            }\r\n\r\n            .hamburger {\r\n                display: flex; \/* Show hamburger icon on mobile *\/\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<header>\r\n    <!-- Logo -->\r\n    <a href=\"#\">\r\n        <img decoding=\"async\" src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/cropped-WhatsApp_Image_2023-11-02_at_9.57.42_PM-removebg-preview-1-1.png\" alt=\"Company Logo\" class=\"logo\">\r\n    <\/a>\r\n\r\n    <!-- Center Aligned Menu -->\r\n    <ul class=\"menu\" id=\"menu\">\r\n        <li><a href=\"https:\/\/zamzamalarabia.com\/\">Home<\/a><\/li>\r\n        <li><a href=\"https:\/\/zamzamalarabia.com\/index.php\/about\/\">About<\/a><\/li>\r\n        <li><a href=\"https:\/\/zamzamalarabia.com\/index.php\/projects\/\">Projects<\/a><\/li>\r\n        <li><a href=\"https:\/\/zamzamalarabia.com\/index.php\/house-construction-process\/\">Blog<\/a><\/li>\r\n        <li><a href=\"https:\/\/zamzamalarabia.com\/index.php\/contact\/\">Contact<\/a><\/li>\r\n    <\/ul>\r\n\r\n    <!-- Hamburger Icon -->\r\n    <div class=\"hamburger\" id=\"hamburger\" onclick=\"toggleMenu()\">\r\n        <div class=\"line\"><\/div>\r\n        <div class=\"line\"><\/div>\r\n        <div class=\"line\"><\/div>\r\n    <\/div>\r\n<\/header>\r\n\r\n<script>\r\n    function toggleMenu() {\r\n        const menu = document.getElementById('menu');\r\n        menu.classList.toggle('active'); \/\/ Toggle the active class to show\/hide menu\r\n    }\r\n<\/script>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-72dc777 elementor-reverse-tablet elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"72dc777\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-420852e\" data-id=\"420852e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e56b624 aux-appear-watch-animation aux-fade-in-up elementor-widget elementor-widget-aux_modern_heading\" data-id=\"e56b624\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><div class=\"aux-modern-heading-divider\"><\/div><h1 class=\"aux-modern-heading-primary\">About us <\/h1><h6 class=\"aux-modern-heading-secondary\"><span class=\"aux-head-before\">we are the best Construction Company in Saudi Arabia <\/span><\/h6><div class=\"aux-modern-heading-description\"><div class=\"w-full text-token-text-primary\" dir=\"auto\" data-testid=\"conversation-turn-3\" data-scroll-anchor=\"false\"><div class=\"py-2 px-3 text-base md:px-4 m-auto md:px-5 lg:px-1 xl:px-5\"><div class=\"mx-auto flex flex-1 gap-3 text-base juice:gap-4 juice:md:gap-6 md:max-w-3xl lg:max-w-[40rem] xl:max-w-[48rem]\"><div class=\"relative flex w-full min-w-0 flex-col agent-turn\"><div class=\"flex-col gap-1 md:gap-3\"><div class=\"flex flex-grow flex-col max-w-full\"><div class=\"min-h-[20px] text-message flex flex-col items-start whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto gap-3\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"020de369-6840-4edc-9602-688934cf0898\"><div class=\"markdown prose w-full break-words dark:prose-invert light\"><p>As the foremost <strong>Construction company in Riyadh<\/strong>, zamzamalarabia delivers unparalleled expertise and innovation. Trust us to bring excellence to every project in Saudi Arabia.<\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46fce51 aux-appear-watch-animation aux-fade-in-up elementor-widget elementor-widget-aux_icon_list\" data-id=\"46fce51\" data-element_type=\"widget\" data-widget_type=\"aux_icon_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-icon-list aux-parent-au00a70e99\" style=\"\" ><div class=\"widget-inner\"><div class=\"aux-widget-icon-list-inner\"><ul class=\"aux-icon-list-items aux-direction-horizontal\" ><li class=\"aux-icon-list-item aux-list-item-has-connector aux-list-item-has-icon aux-icon-list-item-904d22b elementor-repeater-item-904d22b\" ><a class=\"aux-icon-list-link\" href=\"#\" ><span class=\"aux-icon-list-icon auxicon-check-1\" ><\/span><span class=\"aux-icon-list-text\" >Structure<\/span><span class=\"aux-list-connector\" ><\/span><\/a><\/li><li class=\"aux-icon-list-item aux-list-item-has-connector aux-list-item-has-icon aux-icon-list-item-18811d9 elementor-repeater-item-18811d9\" ><a class=\"aux-icon-list-link\" href=\"#\" ><span class=\"aux-icon-list-icon auxicon-check-1\" ><\/span><span class=\"aux-icon-list-text\" >Infrastructure<\/span><span class=\"aux-list-connector\" ><\/span><\/a><\/li><li class=\"aux-icon-list-item aux-list-item-has-connector aux-list-item-has-icon aux-icon-list-item-8e0de2b elementor-repeater-item-8e0de2b\" ><a class=\"aux-icon-list-link\" href=\"#\" ><span class=\"aux-icon-list-icon auxicon-check-1\" ><\/span><span class=\"aux-icon-list-text\" >House Keeping<\/span><span class=\"aux-list-connector\" ><\/span><\/a><\/li><li class=\"aux-icon-list-item aux-list-item-has-connector aux-list-item-has-icon aux-icon-list-item-cd8af95 elementor-repeater-item-cd8af95\" ><a class=\"aux-icon-list-link\" href=\"#\" ><span class=\"aux-icon-list-icon auxicon-check-1\" ><\/span><span class=\"aux-icon-list-text\" >Lines keeping<\/span><span class=\"aux-list-connector\" ><\/span><\/a><\/li><li class=\"aux-icon-list-item aux-list-item-has-connector aux-list-item-has-icon aux-icon-list-item-bb897ba elementor-repeater-item-bb897ba\" ><a class=\"aux-icon-list-link\" href=\"#\" ><span class=\"aux-icon-list-icon auxicon-check-1\" ><\/span><span class=\"aux-icon-list-text\" >Design & Build<\/span><span class=\"aux-list-connector\" ><\/span><\/a><\/li><li class=\"aux-icon-list-item aux-list-item-has-connector aux-list-item-has-icon aux-icon-list-item-c29a632 elementor-repeater-item-c29a632\" ><a class=\"aux-icon-list-link\" href=\"#\" ><span class=\"aux-icon-list-icon auxicon-check-1\" ><\/span><span class=\"aux-icon-list-text\" >Stone Installation<\/span><span class=\"aux-list-connector\" ><\/span><\/a><\/li><\/ul><\/div><\/div><\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-126a4d5\" data-id=\"126a4d5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"aux-scroll-anim elementor-element elementor-element-9d9fd6b aux-appear-watch-animation aux-mask-from-top elementor-widget elementor-widget-aux_image\" data-move-in=\"\" data-move-out=\"moveVertical\" data-axis-x=\"200\" data-axis-y=\"40\" data-rotate=\"90\" data-scale=\"1\" data-vp-top=\"0.5\" data-vp-bot=\"0.5\" data-el-top=\"0.2\" data-scroll-animation-off=\"1024\" data-id=\"9d9fd6b\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-aud273dad0\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img fetchpriority=\"high\" decoding=\"async\" width=\"576\" height=\"1024\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-377 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-04 at 11.51.55 PM\" data-ratio=\"0.56\" data-original-w=\"576\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-04-at-11.51.55-PM.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31d1627 elementor-widget elementor-widget-counter\" data-id=\"31d1627\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Layout Done<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"500\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88c13c1 elementor-widget elementor-widget-counter\" data-id=\"88c13c1\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Get Award<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"20\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f38f3eb\" data-id=\"f38f3eb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"aux-scroll-anim elementor-element elementor-element-b95d427 aux-appear-watch-animation aux-mask-from-top elementor-widget elementor-widget-aux_image\" data-move-in=\"\" data-move-out=\"moveVertical\" data-axis-x=\"200\" data-axis-y=\"40\" data-rotate=\"90\" data-scale=\"1\" data-vp-top=\"0.5\" data-vp-bot=\"0.5\" data-el-top=\"0.2\" data-scroll-animation-off=\"1024\" data-id=\"b95d427\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-aud770baed\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img decoding=\"async\" width=\"576\" height=\"1024\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-378 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 12.03.32 AM\" data-ratio=\"0.56\" data-original-w=\"576\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-12.03.32-AM.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dfbdb63 elementor-widget elementor-widget-counter\" data-id=\"dfbdb63\" data-element_type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Projects Done<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"500\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\"><\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5310b9f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5310b9f\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1646871\" data-id=\"1646871\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d968d9 aux-appear-watch-animation aux-fade-in-up elementor-widget elementor-widget-testimonial\" data-id=\"3d968d9\" data-element_type=\"widget\" data-widget_type=\"testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-testimonial-wrapper\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial-content\"><<span>,,<\/span>\n\n<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-testimonial-meta\">\n\t\t\t\t<div class=\"elementor-testimonial-meta-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-name\">Celebrating a shared vision and boundless dedication, the Construction company in Riyadh are not merely erecting structures; they're crafting a legacy of excellence. Thank you for entrusting us with your vision and partnering with us on this remarkable journey.<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial-job\">Engineer Sajid Ajmal<br>CEO<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-piece elementor-element elementor-element-e39fc39 elementor-widget__width-initial elementor-widget elementor-widget-aux_image\" data-parallax-origin=\"middle\" data-parallax-depth=\"0.1\" data-parallax-off=\"1024\" data-id=\"e39fc39\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au8346fc5e\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img decoding=\"async\" width=\"768\" height=\"768\" src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-768x768.png\" class=\"aux-attachment aux-featured-image aux-attachment-id-57\" alt=\"demo-attachment-561-Subtraction-1\" srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-150x150.png 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-300x300.png 300w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-768x768.png 768w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-768x768.png 768w\" data-ratio=\"1\" data-original-w=\"845\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,768px\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-piece elementor-element elementor-element-5e23ddd elementor-widget__width-auto elementor-widget elementor-widget-aux_image\" data-parallax-origin=\"middle\" data-parallax-depth=\"0.15\" data-parallax-off=\"1024\" data-id=\"5e23ddd\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au620136e6\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-600x600.png\" class=\"aux-attachment aux-featured-image aux-attachment-id-57\" alt=\"demo-attachment-561-Subtraction-1\" srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-150x150.png 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-300x300.png 300w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-768x768.png 768w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/Subtraction-1-600x600.png 600w\" data-ratio=\"1\" data-original-w=\"845\" sizes=\"(max-width:479px) 480px,(max-width:767px) 768px,(max-width:1023px) 1024px,600px\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-99b6101 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"99b6101\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cf63b37\" data-id=\"cf63b37\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f0411e4 aux-appear-watch-animation aux-fade-in-right elementor-widget elementor-widget-aux_modern_heading\" data-id=\"f0411e4\" data-element_type=\"widget\" data-widget_type=\"aux_modern_heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"aux-widget-modern-heading\">\n            <div class=\"aux-widget-inner\"><div class=\"aux-modern-heading-divider\"><\/div><h6 class=\"aux-modern-heading-primary\">Our Clients\n\n<\/h6><h6 class=\"aux-modern-heading-secondary\"><span class=\"aux-head-before\">Happy Customers Trust Us<\/span><\/h6><div class=\"aux-modern-heading-description\"><p>\"Happy Customers Trust Us\" encapsulates the essence of our commitment to excellence at the **Construction Company in Riyadh**. We prioritize customer satisfaction above all else, ensuring that every interaction, project, and endeavor reflects our dedication to quality, reliability, and integrity. As the premier choice in construction services, we strive to exceed expectations, building not just structures, but enduring relationships founded on trust and mutual respect. With our expertise and unwavering dedication, we continue to earn the trust of our valued customers, fostering a legacy of excellence in every endeavor we undertake.<\/p><\/div><\/div>\n        <\/section>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-6531226\" data-id=\"6531226\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0291b04 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0291b04\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-eb27caa\" data-id=\"eb27caa\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-10974b1 aux-appear-watch-animation aux-scale-down elementor-widget elementor-widget-aux_image\" data-id=\"10974b1\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au08463569\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"580\" height=\"350\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-367 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 1.06.55 PM (2)\" data-ratio=\"1.66\" data-original-w=\"580\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.55-PM-2.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-09a43dd\" data-id=\"09a43dd\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9d0c19d aux-appear-watch-animation aux-scale-down elementor-widget elementor-widget-aux_image\" data-id=\"9d0c19d\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-auc5417530\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-370 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 1.06.54 PM (1)\" data-ratio=\"1\" data-original-w=\"400\" sizes=\"auto\" data-srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-1-150x150.jpeg 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-1-300x300.jpeg 300w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-1-150x150.jpeg 150w\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-1-150x150.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-8c58692\" data-id=\"8c58692\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c283d7 aux-appear-watch-animation aux-scale-down elementor-widget elementor-widget-aux_image\" data-id=\"9c283d7\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au25141ff6\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-365 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 1.06.56 PM (1)\" data-ratio=\"1\" data-original-w=\"225\" sizes=\"auto\" data-srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.56-PM-1-150x150.jpeg 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.56-PM-1-150x150.jpeg 150w\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.56-PM-1-150x150.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-24087a0 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"24087a0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-0226f4c\" data-id=\"0226f4c\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dabf49f aux-appear-watch-animation aux-scale-down elementor-widget elementor-widget-aux_image\" data-id=\"dabf49f\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au7ff70dda\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-364 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 1.06.56 PM (2)\" data-ratio=\"1\" data-original-w=\"260\" sizes=\"auto\" data-srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.56-PM-2-150x150.jpeg 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.56-PM-2-150x150.jpeg 150w\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.56-PM-2-150x150.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d6526e1\" data-id=\"d6526e1\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73a66ef aux-appear-watch-animation aux-scale-down elementor-widget elementor-widget-aux_image\" data-id=\"73a66ef\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au22822459\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"180\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-369 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 1.06.55 PM\" data-ratio=\"1.56\" data-original-w=\"200\" sizes=\"auto\" data-srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.55-PM-150x150.jpeg 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.55-PM-200x180.jpeg 200w\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.55-PM-200x180.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"aux-parallax-section elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f0782ea\" data-id=\"f0782ea\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-83cdd60 aux-appear-watch-animation aux-scale-down elementor-widget elementor-widget-aux_image\" data-id=\"83cdd60\" data-element_type=\"widget\" data-widget_type=\"aux_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"widget-container aux-widget-image aux-alignnone aux-parent-au47eab18c\">\n    <div class=\"aux-media-hint-frame \">\n        <div class=\"aux-media-image \" >\n        \n            \n\n            \n            <img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" class=\"aux-attachment aux-featured-image aux-attachment-id-371 aux-preload aux-blank\" alt=\"WhatsApp Image 2023-11-05 at 1.06.54 PM\" data-ratio=\"1\" data-original-w=\"200\" sizes=\"auto\" data-srcset=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-150x150.jpeg 150w,https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-150x150.jpeg 150w\" data-src=\"https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2023\/11\/WhatsApp-Image-2023-11-05-at-1.06.54-PM-150x150.jpeg\" \/>            \n                <\/div>\n    <\/div>\n\n<\/section><!-- widget-container -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Advanced Responsive Header Home About Projects Blog Contact About us we are the best Construction Company in Saudi Arabia As the foremost Construction company in Riyadh, zamzamalarabia delivers unparalleled expertise and innovation. Trust us to bring excellence to every project in Saudi Arabia. Structure Infrastructure House Keeping Lines keeping Design &#038; Build Stone Installation 0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":683,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"rttpg_featured_image_url":{"full":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-scaled.jpg",1440,2560,false],"landscape":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-scaled.jpg",1440,2560,false],"portraits":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-scaled.jpg",1440,2560,false],"thumbnail":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-150x150.jpg",150,150,true],"medium":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-300x300.jpg",300,300,true],"large":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-1024x1024.jpg",1024,1024,true],"1536x1536":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-864x1536.jpg",864,1536,true],"2048x2048":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-1152x2048.jpg",1152,2048,true],"depicter-thumbnail":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-200x356.jpg",200,356,true],"post-thumbnail":["https:\/\/zamzamalarabia.com\/wp-content\/uploads\/2019\/01\/74D62617-4E42-4875-B714-9D79CD0C7937-280x180.jpg",280,180,true]},"rttpg_author":{"display_name":"zamzamalarabia","author_link":"https:\/\/zamzamalarabia.com\/author\/naseebhamza33\/"},"rttpg_comment":0,"rttpg_category":null,"rttpg_excerpt":"Advanced Responsive Header Home About Projects Blog Contact About us we are the best Construction Company in Saudi Arabia As the foremost Construction company in Riyadh, zamzamalarabia delivers unparalleled expertise and innovation. Trust us to bring excellence to every project in Saudi Arabia. Structure Infrastructure House Keeping Lines keeping Design &#038; Build Stone Installation 0&hellip;","_links":{"self":[{"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/pages\/149"}],"collection":[{"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/comments?post=149"}],"version-history":[{"count":71,"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/pages\/149\/revisions"}],"predecessor-version":[{"id":2486,"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/pages\/149\/revisions\/2486"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/media\/683"}],"wp:attachment":[{"href":"https:\/\/zamzamalarabia.com\/index.php\/wp-json\/wp\/v2\/media?parent=149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}