<!DOCTYPE html>
<html lang="en-US" class="loading-site no-js">

<head>
  <meta charset="UTF-8" />
  <link rel="profile" href="https://gmpg.org/xfn/11" />
  <link rel="pingback" href="https://www.propertyfinder.ae/blog/xmlrpc.php" />

  <script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<link rel="canonical" href="https://www.propertyfinder.ae/blog/" class="yoast-seo-meta-tag" />    <!-- CHEQ Integration: Callback Definition -->
    <script id="cheq-callback">
    (function() {
        'use strict';
        
        // State management
        var CHEQ_SENT = false;
        var MAX_RETRIES = 30;
        var retry_count = 0;
        
        window.onCheqResponse = function(argument1, RequestId) {
            if (CHEQ_SENT) return;
            
            try {
                var threatGroup = localStorage.getItem('_cq_p_tg');
                var threatType = localStorage.getItem('_cq_p_tt');
                
                if (threatGroup && threatType) {
                    CHEQ_SENT = true;
                    fireTealiumEvent(threatGroup, threatType, RequestId);
                    mapTealiumFPID();
                } else {
                    retry_count++;
                    if (retry_count < MAX_RETRIES) {
                        setTimeout(function() {
                            window.onCheqResponse(argument1, RequestId);
                        }, 100);
                    }
                }
            } catch (e) {
                console.error('CHEQ: Error in callback', e);
            }
        };
        
        function fireTealiumEvent(threatGroup, threatType, requestId) {
            if (typeof utag === 'undefined' || typeof utag.link !== 'function') {
                setTimeout(function() {
                    fireTealiumEvent(threatGroup, threatType, requestId);
                }, 100);
                return;
            }
            
            try {
                // console.log('CHEQ: Firing event with requestId:', requestId);
                utag.link({
                    event: 'cheq_threat_ready',
                    tealium_event: 'cheq_threat_ready',
                    cheq_threat_category: threatGroup,
                    cheq_threat_type: threatType,
                    cheq_threat_request_id: requestId
                });
            } catch (e) {
                console.error('CHEQ: Error firing Tealium event', e);
            }
        }
        
        function mapTealiumFPID() {
            var fpidSent = false;
            var FPID_TIMEOUT = 5000;
            var cookieStoreHandler = null;
            var timeoutId = null;
            
            function sendFPID(vid) {
                if (fpidSent) return;
                
                if (!vid || typeof vid !== 'string') {
                    fpidSent = true;
                    cleanup();
                    return;
                }
                
                if (!window._cq || !window._cq.events) {
                    setTimeout(function() { sendFPID(vid); }, 100);
                    return;
                }
                
                fpidSent = true;
                cleanup();
                
                try {
                    window._cq.events.push({ uvid: vid });
                } catch (e) {
                    console.error('CHEQ: Error sending FPID', e);
                }
            }
            
            function cleanup() {
                if (cookieStoreHandler && 'cookieStore' in window) {
                    try {
                        window.cookieStore.removeEventListener('change', cookieStoreHandler);
                    } catch (e) {
                        console.error('CHEQ: Error removing listener', e);
                    }
                }
                
                if (timeoutId) {
                    clearTimeout(timeoutId);
                    timeoutId = null;
                }
            }
            
            function handleCookieChange(event) {
                try {
                    if (!event || !event.changed || !Array.isArray(event.changed)) return;
                    
                    var utagMain = event.changed.find(function(item) {
                        return item && item.name === 'utag_main';
                    });
                    
                    if (utagMain && !fpidSent) {
                        var vid = getTealiumVisitorId();
                        sendFPID(vid);
                    }
                } catch (e) {
                    console.error('CHEQ: Cookie handler error', e);
                }
            }
            
            var initialVid = getTealiumVisitorId();
            if (initialVid) {
                sendFPID(initialVid);
                return;
            }
            
            if ('cookieStore' in window && window.cookieStore) {
                try {
                    cookieStoreHandler = handleCookieChange;
                    window.cookieStore.addEventListener('change', cookieStoreHandler);
                    
                    timeoutId = setTimeout(function() {
                        if (!fpidSent) {
                            fpidSent = true;
                            cleanup();
                        }
                    }, FPID_TIMEOUT);
                } catch (e) {
                    console.error('CHEQ: cookieStore setup error', e);
                    fpidSent = true;
                }
            } else {
                fpidSent = true;
            }
        }
        
        function getTealiumVisitorId() {
            try {
                var cookies = document.cookie.split('; ');
                
                for (var i = 0; i < cookies.length; i++) {
                    var cookie = cookies[i].split('=');
                    
                    if (cookie[0] === 'utag_main' && cookie[1]) {
                        var cookieValue = decodeURIComponent(cookie[1]);
                        var params = cookieValue.split('$');
                        
                        for (var j = 0; j < params.length; j++) {
                            var param = params[j].split(':');
                            
                            if (param[0] === 'v_id' && param[1]) {
                                return param[1];
                            }
                        }
                    }
                }
                
                return null;
            } catch (e) {
                console.error('CHEQ: Error getting VID', e);
                return null;
            }
        }
        
    })();
    </script>
    
    <!-- CHEQ Detection: Base Tag -->
    <script id="cheq-base-tag">
    (function() {
        'use strict';
        
        try {
            var cheqScript = document.createElement("script");
            cheqScript.id = "cheq-script";
            cheqScript.src = "https://euob.7seasky.com/sxp/i/ccdb82b9bc347a1f0572311e5fee13b8.js";
            cheqScript.async = true;
            cheqScript.className = 'ct_clicktrue_74042';
            cheqScript.setAttribute('data-ch', 'Property');
            cheqScript.setAttribute('data-jsonp', 'onCheqResponse');
            
            document.head.appendChild(cheqScript);
        } catch (e) {
            console.error('CHEQ: Error loading base tag', e);
        }
    })();
    </script>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
	<!-- This site is optimized with the Yoast SEO Premium plugin v21.0 (Yoast SEO v22.5) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Property Finder Blog - Real Estate News, Guides, Tips &amp; Advice</title>
	<meta name="description" content="Uncover the real estate market in Dubai &amp; the UAE with Property Finder&#039;s blog. Make informed decisions when you buy or rent real estate in the UAE" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:locale:alternate" content="ar_AR" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home" />
	<meta property="og:description" content="Uncover the real estate market in Dubai &amp; the UAE with Property Finder&#039;s blog. Make informed decisions when you buy or rent real estate in the UAE" />
	<meta property="og:url" content="https://www.propertyfinder.ae/blog/" />
	<meta property="og:site_name" content="Property Finder Blog UAE" />
	<meta property="article:publisher" content="https://www.facebook.com/propertyfinderuae" />
	<meta property="article:modified_time" content="2026-06-08T07:08:39+00:00" />
	<meta property="og:image" content="https://blog.propertyfinder.ae/wp-content/uploads/2014/08/favicon-32.png" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@propertyfinder" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://www.propertyfinder.ae/blog/","url":"https://www.propertyfinder.ae/blog/","name":"Property Finder Blog - Real Estate News, Guides, Tips & Advice","isPartOf":{"@id":"https://www.propertyfinder.ae/blog/#website"},"about":{"@id":"https://www.propertyfinder.ae/blog/#organization"},"datePublished":"2025-06-17T21:49:31+00:00","dateModified":"2026-06-08T07:08:39+00:00","description":"Uncover the real estate market in Dubai & the UAE with Property Finder's blog. Make informed decisions when you buy or rent real estate in the UAE","breadcrumb":{"@id":"https://www.propertyfinder.ae/blog/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.propertyfinder.ae/blog/"]}]},{"@type":"BreadcrumbList","@id":"https://www.propertyfinder.ae/blog/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.propertyfinder.ae/blog/#website","url":"https://www.propertyfinder.ae/blog/","name":"Property Finder Blog UAE","description":"Real Estate News, Guides, Tips &amp; Advices to Find Your Home","publisher":{"@id":"https://www.propertyfinder.ae/blog/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.propertyfinder.ae/blog/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://www.propertyfinder.ae/blog/#organization","name":"Property Finder Blog UAE","url":"https://www.propertyfinder.ae/blog/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://www.propertyfinder.ae/blog/#/schema/logo/image/","url":"https://www.propertyfinder.ae/blog/wp-content/uploads/2023/02/property-finder-logo.png","contentUrl":"https://www.propertyfinder.ae/blog/wp-content/uploads/2023/02/property-finder-logo.png","width":512,"height":512,"caption":"Property Finder Blog UAE"},"image":{"@id":"https://www.propertyfinder.ae/blog/#/schema/logo/image/"},"sameAs":["https://www.facebook.com/propertyfinderuae","https://x.com/propertyfinder","https://instagram.com/propertyfinder.ae/","https://www.linkedin.com/company/propertyfinder-ae","https://www.pinterest.com/propertyfinder/","https://www.youtube.com/user/propertyfindermedia"]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel="alternate" href="https://www.propertyfinder.ae/blog/" hreflang="en" />
<link rel="alternate" href="https://www.propertyfinder.ae/blog/ar/" hreflang="ar" />
<link rel='dns-prefetch' href='//static.addtoany.com' />
<link rel='dns-prefetch' href='//www.propertyfinder.ae' />
<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel='prefetch' href='https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/js/flatsome.js?ver=039f9485eef603e7c53a' />
<link rel='prefetch' href='https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/js/chunk.slider.js?ver=3.18.1' />
<link rel='prefetch' href='https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/js/chunk.popups.js?ver=3.18.1' />
<link rel='prefetch' href='https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/js/chunk.tooltips.js?ver=3.18.1' />
<link rel='stylesheet' id='embed-pdf-viewer-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/embed-pdf-viewer/css/embed-pdf-viewer.css?ver=6.6.5' type='text/css' media='screen' />
<link rel='stylesheet' id='pf-shortcodes-view-style-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/pf-shortcodes/build/view.css?ver=1736408654' type='text/css' media='all' />
<link rel='stylesheet' id='pt-cv-public-style-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/content-views-query-and-display-post-page/public/assets/css/cv.css?ver=3.7.2' type='text/css' media='all' />
<link rel='stylesheet' id='pt-cv-public-pro-style-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/pt-content-views-pro/public/assets/css/cvpro.min.css?ver=5.16' type='text/css' media='all' />
<style id='cf-frontend-style-inline-css' type='text/css'>
@font-face {
	font-family: 'droid-arabic';
	font-weight: 400;
	src: url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.woff') format('woff'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.woff2') format('woff2'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.ttf') format('truetype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.svg') format('svg');
}
@font-face {
	font-family: 'droid-arabic';
	font-weight: 700;
	src: url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.woff2') format('woff2'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.svg') format('svg'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.ttf') format('truetype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.woff') format('woff');
}
@font-face {
	font-family: 'DroidArabicKufi';
	font-weight: 400;
	src: url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.svg') format('svg'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.ttf') format('truetype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.woff2') format('woff2'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi.woff') format('woff');
}
@font-face {
	font-family: 'DroidArabicKufi';
	font-weight: 700;
	src: url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.woff') format('woff'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.ttf') format('truetype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.svg') format('svg'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.propertyfinder.ae/blog/wp-content/uploads/2024/06/DroidArabicKufi-Bold.woff2') format('woff2');
}
</style>
<link rel='stylesheet' id='wp-components-css' href='https://www.propertyfinder.ae/blog/wp-includes/css/dist/components/style.min.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-preferences-css' href='https://www.propertyfinder.ae/blog/wp-includes/css/dist/preferences/style.min.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='https://www.propertyfinder.ae/blog/wp-includes/css/dist/block-editor/style.min.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-reusable-blocks-css' href='https://www.propertyfinder.ae/blog/wp-includes/css/dist/reusable-blocks/style.min.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-patterns-css' href='https://www.propertyfinder.ae/blog/wp-includes/css/dist/patterns/style.min.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='wp-editor-css' href='https://www.propertyfinder.ae/blog/wp-includes/css/dist/editor/style.min.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='captain-form-block-style-css-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/captainform/admin/gutenberg/blocks.style.build.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.5' type='text/css' media='all' />
<link rel='stylesheet' id='widgetopts-styles-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/widget-options/assets/css/widget-options.css?ver=4.0.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='animate-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/wp-quiz/assets/frontend/css/animate.css?ver=3.6.0' type='text/css' media='all' />
<link rel='stylesheet' id='wp-quiz-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/wp-quiz/assets/frontend/css/wp-quiz.css?ver=2.0.6' type='text/css' media='all' />
<link rel='stylesheet' id='swiper-css-css' href='https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='addtoany-css' href='https://www.propertyfinder.ae/blog/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16' type='text/css' media='all' />
<link rel='stylesheet' id='slick-main-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/slick/slick.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='slick-theme-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/slick/slick-theme.css?ver=6.6.5' type='text/css' media='all' />
<link rel='stylesheet' id='shortcode-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/css/shortcode.css?ver=1775727376' type='text/css' media='all' />
<link rel='stylesheet' id='header-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/css/header.css?ver=1781029065' type='text/css' media='all' />
<link rel='stylesheet' id='homepage-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/css/homepage.css?ver=1781029065' type='text/css' media='all' />
<link rel='stylesheet' id='flatsome-main-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/flatsome.css?ver=3.18.1' type='text/css' media='all' />
<style id='flatsome-main-inline-css' type='text/css'>
@font-face {
				font-family: "fl-icons";
				font-display: block;
				src: url(https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot?v=3.18.1);
				src:
					url(https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/icons/fl-icons.eot#iefix?v=3.18.1) format("embedded-opentype"),
					url(https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.18.1) format("woff2"),
					url(https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/icons/fl-icons.ttf?v=3.18.1) format("truetype"),
					url(https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.18.1) format("woff"),
					url(https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/css/icons/fl-icons.svg?v=3.18.1#fl-icons) format("svg");
			}
</style>
<link rel='stylesheet' id='flatsome-style-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/style.css?ver=3.0' type='text/css' media='all' />
<link rel='stylesheet' id='snackbar-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/css/snackbar.css?ver=1775727376' type='text/css' media='all' />
<link rel='stylesheet' id='flatsome-googlefonts-css' href='//fonts.googleapis.com/css?family=Open+Sans%3Aregular%2C700%2Cregular%2Cregular%2Cregular&#038;display=swap&#038;ver=3.9' type='text/css' media='all' />
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" id="addtoany-core-js-before">
/* <![CDATA[ */
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
/* ]]> */
</script>
<script type="text/javascript" async src="https://static.addtoany.com/menu/page.js" id="addtoany-core-js"></script>
<script type="text/javascript" async src="https://www.propertyfinder.ae/blog/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1" id="addtoany-jquery-js"></script>
<script type="text/javascript" id="dlm-public-js-extra">
/* <![CDATA[ */
var dlmVars = {"logStatus":"enabled","jsErrorLogging":{"status":"","url":"https:\/\/www.propertyfinder.ae\/blog\/wp-admin\/admin-ajax.php","nonce":"748bc80b1c","action":"log_js_errors"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/debug-log-manager/assets/js/public.js?ver=2.3.3" id="dlm-public-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/js/snackbar.js?ver=1775727376" id="snackbar-js"></script>
<link rel="https://api.w.org/" href="https://www.propertyfinder.ae/blog/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.propertyfinder.ae/blog/wp-json/wp/v2/pages/167027" /><link rel='shortlink' href='https://www.propertyfinder.ae/blog/' />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@media (max-width: 768px) {
    .custom-search-container button#search-icons {
        padding-left: 0;
        padding-right: 0;
        border-radius: 100px !important;
        right: 10px !important;
        width: 35px;
        height: 35px;
        top: 6px;
        display: flex;
        font-size: 0 !important;
    }
	.custom-search-container .input-with-icon svg{
		display: none !important;
	}
}
.hero-content .hero-text .hero-category, .top-story-card a.top-story-category, .tabCategory_box a.category-title{
	width: fit-content;
}
.top-story-card .top-story-title a{
	line-height: 1.3em;
}
input.wpcf7-email:focus {
    background: transparent !important;
    box-shadow: unset;
}
.rtl .tabCategoryitem_title h6 {
    padding-bottom: 7px;
}
.hero-content .hero-details a:hover h1.hero-title, .top-story-card .top-story-title a:hover, .categoryTabSlider .tabCategoryitem_title a:hover h6{
    color: #eb3a34;
}

.hero-content h1.hero-title, .top-story-card .top-story-title a, .categoryTabSlider .tabCategoryitem_title a h6{
    transition: color 0.3s ease;
}
.tabs-content {
    padding-left: 2px;
    padding-right: 2px;
}
.rtl .new-article-label {
    left: unset;
    right: 16px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.rtl span.wpcf7-not-valid-tip {
    display: none;
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.cust-searchsec, .cust-searchsec-ar{
	z-index: 10;
}
.custom-search-container input#live-search-input::placeholder {
    color: #A3A4A5 !important;
    font-weight: 600 !important;
}
html[lang="ar"] .entry-header-text{
	padding-right: 0 !important;
}
.custom-search-container form#search-form {
    position: relative;
    margin-bottom: 0;
}
.custom-search-container button#search-icons {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100%;
    background-color: #EB3A34;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 100px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 100px !important;
    padding-left: 26px;
    padding-right: 26px;
}

.custom-search-container button#search-icons:hover, .custom-search-container button#search-icons:focus, .custom-search-container button#search-icons:focus-within, .custom-search-container button#search-icons:focus-visible {
    background-color: #97211e;
}
.custom-search-container button#search-icons span {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}
html[lang="en-US"] .custom-search-container button#search-icons {
    right: 0px;
}
html[lang="ar"] .custom-search-container button#search-icons {
    left: 0px;
/* 	-webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
    right: unset !important;
	border-top-left-radius: 100px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 100px !important;
    border-bottom-right-radius: 0 !important;
}
div#live-search-results-new1 a#view-all {
    position: relative !important;
    color: #EB3A34 !important;
    text-decoration: none !important;
}
div#live-search-results-new1 a#view-all::after {
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 2px !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: #EB3A34 !important;
    transform: scaleX(0) !important;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out !important;
}
div#live-search-results-new1 a#view-all:hover::after {
    transform: scaleX(1) !important;
    transform-origin: bottom left !important;
}
.custom-search-container button#search-icons img{
    display: none;
}
.custom-search-container .input-with-icon img {
    position: absolute;
    top: 16px;
    left: 13px;
}
.rtl .custom-search-container input#live-search-input::placeholder {
    color: #A3A4A5 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.rtl .custom-search-container .input-with-icon img {
    position: absolute;
    top: 16px;
	left: unset;
    right: 13px;
}
.custom-search-container input#live-search-input {
    border-radius: 100px !important;
    border: 1px solid #A3A4A5;
	margin-bottom: 0;
    padding-left: 43px;
    height: 48px;
	padding-right: 110px !important;
}
.custom-search-container input#live-search-input, .custom-search-container input#live-search-input:hover, .custom-search-container input#live-search-input:focus, .custom-search-container input#live-search-input:focus-within{
	box-shadow: unset !important;
}

/* Search Design Start */
#live-search-results-new1 {
    display: none;
}
.custom-search-container {
    position: relative;
}
.custom-search-container a#search-icon {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
}

.custom-search-container ::placeholder{
    font-weight: 600 !important;
    color: #A3A4A5 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    opacity: 1;
}
.custom-search-container input:-ms-input-placeholder {
    font-weight: 600 !important;
    color: #A3A4A5 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    opacity: 1;
}
.search-results-visible {
    display: block !important;
    padding: 10px 20px;
    background: white;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 225px;
    overflow-y: scroll;
    text-wrap: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 999;
    width: 82%;
    font-size: 16px !important;
    margin-top: 3px;
    display: block !important;
}
.rtl .search-results-visible{
	width: 84%;
}
.search-results-visible a {
    color: #333;
    font-weight: 600;
}
.search-results-visible a:hover {
    color: #000;
}
.search-results-visible .loading, .search-results-visible .min-chars {
    text-align: left;
    font-size: 14px;
}

div#live-search-results-new1 a {
    position: relative;
}
div#live-search-results-new1 a:not(:first-child):not(:last-child):before {
    content: '';
    border-bottom: 1px solid #707070;
    display: block;
    margin: 5px 0;
}
div#live-search-results-new1 a:last-child:before {
    content: '';
    display: block;
    margin: 15px 0;
}
.search-results-visible::-webkit-scrollbar, .ctm_tab_module .elementor-tabs-wrapper::-webkit-scrollbar {
    display: none;
}
/* Search Design End */

html[lang="ar"] .search-results-visible .loading,
html[lang="ar"] .search-results-visible .no-results,
html[lang="ar"] .search-results-visible .error,
html[lang="ar"] .search-results-visible .min-chars{
    text-align: right;
}

html[lang="ar"] .custom-search-container input#live-search-input{
	padding-right: 35px !important;
    padding-left: 100px !important;
}

html[lang="ar"] .custom-search-container #search-icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (max-width: 767px) {
	.custom-search-container input#live-search-input::placeholder {
    	color: #A3A4A5 !important;
    	font-size: 12px !important;
    	font-weight: 400 !important;
	}
	.rtl .custom-search-container input#live-search-input::placeholder {
    	font-size: 12px !important;
	}
    .custom-search-container input#live-search-input{
		padding-left: 10px !important;
		padding-right: 50px !important;
		padding-top: 5px !important;
		padding-bottom: 8px !important;
    }
    .custom-search-container .button-text, .custom-search-container .input-with-icon img{
        display: none !important;
    }
    .custom-search-container button#search-icons img{
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 35px !important;
        max-width: 100% !important;
        padding: 8px;
        padding-top: 5px;
    }
    .custom-search-container button#search-icons{
        padding-left: 0;
        padding-right: 0;
        border-radius: 100px !important;
        right: 10px !important;
        width: 35px;
        height: 35px;
        top: 6px;
        display: flex;
        font-size: 0 !important;
    }
    .search-results-visible {
        width: 100%;
    }
    .custom-search-container ::placeholder{
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: 400;
    }
    .custom-search-container input:-ms-input-placeholder {
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: 400;
    }
	html[lang="ar"] .custom-search-container input#live-search-input{
		padding-right: 20px !important;
    	padding-left: 50px !important;
	}
    html[lang="ar"] .custom-search-container button#search-icons {
        left: 10px;
		border-radius: 100px !important;
    }
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
body {
    font-family: "Open Sans", 'droid-arabic' !important;
}
.mobile-menu .menu-item-has-children.active{
	background: #fff;
}
.country-dropdown.desktop-footer{
	display: block;
}
.country-list.mobile-footer{
	display: none;
}
@media(max-width: 1023px){
	.country-dropdown.desktop-footer{
		display: none;
	}
	.country-list.mobile-footer{
		display: block;
	}
}
@media (max-width: 767px) {
	body.rtl button.eapps-instagram-feed-posts-slider-prev {
        transform: translate(-75%, -50%) !important;
        border-radius: 100px !important;
    }
    body.rtl button.eapps-instagram-feed-posts-slider-next {
        transform: translate(50%, -50%) !important;
        border-radius: 100px !important;
    }
	.app-banner-content-wrapper {
        margin-bottom: 305px;
    }
	.social-mobile-icon img, .social-mobile-icon svg{
		max-width: 76px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
	.mobile-footer #country-select-ftr{
		height: 100%;
		top: 0;
	}
	.flag-icon img, .flag-icon svg {
        margin-top: 0px;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.header .header-inner .header-menu ul li.menu-item-has-children::before{
	background-image: url(/blog/wp-content/uploads/2025/07/Desktop_Dropdown_Menu_Img.svg);
}
.mobile-menu .menu-item-has-children::before{
	background-image: url(/blog/wp-content/uploads/2025/07/Mobile_Dropdown_icon.svg);
}
.rtl .citysliderarrow_next, .rtl .citysliderarrow_prev,
.rtl .categorytab_sliderarrow_prev, .rtl .categorytab_sliderarrow_next{
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.podcast_slider_arrow_prev.swiper-button-disabled, .podcast_slider_arrow_next.swiper-button-disabled{
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.home p#breadcrumbs {
    display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
    .language-select, .country-select {
        background-image: url(/blog/wp-content/uploads/2025/07/Mobile_Dropdown_icon.svg);
    }
}
@media(max-width: 767px){
	.searchbar-sec .page-title{
		display: none;
	}
}
</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Tab Slider Start */
.tabslider .swiper-wrapper {
    padding-bottom: 70px;
}

.tabslider .tabslider_img a {
    display: flex;
}

.tabslider .tabslider_img img{
    height: 240px;
    object-fit: cover;
}

.rtl .tabslider .tabslider_img img{
    object-position: top right;
}

.tabslider_box .addtoany_shortcode a{
    color: #667085 !important;
    font-weight: 600;
    font-size: 14px;
}

.tabslider_box .addtoany_share img{
    width: 15px;
}

.tabslider_box .addtoany_share_save::before{
    padding-right: 0 !important;
}

.tabslideritem_readmore_icon{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center !important;
}

.tabslider .tabslider_box p,
.tabslider .tabslider_box h4 {
    margin: 0 !important;
}

.tabslider .tabslider_box .date-div {
    margin-bottom: 10px;
}

.tabslider .tabslider_box .tabslideritem_text {
    margin-bottom: 15px;
}

.tabslider span.dropdown-divider {
    font-size: 14px;
    color: #D6D6D6;
}

.tabslider .tabslideritem_readmore_icon span {
    color: #667085;
    font-weight: 600;
    font-size: 14px;
}

.tabslider .date-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tabslider .date-seprator {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tabslider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 0;
    z-index: 99;
}

.tabslider_box .share-div {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #3333;
    margin-top: 20px;
    padding-top: 20px;
}

.tabslider .tabslider_item {
    overflow: hidden;
    border: 1px solid #C0C5D0;
    border-radius: 10px;
}

.tabslider .tabslider_box {
    padding: 10px 10px 20px 10px;

}
.tabslider .tabslideritem_read {
    width: 100%;
}

.tabslider .tabslideritem_text h4 a,
.tabslider .tabslideritem_description p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tabslider .ctm_date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #667085;
}

.tabslider .date-div a {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #EB3A34;
}

.tabslider .tabslideritem_text h4 a {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
	min-height: 63px;
}

.tabslider .tabslideritem_text h4 a:hover {
    color: #EB3A34;
}

.tabslider .tabslideritem_description p {
    font-size: .9em;
    color: #333333;
}

.tabslider .tabslideritem_readmore_icon a {
    display: flex;
    gap: 6px;
    align-items: center;
}

.tabslider .swiper-pagination-bullet-active {
    background-color: #EB3A34 !important;
}

.tabslider .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #F9BBB3;
    opacity: 1;
}
.ctm_category_tab .col-inner{
    padding: 0 4px !important;
}
@media(max-width: 767px){
    .tabslider .swiper-wrapper{
        padding-bottom: 50px;
    }
    .tabslider .tabslideritem_text h4 a {
        font-size: 16px;
        line-height: 1.3;
    }
	.ctm_mobile_cat_slider {
    	padding: 0 15px 0px 15px !important;
	}
	.ctm_mobile_cat_slider .row > .col {
    	padding: 0 !important;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.page-id-155917 p#breadcrumbs, .page-id-156137 p#breadcrumbs{
    display: none;
}
.ctm_home_hero_sec {
    z-index: 5;
}
.addtoany_shortcode .a2a_button_whatsapp {
    display: none !important;
}

.header-inner #logo{
	display: flex;
}

.blog-post-wrapper{
	width: 100%;
}
.blog-post-wrapper .blog-post_inner {
	display: flex;
	align-items: flex-start;
	max-width: 100%;
	margin-inline: auto;
	gap: 30px;
}

.blog-post-wrapper h4,
.blog-post-wrapper h5 {
	margin: 0;
}

.blog-post-wrapper .popular-post-title h5 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 48px;
}

.blog-post-wrapper h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #333333;
}

.blog-post-wrapper .date-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.blog-post-wrapper .single-post_content .date-details {
	gap: 0;
}

.blog-post-wrapper .read-share_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-top: 20px;
	border-top: 1px solid #D6D6D6;
}

.blog-post-wrapper .read-share_btn .addtoany_shortcode .addtoany_share_save::before{
	padding: 0;
}

.blog-post-wrapper .popular-posts .read-share_btn {
	border: 0;
	padding-top: 25px;
}

.blog-post-wrapper .read-share_btn a {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #667085;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	gap: 5px;
}

.blog-post-wrapper .read-share_btn a:hover {
	color: #EB3A34;
}

.blog-post-wrapper .read-share_btn a svg {
	transition: transform 0.3s;
}

.blog-post-wrapper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #667085;
	margin: 0;
}

.blog-post-wrapper .date-details a {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #EB3A34;
}
.blog-post-wrapper .date-details p{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #667085;	
}

.blog-post-wrapper h4 a,
.blog-post-wrapper h5 a {
	color: #333333;
}

.blog-post-wrapper .popular-signle_post h4:hover,
.blog-post-wrapper .popular-signle_post h5:hover,
.blog-post-wrapper h4 a:hover,
.blog-post-wrapper h5 a:hover {
	color: #EB3A34;
}


.blog-post-wrapper.second .popular-post-title {
	padding-top: 0;
	padding-bottom: 10px;
}

.blog-post-wrapper.second .popular-posts .popular-signle_post {
	justify-content: space-between;
}
.popular-posts .popular-signle_post:last-child {
    padding-bottom: 0 !important;
}

.blog-post-wrapper.second .single-post_content {
	width: 100%;
}

.popular-signle_post .single-post_content {
	width: 100%;
}
.blog-post-wrapper.second .popular-post-title h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.015em;
}

/* body.rtl .blog-title,
body.rtl .blog-post-wrapper p {
	text-align: right;
} */

body.rtl .blog-post-wrapper .read-share_btn > a{
	flex-direction: row-reverse;
}

body.rtl .blog-post-wrapper .read-share_btn a svg, body.rtl .blog-post-wrapper .read-share_btn a img, body.rtl .tabslideritem_readmore_icon img , body.rtl .tabslideritem_readmore_icon svg {
	transform: scaleX(-1);
}

/* body.rtl .blog-post-wrapper .date-details { 
	flex-direction: row-reverse;
} */

/* body.rtl .blog-post_inner {
	flex-direction: row-reverse;
} */

body.rtl .popular-signle_post, 
body.rtl .tabslideritem_readmore_icon > a,
body.rtl .tabslider .tabslideritem_readmore_icon > a{
	flex-direction: row-reverse;
}
.rtl .ctm_investor_guide_sec .citygrid_item .citygrid_title p {
    margin-bottom: 0 !important;
}
.rtl .ctm_investor_guide_sec .row > .col{
    padding-bottom: 0;
}
.rtl .header-inner #logo {
    display: flex;
}

.main-blog {
	width: 70%;
}

.main-blog p {
	margin: 0;
}

.main-blog .main-blog_img {
	position: relative;
	padding-top: 50.30%;
}
.rtl .ctm_spotlight_sec .main-blog .main-blog_img {
	padding-top: 55.30%;
}
.rtl .ctm_recent_post_sec .main-blog .main-blog_img {
	padding-top: 48.30%;
}

.rtl .main-blog .main-blog_img {
	padding-top: 53.30%;
}
.ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share img {
    display: none;
}
.main-blog .main-blog_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.blog-details {
	background: #F7F7F7;
	border-radius: 0 0 8px 8px;
	padding: 16px;
}

.blog-details .blog-title {
	padding-top: 10px;
}

.blog-details .blog-content {
	padding-top: 10px;
	padding-bottom: 20px;
}

.blog-details h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	color: #333333;
	margin: 0;
}

body.rtl .blog-date {
	border-left: 2px solid #D6D6D6;
	flex: 1;
	padding-left: 10px;
	padding-right: 0;
	border-right: 0;
}

.blog-date {
	border-right: 2px solid #D6D6D6;
	flex: 1;
	padding-right: 10px;
}

.single-post_content .blog-category {
	flex: 0 0 60%;
	text-align: right;
}

body.rtl .single-post_content .blog-category {
	flex: unset;
	text-align: left;
	border-left: 0;
}

.popular-posts {
	width: 34%;
}

.popular-posts h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -0.015em;
	margin: 0;
	color: #333333;
}

.popular-posts .popular-signle_post {
	padding-block: 26px;
	border-top: 1px solid #33333333;
}
.ctm_recent_post_sec .popular-posts .popular-signle_post {
	padding-block: 21.8px;
}

.popular-posts .main-title {
	padding-bottom: 20px;
}

.popular-signle_post {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: space-between;
}

.popular-signle_post .single-post_img img {
	border-radius: 8px 8px 0 0;
}

.single-post_content .blog-date {
	flex: 0 0 40%;
	padding: 0;
	border: 0;
	padding-right: 6px;
}

body.rtl .single-post_content .blog-date {
	flex: 0 0 50%;
	padding: 0;
	border: 0;
	padding-right: 0;
}


.popular-post-title {
	padding-top: 15px;
}

/* body.rtl .popular-post-title {
	text-align: right;
} */

.single-post_img img {
	width: 118px;
	height: 124px;
	object-fit: cover;
	object-position: right;
}

.single-post_img {
	display: flex;
	flex-shrink: 0;
}

.blog-post-wrapper .addtoany_share img{
	width: 17px;
}

.ctm_spotlight_sec .blog-details-separator {
	position: relative;
}

.ctm_spotlight_sec .blog-details-separator::before {
	content: "|";
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #eb3a34 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.ctm_recent_post_sec .blog-details-separator {
	position: relative;
}

.ctm_recent_post_sec .blog-details-separator::before {
	content: "|";
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #D6D6D6 !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

.ctm_recent_post_sec .single-post_content .blog-date {
    flex: 0 0 26%;
}

.ctm_recent_post_sec .single-post_content .blog-category {
    flex: 0 0 74%;
}

.ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share {
	position: relative;
	padding-right: 17px;
}
.ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share .a2a_svg{
	display: none;
}
.ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share:after {
	content: '';
	position: absolute;
	height: 17px;
	width: 17px;
	top: 0;
	right: 0;
	background-image: url(/blog/wp-content/uploads/2025/04/ctm_share_icon.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.rtl .ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share:before{
    content: 'شارك';
    position: relative;
    right: 24px;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.rtl .ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share:after {
    transform: scaleX(-1);
}
.rtl .ctm_spotlight_sec .main-blog .read-share_btn a.a2a_dd.addtoany_share_save.addtoany_share {
    position: relative;
	padding-right: 0;
	padding-left: 25px;
}
@media (max-width:1299px) {
	.blog-post-wrapper .blog-post_inner {
/* 		padding-inline: 20px; */
	}
}

@media (max-width:1024px) {
	.blog-post-wrapper .blog-post_inner {
		flex-wrap: wrap;
		gap: 30px;
	}

	.main-blog {
		width: 100%;
	}

	.popular-posts {
		width: 100%;
	}
}

@media (max-width:768px) {
	.blog-details h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 30px;
		letter-spacing: -0.015em;
	}

	.blog-post-wrapper p {
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
	}

	.blog-post-wrapper .read-share_btn {
		padding-top: 12px;
	}

	.blog-details .blog-content {
		padding-bottom: 12px;
	}

	.blog-post-wrapper .date-details p {
		font-size: 12px;
		font-weight: 500;
		line-height: 20px;
	}

	.popular-signle_post {
		padding-block: 20px !important;
		gap: 15px;
	}

	.blog-post-wrapper .popular-posts .read-share_btn {
		padding-top: 10px;
	}

	.single-post_img img {
		height: 110px;
		border-radius: 0 !important;
	}
	.blog-post-wrapper h5{
		font-size: 16px;
	}
	.popular-posts h4{
		font-size: 1.2em;
	}
	
	.page-id-155917 .ctm_hero_first_col, .page-id-156137 .ctm_hero_first_col {
			margin-top: 15px;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
@media(max-width: 767px){
	.entry-content.single-page{
		padding-top: 0;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .entry-title,
html[lang="ar"] body.single-post .entry-title,
html[lang="ar"] body.page .entry-title,
html[lang="ar"] body.category .entry-title,
html[lang="ar"] .widget-title,
html[lang="ar"] .site-title,
html[lang="ar"] .site-description,
html[lang="ar"] body,
html[lang="ar"] p,
html[lang="ar"] blockquote,
html[lang="ar"] li,
html[lang="ar"] a,
html[lang="ar"] strong,
html[lang="ar"] b,
html[lang="ar"] em,
html[lang="ar"] .menu-main-menu-container li a,
html[lang="ar"] .menu-main-menu-container li span,
html[lang="ar"] #menu-main-menu li a,
html[lang="ar"] #menu-main-menu li span,
html[lang="ar"] .menu-primary-ar-container li a,
html[lang="ar"] .menu-primary-ar-container li span,
html[lang="ar"] #menu-primary-ar li a,
html[lang="ar"] #menu-primary-ar li span,
html[lang="ar"] .menu-secondary-container li a,
html[lang="ar"] .menu-secondary-container li span,
html[lang="ar"] #menu-secondary li a,
html[lang="ar"] #menu-secondary li span,
html[lang="ar"] .menu-secondary-ar-container li a,
html[lang="ar"] .menu-secondary-ar-container li span,
html[lang="ar"] #menu-secondary-ar li a,
html[lang="ar"] #menu-secondary-ar li span {
	font-family: "Open Sans", 'droid-arabic' !important;
}

figure.ctm_opening_door_profile {
    max-width: 160px;
}
.bookmark-btn {
	cursor: pointer !important;
}

#top-bar .menu-item {
	padding-right: 10px;
}

.page-id-56573 .box-text-inner {
	text-align: left !important;
}

.page-id-56573 .box-text.text-center {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.TabsPostMeta {
	display: inline-block;
	width: 100%;
}

.MetaDate {
	color: #EB3A34;
	font-weight: 600;
	float: left;
	font-size: 14px;
}

.MetaCategory {
	color: #EB3A34;
	font-weight: 600;
	float: right;
	font-size: 14px;
	text-transform: capitalize;
}

.from_the_blog_excerpt {
	text-align: left;
}

.TabsPostMeta li {
	list-style: none;
	margin-left: 0 !important;
}

.LatestBlog .box-image {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.single-post span.byline {
	display: none;
}

html[lang="en-US"] .page-content .search-field.mb-0 {
	border-right: none !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	box-shadow: unset;
}

html[lang="en-US"] .page-content .ux-search-submit {
	background: #fff !important;
	border: 1px solid red;
	border-radius: 8px !important;
	border-left: none !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

html[lang="ar"] .page-content .search-field.mb-0 {
	border: unset !important;
	border-radius: 8px;
	box-shadow: unset;
}

html[lang="ar"] .InvestorsGuides {
	padding-top: 30px !important;
	padding-bottom: 10px !important;
}

html[lang="ar"] .page-content .ux-search-submit {
	background: transparent;
	border: unset !important;
}

html[lang="ar"] .custom-projectcol .col.post-item {
	padding-bottom: 0px;
}

.icon-box-img {
	display: flex;
	align-content: center;
	align-items: center;
}

.MetaCategory span {
	color: #D6D6D6;
	padding-right: 15px;
	font-size: 14px;
	bottom: 0.5px;
	position: relative;
}

.button.facebook:not(.is-outline) {
	color: #4267B2 !important;
}

.button.instagram:not(.is-outline) {
	color: #C13584 !important;
}

.button.linkedin:not(.is-outline) {
	color: #1275B1 !important;
}

.button.x:not(.is-outline) {
	color: #333 !important;
}

.custom-hr {
	border-color: #33333333;
	opacity: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}

.PostReadMore {
	float: left;
}

.PostReadMore a {
	color: #667085;
	font-weight: 600;
	font-size: 14px;
}

.PostShare {
	float: right;
}

.PostShare a {
	color: #667085;
	font-weight: 600;
	font-size: 14px;
}

.page-title.is-large.uppercase {
	text-align: left;
	text-transform: capitalize;
}

.post-sidebar .pt-cv-title {
	line-height: 14px;
}

.archiveheader {
	display: flex;
}

.archivetitle {
	align-content: center;
	justify-items: center;
	align-items: center;
	display: flex;
	bottom: 5px;
}

.archivesearch .search-field.mb-0 {
	width: 568.92px !important;
	box-shadow: none;
	border: none !important;
	border-radius: 8px;
}

.archivesearch .ux-search-submit.submit-button.secondary.button.icon.mb-0 {
	background: transparent;
	border: none !important;
}

.archivesearch .ux-search-submit.submit-button.secondary.button.icon.mb-0:hover {
	box-shadow: unset !important;
}

.form-flat input:not([type=submit]) {
	background-color: #fff !important;
	border-color: #fff !important;
}

.footer-inner .col {
	padding: 0;
}

.footer-inner {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.custom-search ::placeholder {
	color: #333333;
	opacity: 1 !important;
	font-weight: 600;
}

.archivesearch ::placeholder {
	color: #333333;
	opacity: 1 !important;
	font-weight: 600;
}

.archivesearch .icon-search:before {
	position: relative;
	bottom: 0;
}

.archive .from_the_blog_comments {
	display: none;
}

.archive .MetaCategory {
	display: none;
}

.archive .pt-cv-meta-fields {
	font-weight: 600 !important;
}

i {
	padding-left: 5px;
}

.tab-panels .post-title.is-large {
	display: block;
	min-height: 70px;
	max-height: 70px;
	overflow: hidden;
}

.tab-panels .from_the_blog_excerpt {
	min-height: 50px;
	max-height: 50px;
	overflow: hidden;
}

.pt-cv-colwrap {
	display: flex !important;
	flex-direction: column !important;
}

.pt-cv-title {
	order: 2 !important;
}

.pt-cv-meta-fields {
	order: 1 !important;
}

.PostActions {
	order: 3 !important;
}

.ajax-slider-item img {
	border-radius: 8px;
}

.ajax-slider-item {
	padding-right: 20px;
	margin-bottom: 65px !important;
}

.price {
	display: flex;
}

.currency {
	padding-right: 5px;
	font-weight: bold;
	color: #333;
}

.value {
	padding-right: 5px;
}

.period {
	text-transform: capitalize;
}

.size {
	display: flex;
	color: #333;
}

.location {
	color: #333;
}

.listing-header {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 25px;
}

.is-divider.medium {
	display: none;
}

.slick-dots {
	top: 270px;
}

.slick-dots li.slick-active button:before {
	color: #eb3a34;
	font-size: 12px;
	opacity: 1 !important;
}

.slick-dots li button::before {
	font-size: 12px;
	opacity: 1 !important;
	color: #F9BBB3;
}

.slick-dots .entry-content ul,
li {
	margin-left: 0 !important;
}

.share-title {
	text-align: center;
	color: #333;
	font-size: 25px !important;
	margin-top: 90px;
}

#pt-cv-view-2d8059egsa .pt-cv-meta-fields span {
	color: #D6D6D6 !important;
	position: relative;
	padding-right: 10px;
}

#section_603700955 .pt-cv-blockgrid.list1 .pt-cv-content-item {
	padding-bottom: 30px !important
}

.pt-cv-blockgrid.list1 .pt-cv-content-item:last-child {
	border-bottom: none !important;
}

.ReadMoreIcon {
	max-height: 20px;
	position: relative;
	bottom: 1px;
	left: 1px;
}

.PostShareIcon {
	max-height: 12px;
	position: relative;
	bottom: 3px;
}

.ReadMoreIconAR {
	max-height: 20px;
	position: relative;
	top: -3px;
}

.PostShareIconAR {
	max-height: 12px;
	position: relative;
	top: 0;
}

.ReadMoreIconARF {
	max-height: 20px;
	position: relative;
	top: -3px;
}

html[lang="ar"] .ReadMoreIconARF,
html[lang="ar"] .ReadMoreIconAR{
	transform: scaleX(-1);
}
html[lang="ar"] .nav-pagination>li i{
	transform: scaleX(-1);
	top: 3px !important;
}

.PostShareIconARF {
	max-height: 12px;
	position: relative;
	top: 4px;
	padding-right: 10px;
	left: 5px;
}

#post-list .image-cover img {
	object-position: 50% 16% !important;
}

.error404 .flex-row.relative {
	display: none;
}

.error-404 {
	min-height: 500px;
}

.error-404 .row {
	display: flex;
	align-items: center;
}

#pt-cv-view-76ac3647a4>.pt-cv-page {
	grid-gap: 15px !important;
}

#pt-cv-view-2d8059egsa>.pt-cv-page {
	grid-gap: 20px !important;
}

html[lang="ar"] #ez-toc-container {
	direction: rtl;
}

.yoast-breadcrumbs {
	display: none;
}

.article-inner ul {
	padding-left: 30px !important;
}

#ez-toc-container ul {
	padding-left: 0 !important;
}


html[lang="ar"] .archivesearch .ux-search-submit.submit-button.secondary.button.icon.mb-0 {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-left: 1px solid #000;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

html[lang="ar"] .archivesearch .search-field.mb-0 {
	border: unset !important;
	border-radius: 8px;
	height: 39.2px;
}

html[lang="ar"] .archivesearch .icon-search:before {
	bottom: 0;
}

.archive .page-content .searchform {
	display: none;
}

.searchform {
	border: 1px solid #333333;
	border-radius: 8px;
}

body .searchform button {
	font-size: 1.2em;
	line-height: 1em !important;
	min-height: 2em !important;
}

html[lang="ar"] body .searchform button {
	margin-top: 0 !important;
}

html[lang="ar"] .button i,
html[lang="ar"]button i {
	vertical-align: unset !important;
}

html[lang="en-US"] .addtoany_share_save::before {
	content: 'Share';
	padding-right: 6px;
}

html[lang="en-US"] .PostShare .addtoany_shortcode .a2a_button_twitter {
	display: none;
}

html[lang="en-US"] .PostShare .addtoany_shortcode .addtoany_share_save img {
	width: 17px;
}

html[lang="ar"] .addtoany_share_save::after {
	content: 'شارك';
	padding-left: 6px;
	padding-right: 6px;
}

html[lang="ar"] .PostReadMore a {
	display: flex;
	flex-direction: row-reverse;
}

html[lang="ar"] .PostShare .addtoany_shortcode .a2a_button_twitter {
	display: none;
}

html[lang="ar"] .PostShare .addtoany_shortcode .addtoany_share_save img {
	width: 17px;
	transform: scaleX(-1);
}

.blog-single .overlay7 .pt-cv-page .pt-cv-title a,
.blog-single .overlay7 .pt-cv-page .pt-cv-meta-fields span,
.blog-single .overlay7 .pt-cv-page .pt-cv-meta-fields time,
.blog-single .overlay7 .pt-cv-page .pt-cv-meta-fields .author a {
	color: #2b2b2b !important;
	font-weight: bold;
}

.PostShare a.a2a_button_whatsapp {
	display: none;
}

html[lang="ar"] .ez-toc-list li a::before {
	display: none;
}

#pt-cv-view-ytad8p44 .pt-cv-overlay-wrapper {
	justify-content: space-between !important;
	;
}

html[lang="ar"] .custom-slider {
	padding-bottom: 10px;
}

html[lang="ar"] input.wpcf7-form-control.wpcf7-submit.has-spinner {
	margin-bottom: 0px;
}

html[lang="ar"] .cust-postbanner .col.post-item {
	padding-bottom: 10px;
}

.custom-postsec {
	padding-bottom: 5px;
}

.lang-item.lang-item-ar a {
	color: #EB3A34 !important;
	padding: 0 !important;
	background: #ffffff00 !important;
	line-height: 4px !important;
	font-weight: bold !important;
	margin-bottom: 15px;
}

.lang-item.lang-item-en a {
	color: #EB3A34 !important;
	padding: 0 !important;
	background: #ffffff00 !important;
	line-height: 0px !important;
	font-weight: bold !important;
	margin-bottom: 15px;
}
html[lang="ar"] .lang-item.lang-item-en a {
	font-family: "Open Sans", sans-serif !important;
}
.lang-item.lang-item-ar a {
	font-family: 'droid-arabic' !important
}

html[lang="ar"] .iscvblock .pt-cv-2-col .pt-cv-colwrap {
	padding-right: 10px !important;
}

html[lang="ar"] .LatestBlog .box-text p {
	text-align: right;
}

html[lang="ar"] .entry-header-text.text-center {
	text-align: right;
}

html[lang="ar"] .post-sidebar .search-field {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

html[lang="ar"] .post-sidebar .ux-search-submit {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 8px !important;
}

html[lang="ar"] .box-text .post-title {
	text-align: right !important;
}

html[lang="ar"] .from_the_blog_excerpt {
	text-align: right;
}

html[lang="ar"] .MetaCategory {
	direction: ltr !important;
}

.category-top-picks .real-estate-latest {
	display: none;
}

#breadcrumbs {
	max-width: 1200px;
	display: block;
	margin: auto !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}

.page-id-56573 .page-title {
	padding-left: 30px;
}

.cust-propertyrow p.cat-label {
	display: none !important;
}

.cust-sidebarcol .pt-cv-meta-fields .terms{
	text-transform: capitalize;
}
#pt-cv-view-76ac3647a4 .pt-cv-meta-fields .terms{
	color: #fff !important;
}
.cust-sidebarcol span.cust-hide-dash {
    padding: 0 3px;
}
html[lang="ar"] span.cust-hide-dash{
	padding: 0 5px;
}
.archive #post-list > .row{
   gap: 20px !important;
}

.archive #breadcrumbs{
	margin-bottom: 10px !important;
	text-align: left !important;
}

html[lang="ar"] .archive #breadcrumbs{
	text-align: right !important;
}
.archive-page-header .taxonomy-description {
    display: none;
}
/* Overlay design start */

/* Blog details page start 11-02-26 */
.article-inner .entry-author.author-box {
    	display: none;
}
/* Blog details page end 11-02-26 */

.pt-cv-view.pt-cv-overlaygrid .pt-cv-thumb-wrapper:before {
	background: #d3b683 !important;
	opacity: 0.5 !important;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-overlay-wrapper {
	justify-content: space-between !important;
	padding: 15px !important;
	display: flex !important;
	flex-direction: column !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-thumb-wrapper .pt-cv-thumbnail {
	object-fit: cover;
	width: 100%;
	margin-bottom: 0 !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-thumb-wrapper .pt-cv-wrapper img {
	vertical-align: middle;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-taxoterm * {
	margin: 0px 0px 10px 0px !important;
	color: #222 !important;
	background-color: #fff6f6 !important;
	font-size: 14px !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-content-item a {
	text-decoration: none !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-title:not(.pt-cv-titlesm) a {
	text-decoration: none !important;
	font-size: 22px !important;
	color: #2b2b2b !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-thumb-wrapper {
	width: 100% !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-taxoterm {
	margin-bottom: 0px !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-meta-fields {
	display: none !important;
}

.pt-cv-view.pt-cv-overlaygrid .pt-cv-taxoterm a {
	display: inline-block;
	margin-right: 8px;
}

/* Overlay design end */

.pt-cv-blockgrid.list1 .pt-cv-content-item{
	padding-bottom: 20px !important;
}
#pt-cv-view-2d8059egsa .pt-cv-meta-fields{
    margin-bottom: 0 !important;
}

.box-blog-post .image-cover img, .pt-cv-blockgrid .pt-cv-thumb-wrapper img{
    object-position: top left;
}
.rtl .box-blog-post .image-cover img, .rtl .pt-cv-blockgrid .pt-cv-thumb-wrapper img{
    object-position: top right;
}
/* Sidebar Design Start */

aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between !important;
    align-items: center !important;
}
aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumb-wrapper.pull-right, aside.widget_custom_html .pt-cv-thumb-wrapper:not(.miniwrap){
    width: 100% !important;
    max-width: 60% !important;
}
aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-colwrap{
    width: 100% !important;
    max-width: 40% !important;
}

aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumbnail, .pt-cv-content-item.pt-cv-2-col .pt-cv-thumbnail img{
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumbnail img{
    height: 124px !important;
    object-fit: cover !important;
}
/* podcast page design start */

.ctm_podcasts_row .wp-block-embed iframe {
    height: 200px;
}
.ctm_podcast_listen_btn .wp-block-button {
    width: 100% !important;
    max-width: 100%;
}
/* podcast page design end */

/* Blog detials page faq section design start */
.schema-faq-section{
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}
.schema-faq-section .schema-faq-question strong{
    font-weight: bold;
}

/* 21-07 CHANGES */

#col-58278140 > .col-inner {
    padding: 0px !important;
}
.cust-sidebarcol .pt-cv-title, .cust-sidebarcol-ar .pt-cv-title{
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.cust-sidebarcol .pt-cv-colwrap, .cust-sidebarcol-ar .pt-cv-colwrap{
	gap: 5px;
}
html[lang="ar"] .lang-item.lang-item-ar a[hreflang="ar"]{
    font-family: 'droid-arabic' !important;
}

/* Blog detials page faq section design start */

@media(max-width: 849px){
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumb-wrapper.pull-right, .pt-cv-thumb-wrapper:not(.miniwrap){
        width: 100% !important;
        max-width: 30% !important;
    }
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-colwrap{
        width: 100% !important;
        max-width: 70% !important;
    }
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumbnail img{
        height: 150px !important;
        object-fit: cover !important;
    }
}

@media(max-width: 675px){
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumb-wrapper.pull-right, .pt-cv-thumb-wrapper:not(.miniwrap){
        width: 100% !important;
        max-width: 40% !important;
    }
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-colwrap{
        width: 100% !important;
        max-width: 60% !important;
    }
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumb-wrapper{
        height: 100px;
    }
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-thumbnail img{
        height: 100px !important;
        object-fit: cover !important;
    }
    aside.widget_custom_html .pt-cv-content-item.pt-cv-2-col .pt-cv-title{
        margin-top: 6px !important;
        line-height: 1.1em;
    }
}

.article-inner ul ul {
    margin-left: 1em !important;
}
.ctm-sidebar-posts-widget:not(:nth-child(1)) {
    display: none;
}
/* Sidebar Design Bottom */

.ctm_latestblog_ar_sec{
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}
.pt-cv-content-item {
	border-bottom: 1px solid #33333333 !important;
}

@media screen and (max-width:1024px) {
	.pt-cv-view.pt-cv-overlaygrid .pt-cv-title a._self {
		font-size: 16px !important;
		color: #000;
		line-height: 20px;
	}

	body #pt-cv-view-76ac3647a4 .pt-cv-meta-fields * {
		font-size: 11px !important;
	}
	
}

@media screen and (max-width:1150) and (min-width:850px) {
	.cust-propertyrow {
		padding-bottom: 0px !important;
	}
}

@media screen and (max-width:1150px) and (min-width:992px) {
	.latest-on-blog-col {
		padding-left: 0px !important;
	}

	body #pt-cv-view-76ac3647a4 .pt-cv-meta-fields * {
		font-size: 11px !important;
	}

	html[lang="ar"] .PostsTabs h2 {
		margin: 20px 0px;
	}
}

@media screen and (max-width:991px) and (min-width:850px) {
	.InvestorsGuides .guidecol .col-inner {
		width: 260px;
	}

	.customsecondsectiongap {
		padding-bottom: 0px;
	}

	.pt-cv-meta-fields {
		display: flex !important;
		flex-direction: column !important;
		row-gap: 6px;
	}

	span.cust-hide-dash {
		display: none;
	}

	a.nav-top-link {
		font-size: 12px !important;
	}
}

@media screen and (max-width:850px) and (min-width:768px) {
	div#col-449430077 {
		padding-bottom: 0px;
	}

	a.plain {
		font-size: 17px;
	}
}

@media(min-width:767px) {
	html[lang="ar"] .PodcastHeading {
		padding-right: 10px;
	}

	.pt-cv-title a {
		color: #333333 !important;
		font-size: 18px;
	}

	#pt-cv-view-2d8059egsa .pt-cv-title a{
		line-height: 30px;
	}

	.pt-cv-page .pt-cv-title a {
		color: #333333 !important
	}

	.pt-cv-thumbnail {
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}

	.single-post .entry-image {
		display: none;
	}

	.post-sidebar .pt-cv-title a {
		font-size: 12px;
	}

	.post-sidebar .search-field {
		font-size: 11px;
		box-shadow: none;
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		height: 39px;
	}

	.post-sidebar .ux-search-submit {
		border-top-right-radius: 8px !important;
		border-bottom-right-radius: 8px;
	}

	.post-sidebar .icon-search {
		color: #FFF;
	}

	.post-sidebar .is-divider.small {
		display: none;
	}

	.single-post .entry-divider {
		display: none;
	}

	.entry-header-text.text-center {
		text-align: left;
		margin-left: 0 !important;
		padding-left: 0;
		padding-bottom: 0;
	}

	.single-post .entry-title {
		font-size: 24px !important;
		color: #333;
		line-height: 32px;
		font-weight: 700;
	}

	.widget-title {
		font-size: 18px !important;
		color: #333;
		line-height: 32px;
		font-weight: 700;
		text-transform: capitalize !important;
	}

	.single-post .entry-category {
		text-transform: capitalize;
		font-size: 14px;
		color: #EB3A34;
		line-height: 20px;
	}

	.single-post .entry-meta {
		font-size: 14px;
		color: #333;
	}
	

	.box-vertical .box-image {
		border-radius: 8px;
	}

	.box-vertical .box-text {
		text-align: left;
	}

	.widget-title span {
		display: block !important;
		margin-bottom: 15px !important;
	}

	.social-icons .icon {
		margin-right: 13px !important
	}

	.pt-cv-meta-fields {
		display: flex;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.pt-cv-meta-fields .entry-date {
		float: left;
	}
	.cust-hide-dash{
		display: none !important;
	}
	.pt-cv-meta-fields .terms {
		float: right;
	}

	.whatsapp.show-for-medium {
		display: inline-block !important;
	}

	.next-prev-nav a {
		font-size: 90% !important;
	}
}


@media(max-width:767px) {
	a.plain {
		font-size: 17px;
	}

	div#col-1238936867 {
		padding-left: 0px;
	}

	#section_1013742352 {
		padding-bottom: 60px;
	}

	div#row-86356172 {
		display: block;
	}
	.cust-sidebarcol .pt-cv-meta-fields {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 5px;
	}
	.cust-sidebarcol .pt-cv-meta-fields{
		display: flex;
		justify-content: space-between;
	}

	.LatestBlog .box-text {
		background-color: #F7F7F7;
		border-bottom-left-radius: 8px !important;
		border-bottom-right-radius: 8px !important;
		padding-left: 20px;
		padding-top: 16px;
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.pt-cv-content-item.pt-cv-2-col {
		display: flex;
		flex-direction: row-reverse;
	}

	div#row-941942141 {
		display: flex;
		flex-direction: column;
	}
	.guidecol {
		max-width: 100%;
	}

	.guidecol a.plain {
		width: 100%;
	}
	.pt-cv-blockgrid.list1 .pt-cv-thumb-wrapper, .pt-cv-onebig.above-others>.pt-cv-page>:first-child .pt-cv-thumb-wrapper {
        width: 100% !important;
        margin-bottom: 10px;
        max-width: 115px !important;
        height: 100px;
        margin-bottom: 0;
    }

	div#col-1901011086 {
		margin-top: 20px;
	}
	.MetaDate,
	.MetaCategory {
		font-size: 11px;
	}

	.col {
		padding-bottom: 0px;
	}

	div#row-2023661490 {
		display: flex;
		flex-direction: column;
	}

	.LatestBlog .post-title {
		font-size: 18px !important;
		color: #333333 !important;
	}

	.LatestBlog .MetaDate {
		color: #3B2F80 !important;
		font-size: 12px;
	}

	.LatestBlog .MetaCategory a {
		color: #3B2F80 !important;
		font-size: 12px;
	}

	.LatestBlog .box-text {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0;
	}

	.LatestBlog p {
		font-size: 14px !important;
	}

	.LatestBlog .col.post-item {
		padding-bottom: 0;
	}

	.pt-cv-content-item {
		display: inline-flex;
	}

	.pt-cv-thumb-wrapper {
		margin-left: 0 !important;
	}

	.pt-cv-title a {
		font-size: 18px !important;
	}

	.pt-cv-meta-fields {
		margin-left: 7px;
	}

	.downloadappheading {
		font-size: 18px !important;
	}

	.downloadappcta .col-inner {
		padding-right: 10px !important;
	}

	.mfp-content {
		height: 793px !important;
		width: 285px !important;
		border-top-left-radius: 16px;
		border-bottom-left-radius: 16px;
		background-color: #f7f7f7 !important;
		box-shadow: 1px 1px 1px 1px !important;
	}

	.mfp-content .menu-item a {
		color: #333 !important;
		font-weight: 700 !important;
		font-size: 16px !important;
	}

	.nav-sidebar.nav-vertical>li+li {
		border-top: 1px solid #3333;
	}

	.nav.nav-vertical li {
		width: 70% !important;
	}

	.nav.nav-sidebar.nav-vertical.nav-uppercase {
		margin-top: 40px !important;
	}
	.latest-on-blog-col .col-inner {
		padding-left: 1.5px !important;
	}

	.MetaCategory {
		margin-top: -1.5px !important;
	}
	.connectwithus h2 {
		text-align: left !important;
	}

	html[lang="ar"] .connectwithus h2 {
		text-align: right !important;
	}

	html[lang="ar"] .social-icons {
		text-align: right;
	}

	#breadcrumbs {
		padding: 0;
		text-align: center;
		margin-top: 10px !important;
	}

	.page-id-56573 .page-title {
		padding-left: 0 !important;
		text-align: center;
	}

	html[lang="ar"] .icon-box-right .icon-box-img+.icon-box-text {
		padding-right: 0;
	}

	h2.pt-cv-title a{
		font-size: 14px !important;
		color: #000;
		line-height: 18px;
	}

	.pt-cv-meta-fields{
		margin: 0 !important;
	}
	.pt-cv-content-item.pt-cv-2-col {
		gap: 15px !important;
		display: flex;
		align-content: center;
		align-items: center !important;
		justify-content: space-between !important;
	}
	#breadcrumbs {
		text-align: center;
		margin-top: 20px;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.entry-title {
		font-size: 18px;
		padding-top: 10px;
	}

	.entry-meta {
		font-size: 10px;
	}

	.archiveheader {
		display: none !important;
		text-align: center;
	}

	.blog-wrapper {
		padding-top: 0;
	}

	.single-post .nav-previous, .single-post .nav-next {
		font-size: 12px;
		text-align: center;
	}

	.archive .large-12.text-center.col {
		display: none;
	}

	.box-vertical {
		background-color: #f7f7f7;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		padding-bottom: 15px;
	}

	.box-text-inner {
		text-align: left;
	}

	.pt-cv-view.pt-cv-overlaygrid .pt-cv-page {
		grid-auto-rows: 180px !important;
	}

	.pt-cv-view.pt-cv-overlaygrid .pt-cv-title:not(.pt-cv-titlesm) a {
		font-size: 16px !important;
	}

	.pt-cv-view.pt-cv-overlaygrid .pt-cv-thumb-wrapper:before {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
	}

	.pt-cv-view.pt-cv-overlaygrid h4.pt-cv-title {
		margin-bottom: 0 !important;
	}
	body #popmake-96169 button.popmake-close{
		left: auto !important;
		right: -26px !important;
	}	
	body #popmake-96183 button.popmake-close{
		left: -26px !important;
		right: auto !important;
	}
	#popmake-96169, #popmake-96183{
		padding-bottom: 20px !important;
		padding-top: 30px;
	}
	.ctm_newsletter_popup_form_english h5{
		margin-bottom: 20px;
		font-size: 1rem;
	}
	.ctm_newsletter_popup_form_english .newsletter-form .wpcf7-submit, .ctm_newsletter_popup_form_arabic .newsletter-form .wpcf7-submit{
		width: 90%;
		max-width: 200px;
		margin: 0 auto;
	}
	#pt-cv-view-2d8059egsa .pt-cv-meta-fields span {
		padding-right: 0;
	}
	.pt-cv-blockgrid.list1 .pt-cv-content-item{
		padding-bottom: 15px !important;
	}
}

@media screen and (max-width:550px) {
	.custom-imagesection {
		padding-bottom: 30px !important;
		padding-top: 20px !important;
	}
}
</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<script>
jQuery(document).ready(function($) {
  function replaceImages() {
    $('.pf-property-input-wrapper.pf--search img').each(function() {
      var $img = $(this);
      var src = $img.attr('src');

      if (src.includes('serch.svg')) {
        $img.attr('src', 'https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/pf-property-search-icon.svg');
      }

      if (src.includes('mobile-serach-icon.svg')) {
        $img.attr('src', 'https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/mobile-serach-icon.svg');
      }
    });
    $('.PostReadMore img').each(function() {
		var $img = $(this);
		var src = $img.attr('src');
		if (src.includes('read-more-icon-img.png')) {
        	$img.attr('src', 'https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/read-more-icon-img.png');
		}
	});
    $('.footer-logo a').attr('href', 'https://www.propertyfinder.ae/');
  }

  setTimeout(replaceImages, 500);

  setTimeout(replaceImages, 2000);

  setTimeout(replaceImages, 5000);
});
</script>
<!-- end Simple Custom CSS and JS -->
    <script type="text/javascript"> 
    (function(a,b,c,d){  
        // Check the current hostname
        const hostname = window.location.hostname;
        a = hostname === 'www.propertyfinder.ae'
            ? '//tags.propertyfinder.ae/uae/prod/utag.js'
            : '//tags.propertyfinder.ae/uae/qa/utag.js';
        
        b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; 
        a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); 
    })(); 
    </script>
            <script>            
            var langText = "English";

            var cookies = document.cookie.split('; ').reduce((acc, cookie) => {
                const [key, value] = cookie.split('=');
                acc[key] = value ? decodeURIComponent(value) : null;
                return acc;
            }, {});

            var abTestsCookieValue = cookies['website_ab_tests'] || '';
            var abTestsCookie = {};
            if (abTestsCookieValue) {
                abTestsCookieValue.split(',').forEach(pair => {
                    const [key, value] = pair.split('=');
                    abTestsCookie[key] = value || null;
                });
            }

            var flagshipUserId = cookies['flagship_user_id'] || null;

            var clientId = null;
            var gaCookieMatch = document.cookie.match(/_ga=([^;]+)/);
            if (gaCookieMatch && gaCookieMatch[1]) {
                var gaCookieValue = decodeURIComponent(gaCookieMatch[1]);
                var parts = gaCookieValue.split('.');
                if (parts.length >= 4) {
                    clientId = parts[2] + '.' + parts[3];
                }
            }

            var utag_data = {
                "page_category": "Blog",
                "page_country": "ae",
                "page_currency_code": "AED",
                "page_lang": langText,
                "page_type": "home_page",
                "tealium_event": "blog_home_view",
                "abtest": abTestsCookie,
                "flagship_visitor_id": flagshipUserId,
                "client_id": clientId,
                "ga4_client_id": clientId
            };

            // Retry after delay in case GA4 loads late and creates cookie
            setTimeout(function() {
                if (!utag_data.client_id) {
                    var gaCookieMatch = document.cookie.match(/_ga=([^;]+)/);
                    if (gaCookieMatch && gaCookieMatch[1]) {
                        var gaCookieValue = decodeURIComponent(gaCookieMatch[1]);
                        var parts = gaCookieValue.split('.');
                        if (parts.length >= 4) {
                            utag_data.client_id = parts[2] + '.' + parts[3];
                            utag_data.ga4_client_id = parts[2] + '.' + parts[3];
                            console.log('✓ Client ID set after delay:', utag_data.client_id);
                        }
                    }
                }
            }, 2000);
        </script>
        <style>.bg{opacity: 0; transition: opacity 1s; -webkit-transition: opacity 1s;} .bg-loaded{opacity: 1;}</style><link rel="icon" href="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/04/cropped-pf-updaed-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/04/cropped-pf-updaed-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/04/cropped-pf-updaed-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/04/cropped-pf-updaed-favicon-270x270.png" />
<style id="custom-css" type="text/css">:root {--primary-color: #eb3a34;--fs-color-primary: #eb3a34;--fs-color-secondary: #eb3a34;--fs-color-success: #7a9c59;--fs-color-alert: #b20000;--fs-experimental-link-color: #eb3a34;--fs-experimental-link-color-hover: #eb3a34;}.tooltipster-base {--tooltip-color: #fff;--tooltip-bg-color: #333333;}.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {--drawer-width: 300px;}.container-width, .full-width .ubermenu-nav, .container, .row{max-width: 1170px}.row.row-collapse{max-width: 1140px}.row.row-small{max-width: 1162.5px}.row.row-large{max-width: 1200px}.header-main{height: 90px}#logo img{max-height: 90px}#logo{width:200px;}.header-top{min-height: 50px}.transparent .header-main{height: 90px}.transparent #logo img{max-height: 90px}.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{padding-top: 120px;}.header.show-on-scroll,.stuck .header-main{height:70px!important}.stuck #logo img{max-height: 70px!important}.header-bottom {background-color: #f1f1f1}.top-bar-nav > li > a{line-height: 16px }.header-main .nav > li > a{line-height: 16px }.stuck .header-main .nav > li > a{line-height: 50px }.header-bottom-nav > li > a{line-height: 16px }@media (max-width: 549px) {.header-main{height: 70px}#logo img{max-height: 70px}}.header-top{background-color:#f7f7f7!important;}body{color: #333333}h1,h2,h3,h4,h5,h6,.heading-font{color: #333333;}body{font-family: "Open Sans", sans-serif;}body {font-weight: 400;font-style: normal;}.nav > li > a {font-family: "Open Sans", sans-serif;}.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family: "Open Sans", sans-serif;}.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {font-weight: 400;font-style: normal;}h1,h2,h3,h4,h5,h6,.heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Open Sans", sans-serif;}h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2 {font-weight: 700;font-style: normal;}.alt-font{font-family: "Open Sans", sans-serif;}.alt-font {font-weight: 400!important;font-style: normal!important;}.nav > li > a, .links > li > a{text-transform: none;}.header:not(.transparent) .header-nav-main.nav > li > a {color: #333333;}.header:not(.transparent) .header-nav-main.nav > li > a:hover,.header:not(.transparent) .header-nav-main.nav > li.active > a,.header:not(.transparent) .header-nav-main.nav > li.current > a,.header:not(.transparent) .header-nav-main.nav > li > a.active,.header:not(.transparent) .header-nav-main.nav > li > a.current{color: #333333;}.header-nav-main.nav-line-bottom > li > a:before,.header-nav-main.nav-line-grow > li > a:before,.header-nav-main.nav-line > li > a:before,.header-nav-main.nav-box > li > a:hover,.header-nav-main.nav-box > li.active > a,.header-nav-main.nav-pills > li > a:hover,.header-nav-main.nav-pills > li.active > a{color:#FFF!important;background-color: #333333;}.is-divider{background-color: #333333;}input[type='submit'], input[type="button"], button:not(.icon), .button:not(.icon){border-radius: 8px!important}.nav-vertical-fly-out > li + li {border-top-width: 1px; border-top-style: solid;}.label-new.menu-item > a:after{content:"New";}.label-hot.menu-item > a:after{content:"Hot";}.label-sale.menu-item > a:after{content:"Sale";}.label-popular.menu-item > a:after{content:"Popular";}</style>		<style type="text/css" id="wp-custom-css">
			.portfolio-archive .page-title {
    display: none;
}
.article-inner .entry-content.single-page h1,
.article-inner .entry-content.single-page h2,
.article-inner .entry-content.single-page h3,
.article-inner .entry-content.single-page h4,
.article-inner .entry-content.single-page h5,
.article-inner .entry-content.single-page h6,
.article-inner .entry-content.single-page blockquote{
	margin-bottom: 1em !important;
}
.article-inner .entry-content.single-page figure{
	margin-bottom: 1.3em !important;
}
.home .instagram-section{
	display: none;
}		</style>
		
</head>

<body data-rsssl=1 class="home page-template page-template-home-template page-template-home-template-php page page-id-167027 lightbox nav-dropdown-has-arrow nav-dropdown-has-shadow nav-dropdown-has-border">


    <!-- start Simple Custom CSS and JS -->
<div class="ctm_2btns_sec">
	<div class="ctm_2btns_sec_inner english">
		<img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/05/PF-Updated-Logo-.svg" / alt="pf-logo-en">
		<div class="btns">
			<a href="https://www.propertyfinder.ae/en/buy/properties-for-sale.html" target="_blank" class="buy-btn" rel="noopener">Buy</a>
			<a href="https://www.propertyfinder.ae/en/rent/properties-for-rent.html" target="_blank" class="rent-btn" rel="noopener">Rent</a>
		</div>
	</div>
	
	<div class="ctm_2btns_sec_inner arabic">
		<img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/05/PF-Updated-Logo-AR.svg" / alt="pf-logo-ar">
		<div class="btns">
			<a href="https://www.propertyfinder.ae/ar/%D9%84%D9%84%D8%A8%D9%8A%D8%B9/%D8%B9%D9%82%D8%A7%D8%B1%D8%A7%D8%AA-%D9%84%D9%84%D8%A8%D9%8A%D8%B9.html" target="_blank" class="buy-btn" rel="noopener">للبيع</a>
			<a href="https://www.propertyfinder.ae/ar/%D9%84%D9%84%D8%A7%D9%8A%D8%AC%D8%A7%D8%B1/%D8%B9%D9%82%D8%A7%D8%B1%D8%A7%D8%AA-%D9%84%D9%84%D8%A7%D9%8A%D8%AC%D8%A7%D8%B1.html" target="_blank" class="rent-btn" rel="noopener">للايجار</a>
		</div>
	</div>
</div>

<style>
.ctm_2btns_sec{
    display: none;
}
@media (max-width: 767px){
    .ctm_2btns_sec {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        padding: 10px 15px;
        border-top: 1px solid #D6D6D6;
		transition: transform .6s ease-in-out; /* Add transition for smooth animation */
        transform: translateY(100%);
    }
	.ctm_2btns_sec.show {
        transform: translateY(0); /* Show the element by translating it to its original position */
    }
	html[lang="ar"] .ctm_2btns_sec_inner.arabic{
		display: flex;
	}
	html[lang="ar"] .ctm_2btns_sec_inner.english{
		display: none;
	}
	
	html[lang="en-US"] .ctm_2btns_sec_inner.english{
		display: flex;
	}
	
	html[lang="en-US"] .ctm_2btns_sec_inner.arabic{
		display: none;
	}
	
    .ctm_2btns_sec_inner{
        justify-content: space-between;
        align-items: center;
    }
    .ctm_2btns_sec img{
        height: 30px;
        object-fit: cover;
    }
    .ctm_2btns_sec_inner .btns{
        display: flex;
        gap: 10px;
    }
    .ctm_2btns_sec_inner .btns a{
        background: #EB3A34;
        padding: 4px 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        border-radius: 6px;
    }
}
</style>

<script>
	window.addEventListener('scroll', function() {
    var scrollPosition = window.scrollY;
    var ctm_2btns_sec = document.querySelector('.ctm_2btns_sec');

    if (scrollPosition > 100) {
        ctm_2btns_sec.classList.add('show');
    } else {
        ctm_2btns_sec.classList.remove('show');
    }
});
	</script><!-- end Simple Custom CSS and JS -->

  <a class="skip-link screen-reader-text" href="#main">Skip to content</a>

  <div id="wrapper">

    
    
    <header id="header" class="header has-sticky sticky-jump ">
      <div style="display:none;"><?xml version='1.0' encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="0" height="0">
    <symbol id="close_icon" width="14" height="15" viewBox="0 0 14 15" fill="none">
        <path fill-rule="evenodd" clip-rule="evenodd" d="M0.732018 0.582685L0.79665 0.636684L7 6.84013L13.2034 0.636684C13.3856 0.454439 13.6811 0.454439 13.8633 0.636684C14.0253 0.798679 14.0433 1.05014 13.9173 1.23202L13.8633 1.29665L7.65987 7.5L13.8633 13.7034C14.0456 13.8856 14.0456 14.1811 13.8633 14.3633C13.7013 14.5253 13.4499 14.5433 13.268 14.4173L13.2034 14.3633L7 8.15987L0.79665 14.3633C0.614405 14.5456 0.318928 14.5456 0.136684 14.3633C-0.0253118 14.2013 -0.0433112 13.9499 0.0826851 13.768L0.136684 13.7034L6.34013 7.5L0.136684 1.29665C-0.0455612 1.11441 -0.0455612 0.818928 0.136684 0.636684C0.278429 0.494938 0.488674 0.463439 0.660863 0.542186L0.732018 0.582685Z" fill="#333333"/>
    </symbol>
    <symbol id="hamburger_icon" width="21" height="14" viewBox="0 0 21 14" fill="none" >
        <line x1="0.111084" y1="1.08681" x2="20.8889" y2="1.08681" stroke="#333333" stroke-width="0.9375"/>
        <line x1="0.111084" y1="7.19791" x2="20.8889" y2="7.19791" stroke="#333333" stroke-width="0.9375"/>
        <line x1="0.111084" y1="13.309" x2="20.8889" y2="13.309" stroke="#333333" stroke-width="0.9375"/>
    </symbol>
    <symbol id="uae_flag_icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <g clip-path="url(#clip0_2804_642)">
            <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="#BBB8BD" stroke-width="0.5"/>
            <mask id="mask0_2804_642" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="1" y="4" width="22" height="16">
                <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="white" stroke-width="0.5"/>
            </mask>
            <g mask="url(#mask0_2804_642)">
                <path fill-rule="evenodd" clip-rule="evenodd" d="M7.28564 9.33333H22.9999V4H7.28564V9.33333Z" fill="#12833B"/>
                <path fill-rule="evenodd" clip-rule="evenodd" d="M7.28564 19.9998H22.9999V14.6665H7.28564V19.9998Z" fill="#262626"/>
                <path fill-rule="evenodd" clip-rule="evenodd" d="M1 20H7.28571V4H1V20Z" fill="#FF323E"/>
            </g>
        </g>
        <defs>
            <clipPath id="clip0_2804_642">
                <rect width="22" height="16" fill="white" transform="translate(1 4)"/>
            </clipPath>
        </defs>
    </symbol>
    <symbol id="dropdown_icon" width="25" height="25" viewBox="0 0 25 25" fill="none">
        <path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M5.14645 8.31637C4.97288 8.48993 4.9536 8.75936 5.08859 8.95423L5.14645 9.02347L12.1464 16.0235C12.32 16.197 12.5894 16.2163 12.7843 16.0813L12.8536 16.0235L19.8536 9.02347C20.0488 8.82821 20.0488 8.51163 19.8536 8.31637C19.68 8.1428 19.4106 8.12352 19.2157 8.25851L19.1464 8.31637L12.5 14.9629L5.85355 8.31637C5.67999 8.1428 5.41056 8.12352 5.21569 8.25851L5.14645 8.31637Z" fill="#333333"/>
    </symbol>
    <symbol id="x_icon"  width="37" height="37" viewBox="0 0 37 37" fill="none">
        <rect x="0.5" y="0.169922" width="36" height="36" rx="8" fill="#3A307F"/>
        <path d="M20.0222 16.9448L25.9785 10.1699H24.5671L19.3952 16.0525L15.2644 10.1699H10.5L16.7466 19.0654L10.5 26.1699H11.9116L17.3732 19.9577L21.7356 26.1699H26.5L20.0222 16.9448ZM18.0889 19.1437L17.456 18.258L12.4201 11.2097H14.5882L18.6522 16.8979L19.2851 17.7836L24.5677 25.1774H22.3997L18.0889 19.1437Z" fill="white"/>
    </symbol>
    <symbol id="instagram_icon" width="37" height="37" viewBox="0 0 37 37" fill="none">
        <rect x="0.5" y="0.169922" width="36" height="36" rx="8" fill="#3A307F"/>
        <path d="M15.1869 10.2259C14.3357 10.266 13.7544 10.4019 13.2462 10.6016C12.7203 10.8065 12.2745 11.0816 11.831 11.5267C11.3875 11.9718 11.1144 12.4179 10.9109 12.9446C10.7139 13.4539 10.5805 14.0356 10.5429 14.8873C10.5053 15.739 10.4969 16.0128 10.5011 18.1852C10.5053 20.3577 10.5149 20.63 10.5561 21.4834C10.5968 22.3345 10.7321 22.9156 10.9318 23.4239C11.1371 23.9498 11.4118 24.3954 11.8571 24.8391C12.3024 25.2828 12.7481 25.5553 13.2761 25.7591C13.7849 25.9558 14.3669 26.0898 15.2184 26.1271C16.0699 26.1644 16.344 26.173 18.5158 26.1689C20.6877 26.1647 20.9611 26.1551 21.8144 26.1146C22.6677 26.0742 23.2457 25.9378 23.7542 25.7391C24.2801 25.5334 24.7261 25.2591 25.1694 24.8137C25.6128 24.3682 25.8857 23.9218 26.0891 23.3948C26.2862 22.886 26.4201 22.3041 26.4571 21.4532C26.4944 20.5993 26.5032 20.3266 26.499 18.1545C26.4949 15.9824 26.4851 15.71 26.4446 14.8569C26.4041 14.0038 26.2686 13.4244 26.0691 12.9158C25.8635 12.3899 25.5891 11.9446 25.144 11.5006C24.6989 11.0566 24.2521 10.7838 23.7253 10.5809C23.2161 10.384 22.6345 10.2497 21.783 10.2129C20.9315 10.1761 20.6574 10.1667 18.4848 10.1708C16.3121 10.175 16.0401 10.1843 15.1869 10.2259ZM15.2803 24.6879C14.5003 24.654 14.0768 24.5244 13.7945 24.4159C13.4208 24.2719 13.1545 24.0978 12.8733 23.8193C12.592 23.5407 12.4192 23.2735 12.2732 22.9006C12.1636 22.6183 12.0316 22.1953 11.9952 21.4153C11.9555 20.5722 11.9472 20.3191 11.9425 18.1833C11.9379 16.0475 11.946 15.7947 11.983 14.9513C12.0163 14.172 12.1467 13.748 12.255 13.4659C12.399 13.0916 12.5724 12.8259 12.8516 12.5448C13.1308 12.2636 13.3972 12.0905 13.7705 11.9446C14.0524 11.8345 14.4755 11.7036 15.2552 11.6665C16.0989 11.6265 16.3517 11.6185 18.4872 11.6139C20.6227 11.6092 20.8761 11.6172 21.7201 11.6544C22.4995 11.6883 22.9237 11.8174 23.2054 11.9264C23.5793 12.0704 23.8454 12.2433 24.1265 12.523C24.4077 12.8027 24.5809 13.0681 24.7269 13.4422C24.8371 13.7233 24.968 14.1462 25.0048 14.9264C25.0449 15.77 25.0541 16.023 25.0579 18.1583C25.0617 20.2937 25.0542 20.5473 25.0173 21.3903C24.9832 22.1703 24.8539 22.594 24.7453 22.8766C24.6013 23.2502 24.4277 23.5166 24.1483 23.7975C23.8689 24.0785 23.6029 24.2516 23.2294 24.3975C22.9478 24.5074 22.5243 24.6386 21.7453 24.6758C20.9016 24.7154 20.6488 24.7238 18.5125 24.7284C16.3761 24.733 16.124 24.7244 15.2803 24.6879ZM21.8021 13.8942C21.8024 14.0841 21.859 14.2696 21.9648 14.4273C22.0705 14.585 22.2207 14.7078 22.3962 14.7802C22.5718 14.8525 22.7649 14.8712 22.951 14.8338C23.1372 14.7964 23.3081 14.7047 23.4421 14.5702C23.5761 14.4357 23.6673 14.2644 23.704 14.0781C23.7407 13.8918 23.7213 13.6988 23.6483 13.5235C23.5753 13.3482 23.4519 13.1985 23.2938 13.0933C23.1357 12.9882 22.95 12.9322 22.7601 12.9326C22.5056 12.9331 22.2617 13.0347 22.082 13.215C21.9023 13.3953 21.8016 13.6396 21.8021 13.8942ZM14.3924 18.1778C14.3969 20.4466 16.2395 22.2817 18.5078 22.2774C20.7761 22.273 22.6125 20.4306 22.6081 18.1618C22.6038 15.8931 20.7608 14.0576 18.4921 14.062C16.2235 14.0665 14.3881 15.9094 14.3924 18.1778ZM15.8334 18.175C15.8324 17.6475 15.9877 17.1317 16.2799 16.6925C16.5721 16.2534 16.9879 15.9108 17.4747 15.708C17.9616 15.5052 18.4977 15.4513 19.0152 15.5532C19.5327 15.6551 20.0084 15.9081 20.382 16.2803C20.7557 16.6525 21.0107 17.1272 21.1146 17.6443C21.2185 18.1614 21.1667 18.6976 20.9659 19.1853C20.765 19.673 20.424 20.0902 19.9861 20.3841C19.5481 20.6779 19.0328 20.8354 18.5054 20.8364C18.1552 20.8371 17.8083 20.7689 17.4845 20.6355C17.1606 20.5022 16.8662 20.3063 16.6181 20.0592C16.37 19.812 16.173 19.5184 16.0383 19.1951C15.9037 18.8718 15.8341 18.5252 15.8334 18.175Z" fill="white"/>
    </symbol>
    <symbol id="facebook_icon"  width="37" height="37" viewBox="0 0 37 37" fill="none">
        <rect x="0.5" y="0.169922" width="36" height="36" rx="8" fill="#3A307F"/>
        <path d="M27.4996 18.203C27.4996 13.2142 23.4702 9.16992 18.4998 9.16992C13.5294 9.16992 9.5 13.2142 9.5 18.203C9.5 22.4391 12.4059 25.9938 16.3258 26.9701V20.9635H14.4701V18.203H16.3258V17.0135C16.3258 13.939 17.7122 12.514 20.7195 12.514C21.2898 12.514 22.2736 12.6263 22.6761 12.7383V15.2405C22.4637 15.2181 22.0947 15.2069 21.6364 15.2069C20.1608 15.2069 19.5906 15.768 19.5906 17.2267V18.203H22.5303L22.0252 20.9635H19.5906V27.1699C24.0469 26.6297 27.4996 22.8214 27.4996 18.203Z" fill="white"/>
    </symbol>
    <symbol id="linkdin_icon"  width="37" height="37" viewBox="0 0 37 37" fill="none">
        <rect x="0.5" y="0.169922" width="36" height="36" rx="8" fill="#3A307F"/>
        <path d="M14.0714 26.1699H10.75V15.4675H14.0714V26.1699ZM12.3929 14.0357C11.3571 14.0357 10.5 13.1408 10.5 12.067C10.5 11.029 11.3571 10.1699 12.3929 10.1699C13.4643 10.1699 14.3214 11.029 14.3214 12.067C14.3214 13.1408 13.4643 14.0357 12.3929 14.0357ZM23.1786 26.1699V20.9797C23.1786 19.7269 23.1429 18.152 21.4286 18.152C19.7143 18.152 19.4643 19.4764 19.4643 20.8724V26.1699H16.1429V15.4675H19.3214V16.935H19.3571C19.8214 16.1118 20.8929 15.2169 22.5 15.2169C25.8571 15.2169 26.5 17.4361 26.5 20.2997V26.1699H23.1786Z" fill="white"/>
    </symbol>
    <symbol id="bahrain_flag_icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="#BBB8BD" stroke-width="0.5"/>
        <mask id="a" maskUnits="userSpaceOnUse" x="1" y="4" width="22" height="16" style="mask-type: luminance;">
            <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="white" stroke-width="0.5"/>
        </mask>
        <g mask="url(#a)">
            <path fill-rule="evenodd" clip-rule="evenodd" d="M23.0001 4H7.28577L8.85719 5.06667L7.28577 6.13333L8.85719 7.2L7.28577 8.26667L8.85719 9.33333L7.28577 10.4L8.85719 11.4667L7.28577 12.5333L8.85719 13.6L7.28577 14.6667L8.85719 15.7333L7.28577 16.8L8.85719 17.8667L7.28577 18.9333L8.85719 20H23.0001V4Z" fill="#E51723"/>
        </g>
    </symbol>
    <symbol id="egypt_flag_icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="#BBB8BD" stroke-width="0.5"/>
        <mask id="a" maskUnits="userSpaceOnUse" x="1" y="4" width="22" height="16" style="mask-type: luminance;">
            <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="white" stroke-width="0.5"/>
        </mask>
        <g mask="url(#a)">
            <path fill-rule="evenodd" clip-rule="evenodd" d="M1 9.33333H23V4H1V9.33333Z" fill="#E41D33"/>
            <path fill-rule="evenodd" clip-rule="evenodd" d="M1 19.9998H23V14.6665H1V19.9998Z" fill="#262626"/>
            <path d="M10.6532 11.6135L10.9385 12.1944L11.2457 11.625L11.2457 11.625L11.2457 11.6249L11.2458 11.6249L11.2458 11.6248L11.2466 11.6234L11.2505 11.6162L11.2675 11.5861C11.2827 11.5595 11.3052 11.5208 11.3339 11.4742C11.3915 11.3802 11.4718 11.2568 11.5645 11.1351C11.6586 11.0113 11.7573 10.9001 11.8502 10.8229C11.9491 10.7407 11.9977 10.7336 11.9999 10.7332C12 10.7332 12 10.7332 12 10.7332C12.0197 10.7332 12.0769 10.7458 12.1742 10.825C12.2665 10.9002 12.362 11.009 12.4519 11.1309C12.5403 11.2509 12.6152 11.3727 12.6684 11.4656C12.6948 11.5117 12.7154 11.5498 12.7291 11.5759L12.7444 11.6054L12.7479 11.6123L12.7484 11.6135L12.7485 11.6136L12.7485 11.6137L12.7485 11.6137L12.7486 11.6138L13.0364 12.1999H12.5238H12.1905V12.5332V13.0761C12.1905 13.1813 12.1052 13.2666 12 13.2666C11.8948 13.2666 11.8096 13.1813 11.8096 13.0761V12.5332V12.1999H11.4762H10.9524H10.85L10.7652 12.2574L10.2349 12.6174C10.0135 12.7677 9.71431 12.6091 9.71431 12.3416V11.0666C9.71431 10.8825 9.86355 10.7332 10.0476 10.7332L10.2209 10.7332L10.6532 11.6135ZM13.1501 12.1999H13.0589L13.3469 11.6135L13.7791 10.7332L13.9524 10.7332C14.1365 10.7332 14.2857 10.8825 14.2857 11.0666V12.3416C14.2857 12.6091 13.9865 12.7677 13.7652 12.6174L13.2349 12.2574L13.1501 12.1999Z" fill="#F4B32E" fill-opacity="0.25" stroke="#C6A846" stroke-width="0.666667"/>
        </g>
    </symbol>
    <symbol id="qatar_flag_icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="#BBB8BD" stroke-width="0.5"/>
        <mask id="a" maskUnits="userSpaceOnUse" x="1" y="4" width="22" height="16" style="mask-type: luminance;">
            <rect x="1.25" y="4.25" width="21.5" height="15.5" rx="1.75" fill="white" stroke="white" stroke-width="0.5"/>
        </mask>
        <g mask="url(#a)">
            <path fill-rule="evenodd" clip-rule="evenodd" d="M23.0001 4H7.28577L8.85719 5.06667L7.28577 6.13333L8.85719 7.2L7.28577 8.26667L8.85719 9.33333L7.28577 10.4L8.85719 11.4667L7.28577 12.5333L8.85719 13.6L7.28577 14.6667L8.85719 15.7333L7.28577 16.8L8.85719 17.8667L7.28577 18.9333L8.85719 20H23.0001V4Z" fill="#A6264C"/>
        </g>
    </symbol>
    <symbol id="saudi_flag_icon" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <rect x="1" y="4" width="22" height="16" rx="2" fill="white"/>
        <mask id="a" maskUnits="userSpaceOnUse" x="1" y="4" width="22" height="16" style="mask-type: luminance;">
            <rect x="1" y="4" width="22" height="16" rx="2" fill="white"/>
        </mask>
        <g mask="url(#a)">
            <rect x="1" y="4" width="22" height="16" fill="#128C4B"/>
            <path fill-rule="evenodd" clip-rule="evenodd" d="M6.23804 13.6002H14.619V13.0877C14.619 12.59 15.1446 12.2678 15.5881 12.4936L15.6666 12.5336V13.6002H17.0952C17.4634 13.6002 17.7618 13.8987 17.7618 14.2669V14.4002C17.7618 15.1366 17.1649 15.7336 16.4285 15.7336H15.2857C14.9175 15.7336 14.619 15.4351 14.619 15.0669V14.6669H7.56532C7.38643 14.6669 7.21504 14.595 7.08969 14.4674L6.23804 13.6002Z" fill="white"/>
            <path fill-rule="evenodd" clip-rule="evenodd" d="M6.23804 10.5363C6.23804 10.4489 6.27234 10.365 6.33355 10.3027L6.53245 10.1002C6.6598 9.9705 6.6598 9.7627 6.53245 9.63303L6.33355 9.43052C6.27234 9.36819 6.23804 9.28432 6.23804 9.19695V8.59993C6.23804 8.41584 6.38728 8.2666 6.57137 8.2666H7.08459C7.19564 8.2666 7.28566 8.35662 7.28566 8.46767C7.28566 8.68062 7.57334 8.74745 7.6672 8.5563L7.74325 8.40145C7.78378 8.31891 7.86774 8.2666 7.9597 8.2666H9.11423C9.2615 8.2666 9.3809 8.38599 9.3809 8.53327C9.3809 8.68054 9.2615 8.79993 9.11423 8.79993H8.59994C8.45267 8.79993 8.33328 8.91933 8.33328 9.0666C8.33328 9.21388 8.45267 9.33327 8.59994 9.33327H9.04756C9.23166 9.33327 9.3809 9.48251 9.3809 9.6666V11.1333C9.3809 11.3174 9.23166 11.4666 9.04756 11.4666H8.66661C8.48251 11.4666 8.33328 11.3174 8.33328 11.1333V10.6618C8.33328 10.5172 8.45053 10.3999 8.59518 10.3999C8.73983 10.3999 8.85709 10.2803 8.85709 10.1357C8.85709 9.98839 8.73769 9.8666 8.59042 9.8666H8.1428C7.9587 9.8666 7.80947 10.0158 7.80947 10.1999V11.2047C7.80947 11.3493 7.69221 11.4666 7.54756 11.4666C7.40292 11.4666 7.28566 11.3493 7.28566 11.2047V10.6618C7.28566 10.5172 7.1684 10.3999 7.02375 10.3999C6.87911 10.3999 6.76185 10.5172 6.76185 10.6618V11.2047C6.76185 11.3493 6.64459 11.4666 6.49994 11.4666C6.3553 11.4666 6.23804 11.3493 6.23804 11.2047V10.5363Z" fill="white"/>
            <path fill-rule="evenodd" clip-rule="evenodd" d="M14.619 10.5363C14.619 10.4489 14.6533 10.365 14.7145 10.3027L14.9134 10.1002C15.0408 9.9705 15.0408 9.7627 14.9134 9.63303L14.7145 9.43052C14.6533 9.36819 14.619 9.28432 14.619 9.19695V8.59993C14.619 8.41584 14.7683 8.2666 14.9524 8.2666H15.4656C15.5766 8.2666 15.6666 8.35662 15.6666 8.46767C15.6666 8.68062 15.9543 8.74745 16.0482 8.5563L16.1242 8.40145C16.1648 8.31891 16.2487 8.2666 16.3407 8.2666H17.4952C17.6425 8.2666 17.7619 8.38599 17.7619 8.53327C17.7619 8.68054 17.6425 8.79993 17.4952 8.79993H16.9809C16.8336 8.79993 16.7143 8.91933 16.7143 9.0666C16.7143 9.21388 16.8336 9.33327 16.9809 9.33327H17.4285C17.6126 9.33327 17.7619 9.48251 17.7619 9.6666V11.1333C17.7619 11.3174 17.6126 11.4666 17.4285 11.4666H17.0476C16.8635 11.4666 16.7143 11.3174 16.7143 11.1333V10.6618C16.7143 10.5172 16.8315 10.3999 16.9762 10.3999C17.1208 10.3999 17.2381 10.2803 17.2381 10.1357C17.2381 9.98839 17.1187 9.8666 16.9714 9.8666H16.5238C16.3397 9.8666 16.1904 10.0158 16.1904 10.1999V11.2047C16.1904 11.3493 16.0732 11.4666 15.9285 11.4666C15.7839 11.4666 15.6666 11.3493 15.6666 11.2047V10.6618C15.6666 10.5172 15.5494 10.3999 15.4047 10.3999C15.2601 10.3999 15.1428 10.5172 15.1428 10.6618V11.2047C15.1428 11.3493 15.0256 11.4666 14.8809 11.4666C14.7363 11.4666 14.619 11.3493 14.619 11.2047V10.5363Z" fill="white"/>
            <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5714 9.0641C13.5714 9.21276 13.4896 9.4166 13.3823 9.52581L13.2367 9.67406C13.1323 9.7804 13.1295 9.94993 13.2367 10.0591L13.3823 10.2074C13.4868 10.3137 13.5714 10.5141 13.5714 10.6691V11.1974C13.5714 11.3461 13.4593 11.4666 13.3071 11.4666H12.7882C12.6422 11.4666 12.5238 11.3524 12.5238 11.1974V10.6691C12.5238 10.5204 12.4755 10.4984 12.4023 10.6473L12.1215 11.2192C12.0544 11.3558 11.8767 11.4666 11.7405 11.4666H10.6881C10.5448 11.4666 10.4286 11.3429 10.4286 11.1999C10.4286 11.0527 10.5407 10.9333 10.6929 10.9333H11.2118C11.3579 10.9333 11.4762 10.8096 11.4762 10.6666C11.4762 10.5193 11.3641 10.3999 11.2118 10.3999H10.6929C10.5469 10.3999 10.4286 10.2852 10.4286 10.1383V8.52819C10.4286 8.38372 10.5407 8.2666 10.6929 8.2666H11.2118C11.3579 8.2666 11.4762 8.38075 11.4762 8.53577V9.0641C11.4762 9.21276 11.3547 9.33327 11.2143 9.33327C11.0697 9.33327 10.9524 9.45697 10.9524 9.59993C10.9524 9.74721 11.0645 9.8666 11.2168 9.8666H11.7357C11.8817 9.8666 12 9.74105 12 9.60239V8.53081C12 8.38489 12.1215 8.2666 12.2619 8.2666C12.4066 8.2666 12.5238 8.38075 12.5238 8.53577V9.0641C12.5238 9.21276 12.6453 9.33327 12.7857 9.33327C12.9304 9.33327 13.0476 9.21912 13.0476 9.0641V8.53577C13.0476 8.38711 13.1691 8.2666 13.3095 8.2666C13.4542 8.2666 13.5714 8.38075 13.5714 8.53577V9.0641Z" fill="white"/>
        </g>
    </symbol>
    <symbol id="prev_arrow_icon" width="25" height="24" viewBox="0 0 25 24" fill="none">
        <path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M16.3536 4.64645C16.18 4.47288 15.9106 4.4536 15.7157 4.58859L15.6464 4.64645L8.64645 11.6464C8.47288 11.82 8.4536 12.0894 8.58859 12.2843L8.64645 12.3536L15.6464 19.3536C15.8417 19.5488 16.1583 19.5488 16.3536 19.3536C16.5271 19.18 16.5464 18.9106 16.4114 18.7157L16.3536 18.6464L9.70704 12L16.3536 5.35355C16.5271 5.17999 16.5464 4.91056 16.4114 4.71569L16.3536 4.64645Z" fill="black"/>
    </symbol>
    <symbol id="next_arrow_icon" width="25" height="24" viewBox="0 0 25 24" fill="none">
        <path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M8.64645 4.64645C8.82001 4.47288 9.08944 4.4536 9.28431 4.58859L9.35355 4.64645L16.3536 11.6464C16.5271 11.82 16.5464 12.0894 16.4114 12.2843L16.3536 12.3536L9.35355 19.3536C9.15829 19.5488 8.84171 19.5488 8.64645 19.3536C8.47288 19.18 8.4536 18.9106 8.58859 18.7157L8.64645 18.6464L15.293 12L8.64645 5.35355C8.47288 5.17999 8.4536 4.91056 8.58859 4.71569L8.64645 4.64645Z" fill="#333333"/>
    </symbol>
    <symbol id="search_icon"  width="15" height="15" viewBox="0 0 15 15" fill="none">
        <path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M10.7399 9.67922L14.7806 13.7197C15.0735 14.0126 15.0735 14.4875 14.7806 14.7804C14.4877 15.0733 14.0128 15.0733 13.7199 14.7804L9.67925 10.7399C8.66323 11.5297 7.38654 12 6 12C2.68629 12 0 9.31371 0 6C0 2.68629 2.68629 0 6 0C9.31371 0 12 2.68629 12 6C12 7.38653 11.5297 8.66321 10.7399 9.67922ZM6 10.5C8.48528 10.5 10.5 8.48528 10.5 6C10.5 3.51472 8.48528 1.5 6 1.5C3.51472 1.5 1.5 3.51472 1.5 6C1.5 8.48528 3.51472 10.5 6 10.5Z" fill="#A3A4A5"/>
    </symbol>
    <symbol id="mobile_search_icon" fill="none">
        <path xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" d="M9.11658 8.45274L12.4838 11.8198C12.7279 12.0639 12.7279 12.4596 12.4838 12.7037C12.2397 12.9478 11.844 12.9478 11.5999 12.7037L8.2327 9.33662C7.38602 9.99479 6.32211 10.3867 5.16666 10.3867C2.40523 10.3867 0.166656 8.14814 0.166656 5.38672C0.166656 2.6253 2.40523 0.386719 5.16666 0.386719C7.92808 0.386719 10.1667 2.6253 10.1667 5.38672C10.1667 6.54216 9.77473 7.60606 9.11658 8.45274V8.45274ZM5.16666 9.13672C7.23772 9.13672 8.91666 7.45779 8.91666 5.38672C8.91666 3.31565 7.23772 1.63672 5.16666 1.63672C3.09559 1.63672 1.41666 3.31565 1.41666 5.38672C1.41666 7.45779 3.09559 9.13672 5.16666 9.13672Z" fill="white"/>
    </symbol>
    <symbol id="playstore_icon_ar" fill="none">
        <rect width="76" height="24" rx="12" fill="black"/>
        <path d="M15.6099 11.7068L8.80841 5.29199C8.7482 5.45388 8.68799 5.61324 8.68799 5.83584V17.6411C8.68799 17.8611 8.7482 18.023 8.80841 18.1849L15.6099 11.7094V11.7068Z" fill="white"/>
        <path d="M16.4078 11.7066L18.6808 13.839L21.1746 12.511C21.9724 12.0886 21.9724 11.3853 21.1746 10.9629L18.6206 9.57422L16.4053 11.7066H16.4078Z" fill="white"/>
        <path d="M16.009 11.3244L18.1038 9.29318L10.1057 5.02842C9.76699 4.86653 9.4283 4.80835 9.20752 4.92724L16.009 11.3218V11.3244Z" fill="white"/>
        <path d="M16.009 12.0684L9.20752 18.5238C9.42579 18.6249 9.76699 18.5845 10.1659 18.4226L18.2042 14.1578L16.009 12.0659V12.0684Z" fill="white"/>
        <path d="M38.6786 12.9812C37.507 12.9812 36.5511 13.8792 36.5511 15.1161C36.5511 16.3531 37.507 17.251 38.6786 17.251C39.8502 17.251 40.8061 16.3455 40.8061 15.1161C40.8061 13.8868 39.8502 12.9812 38.6786 12.9812ZM38.6786 16.4112C38.0363 16.4112 37.4819 15.8775 37.4819 15.1161C37.4819 14.3547 38.0363 13.821 38.6786 13.821C39.3209 13.821 39.8753 14.3472 39.8753 15.1161C39.8753 15.8851 39.3209 16.4112 38.6786 16.4112ZM34.0398 12.9812C32.8681 12.9812 31.9123 13.8792 31.9123 15.1161C31.9123 16.3531 32.8681 17.251 34.0398 17.251C35.2114 17.251 36.1673 16.3455 36.1673 15.1161C36.1673 13.8868 35.2114 12.9812 34.0398 12.9812ZM34.0398 16.4112C33.3975 16.4112 32.8431 15.8775 32.8431 15.1161C32.8431 14.3547 33.3975 13.821 34.0398 13.821C34.682 13.821 35.2365 14.3472 35.2365 15.1161C35.2365 15.8851 34.682 16.4112 34.0398 16.4112ZM28.5228 13.6364V14.5419H30.6729C30.6077 15.0529 30.4396 15.4247 30.1837 15.6827C29.8701 15.9989 29.3809 16.3455 28.5228 16.3455C27.1982 16.3455 26.1645 15.2704 26.1645 13.9348C26.1645 12.5993 27.2007 11.5242 28.5228 11.5242C29.2379 11.5242 29.7597 11.8075 30.1436 12.1718L30.7783 11.5318C30.2414 11.0133 29.5264 10.6187 28.5228 10.6187C26.709 10.6187 25.1836 12.1085 25.1836 13.9348C25.1836 15.7611 26.709 17.251 28.5228 17.251C29.5013 17.251 30.2414 16.9273 30.8184 16.3202C31.413 15.7207 31.5962 14.8809 31.5962 14.2004C31.5962 13.9905 31.5811 13.7957 31.5485 13.6338H28.5228V13.6364ZM51.0898 14.3396C50.9142 13.8615 50.3748 12.9812 49.2759 12.9812C48.177 12.9812 47.2789 13.8463 47.2789 15.1161C47.2789 16.3126 48.177 17.251 49.3813 17.251C50.3522 17.251 50.9142 16.6515 51.1475 16.305L50.4249 15.8193C50.1841 16.176 49.8554 16.4087 49.3813 16.4087C48.9071 16.4087 48.5709 16.1912 48.3552 15.7611L51.1876 14.5799L51.0923 14.337L51.0898 14.3396ZM48.2021 15.0529C48.177 14.2283 48.8369 13.8058 49.3085 13.8058C49.6773 13.8058 49.9909 13.993 50.0938 14.2586L48.1996 15.0504L48.2021 15.0529ZM45.899 17.122H46.8298V10.8438H45.899V17.122ZM44.3736 13.4593H44.341C44.1328 13.2089 43.7314 12.9812 43.2246 12.9812C42.1659 12.9812 41.195 13.9197 41.195 15.1262C41.195 16.3328 42.1659 17.2536 43.2246 17.2536C43.7314 17.2536 44.1303 17.0259 44.341 16.7679H44.3736V17.0765C44.3736 17.8935 43.9396 18.3311 43.2422 18.3311C42.6727 18.3311 42.3189 17.9188 42.1759 17.5697L41.3655 17.9087C41.5989 18.4753 42.216 19.1709 43.2422 19.1709C44.3335 19.1709 45.2567 18.5234 45.2567 16.945V13.1102H44.3736V13.4593ZM43.3074 16.4112C42.6651 16.4112 42.1282 15.8699 42.1282 15.1237C42.1282 14.3775 42.6651 13.821 43.3074 13.821C43.9496 13.821 44.4389 14.3724 44.4389 15.1237C44.4389 15.875 43.9421 16.4112 43.3074 16.4112ZM55.4501 10.8438H53.2223V17.122H54.1506V14.7443H55.4476C56.4787 14.7443 57.4898 13.993 57.4898 12.794C57.4898 11.595 56.4762 10.8438 55.4476 10.8438H55.4501ZM55.4752 13.8716H54.1531V11.719H55.4752C56.1702 11.719 56.564 12.2982 56.564 12.794C56.564 13.2898 56.1702 13.8691 55.4752 13.8691V13.8716ZM61.2179 12.9686C60.5456 12.9686 59.8481 13.2671 59.5596 13.9298L60.385 14.2763C60.5606 13.9298 60.8893 13.816 61.233 13.816C61.7147 13.816 62.2014 14.1068 62.2114 14.6229V14.6886C62.0433 14.5925 61.6821 14.4458 61.243 14.4458C60.3549 14.4458 59.4492 14.9391 59.4492 15.8598C59.4492 16.6996 60.1793 17.2409 60.9946 17.2409C61.6193 17.2409 61.9631 16.9576 62.1813 16.6262H62.2139V17.1119H63.1121V14.7038C63.1121 13.5883 62.2867 12.966 61.2204 12.966L61.2179 12.9686ZM61.1075 16.4112C60.804 16.4112 60.3775 16.2569 60.3775 15.8775C60.3775 15.3918 60.9068 15.2072 61.3634 15.2072C61.7724 15.2072 61.9631 15.2957 62.2114 15.4171C62.1387 15.9989 61.6419 16.4112 61.105 16.4112H61.1075ZM66.3786 13.1077L65.3123 15.8294H65.2797L64.1733 13.1077H63.1723L64.8306 16.9121L63.8848 19.0293H64.8532L67.4097 13.1077H66.3761H66.3786ZM58.0066 17.122H58.9349V10.8438H58.0066V17.122Z" fill="white"/>
        <path d="M45.4425 6.79688H44.9156C44.8935 6.79688 44.8755 6.81499 44.8755 6.83735V7.23195C44.8755 7.2543 44.8935 7.27242 44.9156 7.27242H45.4425C45.4647 7.27242 45.4826 7.2543 45.4826 7.23195V6.83735C45.4826 6.81499 45.4647 6.79688 45.4425 6.79688Z" fill="white"/>
        <path d="M47.7982 6.92099C47.2538 6.92099 46.9352 7.19417 46.9076 7.75067C46.9025 7.84173 46.8925 7.93532 46.8699 8.02132C46.8499 8.1225 46.7646 8.19586 46.6416 8.19586H46.5639C46.3054 8.19586 46.1725 8.15286 46.1725 7.97579V7.37377C46.1725 7.34594 46.1599 7.3333 46.1348 7.3333H45.623C45.598 7.3333 45.5854 7.34594 45.5854 7.37377V8.57782C45.5854 8.89906 45.455 9.0736 45.1539 9.0736C44.8754 9.0736 44.7098 8.88389 44.7098 8.56011C44.7098 8.36028 44.765 8.20345 44.8579 7.98085C44.8679 7.95556 44.8654 7.94038 44.8403 7.93532L44.3711 7.8139C44.3461 7.80884 44.3285 7.8139 44.3185 7.82908C44.1905 8.04156 44.1152 8.36281 44.1152 8.60311C44.1152 9.22537 44.5091 9.57444 45.1464 9.57444C45.7836 9.57444 46.1675 9.25572 46.1675 8.60311V8.55252C46.2603 8.6537 46.3958 8.68911 46.5588 8.68911H46.6868C46.8474 8.68911 46.9929 8.61323 47.0731 8.44628C47.2287 8.64105 47.4921 8.71694 47.7932 8.71694C48.3802 8.71694 48.6913 8.43616 48.6913 7.83414C48.6913 7.23212 48.3953 6.91846 47.7932 6.91846L47.7982 6.92099ZM47.7982 8.22368C47.5599 8.22368 47.4721 8.07697 47.4721 7.81896C47.4721 7.58372 47.5574 7.41677 47.7982 7.41677C48.0391 7.41677 48.1218 7.5736 48.1218 7.81896C48.1218 8.06433 48.0516 8.22368 47.7982 8.22368Z" fill="white"/>
        <path d="M52.753 8.98242H52.3541C52.3265 8.98242 52.314 8.99507 52.314 9.02036V9.4175C52.314 9.44532 52.3265 9.45797 52.3541 9.45797H52.753C52.7781 9.45797 52.7906 9.44532 52.7906 9.4175V9.02036C52.7906 8.99507 52.7781 8.98242 52.753 8.98242Z" fill="white"/>
        <path d="M53.3775 8.98242H52.9785C52.9535 8.98242 52.9409 8.99507 52.9409 9.02036V9.4175C52.9409 9.44532 52.9535 9.45797 52.9785 9.45797H53.3775C53.405 9.45797 53.4176 9.44532 53.4176 9.4175V9.02036C53.4176 8.99507 53.405 8.98242 53.3775 8.98242Z" fill="white"/>
        <path d="M56.7747 8.19591H55.8715C55.7561 8.12762 55.6658 7.96826 55.6658 7.81396C55.6658 7.58377 55.7962 7.43706 56.022 7.43706C56.1725 7.43706 56.303 7.50789 56.4159 7.62171C56.4385 7.63689 56.456 7.63689 56.4761 7.62171L56.7195 7.29035C56.7395 7.27011 56.7421 7.25241 56.7245 7.23217C56.5263 7.03234 56.2403 6.9438 55.9242 6.9438C55.4099 6.9438 55.0636 7.23976 55.0636 7.74566C55.0636 7.91767 55.1138 8.08208 55.2167 8.19844H54.893C54.6296 8.19844 54.4992 8.15544 54.4992 7.97837V5.99018C54.4992 5.96235 54.4866 5.94971 54.459 5.94971H53.9472C53.9221 5.94971 53.9096 5.96235 53.9096 5.99018V7.91767C53.9096 8.10232 53.877 8.19844 53.6763 8.19844H53.5634C53.305 8.19844 53.172 8.15544 53.172 7.97837V7.02728C53.172 6.99945 53.1595 6.98681 53.1319 6.98681H52.62C52.595 6.98681 52.5824 6.99945 52.5824 7.02728V7.91514C52.5824 8.09979 52.5498 8.19591 52.3491 8.19591H52.0054C51.8473 8.19591 51.7946 8.12762 51.7946 7.96067V6.74397C51.7946 6.71868 51.7821 6.70603 51.757 6.70603H51.2452C51.2201 6.70603 51.2051 6.71868 51.2051 6.74397V6.91851H50.7811C50.2643 6.91851 49.9883 7.19423 49.9883 7.74566C49.9883 8.25409 50.2643 8.5374 50.746 8.5374C50.9065 8.5374 51.0821 8.4944 51.2176 8.38057C51.2477 8.59558 51.3631 8.68917 51.6316 8.68917H52.7179C52.9286 8.68917 53.0491 8.62087 53.1168 8.48681C53.2021 8.61075 53.3275 8.67399 53.5032 8.68664C53.5157 8.68664 53.5282 8.68664 53.5433 8.68664H54.0476C54.2483 8.68664 54.3812 8.62593 54.4465 8.48428C54.5418 8.62087 54.6848 8.68664 54.893 8.68664H56.7772C56.8023 8.68664 56.8148 8.67399 56.8148 8.64617V8.23133C56.8148 8.2035 56.8023 8.19085 56.7772 8.19085L56.7747 8.19591ZM51.2051 7.78866C51.2051 7.97332 51.0846 8.04414 50.8814 8.04414C50.6782 8.04414 50.5628 7.95308 50.5628 7.73807C50.5628 7.52306 50.6531 7.41176 50.8864 7.41176H51.2026V7.78613L51.2051 7.78866Z" fill="white"/>
        <path d="M64.6498 6.92095C64.3563 6.92095 64.138 7.01454 63.8821 7.22955C63.8646 7.24726 63.8771 7.27761 63.8897 7.29026L64.1104 7.59886C64.133 7.61404 64.1355 7.60645 64.1631 7.5938C64.2911 7.49262 64.4165 7.41674 64.5871 7.41674C64.8556 7.41674 64.986 7.60139 64.986 7.87205C64.986 8.11488 64.9258 8.19835 64.6724 8.19835H63.5911C63.4331 8.19835 63.3277 8.14018 63.3026 7.97576C63.3026 7.80881 63.2875 7.66463 63.2499 7.54827C63.137 7.10308 62.8309 6.92095 62.3141 6.92095C62.0356 6.92095 61.7446 6.99937 61.4611 7.11572V6.99178C61.4611 6.96395 61.4486 6.95131 61.4235 6.95131H60.9117C60.8841 6.95131 60.8715 6.96395 60.8715 6.99178V7.95046C60.8715 8.11235 60.854 8.19835 60.6959 8.19835H60.5629C60.3146 8.19835 60.1691 8.168 60.1691 7.97829V5.99009C60.1691 5.9648 60.1565 5.95215 60.1314 5.95215H59.6196C59.592 5.95215 59.5795 5.9648 59.5795 5.99009V8.58031C59.5795 8.90156 59.4515 9.07609 59.1505 9.07609C58.872 9.07609 58.7064 8.88638 58.7064 8.5626C58.7064 8.36277 58.7616 8.20594 58.8544 7.98335C58.8645 7.95805 58.862 7.94287 58.8369 7.93781L58.3677 7.8164C58.3426 7.81134 58.3251 7.8164 58.315 7.83157C58.1871 8.04405 58.1118 8.3653 58.1118 8.60561C58.1118 9.22787 58.5057 9.57694 59.1429 9.57694C59.7802 9.57694 60.164 9.25822 60.164 8.60561V8.55502C60.2544 8.65367 60.3898 8.69161 60.5504 8.69161C60.5504 8.69161 60.5529 8.69161 60.5554 8.69161H60.9819C61.135 8.69161 61.2604 8.66378 61.3332 8.59802C61.3934 8.66126 61.4937 8.69161 61.6242 8.69161H62.4847C62.8033 8.69161 63.0693 8.64861 63.1972 8.4336C63.2926 8.61825 63.4456 8.69161 63.6889 8.69161H64.9007C65.42 8.69161 65.5856 8.4766 65.5856 7.90999C65.5856 7.27508 65.2695 6.91842 64.6473 6.91842L64.6498 6.92095ZM62.2865 8.19583H61.4385C61.4561 8.12753 61.4611 8.0567 61.4611 7.98082V7.59633C61.6819 7.49768 61.9478 7.41926 62.1836 7.41926C62.5424 7.41926 62.7055 7.52803 62.7055 7.8594C62.7055 8.14776 62.6076 8.19583 62.2865 8.19583Z" fill="white"/>
        <path d="M66.5617 5.94678H66.0499C66.0223 5.94678 66.0098 5.95942 66.0098 5.98725V8.65082C66.0098 8.67865 66.0223 8.6913 66.0499 8.6913H66.5617C66.5868 8.6913 66.5993 8.67865 66.5993 8.65082V5.98725C66.5993 5.95942 66.5868 5.94678 66.5617 5.94678Z" fill="white"/>
    </symbol>
    <symbol id="appstore_icon_ar" fill="none">
        <rect width="76" height="24" rx="12" fill="black"/>
        <path d="M65.0091 11.4866C64.994 9.83993 66.3462 9.0406 66.4064 9.00266C65.6413 7.87703 64.4546 7.72273 64.0382 7.71008C63.0422 7.60384 62.0763 8.3121 61.5696 8.3121C61.0628 8.3121 60.2675 7.7202 59.4271 7.7379C58.3433 7.75561 57.3273 8.38799 56.7728 9.36944C55.6264 11.3728 56.4818 14.3172 57.5807 15.9386C58.1301 16.7303 58.7748 17.6182 59.6153 17.5853C60.4381 17.5499 60.7442 17.0566 61.7402 17.0566C62.7361 17.0566 63.0146 17.5853 63.8726 17.5651C64.7557 17.5499 65.3126 16.7683 65.842 15.9664C66.4792 15.0583 66.7326 14.1629 66.7426 14.1148C66.7225 14.1072 65.0266 13.4571 65.0091 11.4816" fill="white"/>
        <path d="M63.3886 6.64504C63.8302 6.08602 64.1362 5.32716 64.0484 4.55566C63.4087 4.58349 62.6059 5.00339 62.1468 5.54976C61.7379 6.03037 61.3716 6.81958 61.4669 7.56072C62.1869 7.61384 62.927 7.19394 63.3886 6.64504Z" fill="white"/>
        <path d="M14.9297 17.4562H13.7832L13.1535 15.4655H10.9709L10.3713 17.4562H9.25488L11.4199 10.6797H12.7546L14.9272 17.4562H14.9297ZM12.9678 14.6283L12.4009 12.8576C12.3406 12.678 12.2277 12.2505 12.0622 11.5802H12.0421C11.9744 11.8686 11.869 12.2935 11.7235 12.8576L11.164 14.6283H12.9703H12.9678Z" fill="white"/>
        <path d="M20.4964 14.9518C20.4964 15.784 20.2731 16.4391 19.8291 16.9222C19.4302 17.3523 18.9335 17.5647 18.3439 17.5647C17.7042 17.5647 17.2476 17.332 16.9666 16.8717H16.9465V19.4467H15.8678V14.1777C15.8678 13.6541 15.8552 13.1204 15.8276 12.569H16.7734L16.8336 13.343H16.8537C17.2125 12.7587 17.7569 12.4678 18.4894 12.4678C19.0614 12.4678 19.5381 12.6954 19.9194 13.1507C20.3007 13.6061 20.4914 14.2055 20.4914 14.9492M19.4001 14.9897C19.4001 14.5141 19.2947 14.1221 19.0815 13.8135C18.8482 13.4922 18.5346 13.3303 18.1457 13.3303C17.8798 13.3303 17.6364 13.4214 17.4232 13.5959C17.2074 13.7755 17.0644 14.0082 16.9992 14.2966C16.9666 14.4307 16.949 14.542 16.949 14.628V15.4425C16.949 15.7966 17.0569 16.0976 17.2727 16.343C17.4884 16.5883 17.7694 16.7098 18.1156 16.7098C18.522 16.7098 18.8381 16.5529 19.0614 16.2367C19.2872 15.9206 19.4001 15.5057 19.4001 14.9897Z" fill="white"/>
        <path d="M26.071 14.9518C26.071 15.784 25.8477 16.4391 25.4037 16.9222C25.0048 17.3523 24.5105 17.5647 23.9185 17.5647C23.2813 17.5647 22.8222 17.332 22.5437 16.8717H22.5236V19.4467H21.4474V14.1777C21.4474 13.6541 21.4348 13.1204 21.4072 12.569H22.353L22.4132 13.343H22.4333C22.7921 12.7587 23.3365 12.4678 24.069 12.4678C24.641 12.4678 25.1177 12.6954 25.499 13.1507C25.8803 13.6061 26.071 14.2055 26.071 14.9492M24.9747 14.9897C24.9747 14.5141 24.8693 14.1221 24.6561 13.8135C24.4227 13.4922 24.1117 13.3303 23.7203 13.3303C23.4544 13.3303 23.2135 13.4214 22.9978 13.5959C22.782 13.7755 22.6415 14.0082 22.5738 14.2966C22.5387 14.4307 22.5236 14.542 22.5236 14.628V15.4425C22.5236 15.7966 22.6315 16.0976 22.8472 16.343C23.063 16.5883 23.344 16.7098 23.6902 16.7098C24.0941 16.7098 24.4127 16.5529 24.636 16.2367C24.8618 15.9206 24.9747 15.5057 24.9747 14.9897Z" fill="white"/>
        <path d="M32.3023 15.5542C32.3023 16.1309 32.1042 16.5988 31.7053 16.9631C31.2687 17.3602 30.6566 17.555 29.8764 17.555C29.1539 17.555 28.5718 17.4134 28.1328 17.1326L28.3837 16.227C28.8578 16.5154 29.3746 16.6596 29.9416 16.6596C30.348 16.6596 30.6641 16.5685 30.8899 16.3838C31.1157 16.1992 31.2286 15.9513 31.2286 15.6427C31.2286 15.367 31.1358 15.1343 30.9501 14.9471C30.7645 14.7574 30.4534 14.5854 30.0219 14.4235C28.8453 13.9808 28.2582 13.3333 28.2582 12.4808C28.2582 11.9243 28.464 11.4665 28.8754 11.1123C29.2868 10.7557 29.8363 10.5786 30.5211 10.5786C31.1333 10.5786 31.6425 10.6874 32.0465 10.8999L31.778 11.7852C31.3992 11.5778 30.9702 11.4741 30.491 11.4741C30.1122 11.4741 29.8162 11.5677 29.6029 11.7548C29.4248 11.9218 29.3345 12.1267 29.3345 12.367C29.3345 12.6351 29.4374 12.8577 29.6431 13.0297C29.8212 13.1916 30.1473 13.3661 30.6215 13.5533C31.201 13.7886 31.625 14.0617 31.8984 14.3779C32.1719 14.6941 32.3074 15.0862 32.3074 15.5542" fill="white"/>
        <path d="M35.8625 13.3813H34.6758V15.754C34.6758 16.3585 34.8841 16.6595 35.3055 16.6595C35.4962 16.6595 35.6567 16.6418 35.7822 16.609L35.8123 17.4336C35.6016 17.5145 35.3206 17.555 34.9744 17.555C34.5479 17.555 34.2167 17.4235 33.9759 17.1629C33.7376 16.9024 33.6171 16.4622 33.6171 15.845V13.3813H32.9097V12.5668H33.6171V11.6713L34.6733 11.3501V12.5668H35.86V13.3813H35.8625Z" fill="white"/>
        <path d="M41.2187 14.9723C41.2187 15.7236 41.0055 16.3408 40.5815 16.8239C40.1349 17.3197 39.5429 17.5676 38.8053 17.5676C38.0677 17.5676 37.5283 17.3298 37.1044 16.8543C36.6829 16.3787 36.4722 15.7792 36.4722 15.0558C36.4722 14.2969 36.6904 13.6772 37.1244 13.1966C37.5585 12.7134 38.1455 12.4731 38.8831 12.4731C39.6206 12.4731 40.1676 12.7109 40.5991 13.1865C41.013 13.6494 41.2162 14.2463 41.2162 14.9774M40.1023 15.0052C40.1023 14.5549 40.007 14.1679 39.8138 13.8467C39.588 13.4571 39.2669 13.2624 38.848 13.2624C38.429 13.2624 38.0853 13.4571 37.8595 13.8467C37.6663 14.1704 37.571 14.5625 37.571 15.028C37.571 15.4934 37.6663 15.8652 37.8595 16.1865C38.0928 16.576 38.4164 16.7708 38.8379 16.7708C39.2594 16.7708 39.573 16.5735 39.8038 16.1763C40.0045 15.8475 40.1023 15.458 40.1023 15.0077" fill="white"/>
        <path d="M44.7185 13.5226C44.6131 13.5023 44.5002 13.4922 44.3798 13.4922C44.001 13.4922 43.7075 13.6364 43.5017 13.9248C43.3236 14.1803 43.2333 14.5015 43.2333 14.8885V17.4534H42.1571L42.1671 14.1069C42.1671 13.5428 42.1545 13.0319 42.127 12.569H43.0652L43.1054 13.5049H43.1355C43.2484 13.1836 43.429 12.9256 43.6748 12.7308C43.9132 12.5563 44.1741 12.4678 44.4526 12.4678C44.5504 12.4678 44.6432 12.4754 44.721 12.488V13.5251L44.7185 13.5226Z" fill="white"/>
        <path d="M49.535 14.7801C49.535 14.9749 49.5224 15.1393 49.4974 15.2734H46.2661C46.2786 15.7565 46.4342 16.1258 46.7352 16.3813C47.0062 16.6089 47.3599 16.7228 47.7914 16.7228C48.2681 16.7228 48.7046 16.6469 49.0985 16.4926L49.2666 17.2464C48.8075 17.4487 48.2656 17.5499 47.6409 17.5499C46.8908 17.5499 46.2987 17.3273 45.8722 16.8796C45.4432 16.4344 45.23 15.8349 45.23 15.0836C45.23 14.3324 45.4282 13.7329 45.8296 13.2422C46.2485 12.7185 46.813 12.458 47.523 12.458C48.233 12.458 48.7498 12.7185 49.111 13.2422C49.3945 13.657 49.5375 14.1705 49.5375 14.7801M48.5089 14.4993C48.5164 14.1781 48.4462 13.8998 48.3007 13.6646C48.115 13.3636 47.8265 13.2118 47.4427 13.2118C47.0915 13.2118 46.8055 13.361 46.5847 13.6545C46.4041 13.8897 46.2987 14.1705 46.2661 14.4993H48.5089Z" fill="white"/>
        <path d="M37.8494 6.14941H37.315C37.2929 6.14941 37.2749 6.16753 37.2749 6.18989V6.58955C37.2749 6.6119 37.2929 6.63002 37.315 6.63002H37.8494C37.8716 6.63002 37.8895 6.6119 37.8895 6.58955V6.18989C37.8895 6.16753 37.8716 6.14941 37.8494 6.14941Z" fill="white"/>
        <path d="M40.2327 6.27313C39.6808 6.27313 39.3596 6.55137 39.3295 7.11292C39.3245 7.20399 39.3145 7.30011 39.2919 7.38611C39.2718 7.48982 39.1865 7.56318 39.0611 7.56318H38.9833C38.7199 7.56318 38.5895 7.52017 38.5895 7.34058V6.73097C38.5895 6.70314 38.5769 6.69049 38.5518 6.69049H38.035C38.0099 6.69049 37.9974 6.70314 37.9974 6.73097V7.95019C37.9974 8.2765 37.8644 8.45103 37.5609 8.45103C37.2799 8.45103 37.1118 8.25879 37.1118 7.93248C37.1118 7.73012 37.167 7.57076 37.2623 7.34564C37.2724 7.32034 37.2699 7.30517 37.2448 7.30011L36.7706 7.17616C36.7455 7.1711 36.728 7.17616 36.7179 7.19134C36.59 7.40635 36.5122 7.73012 36.5122 7.97549C36.5122 8.60533 36.9111 8.95694 37.5558 8.95694C38.2006 8.95694 38.5895 8.63316 38.5895 7.97296V7.92237C38.6848 8.02608 38.8228 8.06149 38.9858 8.06149H39.1138C39.2768 8.06149 39.4224 7.9856 39.5051 7.8136C39.6607 8.0109 39.9291 8.08931 40.2352 8.08931C40.8298 8.08931 41.1434 7.80348 41.1434 7.1964C41.1434 6.58931 40.8423 6.26807 40.2352 6.26807L40.2327 6.27313ZM40.2327 7.59353C39.9918 7.59353 39.9015 7.44682 39.9015 7.18375C39.9015 6.94598 39.9868 6.7765 40.2327 6.7765C40.4785 6.7765 40.5588 6.93333 40.5588 7.18375C40.5588 7.43417 40.4886 7.59353 40.2327 7.59353Z" fill="white"/>
        <path d="M45.6869 8.06669C46.0055 8.06669 46.1435 7.91492 46.1435 7.55573V6.38203C46.1435 6.35421 46.1309 6.34156 46.1058 6.34156H45.5865C45.5614 6.34156 45.5489 6.35421 45.5489 6.38203V7.28254C45.5489 7.46972 45.5138 7.56838 45.3106 7.56838H45.0898C45.0672 7.56838 45.0471 7.57343 45.0296 7.58102C45.012 7.57343 44.9919 7.56838 44.9669 7.56838C44.716 7.56838 44.568 7.53802 44.568 7.34578V5.33482C44.568 5.30952 44.5554 5.29688 44.5303 5.29688H44.0135C43.9859 5.29688 43.9734 5.30952 43.9734 5.33482V7.95792C43.9734 8.28423 43.8454 8.45876 43.5394 8.45876C43.2584 8.45876 43.0903 8.26652 43.0903 7.94021C43.0903 7.73785 43.1455 7.57849 43.2408 7.35337C43.2509 7.32807 43.2484 7.31289 43.2233 7.30784L42.7491 7.18389C42.724 7.17883 42.7065 7.18389 42.6964 7.19907C42.5685 7.41408 42.4907 7.73785 42.4907 7.98322C42.4907 8.61306 42.8896 8.96467 43.5344 8.96467C44.1791 8.96467 44.568 8.64342 44.568 7.98069V7.9301C44.6633 8.03128 44.8038 8.06922 44.9694 8.06922C44.9894 8.06922 45.007 8.06416 45.0221 8.0591C45.0371 8.06416 45.0522 8.06922 45.0722 8.06922H45.6869V8.06669Z" fill="white"/>
        <path d="M46.3644 8.3623H45.9605C45.9354 8.3623 45.9229 8.37495 45.9229 8.40025V8.80244C45.9229 8.83026 45.9354 8.84291 45.9605 8.84291H46.3644C46.392 8.84291 46.4045 8.83026 46.4045 8.80244V8.40025C46.4045 8.37495 46.392 8.3623 46.3644 8.3623Z" fill="white"/>
        <path d="M45.7346 8.3623H45.3307C45.3031 8.3623 45.2905 8.37495 45.2905 8.40025V8.80244C45.2905 8.83026 45.3031 8.84291 45.3307 8.84291H45.7346C45.7597 8.84291 45.7722 8.83026 45.7722 8.80244V8.40025C45.7722 8.37495 45.7597 8.3623 45.7346 8.3623Z" fill="white"/>
        <path d="M47.6888 5.45605H47.1544C47.1322 5.45605 47.1143 5.47417 47.1143 5.49653V5.89619C47.1143 5.91854 47.1322 5.93666 47.1544 5.93666H47.6888C47.7109 5.93666 47.7289 5.91854 47.7289 5.89619V5.49653C47.7289 5.47417 47.7109 5.45605 47.6888 5.45605Z" fill="white"/>
        <path d="M49.1663 5.45605H48.6319C48.6098 5.45605 48.5918 5.47417 48.5918 5.49653V5.89619C48.5918 5.91854 48.6098 5.93666 48.6319 5.93666H49.1663C49.1885 5.93666 49.2064 5.91854 49.2064 5.89619V5.49653C49.2064 5.47417 49.1885 5.45605 49.1663 5.45605Z" fill="white"/>
        <path d="M50.609 6.34131H50.0896C50.0646 6.34131 50.052 6.35396 50.052 6.38178V7.28229C50.052 7.46947 50.0169 7.56812 49.8137 7.56812H49.5954C49.332 7.56812 49.199 7.52512 49.199 7.34552V6.38431C49.199 6.35649 49.1865 6.34384 49.1589 6.34384H48.6421C48.617 6.34384 48.6045 6.35649 48.6045 6.38431V7.28482C48.6045 7.472 48.5693 7.57065 48.3686 7.57065H48.1178C47.8518 7.57065 47.7214 7.52259 47.7214 7.30252V6.38684C47.7214 6.35902 47.7088 6.34637 47.6812 6.34637H47.167C47.1394 6.34637 47.1268 6.35902 47.1268 6.38684V8.05632C47.1268 8.18026 47.1017 8.2688 47.0566 8.32697C47.0114 8.38262 46.9286 8.41298 46.8157 8.41298H46.7354C46.7079 8.41298 46.6953 8.42563 46.6953 8.45345V8.87588C46.6953 8.90117 46.7079 8.91382 46.7354 8.91382H46.9412C47.2096 8.91382 47.4053 8.84552 47.5357 8.70893C47.6612 8.57487 47.7239 8.36492 47.7239 8.07908V7.91466C47.8142 8.02343 47.9346 8.06644 48.0977 8.06896C48.0977 8.06896 48.1002 8.06896 48.1027 8.06896H48.745C48.9607 8.06896 49.0786 8.00067 49.1489 7.86407C49.2417 7.99814 49.3772 8.06138 49.5728 8.06644C49.5754 8.06644 49.5779 8.06644 49.5804 8.06644H50.195C50.5136 8.06644 50.6516 7.91466 50.6516 7.55547V6.38178C50.6516 6.35396 50.6391 6.34131 50.614 6.34131H50.609Z" fill="white"/>
        <path d="M49.8312 6.03032H50.2351C50.2602 6.03032 50.2727 6.01768 50.2727 5.98985V5.59019C50.2727 5.56489 50.2602 5.55225 50.2351 5.55225H49.8312C49.8036 5.55225 49.791 5.56489 49.791 5.59019V5.98985C49.791 6.01768 49.8036 6.03032 49.8312 6.03032Z" fill="white"/>
        <path d="M50.8698 5.5498H50.4659C50.4383 5.5498 50.4258 5.56245 50.4258 5.58775V5.98741C50.4258 6.01523 50.4383 6.02788 50.4659 6.02788H50.8698C50.8949 6.02788 50.9075 6.01523 50.9075 5.98741V5.58775C50.9075 5.56245 50.8949 5.5498 50.8698 5.5498Z" fill="white"/>
    </symbol>
    <symbol id="appstore_icon" fill="none">
        <rect x="0.5" width="75" height="24" rx="12" fill="black"/>
        <path d="M15.9771 11.7101L9.27066 5.2959C9.21104 5.45854 9.15143 5.62118 9.15143 5.83465V17.6466C9.15143 17.8702 9.21104 18.0329 9.27066 18.1854L15.9771 11.7101Z" fill="white"/>
        <path d="M16.762 11.7104L19.0074 13.8451L21.4614 12.5134C22.2463 12.0865 22.2463 11.3851 21.4614 10.9683L18.9477 9.57568L16.762 11.7104Z" fill="white"/>
        <path d="M16.3745 11.3239L18.441 9.2909L10.5623 5.02152C10.2245 4.85888 9.89659 4.79788 9.67801 4.91987L16.3844 11.3138L16.3745 11.3239Z" fill="white"/>
        <path d="M16.3745 12.0661L9.66815 18.521C9.88673 18.6226 10.2146 18.582 10.612 18.4193L18.5305 14.1499L16.3646 12.0559L16.3745 12.0661Z" fill="white"/>
        <path d="M27.0253 5.73331C26.5683 5.73331 26.1808 5.89595 25.8629 6.21107C25.5449 6.53636 25.3959 6.9328 25.3959 7.42073C25.3959 7.90866 25.5549 8.3051 25.8629 8.63039C26.1808 8.95567 26.5683 9.10815 27.0253 9.10815C27.6512 9.10815 28.1878 8.76253 28.456 8.24411V7.31908H27.0054V7.78668H27.9493V8.15262C27.7307 8.49824 27.4426 8.65072 27.0253 8.65072C26.6875 8.65072 26.4193 8.52874 26.2007 8.3051C25.9821 8.06114 25.8827 7.78668 25.8827 7.42073C25.8827 7.07511 25.9821 6.78032 26.2007 6.55669C26.3994 6.33306 26.6676 6.21107 27.0054 6.21107C27.4029 6.21107 27.691 6.39405 27.9294 6.7295L28.2871 6.40421C28.0089 5.95694 27.5817 5.72314 27.0253 5.72314V5.73331Z" fill="white"/>
        <path d="M29.0919 5.7941V9.07746H31.1783V8.60986H29.5886V7.56284H30.7511V7.09524H29.5886V6.25153H31.1187V5.78394H29.0919V5.7941Z" fill="white"/>
        <path d="M31.4365 5.79419V6.26179H32.4797V9.07754H32.9666V6.26179H34.0098V5.79419H31.4365Z" fill="white"/>
        <path d="M35.5598 5.79419V9.07754H36.0466V5.79419H35.5598Z" fill="white"/>
        <path d="M36.5234 5.79419V6.26179H37.5666V9.07754H38.0535V6.26179H39.0967V5.79419H36.5234Z" fill="white"/>
        <path d="M42.0674 5.73315C41.6103 5.73315 41.2229 5.8958 40.9049 6.21092C40.587 6.52604 40.438 6.93265 40.438 7.42058C40.438 7.9085 40.5969 8.30495 40.9049 8.63023C41.2129 8.95552 41.5905 9.108 42.0674 9.108C42.5443 9.108 42.892 8.94535 43.2099 8.63023C43.5279 8.30495 43.6769 7.9085 43.6769 7.42058C43.6769 6.93265 43.5179 6.5362 43.2099 6.21092C42.9119 5.88563 42.5244 5.73315 42.0674 5.73315ZM42.0674 6.22108C42.3853 6.22108 42.6536 6.34307 42.8523 6.5667C43.0708 6.79033 43.1702 7.08512 43.1702 7.43074C43.1702 7.79669 43.0708 8.07115 42.8523 8.29478C42.6337 8.51841 42.3853 8.6404 42.0674 8.6404C41.7494 8.6404 41.4812 8.51841 41.2825 8.29478C41.0639 8.05082 40.9645 7.77636 40.9645 7.43074C40.9645 7.08512 41.0639 6.79033 41.2825 6.5667C41.501 6.34307 41.7494 6.22108 42.0674 6.22108Z" fill="white"/>
        <path d="M46.3297 8.01016L44.4619 5.73315H44.283V9.06733H44.7699V6.85132L46.6576 9.12833H46.8364V5.79415H46.3496V8.01016H46.3297Z" fill="white"/>
        <path d="M28.2474 11.5071C27.4426 11.5071 26.7769 11.7917 26.2205 12.3711C25.6741 12.9302 25.3959 13.6418 25.3959 14.4855C25.3959 15.3292 25.6741 16.0306 26.2205 16.5998C26.767 17.1691 27.4426 17.4435 28.2474 17.4435C29.3303 17.4435 30.2941 16.8438 30.761 15.9391V14.333H28.2275V15.1564H29.8966V15.7765C29.5191 16.3559 28.9925 16.6405 28.2871 16.6405C27.7009 16.6405 27.224 16.4372 26.8564 16.0408C26.4888 15.6443 26.31 15.1157 26.31 14.4956C26.31 13.8756 26.4888 13.3876 26.8365 12.9912C27.1843 12.5948 27.6612 12.3915 28.2275 12.3915C28.8932 12.3915 29.4495 12.6964 29.837 13.2962L30.463 12.7574C29.9563 11.934 29.2012 11.5274 28.2374 11.5274L28.2474 11.5071Z" fill="white"/>
        <path d="M33.2448 12.981C32.6586 12.981 32.142 13.2046 31.7346 13.6214C31.3272 14.0381 31.1285 14.5871 31.1285 15.2071C31.1285 15.8272 31.3272 16.3761 31.7346 16.7929C32.142 17.2097 32.6387 17.4333 33.2448 17.4333C33.8508 17.4333 34.3277 17.2097 34.755 16.7929C35.1722 16.3456 35.3809 15.8272 35.3809 15.2071C35.3809 14.5871 35.1623 14.0381 34.755 13.6214C34.3476 13.2046 33.831 12.981 33.2448 12.981ZM33.2646 13.8247C33.6223 13.8247 33.9105 13.967 34.1489 14.2313C34.3874 14.4956 34.5066 14.8107 34.5066 15.2173C34.5066 15.6239 34.3874 15.939 34.1489 16.2033C33.9105 16.4676 33.6223 16.5896 33.2646 16.5896C32.907 16.5896 32.6188 16.4676 32.3804 16.2033C32.1419 15.939 32.0227 15.6036 32.0227 15.2173C32.0227 14.8107 32.1419 14.4956 32.3804 14.2313C32.599 13.9466 32.8871 13.8247 33.2646 13.8247Z" fill="white"/>
        <path d="M37.8249 12.981C37.2388 12.981 36.7221 13.2046 36.3148 13.6214C35.9074 14.0381 35.7087 14.5871 35.7087 15.2071C35.7087 15.8272 35.9074 16.3761 36.3148 16.7929C36.732 17.2198 37.2189 17.4333 37.8249 17.4333C38.431 17.4333 38.9079 17.2097 39.3351 16.7929C39.7524 16.3456 39.9611 15.8272 39.9611 15.2071C39.9611 14.5871 39.7425 14.0381 39.3351 13.6214C38.9278 13.2046 38.4111 12.981 37.8249 12.981ZM37.8448 13.8247C38.2025 13.8247 38.4906 13.967 38.7291 14.2313C38.9675 14.4956 39.0867 14.8107 39.0867 15.2173C39.0867 15.6239 38.9675 15.939 38.7291 16.2033C38.4906 16.4676 38.2025 16.5896 37.8448 16.5896C37.4871 16.5896 37.199 16.4676 36.9606 16.2033C36.7221 15.939 36.6029 15.6036 36.6029 15.2173C36.6029 14.8107 36.7221 14.4956 36.9606 14.2313C37.1791 13.9466 37.4673 13.8247 37.8448 13.8247Z" fill="white"/>
        <path d="M43.6968 13.6824C43.3789 13.2148 42.9119 12.981 42.286 12.981C41.7197 12.981 41.2626 13.1843 40.895 13.5807C40.5274 13.9771 40.3486 14.4854 40.3486 15.1258C40.3486 15.7662 40.5473 16.2745 40.895 16.6709C41.2726 17.0775 41.7197 17.2707 42.286 17.2707C42.8523 17.2707 43.3093 17.0674 43.6471 16.6709V16.9759C43.6471 17.7789 43.1802 18.2059 42.4449 18.2059C41.978 18.2059 41.5011 18.0026 41.0341 17.6061L40.5672 18.2465C41.0937 18.7853 41.7495 19.0496 42.4946 19.0496C43.7167 19.0496 44.5016 18.2872 44.5016 16.9352V13.1131H43.7167V13.6722L43.6968 13.6824ZM42.4251 16.4574C42.0674 16.4574 41.7991 16.3355 41.5408 16.0915C41.3024 15.8272 41.1831 15.5121 41.1831 15.1258C41.1831 14.7395 41.3024 14.4244 41.5408 14.1601C41.7793 13.9162 42.0674 13.7942 42.4251 13.7942C43.0907 13.7942 43.6471 14.2414 43.6471 15.1055C43.6471 15.5527 43.5279 15.8679 43.2894 16.1118C43.0311 16.3355 42.7629 16.4574 42.4251 16.4574Z" fill="white"/>
        <path d="M45.3163 10.8259V17.3418H46.1807V10.8259H45.3163Z" fill="white"/>
        <path d="M50.7013 14.9225C50.7013 14.3634 50.5224 13.8958 50.1747 13.5095C49.817 13.1232 49.3898 12.9504 48.8533 12.9504C48.2671 12.9504 47.7703 13.1741 47.3828 13.5908C46.9953 14.0076 46.7966 14.5565 46.7966 15.1766C46.7966 15.7967 46.9953 16.3456 47.4027 16.7624C47.82 17.1893 48.3267 17.4028 48.9526 17.4028C49.5785 17.4028 50.0952 17.1792 50.5621 16.7217L50.1449 16.1016C49.7872 16.4473 49.3997 16.5997 48.9625 16.5997C48.277 16.5997 47.7604 16.1728 47.6411 15.4714H50.6317C50.6714 15.2884 50.6913 15.0851 50.6913 14.9123L50.7013 14.9225ZM48.8135 13.7637C49.3997 13.7637 49.8369 14.1703 49.8369 14.8107H47.6511C47.7902 14.1703 48.2373 13.7637 48.8135 13.7637Z" fill="white"/>
        <path d="M53.2149 11.6086V17.3418H54.0793V15.1258H55.1821C55.7286 15.1258 56.1657 14.9632 56.5234 14.648C56.8612 14.3227 57.0301 13.8856 57.0301 13.3571C57.0301 12.8285 56.8513 12.4117 56.5234 12.0864C56.1856 11.7611 55.7385 11.6086 55.1821 11.6086H53.2149ZM55.1821 12.4117C55.7882 12.4117 56.1459 12.798 56.1459 13.3571C56.1459 13.9161 55.7882 14.3024 55.1821 14.3024H54.0992V12.4117H55.1821Z" fill="white"/>
        <path d="M57.517 10.8259V17.3418H58.3814V10.8259H57.517Z" fill="white"/>
        <path d="M60.7658 12.981C60.0405 12.981 59.4643 13.2859 59.0768 13.8857L59.5636 14.4244C59.9014 13.9975 60.269 13.784 60.6863 13.784C61.2328 13.784 61.5507 14.1093 61.5507 14.6887V14.9733H60.4081C59.504 14.9733 58.9377 15.4511 58.9377 16.2033C58.9377 16.9555 59.4841 17.4333 60.3286 17.4333C60.8751 17.4333 61.3122 17.23 61.6103 16.8539V17.3317H62.4151V14.7599C62.4151 13.6315 61.7693 12.9911 60.7658 12.9911V12.981ZM60.5075 16.7421C60.0902 16.7421 59.8021 16.5388 59.8021 16.183C59.8021 15.8374 60.0405 15.6646 60.5075 15.6646H61.5308V15.7459C61.5507 16.3253 61.0738 16.7522 60.5075 16.7522V16.7421Z" fill="white"/>
        <path d="M64.8095 16.1932L63.6471 13.0725H62.7231L64.3326 17.1589L64.1737 17.5655C63.975 18.0433 63.7067 18.1856 63.2894 18.1856C63.2298 18.1856 63.0708 18.1856 62.8224 18.1449V18.9073C63.041 18.9683 63.2795 18.9886 63.4881 18.9886C64.1737 18.9886 64.6307 18.6227 64.9585 17.8197L66.9258 13.0725H66.0018L64.7996 16.1932H64.8095Z" fill="white"/>
    </symbol>
    <symbol id="playstore_icon" fill="none">
        <rect x="0.5" width="75" height="24" rx="12" fill="black"/>
        <path d="M15.9771 11.7101L9.27066 5.2959C9.21104 5.45854 9.15143 5.62118 9.15143 5.83465V17.6466C9.15143 17.8702 9.21104 18.0329 9.27066 18.1854L15.9771 11.7101Z" fill="white"/>
        <path d="M16.762 11.7104L19.0074 13.8451L21.4614 12.5134C22.2463 12.0865 22.2463 11.3851 21.4614 10.9683L18.9477 9.57568L16.762 11.7104Z" fill="white"/>
        <path d="M16.3745 11.3239L18.441 9.2909L10.5623 5.02152C10.2245 4.85888 9.89659 4.79788 9.67801 4.91987L16.3844 11.3138L16.3745 11.3239Z" fill="white"/>
        <path d="M16.3745 12.0661L9.66815 18.521C9.88673 18.6226 10.2146 18.582 10.612 18.4193L18.5305 14.1499L16.3646 12.0559L16.3745 12.0661Z" fill="white"/>
        <path d="M27.0253 5.73331C26.5683 5.73331 26.1808 5.89595 25.8629 6.21107C25.5449 6.53636 25.3959 6.9328 25.3959 7.42073C25.3959 7.90866 25.5549 8.3051 25.8629 8.63039C26.1808 8.95567 26.5683 9.10815 27.0253 9.10815C27.6512 9.10815 28.1878 8.76253 28.456 8.24411V7.31908H27.0054V7.78668H27.9493V8.15262C27.7307 8.49824 27.4426 8.65072 27.0253 8.65072C26.6875 8.65072 26.4193 8.52874 26.2007 8.3051C25.9821 8.06114 25.8827 7.78668 25.8827 7.42073C25.8827 7.07511 25.9821 6.78032 26.2007 6.55669C26.3994 6.33306 26.6676 6.21107 27.0054 6.21107C27.4029 6.21107 27.691 6.39405 27.9294 6.7295L28.2871 6.40421C28.0089 5.95694 27.5817 5.72314 27.0253 5.72314V5.73331Z" fill="white"/>
        <path d="M29.0919 5.7941V9.07746H31.1783V8.60986H29.5886V7.56284H30.7511V7.09524H29.5886V6.25153H31.1187V5.78394H29.0919V5.7941Z" fill="white"/>
        <path d="M31.4365 5.79419V6.26179H32.4797V9.07754H32.9666V6.26179H34.0098V5.79419H31.4365Z" fill="white"/>
        <path d="M35.5598 5.79419V9.07754H36.0466V5.79419H35.5598Z" fill="white"/>
        <path d="M36.5234 5.79419V6.26179H37.5666V9.07754H38.0535V6.26179H39.0967V5.79419H36.5234Z" fill="white"/>
        <path d="M42.0674 5.73315C41.6103 5.73315 41.2229 5.8958 40.9049 6.21092C40.587 6.52604 40.438 6.93265 40.438 7.42058C40.438 7.9085 40.5969 8.30495 40.9049 8.63023C41.2129 8.95552 41.5905 9.108 42.0674 9.108C42.5443 9.108 42.892 8.94535 43.2099 8.63023C43.5279 8.30495 43.6769 7.9085 43.6769 7.42058C43.6769 6.93265 43.5179 6.5362 43.2099 6.21092C42.9119 5.88563 42.5244 5.73315 42.0674 5.73315ZM42.0674 6.22108C42.3853 6.22108 42.6536 6.34307 42.8523 6.5667C43.0708 6.79033 43.1702 7.08512 43.1702 7.43074C43.1702 7.79669 43.0708 8.07115 42.8523 8.29478C42.6337 8.51841 42.3853 8.6404 42.0674 8.6404C41.7494 8.6404 41.4812 8.51841 41.2825 8.29478C41.0639 8.05082 40.9645 7.77636 40.9645 7.43074C40.9645 7.08512 41.0639 6.79033 41.2825 6.5667C41.501 6.34307 41.7494 6.22108 42.0674 6.22108Z" fill="white"/>
        <path d="M46.3297 8.01016L44.4619 5.73315H44.283V9.06733H44.7699V6.85132L46.6576 9.12833H46.8364V5.79415H46.3496V8.01016H46.3297Z" fill="white"/>
        <path d="M28.2474 11.5071C27.4426 11.5071 26.7769 11.7917 26.2205 12.3711C25.6741 12.9302 25.3959 13.6418 25.3959 14.4855C25.3959 15.3292 25.6741 16.0306 26.2205 16.5998C26.767 17.1691 27.4426 17.4435 28.2474 17.4435C29.3303 17.4435 30.2941 16.8438 30.761 15.9391V14.333H28.2275V15.1564H29.8966V15.7765C29.5191 16.3559 28.9925 16.6405 28.2871 16.6405C27.7009 16.6405 27.224 16.4372 26.8564 16.0408C26.4888 15.6443 26.31 15.1157 26.31 14.4956C26.31 13.8756 26.4888 13.3876 26.8365 12.9912C27.1843 12.5948 27.6612 12.3915 28.2275 12.3915C28.8932 12.3915 29.4495 12.6964 29.837 13.2962L30.463 12.7574C29.9563 11.934 29.2012 11.5274 28.2374 11.5274L28.2474 11.5071Z" fill="white"/>
        <path d="M33.2448 12.981C32.6586 12.981 32.142 13.2046 31.7346 13.6214C31.3272 14.0381 31.1285 14.5871 31.1285 15.2071C31.1285 15.8272 31.3272 16.3761 31.7346 16.7929C32.142 17.2097 32.6387 17.4333 33.2448 17.4333C33.8508 17.4333 34.3277 17.2097 34.755 16.7929C35.1722 16.3456 35.3809 15.8272 35.3809 15.2071C35.3809 14.5871 35.1623 14.0381 34.755 13.6214C34.3476 13.2046 33.831 12.981 33.2448 12.981ZM33.2646 13.8247C33.6223 13.8247 33.9105 13.967 34.1489 14.2313C34.3874 14.4956 34.5066 14.8107 34.5066 15.2173C34.5066 15.6239 34.3874 15.939 34.1489 16.2033C33.9105 16.4676 33.6223 16.5896 33.2646 16.5896C32.907 16.5896 32.6188 16.4676 32.3804 16.2033C32.1419 15.939 32.0227 15.6036 32.0227 15.2173C32.0227 14.8107 32.1419 14.4956 32.3804 14.2313C32.599 13.9466 32.8871 13.8247 33.2646 13.8247Z" fill="white"/>
        <path d="M37.8249 12.981C37.2388 12.981 36.7221 13.2046 36.3148 13.6214C35.9074 14.0381 35.7087 14.5871 35.7087 15.2071C35.7087 15.8272 35.9074 16.3761 36.3148 16.7929C36.732 17.2198 37.2189 17.4333 37.8249 17.4333C38.431 17.4333 38.9079 17.2097 39.3351 16.7929C39.7524 16.3456 39.9611 15.8272 39.9611 15.2071C39.9611 14.5871 39.7425 14.0381 39.3351 13.6214C38.9278 13.2046 38.4111 12.981 37.8249 12.981ZM37.8448 13.8247C38.2025 13.8247 38.4906 13.967 38.7291 14.2313C38.9675 14.4956 39.0867 14.8107 39.0867 15.2173C39.0867 15.6239 38.9675 15.939 38.7291 16.2033C38.4906 16.4676 38.2025 16.5896 37.8448 16.5896C37.4871 16.5896 37.199 16.4676 36.9606 16.2033C36.7221 15.939 36.6029 15.6036 36.6029 15.2173C36.6029 14.8107 36.7221 14.4956 36.9606 14.2313C37.1791 13.9466 37.4673 13.8247 37.8448 13.8247Z" fill="white"/>
        <path d="M43.6968 13.6824C43.3789 13.2148 42.9119 12.981 42.286 12.981C41.7197 12.981 41.2626 13.1843 40.895 13.5807C40.5274 13.9771 40.3486 14.4854 40.3486 15.1258C40.3486 15.7662 40.5473 16.2745 40.895 16.6709C41.2726 17.0775 41.7197 17.2707 42.286 17.2707C42.8523 17.2707 43.3093 17.0674 43.6471 16.6709V16.9759C43.6471 17.7789 43.1802 18.2059 42.4449 18.2059C41.978 18.2059 41.5011 18.0026 41.0341 17.6061L40.5672 18.2465C41.0937 18.7853 41.7495 19.0496 42.4946 19.0496C43.7167 19.0496 44.5016 18.2872 44.5016 16.9352V13.1131H43.7167V13.6722L43.6968 13.6824ZM42.4251 16.4574C42.0674 16.4574 41.7991 16.3355 41.5408 16.0915C41.3024 15.8272 41.1831 15.5121 41.1831 15.1258C41.1831 14.7395 41.3024 14.4244 41.5408 14.1601C41.7793 13.9162 42.0674 13.7942 42.4251 13.7942C43.0907 13.7942 43.6471 14.2414 43.6471 15.1055C43.6471 15.5527 43.5279 15.8679 43.2894 16.1118C43.0311 16.3355 42.7629 16.4574 42.4251 16.4574Z" fill="white"/>
        <path d="M45.3163 10.8259V17.3418H46.1807V10.8259H45.3163Z" fill="white"/>
        <path d="M50.7013 14.9225C50.7013 14.3634 50.5224 13.8958 50.1747 13.5095C49.817 13.1232 49.3898 12.9504 48.8533 12.9504C48.2671 12.9504 47.7703 13.1741 47.3828 13.5908C46.9953 14.0076 46.7966 14.5565 46.7966 15.1766C46.7966 15.7967 46.9953 16.3456 47.4027 16.7624C47.82 17.1893 48.3267 17.4028 48.9526 17.4028C49.5785 17.4028 50.0952 17.1792 50.5621 16.7217L50.1449 16.1016C49.7872 16.4473 49.3997 16.5997 48.9625 16.5997C48.277 16.5997 47.7604 16.1728 47.6411 15.4714H50.6317C50.6714 15.2884 50.6913 15.0851 50.6913 14.9123L50.7013 14.9225ZM48.8135 13.7637C49.3997 13.7637 49.8369 14.1703 49.8369 14.8107H47.6511C47.7902 14.1703 48.2373 13.7637 48.8135 13.7637Z" fill="white"/>
        <path d="M53.2149 11.6086V17.3418H54.0793V15.1258H55.1821C55.7286 15.1258 56.1657 14.9632 56.5234 14.648C56.8612 14.3227 57.0301 13.8856 57.0301 13.3571C57.0301 12.8285 56.8513 12.4117 56.5234 12.0864C56.1856 11.7611 55.7385 11.6086 55.1821 11.6086H53.2149ZM55.1821 12.4117C55.7882 12.4117 56.1459 12.798 56.1459 13.3571C56.1459 13.9161 55.7882 14.3024 55.1821 14.3024H54.0992V12.4117H55.1821Z" fill="white"/>
        <path d="M57.517 10.8259V17.3418H58.3814V10.8259H57.517Z" fill="white"/>
        <path d="M60.7658 12.981C60.0405 12.981 59.4643 13.2859 59.0768 13.8857L59.5636 14.4244C59.9014 13.9975 60.269 13.784 60.6863 13.784C61.2328 13.784 61.5507 14.1093 61.5507 14.6887V14.9733H60.4081C59.504 14.9733 58.9377 15.4511 58.9377 16.2033C58.9377 16.9555 59.4841 17.4333 60.3286 17.4333C60.8751 17.4333 61.3122 17.23 61.6103 16.8539V17.3317H62.4151V14.7599C62.4151 13.6315 61.7693 12.9911 60.7658 12.9911V12.981ZM60.5075 16.7421C60.0902 16.7421 59.8021 16.5388 59.8021 16.183C59.8021 15.8374 60.0405 15.6646 60.5075 15.6646H61.5308V15.7459C61.5507 16.3253 61.0738 16.7522 60.5075 16.7522V16.7421Z" fill="white"/>
        <path d="M64.8095 16.1932L63.6471 13.0725H62.7231L64.3326 17.1589L64.1737 17.5655C63.975 18.0433 63.7067 18.1856 63.2894 18.1856C63.2298 18.1856 63.0708 18.1856 62.8224 18.1449V18.9073C63.041 18.9683 63.2795 18.9886 63.4881 18.9886C64.1737 18.9886 64.6307 18.6227 64.9585 17.8197L66.9258 13.0725H66.0018L64.7996 16.1932H64.8095Z" fill="white"/>
    </symbol>
</svg></div>      <div class="blog-container">
        <div class="header-inner">
          <div class="logo">
                          <a href="https://www.propertyfinder.ae/">
                <img
                  src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/Property-Finder-Blog-Logo.svg"
                  width="138"
                  height="60"
                  alt="Property Finder Blog UAE" />
              </a>
                      </div>
          <div class="header-menu">
            <ul id="menu-revamp-header-menu-en" class="navbar-nav align-items-lg-center desktop-menu"><li id="menu-item-169533" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-169533"><a href="https://www.propertyfinder.ae/blog/" aria-current="page">Home</a></li>
<li id="menu-item-169534" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169534"><a href="https://www.propertyfinder.ae/blog/the-guide/">The Guide</a>
<ul class="sub-menu">
	<li id="menu-item-169535" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169535"><a href="https://www.propertyfinder.ae/blog/the-guide/buyers-guide/">Buyer&#8217;s Guide</a></li>
	<li id="menu-item-169536" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169536"><a href="https://www.propertyfinder.ae/blog/the-guide/renters-guide/">Renter&#8217;s Guide</a></li>
	<li id="menu-item-169537" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169537"><a href="https://www.propertyfinder.ae/blog/the-guide/service/">Service</a></li>
</ul>
</li>
<li id="menu-item-169538" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169538"><a href="https://www.propertyfinder.ae/blog/where-to-live/">Where To Live</a>
<ul class="sub-menu">
	<li id="menu-item-169539" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169539"><a href="https://www.propertyfinder.ae/blog/where-to-live/abu-dhabi-en/">Abu Dhabi</a></li>
	<li id="menu-item-169541" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169541"><a href="https://www.propertyfinder.ae/blog/where-to-live/dubai-en/">Dubai</a></li>
	<li id="menu-item-169544" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169544"><a href="https://www.propertyfinder.ae/blog/where-to-live/sharjah-en/">Sharjah</a></li>
	<li id="menu-item-169540" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169540"><a href="https://www.propertyfinder.ae/blog/where-to-live/ajman/">Ajman</a></li>
	<li id="menu-item-169543" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169543"><a href="https://www.propertyfinder.ae/blog/where-to-live/ras-al-khaimah/">Ras Al Khaimah</a></li>
</ul>
</li>
<li id="menu-item-169545" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169545"><a href="https://www.propertyfinder.ae/blog/latest-projects/">Latest Projects</a></li>
<li id="menu-item-169546" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169546"><a href="https://www.propertyfinder.ae/blog/laws-en/">Laws</a></li>
<li id="menu-item-169547" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169547"><a href="https://www.propertyfinder.ae/blog/top-picks/">Top Picks</a>
<ul class="sub-menu">
	<li id="menu-item-169549" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169549"><a href="https://www.propertyfinder.ae/blog/top-picks/places-to-go/">Places To Go</a></li>
	<li id="menu-item-169550" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169550"><a href="https://www.propertyfinder.ae/blog/top-picks/staycations/">Staycations</a></li>
	<li id="menu-item-169551" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169551"><a href="https://www.propertyfinder.ae/blog/top-picks/things-to-do/">Things To Do</a></li>
	<li id="menu-item-169548" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169548"><a href="https://www.propertyfinder.ae/blog/top-picks/education/">Education</a></li>
</ul>
</li>
<li id="menu-item-169560" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169560"><a href="https://www.propertyfinder.ae/blog/home-fashion/">Lifestyle</a>
<ul class="sub-menu">
	<li id="menu-item-169561" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169561"><a href="https://www.propertyfinder.ae/blog/home-fashion/decor/">Decor</a></li>
	<li id="menu-item-169564" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169564"><a href="https://www.propertyfinder.ae/blog/shopping/">Shopping</a></li>
	<li id="menu-item-169562" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169562"><a href="https://www.propertyfinder.ae/blog/home-fashion/tips-tricks/">Tips &amp; Tricks</a></li>
</ul>
</li>
<li id="menu-item-169565" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169565"><a href="https://www.propertyfinder.ae/blog/inside-propertyfinder/">Inside PF</a></li>
<li id="menu-item-169566-ar" class="lang-item lang-item-3092 lang-item-ar lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-169566-ar"><a href="https://www.propertyfinder.ae/blog/ar/" hreflang="ar" lang="ar">عربي</a></li>
</ul>          </div>
          <div class="hamburger-menu">
            <svg width="21" height="14">
              <use xlink:href="#hamburger_icon"></use>
            </svg>
          </div>
        </div>
      </div>
      <div class="mobile-menu">
        <div class="mobile-menu-wrapper">
          <div class="logo">
                          <a href="https://www.propertyfinder.ae/">
                <img
                  src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/Property-Finder-Blog-Logo.svg"
                  width="138"
                  height="60"
                  alt="Property Finder Blog UAE" />
              </a>
                        <div class="close-icon">
              <svg width="14" height="15" viewBox="0 0 14 15" fill="none">
                <use xlink:href="#close_icon"></use>
              </svg>
            </div>
          </div>
          <div class="mobile-menu-inner">
            <ul id="menu-revamp-header-menu-en-1" class="navbar-nav align-items-lg-center"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-169533"><a href="https://www.propertyfinder.ae/blog/" aria-current="page">Home</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169534"><a href="https://www.propertyfinder.ae/blog/the-guide/">The Guide</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169535"><a href="https://www.propertyfinder.ae/blog/the-guide/buyers-guide/">Buyer&#8217;s Guide</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169536"><a href="https://www.propertyfinder.ae/blog/the-guide/renters-guide/">Renter&#8217;s Guide</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169537"><a href="https://www.propertyfinder.ae/blog/the-guide/service/">Service</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169538"><a href="https://www.propertyfinder.ae/blog/where-to-live/">Where To Live</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169539"><a href="https://www.propertyfinder.ae/blog/where-to-live/abu-dhabi-en/">Abu Dhabi</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169541"><a href="https://www.propertyfinder.ae/blog/where-to-live/dubai-en/">Dubai</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169544"><a href="https://www.propertyfinder.ae/blog/where-to-live/sharjah-en/">Sharjah</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169540"><a href="https://www.propertyfinder.ae/blog/where-to-live/ajman/">Ajman</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169543"><a href="https://www.propertyfinder.ae/blog/where-to-live/ras-al-khaimah/">Ras Al Khaimah</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169545"><a href="https://www.propertyfinder.ae/blog/latest-projects/">Latest Projects</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169546"><a href="https://www.propertyfinder.ae/blog/laws-en/">Laws</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169547"><a href="https://www.propertyfinder.ae/blog/top-picks/">Top Picks</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169549"><a href="https://www.propertyfinder.ae/blog/top-picks/places-to-go/">Places To Go</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169550"><a href="https://www.propertyfinder.ae/blog/top-picks/staycations/">Staycations</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169551"><a href="https://www.propertyfinder.ae/blog/top-picks/things-to-do/">Things To Do</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169548"><a href="https://www.propertyfinder.ae/blog/top-picks/education/">Education</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-169560"><a href="https://www.propertyfinder.ae/blog/home-fashion/">Lifestyle</a>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169561"><a href="https://www.propertyfinder.ae/blog/home-fashion/decor/">Decor</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169564"><a href="https://www.propertyfinder.ae/blog/shopping/">Shopping</a></li>
	<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169562"><a href="https://www.propertyfinder.ae/blog/home-fashion/tips-tricks/">Tips &amp; Tricks</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-169565"><a href="https://www.propertyfinder.ae/blog/inside-propertyfinder/">Inside PF</a></li>
<li class="lang-item lang-item-3092 lang-item-ar lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-169566-ar"><a href="https://www.propertyfinder.ae/blog/ar/" hreflang="ar" lang="ar">عربي</a></li>
</ul>          </div>
        </div>
        <div class="mobile-menu-footer">
          <div class="country-list">
            <div class="dropdown-container">
              <p class="dropdown-title">Country</p>
              <button id="dropdown-trigger" class="dropdown-trigger">
                <span class="flag-container">
                  <span class="flag-icon">
                    <svg width="24" height="24" aria-label="UAE Flag" role="img" focusable="false">
                      <use xlink:href="#uae_flag_icon"></use>
                    </svg>
                  </span>
                </span>
              </button>
                            <select id="country-select" class="country-select" name="country-selector">
                <option value="https://propertyfinder.ae/" selected>
                  UAE                </option>
                <option value="https://www.propertyfinder.bh/">
                  Bahrain                </option>
                <option value="https://www.propertyfinder.eg/">
                  Egypt                </option>
                <option value="https://www.propertyfinder.qa/">
                  Qatar                </option>
                <option value="https://www.propertyfinder.sa/">
                  Saudi                </option>
              </select>
              <script>
                document.getElementById('country-select').addEventListener('change', function() {
                  window.location.href = this.value;
                });
              </script>
            </div>
          </div>
          <div class="language-list">
            <span>Language</span>
            <select class="language-select" onchange="location = this.value;"><option value="https://www.propertyfinder.ae/blog/" selected>English</option><option value="https://www.propertyfinder.ae/blog/ar/" >عربي</option></select>          </div>
        </div>
      </div>
    </header>

    <p id="breadcrumbs"><span><span class="breadcrumb_last" aria-current="page">Home</span></span></p>
    
    <main id="main" class="">
<!-- Search bar section (stays in main template - simple and fast) -->
<section class="searchbar-sec searchsection custom-search-container">
    <div class="blog-container">
        <div class="search-wrapper">
            <div class="searchcol page-title">
            </div>
            <div class="post-search searchcol">
                <div class="custom-search-container"><form id="search-form" action="https://www.propertyfinder.ae/blog/" method="get" autocomplete="off"><div class="input-with-icon"><svg class="input-icon" width="15" height="15" role="img" aria-label="Search Icon" style="display:block"><use xlink:href="#search_icon"></use></svg><input type="text" id="live-search-input" name="s" placeholder="Looking for something specific?" /></div><button id="search-icons" type="submit"><span class="button-text">Search</span><svg class="input-icon" role="img" aria-label="Search Icon" style="display:block"><use xlink:href="#mobile_search_icon"></use></svg></button><div id="live-search-results-new1"></div></form></div>            </div>
        </div>
    </div>
</section>


<!-- Hero section start -->
<section class="hero-section">
    <div class="blog-container">
        <div class="hero-wrapper">
                            <div class="hero-content">
                                            <img class="hero-image" 
                             src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Header-image.png" 
                             alt="It All Starts Here"
                             loading="eager"
                             fetchpriority="high"
                             width="760" 
                             height="356">
                    
                    <div class="hero-text">
                                                                                                <a href="https://www.propertyfinder.ae/blog/inside-propertyfinder/" class="hero-category"> Inside PF</a>
                                                            
                        <div class="hero-details">
                                                                                                <a href="https://www.propertyfinder.ae/blog/it-all-starts-here/">
                                        <h1 class="hero-title">It All Starts Here</h1>
                                    </a>
                                                                                        
                                                            <p class="hero-description">
                                    The first set of keys, the lifestyle upgrade you’ve been dreaming of a smart investment or simply more space to live life your way. Property Finder is where confident home journeys begin.                                </p>
                                                    </div>
                        <div class="hero-meta">
                                                            <p class="hero-date">8 Jun 2026</p>
                                                                                        <p class="hero-read-time">
                                    1 min read                                </p>
                                                    </div>
                    </div>
                </div>
                
                <!-- Top Stories Section -->
                <div class="top-stories">
                    <div class="top-stories-header">
                                                                            <h2 class="top-stories-title">Top Stories</h2>
                                            </div>
                                        <!-- Secondary Story Item -->
                    <div class="top-story-card">
                        <a href="https://www.propertyfinder.ae/blog/the-guide/" class="top-story-category" aria-label="Category: The Guide">The Guide</a>                        <div class="top-story-details">
                            <h3 class="top-story-title"><a href="https://www.propertyfinder.ae/blog/dubai-construction-cost-impact/">How Rising Dubai Construction Costs Are Reshaping Off-Plan Pricing by Developers</a></h3>
                                                        <p class="top-story-description">
                                Dubai&rsquo;s property market has entered a new phase in 2026. Demand remains strong, off-plan launches continue at pace, and investor...                            </p>
                        </div>
                        <div class="top-story-meta">
                            <p class="top-story-date">
                                4 Jun 2026                            </p>
                            <p class="top-story-read-time">
                                9 min read                            </p>
                        </div>
                    </div>
                                        <!-- Secondary Story Item -->
                    <div class="top-story-card">
                        <a href="https://www.propertyfinder.ae/blog/the-guide/" class="top-story-category" aria-label="Category: The Guide">The Guide</a>                        <div class="top-story-details">
                            <h3 class="top-story-title"><a href="https://www.propertyfinder.ae/blog/dubai-sale-property-price-forecast/">Why &#8216;The Average&#8217; is lying to you: Dubai property price forecasts by community for Q3–Q4 2026</a></h3>
                                                        <p class="top-story-description">
                                Dubai&rsquo;s property market now moves in distinct community cycles rather than a single unified trend. Property Finder conducted a property...                            </p>
                        </div>
                        <div class="top-story-meta">
                            <p class="top-story-date">
                                7 Jun 2026                            </p>
                            <p class="top-story-read-time">
                                14 min read                            </p>
                        </div>
                    </div>
                                        <!-- Secondary Story Item -->
                    <div class="top-story-card">
                        <a href="https://www.propertyfinder.ae/blog/the-guide/" class="top-story-category" aria-label="Category: The Guide">The Guide</a>                        <div class="top-story-details">
                            <h3 class="top-story-title"><a href="https://www.propertyfinder.ae/blog/dubai-rent-price-forecast/">Dubai Rent Prices Are Finally Stabilizing in Late 2026: These Are the Areas to Watch, Says RERA</a></h3>
                                                        <p class="top-story-description">
                                Dubai&rsquo;s rental market is entering a clear phase of normalisation as 2026 progresses, with price movements increasingly reflected in Property...                            </p>
                        </div>
                        <div class="top-story-meta">
                            <p class="top-story-date">
                                8 Jun 2026                            </p>
                            <p class="top-story-read-time">
                                14 min read                            </p>
                        </div>
                    </div>
                                    </div>
        </div> 
    </div> 
</section>
<!-- Hero section end -->
<!-- Where to Live Section start -->
<section class="where-to-live-section">
    <div class="city-wrapper-bg">
        <div class="blog-container">
            <div class="city-contenat">
                                    <h2 class="city-heading">Where to Live</h2>
                                                    <p class="city-description">Explore the best areas to live across the UAE, with in-depth guides to help you find your perfect home.</p>
                            </div>
        </div>
                    <div class="citygridslider-wrapper">
                <div class="citygridslider">
                    <div class="blog-container">
                        <div class="cityslider_main">
                            <div class="cityslider_navigation">
                                <div class="citysliderarrow_prev">
                                    <svg width="25" height="25">
                                        <use xlink:href="#prev_arrow_icon"></use>
                                    </svg>
                                </div>
                                <div class="citysliderarrow_next">
                                    <svg width="25" height="25">
                                        <use xlink:href="#next_arrow_icon"></use>
                                    </svg>
                                </div>
                            </div>
                            <div class="swiper cityslider_loop">
                                <div class="swiper-wrapper">
                                                                            <div class="swiper-slide">
                                            <div class="citygrid_item">
                                                                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/abu-dhabi-en/" class="citygrid_link" aria-label="Abu Dhabi">
                                                                                                        <div class="citygrid_img">
                                                        <picture>
                                                                                                                            <source media="(max-width: 768px)" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/abu_dhabi-mobile-img.jpg">
                                                                                                                        <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/Abu-Dhabi_img.webp"
                                                                alt=""
                                                                width="400"
                                                                height="275"
                                                                loading="lazy"
                                                                decoding="async">
                                                        </picture>
                                                    </div>
                                                    <div class="citygrid_title">
                                                        <p>Abu Dhabi</p>
                                                    </div>
                                                                                                        </a>
                                                                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="citygrid_item">
                                                                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/dubai-en/" class="citygrid_link" aria-label="Dubai">
                                                                                                        <div class="citygrid_img">
                                                        <picture>
                                                                                                                            <source media="(max-width: 768px)" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/dubai-Mobile-Img.jpg">
                                                                                                                        <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/Dubai_img.webp"
                                                                alt=""
                                                                width="400"
                                                                height="275"
                                                                loading="lazy"
                                                                decoding="async">
                                                        </picture>
                                                    </div>
                                                    <div class="citygrid_title">
                                                        <p>Dubai</p>
                                                    </div>
                                                                                                        </a>
                                                                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="citygrid_item">
                                                                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/sharjah-en/" class="citygrid_link" aria-label="Sharjah">
                                                                                                        <div class="citygrid_img">
                                                        <picture>
                                                                                                                            <source media="(max-width: 768px)" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/sharjah-Mobile-Img.jpg">
                                                                                                                        <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/Sharjah_img.webp"
                                                                alt=""
                                                                width="400"
                                                                height="275"
                                                                loading="lazy"
                                                                decoding="async">
                                                        </picture>
                                                    </div>
                                                    <div class="citygrid_title">
                                                        <p>Sharjah</p>
                                                    </div>
                                                                                                        </a>
                                                                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="citygrid_item">
                                                                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/ajman/" class="citygrid_link" aria-label="Ajman">
                                                                                                        <div class="citygrid_img">
                                                        <picture>
                                                                                                                        <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/Ajman_img.webp"
                                                                alt=""
                                                                width="400"
                                                                height="275"
                                                                loading="lazy"
                                                                decoding="async">
                                                        </picture>
                                                    </div>
                                                    <div class="citygrid_title">
                                                        <p>Ajman</p>
                                                    </div>
                                                                                                        </a>
                                                                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="citygrid_item">
                                                                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/ras-al-khaimah/" class="citygrid_link" aria-label="Ras Al Khaimah">
                                                                                                        <div class="citygrid_img">
                                                        <picture>
                                                                                                                        <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/Ras-Al-Khaimah_img.webp"
                                                                alt=""
                                                                width="400"
                                                                height="275"
                                                                loading="lazy"
                                                                decoding="async">
                                                        </picture>
                                                    </div>
                                                    <div class="citygrid_title">
                                                        <p>Ras Al Khaimah</p>
                                                    </div>
                                                                                                        </a>
                                                                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            </div>
</section>
<!-- Where to Live Section end -->
    <!-- Tab section start -->
    <section class="tabs-section">
        <div class="blog-container">
            <div class="guide-navbar-section">
                <div class="tabs-nav">
                                            <div class="tab active" data-tab="tab1">
                            The Guide                        </div>
                                            <div class="tab " data-tab="tab2">
                            Where To Live                        </div>
                                            <div class="tab " data-tab="tab3">
                            Latest Projects                        </div>
                                            <div class="tab " data-tab="tab4">
                            Laws                        </div>
                                            <div class="tab " data-tab="tab5">
                            Top Picks                        </div>
                                            <div class="tab " data-tab="tab6">
                            Lifestyle                        </div>
                                    </div>
            </div>
            <div class="tabs-content">
                                    <div class="tab-content tab1 active">
                        <div class="cityslider_navigation guide-navigation">
                            <div class="categorytab_sliderarrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-511-1" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#prev_arrow_icon"></use>
                                </svg>
                            </div>
                            <div class="categorytab_sliderarrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-511-1" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#next_arrow_icon"></use>
                                </svg>
                            </div>
                        </div>

                        <div class="categoryTabSlider">
                            <div class="swiper categorytab_loop slider-511-1 swiper-initialized swiper-horizontal" role="region" aria-label="Posts carousel">
                                <div class="swiper-wrapper" id="swiper-wrapper-511-1" aria-live="polite">
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/jebel-ali-port/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Cranes-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Cranes at the Jebel Ali Port" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Cranes-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Cranes-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Cranes.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/jebel-ali-port/">
                                                            <h6>Jebel Ali Port Guide: Infrastructure, Capacity, Terminals, Facilities, and Services</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Jebel Ali Port is the largest seaport in the Middle East and one of the world&rsquo;s busiest man-made deep-sea harbours. Located approximately 35 kilometres southwest of central Dubai, the port is operated by DP World and serves as a major gateway for global trade, logistics, imports, exports, and transshipment. Its strategic position at the crossroads...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>5 Jun 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/malls-in-silicon-oasis/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/shopping-bags-5-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Man carrying shopping bags inside a mall" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/shopping-bags-5-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/shopping-bags-5-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/shopping-bags-5.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/malls-in-silicon-oasis/">
                                                            <h6>Best Malls in Dubai Silicon Oasis: Shopping Centres, Dining &amp; Entertainment Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai Silicon Oasis (DSO) has matured into a self-contained community where convenience is part of the daily lifestyle. The selection of malls in Silicon Oasis ensures that residents have access to everything from international fashion brands to specialised high-end groceries. As a specialised technology and residential hub, the district demands a high standard of retail...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>4 Jun 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/check-emirates-id-status/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/UAE-government-building-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A modern UAE government building with contemporary architecture, representing the official centres for identity and citizenship services" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/UAE-government-building-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/UAE-government-building-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/UAE-government-building.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/check-emirates-id-status/">
                                                            <h6>How to Check Your Emirates ID Status? The Ultimate Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>The Emirates ID is an indispensable document for everyone living and working in the United Arab Emirates. Issued by the Federal Authority for Identity, Citizenship, Customs &amp; Port Security (ICP), this card serves as your primary legal identity, containing vital biographical data and biometrics. Whether you are moving into your first home or renewing your...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>4 Jun 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/golden-visa-properties/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="223" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Golden-visa-investment-properties-1-1-400x223.jpg" class="attachment-medium size-medium wp-post-image" alt="Golden visa investment properties" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Golden-visa-investment-properties-1-1-400x223.jpg 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Golden-visa-investment-properties-1-1-800x446.jpg 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Golden-visa-investment-properties-1-1.jpg 1201w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/golden-visa-properties/">
                                                            <h6>Golden Visa Properties in UAE (2026 guide): Property Types, Minimum Investment, and Eligibility</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Golden visa properties are becoming a key route to long-term residency in the UAE, especially after the 2026 updates. Lower entry barriers and flexible investment rules have made this option more accessible to global investors. The UAE Golden Visa allows individuals to live, work, and invest without a local sponsor, with property investment offering a...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>7 Jun 2026</p>
                                                        <p>
                                                            10 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/high-net-worth-individuals/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="225" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/high-net-worth-individuals-discover-cover-photo-1-1-400x225.png" class="attachment-medium size-medium wp-post-image" alt="HNWI looking at dubai skyline" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/high-net-worth-individuals-discover-cover-photo-1-1-400x225.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/high-net-worth-individuals-discover-cover-photo-1-1-800x451.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/high-net-worth-individuals-discover-cover-photo-1-1.png 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/high-net-worth-individuals/">
                                                            <h6>Where HNWIs Are Buying Property in Dubai: Top Investment Hotspots Revealed</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Wealthy investors rarely place their money in just one place. Instead, high-net-worth individuals (HNWIs) typically focus on preserving wealth, generating stable returns, and gaining access to assets with long-term appreciation potential. Real estate, private equity, global equities, luxury assets, and alternative investments all play a role in their portfolios.In recent years, Dubai has emerged as...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>7 Jun 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/moving-to-abu-dhabi-from-india/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Abu-Dhabi-skyline-2-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Abu Dhabi skyline" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Abu-Dhabi-skyline-2-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Abu-Dhabi-skyline-2-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Abu-Dhabi-skyline-2-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/moving-to-abu-dhabi-from-india/">
                                                            <h6>Your Guide to Moving to Abu Dhabi from India in 2026</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Moving to Abu Dhabi from India can open the door to a stable lifestyle, strong career opportunities, and a well-connected expat community. The city is organised, family-friendly, and home to many Indian residents, which makes settling in easier for new arrivals.Still, a smooth move needs planning. Visas, attested documents, school admissions, housing, health insurance, and...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>21 May 2026</p>
                                                        <p>
                                                            12 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/nursery-in-downtown-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Nursery-room-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Nursery room" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Nursery-room-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Nursery-room-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Nursery-room.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/nursery-in-downtown-dubai/">
                                                            <h6>Best Nurseries in Downtown Dubai: Top Picks for 2026</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Finding the right nursery in Downtown Dubai can feel like a major decision for parents who want a safe, nurturing and stimulating start for their child. In one of the city&rsquo;s most sought-after family locations, options range from premium early years centres within walking distance of iconic residential towers to well-regarded nurseries a short drive...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>20 May 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/bike-rentals/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/bike-rentals-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="best bike rentals in Dubai" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/bike-rentals-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/bike-rentals-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/bike-rentals.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/bike-rentals/">
                                                            <h6>Best Bike Rentals in Dubai 2026: Prices, Locations &amp; Cycling Routes Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai&rsquo;s cycling scene in 2026 is broad enough to suit commuters, families, weekend explorers, and serious riders. Bike rentals across the city make it easier to access a strong network of purpose-built tracks and waterfront paths, while Careem Bike continues to operate a city-wide bike-share system with around 200 stations and about 1,750 bikes. Guides...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>13 May 2026</p>
                                                        <p>
                                                            11 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/electronic-notary/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Emirati-banknotes-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Emirati banknotes for fees" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Emirati-banknotes-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Emirati-banknotes-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Emirati-banknotes.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/the-guide/" class="category-title">The Guide</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/electronic-notary/">
                                                            <h6>Electronic Notary in UAE (2026 Guide): How It Works, Process, Requirements &amp; More</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Electronic notarisation has become a fully legal service available through authorised platforms across the UAE. In 2026, individuals and businesses can complete electronic notary services remotely through secure digital platforms without visiting a physical notary office.This system is now widely adopted across the country, including in Dubai Silicon Oasis, Business Bay, Jumeirah Village Circle, Al...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>30 Apr 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                            <div class="all-posts-btn">
                                                                <a href="https://www.propertyfinder.ae/blog/the-guide/">
                                    View all articles                                </a>
                            </div>
                        </div>
                    </div>
                                    <div class="tab-content tab2 ">
                        <div class="cityslider_navigation guide-navigation">
                            <div class="categorytab_sliderarrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-3222-2" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#prev_arrow_icon"></use>
                                </svg>
                            </div>
                            <div class="categorytab_sliderarrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-3222-2" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#next_arrow_icon"></use>
                                </svg>
                            </div>
                        </div>

                        <div class="categoryTabSlider">
                            <div class="swiper categorytab_loop slider-3222-2 swiper-initialized swiper-horizontal" role="region" aria-label="Posts carousel">
                                <div class="swiper-wrapper" id="swiper-wrapper-3222-2" aria-live="polite">
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/best-areas-to-live-in-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Residential-areas-in-Dubai-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Residential areas in Dubai" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Residential-areas-in-Dubai-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Residential-areas-in-Dubai-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Residential-areas-in-Dubai.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/best-areas-to-live-in-dubai/">
                                                            <h6>Best Residential Areas to Live in Dubai (2026): Top Places for Expats, Families, and Investors</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai continues to rank among the world&rsquo;s most desirable cities in 2026, attracting expats, families, and investors with its tax-free income, strong infrastructure, and diverse residential communities. From waterfront apartments to suburban villas, the best areas to live in Dubai offer something for every lifestyle and budget.Choosing the right area depends on key factors such...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>5 Jun 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/dubai-marina-vs-downtown-dubai-2/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/Dubai-Marina-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Dubai Marina" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/Dubai-Marina-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/Dubai-Marina-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/Dubai-Marina.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/dubai-marina-vs-downtown-dubai-2/">
                                                            <h6>Dubai Marina vs Downtown Dubai Lifestyle: Accessibility, Vibe &amp; Entertainment</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Choosing between Dubai Marina and Downtown Dubai is a common dilemma for residents moving within the city or relocating to Dubai for the first time. Both are established, both feel &ldquo;premium&rdquo;, and both can work brilliantly, yet the day-to-day rhythm is different. The easiest way to decide is to stop thinking in headlines and start...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>2 Jan 2026</p>
                                                        <p>
                                                            10 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/jvt-vs-jvc/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/Empty-roads-in-Jumeirah-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Empty roads in Jumeirah" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/Empty-roads-in-Jumeirah-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/Empty-roads-in-Jumeirah-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/Empty-roads-in-Jumeirah.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/jvt-vs-jvc/">
                                                            <h6>JVT vs JVC: Which Dubai Community Is Better for You in 2026?</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Choosing between Jumeirah Village Triangle (JVT) and Jumeirah Village Circle (JVC) often comes down to lifestyle priorities, budget, and long-term plans. This JVT vs JVC comparison looks at how both communities stack up, using verified UAE data, on-ground realities, and pricing trends observed across Dubai.In this guide, you will learn about:All about JVT and JVCJVT...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>4 May 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/duplex-and-townhouse-difference/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/New-Project-2025-10-31T121041.295-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/New-Project-2025-10-31T121041.295-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/New-Project-2025-10-31T121041.295-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/New-Project-2025-10-31T121041.295-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/duplex-and-townhouse-difference/">
                                                            <h6>What’s the Difference Between a Duplex and a Townhouse?</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>When searching for a home in the UAE, you&rsquo;ll come across listings for duplexes and townhouses, two property types that often look similar at first glance but differ in layout, ownership, and lifestyle.Understanding these differences helps both buyers and investors make informed choices. Duplexes tend to prioritise privacy and rental income potential, while townhouses emphasise...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>31 Oct 2025</p>
                                                        <p>
                                                            11 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/abu-dhabi-for-families/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/skyline-and-beach-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Abu Dhabi’s skyline and beach" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/skyline-and-beach-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/skyline-and-beach-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/skyline-and-beach.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/abu-dhabi-for-families/">
                                                            <h6>Abu Dhabi for Families: History, Communities, Entertainment &amp; Experiences</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>So, you&rsquo;re considering moving to Abu Dhabi with your family? You&rsquo;re not alone. Abu Dhabi is increasingly popular among families due to its rich history, safe neighbourhoods, and numerous activities that appeal to all ages.Let&rsquo;s explore what life is like in Abu Dhabi for families&mdash;from cultural roots to neighbourhoods, theme parks to healthcare.History of Abu...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>24 Sep 2025</p>
                                                        <p>
                                                            7 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/best-time-to-apply-for-jobs-in-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Sheikh-Zayed-Road-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A view of Sheikh Zayed Road surrounded by skyscrapers" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Sheikh-Zayed-Road-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Sheikh-Zayed-Road-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Sheikh-Zayed-Road.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/best-time-to-apply-for-jobs-in-dubai/">
                                                            <h6>Best Time of Year to Move to Dubai for Expats</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>The thought of moving to Dubai excites many professionals and families. The city offers promising career opportunities with tax-free income. Its contemporary lifestyle blends safety and luxury. With foreigners comprising more than 80% of Dubai&rsquo;s population, it is considered one of the world&rsquo;s leading expat hubs.Knowing the best time to apply for jobs in Dubai...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>23 Sep 2025</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/moving-abu-dhabi-documents/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="210" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Moving-to-Abu-Dhabi-400x210.webp" class="attachment-medium size-medium wp-post-image" alt="Tourist on Abu Dhabi promenade, UAE" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Moving-to-Abu-Dhabi-400x210.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Moving-to-Abu-Dhabi-800x420.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Moving-to-Abu-Dhabi.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/moving-abu-dhabi-documents/">
                                                            <h6>Moving to Abu Dhabi: The Documents You Need</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Moving to Abu Dhabi with family can be an exciting opportunity. The capital city is known for its thriving expat community. Tax-free salaries are other attractive factors. Abu Dhabi also guarantees a good quality of life. However, before settling down in Abu Dhabi, you will have to go through a series of formalities. It involves...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>18 Sep 2025</p>
                                                        <p>
                                                            9 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/abu-dhabi-traditions/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="210" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Arab-man-in-kandora-400x210.webp" class="attachment-medium size-medium wp-post-image" alt="Arab man in kandora as part of the Abu Dhabi traditions and customs" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Arab-man-in-kandora-400x210.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Arab-man-in-kandora-800x420.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/Arab-man-in-kandora.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/abu-dhabi-traditions/">
                                                            <h6>Abu Dhabi Customs and Traditions to Know For Your First Visit</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Abu Dhabi is the capital of the United Arab Emirates. As an upcoming urban landscape, it has undergone major developments in the last several years. Abu Dhabi is considered a single-stop destination for many travellers.The city offers something to people of all age groups. It not only has luxurious malls and tall buildings, but also...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>18 Sep 2025</p>
                                                        <p>
                                                            10 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/home-renovation-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="210" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/House-with-a-pool-and-mountains-400x210.webp" class="attachment-medium size-medium wp-post-image" alt="House with a pool and mountains to show the best home renovation tips" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/House-with-a-pool-and-mountains-400x210.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/House-with-a-pool-and-mountains-800x420.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/House-with-a-pool-and-mountains.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/where-to-live/" class="category-title">Where To Live</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/home-renovation-dubai/">
                                                            <h6>Home Renovation in Dubai: Costs and Budget Tips</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Home renovation in Dubai is an exciting prospect. While it centres around lifestyle upgrades, it mainly grows property value.Budgeting is the core of home renovation. So, start with a realistic plan. It can help you work towards your vision without much financial stress.This guide explores everything you need to know about home renovation in Dubai...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>25 Sep 2025</p>
                                                        <p>
                                                            10 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                            <div class="all-posts-btn">
                                                                <a href="https://www.propertyfinder.ae/blog/where-to-live/">
                                    View all articles                                </a>
                            </div>
                        </div>
                    </div>
                                    <div class="tab-content tab3 ">
                        <div class="cityslider_navigation guide-navigation">
                            <div class="categorytab_sliderarrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-5740-3" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#prev_arrow_icon"></use>
                                </svg>
                            </div>
                            <div class="categorytab_sliderarrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-5740-3" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#next_arrow_icon"></use>
                                </svg>
                            </div>
                        </div>

                        <div class="categoryTabSlider">
                            <div class="swiper categorytab_loop slider-5740-3 swiper-initialized swiper-horizontal" role="region" aria-label="Posts carousel">
                                <div class="swiper-wrapper" id="swiper-wrapper-5740-3" aria-live="polite">
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-abdulla-al-rostamani-properties/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/4-2-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/4-2-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/4-2-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/4-2.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-abdulla-al-rostamani-properties/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on Abdulla Al Rostamani Properties</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Discover Abdulla Al Rostamani Properties, a trusted UAE developer delivering high-quality residential and mixed-use projects designed for modern living.
</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>30 Mar 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-casagrand/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/2-2-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/2-2-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/2-2-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/2-2-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-casagrand/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on Casagrand</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Discover Casagrand, a trusted property developer delivering thoughtfully designed apartments in prime communities.


</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>2 Mar 2026</p>
                                                        <p>
                                                            4 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-source-of-fate/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/3-2-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/3-2-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/3-2-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/01/3-2.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-source-of-fate/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on Source of Fate</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Explore Source of Fate’s latest residential projects, featuring premium waterfront living.

</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>21 Jan 2026</p>
                                                        <p>
                                                            4 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-alta-real-estate-development/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/29-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/29-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/29-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/12/29.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-alta-real-estate-development/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on ALTA Real Estate Development</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Discover ALTA Real Estate Development’s latest projects, and how design-led partnerships are shaping luxury living in Dubai.
</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>22 Dec 2025</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-kamdar-developments/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/11/22-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/11/22-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/11/22-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/11/22-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-kamdar-developments/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on Kamdar Developments</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Discover Kamdar Developments, a Dubai-grown developer delivering curated residential projects defined by elegant design, exceptional quality, and precision.</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>25 Nov 2025</p>
                                                        <p>
                                                            3 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-cityview-developments/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/2-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/2-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/2-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/10/2-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-cityview-developments/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on CITYVIEW Developments</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Discover CITYVIEW Developments, a Dubai-based developer creating premium residential and mixed-use projects defined by design, quality, and innovation.</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>23 Nov 2025</p>
                                                        <p>
                                                            3 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-reef-luxury-developments/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/13-400x209.png" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/13-400x209.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/13-800x419.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/09/13.png 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-reef-luxury-developments/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on REEF Luxury Developments</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Discover REEF Luxury Developments, a UAE developer redefining modern living with patented Climate-Controlled and Winter Gardens.</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>17 Sep 2025</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-reportage-group/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/08/2-57-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/08/2-57-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/08/2-57-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/08/2-57.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/on-the-rise-monthly-developer-spotlight-on-reportage-group/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on Reportage Group</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Reportage Group launched as a single entity in 2014 by shareholders with over 30 years of international experience in property development and construction.
</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>10 Sep 2025</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/developer-spotlight-townx/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/18-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/18-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/18-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/18.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/latest-projects/" class="category-title">Latest Projects</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/developer-spotlight-townx/">
                                                            <h6>On the Rise: Monthly Developer Spotlight on TownX</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>AboutFounded in 2017, TownX Real Estate Development is a real estate developer based in Dubai with a project portfolio valued over AED 4 billion. The company employs a team of 350 people and has delivered more than 967 units to date. It is currently developing 2,125 apartments and has completed 1,036,000 square feet of premium...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>28 Aug 2025</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                            <div class="all-posts-btn">
                                                                <a href="https://www.propertyfinder.ae/blog/latest-projects/">
                                    View all articles                                </a>
                            </div>
                        </div>
                    </div>
                                    <div class="tab-content tab4 ">
                        <div class="cityslider_navigation guide-navigation">
                            <div class="categorytab_sliderarrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-513-4" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#prev_arrow_icon"></use>
                                </svg>
                            </div>
                            <div class="categorytab_sliderarrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-513-4" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#next_arrow_icon"></use>
                                </svg>
                            </div>
                        </div>

                        <div class="categoryTabSlider">
                            <div class="swiper categorytab_loop slider-513-4 swiper-initialized swiper-horizontal" role="region" aria-label="Posts carousel">
                                <div class="swiper-wrapper" id="swiper-wrapper-513-4" aria-live="polite">
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/shared-housing-law-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/shared-housing-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Apartments in Dubai shared housing" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/shared-housing-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/shared-housing-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/shared-housing.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/shared-housing-law-dubai/">
                                                            <h6>Dubai Shared Housing Law (2026 Guide): New Rules, Permits, Occupancy Limits &amp; Fines</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>The shared housing law in Dubai has entered a new phase in 2026, introducing clear regulations for co-living arrangements across the emirate. With rising demand for flexible and affordable housing, authorities have set clear rules for shared spaces. This helps ensure safety, transparency, and accountability for tenants and landlords.In this guide, discover:What is shared housing...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>5 May 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/power-of-attorney-attestation-in-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Power-of-attorney-document-with-embossed-stamp-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Power of attorney document with embossed stamp" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Power-of-attorney-document-with-embossed-stamp-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Power-of-attorney-document-with-embossed-stamp-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Power-of-attorney-document-with-embossed-stamp.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/power-of-attorney-attestation-in-dubai/">
                                                            <h6>Power of Attorney Attestation in Dubai (2026 Guide): Process, Requirements &amp; Fees</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Handling a Power of Attorney attestation in Dubai can feel complicated, especially when multiple authorities, steps, and fees are involved. Whether you are managing a property transaction, authorising someone to act on your behalf, or dealing with legal or business matters, ensuring your POA is properly attested is essential.This guide breaks down the full process...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>29 Apr 2026</p>
                                                        <p>
                                                            9 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/uae-private-notary-fine/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/UAE-flag-3-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="UAE flag on government building" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/UAE-flag-3-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/UAE-flag-3-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/UAE-flag-3-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/uae-private-notary-fine/">
                                                            <h6>Private Notary Fines in UAE (2026): Penalties, Violations &amp; How to Stay Compliant</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Private notaries in the UAE operate under a tightly regulated legal system designed to ensure accuracy, transparency, and compliance across all legal documentation processes. In 2026, enforcement has become more structured, especially across key legal hubs such as Dubai Marina, Business Bay, Al Reem Island, Khalifa City, and Sharjah Al Majaz, under UAE private notary...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>30 Apr 2026</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/how-to-file-for-divorce-in-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Lawyer-consulting-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Lawyer consulting couples about divorce" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Lawyer-consulting-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Lawyer-consulting-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Lawyer-consulting.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/how-to-file-for-divorce-in-dubai/">
                                                            <h6>How to File for Divorce in Dubai (2026): Process, Timeframe, Costs &amp; Legal Requirements</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Divorce in Dubai has evolved significantly in recent years, with clearer legal pathways for both Muslim and non-Muslim residents. As of 2026, the system operates under two distinct tracks, each with its own procedures, timelines, and requirements. Understanding how to file for divorce in Dubai and which framework applies is the first step toward navigating...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>16 Apr 2026</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/what-is-limited-and-unlimited-contract/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Modern-business-district-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Modern business district in the UAE skyline" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Modern-business-district-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Modern-business-district-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Modern-business-district.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/what-is-limited-and-unlimited-contract/">
                                                            <h6>Limited vs Unlimited Contracts in UAE (2026): Differences, Rules &amp; Legal Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Understanding what a limited and unlimited contract is in the UAE is essential if you&rsquo;re working or planning to work in the private sector.Here&rsquo;s the key update. As of 2026, unlimited contracts no longer exist for new employees. All contracts are now fixed-term (limited). However, the concept of &ldquo;unlimited contracts&rdquo; is still widely discussed, especially...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>16 Apr 2026</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/uae-visa-renewal/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/a-visa-application-form-with-approved-stamp-a-r-2026-01-09-10-54-55-utc-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="UAE residence visa application form" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/a-visa-application-form-with-approved-stamp-a-r-2026-01-09-10-54-55-utc-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/a-visa-application-form-with-approved-stamp-a-r-2026-01-09-10-54-55-utc-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/a-visa-application-form-with-approved-stamp-a-r-2026-01-09-10-54-55-utc-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/uae-visa-renewal/">
                                                            <h6>UAE Residence Visa Renewal 2026: Requirements, Fees &amp; Online Renewal from Home</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Living in the UAE offers many opportunities, but it also requires maintaining your residency status. One of the most important administrative tasks for residents is completing a UAE visa renewal before the current visa expires. Fortunately, the process has become far more streamlined in recent years. Digital government services, clearer eligibility rules, and flexible renewal...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>1 Jun 2026</p>
                                                        <p>
                                                            10 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/noc-letter-from-sponsor/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/man-typing-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A man typing on his laptop" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/man-typing-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/man-typing-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/man-typing.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/noc-letter-from-sponsor/">
                                                            <h6>NOC Letter in the UAE: What is it &amp; How to Write it [Sample Included]</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>An NOC (No Objection Certificate) letter in the UAE is a formal written statement issued by an employer, sponsor, landlord, school or other authorised party confirming that they have &ldquo;no objection&rdquo; to a specific act by the applicant, such as applying for a visa, changing jobs or setting up a business. It serves as written...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>26 Mar 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/eviction-notice/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/giving-an-eviction-notice-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A landlord giving an eviction notice to their tenant" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/giving-an-eviction-notice-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/giving-an-eviction-notice-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/03/giving-an-eviction-notice.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/eviction-notice/">
                                                            <h6>Eviction Notice in Dubai: Requirements, Reasons &amp; More [2026 Guide]</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>An eviction notice in Dubai is a formal legal process governed by strict rules under the emirate&rsquo;s tenancy laws. Whether issued for non-payment of rent, property sale, personal use, or demolition, eviction must comply with Article 25 of Law No. 26 of 2007 as amended by Law No. 33 of 2008. In 2026, these rules...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>27 Apr 2026</p>
                                                        <p>
                                                            7 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/uae-visit-visa-renewal-fees/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/02/Visa-application-form-2-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Visa application form" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/02/Visa-application-form-2-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/02/Visa-application-form-2-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/02/Visa-application-form-2.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/laws-en/" class="category-title">Laws</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/uae-visit-visa-renewal-fees/">
                                                            <h6>How to Renew Visit Visa in UAE [2026 Edition] &amp; Fees Explained</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Visit visa extensions in the UAE have evolved in recent years, with more digital services, updated processing rules, and changes to grace periods. Whether you are staying longer for travel, family visits, or short-term plans, understanding how renewal works, UAE visit visa renewal fees, and what it costs can help avoid fines or delays.This guide...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>27 Feb 2026</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                            <div class="all-posts-btn">
                                                                <a href="https://www.propertyfinder.ae/blog/laws-en/">
                                    View all articles                                </a>
                            </div>
                        </div>
                    </div>
                                    <div class="tab-content tab5 ">
                        <div class="cityslider_navigation guide-navigation">
                            <div class="categorytab_sliderarrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-3-5" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#prev_arrow_icon"></use>
                                </svg>
                            </div>
                            <div class="categorytab_sliderarrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-3-5" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#next_arrow_icon"></use>
                                </svg>
                            </div>
                        </div>

                        <div class="categoryTabSlider">
                            <div class="swiper categorytab_loop slider-3-5 swiper-initialized swiper-horizontal" role="region" aria-label="Posts carousel">
                                <div class="swiper-wrapper" id="swiper-wrapper-3-5" aria-live="polite">
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/school-in-mizhar/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Bright-classroom-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Bright classroom in a Dubai school" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Bright-classroom-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Bright-classroom-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Bright-classroom.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                                    <div class="new-article-label">
                                                                New Article                                                            </div>
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/school-in-mizhar/">
                                                            <h6>Top Schools in Mizhar: Tuition Fees, Curriculum, Reviews &amp; Admission Details</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Choosing the right school in Mizhar can make daily life much easier for families living in this quiet, residential part of Dubai. The area is home to a mix of British and American curriculum schools, with options for different budgets, grade levels, and learning styles.Parents can find schools offering UK pathways, American programmes, UAE Ministry...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>8 Jun 2026</p>
                                                        <p>
                                                            12 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/pakistani-schools-in-abu-dhabi/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/empty-classroom-3-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Snapshot of an empty classroom" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/empty-classroom-3-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/empty-classroom-3-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/empty-classroom-3.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/pakistani-schools-in-abu-dhabi/">
                                                            <h6>Best Pakistani Schools in Abu Dhabi: Fees, Curriculum, Ratings &amp; Admissions Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>For the large and vibrant Pakistani community in the capital, providing a culturally resonant and academically rigorous education is a top priority. Selecting the right Pakistani schools in Abu Dhabi ensures that students maintain their heritage while preparing for international and national academic success. While there are no Pakistani international schools in Abu Dhabi, these...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>8 Jun 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/abu-hail-restaurant/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/restaurant-interior-2-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Modern family-friendly restaurant interior in Abu Hail, Dubai" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/restaurant-interior-2-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/restaurant-interior-2-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/restaurant-interior-2.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/abu-hail-restaurant/">
                                                            <h6>Best Restaurants in Abu Hail Dubai for Families and Food Lovers</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Abu Hail is one of Deira&rsquo;s most charming and well-connected residential districts, known for its diverse community and exceptional culinary scene. For those living in or visiting this area, the selection of Abu Hail restaurants offers a journey through global flavours, ranging from authentic Arabic grills and Egyptian staples to spicy Indo-Chinese fare and traditional...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>7 Jun 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/roller-skating-abu-dhabi/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/outdoor-skate-park-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A wide-angle shot of a modern outdoor skate park with architectural curves" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/outdoor-skate-park-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/outdoor-skate-park-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/outdoor-skate-park.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/roller-skating-abu-dhabi/">
                                                            <h6>Best Places for Roller Skating in Abu Dhabi: Rinks, Parks &amp; Skate Spots</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Abu Dhabi has established itself as a premier destination for sports enthusiasts, and the growing popularity of the roller skating Abu Dhabi experience has led to the development of world-class facilities across the capital. Whether you are a beginner looking for a climate-controlled environment to find your balance or an experienced skater seeking technical bowls...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>7 Jun 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/kickboxing-classes-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Boxing-ring-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Boxing ring" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Boxing-ring-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Boxing-ring-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Boxing-ring.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/kickboxing-classes-dubai/">
                                                            <h6>Best Kickboxing Classes in Dubai for Fitness &amp; Self-Defence</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Kickboxing and Muay Thai classes continue to grow in popularity across Dubai as more residents look for workouts that combine fitness, self-defence, and mental discipline. Unlike traditional gym routines, kickboxing offers a full-body workout that improves endurance, coordination, strength, and confidence while teaching practical striking and movement techniques.Dubai&rsquo;s martial arts scene now includes everything from...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>5 Jun 2026</p>
                                                        <p>
                                                            12 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/schools-in-motor-city/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Classroom-in-school-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Classroom in school" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Classroom-in-school-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Classroom-in-school-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Classroom-in-school.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/schools-in-motor-city/">
                                                            <h6>Best Schools in Motor City Dubai: Curriculum, Fees, Ratings &amp; Admissions Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Choosing a home in one of Dubai&rsquo;s most balanced residential communities often comes down to the quality of local educational institutions. For many families, the availability of high-quality schools in Motor City and around it is the primary driver for relocating to this vibrant, sports-themed district. Motor City offers a unique combination of quiet, tree-lined...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>4 Jun 2026</p>
                                                        <p>
                                                            7 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/snorkeling-in-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/reef-and-tropical-fish-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Underwater scene with reef and tropical fish" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/reef-and-tropical-fish-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/reef-and-tropical-fish-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/reef-and-tropical-fish.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/snorkeling-in-dubai/">
                                                            <h6>Snorkeling in Dubai: Best Places to Explore Marine Life</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai may be known for skyscrapers and luxury resorts, but it also offers several snorkeling experiences ranging from beachside reef trips to indoor aquarium encounters and offshore marine adventures. For those interested in snorkeling in Dubai, nearby Fujairah and the UAE&rsquo;s East Coast provide surprisingly rich marine ecosystems with turtles, reef fish, and coral formations,...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>4 Jun 2026</p>
                                                        <p>
                                                            9 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/al-marjan-island-restaurants/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/beachfront-dining-1-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="restaurant with beachfront dining" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/beachfront-dining-1-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/beachfront-dining-1-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/beachfront-dining-1.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/al-marjan-island-restaurants/">
                                                            <h6>Best Restaurants on Al Marjan Island: Beachfront Dining, Cafes &amp; Fine Dining Spots</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Al Marjan Island restaurants are one of the biggest lifestyle draws in Ras Al Khaimah. The island brings together beachfront lounges, resort caf&eacute;s, relaxed family restaurants, and polished evening spots, many of them set inside hotels overlooking the Arabian Gulf.Whether you want a barefoot lunch by the water, a Pan-Asian dinner with music, fresh seafood,...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>3 Jun 2026</p>
                                                        <p>
                                                            11 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/rooftop-pool-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Rooftop-pool-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Rooftop pool" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Rooftop-pool-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Rooftop-pool-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/Rooftop-pool.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/top-picks/" class="category-title">Top Picks</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/rooftop-pool-dubai/">
                                                            <h6>Best Rooftop Pools in Dubai with Stunning City Views</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai is home to some of the world&rsquo;s most impressive rooftop pools, combining luxury hospitality, infinity-edge design, and panoramic skyline views. From elevated pools overlooking Palm Jumeirah to rooftop lounges facing Burj Khalifa and Dubai Marina, these venues have become some of the city&rsquo;s most sought-after lifestyle experiences.Some rooftop pools focus on quiet luxury and...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>2 Jun 2026</p>
                                                        <p>
                                                            9 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                            <div class="all-posts-btn">
                                                                <a href="https://www.propertyfinder.ae/blog/top-picks/">
                                    View all articles                                </a>
                            </div>
                        </div>
                    </div>
                                    <div class="tab-content tab6 ">
                        <div class="cityslider_navigation guide-navigation">
                            <div class="categorytab_sliderarrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="swiper-wrapper-1230-6" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#prev_arrow_icon"></use>
                                </svg>
                            </div>
                            <div class="categorytab_sliderarrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="swiper-wrapper-1230-6" aria-disabled="false">
                                <svg width="25" height="25">
                                    <use xlink:href="#next_arrow_icon"></use>
                                </svg>
                            </div>
                        </div>

                        <div class="categoryTabSlider">
                            <div class="swiper categorytab_loop slider-1230-6 swiper-initialized swiper-horizontal" role="region" aria-label="Posts carousel">
                                <div class="swiper-wrapper" id="swiper-wrapper-1230-6" aria-live="polite">
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/home-centre-abu-dhabi/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/modern-living-room-2-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Interior of a large furniture retail store in Abu Dhabi featuring modern living room setups" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/modern-living-room-2-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/modern-living-room-2-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/06/modern-living-room-2.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/home-centre-abu-dhabi/">
                                                            <h6>Home Centre Abu Dhabi: Store Locations, Timings &amp; Contact</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Finding the right furniture and d&eacute;cor is a vital part of transforming a house into a home, especially in a city as vibrant as the UAE capital. For many residents, Home Centre Abu Dhabi is the first destination when it comes to high-quality, stylish, and affordable home solutions. Whether you are furnishing a new luxury...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>7 Jun 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/parks-in-silicon-oasis/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Outdoor-gym-equipment-in-a-residential-area-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Outdoor gym equipment in a residential area" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Outdoor-gym-equipment-in-a-residential-area-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Outdoor-gym-equipment-in-a-residential-area-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Outdoor-gym-equipment-in-a-residential-area.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/parks-in-silicon-oasis/">
                                                            <h6>Best Parks in Dubai Silicon Oasis: Family Parks, Walking Tracks &amp; Outdoor Spaces</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai Silicon Oasis (DSO) has transformed into a green sanctuary, blending its tech-hub reputation with expansive outdoor spaces that cater to a healthy, active lifestyle. The variety of parks in Silicon Oasis ensures that residents have access to professional-grade jogging tracks, family-friendly playgrounds, and peaceful lakeside retreats. Understanding the community&rsquo;s outdoor amenities is essential for...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>1 Jun 2026</p>
                                                        <p>
                                                            4 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/tanzania-visa-for-uae-residents/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Types-of-Tanzania-Visas-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Types of Tanzania Visas Available for UAE Residents" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Types-of-Tanzania-Visas-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Types-of-Tanzania-Visas-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/Types-of-Tanzania-Visas.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/tanzania-visa-for-uae-residents/">
                                                            <h6>Your Guide to Tanzania Visa for UAE Residents</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>If you are planning a trip from the UAE to Tanzania, including Zanzibar, the first thing to check is your passport nationality. The official Tanzanian visa portal is designed for foreign citizens. It covers both Tanzania Mainland and Zanzibar, so UAE residency alone does not exempt you from checking the rules that apply to your...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>11 May 2026</p>
                                                        <p>
                                                            9 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/why-to-work-in-real-estate/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/skyscrapers-2-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Stunning view of Dubai&#039;s iconic skyline with modern skyscrapers on a clear day" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/skyscrapers-2-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/skyscrapers-2-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/05/skyscrapers-2.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/why-to-work-in-real-estate/">
                                                            <h6>10 Reasons Why You Should Consider Working in Real Estate in the UAE</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>The United Arab Emirates has long been established as a global magnet for ambitious professionals seeking a dynamic environment and financial prosperity. While many sectors contribute to the country&rsquo;s growing economy, the property market stands out as a primary engine of growth, offering unparalleled opportunities for those looking to build a rewarding career. Deciding why...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>5 May 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/cattle-market-abu-dhabi-2/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/cattle-market-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="cattle market in Abu Dhabi for Udhiyyah" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/cattle-market-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/cattle-market-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/cattle-market.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/cattle-market-abu-dhabi-2/">
                                                            <h6>Abu dhabi Livestock &amp; Cattle Market: Location, Livestock Types, Services, Visitor Guide &amp; Eid Al Adha Tips</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>The cattle market in Abu Dhabi is an important part of the emirate&rsquo;s preparations for Eid Al Adha. It brings together livestock sales, veterinary checks, slaughterhouse services, and approved booking options in one system. For residents who want to handle the holiday properly, understanding how the market works makes the experience easier and safer. Abu...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>1 May 2026</p>
                                                        <p>
                                                            10 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/best-hospital-in-dubai/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/12/hospital-room-with-beds-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A hospital room with beds in Dubai" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/12/hospital-room-with-beds-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/12/hospital-room-with-beds-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/12/hospital-room-with-beds.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/best-hospital-in-dubai/">
                                                            <h6>Best Hospitals in Dubai 2026: Specialities, Facilities &amp; Contact Guide</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Dubai&rsquo;s healthcare sector continues to set global benchmarks, making the search for the best hospital in Dubai more about choosing the right fit than finding a single option. With a mix of world-ranked private hospitals and highly capable public institutions, residents and expats in 2026 have access to exceptional medical care across specialities.In this guide,...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>30 Apr 2026</p>
                                                        <p>
                                                            7 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/burj-khalifa-cost/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Burj-Khalifa-during-the-day-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Burj Khalifa during the day, with clouds in a clear blue sky" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Burj-Khalifa-during-the-day-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Burj-Khalifa-during-the-day-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/Burj-Khalifa-during-the-day.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/burj-khalifa-cost/">
                                                            <h6>The Cost of Building Burj Khalifa: Full Breakdown &amp; Facts</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Burj Khalifa is not only the tallest building in the world but also one of the most ambitious construction projects ever completed. Rising to a height of 828 metres, this mixed-use skyscraper was officially opened in January 2010 and has since become a global icon of engineering and design.When analysing the Burj Khalifa construction cost...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>30 Apr 2026</p>
                                                        <p>
                                                            8 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/abu-dhabi-radio-stations/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/inside-Abu-Dhabi-radio-stations-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="Set up inside Abu Dhabi radio stations" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/inside-Abu-Dhabi-radio-stations-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/inside-Abu-Dhabi-radio-stations-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/inside-Abu-Dhabi-radio-stations.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/abu-dhabi-radio-stations/">
                                                            <h6>Abu Dhabi Radio Stations (2026 Guide): Frequencies, Languages, Genres &amp; More</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Abu Dhabi radio stations continue to play a vital role in everyday life across the emirate, offering a mix of news, music, culture, and community-focused programming. As of 2026, the radio landscape reflects the city&rsquo;s diversity, with stations broadcasting in Arabic, English, Hindi, and Malayalam to serve both locals and the large expat population.In this...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>26 Apr 2026</p>
                                                        <p>
                                                            5 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                            <div class="swiper-slide">
                                            <div class="tabCategory_item">
                                                <a href="https://www.propertyfinder.ae/blog/sharjah-radio-stations/">
                                                    <div class="tabCategory_img">
                                                                                                                    <img width="400" height="209" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/mic-inside-a-studio-400x209.webp" class="attachment-medium size-medium wp-post-image" alt="A mic inside a studio in a Sharjah radio station" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/mic-inside-a-studio-400x209.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/mic-inside-a-studio-800x419.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2026/04/mic-inside-a-studio.webp 1200w" sizes="(max-width: 400px) 100vw, 400px" />                                                        
                                                                                                            </div>
                                                </a>
                                                <div class="tabCategory_box">
                                                    <a href="https://www.propertyfinder.ae/blog/home-fashion/" class="category-title">Lifestyle</a>                                                    <div class="tabCategoryitem_title">
                                                        <a href="https://www.propertyfinder.ae/blog/sharjah-radio-stations/">
                                                            <h6>Sharjah Radio Stations (2026 Guide): Frequencies, Languages, Genres &amp; More</h6>
                                                        </a>
                                                    </div>
                                                    <div class="tabCategoryitem_text">
                                                        <p>Sharjah radio stations continue to play a vital role in everyday life across the emirate, blending culture, religion, and entertainment into a unified audio experience. From Arabic talk shows to English lifestyle programmes, Sharjah radio stations reflect the emirate&rsquo;s diverse population while staying rooted in tradition.In this guide, learn about:All about Sharjah Broadcasting Authority (SBA)...</p>
                                                    </div>
                                                    <div class="meta-content">
                                                        <p>26 Apr 2026</p>
                                                        <p>
                                                            6 min read                                                        </p>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                                                    </div>
                            </div>
                            <div class="all-posts-btn">
                                                                <a href="https://www.propertyfinder.ae/blog/home-fashion/">
                                    View all articles                                </a>
                            </div>
                        </div>
                    </div>
                            </div>
        </div>
    </section>
    <!-- Tab section end -->

<!-- Search Property section start -->
<section class="search-property-section">
    <div class="search-hero-background" style="background-image: url(https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/PF-Searchbar-BG-Img-scaled.jpg);">
        <div class="search-content-wrapper">
                            <p class="search-title">Start your search for your <br>dream home with Property Finder</p>
                            <div class="pf-property-search-container ">
        <div class="pf-property-radio-container">
            <div class="pf-property-radio-option">
                <input type="radio" id="pf-property-rent" name="pf-property-type" value="2" checked>
                <label for="pf-property-rent">Rent</label>
            </div>
            <div class="pf-property-radio-option">
                <input type="radio" id="pf-property-buy" name="pf-property-type" value="1">
                <label for="pf-property-buy">Buy</label>
            </div>
        </div>
        <div class="pf-property-tags-container guide-search">
            <div class="pf-property-input-wrapper pf--search">
                <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/serch.svg" alt="">
                <input 
                    type="text" 
                    id="pf-property-location" 
                    class="pf-property-search-input" 
                    placeholder="City, community or building"     
                    autocomplete="off"
                >
                <button type="button"  id="search-btn" class="pf-property-search-button"><img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/mobile-serach-icon.svg" alt="">Search</button>

            </div>
        </div>
        <div id="pf-visible-results" class="pf-visible-results" style="display: none;"></div>
        <input type="hidden" id="pf-property-selected-values" name="selected_locations" value="">
    </div>
            </div>
    </div>
</section>
<!-- Search Property section end -->
<!-- Podcast Slider Section start -->
<section class="podcast-slider-section">
    
    <div class="podcastsslider-wrapper">
        <div class="blog-container">
            <div class="poadcast-section-main">
                <!-- Podcast Section Heading -->
                <div class="podcast-heading">
                    <h2>Podcasts</h2>
                </div>

                                    <div class="podcast_slider_navigation">
                        <div class="podcast_slider_arrow_prev prev-btn" tabindex="0" role="button" aria-label="Previous slide" aria-controls="podcast-wrapper-6a2858c9c0a42" aria-disabled="false">
                            <svg width="25" height="25">
                                <use xlink:href="#prev_arrow_icon"></use>
                            </svg>
                        </div>
                        <div class="podcast_slider_arrow_next next-btn" tabindex="0" role="button" aria-label="Next slide" aria-controls="podcast-wrapper-6a2858c9c0a42" aria-disabled="false">
                            <svg width="25" height="25">
                                <use xlink:href="#next_arrow_icon"></use>
                            </svg>
                        </div>
                    </div>

                    <div class="podcast_slider">
                        <div class="swiper pcslider_loop" id="podcast-slider">
                            <div class="swiper-wrapper" id="podcast-wrapper-6a2858c9c0a42">
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-1-navigating-the-uae-mortgage-landscape-a-comprehensive-guide-with-mohamad-kaswani/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-1-400x400.webp" class="attachment-medium size-medium wp-post-image" alt="Episode 1 | Navigating the UAE Mortgage Landscape: A Comprehensive Guide with Mohamad Kaswani" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-1-400x400.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-1-800x800.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-1-200x200.webp 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-1.webp 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 1 | Navigating the UAE Mortgage Landscape: A Comprehensive Guide with Mohamad Kaswani</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>Managing director of Mortgage Finder Mohamed Kaswani breaks down all you need to know about mortgages.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-2-your-home-is-a-portrait-of-yourself-with-ally-loepp/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-2-400x400.webp" class="attachment-medium size-medium wp-post-image" alt="Episode 2 | Your Home is A Portrait of Yourself with Ally Loepp" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-2-400x400.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-2-800x800.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-2-200x200.webp 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-2.webp 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 2 | Your Home is A Portrait of Yourself with Ally Loepp</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>No space is too small for creativity! Ally Loepp will guide you on how to maximize small spaces in the UAE.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-3-essential-qualities-to-seek-in-a-real-estate-agent-with-mohab-samak/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-3-400x400.webp" class="attachment-medium size-medium wp-post-image" alt="Episode 3 | Essential Qualities to Seek in A Real Estate Agent with Mohab Samak" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-3-400x400.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-3-800x800.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-3-200x200.webp 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-3.webp 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 3 | Essential Qualities to Seek in A Real Estate Agent with Mohab Samak</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>Mohab Samak shares the top traits you should look for in a real estate agent to support you on your home-finding journey.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-4-the-female-agent-mindset-with-safura-abasniya/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-4-400x400.webp" class="attachment-medium size-medium wp-post-image" alt="Episode 4 | The Female Agent Mindset with Safura Abasniya" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-4-400x400.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-4-800x800.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-4-200x200.webp 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2023/11/PF-Podcast-Episode-4.webp 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 4 | The Female Agent Mindset with Safura Abasniya</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>This episode of Home Finders explores how to be successful as a woman in the real estate industry.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-5-do-i-rent-or-buy-a-home/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-5-400x400.png" class="attachment-medium size-medium wp-post-image" alt="Episode 5 | Do I Rent Or Buy A Home (Your Most Pressing Question Answered!)" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-5-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-5-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-5-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-5-1536x1536.png 1536w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-5.png 2048w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 5 | Do I Rent Or Buy A Home (Your Most Pressing Question Answered!)</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>This episode answers the most frequently asked questions you might think of when considering your housing options.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-6-can-you-really-make-millions-investing-in-dubai-real-estate/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-6-400x400.png" class="attachment-medium size-medium wp-post-image" alt="Episode 6 | Can You Really Make Millions investing in Dubai Real Estate?" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-6-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-6-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-6-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-6-1536x1536.png 1536w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-6.png 2048w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 6 | Can You Really Make Millions investing in Dubai Real Estate?</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>In this episode, we cover a wide range of real estate investing strategies with Arian Ajadri.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-7-how-to-protect-your-property-investments-golden-visas-inheritance-and-more/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-7-1-400x400.png" class="attachment-medium size-medium wp-post-image" alt="Episode 7 | How to Protect Your Property Investments – Golden Visas, Inheritance and more" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-7-1-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-7-1-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-7-1-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-7-1-1536x1536.png 1536w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-7-1.png 2048w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 7 | How to Protect Your Property Investments – Golden Visas, Inheritance and more</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>Understand the essential laws and regulations that every potential buyer should know with Arash Zad.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-8-small-spaces-big-ideas-unleashing-creativity-in-compact-living/">
                                                <div class="pcslider_img">
                                                                                                            <picture class="attachment-medium size-medium wp-post-image" loading="lazy" decoding="async">
<source type="image/webp" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-400x400.png.webp 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-800x800.png.webp 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-1536x1536.png.webp 1536w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1.png.webp 2048w" sizes="(max-width: 400px) 100vw, 400px"/>
<img width="300" height="200" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-400x400.png" alt="Episode 8 | Small Spaces, Big Ideas: Unleashing Creativity in Compact Living" loading="lazy" decoding="async" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1-1536x1536.png 1536w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-8-1.png 2048w" sizes="(max-width: 400px) 100vw, 400px"/>
</picture>
                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 8 | Small Spaces, Big Ideas: Unleashing Creativity in Compact Living</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>This episode explores the process of creating spaces with meaning and the journey to get there with Emilie Jacob.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-9-red-flags-in-rental-properties-with-morgan-dalton/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-9-1-400x400.png" class="attachment-medium size-medium wp-post-image" alt="Episode 9 | Red Flags in Rental Properties with Morgan Dalton" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-9-1-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-9-1-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-9-1-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-9-1.png 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 9 | Red Flags in Rental Properties with Morgan Dalton</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>Morgan helps us break down crucial topics such as tenant rights, evictions, deposits, move-out notices, and landlord concerns.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-10-clever-ways-to-make-a-rental-apartment-feel-like-home/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-10-1-400x400.png" class="attachment-medium size-medium wp-post-image" alt="Episode 10 | Clever Ways to Make a Rental Apartment Feel Like Home" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-10-1-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-10-1-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-10-1-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-10-1.png 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 10 | Clever Ways to Make a Rental Apartment Feel Like Home</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>In this episode with Manar Kamal, we share easy tips for refreshing your rental space and making it your own.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-11-starting-from-zero-investing-in-real-estate-without-a-lot-of-capital/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-11-1-400x400.jpg" class="attachment-medium size-medium wp-post-image" alt="Episode 11 | Starting from ZERO &#8211; Investing in Real Estate Without a lot of Capital" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-11-1-400x400.jpg 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-11-1-800x800.jpg 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-11-1-200x200.jpg 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-11-1.jpg 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 11 | Starting from ZERO &#8211; Investing in Real Estate Without a lot of Capital</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>Ramy Tabbara, CEO of Stake, shows us how to start investing in real estate with just 500 Dirhams per month!</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="pcslider_item">
                                            <a href="https://www.propertyfinder.ae/blog/featured_item/episode-12-is-there-a-bubble-in-dubai/">
                                                <div class="pcslider_img">
                                                                                                            <img width="400" height="400" src="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-12-1-400x400.png" class="attachment-medium size-medium wp-post-image" alt="Episode 12 | Is There a Bubble in Dubai?" loading="lazy" decoding="async" width="300" height="200" srcset="https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-12-1-400x400.png 400w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-12-1-800x800.png 800w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-12-1-200x200.png 200w, https://www.propertyfinder.ae/blog/wp-content/uploads/2024/01/Episode-12-1.png 1080w" sizes="(max-width: 400px) 100vw, 400px" />                                                    
                                                </div>
                                                <div class="play-btn">
                                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/play-btn.svg" alt="Play podcast" width="50" height="50" loading="lazy">
                                                </div>
                                                <div class="pcslider_box">
                                                    <div class="pcslideritem_title">
                                                        <h6>Episode 12 | Is There a Bubble in Dubai?</h6>
                                                    </div>
                                                                                                            <div class="pcslideritem_text">
                                                            <p>Join us for an in-depth exploration of the real estate market in Dubai and assess the potential for a bubble.</p>
                                                        </div>
                                                                                                    </div>
                                            </a>
                                        </div>
                                    </div>
                                                                                            </div>
                        </div>

                                                    <div class="all-podcast-btn">
                                <a href="https://www.propertyfinder.ae/blog/featured_item/">Listen to all podcasts</a>
                            </div>
                        
                    </div>
                            </div>
        </div>
    </div>
</section>
<!-- Podcast Slider Section end -->
<!-- social media section start -->
<section class="instagram-section">
    <div class="blog-container">
        <div class="elfsight-app-3c1bc754-33e9-439a-884f-fa215a57d400" data-elfsight-app-lazy style="min-height: 400px;"></div>
    </div>
</section>
<!-- social media section end -->

<!-- subscribe section start -->
<section>
    <div class="susbscribe-sec">
        <div class="blog-container">
            <div class="subscribe-content">
                <div class="subscribe-form-heading-section">
                                            <h3 class="form-heading">Subscribe to Our Newsletter</h3>
                                                                <div class="subscribe-form">
                            
<div class="wpcf7 no-js" id="wpcf7-f96057-o1" lang="en-US" dir="ltr">
<div class="screen-reader-response"><p role="status" aria-live="polite" aria-atomic="true"></p> <ul></ul></div>
<form action="/blog/#wpcf7-f96057-o1" method="post" class="wpcf7-form init" aria-label="Contact form" novalidate="novalidate" data-status="init">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="96057" />
<input type="hidden" name="_wpcf7_version" value="5.9.5" />
<input type="hidden" name="_wpcf7_locale" value="en_US" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f96057-o1" />
<input type="hidden" name="_wpcf7_container_post" value="0" />
<input type="hidden" name="_wpcf7_posted_data_hash" value="" />
</div>
<div class="newsletter-form">
	<p><label><br />
<span class="wpcf7-form-control-wrap" data-name="emailaddress"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" placeholder="Email Address *" value="" type="email" name="emailaddress" /></span></label>
	</p>
	<p><label><br />
<input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Subscribe" /></label>
	</p>
</div><p style="display: none !important;" class="akismet-fields-container" data-prefix="_wpcf7_ak_"><label>&#916;<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="_wpcf7_ak_js" value="118"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><div class="wpcf7-response-output" aria-hidden="true"></div>
</form>
</div>
                        </div>
                                    </div>
                <div class="divider"></div>
                <div class="app-banner-wrapper">
                    <div class="app-banner-content-wrapper">
                                                    <h5 class="app-banner-heading">Download the UAE’s most trusted property search app</h5>
                        
                                                    <p class="app-banner-discription">Install the Property Finder app and start searching smarter.</p>
                                            </div>
                    <div class="mobile-container">
                                                                                    <div class="social-mobile-icon">
                                    <!-- <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/mobile-app.svg" alt="" width="150" height="50" loading="lazy">
                                    <img src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/mobile-google.svg" alt="" width="150" height="50" loading="lazy"> -->
                                    <svg class="input-icon" width="150" height="50" >
                                        <use xlink:href="#appstore_icon"></use>
                                    </svg>
                                    <svg class="input-icon"width="150" height="50" >
                                        <use xlink:href="#playstore_icon"></use>
                                    </svg>
                                </div>
                                                                                                        <div class="subscribe-bg-img">
                                <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/EN-Newsletter_Banner_Mob.webp" alt="" width="300" height="400" loading="lazy" decoding="async">
                            </div>
                                                                            <div class="subscribe-scan-bg">
                                <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/06/EN-QR-IMG_a.svg" alt="" width="100" height="100" loading="lazy" decoding="async">
                            </div>
                                            </div>
                </div>
            </div>
        </div>
    </div>
</section>
<!-- subscribe section end -->

<!-- OPTIMIZATION: Deferred JavaScript for Elfsight widget -->
<script>
    document.addEventListener('DOMContentLoaded', function() {
        const elfsightWidget = document.querySelector('.elfsight-app-3c1bc754-33e9-439a-884f-fa215a57d400');

        if (elfsightWidget) {
            const observer = new IntersectionObserver(function(entries) {
                entries.forEach(function(entry) {
                    if (entry.isIntersecting) {
                        if (window.ElfsightWidget) {
                            window.ElfsightWidget.init();
                        }
                        observer.unobserve(entry.target);
                    }
                });
            }, {
                rootMargin: '100px'
            });

            observer.observe(elfsightWidget);
        }
    });
</script>

</main>

<footer id="footer" class="footer-wrapper">
</footer>

</div>

<div id="main-menu" class="mobile-sidebar no-scrollbar mfp-hide">

	
	<div class="sidebar-menu no-scrollbar ">

		
					<ul class="nav nav-sidebar nav-vertical nav-uppercase" data-tab="1">
				<li id="menu-item-96145-ar" class="lang-item lang-item-3092 lang-item-ar lang-item-first menu-item menu-item-type-custom menu-item-object-custom menu-item-96145-ar"><a href="https://www.propertyfinder.ae/blog/ar/" hreflang="ar" lang="ar">عربي</a></li>
<li id="menu-item-156630" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-156630"><a href="https://www.propertyfinder.ae/blog/?page_id=155917">Home</a></li>
<li id="menu-item-96128" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-96128"><a href="https://www.propertyfinder.ae/blog/top-picks/">Top Picks</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li id="menu-item-96129" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96129"><a href="https://www.propertyfinder.ae/blog/top-picks/places-to-go/">Places To Go</a></li>
	<li id="menu-item-96130" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96130"><a href="https://www.propertyfinder.ae/blog/top-picks/staycations/">Staycations</a></li>
	<li id="menu-item-96131" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96131"><a href="https://www.propertyfinder.ae/blog/top-picks/things-to-do/">Things To Do</a></li>
	<li id="menu-item-97841" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-97841"><a href="https://www.propertyfinder.ae/blog/top-picks/education/">Education</a></li>
</ul>
</li>
<li id="menu-item-96132" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-96132"><a href="https://www.propertyfinder.ae/blog/home-fashion/">Lifestyle</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li id="menu-item-96133" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96133"><a href="https://www.propertyfinder.ae/blog/home-fashion/decor/">Decor</a></li>
	<li id="menu-item-97876" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-97876"><a href="https://www.propertyfinder.ae/blog/shopping/">Shopping</a></li>
	<li id="menu-item-96134" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96134"><a href="https://www.propertyfinder.ae/blog/home-fashion/tips-tricks/">Tips &amp; Tricks</a></li>
</ul>
</li>
<li id="menu-item-96135" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-96135"><a href="https://www.propertyfinder.ae/blog/the-guide/">The Guide</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li id="menu-item-96136" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96136"><a href="https://www.propertyfinder.ae/blog/the-guide/buyers-guide/">Buyer&#8217;s Guide</a></li>
	<li id="menu-item-96137" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96137"><a href="https://www.propertyfinder.ae/blog/the-guide/renters-guide/">Renter&#8217;s Guide</a></li>
	<li id="menu-item-97839" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-97839"><a href="https://www.propertyfinder.ae/blog/the-guide/service/">Service</a></li>
</ul>
</li>
<li id="menu-item-96138" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-96138"><a href="https://www.propertyfinder.ae/blog/where-to-live/">Where To Live</a>
<ul class="sub-menu nav-sidebar-ul children">
	<li id="menu-item-96139" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96139"><a href="https://www.propertyfinder.ae/blog/where-to-live/abu-dhabi-en/">Abu Dhabi</a></li>
	<li id="menu-item-96140" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96140"><a href="https://www.propertyfinder.ae/blog/where-to-live/dubai-en/">Dubai</a></li>
	<li id="menu-item-96141" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96141"><a href="https://www.propertyfinder.ae/blog/where-to-live/sharjah-en/">Sharjah</a></li>
	<li id="menu-item-98515" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-98515"><a href="https://www.propertyfinder.ae/blog/where-to-live/ajman/">Ajman</a></li>
	<li id="menu-item-98516" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-98516"><a href="https://www.propertyfinder.ae/blog/where-to-live/ras-al-khaimah/">Ras Al Khaimah</a></li>
</ul>
</li>
<li id="menu-item-96142" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96142"><a href="https://www.propertyfinder.ae/blog/laws-en/">Laws</a></li>
<li id="menu-item-96143" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96143"><a href="https://www.propertyfinder.ae/blog/latest-projects/">Latest Projects</a></li>
<li id="menu-item-96144" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-96144"><a href="https://www.propertyfinder.ae/blog/inside-propertyfinder/">Inside PF</a></li>
			</ul>
		
		
	</div>

	
</div>
    <!--BEGIN QUALTRICS WEBSITE FEEDBACK SNIPPET-->
    <script type='text/javascript'>
    (function(){var g=function(e,h,f,g){
    this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" "==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};
    this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
    this.check=function(){var a=this.get(f);if(a)a=a.split(":");else if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
    this.go=function(){if(this.check()){var a=document.createElement("script");a.type="text/javascript";a.src=g;document.body&&document.body.appendChild(a)}};
    this.start=function(){var t=this;"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",function(){t.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){t.go()}):t.go()};};
    try{(new g(100,"r","QSI_S_ZN_6L5rvUO20OiCOjA","https://zn6l5rvuo20oicoja-propertyfinder.siteintercept.qualtrics.com/SIE/?Q_ZID=ZN_6L5rvUO20OiCOjA")).start()}catch(i){}})();
    </script><div id='ZN_6L5rvUO20OiCOjA'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
    <!--END WEBSITE FEEDBACK SNIPPET-->
    <script src="https://static.elfsight.com/platform/platform.js" async></script>
    <style id='wp-block-paragraph-inline-css' type='text/css'>
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
</style>
<style id='wp-block-heading-inline-css' type='text/css'>
h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
</style>
<style id='wp-block-table-inline-css' type='text/css'>
.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}
</style>
<style id='wp-block-list-inline-css' type='text/css'>
ol,ul{box-sizing:border-box}:root :where(ul.has-background,ol.has-background){padding:1.25em 2.375em}
</style>
<link rel='stylesheet' id='pf-property-search-style-css' href='https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/css/pf-property-search.css?ver=1781029065' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #eb3a34;--wp--preset--color--secondary: #eb3a34;--wp--preset--color--success: #7a9c59;--wp--preset--color--alert: #b20000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-success-color{color: var(--wp--preset--color--success) !important;}.has-alert-color{color: var(--wp--preset--color--alert) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.has-alert-background-color{background-color: var(--wp--preset--color--alert) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.has-alert-border-color{border-color: var(--wp--preset--color--alert) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=5.9.5" id="swv-js"></script>
<script type="text/javascript" id="contact-form-7-js-extra">
/* <![CDATA[ */
var wpcf7 = {"api":{"root":"https:\/\/www.propertyfinder.ae\/blog\/wp-json\/","namespace":"contact-form-7\/v1"},"cached":"1"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/contact-form-7/includes/js/index.js?ver=5.9.5" id="contact-form-7-js"></script>
<script type="text/javascript" id="pt-cv-content-views-script-js-extra">
/* <![CDATA[ */
var PT_CV_PUBLIC = {"_prefix":"pt-cv-","page_to_show":"5","_nonce":"acafceaa0c","is_admin":"","is_mobile":"","ajaxurl":"https:\/\/www.propertyfinder.ae\/blog\/wp-admin\/admin-ajax.php","lang":"en","loading_image_src":"data:image\/gif;base64,R0lGODlhDwAPALMPAMrKygwMDJOTkz09PZWVla+vr3p6euTk5M7OzuXl5TMzMwAAAJmZmWZmZszMzP\/\/\/yH\/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAPACwAAAAADwAPAAAEQvDJaZaZOIcV8iQK8VRX4iTYoAwZ4iCYoAjZ4RxejhVNoT+mRGP4cyF4Pp0N98sBGIBMEMOotl6YZ3S61Bmbkm4mAgAh+QQFCgAPACwAAAAADQANAAAENPDJSRSZeA418itN8QiK8BiLITVsFiyBBIoYqnoewAD4xPw9iY4XLGYSjkQR4UAUD45DLwIAIfkEBQoADwAsAAAAAA8ACQAABC\/wyVlamTi3nSdgwFNdhEJgTJoNyoB9ISYoQmdjiZPcj7EYCAeCF1gEDo4Dz2eIAAAh+QQFCgAPACwCAAAADQANAAAEM\/DJBxiYeLKdX3IJZT1FU0iIg2RNKx3OkZVnZ98ToRD4MyiDnkAh6BkNC0MvsAj0kMpHBAAh+QQFCgAPACwGAAAACQAPAAAEMDC59KpFDll73HkAA2wVY5KgiK5b0RRoI6MuzG6EQqCDMlSGheEhUAgqgUUAFRySIgAh+QQFCgAPACwCAAIADQANAAAEM\/DJKZNLND\/kkKaHc3xk+QAMYDKsiaqmZCxGVjSFFCxB1vwy2oOgIDxuucxAMTAJFAJNBAAh+QQFCgAPACwAAAYADwAJAAAEMNAs86q1yaWwwv2Ig0jUZx3OYa4XoRAfwADXoAwfo1+CIjyFRuEho60aSNYlOPxEAAAh+QQFCgAPACwAAAIADQANAAAENPA9s4y8+IUVcqaWJ4qEQozSoAzoIyhCK2NFU2SJk0hNnyEOhKR2AzAAj4Pj4GE4W0bkJQIAOw==","is_mobile_tablet":"","sf_no_post_found":"No posts found.","lf__separator":","};
var PT_CV_PAGINATION = {"first":"\u00ab","prev":"\u2039","next":"\u203a","last":"\u00bb","goto_first":"Go to first page","goto_prev":"Go to previous page","goto_next":"Go to next page","goto_last":"Go to last page","current_page":"Current page is","goto_page":"Go to page"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=3.7.2" id="pt-cv-content-views-script-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/pt-content-views-pro/public/assets/js/cvpro.min.js?ver=5.16" id="pt-cv-public-pro-script-js"></script>
<script type="text/javascript" id="wpil-frontend-script-js-extra">
/* <![CDATA[ */
var wpilFrontend = {"ajaxUrl":"\/blog\/wp-admin\/admin-ajax.php","postId":"167027","postType":"post","openInternalInNewTab":"1","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/link-whisper-premium/js/frontend.min.js?ver=1717403856" id="wpil-frontend-script-js"></script>
<script type="text/javascript" id="custom-live-search-js-extra">
/* <![CDATA[ */
var ajax_object = {"ajax_url":"https:\/\/www.propertyfinder.ae\/blog\/wp-admin\/admin-ajax.php"};
var homeUrl = {"url":"https:\/\/www.propertyfinder.ae\/blog"};
var ajax_object = {"ajax_url":"https:\/\/www.propertyfinder.ae\/blog\/wp-admin\/admin-ajax.php","url":"https:\/\/www.propertyfinder.ae\/blog"};
var searchTranslations = {"searching":"Searching...","minCharsFormat":"Please enter at least %s characters...","invalidSearch":"Please enter a valid search term","noResults":"No result found","viewAll":"View All","searchError":"Search error occurred"};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/js/custom-live-search.js?ver=1781029065" id="custom-live-search-js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js" id="swiper-js-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-includes/js/hoverIntent.min.js?ver=1.10.2" id="hoverIntent-js"></script>
<script type="text/javascript" id="flatsome-js-js-extra">
/* <![CDATA[ */
var flatsomeVars = {"theme":{"version":"3.18.1"},"ajaxurl":"https:\/\/www.propertyfinder.ae\/blog\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/www.propertyfinder.ae\/blog\/wp-content\/themes\/flatsome\/assets\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Main Menu","toggleButton":"Toggle"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_disable_deselect":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_limited":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"0"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/assets/js/flatsome.js?ver=039f9485eef603e7c53a" id="flatsome-js-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js?ver=3.18.1" id="flatsome-wp-rocket-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=3.18.1" id="flatsome-live-search-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/slick/slick.js?ver=6.6.5" id="slick-js-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/ajax.js?ver=99.9" id="ajax-js-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/js/header.js?ver=1781029065" id="header-js-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/js/homepage.js?ver=1781029065" id="homepage-js-js"></script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/js/event-emitter.js?ver=11.1.16" id="event-emitter-js" async="async" data-wp-strategy="async"></script>
<script type="text/javascript" id="pf-property-search-script-js-extra">
/* <![CDATA[ */
var pf_property_search_params = {"ajax_url":"https:\/\/www.propertyfinder.ae\/blog\/wp-admin\/admin-ajax.php","nonce":"fda54c5d0e","language":"en","is_rtl":"","texts":{"buy":"Buy","rent":"Rent","selected_locations":"Selected locations","search_results":"Search results","no_results":"No results found","min_characters":"Please enter at least 2 characters","select_location":"Please select at least one location","more":"more","popular_locations":"Popular locations","recent_locations":"Recent locations"}};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/js/pf-property-search.js?ver=1781029065" id="pf-property-search-script-js"></script>
<script defer type="text/javascript" src="https://www.propertyfinder.ae/blog/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1717403790" id="akismet-frontend-js"></script>
<script type="text/javascript">
(function() {
				var expirationDate = new Date();
				expirationDate.setTime( expirationDate.getTime() + 31536000 * 1000 );
				document.cookie = "pll_language=en; expires=" + expirationDate.toUTCString() + "; path=/blog/; secure; SameSite=Lax";
			}());

</script>
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function () {
    if (document.querySelector('.citygridslider')) {
        var citygrid = new Swiper(".cityslider_loop", {
            spaceBetween: 16,
            slidesPerView: 2.7,
            speed: 800,
            navigation: {
                nextEl: ".citysliderarrow_next",
                prevEl: ".citysliderarrow_prev",
            },
            breakpoints: {
                100: { slidesPerView: 1.269 },
                640: { slidesPerView: 2.2 },
                768: { slidesPerView: 2.4 },
                1024: { slidesPerView: 2.7 },
            },
        });
    }
    
    const categorySliders = document.querySelectorAll('.categorytab_loop');
    
    categorySliders.forEach((slider, index) => {
        // Skip if already initialized
        if (slider.swiper) {
            return;
        }
        
        // Find the closest tab-content container
        const tabContent = slider.closest('.tab-content');
        if (!tabContent) {
            return;
        }
        
        // Find navigation within the same tab
        const navigation = tabContent.querySelector('.cityslider_navigation');
        if (!navigation) {
            return;
        }
        
        const nextBtn = navigation.querySelector('.categorytab_sliderarrow_next');
        const prevBtn = navigation.querySelector('.categorytab_sliderarrow_prev');
        
        if (!nextBtn || !prevBtn) {
            return;
        }
                
        try {
            const swiperInstance = new Swiper(slider, {
                spaceBetween: 16,
                slidesPerView: 3,
                slidesPerGroup: 3,
                speed: 800,
                navigation: {
                    nextEl: nextBtn,
                    prevEl: prevBtn,
                },
                pagination: {
                    el: slider.querySelector(".swiper-pagination"),
                    clickable: true
                },
                breakpoints: {
                    100: {
                        slidesPerView: 1.269,
                        slidesPerGroup: 1,
                        spaceBetween: 16,
                    },
                    640: {
                        slidesPerView: 2.2,
                        slidesPerGroup: 1,
                        spaceBetween: 20,
                    },
                    768: {
                        slidesPerView: 2.4,
                        slidesPerGroup: 1,
                        spaceBetween: 25,
                    },
                    1024: {
                        slidesPerView: 3,
                        slidesPerGroup: 3,
                        spaceBetween: 40,
                    },
                    1199: {
                        slidesPerView: 3,
                        slidesPerGroup: 3,
                        spaceBetween: 16,
                    },
                },
                observer: true,
                observeParents: true,
                on: {
                    init: function() {
                        // Update size after short delay
                        setTimeout(() => {
                            this.updateSize();
                            this.updateSlides();
                        }, 100);
                    },
                    slideChange: function() {
                    }
                }
            });
            
            // Store instance for debugging
            slider.swiperInstance = swiperInstance;
            
        } catch (error) {
        }
    });

    // Tab switching handler to refresh sliders when tabs change
    const tabButtons = document.querySelectorAll('.tab');
    if (tabButtons.length > 0) {
        tabButtons.forEach((button, index) => {
            button.addEventListener('click', function() {
                
                // Small delay to allow tab content to become visible
                setTimeout(() => {
                    const activeTabContent = document.querySelector('.tab-content.active');
                    if (activeTabContent) {
                        const activeSlider = activeTabContent.querySelector('.categorytab_loop');
                        if (activeSlider && activeSlider.swiperInstance) {
                            activeSlider.swiperInstance.updateSize();
                            activeSlider.swiperInstance.updateSlides();
                        }
                    }
                }, 100);
            });
        });
    }

    // Keep existing sliders as they are
    if (document.querySelector('.podcast_slider')) {
        var podcastSlider = new Swiper(".pcslider_loop", {
            spaceBetween: 16,
            slidesPerView: 3,
            slidesPerGroup: 3,
            speed: 800,
            navigation: {
                nextEl: '.podcast_slider_arrow_next',
                prevEl: '.podcast_slider_arrow_prev',
            },
            pagination: {
                el: ".swiper-pagination",
                clickable: true
            },
            breakpoints: {
                100: { slidesPerView: 1.269, slidesPerGroup: 1 },
                640: { slidesPerView: 2.2, slidesPerGroup: 1 },
                768: { slidesPerView: 2.4, slidesPerGroup: 1 },
                1024: { slidesPerView: 3, slidesPerGroup: 3 },
                1199: { slidesPerView: 3, slidesPerGroup: 3, spaceBetween: 16 },
            },
        });
    }

    if (document.querySelector('.tabslider')) {
        var tabSlider = new Swiper(".tabslider_loop", {
            spaceBetween: 84,
            slidesPerView: 3,
            slidesPerGroup: 3,
            speed: 800,
            autoHeight: true,
            updateOnWindowResize: true,
            observer: true,
            observeParents: true,
            pagination: {
                el: ".swiper-pagination",
                clickable: true
            },
            breakpoints: {
                100: { slidesPerView: 1.269, slidesPerGroup: 1, spaceBetween: 16 },
                640: { slidesPerView: 2.2, slidesPerGroup: 1, spaceBetween: 20 },
                768: { slidesPerView: 2.4, slidesPerGroup: 1, spaceBetween: 25 },
                1024: { slidesPerView: 3, slidesPerGroup: 3, spaceBetween: 40 },
                1199: { slidesPerView: 3, slidesPerGroup: 3, spaceBetween: 84 },
            },
            on: {
                init: function() {
                    setTimeout(() => this.updateAutoHeight(100), 100);
                },
                imagesReady: function() {
                    this.updateAutoHeight(100);
                },
                slideChangeTransitionEnd: function() {
                    this.updateAutoHeight(100);
                },
                resize: function() {
                    this.updateAutoHeight(100);
                }
            }
        });
        
        window.addEventListener('load', function() {
            if (tabSlider && tabSlider.updateAutoHeight) {
                tabSlider.updateAutoHeight(100);
            }
        });
    }
});

document.addEventListener('DOMContentLoaded', function() {
    // Get both sections
    const recentPostSection = document.querySelector('.page-id-97010 .ctm_recent_post_sec');
    const newsletterSection = document.querySelector('.page-id-97010 .ctm_home_newsletter_sec');
    
    if (recentPostSection && newsletterSection) {
        // Create a temporary marker
        const temp = document.createElement('div');
        
        // Insert temp marker before recent posts section
        recentPostSection.parentNode.insertBefore(temp, recentPostSection);
        
        // Move recent posts section before newsletter section
        newsletterSection.parentNode.insertBefore(recentPostSection, newsletterSection);
        
        // Move newsletter section to original position of recent posts
        temp.parentNode.insertBefore(newsletterSection, temp);
        
        // Remove temporary marker
        temp.remove();
    }
});

// jQuery(document).ready(function ($) {
//     if ($("body").hasClass("page-id-97010")) {
//         $("a").contents().filter(function () {
//             return this.nodeType === 3 && this.nodeValue.trim() === "Read";
//         }).replaceWith("اقرأ ");

//         $("a span").filter(function () {
//             return $(this).text().trim() === "Read";
//         }).text("اقرأ");
//     }
// });</script>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
setTimeout(function() {
    jQuery(document).ready(function(){
        if (jQuery('html').attr('lang') === 'en') {
			jQuery('.PostReadMore a').contents().filter(function() {
                return this.nodeType === 3 && jQuery(this).next().is('img');
            }).replaceWith('Read');
		}
    });
}, 1300);</script>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
    function adjustDateFormat(selector) {
        const dateDivs = document.querySelectorAll(selector);
        if (dateDivs.length > 0) {
            dateDivs.forEach(dateDiv => {
                const dateText = dateDiv.textContent;
                const adjustedDateText = dateText.replace(/,/, '،');
                dateDiv.textContent = adjustedDateText;
            });
        }
    }

    // Adjust date format for different selectors
    adjustDateFormat('.rtl .blog-post-inner .MetaDate');
    adjustDateFormat('.rtl .entry-date time');
    adjustDateFormat('.rtl .published-date time');
});</script>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
setTimeout(function() {
    jQuery(document).ready(function(){
        if (jQuery('html').attr('lang') === 'ar') {
//             jQuery('.search-field.mb-0').attr('placeholder', 'تبحث عن شيء معين؟');
//             jQuery('#search-form #live-search-input').attr('placeholder', 'تبحث عن شيء معين؟');
// 			jQuery('#view-all').text("عرض الكل");
//             jQuery('.PostReadMore a').contents().filter(function() {
//                 return this.nodeType === 3 && jQuery(this).next().is('img');
//             }).replaceWith('اقرأ');
//             jQuery('.header-logo').attr('src','https://www.propertyfinder.ae/blog/wp-content/uploads/2024/05/PF-Updated-Logo-AR.svg');
//             jQuery('.header-logo-dark').attr('src','https://www.propertyfinder.ae/blog/wp-content/uploads/2024/05/PF-Updated-Logo-AR.svg');
// 			jQuery('.ctm_menu_ar1_class button:eq(1)').remove();
// 			jQuery('.ctm_menu_ar2_class button:eq(1)').remove();
//             jQuery('#logo a').attr('href','https://www.propertyfinder.ae/ar');
//             jQuery("span.cust-blog-ftr-meta").text("هذا المقال تم نشره تحت فئة");
//             jQuery(".ctm-sidebar-posts-widget .widget-title span").text("أحدث الموضوعات");
            jQuery("h3.share-title").text("شارك عبر");
            jQuery("#breadcrumbs span span:first-child a").text("الرئيسية");
        }
		
    });
}, 1300);


document.addEventListener("DOMContentLoaded", function() {
    var elements = document.querySelectorAll(".rtl .entry-meta");
    elements.forEach(function(element) {
        if (element.textContent.includes("Posted On")) {
            element.textContent = element.textContent.replace("Posted On", "نشر في");
        }
    });
});</script>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->

<script>
jQuery(document).ready(function(){
    // Check if .pt-cv-content-item .terms exists
    if (jQuery('.pt-cv-content-item .terms').length > 0) {
        jQuery('.pt-cv-content-item .terms').each(function() {
            var $termsLinks2 = jQuery(this).find('a');
            $termsLinks2.slice(1).hide();
        });
    }

    // Check if .cust-sidebarcol .pt-cv-content-item .pt-cv-taxoterm exists
    if (jQuery('.cust-sidebarcol .pt-cv-content-item .pt-cv-taxoterm').length > 0) {
        jQuery('.cust-sidebarcol .pt-cv-content-item .pt-cv-taxoterm').each(function() {
            var $termsLinks3 = jQuery(this).find('a');
            $termsLinks3.slice(1).hide();
        });
    }

    // Check if .pt-cv-meta-fields exists
    if (jQuery('.pt-cv-meta-fields').length > 0) {
        jQuery('.pt-cv-meta-fields').each(function() {
            var spans = jQuery(this).find('span');
            if(spans.length >= 2) {
                spans.eq(1).addClass('cust-hide-dash');
            }
        });
    }
});
</script><!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
html[lang="en-US"] .single-post .nav-previous, 
html[lang="en-US"] .single-post .nav-next {
  display: flex;
}

html[lang="en-US"] .single-post .nav-previous a, 
html[lang="en-US"] .single-post .nav-next a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

html[lang="en-US"] .single-post .nav-previous a::before,
html[lang="en-US"] .single-post .nav-next a::after {
  font-family: fl-icons;
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

html[lang="en-US"] .single-post .nav-previous span,
html[lang="en-US"] .single-post .nav-next span {
  display: none;
}

html[lang="en-US"] .single-post .nav-previous a::before {
  content: "\f104";
  left: 0;
}

html[lang="en-US"] .single-post .nav-next a::after {
  content: "\f105";
  right: 0;
}

html[lang="ar"] .single-post .nav-previous, 
html[lang="ar"] .single-post .nav-next {
  display: flex;
}

html[lang="ar"] .single-post .nav-previous a, 
html[lang="ar"] .single-post .nav-next a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  direction: rtl;
}

html[lang="ar"] .single-post .nav-previous a::before,
html[lang="ar"] .single-post .nav-next a::after {
  font-family: fl-icons;
  font-size: 2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

html[lang="ar"] .single-post .nav-previous span,
html[lang="ar"] .single-post .nav-next span {
  display: none;
}

html[lang="ar"] .single-post .nav-previous a::before {
  content: "\f105";
  right: 0;
}

html[lang="ar"] .single-post .nav-next a::after {
  content: "\f104";
  left: 0;
}

@media(min-width: 768px) {
  html[lang="en-US"] .single-post .nav-previous a, 
  html[lang="en-US"] .single-post .nav-next a {
    max-width: 350px;
  }
  html[lang="ar"] .single-post .nav-previous a, 
  html[lang="ar"] .single-post .nav-next a {
    max-width: 350px;
  }
}

@media(min-width: 850px) {
  html[lang="en-US"] .single-post .nav-previous a, 
  html[lang="en-US"] .single-post .nav-next a {
    max-width: 300px;
  }
  html[lang="ar"] .single-post .nav-previous a, 
  html[lang="ar"] .single-post .nav-next a {
    max-width: 300px;
  }
}

@media(min-width: 1130px) and (max-width: 1199.99px) {
  html[lang="en-US"] .single-post .nav-previous a, 
  html[lang="en-US"] .single-post .nav-next a {
    max-width: 380px;
  }
  html[lang="ar"] .single-post .nav-previous a, 
  html[lang="ar"] .single-post .nav-next a {
    max-width: 380px;
  }
}

@media(min-width: 1200px) {
  html[lang="en-US"] .single-post .nav-previous a, 
  html[lang="en-US"] .single-post .nav-next a {
    max-width: 410px;
  }
  html[lang="ar"] .single-post .nav-previous a, 
  html[lang="ar"] .single-post .nav-next a {
    max-width: 410px;
  }
}

@media(max-width: 767px){
  html[lang="en-US"] .single-post .nav-previous a{
    text-align: left;
  }
  html[lang="en-US"] .single-post .nav-next a{
    text-align: right;
  }
  html[lang="en-US"] .single-post .nav-prev, 
  html[lang="en-US"] .single-post .nav-next{
    width: 100%;
  }
  html[lang="en-US"] .single-post .next-prev-nav{
    flex-direction: column;
  }
  html[lang="en-US"] .single-post .nav-prev{
    border-bottom: 1px solid #ececec;
  }
  html[lang="en-US"] .single-post .next-prev-nav .flex-col+.flex-col{
    border: none;
  }
  html[lang="ar"] .single-post .nav-previous a{
    text-align: right;
  }
  html[lang="ar"] .single-post .nav-next a{
    text-align: left;
  }
  html[lang="ar"] .single-post .nav-prev, 
  html[lang="ar"] .single-post .nav-next{
    width: 100%;
  }
  html[lang="ar"] .single-post .next-prev-nav{
    flex-direction: column;
  }
  html[lang="ar"] .single-post .nav-prev{
    border-bottom: 1px solid #ececec;
  }
  html[lang="ar"] .single-post .next-prev-nav .flex-col+.flex-col{
    border: none;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
<!-- start Simple Custom CSS and JS -->
<!-- <link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" /> -->
<style>
	.ctm_slider_in_content .cardlist a {
		position: relative;
		width: 100%;
		max-width: 100%;
	}
	.ctm_slider_in_content .cardlist a img{
		width: 100%;
		max-width: 100%;
		object-fit: cover !important;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;		
	}
	.ctm_slider_in_content .cardlist h2, .ctm_slider_in_content p{
		padding: 15px;
	}
	.ctm_slider_in_content p{
		padding-top: 0;
		padding-bottom: 0;
	}
	.ctm_slider_in_content .cardlist{
		border: 1px solid #C0C5D0;
		border-radius: 15px;
	}
	.ctm_slider_in_content .swiper-container{
		width: 90% !important;
		max-width: 97% !important;
		margin: 0 auto;
		overflow: hidden;
		box-sizing: border-box;
		padding-bottom: 50px !important;
	}
	.ctm_slider_in_content .swiper-container{
		position: relative;
	}
	.ctm_slider_in_content .swiper-button-prev, .ctm_slider_in_content .swiper-button-next{
		display: none;
	}
	.ctm_slider_in_content span.swiper-pagination-bullet {
		background-color: #F9BBB3 !important;
		height: 10px;
		width: 10px;
	}
	.ctm_slider_in_content span.swiper-pagination-bullet-active {
		background-color: #f05e4f !important;
	}

	@media(max-width: 767px){
		.ctm_slider_in_content .swiper-container{
			max-width: 90% !important;
			padding: 5px;
		}
	}
</style>


<!-- <script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script> -->

<script defer>
jQuery(document).ready(function($) {
    // Select the parent div with the class 'row'
    var rowDiv = document.querySelector('.col-inner .row:has(> div.pf-listing)');
    
    // Check if rowDiv exists
    if (rowDiv) {
        // Select all target divs within the row div
        var targetDivs = rowDiv.querySelectorAll('.pf-listing.col-xs-4');
        
        // Check if there are any target divs
        if (targetDivs.length > 0) {
            // Create a new div element with the class 'swiper-container'
            var swiperContainer = document.createElement('div');
            swiperContainer.classList.add('swiper-container');
            
            // Create a new div element with the class 'swiper-wrapper'
            var swiperWrapper = document.createElement('div');
            swiperWrapper.classList.add('swiper-wrapper');
            
            // Append swiper-wrapper to swiper-container
            swiperContainer.appendChild(swiperWrapper);
            
            // Iterate over each target div
            targetDivs.forEach(function(targetDiv) {
                // Create a new div element with the class 'swiper-slide'
                var swiperSlide = document.createElement('div');
                swiperSlide.classList.add('swiper-slide');
                
                // Move the target div inside the new swiper-slide element
                targetDiv.parentNode.insertBefore(swiperSlide, targetDiv);
                swiperSlide.appendChild(targetDiv);
                
                // Move the swiper-slide inside the swiper-wrapper
                swiperWrapper.appendChild(swiperSlide);
            });
            
            // Append swiper-container inside the original row div
            rowDiv.appendChild(swiperContainer);
            
            // Add navigation buttons (prev and next)
            var prevButton = document.createElement('div');
            prevButton.classList.add('swiper-button-prev');
            swiperContainer.appendChild(prevButton);
            
            var nextButton = document.createElement('div');
            nextButton.classList.add('swiper-button-next');
            swiperContainer.appendChild(nextButton);
            
            var paginationDiv = document.createElement('div');
            paginationDiv.classList.add('swiper-pagination');
            swiperContainer.appendChild(paginationDiv);
            
            // Initialize Swiper only if the necessary elements exist
            if (typeof Swiper !== 'undefined') {
                var mySwiper = new Swiper(swiperContainer, {
                    // Optional parameters
                    slidesPerView: 1,
                    spaceBetween: 15, // Space between slides
                    loop: true,
                    autoplay: {
                        delay: 2500,
                        disableOnInteraction: false,
                    },
                    navigation: false,
                    pagination: {
                        el: '.swiper-pagination', // Selector for pagination container
                        clickable: true, // Enable clickable pagination bullets
                    },
                    breakpoints: {
                        // when window width is >= 1920px (for larger screens)
                        1920: {
                            slidesPerView: 1, // Number of slides per view
                        },
                        // when window width is <= 768px (for mobile devices)
                        768: {
                            slidesPerView: 2,
                        }
                    }
                });
            }
            
            // Now, let's add an additional class to the specific rowDiv
            rowDiv.classList.add('ctm_slider_in_content');
        } else {
            console.log('No target divs found within the row');
        }
    }
});
</script><!-- end Simple Custom CSS and JS -->
<div id="pf-snackbar" class="snackbar_container"></div>

<section>
  <div class="footer-bg">
    <div class="blog-container">
      <div class="footer-content">
                <!-- Footer Logo Section -->
        <div class="footer-logo">
                      <a href="https://www.propertyfinder.ae/">
              <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/Property-Finder-Blog-Logo.svg" alt="Logo">
            </a>
                  </div>

        <!-- Property Finder Table -->
        <div class="property-finder">
                        <h4 class="footer-header">Property Finder</h4>
          <ul id="menu-footer-menu-1-en" class="menu-verticle"><li id="menu-item-169600" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169600"><a href="https://www.propertyfinder.ae/en/about-us.html">About us</a></li>
<li id="menu-item-169601" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169601"><a href="https://www.propertyfinder.com/careers/">Careers</a></li>
</ul>        </div>

        <!-- Real Estate Table -->
        <div class="real-estate">
                        <h4 class="footer-header">Real Estate Professionals</h4>
          <ul id="menu-footer-menu-2-en" class="menu-verticle"><li id="menu-item-169608" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169608"><a href="https://www.propertyfinder.ae/partnerhub/">Partner Hub</a></li>
<li id="menu-item-169609" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169609"><a href="https://expert.propertyfinder.ae/auth/sign-in?_gl=1*1qwzrcc*_gcl_au*NDg3ODc5ODg2LjE3NDU5MTE3MTI.*_ga*OTY3MDg5Mjg4LjE3NDU5MTE3MTM.*_ga_WC7F61HJCT*MTc0NTkxMjE5MS4xLjEuMTc0NTkxMjIzOC4xMy4wLjEyMjUwMzAwNTA.">PF Expert</a></li>
</ul>        </div>
      </div>

      <!-- Download App Section -->
              <div class="download-app">
                                    <a href="https://apps.apple.com/ae/app/property-finder-real-estate/id897540233" target="_blank">
                <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/app-store-img.svg" alt="App Store">
              </a>
                      
                                    <a href="https://play.google.com/store/apps/details?id=ae.propertyfinder.propertyfinder&#038;gl=ae&#038;hl=en&#038;pli=1" target="_blank">
                <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/play-store-img.svg" alt="Google Play">
              </a>
                      
                                    <a href="https://appgallery.huawei.com/app/C105081471" target="_blank">
                <img src="https://www.propertyfinder.ae/blog/wp-content/uploads/2025/07/app-gallery-img.svg" alt="App Gallery">
              </a>
                              </div>
      
      <!-- Footer Policy Links Section -->
      <div class="pf-footer-policy">
        <ul id="menu-footer-menu-3-en" class="footer-policy-list"><li id="menu-item-169616" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169616"><a href="https://www.propertyfinder.ae/en/terms-and-conditions.html">Terms &#038; Conditions</a></li>
<li id="menu-item-169617" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169617"><a href="https://www.propertyfinder.ae/en/privacy-policy.html">Privacy Policy</a></li>
<li id="menu-item-169618" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169618"><a href="https://www.propertyfinder.ae/en/cookies-policy.html">Cookies Policy</a></li>
<li id="menu-item-169619" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-169619"><a href="https://www.propertyfinder.ae/en/h-sitemap/rent/dubai">Sitemap</a></li>
</ul>        <div class="pf-police-select">
          <div class="select-wrapper">
            <div class="custom-footer-select">
              <a class="language-switch" href="https://www.propertyfinder.ae/blog/ar/">عربي</a>
              <div class="country-dropdown desktop-footer">
                <button id="dropdownTrigger" class="dropdown-trigger" type="button">
                  <span class="flag-label">
                    <span class="flag-icon-footer-footer">
                      <svg width="24" height="24" aria-label="UAE Flag" role="img" focusable="false">
                        <use xlink:href="#uae_flag_icon"></use>
                      </svg>
                    </span>
                    <span id="selected-country">UAE</span>
                  </span>
                  <span class="dropdown-arrow-footer">
                    <svg width="25" height="25">
                      <use xlink:href="#dropdown_icon"></use>
                    </svg>
                  </span>
                </button>

                
                <div id="dropdownMenu" class="dropdown-menu hidden">
                                                            <a href="https://propertyfinder.ae/"
                        data-key="uae"
                        data-country="UAE"
                        data-flag="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/uae_flag_icon"
                        class="selected">
                        <svg width="25" height="25">
                          <use xlink:href="#uae_flag_icon"></use>
                        </svg>
                        UAE                      </a>
                                                                                <a href="https://www.propertyfinder.bh/"
                        data-key="bahrain"
                        data-country="Bahrain"
                        data-flag="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/bahrain_flag_icon"
                        class="">
                        <svg width="25" height="25">
                          <use xlink:href="#bahrain_flag_icon"></use>
                        </svg>
                        Bahrain                      </a>
                                                                                <a href="https://www.propertyfinder.eg/"
                        data-key="egypt"
                        data-country="Egypt"
                        data-flag="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/egypt_flag_icon"
                        class="">
                        <svg width="25" height="25">
                          <use xlink:href="#egypt_flag_icon"></use>
                        </svg>
                        Egypt                      </a>
                                                                                <a href="https://www.propertyfinder.qa/"
                        data-key="qatar"
                        data-country="Qatar"
                        data-flag="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/qatar_flag_icon"
                        class="">
                        <svg width="25" height="25">
                          <use xlink:href="#qatar_flag_icon"></use>
                        </svg>
                        Qatar                      </a>
                                                                                <a href="https://www.propertyfinder.sa/"
                        data-key="saudi"
                        data-country="Saudi"
                        data-flag="https://www.propertyfinder.ae/blog/wp-content/themes/pf-blog-child/assets/images/saudi_flag_icon"
                        class="">
                        <svg width="25" height="25">
                          <use xlink:href="#saudi_flag_icon"></use>
                        </svg>
                        Saudi                      </a>
                                                      </div>
              </div>

              <div class="country-list mobile-footer">
                <div class="dropdown-container">
                  <button id="dropdown-trigger" class="dropdown-trigger">
                    <span class="flag-container">
                      <span class="flag-icon">
                        <svg width="25" height="25">
                          <use xlink:href="#uae_flag_icon"></use>
                        </svg>
                      </span>
                    </span>
                  </button>
                                    <select id="country-select-ftr" class="country-select" name="country-selector">
                    <option value="https://propertyfinder.ae/" selected>
                      UAE                    </option>
                    <option value="https://www.propertyfinder.bh/">
                      Bahrain                    </option>
                    <option value="https://www.propertyfinder.eg/">
                      Egypt                    </option>
                    <option value="https://www.propertyfinder.qa/">
                      Qatar                    </option>
                    <option value="https://www.propertyfinder.sa/">
                      Saudi                    </option>
                  </select>
                  <script>
                    document.getElementById('country-select-ftr').addEventListener('change', function() {
                      window.location.href = this.value;
                    });
                  </script>
                </div>
              </div>
            </div>
          </div>

          <div class="socia-icon">
                          <div class="social-icons-wrapper">
                                      <div class="social-icons">
                        <a href="https://x.com/propertyfinder" target="_blank">
                          <svg width="37" height="37">
                            <use xlink:href="#x_icon"></use>
                          </svg>
                        </a>
                      </div>
                                      <div class="social-icons">
                        <a href="https://www.facebook.com/propertyfinderuae/" target="_blank">
                          <svg width="37" height="37">
                            <use xlink:href="#facebook_icon"></use>
                          </svg>
                        </a>
                      </div>
                                      <div class="social-icons">
                        <a href="https://www.instagram.com/propertyfinder/" target="_blank">
                          <svg width="37" height="37">
                            <use xlink:href="#instagram_icon"></use>
                          </svg>
                        </a>
                      </div>
                                      <div class="social-icons">
                        <a href="https://www.linkedin.com/company/propertyfinder-ae" target="_blank">
                          <svg width="37" height="37">
                            <use xlink:href="#linkdin_icon"></use>
                          </svg>
                        </a>
                      </div>
                              </div>
                      </div>
        </div>
      </div>
    </div>
  </div>
</section>
</body>

</html>