{"id":4379,"date":"2026-05-06T04:54:38","date_gmt":"2026-05-06T01:24:38","guid":{"rendered":"https:\/\/skyland.om\/about-us\/"},"modified":"2026-05-17T17:59:28","modified_gmt":"2026-05-17T14:29:28","slug":"about-us","status":"publish","type":"page","link":"https:\/\/skyland.om\/en\/about-us\/","title":{"rendered":"About US"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4379\" class=\"elementor elementor-4379\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-305fdc3 e-con-full e-flex e-con e-parent\" data-id=\"305fdc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0cd11d elementor-widget elementor-widget-html\" data-id=\"c0cd11d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n    <head>\n        <meta charset=\"UTF-8\">\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <title>Skyland | About Us -<\/title>\n        <link href=\"tailwind_theme\/tailwind.css\" rel=\"stylesheet\" type=\"text\/css\">\n        <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n        <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n        <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Vazirmatn:wght@300;400;500;700;800;900&display=swap\" rel=\"stylesheet\">\n        <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n        <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n        <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        navy: '#083241',\n                        navyDark: '#041B24',\n                        gold: '#F5C236',\n                        neutral: {\n                            light: '#F8F5F0',\n                            gray: '#6C757D'\n                        },\n                        silk: '#FBFBF9', \n                        stone: '#EAE8E3',\n                        success: '#10B981'\n                    },\n                    fontFamily: {\n                        'iransans': ['Vazirmatn', 'Tahoma', 'sans-serif'],\n                        'montserrat': ['Montserrat', 'sans-serif']\n                    }\n                }\n            }\n        }\n    <\/script>\n        <style>\/* Base typography *\/body { font-family: 'Vazirmatn', 'Cairo', sans-serif; background-color: #FBFBF9; color: #083241; line-height: 1.9; overflow-x: hidden; } .font-en, .num-en { font-family: 'Montserrat', sans-serif; line-height: 1.5; } \/* EXACT HEADER\/FOOTER STYLES FROM UPLOADED FILE *\/.logo-container { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 2px solid #F5C236; transform: rotate(45deg); position: relative; background: transparent; } .logo-char-s { transform: rotate(-45deg); color: #F5C236; font-weight: 800; font-family: 'Montserrat', sans-serif; font-size: 18px; position: absolute; top: 5px; left: 8px; } .logo-char-l { transform: rotate(-45deg); color: #F5C236; font-weight: 800; font-family: 'Montserrat', sans-serif; font-size: 18px; position: absolute; bottom: 5px; right: 8px; } \/* Avant-Garde Body Styles *\/.hairline-b { border-bottom: 1px solid rgba(8, 50, 65, 0.15); } .hairline-t { border-top: 1px solid rgba(8, 50, 65, 0.15); } .hairline-white-b { border-bottom: 1px solid rgba(255, 255, 255, 0.15); } \/* Massive Display Data *\/.text-display-massive { font-size: clamp(5rem, 15vw, 24rem); line-height: 0.8; letter-spacing: -0.05em; } .text-stroke-navy { -webkit-text-stroke: 1px rgba(8, 50, 65, 0.15); -webkit-text-fill-color: transparent; color: transparent; } .text-stroke-white { -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15); -webkit-text-fill-color: transparent; color: transparent; } .text-stroke-gold { -webkit-text-stroke: 1px rgba(245, 194, 54, 0.5); -webkit-text-fill-color: transparent; color: transparent; } \/* Cinematic Images *\/.cinematic-img { position: relative; background-color: #041B24; overflow: hidden; } .cinematic-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%) sepia(0.1) contrast(1.2) brightness(0.8); transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), filter 1.5s ease; } .cinematic-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(245,194,54,0.05), rgba(8,50,65,0.4)); mix-blend-mode: multiply; pointer-events: none; transition: opacity 1.5s ease; } .group:hover .cinematic-img img { transform: scale(1.05); filter: grayscale(0) sepia(0) contrast(1.1) brightness(1); } .group:hover .cinematic-img::after { opacity: 0.2; } \/* Blueprint Grid Pattern *\/.blueprint-pattern { background-image: linear-gradient(rgba(8, 50, 65, 0.03) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(8, 50, 65, 0.03) 1px, transparent 1px); background-size: 40px 40px; } \/* Custom Interactive Vertical List *\/.interactive-row { transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); } .interactive-row .row-bg { opacity: 0; transform: scale(1.02); transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); } .interactive-row:hover .row-bg { opacity: 1; transform: scale(1); } .interactive-row .row-content { transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); } .interactive-row:hover .row-content { color: white; padding-top: 4rem; padding-bottom: 4rem; } .interactive-row .row-details { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); } .interactive-row:hover .row-details { max-height: 200px;  \/* Arbitrary large height *\/ opacity: 1; margin-top: 1rem; }<\/style>\n    <\/head>\n    <body class=\"antialiased selection:bg-gold selection:text-navy\">\n        <section class=\"relative w-full h-[90vh] min-h-[800px] flex items-center justify-center overflow-hidden bg-navyDark border-b-8 border-gold\">\n            <div class=\"absolute inset-0 z-0 flex items-center justify-center pointer-events-none overflow-hidden\">\n                <h1 class=\"text-display-massive font-en font-black text-stroke-white opacity-10 uppercase tracking-tighter mix-blend-overlay rotate-[-5deg] scale-150\">\n                IDENTITY <\/h1>\n            <\/div>\n            <div class=\"absolute top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2 w-[600px] h-[600px] bg-gold\/10 rounded-full blur-[100px] pointer-events-none z-0\"><\/div>\n            <div class=\"relative z-10 max-w-[1200px] mx-auto px-8 text-center mt-10\">\n                <div class=\"inline-flex items-center gap-4 mb-10\">\n                    <div class=\"w-16 h-px bg-gold\"><\/div>\n                    <span class=\"text-gold font-en text-[10px] font-bold tracking-[0.4em] uppercase\">Who We Are<\/span>\n                    <div class=\"w-16 h-px bg-gold\"><\/div>\n                <\/div>\n                <h1 class=\"text-4xl md:text-5xl lg:text-7xl font-black text-white leading-[1.2] mb-8 max-w-4xl mx-auto\">Skyland; Where values<br><br> <span class=\"text-gold\">are not just slogans on a wall.<\/span><\/h1>\n                <p class=\"drop-shadow-lg font-fa font-normal leading-loose max-w-3xl mx-auto text-gray-400 text-xl md:text-2xl\">Skyland is a leading real estate, investment, and trading company in Oman, established in 2020. We operate at the intersection of opportunity and trust.<\/p>\n                <div class=\"w-px h-16 bg-gold\/50 mx-auto mt-4\"><\/div>\n            <\/div>\n            <div class=\"absolute bottom-12 left-10 text-white\/50 font-en text-[10px] font-bold tracking-[0.4em] uppercase\" style=\"writing-mode: vertical-rl; transform: rotate(180deg);\">\n                Discover Our Story\n<\/div>\n            <div class=\"absolute bottom-0 left-[2.8rem] w-px h-10 bg-gold\"><\/div>\n        <\/section>\n        <section id=\"awards\" class=\"bg-cyan-950 bg-obsidian border-t border-white\/10 overflow-hidden py-24 relative md:py-32\"> \n            <div class=\"absolute top-1\/3 left-1\/3 transform -translate-x-1\/3 -translate-y-1\/3 w-[600px] h-[600px] md:w-[800px] md:h-[800px] bg-gold\/5 rounded-full filter blur-[120px] pointer-events-none\"><\/div>             \n            <div class=\"max-w-[1400px] mx-auto px-6 md:px-10 relative z-10\"> \n                <div class=\"text-center mb-20 md:mb-24\"> \n                    <span class=\"text-gold font-bold tracking-[0.4em] uppercase text-[11px] font-en mb-6 flex items-center justify-center gap-3\"> <i data-lucide=\"minus\" class=\"text-gold\/50 w-4 h-4\"><\/i> AWARDS & RECOGNITION <i data-lucide=\"minus\" class=\"text-gold\/50 w-4 h-4\"><\/i> <\/span> \n                    <h2 class=\"text-4xl md:text-5xl lg:text-6xl font-black text-white mb-6 leading-tight\">Skyland, Oman's Most Awarded Real Estate Agency<\/h2> \n                    <div class=\"w-16 h-1 bg-gold mx-auto mb-8 opacity-80\"><\/div>                     \n                    <p class=\"text-lg text-gray-400 font-light max-w-3xl mx-auto leading-relaxed\">These achievements reflect Skyland's commitment to delivering services at international standards and creating sustainable value for investors.<\/p> \n                <\/div>                 \n                <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-8\"> \n                    <div class=\"bg-navyUltra\/80 backdrop-blur-sm border border-gold\/30 rounded-[2rem] p-8 md:p-10 text-center hover:bg-navyUltra hover:border-gold transition-all duration-500 group flex flex-col items-center shadow-lg\"> \n                        <div class=\"w-24 h-24 mx-auto bg-gradient-to-br from-gold to-yellow-600 rounded-full flex items-center justify-center text-white text-4xl mb-6 shadow-[0_0_30px_rgba(245,194,54,0.4)] group-hover:scale-110 transition duration-500\"> \n                            <i class=\"fas fa-trophy\"><\/i> \n                        <\/div>                         \n                        <p class=\"text-gold font-en font-bold text-sm mb-4 tracking-wider uppercase\">Al Mouj Muscat - 2025<\/p> \n                        <h3 class=\"text-xl font-bold text-white mb-4\">Best Broker of Al Mouj Muscat<\/h3> \n                        <p class=\"leading-relaxed pt-5 text-base text-gray-400\">Received the Top Broker title at Al Mouj Oman in 2025, as one of the most premium residential and investment projects.<\/p> \n                    <\/div>                     \n                    <div class=\"bg-navyUltra\/80 backdrop-blur-sm border border-gold\/30 rounded-[2rem] p-8 md:p-10 text-center hover:bg-navyUltra hover:border-gold transition-all duration-500 group flex flex-col items-center shadow-lg\"> \n                        <div class=\"w-24 h-24 mx-auto bg-gradient-to-br from-gold to-yellow-600 rounded-full flex items-center justify-center text-white text-4xl mb-6 shadow-[0_0_30px_rgba(245,194,54,0.4)] group-hover:scale-110 transition duration-500\"> \n                            <i class=\"fas fa-medal\"><\/i> \n                        <\/div>                         \n                        <p class=\"text-gold font-en font-bold text-sm mb-4 tracking-wider uppercase\"><span style=\"font-size: 0.875rem; letter-spacing: 0.05em;\">Muscat BaY<\/span>&nbsp;Awards - 2025<\/p> \n                        <h3 class=\"text-xl font-bold text-white mb-4\">Top Agency of Muscat Bay<\/h3> \n                        <p class=\"leading-relaxed pt-5 text-base text-gray-400\">Awarded the Top Broker title at Muscat Bay during 2023, 2024, and 2025, as one of Oman's most prestigious investment areas.<\/p> \n                    <\/div>                     \n                    <div class=\"bg-navyUltra\/80 backdrop-blur-sm border border-gold\/30 rounded-[2rem] p-8 md:p-10 text-center hover:bg-navyUltra hover:border-gold transition-all duration-500 group flex flex-col items-center shadow-lg\"> \n                        <div class=\"w-24 h-24 mx-auto bg-gradient-to-br from-gold to-yellow-600 rounded-full flex items-center justify-center text-white text-4xl mb-6 shadow-[0_0_30px_rgba(245,194,54,0.4)] group-hover:scale-110 transition duration-500\"> \n                            <i class=\"fas fa-handshake\"><\/i> \n                        <\/div>                         \n                        <p class=\"text-gold font-en font-bold text-sm mb-4 tracking-wider uppercase\">Government Honor<\/p> \n                        <h3 class=\"text-xl font-bold text-white mb-4\">Ministry of Housing Appreciation<\/h3> \n                        <p class=\"leading-relaxed pt-5 text-base text-gray-400\">Special appreciation for the company's management by the Honorable Minister of Housing and Urban Planning at the grand real estate gathering of the Sultanate of Oman.<\/p> \n                    <\/div>                     \n                    <\/div>                 \n            <\/div>             \n        <\/section>         \n        <section class=\"bg-navy bg-white border-gold border-t-8 overflow-hidden pb-0 py-32 relative text-white\"> \n            <div class=\"absolute top-1\/2 left-0 w-[800px] h-[800px] bg-gold\/5 rounded-full blur-[120px] pointer-events-none -translate-x-1\/2 -translate-y-1\/2\"><\/div>             \n            <div class=\"max-w-[1440px] mx-auto px-10 relative z-10 grid grid-cols-1 lg:grid-cols-2 gap-20 items-center\"> \n                <div>\n                    <span class=\"text-gold font-bold tracking-widest font-en text-sm mb-4 block uppercase\">Macro Economics<\/span> \n                    <h2 class=\"font-bold leading-[1.3] mb-8 text-4xl text-white lg:text-6xl\"><span style=\"font-size: 42px; font-weight: inherit;\" class=\"text-black\">About Skyland<\/span><\/h2> \n                    <p class=\"font-light leading-relaxed mb-12 text-black text-justify text-lg\">Skyland, a subsidiary of Golden Island Investment, has been operating in the real estate, investment, and trade sectors in Oman since 2020.<br><span style=\"font-size: 1.125rem;\">Focusing on transparency, meticulous analysis, and offering valuable opportunities, we accompany investors on their journey into Oman's growing market.<\/span><\/p>\n                    <p class=\"font-light leading-relaxed mb-12 text-black text-justify text-lg\">At Skyland, every project is evaluated based on its long-term value, security, and growth potential to provide a reliable platform for decision-making.<br><br>Combining deep knowledge of the Omani market with an international perspective allows us to make the investment process simple, professional, and transparent. Our goal is not merely to provide services, but to create sustainable value and build long-term, trust-based relationships.<\/p>\n                    <div class=\"flex gap-8 items-center pt-8 border-t border-gray-200\"> \n                        <div> \n                            <p class=\"font-black font-en text-4xl text-navy\">2020<\/p> \n                            <p class=\"text-xs text-gray-500 font-bold uppercase tracking-widest font-en mt-1\">Established<\/p> \n                        <\/div>                         \n                        <div class=\"w-px h-12 bg-gray-300\"><\/div>                         \n                        <div> \n                            <p class=\"font-en font-black text-4xl text-navy\">Golden<span class=\"text-gold text-2xl\"> Island<\/span><\/p> \n                            <p class=\"text-xs text-gray-500 font-bold uppercase tracking-widest font-en mt-1\">Parent Company<\/p> \n                        <\/div>                         \n                    <\/div>\n                <\/div>                 \n                <div> \n                    <div class=\"bg-cover bg-no-repeat border-white\/8 h-[600px] rounded-[3rem]  w-auto bg-[url(https:\/\/skyland.om\/wp-content\/uploads\/2026\/05\/2026-01_21_19-PM.png)]\"> \n<\/div>\n                    <\/div>                 \n            <\/div>             \n        <\/section>\n        <section class=\"bg-navy-dark border-b border-t border-white\/5 pt-0 py-12 w-full\"> \n            <div class=\"max-w-7xl mx-auto px-5 lg:px-8\"> \n                <div class=\"mb-8 text-right md:text-left dir-ltr\"> \n                    <h3 class=\"text-gold font-en font-bold text-sm tracking-[0.2em] uppercase\">Excellent Record<\/h3> \n                <\/div>                 \n                <div class=\"grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6\"> \n                    <div class=\"bg-[#152330] border border-white\/5 rounded-xl p-6 md:p-8 text-center hover:bg-[#1A2A3A] transition-all duration-300 shadow-lg\"> \n                        <div class=\"text-white font-en font-bold text-4xl md:text-5xl mb-3\">2020<\/div>                         \n                        <div class=\"text-amber-400 text-lg\">Year Established<\/div>                         \n                    <\/div>                     \n                    <div class=\"bg-[#152330] border border-white\/5 rounded-xl p-6 md:p-8 text-center hover:bg-[#1A2A3A] transition-all duration-300 shadow-lg\"> \n                        <div class=\"text-white font-en font-bold text-4xl md:text-5xl mb-3\">204<\/div>                         \n                        <div class=\"text-amber-400 text-lg\">Units Sold<\/div>                         \n                    <\/div>                     \n                    <div class=\"bg-[#152330] border border-white\/5 rounded-xl p-6 md:p-8 text-center hover:bg-[#1A2A3A] transition-all duration-300 shadow-lg\"> \n                        <div class=\"text-white font-en font-bold text-6xl md:text-5xl mb-3\">7<\/div>                         \n                        <div class=\"text-amber-400 text-lg\">Active ITC Projects<\/div>                         \n                    <\/div>                     \n                    <div class=\"bg-[#152330] border border-white\/5 rounded-xl p-6 md:p-8 text-center hover:bg-[#1A2A3A] transition-all duration-300 shadow-lg\"> \n                        <div class=\"text-white font-en font-bold text-4xl md:text-5xl mb-3\">+200<\/div>                         \n                        <div class=\"text-amber-400 text-lg\">Permanent Residencies Obtained<\/div>                         \n                    <\/div>                     \n                <\/div>                 \n            <\/div>             \n        <\/section>         \n        <section class=\"bg-white overflow-hidden py-24 relative md:py-32\">\n            <div class=\"max-w-[1400px] mx-auto px-6 md:px-10 relative z-10\">\n                <div class=\"bg-navy rounded-[3rem] shadow-2xl p-8 md:p-16 lg:p-20 relative overflow-hidden text-white\">\n                    <div class=\"quote-mark -top-6 -right-6 md:-top-10 md:right-10 opacity-20 select-none\">\"<\/div>\n                    <div class=\"absolute bottom-0 left-0 w-64 h-64 bg-gold\/10 rounded-tr-[200px]\"><\/div>\n                    <div class=\"absolute inset-0 pattern-bg opacity-10\"><\/div>\n                    <div class=\"grid grid-cols-1 lg:grid-cols-12 gap-12 lg:gap-20 items-center relative z-10\">\n                        <div class=\"lg:col-span-7 order-2 lg:order-1\">\n                            <span class=\"text-gold font-bold tracking-[0.3em] font-en text-[11px] mb-4 block uppercase border-r-2 border-gold pr-3\">Message from the CEO<\/span>\n                            <h2 class=\"text-3xl md:text-4xl font-black text-white mb-8 leading-tight\">A Secure Gateway to the Omani Market<\/h2>\n                            <div class=\"space-y-6 text-gray-300 font-light leading-relaxed text-lg text-justify\">\n                                <p>\n                                Given Oman's ever-growing position as a strategic investment destination in the Middle East, Skyland stands by your side as a trusted partner. At Skyland, we don't just offer investment options; we carefully select and evaluate opportunities. <\/p>\n                                <p>\n                                Our team consists of experts who possess a profound understanding of the Omani market while offering a broad perspective on investment opportunities through international experience. This unique combination enables us to act as a bridge between global investors and local opportunities, streamlining the investment process to be simple, transparent, and efficient. <\/p>\n                                <p class=\"font-bold text-gold text-xl pt-4 mt-6\">\n                                We invite you to experience a future built on transparency, reliability, and growth alongside Skyland. <\/p>\n                            <\/div>\n                            <div class=\"mt-12 flex items-center gap-6\">\n                                <div>\n                                    <h4 class=\"text-2xl font-bold text-white mb-1\">Iman Erfani<\/h4>\n                                    <p class=\"text-gold text-xs font-en uppercase tracking-widest font-bold\">Chief Executive Officer<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"lg:col-span-5 order-1 lg:order-2\">\n                            <div class=\"relative w-full aspect-[3\/4] rounded-[2rem] overflow-hidden border border-white\/20\">\n                                <img decoding=\"async\" src=\"https:\/\/skyland.om\/wp-content\/uploads\/2026\/04\/2026-04-28-at-13.43.45-1.jpeg?auto=format&fit=crop&w=800&q=80\" alt=\"CEO of Skyland\" class=\"h-full object-cover object-top w-full\">\n                                <div class=\"absolute bottom-8 left-8 right-8\">\n                                    <span class=\"bg-gold text-navy font-bold text-xs px-3 py-1.5 rounded-lg shadow-lg font-en tracking-widest uppercase mb-2 inline-block\">CEO & Founder<\/span>\n                                    <p class=\"font-bold text-white\/100\">Guiding Skyland's Macro Strategies<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"bg-current bg-navyDark border-gold border-y-[12px] flex flex-col min-h-[800px] pb-20 pt-20 py-0 text-white lg:flex-row\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"text-center mb-16\">\n                    <span class=\"text-gold font-montserrat tracking-widest text-sm font-bold mb-3 uppercase block\">Our Strategic Pillars<\/span>\n                    <h2 class=\"font-black mb-6 text-3xl text-navy text-white md:text-5xl\">Skyland's Strategic Pillars<\/h2>\n                    <p class=\"max-w-3xl mx-auto text-[#6C757D] text-lg text-white\">\n                        At Skyland, we operate on a solid framework and unwavering principles to guarantee the security of your investment. <\/p>\n                <\/div>\n                <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                    <div class=\"bg-white p-8 md:p-10 rounded-2xl shadow-xs border border-[#E8E0D5] hover:-translate-y-2 transition-transform duration-300\">\n                        <div class=\"flex items-center gap-4 mb-6\">\n                            <div class=\"font-black font-montserrat text-5xl text-amber-400\">01<\/div>\n                            <div class=\"w-12 h-12 bg-blue-50 rounded-full flex items-center justify-center\">\n                                <i data-lucide=\"shield-check\" class=\"text-navy w-6 h-6\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-navy mb-4\">A Trusted Partner in Strategic Investments<\/h3>\n                        <p class=\"text-base text-[#6C757D] leading-relaxed text-justify\">At Skyland, every investment opportunity is presented following a rigorous financial, legal, and future growth potential review. Our aim is to create a secure, transparent, and reliable platform for investors to make decisions.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-8 md:p-10 rounded-2xl shadow-xs border border-[#E8E0D5] hover:-translate-y-2 transition-transform duration-300\">\n                        <div class=\"flex items-center gap-4 mb-6\">\n                            <div class=\"font-black font-montserrat text-5xl text-amber-400\">02<\/div>\n                            <div class=\"w-12 h-12 bg-yellow-50 rounded-full flex items-center justify-center\">\n                                <i data-lucide=\"globe\" class=\"text-gold w-6 h-6\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-navy mb-4\">Combining Local Knowledge with a Global Vision<\/h3>\n                        <p class=\"text-base text-[#6C757D] leading-relaxed text-justify\">By deeply understanding the Omani market and the needs of international investors, we offer valuable and reliable opportunities to make the investment journey simpler and more transparent.<\/p>\n                    <\/div>\n                    <div class=\"bg-white p-8 md:p-10 rounded-2xl shadow-xs border border-[#E8E0D5] hover:-translate-y-2 transition-transform duration-300\">\n                        <div class=\"flex items-center gap-4 mb-6\">\n                            <div class=\"font-black font-montserrat text-5xl text-amber-400\">03<\/div>\n                            <div class=\"w-12 h-12 bg-purple-50 rounded-full flex items-center justify-center\">\n                                <i data-lucide=\"user-check\" class=\"text-purple-600 w-6 h-6\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-navy mb-4\">A Customer-Centric Approach<\/h3>\n                        <p class=\"text-base text-[#6C757D] leading-relaxed text-justify\">Every investor has different goals. Therefore, Skyland's solutions are tailored based on the budget, objectives, and genuine needs of each client to ensure the best possible choice is made.<\/p>\n                    <\/div>\n                    <div class=\"bg-navy p-8 md:p-10 rounded-2xl shadow-xl border border-navy hover:-translate-y-2 transition-transform duration-300 relative overflow-hidden\">\n                        <div class=\"absolute top-0 right-0 w-40 h-40 bg-gold\/10 rounded-full filter blur-3xl\"><\/div>\n                        <div class=\"flex items-center gap-4 mb-6 relative z-10\">\n                            <div class=\"font-black font-montserrat text-5xl text-amber-400\">04<\/div>\n                            <div class=\"w-12 h-12 bg-gold rounded-full flex items-center justify-center\">\n                                <i data-lucide=\"trending-up\" class=\"text-navy w-6 h-6\"><\/i>\n                            <\/div>\n                        <\/div>\n                        <h3 class=\"text-2xl font-bold text-gold mb-4 relative z-10\">Creating Sustainable Value<\/h3>\n                        <p class=\"text-base text-gray-300 leading-relaxed text-justify mb-6 relative z-10\">Our mission is not just selling properties; it's creating sustainable value by selecting promising projects, providing expert consultation, and continuously supporting our investors.<\/p>\n                        <ul class=\"space-y-3 text-sm text-white font-bold relative z-10 mb-4\">\n<\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"bg-stone py-32 relative\">\n            <div class=\"max-w-[1440px] mx-auto px-8 lg:px-20 mb-20 text-center\">\n                <span class=\"block font-bold font-en mb-6 text-[10px] text-gold text-lg tracking-[0.4em] uppercase\">Core Philosophy<\/span>\n                <h2 class=\"text-4xl lg:text-6xl font-black text-navy font-fa\">Values That Cannot Be Bought.<\/h2>\n                <p class=\"text-lg text-gray-500 font-light mt-6 font-fa\">Skyland is built upon these values. Hover over each row to view the details.<\/p>\n            <\/div>\n            <div class=\"w-full flex flex-col font-fa border-t border-gray-300\">\n                <div class=\"interactive-row relative border-b border-gray-300 overflow-hidden cursor-pointer\">\n                    <div class=\"row-bg absolute inset-0 z-0\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1920&q=80\" alt=\"Transparency\" class=\"w-full h-full object-cover filter grayscale opacity-40\">\n                        <div class=\"absolute inset-0 bg-navy\/90\"><\/div>\n                    <\/div>\n                    <div class=\"row-content relative z-10 px-10 lg:px-24 py-8 text-navy\">\n                        <div class=\"flex justify-between items-center\">\n                            <h3 class=\"flex font-bold gap-6 items-center lg:text-5xl text-4xl text-current\"><span class=\"font-bold font-en opacity-50 text-5xl text-amber-500 text-gold\">01<\/span>\n                            Absolute Transparency<\/h3>\n                            <i class=\"far fa-eye text-3xl opacity-50\"><\/i>\n                        <\/div>\n                        <div class=\"row-details\">\n                            <p class=\"font-light leading-loose max-w-4xl mt-4 pr-14 text-gray-300 text-xl\">\n                            Concealment is our red line. We believe investors have the right to know all the facts, even the harsh ones, and the project's risks. Before we talk about a property's attractive features, we discuss hidden costs, monthly maintenance fees, and potential risks. <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"interactive-row relative border-b border-gray-300 overflow-hidden cursor-pointer\">\n                    <div class=\"row-bg absolute inset-0 z-0\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1611974789855-9c2a0a7236a3?auto=format&fit=crop&w=1920&q=80\" alt=\"Security\" class=\"w-full h-full object-cover filter grayscale opacity-40\">\n                        <div class=\"absolute inset-0 bg-navy\/90\"><\/div>\n                    <\/div>\n                    <div class=\"row-content relative z-10 px-10 lg:px-24 py-8 text-navy\">\n                        <div class=\"flex justify-between items-center\">\n                            <h3 class=\"flex font-bold gap-6 items-center lg:text-5xl text-4xl text-current\"><span class=\"font-bold font-en opacity-50 text-5xl text-amber-500 text-gold\">02<\/span>\n                            Capital Security<\/h3>\n                            <i class=\"fas fa-shield-alt text-3xl opacity-50\"><\/i>\n                        <\/div>\n                        <div class=\"row-details\">\n                            <p class=\"font-light leading-loose max-w-4xl mt-4 pr-14 text-gray-300 text-xl\">\n                            Our first and last priority is preserving your capital. We strictly reject high-risk projects, even if they offer high profit margins (commissions) for the company. Our 7-filter evaluation system is designed precisely to guarantee this security. <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"interactive-row relative border-b border-gray-300 overflow-hidden cursor-pointer\">\n                    <div class=\"row-bg absolute inset-0 z-0\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=1920&q=80\" alt=\"Partnership\" class=\"w-full h-full object-cover filter grayscale opacity-40\">\n                        <div class=\"absolute inset-0 bg-navy\/90\"><\/div>\n                    <\/div>\n                    <div class=\"row-content relative z-10 px-10 lg:px-24 py-8 text-navy\">\n                        <div class=\"flex justify-between items-center\">\n                            <h3 class=\"flex font-bold gap-6 items-center lg:text-5xl text-4xl text-current\"> <span class=\"font-bold font-en opacity-50 text-5xl text-amber-500 text-gold\">03<\/span>\n                            Lifelong Partnership <\/h3>\n                            <i class=\"far fa-handshake text-3xl opacity-50\"><\/i>\n                        <\/div>\n                        <div class=\"row-details\">\n                            <p class=\"font-light leading-loose max-w-4xl mt-4 pr-14 text-gray-300 text-xl\">\n                            For us, signing a contract is not the end; it's the beginning of a partnership. From the moment you choose a property to receiving the title deed, opening a bank account in Oman, and obtaining residency (Golden Visa), we stand by your side and provide continuous support through our customer portal. <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"interactive-row relative border-b border-gray-300 overflow-hidden cursor-pointer\">\n                    <div class=\"row-bg absolute inset-0 z-0\">\n                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1920&q=80\" alt=\"Knowledge\" class=\"w-full h-full object-cover filter grayscale opacity-40\">\n                        <div class=\"absolute inset-0 bg-navy\/90\"><\/div>\n                    <\/div>\n                    <div class=\"row-content relative z-10 px-10 lg:px-24 py-8 text-navy\">\n                        <div class=\"flex justify-between items-center\">\n                            <h3 class=\"flex font-bold gap-6 items-center lg:text-5xl text-4xl text-current\"><span class=\"font-bold font-en opacity-50 text-5xl text-amber-500 text-gold\">04<\/span>\n                            Data-Driven Decision Making<\/h3>\n                            <i class=\"fas fa-brain text-3xl opacity-50\"><\/i>\n                        <\/div>\n                        <div class=\"row-details\">\n                            <p class=\"font-light leading-loose max-w-4xl mt-4 pr-14 text-gray-300 text-xl\">\n                            We do not work on guesswork. Field research and rigorous data analysis are conducted before presenting any proposals. Instead of advertising gross profits, we present you with the real Net ROI based on documented data from the Muscat market. <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"bg-navyDark text-white py-0 flex flex-col lg:flex-row min-h-[800px] border-y-[12px] border-gold\">\n            <div class=\"w-full lg:w-1\/2 p-12 lg:p-32 flex flex-col justify-center relative overflow-hidden group\">\n                <div class=\"absolute inset-0 bg-navy opacity-50 group-hover:opacity-0 transition duration-700 z-0\"><\/div>\n                <div class=\"absolute top-10 right-10 text-[180px] font-en font-black text-stroke-white opacity-5 pointer-events-none z-0\">01<\/div>\n                <div class=\"relative z-10\">\n<\/div>\n                <div class=\"relative z-10\">\n                    <div class=\"w-16 h-16 border border-gold\/50 text-gold flex items-center justify-center text-2xl mb-10 rounded-2xl bg-white\/5 backdrop-blur-md\">\n                        <i class=\"far fa-eye\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-4xl lg:text-5xl font-bold mb-8 font-fa text-white\">Vision<\/h3>\n                    <p class=\"text-xl text-gray-300 font-light leading-loose text-justify font-fa mb-8\">Skyland's vision is to become one of the most reputable and influential investment and real estate brands regionally and in international markets; a brand that becomes a benchmark for investor trust by defining new standards in transparency, precision, and the selection of investment opportunities. In our growth journey, we seek to expand our global presence, develop strategic networks, and create opportunities that guarantee not only financial returns but also security and long-term sustainability.<\/p>\n                    <a href=\"#\" class=\"inline-flex items-center gap-3 text-gold font-bold text-sm tracking-widest font-en uppercase border-b border-gold pb-1 hover:text-white hover:border-white transition\">\n                    Explore The VISION<i class=\"fas fa-arrow-right\"><\/i> <\/a>\n                <\/div>\n            <\/div>\n            <div class=\"w-full lg:w-1\/2 p-12 lg:p-32 flex flex-col justify-center relative overflow-hidden cinematic-img group border-r border-white\/5\">Mi\n                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1486406146926-c627a92ad1ab?auto=format&amp;fit=crop&amp;w=1200&amp;q=80\" alt=\"Mission\" class=\"absolute inset-0 z-0\">\n                <div class=\"absolute inset-0 bg-gradient-to-t from-navyDark via-navyDark\/80 to-navyDark\/40 z-0\"><\/div>\n                <div class=\"absolute top-10 right-10 text-[180px] font-en font-black text-stroke-gold opacity-10 pointer-events-none z-0\">02<\/div>\n                <div class=\"relative z-10\">\n                    <div class=\"w-16 h-16 bg-gold text-navyDark flex items-center justify-center text-2xl mb-10 rounded-2xl shadow-xl\">\n                        <i class=\"fas fa-bullseye\"><\/i>\n                    <\/div>\n                    <h3 class=\"text-4xl lg:text-5xl font-bold mb-8 font-fa text-white\">Mission<\/h3>\n                    <p class=\"text-xl text-gray-300 font-light leading-loose text-justify font-fa mb-8\">Our mission at Skyland is to provide services that exceed expectations in real estate, investment, and trade; services built upon transparency, meticulous analysis, and a profound understanding of every investor's needs. By intelligently selecting projects, providing expert consultation, and offering continuous accompaniment throughout all investment stages, we aim to create real, sustainable value for our clients and partners\u2014value that manifests in reliable results, a professional experience, and long-term relationships.<\/p>\n                    <a href=\"#\" class=\"inline-flex items-center gap-3 text-gold font-bold text-sm tracking-widest font-en uppercase border-b border-gold pb-1 hover:text-white hover:border-white transition\">\n                    Explore The MISSON<i class=\"fas fa-arrow-right\"><\/i> <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"py-24 bg-white relative\">\n            <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n                <div class=\"flex flex-col md:flex-row justify-between items-end mb-16 gap-6\"> \n                    <div class=\"max-w-2xl\"> \n                        <span class=\"text-gold font-montserrat tracking-widest text-sm font-bold mb-3 uppercase block\">The Leadership Team<\/span> \n                        <h2 class=\"text-3xl md:text-5xl font-black text-navy mb-4\">Skyland's Team of Experts<\/h2> \n                        <p class=\"text-[#6C757D] text-lg\">The individuals you see in these images are the architects of your trust; experts who, with local knowledge and a global perspective, guarantee the security of your investment.<\/p> \n                    <\/div>                     \n                <\/div>                 \n                <div class=\"gap-8 grid grid-cols-1 size-auto md:grid-cols-2 lg:grid-cols-4\"> \n                    <div class=\"team-card group bg-cream rounded-2xl overflow-hidden border border-[#E8E0D5] shadow-sm\"> \n                        <div class=\"relative h-[320px] overflow-hidden bg-gray-200\"> \n                            <img decoding=\"async\" src=\"https:\/\/skyland.om\/wp-content\/uploads\/2026\/04\/2026-04-28-at-13.43.45-1.jpeg\" alt=\"Iman Erfani\" class=\"w-full h-full object-cover object-top filter grayscale-[20%]\"> \n                            <div class=\"absolute inset-0 bg-gradient-to-t from-navy\/90 via-navy\/20 to-transparent overlay opacity-0 transition-opacity duration-300 flex items-end p-6\"> \n                                <div class=\"text-white\"> \n                                    <p class=\"text-xs italic font-light leading-relaxed\">Guiding Skyland's macro strategies and building sustainable international partnerships.<\/p> \n                                <\/div>                                 \n                            <\/div>                             \n                        <\/div>                         \n                        <div class=\"p-6 text-center border-t border-gray-100 bg-white\"> \n                            <h3 class=\"text-xl font-bold text-navy mb-1\">Iman Erfani<\/h3> \n                            <p class=\"text-gold font-bold font-montserrat text-[10px] tracking-widest uppercase mb-1\">Chief Executive Officer<\/p> \n                            <p class=\"text-[#6C757D] text-sm\">CEO<\/p> \n                        <\/div>                         \n                    <\/div>                     \n                    <div class=\"team-card group bg-cream rounded-2xl overflow-hidden border border-[#E8E0D5] shadow-sm\"> \n                        <div class=\"relative h-[320px] overflow-hidden bg-gray-200\"> \n                            <img decoding=\"async\" src=\"https:\/\/skyland.om\/wp-content\/uploads\/2026\/04\/photo_2026-04-25_11-31-55.jpg\" alt=\"Zahra Alamzadeh\" class=\"w-full h-full object-cover object-top filter grayscale-[20%]\"> \n                            <div class=\"absolute inset-0 bg-gradient-to-t from-navy\/90 via-navy\/20 to-transparent overlay opacity-0 transition-opacity duration-300 flex items-end p-6\"> \n                                <div class=\"text-white\"> \n                                    <p class=\"text-xs italic font-light leading-relaxed\">Business development and strategic identification of the best investment opportunities in Oman.<\/p> \n                                <\/div>                                 \n                            <\/div>                             \n                        <\/div>                         \n                        <div class=\"p-6 text-center border-t border-gray-100 bg-white\"> \n                            <h3 class=\"text-xl font-bold text-navy mb-1\">Zahra Alamzadeh<\/h3> \n                            <p class=\"text-gold font-bold font-montserrat text-[10px] tracking-widest uppercase mb-1\">Business Development Director<\/p> \n                            <p class=\"text-[#6C757D] text-sm\">Business Development Director<\/p> \n                        <\/div>                         \n                    <\/div>                     \n                    <div class=\"team-card group bg-cream rounded-2xl overflow-hidden border border-[#E8E0D5] shadow-sm\"> \n                        <div class=\"relative h-[320px] overflow-hidden bg-gray-200\"> \n                            <img decoding=\"async\" src=\"https:\/\/skyland.om\/wp-content\/uploads\/2026\/04\/IMG_3806.JPG.jpeg\" alt=\"Legal Advisor\" class=\"w-full h-full object-cover object-top filter grayscale-[20%]\"> \n                            <div class=\"absolute inset-0 bg-gradient-to-t from-navy\/90 via-navy\/20 to-transparent overlay opacity-0 transition-opacity duration-300 flex items-end p-6\"> \n                                <div class=\"text-white\"> \n                                    <p class=\"text-xs italic font-light leading-relaxed\">Meticulous review of documents and contracts to guarantee the absolute legal security of clients.<\/p> \n                                <\/div>                                 \n                            <\/div>                             \n                        <\/div>                         \n                        <div class=\"p-6 text-center border-t border-gray-100 bg-white\"> \n                            <h3 class=\"text-xl font-bold text-navy mb-1\">Ameneh Darvishzadeh<\/h3> \n                            <p class=\"text-gold font-bold font-montserrat text-[10px] tracking-widest uppercase mb-1\">Head of Department<\/p> \n                            <p class=\"text-[#6C757D] text-sm\">Office Manager<\/p> \n                        <\/div>                         \n                    <\/div>                     \n                    <div class=\"team-card group bg-cream rounded-2xl overflow-hidden border border-[#E8E0D5] shadow-sm\"> \n                        <div class=\"relative h-[320px] overflow-hidden bg-gray-200\"> \n                            <img decoding=\"async\" src=\"https:\/\/skyland.om\/wp-content\/uploads\/2026\/04\/photo_2026-04-23_09-48-49-e1777001436967.jpg\" alt=\"Saghar Sedaghat\" class=\"w-full h-full object-cover object-top filter grayscale-[20%]\"> \n                            <div class=\"absolute inset-0 bg-gradient-to-t from-navy\/90 via-navy\/20 to-transparent overlay opacity-0 transition-opacity duration-300 flex items-end p-6\"> \n                                <div class=\"text-white\"> \n                                    <p class=\"text-xs italic font-light leading-relaxed\">Business development and strategic identification of the best investment opportunities in Oman.<\/p> \n                                <\/div>                                 \n                            <\/div>                             \n                        <\/div>                         \n                        <div class=\"p-6 text-center border-t border-gray-100 bg-white\"> \n                            <h3 class=\"text-xl font-bold text-navy mb-1\">Saghar Sedaghat<\/h3> \n                            <p class=\"text-gold font-bold font-montserrat text-[10px] tracking-widest uppercase mb-1\">SALES REPRESENTATIVE<\/p> \n                            <p class=\"text-[#6C757D] text-sm\">Sales Representative<\/p> \n                        <\/div>                         \n                    <\/div>                     \n                <\/div>\n            <\/div>\n        <\/section>\n        <section class=\"bg-navy border-gold border-y-8 hidden overflow-hidden py-32 relative text-white\">\n            <div class=\"max-w-[1600px] mx-auto px-8 lg:px-20 relative z-10 flex flex-wrap justify-between items-center gap-12\">\n                <div>\n                    <p class=\"font-en font-black text-6xl lg:text-[100px] text-white leading-none mb-2\">200<span class=\"text-gold\">+<\/span><\/p>\n                    <p class=\"text-center\">Successful sale of over 200 real estate units<\/p>\n                <\/div>\n                <div class=\"w-px h-20 bg-white\/20 hidden lg:block\"><\/div>\n                <div>\n                    <p class=\"font-en font-black text-6xl lg:text-[100px] text-white leading-none mb-2\"><span class=\"text-gold text-5xl\"><font color=\"#ffffff\"><span style=\"font-size: 100px;\">200<\/span><\/font>+<\/span><\/p>\n                    <p class=\"text-center\">Registration of over 200 successful permanent residency applications<\/p>\n                <\/div>\n                <div class=\"w-px h-20 bg-white\/20 hidden lg:block\"><\/div>\n                <div>\n                    <p class=\"font-en font-black text-6xl lg:text-[100px] text-white leading-none mb-2\">85<span class=\"text-gold text-5xl\">%<\/span><\/p>\n                    <p class=\"text-center\">Customer satisfaction rate<\/p>\n                <\/div>\n                <div class=\"w-px h-20 bg-white\/20 hidden lg:block\"><\/div>\n                <div>\n                    <p class=\"font-en font-black text-6xl lg:text-[100px] text-white leading-none mb-2\">80<span class=\"text-gold text-5xl\">%<\/span><\/p>\n                    <p class=\"text-center\">Sales growth rate of over 80%<\/p>\n                <\/div>\n            <\/div>\n        <\/section>         \n        <section class=\"py-40 bg-silk text-center\">\n            <div class=\"max-w-[800px] mx-auto px-10\">\n                <div class=\"w-20 h-20 bg-gold\/10 text-gold rounded-full flex items-center justify-center text-3xl mx-auto mb-8 border border-gold\/20 shadow-[0_0_30px_rgba(245,194,54,0.15)]\">\n                    <i class=\"far fa-comments\"><\/i>\n                <\/div>\n                <h2 class=\"text-4xl lg:text-5xl font-black text-navy mb-8 font-fa\">Now it's your turn to <br><br>invest with confidence.<\/h2>\n                <p class=\"font-fa font-normal leading-relaxed mb-12 text-gray-500 text-lg\"><p class=\"pb-10 text-center text-lg w-full\">If you are looking for honest advice, precise analysis, and long-term companionship, <br>we are ready to hear your financial goals.&nbsp;<\/p><\/p>\n                <div class=\"flex flex-col sm:flex-row items-center justify-center gap-4\">\n                    <a href=\"tel:+96879110099\" class=\"w-full sm:w-auto bg-gold text-navy font-bold px-8 py-4 rounded-md transition-all shadow-lg hover:bg-white hover:text-navy flex items-center justify-center gap-2\"> <i data-lucide=\"phone-call\" class=\"w-5 h-5\"><\/i>\n                        Direct Contact with the Muscat Office <\/a>\n                    <a href=\"https:\/\/skyland.om\/contact-us\/\" class=\"bg-sky-950 border border-gray-400 flex font-bold gap-2 items-center justify-center px-8 py-4 rounded-md text-white transition-all w-full hover:border-gold hover:text-gold sm:w-auto\"> <i data-lucide=\"mail\" class=\"w-5 h-5\"><\/i>\n                        Send a Message & Book an Appointment <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n        <script>\n        lucide.createIcons();\n        const mobileMenuBtn = document.getElementById('mobile-menu-btn');\n        const mobileMenu = document.getElementById('mobile-menu');\n        if(mobileMenuBtn && mobileMenu) {\n            mobileMenuBtn.addEventListener('click', () => {\n                mobileMenu.classList.toggle('hidden');\n            });\n        }\n                <script>\n        if (typeof lucide !== 'undefined') {\n            lucide.createIcons();\n        }\n\n        document.addEventListener('DOMContentLoaded', () => {\n            const menuBtn = document.getElementById('mobile-menu-btn');\n            const mobileMenu = document.getElementById('mobile-menu');\n            const mobileLinks = document.querySelectorAll('.mobile-link');\n            const header = document.getElementById('main-header');\n            const navContainer = document.getElementById('nav-container');\n\n            \/\/ 1. Header Background on Scroll\n            window.addEventListener('scroll', () => {\n                if (window.scrollY > 50) {\n                    header.classList.add('nav-scrolled');\n                    navContainer.classList.remove('lg:mt-10');\n                } else {\n                    header.classList.remove('nav-scrolled');\n                    navContainer.classList.add('lg:mt-10');\n                }\n            });\n\n            \/\/ 2. Toggle mobile menu open\/close\n            if (menuBtn && mobileMenu) {\n                menuBtn.addEventListener('click', () => {\n                    mobileMenu.classList.toggle('hidden');\n                    const icon = menuBtn.querySelector('i');\n                    if(mobileMenu.classList.contains('hidden')){\n                        icon.classList.remove('fa-times');\n                        icon.classList.add('fa-bars');\n                    } else {\n                        icon.classList.remove('fa-bars');\n                        icon.classList.add('fa-times');\n                    }\n                });\n            }\n\n            \/\/ 3. Close menu when a link is clicked\n            mobileLinks.forEach(link => {\n                link.addEventListener('click', () => {\n                    mobileMenu.classList.add('hidden');\n                    const icon = menuBtn.querySelector('i');\n                    if(icon) {\n                        icon.classList.remove('fa-times');\n                        icon.classList.add('fa-bars');\n                    }\n                });\n            });\n\n            const slider = document.getElementById('projects-slider');\n            const btnPrev = document.getElementById('slider-btn-prev');\n            const btnNext = document.getElementById('slider-btn-next');\n            \n            const getScrollAmount = () => {\n                const card = slider.querySelector('.snap-center');\n                return card ? card.offsetWidth + 24 : 400; \n            };\n\n            if (btnPrev && btnNext && slider) {\n                btnNext.addEventListener('click', () => { slider.scrollBy({ left: -getScrollAmount(), behavior: 'smooth' }); });\n                btnPrev.addEventListener('click', () => { slider.scrollBy({ left: getScrollAmount(), behavior: 'smooth' }); });\n            }\n        });\n    <\/script>\n    <\/body>\n<\/html>\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>Skyland | About Us &#8211; IDENTITY Who We Are Skyland; Where values are not just slogans on a wall. Skyland is a leading real estate, investment, and trading company in Oman, established in 2020. We operate at the intersection of opportunity and trust. Discover Our Story AWARDS &#038; RECOGNITION Skyland, Oman&#8217;s Most Awarded Real Estate [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4379","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages\/4379","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=4379"}],"version-history":[{"count":8,"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages\/4379\/revisions"}],"predecessor-version":[{"id":4387,"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/pages\/4379\/revisions\/4387"}],"wp:attachment":[{"href":"https:\/\/skyland.om\/en\/wp-json\/wp\/v2\/media?parent=4379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}