{"id":7111,"date":"2026-05-26T01:43:51","date_gmt":"2026-05-25T22:13:51","guid":{"rendered":"https:\/\/skyland.om\/contact-us\/"},"modified":"2026-08-06T15:21:22","modified_gmt":"2026-08-06T11:51:22","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/skyland.om\/en\/contact-us\/","title":{"rendered":"Contact US"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7111\" class=\"elementor elementor-7111\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e7926f e-con-full e-flex e-con e-parent\" data-id=\"6e7926f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7de876 elementor-widget elementor-widget-html\" data-id=\"a7de876\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"oman-invest-section oman-invest-section-en\" dir=\"ltr\">\n  <div class=\"oman-invest-bg\"><\/div>\n\n  <div class=\"oman-invest-head\">\n    <span class=\"oman-badge\">ADVISORY & SALES DEPARTMENT<\/span>\n    <h1>Professional Real Estate Investment Consultation in Oman<\/h1>\n    <p>We help you make the best decision with clarity, confidence, and expert guidance.<\/p>\n  <\/div>\n\n  <div class=\"oman-invest-card\">\n    <div class=\"oman-form-side\">\n      <div class=\"oman-form-head\">\n        <h2>Book Your Private Consultation<\/h2>\n        <p>Please complete the form below and our advisors will contact you as soon as possible.<\/p>\n      <\/div>\n\n      <div class=\"oman-elementor-form-wrap\" id=\"oman-elementor-form-wrap\"><\/div>\n    <\/div>\n\n    <div class=\"oman-info-side\">\n      <div class=\"oman-info-image\">\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1600585154526-990dced4db0d?q=80&w=1400&auto=format&fit=crop\" alt=\"Luxury Property in Oman\">\n        <div class=\"oman-image-overlay\"><\/div>\n      <\/div>\n\n      <div class=\"oman-info-content\">\n        <h3>Skyland Commitments<\/h3>\n\n        <div class=\"oman-feature-list\">\n          <div class=\"oman-feature-item\">\n            <span class=\"oman-feature-icon\">\n              <i class=\"fas fa-shield-alt\"><\/i>\n            <\/span>\n            <div>\n              <h4>Complete Price Transparency<\/h4>\n              <p>You receive the final price and full payment details clearly, accurately, and without hidden terms.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"oman-feature-item\">\n            <span class=\"oman-feature-icon\">\n              <i class=\"fas fa-user\"><\/i>\n            <\/span>\n            <div>\n              <h4>Unbiased Consultation<\/h4>\n              <p>Your needs come first; recommendations are tailored to your budget, goals, and real conditions.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"oman-feature-item\">\n            <span class=\"oman-feature-icon\">\n              <i class=\"fas fa-key\"><\/i>\n            <\/span>\n            <div>\n              <h4>Access to Selected Projects<\/h4>\n              <p>We only introduce opportunities that have been carefully reviewed for investment value, quality, and potential.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const section = document.querySelector('.oman-invest-section-en');\n  const wrap = section ? section.querySelector('#oman-elementor-form-wrap') : null;\n\n  function moveFormIntoWrap() {\n    if (!wrap) return;\n\n    const widgetForm = document.querySelector('.elementor-widget-form');\n\n    if (widgetForm && !wrap.querySelector('.elementor-widget-form')) {\n      wrap.appendChild(widgetForm);\n      widgetForm.classList.add('oman-form-mounted');\n    }\n  }\n\n  function decorateChoicePills() {\n    if (!section) return;\n\n    const radios = section.querySelectorAll('.elementor-field-group-purpose input[type=\"radio\"]');\n\n    radios.forEach(function(input) {\n      const label = input.closest('label');\n\n      if (!label) return;\n\n      label.classList.add('oman-pill');\n\n      input.addEventListener('change', function() {\n        section.querySelectorAll('.elementor-field-group-purpose label').forEach(function(l) {\n          l.classList.remove('is-active');\n        });\n\n        if (input.checked) {\n          label.classList.add('is-active');\n        }\n      });\n\n      if (input.checked) {\n        label.classList.add('is-active');\n      }\n    });\n  }\n\n  function addIconsToFields() {\n    if (!section) return;\n\n    const fields = [\n      {\n        selector: '.elementor-field-group-name input',\n        icon: 'fas fa-user'\n      },\n      {\n        selector: '.elementor-field-group-phone input',\n        icon: 'fas fa-phone-alt'\n      },\n      {\n        selector: '.elementor-field-group-email input',\n        icon: 'fas fa-envelope'\n      },\n      {\n        selector: '.elementor-field-group-time select',\n        icon: 'fas fa-clock'\n      },\n      {\n        selector: '.elementor-field-group-budget select',\n        icon: 'fas fa-wallet'\n      }\n    ];\n\n    fields.forEach(function(item) {\n      const field = section.querySelector(item.selector);\n\n      if (!field) return;\n\n      const parent = field.parentElement;\n\n      if (!parent || parent.querySelector('.oman-field-icon')) return;\n\n      const icon = document.createElement('span');\n      icon.className = 'oman-field-icon';\n      icon.innerHTML = '<i class=\"' + item.icon + '\"><\/i>';\n\n      parent.appendChild(icon);\n      parent.classList.add('has-oman-icon');\n    });\n  }\n\n  function improveSubmitButton() {\n    if (!section) return;\n\n    const btn = section.querySelector('.elementor-field-type-submit button, .elementor-field-type-submit input[type=\"submit\"]');\n\n    if (!btn || btn.querySelector('.oman-btn-inner')) return;\n\n    const text = btn.innerText || btn.value || 'Submit Consultation Request';\n\n    if (btn.tagName.toLowerCase() === 'input') {\n      const newBtn = document.createElement('button');\n\n      newBtn.type = 'submit';\n      newBtn.className = btn.className;\n      newBtn.id = btn.id;\n      newBtn.name = btn.name;\n      newBtn.innerHTML = '<span class=\"oman-btn-inner\"><i class=\"fas fa-paper-plane\"><\/i><span>' + text + '<\/span><\/span>';\n\n      btn.parentNode.replaceChild(newBtn, btn);\n    } else {\n      btn.innerHTML = '<span class=\"oman-btn-inner\"><i class=\"fas fa-paper-plane\"><\/i><span>' + text + '<\/span><\/span>';\n    }\n  }\n\n  function initAll() {\n    moveFormIntoWrap();\n    decorateChoicePills();\n    addIconsToFields();\n    improveSubmitButton();\n  }\n\n  initAll();\n  setTimeout(initAll, 400);\n  setTimeout(initAll, 1000);\n  setTimeout(initAll, 1800);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d271331 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"d271331\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"7111\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"d271331\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Contact US\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"7111\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tFirst name and last name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Example: Ali Rezaei\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMobile number (WhatsApp)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone]\" id=\"form-field-phone\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"0911 000 0000\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail address (optional)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"email@example.com\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-time elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-time\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tBest time to contact you\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[time]\" id=\"form-field-time\" class=\"elementor-field-textual elementor-size-sm\">\n\t\t\t\t\t\t\t\t\t<option value=\" Select  \">Select <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" Morning (9 AM to 12 PM)  \">Morning (9 AM to 12 PM) <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" Afternoon (12 PM to 4 PM)  \">Afternoon (12 PM to 4 PM) <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" Evening (4 PM to 8 PM)  \">Evening (4 PM to 8 PM) <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" No preference\">No preference <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-radio elementor-field-group elementor-column elementor-field-group-purpose elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-purpose\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhat is your main investment goal?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  \"><span class=\"elementor-field-option\"><input type=\"radio\" value=\" Preserving capital value  \" id=\"form-field-purpose-0\" name=\"form_fields[purpose]\"> <label for=\"form-field-purpose-0\">Preserving capital value <\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\" Generating rental income  \" id=\"form-field-purpose-1\" name=\"form_fields[purpose]\"> <label for=\"form-field-purpose-1\">Generating rental income <\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\" Obtaining residency\" id=\"form-field-purpose-2\" name=\"form_fields[purpose]\"> <label for=\"form-field-purpose-2\">Obtaining residency <\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-budget elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-budget\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tApproximate budget (Omani Rial)\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[budget]\" id=\"form-field-budget\" class=\"elementor-field-textual elementor-size-sm\">\n\t\t\t\t\t\t\t\t\t<option value=\"  \">Select approximate budget\u2026 <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" Up to 30,000 Omani Rial  \">Up to 30,000 Omani Rial <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" 30,000 to 60,000 Omani Rial  \">30,000 to 60,000 Omani Rial <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" 60,000 to 100,000 Omani Rial  \">60,000 to 100,000 Omani Rial <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\" More than 100,000 Omani Rial\">More than 100,000 Omani Rial <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit consultation request<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2eb191 elementor-widget elementor-widget-html\" data-id=\"f2eb191\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section\n  class=\"sk-contact-section\"\n  lang=\"en-US\"\n  dir=\"ltr\"\n  aria-labelledby=\"sk-contact-title-en\"\n>\n  <div class=\"sk-contact-bg\" aria-hidden=\"true\"><\/div>\n\n  <div class=\"sk-contact-container\">\n    <header class=\"sk-contact-heading\">\n      <span class=\"sk-contact-badge\">Head Office<\/span>\n\n      <h2 id=\"sk-contact-title-en\">\n        Contact Our Head Office Directly\n      <\/h2>\n\n      <p>\n        We are pleased to welcome you to our head office in the heart of Muscat,\n        the capital of the Sultanate of Oman.\n      <\/p>\n    <\/header>\n\n    <div class=\"sk-contact-grid\">\n      <article class=\"sk-contact-card\">\n        <div class=\"sk-card-shine\" aria-hidden=\"true\"><\/div>\n\n        <div class=\"sk-contact-icon\" aria-hidden=\"true\">\n          <svg\n            viewBox=\"0 0 24 24\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n          >\n            <path\n              d=\"M12 21C12 21 19 14.8 19 9C19 5.13 15.87 2 12 2C8.13 2 5 5.13 5 9C5 14.8 12 21 12 21Z\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.9\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            ><\/path>\n\n            <circle\n              cx=\"12\"\n              cy=\"9\"\n              r=\"2.5\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.9\"\n            ><\/circle>\n          <\/svg>\n        <\/div>\n\n        <div class=\"sk-contact-content\">\n          <h3>Head Office Address<\/h3>\n\n          <p class=\"sk-latin-data\">\n            Unit 11, Number 77, Street 70,\n            18 November Street,\n            <br>\n            Azaiba, Muscat, Sultanate of Oman\n          <\/p>\n\n          <a\n            class=\"sk-contact-main sk-map-link\"\n            href=\"https:\/\/www.google.com\/maps\/search\/?api=1&query=Unit%2011%2C%20Number%2077%2C%20Street%2070%2C%2018%20November%20Street%2C%20Azaiba%2C%20Muscat%2C%20Oman\"\n            target=\"_blank\"\n            rel=\"noopener noreferrer\"\n            aria-label=\"View the Skyland Oman head office location on Google Maps\"\n          >\n            Get Directions\n          <\/a>\n\n          <span class=\"sk-contact-sub\">\n            Convenient access in a prime location\n          <\/span>\n        <\/div>\n      <\/article>\n\n      <article class=\"sk-contact-card\">\n        <div class=\"sk-card-shine\" aria-hidden=\"true\"><\/div>\n\n        <div class=\"sk-contact-icon\" aria-hidden=\"true\">\n          <svg\n            viewBox=\"0 0 24 24\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n          >\n            <path\n              d=\"M7.2 3.5L9.4 3C10.1 2.85 10.8 3.25 11.05 3.95L12.05 6.8C12.25 7.4 12.05 8.05 11.55 8.4L9.95 9.55C10.9 11.65 12.35 13.1 14.45 14.05L15.6 12.45C15.95 11.95 16.6 11.75 17.2 11.95L20.05 12.95C20.75 13.2 21.15 13.9 21 14.6L20.5 16.8C20.25 17.9 19.3 18.7 18.15 18.7C10.95 18.7 5.3 13.05 5.3 5.85C5.3 4.7 6.1 3.75 7.2 3.5Z\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.9\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            ><\/path>\n          <\/svg>\n        <\/div>\n\n        <div class=\"sk-contact-content\">\n          <h3>Phone Contact<\/h3>\n\n          <p class=\"sk-latin-data\">\n            Our team is available Saturday through Thursday,\n            <br>\n            from 9:00 AM to 5:00 PM.\n          <\/p>\n\n          <a\n            class=\"sk-contact-main sk-phone-number\"\n            href=\"tel:+96879110099\"\n            aria-label=\"Call Skyland Oman at plus nine six eight, seven nine one one, zero zero nine nine\"\n          >\n            +968 7911 0099\n          <\/a>\n\n          <span class=\"sk-contact-sub\">\n            Fast and direct assistance\n          <\/span>\n        <\/div>\n      <\/article>\n\n      <article class=\"sk-contact-card\">\n        <div class=\"sk-card-shine\" aria-hidden=\"true\"><\/div>\n\n        <div class=\"sk-contact-icon\" aria-hidden=\"true\">\n          <svg\n            viewBox=\"0 0 24 24\"\n            fill=\"none\"\n            xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n          >\n            <rect\n              x=\"3\"\n              y=\"5\"\n              width=\"18\"\n              height=\"14\"\n              rx=\"2.5\"\n              stroke=\"currentColor\"\n              stroke-width=\"2\"\n            ><\/rect>\n\n            <path\n              d=\"M4.5 7L12 13L19.5 7\"\n              stroke=\"currentColor\"\n              stroke-width=\"2\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            ><\/path>\n          <\/svg>\n        <\/div>\n\n        <div class=\"sk-contact-content\">\n          <h3>Email Contact<\/h3>\n\n          <p>\n            For documents, resumes, and business\n            <br>\n            partnership inquiries.\n          <\/p>\n\n          <a\n            class=\"sk-contact-main sk-email-text\"\n            href=\"mailto:info@skyland.om\"\n            aria-label=\"Send an email to Skyland Oman\"\n          >\n            info@skyland.om\n          <\/a>\n\n          <span class=\"sk-contact-sub\">\n            Fast and official communication\n          <\/span>\n        <\/div>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<noscript>\n  <style>\n    .sk-contact-section[lang^=\"en\"] .sk-contact-card {\n      opacity: 1 !important;\n      transform: none !important;\n    }\n  <\/style>\n<\/noscript>\n\n<script>\n(function () {\n  \"use strict\";\n\n  function toEnglishDigits(value) {\n    return String(value)\n      .replace(\/[\u06f0-\u06f9]\/g, function (digit) {\n        return String(digit.charCodeAt(0) - 1776);\n      })\n      .replace(\/[\u0660-\u0669]\/g, function (digit) {\n        return String(digit.charCodeAt(0) - 1632);\n      });\n  }\n\n  function normalizeEnglishNumbers(section) {\n    var walker = document.createTreeWalker(\n      section,\n      NodeFilter.SHOW_TEXT,\n      {\n        acceptNode: function (node) {\n          var parent = node.parentNode;\n\n          if (!parent || !parent.tagName) {\n            return NodeFilter.FILTER_ACCEPT;\n          }\n\n          var tagName = parent.tagName.toLowerCase();\n\n          if (\n            tagName === \"script\" ||\n            tagName === \"style\" ||\n            tagName === \"noscript\"\n          ) {\n            return NodeFilter.FILTER_REJECT;\n          }\n\n          return NodeFilter.FILTER_ACCEPT;\n        }\n      }\n    );\n\n    var nodes = [];\n    var node;\n\n    while ((node = walker.nextNode())) {\n      nodes.push(node);\n    }\n\n    nodes.forEach(function (textNode) {\n      var converted = toEnglishDigits(textNode.nodeValue);\n\n      if (converted !== textNode.nodeValue) {\n        textNode.nodeValue = converted;\n      }\n    });\n  }\n\n  function initEnglishContactSections(root) {\n    var sections = [];\n\n    if (\n      root &&\n      root.matches &&\n      root.matches(\".sk-contact-section[lang^='en']\")\n    ) {\n      sections.push(root);\n    }\n\n    if (root && root.querySelectorAll) {\n      sections = sections.concat(\n        Array.prototype.slice.call(\n          root.querySelectorAll(\n            \".sk-contact-section[lang^='en']\"\n          )\n        )\n      );\n    }\n\n    sections.forEach(function (section) {\n      normalizeEnglishNumbers(section);\n\n      if (\n        section.dataset.skEnglishContactInitialized === \"true\"\n      ) {\n        return;\n      }\n\n      section.dataset.skEnglishContactInitialized = \"true\";\n\n      var cards = Array.prototype.slice.call(\n        section.querySelectorAll(\".sk-contact-card\")\n      );\n\n      var reducedMotion =\n        window.matchMedia &&\n        window.matchMedia(\n          \"(prefers-reduced-motion: reduce)\"\n        ).matches;\n\n      if (\n        reducedMotion ||\n        !(\"IntersectionObserver\" in window)\n      ) {\n        cards.forEach(function (card) {\n          card.classList.add(\"is-visible\");\n        });\n      } else {\n        var observer = new IntersectionObserver(\n          function (entries) {\n            entries.forEach(function (entry) {\n              if (!entry.isIntersecting) {\n                return;\n              }\n\n              var card = entry.target;\n              var index = cards.indexOf(card);\n\n              window.setTimeout(function () {\n                card.classList.add(\"is-visible\");\n              }, Math.max(index, 0) * 120);\n\n              observer.unobserve(card);\n            });\n          },\n          {\n            threshold: 0.16,\n            rootMargin: \"0px 0px -40px 0px\"\n          }\n        );\n\n        cards.forEach(function (card) {\n          observer.observe(card);\n        });\n      }\n\n      cards.forEach(function (card) {\n        card.addEventListener(\n          \"pointermove\",\n          function (event) {\n            if (event.pointerType === \"touch\") {\n              return;\n            }\n\n            var rect = card.getBoundingClientRect();\n\n            var pointerX =\n              ((event.clientX - rect.left) \/ rect.width) * 100;\n\n            var pointerY =\n              ((event.clientY - rect.top) \/ rect.height) * 100;\n\n            card.style.setProperty(\n              \"--mx\",\n              pointerX.toFixed(2) + \"%\"\n            );\n\n            card.style.setProperty(\n              \"--my\",\n              pointerY.toFixed(2) + \"%\"\n            );\n          }\n        );\n\n        card.addEventListener(\n          \"pointerleave\",\n          function () {\n            card.style.setProperty(\"--mx\", \"50%\");\n            card.style.setProperty(\"--my\", \"50%\");\n          }\n        );\n      });\n\n      if (\"MutationObserver\" in window) {\n        var mutationObserver = new MutationObserver(\n          function () {\n            normalizeEnglishNumbers(section);\n          }\n        );\n\n        mutationObserver.observe(section, {\n          subtree: true,\n          childList: true,\n          characterData: true\n        });\n      }\n    });\n  }\n\n  function bootEnglishContactSections() {\n    initEnglishContactSections(document);\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\n      \"DOMContentLoaded\",\n      bootEnglishContactSections,\n      { once: true }\n    );\n  } else {\n    bootEnglishContactSections();\n  }\n\n  window.addEventListener(\n    \"elementor\/frontend\/init\",\n    function () {\n      if (\n        !window.elementorFrontend ||\n        !window.elementorFrontend.hooks\n      ) {\n        return;\n      }\n\n      window.elementorFrontend.hooks.addAction(\n        \"frontend\/element_ready\/html.default\",\n        function ($scope) {\n          var scopeElement =\n            $scope && $scope[0]\n              ? $scope[0]\n              : $scope;\n\n          if (scopeElement) {\n            initEnglishContactSections(scopeElement);\n          }\n        }\n      );\n    }\n  );\n})();\n<\/script>\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>ADVISORY &#038; SALES DEPARTMENT Professional Real Estate Investment Consultation in Oman We help you make the best decision with clarity, confidence, and expert guidance. Book Your Private Consultation Please complete the form below and our advisors will contact you as soon as possible. Skyland Commitments Complete Price Transparency You receive the final price and full [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-7111","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages\/7111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/comments?post=7111"}],"version-history":[{"count":25,"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages\/7111\/revisions"}],"predecessor-version":[{"id":9872,"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages\/7111\/revisions\/9872"}],"wp:attachment":[{"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/media?parent=7111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}