{"id":14,"date":"2025-12-09T12:09:54","date_gmt":"2025-12-09T12:09:54","guid":{"rendered":"https:\/\/signaturehomes-limited.com\/?page_id=14"},"modified":"2025-12-15T05:47:17","modified_gmt":"2025-12-15T05:47:17","slug":"homepage","status":"publish","type":"page","link":"https:\/\/signaturehomes-limited.com\/","title":{"rendered":"Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14\" class=\"elementor elementor-14\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3251409c e-flex e-con-boxed e-con e-parent\" data-id=\"3251409c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-11cb3b21 e-flex e-con-boxed e-con e-child\" data-id=\"11cb3b21\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1f5e22e e-con-full e-flex e-con e-child\" data-id=\"1f5e22e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4136e9e elementor-widget elementor-widget-heading\" data-id=\"4136e9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SIGNATURE HOMES LIMITED<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f31978b elementor-widget elementor-widget-html\" data-id=\"f31978b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- PASTE THIS DIRECTLY INTO ELEMENTOR HTML WIDGET -->\r\n\r\n<style>\r\n    \/* Import Premium Font *\/\r\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;600;700&display=swap');\r\n\r\n    \/* Container Settings *\/\r\n    .hero-text-container {\r\n        font-family: 'Montserrat', sans-serif;\r\n        font-size: 56px; \/* Desktop Font Size *\/\r\n        line-height: 1.2;\r\n        color: #ffffff;\r\n        font-weight: 700;\r\n        text-transform: uppercase;\r\n        letter-spacing: -0.5px;\r\n        display: flex;\r\n        flex-direction: row; \/* Always row, never column *\/\r\n        flex-wrap: nowrap; \/* Prevent wrapping to keep one line *\/\r\n        align-items: center; \/* Vertically aligns static and dynamic text *\/\r\n        justify-content: center; \/* CENTER ALIGNMENT *\/\r\n        width: 100%;\r\n        text-align: center; \r\n    }\r\n\r\n    \/* The Static Text: \"Signature Offers\" *\/\r\n    .static-text {\r\n        margin-right: 15px;\r\n        white-space: nowrap;\r\n        text-shadow: 0px 10px 30px rgba(0,0,0,0.5); \/* Deep shadow for contrast against hero images *\/\r\n    }\r\n\r\n    \/* The Animated Wrapper *\/\r\n    .dynamic-text-wrapper {\r\n        height: 1.2em; \/* Height matches font-size line-height *\/\r\n        overflow: hidden;\r\n        display: inline-block;\r\n        position: relative;\r\n        vertical-align: top;\r\n        text-align: left; \/* Keeps the dynamic words aligned neatly *\/\r\n        color: #d4af37; \/* Luxury Gold Color *\/\r\n        \/* Ensure wrapper doesn't shrink too much *\/\r\n        flex-shrink: 0; \r\n    }\r\n\r\n    \/* The Scrolling List *\/\r\n    .dynamic-text-list {\r\n        margin: 0;\r\n        padding: 0;\r\n        list-style: none;\r\n        animation: slide-up 10s infinite; \/* Total duration of loop *\/\r\n    }\r\n\r\n    .dynamic-text-list li {\r\n        height: 1.2em; \/* Must match wrapper height *\/\r\n        display: flex;\r\n        align-items: center;\r\n        white-space: nowrap;\r\n        text-shadow: 0px 10px 30px rgba(0,0,0,0.5);\r\n    }\r\n\r\n    \/* The Animation Keyframes \r\n       Logic: pauses at 0%, slides, pauses at 25%, slides, etc.\r\n       Based on 4 items + 1 clone for smooth looping\r\n    *\/\r\n    @keyframes slide-up {\r\n        0%, 20% { transform: translateY(0); }\r\n        25%, 45% { transform: translateY(-1.2em); }\r\n        50%, 70% { transform: translateY(-2.4em); }\r\n        75%, 95% { transform: translateY(-3.6em); }\r\n        100% { transform: translateY(-4.8em); }\r\n    }\r\n\r\n    \/* --- Responsive Styles --- *\/\r\n    \r\n    \/* Tablet *\/\r\n    @media (max-width: 1024px) {\r\n        .hero-text-container {\r\n            font-size: 32px; \/* Reduced to fit long words on portrait tablets *\/\r\n        }\r\n        .static-text {\r\n            margin-right: 10px;\r\n        }\r\n    }\r\n\r\n    \/* Mobile *\/\r\n    @media (max-width: 767px) {\r\n        .hero-text-container {\r\n            font-size: 18px; \/* Significantly reduced to fit in one line on phones *\/\r\n            \/* Removed flex-direction: column to keep it in one line *\/\r\n        }\r\n        \r\n        .static-text {\r\n            margin-right: 6px; \/* Tighten gap on mobile *\/\r\n            margin-bottom: 0; \/* Remove bottom margin since we are in a row *\/\r\n        }\r\n\r\n        \/* Ensure alignment stays correct on mobile row layout *\/\r\n        .dynamic-text-wrapper {\r\n            text-align: left; \r\n        }\r\n        \r\n        .dynamic-text-list li {\r\n            justify-content: flex-start;\r\n        }\r\n    }\r\n    \r\n    \/* Small Mobile (iPhone SE etc) *\/\r\n    @media (max-width: 380px) {\r\n        .hero-text-container {\r\n            font-size: 16px; \/* Even smaller for very narrow screens *\/\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"hero-text-container\">\r\n    <span class=\"static-text\">Signature Offers<\/span>\r\n    <div class=\"dynamic-text-wrapper\">\r\n        <ul class=\"dynamic-text-list\">\r\n            <li>Apartments<\/li>\r\n            <li>Villas<\/li>\r\n            <li>Townhouses<\/li>\r\n            <li>Penthouses<\/li>\r\n            <!-- Clone of first item for seamless loop -->\r\n            <li>Apartments<\/li>\r\n        <\/ul>\r\n    <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c949ec8 elementor-widget elementor-widget-text-editor\" data-id=\"7c949ec8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-path-to-node=\"4,1,0\">Discover premium residences designed for a life of distinction. We blend modern architecture with timeless comfort to create your perfect sanctuary.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5785c2e7 e-flex e-con-boxed e-con e-parent\" data-id=\"5785c2e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-53581e37 e-flex e-con-boxed e-con e-child\" data-id=\"53581e37\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c37de5f e-con-full e-grid e-con e-child\" data-id=\"c37de5f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-828b175 e-transform elementor-widget elementor-widget-counter\" data-id=\"828b175\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-20,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Sold properties<\/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=\"740\" data-from-value=\"500\" data-delimiter=\",\">500<\/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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b16cd1 e-transform elementor-widget elementor-widget-counter\" data-id=\"9b16cd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-20,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Happy Clients<\/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=\"1215\" data-from-value=\"500\" data-delimiter=\",\">500<\/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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b96427 e-transform elementor-widget elementor-widget-counter\" data-id=\"3b96427\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-20,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Projects<\/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=\"175\" 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\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a7d15a e-transform elementor-widget elementor-widget-counter\" data-id=\"7a7d15a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-20,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">hassel free<\/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=\"100\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-54d6c97e e-flex e-con-boxed e-con e-parent\" data-id=\"54d6c97e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1200e008 e-con-full e-flex e-con e-child\" data-id=\"1200e008\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c8ca80a elementor-widget elementor-widget-image\" data-id=\"7c8ca80a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/SetWidth1500-imperial-villa-exterior-KempinskiPalm.webp\" class=\"attachment-full size-full wp-image-57\" alt=\"\" srcset=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/SetWidth1500-imperial-villa-exterior-KempinskiPalm.webp 1500w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/SetWidth1500-imperial-villa-exterior-KempinskiPalm-300x200.webp 300w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/SetWidth1500-imperial-villa-exterior-KempinskiPalm-1024x683.webp 1024w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/SetWidth1500-imperial-villa-exterior-KempinskiPalm-768x512.webp 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a6e179 elementor-absolute elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"7a6e179\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1080\" height=\"720\" src=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/id5736849-Houseshutterstock_2175050093-1080x720-1.webp\" class=\"attachment-full size-full wp-image-58\" alt=\"\" srcset=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/id5736849-Houseshutterstock_2175050093-1080x720-1.webp 1080w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/id5736849-Houseshutterstock_2175050093-1080x720-1-300x200.webp 300w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/id5736849-Houseshutterstock_2175050093-1080x720-1-1024x683.webp 1024w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/id5736849-Houseshutterstock_2175050093-1080x720-1-768x512.webp 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65603c05 e-con-full e-flex e-con e-child\" data-id=\"65603c05\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ae091f elementor-widget elementor-widget-counter\" data-id=\"1ae091f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Completed Project<\/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=\"270\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5975fe96 e-con-full e-flex e-con e-child\" data-id=\"5975fe96\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-650e6319 elementor-widget elementor-widget-heading\" data-id=\"650e6319\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Who We Are<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42d54fa9 elementor-widget elementor-widget-heading\" data-id=\"42d54fa9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Trusted Partner in Property Success<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2074613e elementor-widget elementor-widget-text-editor\" data-id=\"2074613e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Finding the perfect property is a journey, and <b>Signature Homes Limited<\/b> is here to guide you every step of the way. We bring deep market expertise and personalized care to every transaction. Whether you are buying your dream home or investing in a new development, our experience across 270+ completed projects ensures you are in safe, capable hands.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a47c483 elementor-widget elementor-widget-button\" data-id=\"a47c483\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More About Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7466fd67 e-flex e-con-boxed e-con e-parent\" data-id=\"7466fd67\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1eecc86b e-con-full e-flex e-con e-child\" data-id=\"1eecc86b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7807c8e1 elementor-widget elementor-widget-heading\" data-id=\"7807c8e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Embarking on Design Excellence for Your Ideal Living Spaces<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41832076 e-con-full e-flex e-con e-child\" data-id=\"41832076\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54c51133 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"54c51133\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\" las la-home\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b3bd43b elementor-widget elementor-widget-counter\" data-id=\"6b3bd43b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Properties<\/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=\"123\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">K+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e13f9f9 e-con-full e-flex e-con e-child\" data-id=\"4e13f9f9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-679b1685 elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"679b1685\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\" las la-users\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec318cd elementor-widget elementor-widget-counter\" data-id=\"ec318cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Customers<\/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=\"200\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">K+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ee07608 e-con-full e-flex e-con e-child\" data-id=\"5ee07608\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-109f1a1e elementor-view-stacked elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"109f1a1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\" las la-award\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17965bc1 elementor-widget elementor-widget-counter\" data-id=\"17965bc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">Awards Win<\/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=\"50\" 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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c1f8ad5 e-flex e-con-boxed e-con e-parent\" data-id=\"4c1f8ad5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7c23d10d e-con-full e-flex e-con e-child\" data-id=\"7c23d10d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4644b82e e-con-full e-flex e-con e-child\" data-id=\"4644b82e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13cd86d elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"13cd86d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-88ea119 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"s1200 (1)\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-68a6e2b swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"panoramic-view-of-modern-houses.jpg\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-f679102 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53eb4cfc elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"53eb4cfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489ca407\">\n\n            \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-53eb4cfc\">\n                        <a href=\"#collapse-bdcee3f6a705489ca407\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bdcee3f6a705489ca407\" aria-expanded=\"false\" aria-controls=\"Collapse-bdcee3f6a705489ca407\">\n                            \n                            <span class=\"ekit-accordion-title\">Majestic View Towers<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bdcee3f6a705489ca407\" class=\" collapse\" aria-labelledby=\"primaryHeading-0-53eb4cfc\" data-parent=\"#accordion-6a705489ca407\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Apartment: $ 130.000<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-46a50d23 elementor-icon-list--layout-inline elementor-widget__width-inherit elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"46a50d23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Beds<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bath\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Bath<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-ruler-combined\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1250sqft<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26e264fa elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"26e264fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDubai, UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30365bc elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"30365bc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6cc7b037 e-con-full e-flex e-con e-child\" data-id=\"6cc7b037\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3ef6b0de elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"3ef6b0de\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-88ea119 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--out\" role=\"img\" aria-label=\"SetWidth1500-imperial-villa-exterior-KempinskiPalm\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-68a6e2b swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"panoramic-view-of-modern-houses.jpg\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-f679102 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"what-are-tenancy-rights-in-mumbai_blogimage (1)\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fc2a8d6 elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"2fc2a8d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489cc2d8\">\n\n            \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-2fc2a8d6\">\n                        <a href=\"#collapse-bdcee3f6a705489cc2d8\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bdcee3f6a705489cc2d8\" aria-expanded=\"false\" aria-controls=\"Collapse-bdcee3f6a705489cc2d8\">\n                            \n                            <span class=\"ekit-accordion-title\">Majestic Bresitunces<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bdcee3f6a705489cc2d8\" class=\" collapse\" aria-labelledby=\"primaryHeading-0-2fc2a8d6\" data-parent=\"#accordion-6a705489cc2d8\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>House: $ 85,000<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e4da56f elementor-icon-list--layout-inline elementor-widget__width-inherit elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"7e4da56f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Beds<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bath\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Bath<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-ruler-combined\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1250sqft<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-76bc72ce elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"76bc72ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDubai Marina, UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62a8768d elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"62a8768d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37c587d1 e-con-full e-flex e-con e-child\" data-id=\"37c587d1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-152739f8 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"152739f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-88ea119 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"a77ad0ec8c3448878badded4e4d2cad9\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-68a6e2b swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"Untitled design (14)\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-f679102 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"landscape-design-dubai\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1951511 elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"1951511\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489ce4f6\">\n\n            \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-1951511\">\n                        <a href=\"#collapse-bdcee3f6a705489ce4f6\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bdcee3f6a705489ce4f6\" aria-expanded=\"false\" aria-controls=\"Collapse-bdcee3f6a705489ce4f6\">\n                            \n                            <span class=\"ekit-accordion-title\">Smart Town<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bdcee3f6a705489ce4f6\" class=\" collapse\" aria-labelledby=\"primaryHeading-0-1951511\" data-parent=\"#accordion-6a705489ce4f6\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>House: $ 140,000<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35f49395 elementor-icon-list--layout-inline elementor-widget__width-inherit elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"35f49395\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Beds<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bath\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Bath<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-ruler-combined\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1250sqft<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c570652 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"5c570652\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tBay, Dubai, UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3209ae10 elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"3209ae10\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36ed911b e-con-full e-flex e-con e-child\" data-id=\"36ed911b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-578523b5 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"578523b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-88ea119 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"modern-living-room-interior-with-beige-sofa-dining-table-chest-of-drawers-with-poster-frame-3d.jpg\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-68a6e2b swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"modern-bedroom-interior-in-earth-tones-3d-rendering.jpg\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3824f867 elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"3824f867\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489d043c\">\n\n            \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-3824f867\">\n                        <a href=\"#collapse-bdcee3f6a705489d043c\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bdcee3f6a705489d043c\" aria-expanded=\"false\" aria-controls=\"Collapse-bdcee3f6a705489d043c\">\n                            \n                            <span class=\"ekit-accordion-title\">Ophelia Apartment<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bdcee3f6a705489d043c\" class=\" collapse\" aria-labelledby=\"primaryHeading-0-3824f867\" data-parent=\"#accordion-6a705489d043c\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Apartment: $ 130.000<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c78df0d elementor-icon-list--layout-inline elementor-widget__width-inherit elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4c78df0d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Beds<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bath\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Bath<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-ruler-combined\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1250sqft<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6379afd6 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"6379afd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAbu Dhabi, UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3aa3002c elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"3aa3002c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-171e5b4 e-con-full e-flex e-con e-child\" data-id=\"171e5b4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d83c965 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"3d83c965\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-88ea119 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"modern-house-facade.jpg\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-68a6e2b swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"89f6ed10d88ac69d47d0a37bdb510e04\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f535b78 elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"4f535b78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489d23ab\">\n\n            \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-4f535b78\">\n                        <a href=\"#collapse-bdcee3f6a705489d23ab\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bdcee3f6a705489d23ab\" aria-expanded=\"false\" aria-controls=\"Collapse-bdcee3f6a705489d23ab\">\n                            \n                            <span class=\"ekit-accordion-title\">Raaja Garden City<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bdcee3f6a705489d23ab\" class=\" collapse\" aria-labelledby=\"primaryHeading-0-4f535b78\" data-parent=\"#accordion-6a705489d23ab\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>House: $ 150.000<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65660bd elementor-icon-list--layout-inline elementor-widget__width-inherit elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"65660bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Beds<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bath\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Bath<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-ruler-combined\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1250sqft<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d5d60b8 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"2d5d60b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tModen Islani, UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6dfcf1f0 elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"6dfcf1f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a9ba59e e-con-full e-flex e-con e-child\" data-id=\"5a9ba59e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77822d46 elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"77822d46\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-88ea119 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"modern-scandianvian-living-room-interior-with-design-sofa-.jpg\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div><div class=\"elementor-repeater-item-68a6e2b swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--in\" role=\"img\" aria-label=\"id5736849-Houseshutterstock_2175050093-1080x720\"><\/div><div class=\"elementor-background-overlay\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f5a4fbe elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"7f5a4fbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489d4069\">\n\n            \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-7f5a4fbe\">\n                        <a href=\"#collapse-bdcee3f6a705489d4069\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bdcee3f6a705489d4069\" aria-expanded=\"false\" aria-controls=\"Collapse-bdcee3f6a705489d4069\">\n                            \n                            <span class=\"ekit-accordion-title\">The Twin Tower<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\" las la-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bdcee3f6a705489d4069\" class=\" collapse\" aria-labelledby=\"primaryHeading-0-7f5a4fbe\" data-parent=\"#accordion-6a705489d4069\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Office &amp; Apartment: $ 100.000<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30b57eee elementor-icon-list--layout-inline elementor-widget__width-inherit elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"30b57eee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bed\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Beds<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-bath\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2 Bath<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" las la-ruler-combined\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">1250sqft<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cca5b41 elementor-view-stacked elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"4cca5b41\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-location-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tArabian Ranches, UAE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-106166ba elementor-align-right elementor-widget__width-initial elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"106166ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Detail<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-176738e6 e-flex e-con-boxed e-con e-parent\" data-id=\"176738e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5a332df3 e-con-full e-flex e-con e-child\" data-id=\"5a332df3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fb88638 elementor-widget elementor-widget-heading\" data-id=\"3fb88638\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fulfill Your Dreams, Complete Your Life with Your Ideal Home.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-62e4ef84 elementor-widget elementor-widget-text-editor\" data-id=\"62e4ef84\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Crafting bespoke residences in prime locations. We blend architectural excellence with sustainable design to build not just a house, but your legacy.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2827790a elementor-align-left elementor-widget elementor-widget-button\" data-id=\"2827790a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Available Homes<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44699000 e-flex e-con-boxed e-con e-parent\" data-id=\"44699000\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1017dfb8 e-con-full e-flex e-con e-child\" data-id=\"1017dfb8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c2afe2d elementor-widget elementor-widget-heading\" data-id=\"4c2afe2d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Why Choose us<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-723e7c3c elementor-widget elementor-widget-heading\" data-id=\"723e7c3c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We Deliver Exceptional Services for Your Real Estate Journey<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2cdd2680 elementor-widget elementor-widget-text-editor\" data-id=\"2cdd2680\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Your home journey deserves expertise, integrity, and peace of mind. <strong>Signature Homes Limited<\/strong> is built on a foundation of trust, quality craftsmanship, and client-first service, ensuring that every step of your real estate process is seamless, supportive, and successful.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39ff0903 elementor-view-stacked elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"39ff0903\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" ti-money\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAffordable Solutions\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWe provide exceptional value through transparent pricing and cost-effective, sustainable building practices without ever compromising on quality.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3520ae47 elementor-view-stacked elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3520ae47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"lnr lnr-home\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tOptimal Location\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWe meticulously select and develop properties in highly sought-after, amenity-rich neighborhoods that promise long-term growth and convenience.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1de7ca43 elementor-view-stacked elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1de7ca43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-hand_shake\" viewBox=\"0 0 37 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.4 19.84c-0.16-0.16-0.32-0.24-0.48-0.24s-0.4 0.080-0.48 0.24c-0.24 0.16-0.32 0.32-0.32 0.56s0.080 0.4 0.24 0.48 0.32 0.24 0.48 0.24c0.16 0 0.4-0.080 0.48-0.24 0.16-0.16 0.24-0.32 0.24-0.48 0-0.24-0.080-0.4-0.16-0.56zM37.28 22.32c-0.080-0.4-0.48-0.64-0.88-0.48l-4.96 1.28-3.12-11.52 4.96-1.28c0.4-0.080 0.64-0.48 0.48-0.88-0.080-0.4-0.48-0.64-0.88-0.48l-5.6 1.52c-0.24 0.080-0.4 0.24-0.48 0.48l-1.44-0.8c-0.88-0.48-1.84-0.56-2.8-0.24l-1.36 0.48c-0.88 0.32-1.68 0.88-2.32 1.6l-1.92-1.2c-0.8-0.48-1.76-0.56-2.72-0.24l-3.84 1.28 0.16-0.56c0.080-0.4-0.16-0.8-0.48-0.88l-5.6-1.52c-0.4-0.080-0.8 0.16-0.88 0.48-0.080 0.4 0.16 0.8 0.48 0.88l4.96 1.28-0.4 1.28c0 0 0 0 0 0l-2.8 10.32-4.96-1.28c-0.4-0.080-0.8 0.16-0.88 0.48-0.080 0.4 0.16 0.8 0.48 0.88l5.6 1.52c0.080 0 0.16 0 0.16 0 0.24 0 0.48-0.080 0.56-0.32l2.64 0.72c-0.080 0.88 0.32 1.68 1.040 2.16 0.32 0.16 0.72 0.32 1.12 0.32 0.16 0 0.32 0 0.48-0.080 0.16 0.48 0.48 0.96 0.96 1.2 0.32 0.16 0.72 0.32 1.12 0.32 0.16 0 0.32 0 0.48-0.080 0.16 0.48 0.48 0.96 0.96 1.2 0.32 0.16 0.72 0.32 1.12 0.32 0.16 0 0.32 0 0.48-0.080 0.16 0.48 0.48 0.96 0.96 1.2 0.32 0.16 0.72 0.32 1.12 0.32 0.64 0 1.2-0.24 1.6-0.72l0.080 0.080c0.32 0.16 0.72 0.32 1.12 0.32 0.72 0 1.52-0.4 1.92-1.12v0c0.24-0.48 0.32-1.040 0.24-1.52 0.48-0.16 0.96-0.48 1.2-0.96s0.32-1.040 0.24-1.52c0.16-0.080 0.24-0.080 0.32-0.16l4.4-1.76c0.16 0.16 0.32 0.24 0.48 0.24 0.080 0 0.16 0 0.16 0l5.6-1.52c0.48-0.16 0.72-0.56 0.64-0.96zM13.2 24.32l-0.88 1.52c-0.24 0.32-0.64 0.48-0.96 0.24s-0.48-0.64-0.24-0.96l0.88-1.52c0.16-0.24 0.4-0.4 0.64-0.4 0.16 0 0.24 0 0.4 0.080s0.32 0.24 0.32 0.48c0 0.16-0.080 0.4-0.16 0.56zM15.76 25.76l-0.88 1.52c-0.080 0.16-0.24 0.32-0.48 0.32-0.16 0.080-0.4 0-0.56-0.080s-0.32-0.24-0.32-0.48c-0.080-0.16 0-0.4 0.080-0.56l0.88-1.52c0.16-0.24 0.4-0.4 0.64-0.4 0.16 0 0.24 0 0.4 0.080s0.32 0.24 0.32 0.48c0 0.24 0 0.48-0.080 0.64zM18.24 27.2l-0.88 1.52c-0.24 0.32-0.64 0.48-0.96 0.24s-0.48-0.64-0.24-0.96l0.88-1.52c0.080-0.16 0.24-0.32 0.48-0.32 0.080 0 0.16 0 0.16 0 0.16 0 0.24 0 0.4 0.080s0.32 0.24 0.32 0.48c0 0.16-0.080 0.32-0.16 0.48zM20.8 28.64l-0.88 1.52c-0.24 0.32-0.64 0.48-0.96 0.24s-0.48-0.64-0.24-0.96l0.88-1.52c0.16-0.24 0.4-0.4 0.64-0.4 0.16 0 0.24 0 0.4 0.080v0c0.24 0.24 0.32 0.72 0.16 1.040zM22.72 29.76v0c-0.24 0.32-0.64 0.48-0.96 0.24v0l0.4-0.64c0.16-0.24 0.24-0.48 0.24-0.72v0.16c0 0 0 0 0 0v0c0.4 0.16 0.48 0.64 0.32 0.96zM27.2 24.24c0-0.080 0-0.24-0.080-0.32 0.48-0.16 0.96-0.48 1.2-0.96 0.64-1.040 0.24-2.4-0.8-2.96l-2.96-1.76c-0.32-0.24-0.8-0.080-0.96 0.24-0.24 0.32-0.080 0.8 0.24 0.96l2.96 1.76c0.32 0.24 0.48 0.64 0.24 0.96s-0.64 0.48-0.96 0.24l-2.96-1.76c-0.32-0.24-0.8-0.080-0.96 0.24-0.24 0.32-0.080 0.8 0.24 0.96l2.96 1.76c0.16 0.080 0.32 0.24 0.32 0.48s0 0.4-0.080 0.56c-0.080 0.080-0.16 0.16-0.24 0.24v0c-0.080 0-0.080 0.080-0.16 0.080-0.16 0.080-0.4 0.080-0.64-0.080l-2.96-1.6c-0.32-0.24-0.8-0.080-0.96 0.24-0.24 0.32-0.080 0.8 0.24 0.96l2.96 1.76c0.32 0.24 0.48 0.64 0.24 0.96-0.080 0.16-0.24 0.32-0.48 0.32-0.16 0.080-0.4 0-0.56-0.080l-1.76-1.040c0 0 0 0 0 0s0 0 0 0c-0.48-0.24-1.040-0.32-1.52-0.24-0.16-0.48-0.48-0.96-0.96-1.2s-1.040-0.32-1.52-0.24c-0.16-0.48-0.48-0.96-0.96-1.2s-1.040-0.32-1.52-0.24c-0.16-0.48-0.48-0.96-0.96-1.2v0c-1.040-0.64-2.4-0.24-2.96 0.8l-0.56 0.96-2.72-0.72 2.56-9.52 4.88-1.76c0.48-0.16 1.040-0.080 1.44 0.16l1.92 1.12-1.44 2.4c-0.56 0.96-0.48 2.16 0.32 2.96 0.48 0.48 1.040 0.72 1.68 0.72s1.2-0.24 1.68-0.72l3.68-3.68c0.32-0.32 0.32-0.72 0-1.040s-0.72-0.32-1.040 0l-3.68 3.68c-0.32 0.32-0.96 0.32-1.28 0s-0.32-0.8-0.16-1.12l2-3.2c0.4-0.64 1.040-1.2 1.76-1.44l1.36-0.48c0.56-0.16 1.12-0.16 1.6 0.16l2.48 1.36 2.56 10.48-2.72 1.040zM33.92 19.84c-0.16-0.16-0.32-0.24-0.48-0.24s-0.4 0.080-0.48 0.24c-0.16 0.16-0.24 0.32-0.24 0.48s0.080 0.4 0.24 0.48c0.16 0.16 0.32 0.24 0.48 0.24s0.4-0.080 0.48-0.24c0.16-0.16 0.24-0.32 0.24-0.48s-0.080-0.32-0.24-0.48zM18.64 2.56c-0.4 0-0.72 0.32-0.72 0.72v3.44c0 0.4 0.32 0.72 0.72 0.72s0.72-0.32 0.72-0.72v-3.44c0-0.4-0.32-0.72-0.72-0.72zM19.12 0.24c-0.080-0.16-0.32-0.24-0.48-0.24s-0.4 0.080-0.48 0.24-0.24 0.32-0.24 0.48c0 0.16 0.080 0.4 0.24 0.48 0.16 0.16 0.32 0.24 0.48 0.24s0.4-0.080 0.48-0.24c0.16-0.16 0.24-0.32 0.24-0.48s-0.080-0.4-0.24-0.48zM13.52 6.4l-1.28-2.16c-0.24-0.32-0.64-0.48-0.96-0.24s-0.48 0.64-0.24 0.96l1.28 2.16c0.16 0.24 0.4 0.4 0.64 0.4 0.16 0 0.24 0 0.4-0.080 0.24-0.24 0.4-0.64 0.16-1.040zM26 3.92c-0.32-0.24-0.8-0.080-0.96 0.24l-1.28 2.24c-0.24 0.32-0.080 0.8 0.24 0.96 0.080 0.080 0.24 0.080 0.4 0.080 0.24 0 0.48-0.16 0.64-0.4l1.28-2.16c0.16-0.24 0-0.72-0.32-0.96z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tReliable and Trusted\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tOur reputation is built on decades of dependability, clear communication, and a commitment to honoring every promise made to our clients.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54b63085 elementor-view-stacked elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-shape-circle elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"54b63085\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-certificate\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M458.622 255.92l45.985-45.005c13.708-12.977 7.316-36.039-10.664-40.339l-62.65-15.99 17.661-62.015c4.991-17.838-11.829-34.663-29.661-29.671l-61.994 17.667-15.984-62.671C337.085.197 313.765-6.276 300.99 7.228L256 53.57 211.011 7.229c-12.63-13.351-36.047-7.234-40.325 10.668l-15.984 62.671-61.995-17.667C74.87 57.907 58.056 74.738 63.046 92.572l17.661 62.015-62.65 15.99C.069 174.878-6.31 197.944 7.392 210.915l45.985 45.005-45.985 45.004c-13.708 12.977-7.316 36.039 10.664 40.339l62.65 15.99-17.661 62.015c-4.991 17.838 11.829 34.663 29.661 29.671l61.994-17.667 15.984 62.671c4.439 18.575 27.696 24.018 40.325 10.668L256 458.61l44.989 46.001c12.5 13.488 35.987 7.486 40.325-10.668l15.984-62.671 61.994 17.667c17.836 4.994 34.651-11.837 29.661-29.671l-17.661-62.015 62.65-15.99c17.987-4.302 24.366-27.367 10.664-40.339l-45.984-45.004z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tCertified  Agent\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tWork directly with certified, experienced agents who guide you through market complexities, ensuring a smooth, expert-led transaction.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-65ec1128 e-con-full e-flex e-con e-child\" data-id=\"65ec1128\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57e60dac elementor-widget elementor-widget-image\" data-id=\"57e60dac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/landscape-design-dubai.webp\" class=\"attachment-full size-full wp-image-131\" alt=\"\" srcset=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/landscape-design-dubai.webp 1024w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/landscape-design-dubai-300x300.webp 300w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/landscape-design-dubai-150x150.webp 150w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/landscape-design-dubai-768x768.webp 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ae53bff elementor-absolute elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"7ae53bff\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2048\" height=\"2048\" src=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1.webp\" class=\"attachment-full size-full wp-image-133\" alt=\"\" srcset=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1.webp 2048w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1-300x300.webp 300w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1-1024x1024.webp 1024w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1-150x150.webp 150w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1-768x768.webp 768w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/life-meets-art-book-phaidon-sam-lubell-interiors_square_dezeen_2364_col_2-2048x2048-1-1536x1536.webp 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e367187 elementor-absolute elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"5e367187\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/s1200-1.webp\" class=\"attachment-full size-full wp-image-132\" alt=\"\" srcset=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/s1200-1.webp 1200w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/s1200-1-300x300.webp 300w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/s1200-1-1024x1024.webp 1024w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/s1200-1-150x150.webp 150w, https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/s1200-1-768x768.webp 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-345e1e14 e-flex e-con-boxed e-con e-parent\" data-id=\"345e1e14\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1f11518a e-con-full e-flex e-con e-child\" data-id=\"1f11518a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72434096 elementor-widget elementor-widget-heading\" data-id=\"72434096\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">WHAT WE OFFER<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45311445 elementor-widget elementor-widget-heading\" data-id=\"45311445\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Homes That Transform Your Living Experience<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22625b9e elementor-widget elementor-widget-text-editor\" data-id=\"22625b9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Discover the Signature difference: where architectural passion meets personalized service. We go beyond the transaction to provide a comprehensive suite of solutions tailored to your unique real estate aspirations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b86dfe0 elementor-widget__width-inherit elementor-widget elementor-widget-elementskit-accordion\" data-id=\"1b86dfe0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a705489dc8ae\">\n\n            \n                <div class=\"elementskit-card active\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-1b86dfe0\">\n                        <a href=\"#collapse-17cc1a46a705489dc8ae\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-17cc1a46a705489dc8ae\" aria-expanded=\"true\" aria-controls=\"Collapse-17cc1a46a705489dc8ae\">\n                                                            <div class=\"ekit_accordion_icon_left_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n                                        <svg class=\"ekit-svg-icon icon-down-arrow1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.582 8.495c-0.578-0.613-1.544-0.635-2.153-0.059l-13.43 12.723-13.428-12.723c-0.61-0.578-1.574-0.553-2.153 0.059-0.579 0.611-0.553 1.576 0.058 2.155l14.477 13.715c0.293 0.277 0.67 0.418 1.047 0.418s0.756-0.14 1.048-0.418l14.477-13.715c0.611-0.579 0.637-1.544 0.058-2.155z\"><\/path><\/svg>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<svg class=\"ekit-svg-icon icon-up-arrow1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.524 22.15l-14.477-13.715c-0.587-0.556-1.509-0.556-2.095 0l-14.477 13.715c-0.611 0.579-0.637 1.544-0.058 2.155 0.579 0.613 1.544 0.637 2.153 0.058l13.428-12.721 13.43 12.721c0.294 0.279 0.67 0.418 1.048 0.418 0.402 0 0.806-0.159 1.105-0.475 0.579-0.611 0.553-1.576-0.058-2.155z\"><\/path><\/svg>                                    <\/div>\n                                <\/div>\n\n                            \n                            <span class=\"ekit-accordion-title\">Free Consultations<\/span>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-17cc1a46a705489dc8ae\" class=\" show collapse\" aria-labelledby=\"primaryHeading-0-1b86dfe0\" data-parent=\"#accordion-6a705489dc8ae\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Schedule a complimentary, no-obligation session with a certified agent to discuss your financial goals and property preferences.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-1-1b86dfe0\">\n                        <a href=\"#collapse-6bc40616a705489dc8ae\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-6bc40616a705489dc8ae\" aria-expanded=\"false\" aria-controls=\"Collapse-6bc40616a705489dc8ae\">\n                                                            <div class=\"ekit_accordion_icon_left_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n                                        <svg class=\"ekit-svg-icon icon-down-arrow1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.582 8.495c-0.578-0.613-1.544-0.635-2.153-0.059l-13.43 12.723-13.428-12.723c-0.61-0.578-1.574-0.553-2.153 0.059-0.579 0.611-0.553 1.576 0.058 2.155l14.477 13.715c0.293 0.277 0.67 0.418 1.047 0.418s0.756-0.14 1.048-0.418l14.477-13.715c0.611-0.579 0.637-1.544 0.058-2.155z\"><\/path><\/svg>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<svg class=\"ekit-svg-icon icon-up-arrow1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.524 22.15l-14.477-13.715c-0.587-0.556-1.509-0.556-2.095 0l-14.477 13.715c-0.611 0.579-0.637 1.544-0.058 2.155 0.579 0.613 1.544 0.637 2.153 0.058l13.428-12.721 13.43 12.721c0.294 0.279 0.67 0.418 1.048 0.418 0.402 0 0.806-0.159 1.105-0.475 0.579-0.611 0.553-1.576-0.058-2.155z\"><\/path><\/svg>                                    <\/div>\n                                <\/div>\n\n                            \n                            <span class=\"ekit-accordion-title\">Creative &amp; Smart Solutions<\/span>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-6bc40616a705489dc8ae\" class=\" collapse\" aria-labelledby=\"primaryHeading-1-1b86dfe0\" data-parent=\"#accordion-6a705489dc8ae\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Benefit from innovative financing options, custom design input, and smart home technology integration for a future-ready residence.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-2-1b86dfe0\">\n                        <a href=\"#collapse-ce8ed426a705489dc8ae\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ce8ed426a705489dc8ae\" aria-expanded=\"false\" aria-controls=\"Collapse-ce8ed426a705489dc8ae\">\n                                                            <div class=\"ekit_accordion_icon_left_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n                                        <svg class=\"ekit-svg-icon icon-down-arrow1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.582 8.495c-0.578-0.613-1.544-0.635-2.153-0.059l-13.43 12.723-13.428-12.723c-0.61-0.578-1.574-0.553-2.153 0.059-0.579 0.611-0.553 1.576 0.058 2.155l14.477 13.715c0.293 0.277 0.67 0.418 1.047 0.418s0.756-0.14 1.048-0.418l14.477-13.715c0.611-0.579 0.637-1.544 0.058-2.155z\"><\/path><\/svg>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<svg class=\"ekit-svg-icon icon-up-arrow1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.524 22.15l-14.477-13.715c-0.587-0.556-1.509-0.556-2.095 0l-14.477 13.715c-0.611 0.579-0.637 1.544-0.058 2.155 0.579 0.613 1.544 0.637 2.153 0.058l13.428-12.721 13.43 12.721c0.294 0.279 0.67 0.418 1.048 0.418 0.402 0 0.806-0.159 1.105-0.475 0.579-0.611 0.553-1.576-0.058-2.155z\"><\/path><\/svg>                                    <\/div>\n                                <\/div>\n\n                            \n                            <span class=\"ekit-accordion-title\">24\/7 Premium Support<\/span>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-ce8ed426a705489dc8ae\" class=\" collapse\" aria-labelledby=\"primaryHeading-2-1b86dfe0\" data-parent=\"#accordion-6a705489dc8ae\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Our commitment doesn't end at closing. Access round-the-clock support for any post-sale or property management inquiries.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1d7c3134 e-con-full e-flex e-con e-child\" data-id=\"1d7c3134\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-56b3f78c e-con-full e-flex e-con e-child\" data-id=\"56b3f78c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c11aa97 elementor-flip-box--effect-slide elementor-flip-box--direction-right elementor-widget elementor-widget-flip-box\" data-id=\"3c11aa97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<i class=\" las la-home\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tSell A Property\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\tBenefit from our powerful marketing network and expert valuation to achieve the highest possible sale price quickly and efficiently.\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tMaximize Your Return\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tBenefit from our powerful marketing network and expert valuation to achieve the highest possible sale price quickly and efficiently.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tRead More\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8554c7d e-con-full e-flex e-con e-child\" data-id=\"8554c7d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28da69de elementor-flip-box--effect-slide elementor-flip-box--direction-left elementor-widget elementor-widget-flip-box\" data-id=\"28da69de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<i class=\" la la-comments-o\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tBuy A Property\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\tLet our agents guide you through exclusive listings and competitive offers until you find the home that truly fits your signature lifestyle.\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tFind Your Perfect Match\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tLet our agents guide you through exclusive listings and competitive offers until you find the home that truly fits your signature lifestyle.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tRead More\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-49c62586 e-con-full e-flex e-con e-child\" data-id=\"49c62586\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ee8cd37 elementor-flip-box--effect-slide elementor-flip-box--direction-right elementor-widget elementor-widget-flip-box\" data-id=\"4ee8cd37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<i class=\" las la-file-invoice-dollar\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\tRent A Property\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\tWhether you're a landlord seeking reliable renters or a family searching for a temporary luxury residence, we streamline the process.\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\tSecure Ideal Tenants\/Homes\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tWhether you're a landlord seeking reliable renters or a family searching for a temporary luxury residence, we streamline the process.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tRead More\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21aa6842 e-con-full e-flex e-con e-child\" data-id=\"21aa6842\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6eb567ed elementor-flip-box--effect-slide elementor-flip-box--direction-right elementor-widget elementor-widget-flip-box\" data-id=\"6eb567ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"flip-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-flip-box\" tabindex=\"0\">\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__front\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper elementor-view-default\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon\">\n\t\t\t\t\t\t\t\t\t<i class=\" las la-dolly\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t\t24\/7 Premium Support\t\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\t\tOur commitment doesn't end at closing. Access round-the-clock support for any post-sale or property management inquiries.\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"elementor-flip-box__layer elementor-flip-box__back\">\n\t\t\t<div class=\"elementor-flip-box__layer__overlay\">\n\t\t\t\t<div class=\"elementor-flip-box__layer__inner\">\n\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-flip-box__layer__title\">\n\t\t\t\t\t\t\t24\/7 Premium Support\t\t\t\t\t\t<\/h3>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-flip-box__layer__description\">\n\t\t\t\t\t\t\tOur commitment doesn't end at closing. Access round-the-clock support for any post-sale or property management inquiries.\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-flip-box__button elementor-button elementor-size-sm\">\n\t\t\t\t\t\t\tRead More\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dda8f55 e-flex e-con-boxed e-con e-parent\" data-id=\"3dda8f55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=4jnzf1yj48M&quot;,&quot;background_video_start&quot;:11,&quot;background_video_end&quot;:51,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_privacy_mode&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div><div class=\"elementor-element elementor-element-29106737 e-flex e-con-boxed e-con e-child\" data-id=\"29106737\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f454a04 elementor-widget elementor-widget-heading\" data-id=\"3f454a04\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our Foundation of Trust: Partnering for Excellence<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-222fd79a elementor-widget elementor-widget-text-editor\" data-id=\"222fd79a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Signature Homes Limited collaborates exclusively with industry leaders who share our unwavering commitment to quality, integrity, and client satisfaction.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f8b53b elementor-skin-coverflow elementor-widget elementor-widget-media-carousel\" data-id=\"5f8b53b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;coverflow&quot;,&quot;slides_per_view&quot;:&quot;3&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:3000,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"Damac-2-1024x259\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/Damac-2-1024x259-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"SOBHA-REALTY-2-1024x259\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/SOBHA-REALTY-2-1024x259-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"Danube-PROPERTEIS-2-1024x259\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/Danube-PROPERTEIS-2-1024x259-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"AZIZI-2-2-1024x259\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/AZIZI-2-2-1024x259-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"dev_img_1341_samana-developers-logo-345-261-e1737652629420-1\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/dev_img_1341_samana-developers-logo-345-261-e1737652629420-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"OMNIYAT-2-1024x259\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/OMNIYAT-2-1024x259-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"images-3\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/images-3.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"DECA-Logo-e1737652698349-1-1024x249\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/DECA-Logo-e1737652698349-1-1024x249-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"269-e1737679826798-1\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/269-e1737679826798-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"ARADA_Company_Logo-1\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/ARADA_Company_Logo-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image swiper-lazy\" role=\"img\" aria-label=\"03-1024x290\" data-background=\"https:\/\/signaturehomes-limited.com\/wp-content\/uploads\/2025\/12\/03-1024x290-1.webp\">\n\n\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22df01a0 e-flex e-con-boxed e-con e-parent\" data-id=\"22df01a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3d49dd08 e-con-full e-flex e-con e-child\" data-id=\"3d49dd08\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58c4b5dd elementor-widget elementor-widget-heading\" data-id=\"58c4b5dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Invest In Dubai<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d2b7daa elementor-widget elementor-widget-text-editor\" data-id=\"7d2b7daa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><b>Dubai represents a globally unmatched opportunity for long-term wealth creation and lifestyle transformation.<\/b><\/p><p>Investing in the Emirate&#8217;s real estate market offers incredible stability, a strategic global location, and access to a perpetually thriving, forward-thinking economy. The benefits are clear: world-class modern infrastructure, unparalleled tax advantages, and a diverse portfolio of luxury residential and high-yield commercial property options that guarantee strong appeal and robust capital appreciation.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21bb7c9c elementor-widget elementor-widget-button\" data-id=\"21bb7c9c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Elevate Your Journey<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55d1610 e-con-full e-flex e-con e-child\" data-id=\"55d1610\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75afaa4 e-con-full e-grid e-con e-child\" data-id=\"75afaa4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33232fe e-transform elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"33232fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-15,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" icon_currency\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tStable Markets\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9031e4 e-transform elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e9031e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-15,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\" icon_documents_alt\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGOLDEN VISA\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4f6707 e-transform elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"d4f6707\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-15,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-graph-2\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M5.621 31.936h-4.982c-0.319 0-0.639-0.256-0.639-0.639v-9.709c0-0.319 0.256-0.639 0.639-0.639h4.982c0.319 0 0.639 0.256 0.639 0.639v9.709c0 0.383-0.319 0.639-0.639 0.639zM1.277 30.723h3.768v-8.495h-3.768v8.495z\"><\/path><path d=\"M14.18 32h-4.982c-0.319 0-0.639-0.256-0.639-0.639v-13.477c0-0.319 0.255-0.639 0.639-0.639h4.982c0.319 0 0.639 0.256 0.639 0.639v13.477c0 0.319-0.319 0.639-0.639 0.639zM9.836 30.723h3.768v-12.2h-3.768v12.2z\"><\/path><path d=\"M22.739 31.936h-4.982c-0.319 0-0.639-0.256-0.639-0.639v-19.417c0-0.319 0.256-0.639 0.639-0.639h4.982c0.319 0 0.639 0.255 0.639 0.639v6.259c0 0.319-0.256 0.639-0.639 0.639-0.319 0-0.639-0.256-0.639-0.639v-5.621h-3.768v18.204h3.768v-7.409c0-0.319 0.256-0.639 0.639-0.639 0.319 0 0.639 0.256 0.639 0.639v7.984c0 0.383-0.256 0.639-0.639 0.639z\"><\/path><path d=\"M22.739 21.461c-0.192 0-0.319-0.064-0.447-0.192s-0.192-0.256-0.192-0.447c0-0.192 0.064-0.319 0.192-0.447s0.256-0.192 0.447-0.192c0.192 0 0.319 0.064 0.447 0.192s0.192 0.256 0.192 0.447c0 0.192-0.064 0.319-0.192 0.447s-0.256 0.192-0.447 0.192z\"><\/path><path d=\"M31.297 31.936h-4.982c-0.319 0-0.639-0.256-0.639-0.639v-23.313c0-0.319 0.256-0.639 0.639-0.639h4.982c0.319 0 0.639 0.255 0.639 0.639v23.313c0 0.383-0.256 0.639-0.639 0.639zM26.954 30.723h3.768v-22.1h-3.768v22.1z\"><\/path><path d=\"M3.13 11.88c-0.256 0-0.511-0.192-0.575-0.447-0.064-0.319 0.128-0.703 0.447-0.766 0.128-0.064 12.902-3.449 25.549-10.539 0.256-0.192 0.639-0.128 0.83 0.192s0.064 0.703-0.256 0.83c-6.643 3.768-13.349 6.451-17.756 8.112-4.79 1.725-8.048 2.619-8.112 2.619s-0.064 0-0.128 0z\"><\/path><path d=\"M28.104 2.938c-0.064 0-0.192 0-0.256-0.064-0.319-0.128-0.447-0.511-0.319-0.83l0.319-0.766h-0.894c-0.319 0-0.639-0.256-0.639-0.639 0-0.319 0.256-0.639 0.639-0.639h1.852c0.192 0 0.383 0.128 0.511 0.256 0.128 0.192 0.128 0.383 0.064 0.575l-0.703 1.725c-0.128 0.192-0.383 0.383-0.575 0.383z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHIGH RETURNS\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1152a14 e-transform elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1152a14\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-15,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-protected-content-v3\" viewBox=\"0 0 28 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M13.859 0l-13.859 8.019v1.557c0 8.954 4.827 17.207 12.535 21.645l1.324 0.779 1.324-0.779c7.708-4.438 12.535-12.769 12.535-21.645v-1.557l-13.859-8.019zM26.939 9.577c0 8.642-4.672 16.662-12.146 21.022l-0.934 0.545-0.934-0.545c-7.474-4.36-12.146-12.38-12.146-21.022v-1.090l13.080-7.552 13.080 7.552v1.090z\"><\/path><path d=\"M11.29 10.822v1.246c0 0.234 0.156 0.389 0.389 0.389s0.389-0.156 0.389-0.389v-1.246c0-0.467 0.389-0.856 0.856-0.856h1.946c0.467 0 0.856 0.389 0.856 0.856v3.037h2.102c0.467 0 0.856 0.389 0.856 0.856v4.983c0 0.467-0.389 0.856-0.856 0.856h-7.786c-0.467 0-0.856-0.389-0.856-0.856v-4.983c0-0.467 0.389-0.856 0.856-0.856h4.204c0.234 0 0.389-0.156 0.389-0.389s-0.156-0.389-0.389-0.389h-4.204c-0.856 0-1.635 0.701-1.635 1.635v4.983c0 0.856 0.701 1.635 1.635 1.635h7.786c0.856 0 1.635-0.701 1.635-1.635v-4.983c0-0.856-0.701-1.635-1.635-1.635h-1.324v-2.258c0-0.856-0.701-1.635-1.635-1.635h-1.946c-0.934 0.078-1.635 0.779-1.635 1.635z\"><\/path><path d=\"M13.859 16.818c-0.234 0-0.389 0.156-0.389 0.389v1.791h0.389c1.012 0 1.791-0.779 1.791-1.791s-0.779-1.791-1.791-1.791-1.791 0.779-1.791 1.791c0 0.467 0.156 0.934 0.467 1.246 0.156 0.156 0.389 0.156 0.545 0s0.156-0.389 0-0.545c-0.156-0.156-0.234-0.389-0.234-0.701 0-0.545 0.467-1.012 1.012-1.012s1.012 0.467 1.012 1.012c0 0.467-0.234 0.779-0.623 0.934v-0.934c0-0.234-0.156-0.389-0.389-0.389z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSAFE INVESTMENT\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89e1f48 e-transform elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"89e1f48\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-15,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-globe\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M7.073 10.5h-0.013l-0.144 0.25c-0.013 0.023-0.024 0.046-0.037 0.069-0.080 0.139-0.154 0.28-0.226 0.422-0.058 0.114-0.112 0.229-0.166 0.344q-0.155 0.334-0.287 0.68c-0.055 0.143-0.11 0.287-0.159 0.431s-0.089 0.283-0.13 0.427c-0.050 0.167-0.090 0.335-0.13 0.505-0.027 0.118-0.058 0.236-0.082 0.355-0.053 0.27-0.093 0.541-0.125 0.815q-0.016 0.136-0.027 0.273c-0.027 0.309-0.047 0.618-0.047 0.929s0.019 0.616 0.047 0.928c0.007 0.078 0.013 0.157 0.021 0.235 0.027 0.238 0.066 0.478 0.11 0.718 0.024 0.132 0.050 0.263 0.077 0.393l0.005 0.023 0.066 0.3 0.013 0.003c0.399 1.538 1.092 2.878 2.020 4.019l-0.015-0.019-0.004 0.006 0.059 0.068 0.008 0.009 0.2 0.23c0.037 0.043 0.080 0.080 0.118 0.122 0.177 0.195 0.358 0.385 0.55 0.566 0.069 0.066 0.14 0.128 0.211 0.192 0.188 0.17 0.382 0.334 0.582 0.489 0.073 0.056 0.147 0.111 0.221 0.166 0.216 0.159 0.435 0.309 0.662 0.45 0.060 0.037 0.12 0.073 0.181 0.11q0.379 0.227 0.777 0.421c0.023 0.012 0.044 0.026 0.068 0.037l0.345 0.165c1.232 0.551 2.671 0.871 4.184 0.871 4.737 0 8.74-3.142 10.038-7.455l0.019-0.074 0.020-0.067c0.029-0.1 0.050-0.2 0.075-0.296 0.069-0.267 0.128-0.538 0.176-0.814 0.031-0.177 0.059-0.353 0.081-0.53 0.014-0.116 0.027-0.231 0.038-0.35 0.027-0.303 0.047-0.61 0.047-0.915 0-0.338-0.018-0.674-0.050-1.007-0.015-0.15-0.041-0.295-0.061-0.443-0.025-0.177-0.050-0.354-0.081-0.53-0.035-0.185-0.082-0.366-0.127-0.55-0.033-0.131-0.064-0.262-0.1-0.393-0.058-0.2-0.125-0.393-0.194-0.588-0.038-0.107-0.076-0.215-0.118-0.321-0.079-0.203-0.166-0.4-0.259-0.6-0.044-0.093-0.087-0.185-0.134-0.277q-0.15-0.3-0.323-0.591c-0.050-0.082-0.1-0.164-0.15-0.245-0.122-0.196-0.25-0.387-0.384-0.574-0.053-0.073-0.108-0.146-0.163-0.218-0.142-0.187-0.288-0.37-0.442-0.547-0.021-0.024-0.039-0.050-0.060-0.075l-0.2-0.227h-0.011c-1.915-2.047-4.632-3.322-7.647-3.322-3.76 0-7.056 1.983-8.9 4.961l-0.026 0.045zM12.387 7.522l0.103 0.49 1.45 0.373-0.403 2.787-1.158 0.563-0.36-2.155c-0.036-0.217-0.137-0.405-0.282-0.55v0l-0.704-0.727 1.45-0.29zM6.543 15.155c0.006-0.072 0.012-0.145 0.020-0.216 0.028-0.25 0.067-0.497 0.114-0.741 0.021-0.105 0.045-0.209 0.069-0.313 0.035-0.153 0.074-0.303 0.117-0.453q0.077-0.271 0.17-0.537c0.046-0.132 0.093-0.264 0.144-0.393s0.11-0.267 0.17-0.4c0.050-0.107 0.1-0.212 0.153-0.316 0.050-0.096 0.093-0.193 0.143-0.287h1.085c0 0 0 0 0 0 0.004 0 0.007 0.002 0.009 0.005l0 0 1.578 2.385-1.578 1.183-1.593 0.796c-0.334 0.168-0.56 0.508-0.56 0.901 0 0.088 0.011 0.174 0.033 0.256l-0.002-0.007 0.181 0.789-0.122-0.030q-0.085-0.442-0.128-0.881c-0.028-0.295-0.045-0.592-0.045-0.895 0-0.286 0.018-0.566 0.043-0.845zM12.5 23.126c0 0 0 0 0 0.001 0 0.127-0.046 0.242-0.123 0.331l0.001-0.001-0.806 0.937c-0.184-0.098-0.363-0.203-0.54-0.312-0.047-0.029-0.095-0.056-0.143-0.087-0.155-0.1-0.306-0.205-0.455-0.313-0.077-0.056-0.153-0.113-0.228-0.171-0.136-0.105-0.269-0.211-0.4-0.323-0.074-0.064-0.145-0.131-0.217-0.2-0.13-0.119-0.259-0.236-0.383-0.363l0.738-0.491c0.079-0.054 0.176-0.085 0.281-0.085 0.030 0 0.059 0.003 0.087 0.007l-0.003-0 1.765 0.294c0.242 0.041 0.424 0.248 0.424 0.499 0 0 0 0.001 0 0.001v-0zM16 25.5c-1.255-0.001-2.452-0.248-3.547-0.693l0.063 0.023 0.62-0.72c0.226-0.262 0.364-0.607 0.364-0.983v0-0.273c0-0.001 0-0.003 0-0.004 0-0.744-0.541-1.362-1.251-1.482l-0.009-0.001-1.765-0.294c-0.075-0.013-0.162-0.021-0.25-0.021-0.311 0-0.6 0.095-0.84 0.257l0.005-0.003-0.847 0.564c-0.696-0.871-1.25-1.892-1.604-3.002l-0.019-0.067c0.503-0.061 0.889-0.485 0.889-0.999 0-0.089-0.012-0.176-0.033-0.258l0.002 0.007-0.188-0.788 1.592-0.796c0.059-0.030 0.11-0.062 0.157-0.098l-0.003 0.002 1.576-1.182c0.247-0.186 0.405-0.479 0.405-0.809 0-0.209-0.063-0.403-0.172-0.564l0.002 0.004-1.58-2.368c-0.183-0.273-0.491-0.45-0.84-0.45-0.001 0-0.001 0-0.002 0h-0.458c0.521-0.727 1.114-1.355 1.782-1.894l0.018-0.014c0.049 0.172 0.137 0.319 0.254 0.438l-0-0 0.711 0.714 0.36 2.155c0.053 0.324 0.256 0.591 0.533 0.732l0.006 0.003c0.133 0.070 0.291 0.111 0.459 0.111 0.165 0 0.321-0.040 0.458-0.111l-0.006 0.003 1.141-0.571c0.292-0.148 0.501-0.426 0.549-0.756l0.001-0.006 0.396-2.778c0.007-0.044 0.010-0.094 0.010-0.145 0-0.471-0.323-0.867-0.759-0.978l-0.007-0.002-1.363-0.341c0.952-0.356 2.053-0.563 3.202-0.563 2.074 0 3.991 0.672 5.545 1.81l-0.026-0.018c-0.030 0.007-0.061 0.008-0.090 0.018-0.295 0.092-0.527 0.307-0.639 0.584l-0.002 0.007-0.7 1.741-1.645 0.819-1-0.333c-0.096-0.033-0.206-0.052-0.32-0.052-0.279 0-0.532 0.113-0.714 0.297l-1.677 1.677c-0.126 0.126-0.219 0.285-0.264 0.463l-0.002 0.007-0.458 1.831-0.86 2.153c-0.046 0.111-0.072 0.24-0.072 0.375 0 0.279 0.113 0.532 0.297 0.715l0.9 0.9c0.19 0.177 0.447 0.286 0.728 0.286 0.278 0 0.532-0.106 0.723-0.281l-0.001 0.001 0.276 1.1 0.335 1.675c0.095 0.468 0.502 0.815 0.991 0.815 0.24 0 0.461-0.084 0.634-0.224l-0.002 0.002 1.697-1.358c0.182-0.146 0.312-0.351 0.36-0.585l0.001-0.007 0.445-2.223 0.616-0.9 1.056 1.059c0.183 0.183 0.436 0.297 0.715 0.297 0.394 0 0.735-0.225 0.902-0.554l0.003-0.006 0.194-0.346 0.25 0.628c0.114 0.279 0.343 0.491 0.626 0.579l0.007 0.002c-1.42 3.567-4.841 6.043-8.841 6.050h-0.001zM24.257 11.319c0.104 0.182 0.198 0.37 0.289 0.559 0.035 0.073 0.072 0.145 0.105 0.219 0.078 0.173 0.15 0.35 0.218 0.527 0.037 0.1 0.073 0.195 0.108 0.294q0.084 0.247 0.157 0.497c0.035 0.124 0.066 0.25 0.096 0.375 0.036 0.15 0.072 0.3 0.1 0.454 0.030 0.164 0.053 0.329 0.076 0.495 0.017 0.123 0.037 0.244 0.050 0.367 0.027 0.294 0.044 0.595 0.044 0.895 0 0.278-0.018 0.55-0.041 0.823-0.009 0.096-0.017 0.192-0.029 0.288-0.022 0.187-0.050 0.372-0.085 0.555q-0.053 0.294-0.125 0.587c-0.017 0.073-0.037 0.145-0.056 0.218l-0.024 0.029-0.25-0.628c-0.153-0.376-0.516-0.636-0.939-0.636-0.394 0-0.735 0.225-0.902 0.554l-0.003 0.006-0.192 0.35-1.058-1.058c-0.183-0.183-0.436-0.296-0.715-0.296-0.349 0-0.657 0.177-0.839 0.447l-0.002 0.004-0.6 0.897c-0.070 0.104-0.122 0.225-0.149 0.356l-0.001 0.007-0.448 2.225-1.716 1.35-0.34-1.7-0.281-1.123c-0.088-0.356-0.359-0.632-0.704-0.728l-0.007-0.002c-0.082-0.024-0.177-0.038-0.275-0.038h-0c-0.283 0.002-0.538 0.115-0.726 0.298l0-0-0.902-0.912 0.864-2.16c0.014-0.034 0.028-0.076 0.038-0.119l0.001-0.006 0.46-1.834 1.688-1.68 1 0.334c0.095 0.033 0.205 0.051 0.319 0.051 0.165 0 0.321-0.039 0.459-0.109l-0.006 0.003 1.637-0.816c0.221-0.112 0.392-0.297 0.484-0.522l0.002-0.007 0.71-1.74 0.788 0.525c0.158 0.107 0.354 0.171 0.564 0.171 0.072 0 0.143-0.008 0.21-0.022l-0.007 0.001c0.31 0.372 0.602 0.786 0.861 1.221l0.024 0.044c0.023 0.037 0.047 0.075 0.070 0.114z\"><\/path><path d=\"M17.779 1.393l-1.779 1.607 1.608 1.779 1.438 0.072-1.079-1.193c6.004 0.985 10.529 6.136 10.529 12.344 0 6.393-4.8 11.666-10.992 12.41l-0.060 0.006 0.114 0.994c6.757-0.806 11.945-6.502 11.945-13.41 0-6.78-4.998-12.393-11.511-13.354l-0.074-0.009 1.3-1.173z\"><\/path><path d=\"M2.5 16c0.040 6.764 5.016 12.354 11.506 13.353l0.076 0.010-1.3 1.172 1.438 0.073 1.78-1.608-1.607-1.779-1.438-0.072 1.079 1.194c-6.007-0.983-10.535-6.135-10.535-12.345 0-6.395 4.803-11.669 10.998-12.411l0.059-0.006-0.114-0.994c-6.755 0.801-11.943 6.494-11.943 13.398 0 0.004 0 0.009 0 0.013v-0.001z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGLOBAL FINANCE CENTRE\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e22f989 e-transform elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"e22f989\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-15,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-home2\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M31.66 13.404l-15.168-11.106c-0.293-0.214-0.69-0.214-0.982 0l-15.169 11.106c-0.37 0.271-0.451 0.792-0.18 1.162s0.792 0.451 1.162 0.18l14.677-10.746 14.677 10.746c0.148 0.108 0.32 0.161 0.491 0.161 0.256 0 0.509-0.118 0.671-0.34 0.271-0.37 0.191-0.891-0.18-1.162zM27.64 14.934c-0.459 0-0.831 0.372-0.831 0.831v13.234h-6.651v-7.224c0-2.293-1.865-4.157-4.157-4.157s-4.157 1.865-4.157 4.157v7.224h-6.651v-13.234c0-0.459-0.372-0.831-0.831-0.831s-0.831 0.372-0.831 0.831v14.066c0 0.459 0.372 0.831 0.831 0.831h8.314c0.437 0 0.795-0.338 0.828-0.767 0.002-0.019 0.003-0.041 0.003-0.065v-8.056c0-1.376 1.119-2.495 2.495-2.495s2.495 1.119 2.495 2.495v8.056c0 0.024 0.001 0.045 0.003 0.064 0.033 0.429 0.391 0.767 0.828 0.767h8.314c0.459 0 0.831-0.372 0.831-0.831v-14.066c-0-0.459-0.372-0.832-0.831-0.832z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t0% RESIDENTIAL PROPERTY TAX\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\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\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-122c8f69 e-flex e-con-boxed e-con e-parent\" data-id=\"122c8f69\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-47e278db e-con-full e-flex e-con e-child\" data-id=\"47e278db\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2f163db5 elementor-widget elementor-widget-heading\" data-id=\"2f163db5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Testimonial<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15940c1f elementor-widget elementor-widget-heading\" data-id=\"15940c1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Client Feedback &amp; Reviews<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e4836d5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7e4836d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-462c8ce0 e-con-full e-flex e-con e-child\" data-id=\"462c8ce0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61e0333f elementor-testimonial--align-left elementor-testimonial--skin-bubble elementor-testimonial--layout-image_inline elementor-widget elementor-widget-testimonial-carousel\" data-id=\"61e0333f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_per_view&quot;:&quot;2&quot;,&quot;slides_per_view_tablet&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_scroll_tablet&quot;:&quot;1&quot;,&quot;lazyload&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:21,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:21,&quot;sizes&quot;:[]},&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"testimonial-carousel.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tAs an international investor, securing property in Dubai felt complex until I partnered with Signature Homes. Their team didn't just show me listings; they provided a strategic portfolio plan. Thanks to their insight into emerging districts, my investment has already seen significant capital appreciation. It was a seamless process and a highly profitable decision.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"http:\/\/theme.creativemox.com\/realia\/wp-content\/uploads\/sites\/29\/2024\/03\/1.jpg\" alt=\"Omar Al-Shamsi\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Omar Al-Shamsi<\/span><span class=\"elementor-testimonial__title\">Abu Dhabi<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tMoving our family to Dubai was a huge step, but Signature Homes made the home search feel effortless. They understood our need for a family-friendly community with excellent amenities. We found a stunning villa in Dubai Hills Estate that perfectly fits our lifestyle. Professional, transparent, and genuinely caring\u2014they built our confidence every step of the way.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"http:\/\/theme.creativemox.com\/realia\/wp-content\/uploads\/sites\/29\/2024\/03\/5.jpg\" alt=\"Eleanor &amp; James M.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">Eleanor & James M.<\/span><span class=\"elementor-testimonial__title\">New Dubai Residents<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial\">\n\t\t\t\t\t\t\t<div class=\"elementor-testimonial__content\">\n\t\t\t\t\t<div class=\"elementor-testimonial__text\">\n\t\t\t\t\t\tI was hesitant about buying my first apartment in Downtown Dubai, but the Signature Homes team was completely different from other brokers. Their agent, Sarah, was honest, patient, and walked me through every legal detail. There were no hidden costs, and the entire transaction\u2014from viewing to key handover\u2014was incredibly smooth. Highly recommend their integrity and service.\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-testimonial__footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-testimonial__image\">\n\t\t\t\t\t\t<img class=\"swiper-lazy\" data-src=\"http:\/\/theme.creativemox.com\/realia\/wp-content\/uploads\/sites\/29\/2024\/03\/14.jpg\" alt=\"David &amp; Sofia P.\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-lazy-preloader\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<cite class=\"elementor-testimonial__cite\"><span class=\"elementor-testimonial__name\">David & Sofia P.<\/span><span class=\"elementor-testimonial__title\">Dubai<\/span><\/cite>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77149ee3 e-flex e-con-boxed e-con e-parent\" data-id=\"77149ee3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bdd7585 e-con-full e-flex e-con e-child\" data-id=\"bdd7585\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ea3c23e elementor-widget elementor-widget-heading\" data-id=\"2ea3c23e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Latest News &amp; Article<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d1f16b2 e-con-full e-flex e-con e-child\" data-id=\"6d1f16b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-224c24b1 elementor-align-right elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"224c24b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View All Article<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6ed9bc8 e-con-full e-flex e-con e-child\" data-id=\"6ed9bc8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70b2e17 elementor-grid-4 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts\" data-id=\"70b2e17\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;classic_columns&quot;:&quot;4&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:21,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1 post type-post status-publish format-standard hentry category-uncategorized\" role=\"listitem\">\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<div class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/signaturehomes-limited.com\/?p=1\" >\n\t\t\t\tHello world!\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-post__meta-data\">\n\t\t\t\t\t<span class=\"elementor-post-date\">\n\t\t\tDecember 9, 2025\t\t<\/span>\n\t\t\t\t<span class=\"elementor-post-avatar\">\n\t\t\t1 Comment\t\t<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>SIGNATURE HOMES LIMITED Signature Offers Apartments Villas Townhouses Penthouses Apartments Discover premium residences designed for a life of distinction. We blend<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"postBodyCss":"","postBodyMargin":[],"postBodyPadding":[],"postBodyBackground":{"backgroundType":"classic","gradient":""},"footnotes":""},"class_list":["post-14","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":211,"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions"}],"predecessor-version":[{"id":418,"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=\/wp\/v2\/pages\/14\/revisions\/418"}],"wp:attachment":[{"href":"https:\/\/signaturehomes-limited.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}