{"id":21281,"date":"2024-09-12T12:51:39","date_gmt":"2024-09-12T08:51:39","guid":{"rendered":"https:\/\/onplan.ae\/?post_type=property&#038;p=21281"},"modified":"2025-01-07T10:31:48","modified_gmt":"2025-01-07T06:31:48","slug":"legado-by-prescott","status":"publish","type":"property","link":"https:\/\/onplan.ae\/ar\/property\/legado-by-prescott\/","title":{"rendered":"Legado by Prescott"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<style>\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    text-align: center;\n  }\n  th, td {\n    border: 1px solid black;\n    padding: 8px;\n    width: 33.33%; \/* Ensures all columns have the same width *\/\n  }\n  th {\n    background-color: #f2f2f2;\n  }\n  caption {\n    font-weight: bold;\n    margin-bottom: 10px;\n  }\n<\/style>\n\n<\/head>\n<body>\n\n<table>\n\n  <thead>\n    <tr>\n      <th>\u0627\u0644\u0648\u062d\u062f\u0627\u062a<\/th>\n      <th>\u0627\u0644\u0645\u0633\u0627\u062d\u0629 \u0628\u0627\u0644\u0642\u062f\u0645 \u0627\u0644\u0645\u0631\u0628\u0639\u0629<\/th>\n      <th>\u0627\u0644\u0633\u0639\u0631 \u0627\u0644\u0645\u0628\u062f\u0626\u064a (\u0628\u0627\u0644\u062f\u0631\u0647\u0645)<\/th>\n    <\/tr>\n  <\/thead>\n  <tbody>\n    <tr>\n      <td>\u0627\u0633\u062a\u0648\u062f\u064a\u0648<\/td>\n      <td>378 &#8211; 590<\/td>\n      <td>650,000<\/td>\n    <\/tr>\n    <tr>\n      <td>\u063a\u0631\u0641\u0629 \u0646\u0648\u0645 \u0648\u0627\u062d\u062f\u0629<\/td>\n      <td>574 &#8211; 1,178<\/td>\n      <td>875,000<\/td>\n    <\/tr>\n    <tr>\n      <td>\u063a\u0631\u0641\u062a\u064a \u0646\u0648\u0645<\/td>\n      <td>1,493 &#8211; 1,555.17<\/td>\n      <td>1,700,000 &#8211; 1,800,000<\/td>\n    <\/tr>\n    <tr>\n      <td>3 Bedroom + Maid<\/td>\n      <td>1,544.19 &#8211; 1,574<\/td>\n      <td>1,800,000 &#8211; 1,900,000<\/td>\n    <\/tr>\n  <\/tbody>\n<\/table>\n\n<\/body>\n<\/html>\n<br>\n\n\n\n<p>Experience the epitome of modern living at Legado by Prescott, a 34-story residential masterpiece located in the heart of Jumeirah Village Circle (JVC), Dubai. Offering breathtaking views of the Dubai skyline and lush community landscapes, Legado features a range of premium apartments, from studios to 3-bedroom units. With over 30 world-class amenities, including a kids\u2019 splash park, coworking hub, and infinity pool, it\u2019s designed for resort-style living. Enjoy the perfect blend of contemporary design, smart home technology, and ultimate comfort, all just minutes away from Dubai\u2019s top attractions.<\/p>\n\n\n\n<br>\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Amenities and Proximities<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        \/* Amenities CSS *\/\n        .amenities-container {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        .amenity {\n            display: flex;\n            align-items: center;\n            flex: 1 1 250px;\n            padding: 15px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        .amenity:hover {\n            transform: translateY(-5px);\n        }\n        .amenity i {\n            margin-right: 20px;\n            color: #f7c025;\n        }\n        .amenity[dir=\"rtl\"] i {\n            margin-left: 20px;\n            margin-right: 0;\n        }\n        .amenity-text {\n            flex-grow: 1;\n            font-size: 1.1em;\n        }\n        .dropdown-button, .close-button {\n            display: none;\n            background-color: #f7c025;\n            color: white;\n            padding: 10px 20px;\n            border: none;\n            border-radius: 5px;\n            margin: 10px 0;\n            cursor: pointer;\n            font-size: 1.2em;\n        }\n        @media (max-width: 768px) {\n            .dropdown-button {\n                display: block;\n            }\n            .amenities-container {\n                display: none;\n                flex-direction: column;\n                align-items: stretch;\n                gap: 10px;\n            }\n            .amenity {\n                flex: 1 1 auto;\n                margin: 0 20px;\n            }\n            .amenity i {\n                font-size: 1.8em;\n                margin-right: 0;\n                margin-bottom: 10px;\n            }\n            .amenity[dir=\"rtl\"] i {\n                margin-left: 0;\n                margin-right: 0;\n            }\n            .amenity-text {\n                font-size: 0.9em;\n            }\n            .close-button {\n                display: block;\n                margin: 0 20px;\n            }\n        }\n\n        \/* Proximities CSS *\/\n        .proximities-container {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 20px;\n            margin-top: 20px;\n        }\n        .proximity {\n            display: flex;\n            align-items: center;\n            flex: 1 1 250px;\n            padding: 15px;\n            background-color: #f9f9f9;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n            text-align: center;\n        }\n        .proximity:hover {\n            transform: translateY(-5px);\n        }\n        .proximity-column {\n            margin-right: 20px;\n            color: #f7c025;\n        }\n        .proximity[dir=\"rtl\"] .proximity-column {\n            margin-left: 20px;\n            margin-right: 0;\n        }\n        .proximity-details {\n            flex-grow: 1;\n        }\n        .proximity i {\n            margin-left: 20px;\n            margin-right: 20px;\n        }\n        .place-name {\n            font-size: 1.1em;\n            margin-bottom: 5px;\n        }\n        .travel-time {\n            color: #666;\n        }\n        .dropdown-button-proximity, .close-button-proximity {\n            display: none;\n            background-color: #f7c025;\n            color: white;\n            padding: 10px 20px;\n            border: none;\n            border-radius: 5px;\n            margin: 10px 0;\n            cursor: pointer;\n            font-size: 1.2em;\n        }\n        @media (max-width: 768px) {\n            .dropdown-button-proximity {\n                display: block;\n            }\n            .proximities-container {\n                display: none;\n                flex-direction: column;\n                align-items: stretch;\n                gap: 10px;\n            }\n            .proximity {\n                flex: 1 1 auto;\n                margin-bottom: 0 20px;\n            }\n            .proximity-column {\n                margin-right: 15px;\n            }\n            .proximity[dir=\"rtl\"] .proximity-column {\n                margin-right: 0;\n                margin-left: 0px;\n            }\n            .place-name, .travel-time {\n                font-size: 0.9em;\n            }\n            .close-button-proximity {\n                display: block;\n                margin: 0 20px;\n            }\n            \n        }\n    <\/style>\n<\/head>\n<body>\n    <h5 class=\"heading-large-screen\">\u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0645\u0648\u062c\u0648\u062f\u0647 \u0641\u064a \u0627\u0644\u0645\u0628\u0646\u064a<\/h5>\n    <!-- Amenities Section -->\n    <button class=\"dropdown-button\">\u0639\u0631\u0636 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u0631\u0627\u062d\u0629<\/button>\n    <div class=\"amenities-container\">\n        <button class=\"close-button\">\u0642\u0631\u064a\u0628<\/button>\n    \n        <!-- Kids' Amenities -->\n        <div class=\"amenity\">\n            <i class=\"fas fa-child fa-2x\"><\/i>\n            <span class=\"amenity-text\">Kids&#8217; Splash Park<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-swimmer fa-2x\"><\/i>\n            <span class=\"amenity-text\">Kids&#8217; Pool<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-running fa-2x\"><\/i>\n            <span class=\"amenity-text\">Kids&#8217; Jogging Track<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-dumbbell fa-2x\"><\/i>\n            <span class=\"amenity-text\">Rope Climbing<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-basketball-ball fa-2x\"><\/i>\n            <span class=\"amenity-text\">Kids&#8217; Basketball Court<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-play fa-2x\"><\/i>\n            <span class=\"amenity-text\">Kids Play Zone<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-child fa-2x\"><\/i>\n            <span class=\"amenity-text\">\u0645\u0646\u0637\u0642\u0629 \u0644\u0639\u0628 \u062f\u0627\u062e\u0644\u064a\u0629 \u0644\u0644\u0623\u0637\u0641\u0627\u0644<\/span>\n        <\/div>\n    \n        <!-- Recreational -->\n        <div class=\"amenity\">\n            <i class=\"fas fa-swimming-pool fa-2x\"><\/i>\n            <span class=\"amenity-text\">\u0628\u0631\u0643\u0629 \u0644\u0627 \u0646\u0647\u0627\u0626\u064a\u0629<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-sun fa-2x\"><\/i>\n            <span class=\"amenity-text\">Sunbathing Deck<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-chair fa-2x\"><\/i>\n            <span class=\"amenity-text\">Poolside Cabana<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-table-tennis fa-2x\"><\/i>\n            <span class=\"amenity-text\">Table Tennis Court<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-praying-hands fa-2x\"><\/i>\n            <span class=\"amenity-text\">Zen Meditation Decks<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-gamepad fa-2x\"><\/i>\n            <span class=\"amenity-text\">Video Game Stations<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-billiards fa-2x\"><\/i>\n            <span class=\"amenity-text\">Billiards Table<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-football fa-2x\"><\/i>\n            <span class=\"amenity-text\">Football<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-basketball-ball fa-2x\"><\/i>\n            <span class=\"amenity-text\">Arcade Basketball<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-racing-flag fa-2x\"><\/i>\n            <span class=\"amenity-text\">Racing Simulator<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-film fa-2x\"><\/i>\n            <span class=\"amenity-text\">Multilevel Cinema<\/span>\n        <\/div>\n    \n        <!-- Social & Leisure Spaces -->\n        <div class=\"amenity\">\n            <i class=\"fas fa-users fa-2x\"><\/i>\n            <span class=\"amenity-text\">Exclusive Clubhouse<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-briefcase fa-2x\"><\/i>\n            <span class=\"amenity-text\">Coworking Hub<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-coffee fa-2x\"><\/i>\n            <span class=\"amenity-text\">Gourmet Coffee Bar<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-book fa-2x\"><\/i>\n            <span class=\"amenity-text\">Library<\/span>\n        <\/div>\n    \n        <!-- Wellness & Fitness -->\n        <div class=\"amenity\">\n            <i class=\"fas fa-dumbbell fa-2x\"><\/i>\n            <span class=\"amenity-text\">Equipped Fitness Studio<\/span>\n        <\/div>\n    \n        <!-- Ground Floor Features -->\n        <div class=\"amenity\">\n            <i class=\"fas fa-hotel fa-2x\"><\/i>\n            <span class=\"amenity-text\">Elegant Lobby<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-concierge-bell fa-2x\"><\/i>\n            <span class=\"amenity-text\">24\/7 Concierge Service<\/span>\n        <\/div>\n        <div class=\"amenity\">\n            <i class=\"fas fa-parking fa-2x\"><\/i>\n            <span class=\"amenity-text\">Valet Parking<\/span>\n        <\/div>\n    \n        <button class=\"close-button\">\u0642\u0631\u064a\u0628<\/button>\n    <\/div>\n    \n\n\n\n    <br>\n    <h5 class=\"heading-large-screen\">\u0645\u0648\u0642\u0639 \u0645\u062b\u0627\u0644\u064a \u0644\u0623\u0633\u0644\u0648\u0628 \u062d\u064a\u0627\u062a\u0643<\/h5>\n    \n\n <!-- Proximities Section --> \n<button class=\"dropdown-button-proximity\">\u0639\u0631\u0636 \u0627\u0644\u0642\u0631\u0628<\/button>\n<div class=\"proximities-container\">\n    <button class=\"close-button-proximity\">\u0642\u0631\u064a\u0628<\/button>\n    \n    <!-- Within 10 Minutes -->\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-shopping-cart fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0633\u064a\u0631\u0643\u0644 \u0645\u0648\u0644<\/div>\n            <div class=\"travel-time\">10 \u062f\u0642\u0627\u0626\u0642<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Within 15 Minutes -->\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-shopping-bag fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0645\u0648\u0644 \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a<\/div>\n            <div class=\"travel-time\">15 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-golf-ball fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">Emirates Golf Club<\/div>\n            <div class=\"travel-time\">15 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Within 20 Minutes -->\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-city fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0645\u0631\u0633\u0649 \u062f\u0628\u064a<\/div>\n            <div class=\"travel-time\">20 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-tree fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0634\u0627\u0637\u0626 \u062c\u0645\u064a\u0631\u0627<\/div>\n            <div class=\"travel-time\">20 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-landmark fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">Burj Khalifa, Downtown<\/div>\n            <div class=\"travel-time\">20 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Within 25-30 Minutes -->\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-plane-departure fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0645\u0637\u0627\u0631 \u062f\u0628\u064a \u0627\u0644\u062f\u0648\u0644\u064a<\/div>\n            <div class=\"travel-time\">25 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-plane-arrival fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0645\u0637\u0627\u0631 \u0622\u0644 \u0645\u0643\u062a\u0648\u0645 \u0627\u0644\u062f\u0648\u0644\u064a<\/div>\n            <div class=\"travel-time\">30 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Within 20 Minutes -->\n    <div class=\"proximity\">\n        <div class=\"proximity-column\">\n            <i class=\"fas fa-globe fa-2x\"><\/i>\n        <\/div>\n        <div class=\"proximity-details\">\n            <div class=\"place-name\">\u0627\u0644\u0642\u0631\u064a\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a\u0629<\/div>\n            <div class=\"travel-time\">20 \u062f\u0642\u064a\u0642\u0629<\/div>\n        <\/div>\n    <\/div>\n\n    <button class=\"close-button-proximity\">\u0642\u0631\u064a\u0628<\/button>\n<\/div>\n\n\n\n\n\n    <script>\n        \/\/ Amenities\n        document.querySelector('.dropdown-button').addEventListener('click', function() {\n            document.querySelector('.amenities-container').style.display = 'flex';\n            this.style.display = 'none';\n        });\n        document.querySelectorAll('.close-button').forEach(button => {\n            button.addEventListener('click', function() {\n                document.querySelector('.amenities-container').style.display = 'none';\n                document.querySelector('.dropdown-button').style.display = 'block';\n            });\n        });\n\n        \/\/ Proximities\n        document.querySelector('.dropdown-button-proximity').addEventListener('click', function() {\n            document.querySelector('.proximities-container').style.display = 'flex';\n            this.style.display = 'none';\n        });\n        document.querySelectorAll('.close-button-proximity').forEach(button => {\n            button.addEventListener('click', function() {\n                document.querySelector('.proximities-container').style.display = 'none';\n                document.querySelector('.dropdown-button-proximity').style.display = 'block';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n<br>\n\n\n\n<br>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Legado by Prescott Payment Plan<\/title>\n    <style>\n        .payment-plan-widget {\n            width: 100%;\n            max-width: auto;\n            margin: auto;\n            padding: 20px;\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);\n        }\n        .payment-plan-widget .header {\n            text-align: center;\n            margin-bottom: 20px;\n            font-size: 1.8em;\n            background: -webkit-linear-gradient(left, #0072ff, #00c6ff);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .payment-plan-widget .content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .payment-plan-widget .chart-container {\n            width: 100%;\n            max-width: 400px;\n            margin-bottom: 20px;\n        }\n        .payment-plan-widget .table {\n            width: 100%;\n            max-width: auto;\n            border-collapse: collapse;\n        }\n        .payment-plan-widget .table th,\n        .payment-plan-widget .table td {\n            border: 1px solid #ddd;\n            padding: 8px;\n            text-align: center;\n        }\n        .payment-plan-widget .table th {\n            background-color: #f2f2f2;\n            color: black;\n        }\n        .payment-plan-widget .footer {\n            text-align: center;\n            font-size: 0.9em;\n            color: #777;\n            margin-top: 20px;\n        }\n        @media (max-width: 768px) {\n            .payment-plan-widget {\n                width: 100%;\n                max-width: auto;\n                padding: 0px;\n            }\n            .payment-plan-widget .content {\n                text-align: center;\n            }\n            .payment-plan-widget .chart-container {\n                width: 100%;\n                max-width: auto;\n            }\n            .payment-plan-widget .table th,\n            .payment-plan-widget .table td {\n                font-size: 0.9em;\n                padding: 6px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"payment-plan-widget\">\n        <div class=\"header\">Legado by Prescott Payment Plan &#8211; Standard (60\/40)<\/div>\n        <div class=\"content\">\n            <div class=\"chart-container\">\n                <canvas id=\"paymentChartStandard\"><\/canvas>\n            <\/div>\n            <table class=\"table\">\n                <thead>\n                    <tr>\n                        <th>\u0627\u0644\u062f\u0641\u0639\u0629<\/th>\n                        <th>\u0627\u0644\u0646\u0633\u0628\u0629<\/th>\n                        <th>\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u0642\u062f\u0645<\/td>\n                        <td>20%<\/td>\n                        <td>&#8211;<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u064a\u0646\u0627\u064a\u0631 2025<\/td>\n                        <td>10%<\/td>\n                        <td>\u064a\u0646\u0627\u064a\u0631 2025<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2025<\/td>\n                        <td>5%<\/td>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2025<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u0623\u0643\u062a\u0648\u0628\u0631 2025<\/td>\n                        <td>5%<\/td>\n                        <td>\u0623\u0643\u062a\u0648\u0628\u0631 2025<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u0641\u0628\u0631\u0627\u064a\u0631 2026<\/td>\n                        <td>5%<\/td>\n                        <td>\u0641\u0628\u0631\u0627\u064a\u0631 2026<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2026<\/td>\n                        <td>5%<\/td>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2026<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>October 2026<\/td>\n                        <td>5%<\/td>\n                        <td>October 2026<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>February 2027<\/td>\n                        <td>5%<\/td>\n                        <td>February 2027<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Upon Handover<\/td>\n                        <td>40%<\/td>\n                        <td>Q4 2027<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n\n    <div class=\"payment-plan-widget\">\n        <div class=\"header\">Legado by Prescott Payment Plan &#8211; Post-Handover (60\/10\/30)<\/div>\n        <div class=\"content\">\n            <div class=\"chart-container\">\n                <canvas id=\"paymentChartPostHandover\"><\/canvas>\n            <\/div>\n            <table class=\"table\">\n                <thead>\n                    <tr>\n                        <th>\u0627\u0644\u062f\u0641\u0639\u0629<\/th>\n                        <th>\u0627\u0644\u0646\u0633\u0628\u0629<\/th>\n                        <th>\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0627\u0633\u062a\u062d\u0642\u0627\u0642<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>\u0627\u0644\u062f\u0641\u0639 \u0627\u0644\u0645\u0642\u062f\u0645<\/td>\n                        <td>20%<\/td>\n                        <td>&#8211;<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u064a\u0646\u0627\u064a\u0631 2025<\/td>\n                        <td>10%<\/td>\n                        <td>\u064a\u0646\u0627\u064a\u0631 2025<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2025<\/td>\n                        <td>5%<\/td>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2025<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u0623\u0643\u062a\u0648\u0628\u0631 2025<\/td>\n                        <td>5%<\/td>\n                        <td>\u0623\u0643\u062a\u0648\u0628\u0631 2025<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u0641\u0628\u0631\u0627\u064a\u0631 2026<\/td>\n                        <td>5%<\/td>\n                        <td>\u0641\u0628\u0631\u0627\u064a\u0631 2026<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2026<\/td>\n                        <td>5%<\/td>\n                        <td>\u064a\u0648\u0646\u064a\u0648 2026<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>October 2026<\/td>\n                        <td>5%<\/td>\n                        <td>October 2026<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>February 2027<\/td>\n                        <td>5%<\/td>\n                        <td>February 2027<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Upon Handover<\/td>\n                        <td>10%<\/td>\n                        <td>Q4 2027<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Post-Handover (3 Years)<\/td>\n                        <td>30%<\/td>\n                        <td>Q4 2027 &#8211; Q4 2030 (2.5% Every Quarter)<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            <div class=\"footer\">\n                <p>( \u062a\u0637\u0628\u0642 \u0631\u0633\u0648\u0645 \u062f\u0627\u0626\u0631\u0629 \u0627\u0644\u0623\u0631\u0627\u0636\u064a \u0648\u0627\u0644\u0623\u0645\u0644\u0627\u0643 )<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <script>\n        const ctxStandard = document.getElementById('paymentChartStandard').getContext('2d');\n        const dataStandard = {\n            labels: [\n                'Downpayment',\n                'January 2025',\n                'June 2025',\n                'October 2025',\n                'February 2026',\n                'June 2026',\n                'October 2026',\n                'February 2027',\n                'Handover (Q4 2027)'\n            ],\n            datasets: [{\n                data: [20, 10, 5, 5, 5, 5, 5, 5, 40],\n                backgroundColor: [\n                    'rgba(54, 162, 235, 0.6)',\n                    'rgba(255, 99, 132, 0.6)',\n                    'rgba(255, 206, 86, 0.6)',\n                    'rgba(75, 192, 192, 0.6)',\n                    'rgba(153, 102, 255, 0.6)',\n                    'rgba(255, 159, 64, 0.6)',\n                    'rgba(54, 162, 235, 0.6)',\n                    'rgba(75, 192, 192, 0.6)',\n                    'rgba(255, 99, 132, 0.6)'\n                ],\n                borderColor: [\n                    'rgba(54, 162, 235, 1)',\n                    'rgba(255, 99, 132, 1)',\n                    'rgba(255, 206, 86, 1)',\n                    'rgba(75, 192, 192, 1)',\n                    'rgba(153, 102, 255, 1)',\n                    'rgba(255, 159, 64, 1)',\n                    'rgba(54, 162, 235, 1)',\n                    'rgba(75, 192, 192, 1)',\n                    'rgba(255, 99, 132, 1)'\n                ],\n                borderWidth: 1\n            }]\n        };\n\n        const options = {\n            responsive: true,\n            maintainAspectRatio: false,\n            animation: {\n                duration: 2000,\n                easing: 'easeOutBounce'\n            },\n            plugins: {\n                legend: {\n                    position: 'top'\n                },\n                tooltip: {\n                    callbacks: {\n                        label: function(tooltipItem) {\n                            return tooltipItem.raw + \"%\";\n                        }\n                    }\n                }\n            }\n        };\n\n        new Chart(ctxStandard, {\n            type: 'doughnut',\n            data: dataStandard,\n            options: options\n        });\n\n        const ctxPostHandover = document.getElementById('paymentChartPostHandover').getContext('2d');\n        const dataPostHandover = {\n            labels: [\n                'Downpayment',\n                'January 2025',\n                'June 2025',\n                'October 2025',\n                'February 2026',\n                'June 2026',\n                'October 2026',\n                'February 2027',\n                'Handover (Q4 2027)',\n                'Post-Handover (3 Years)'\n            ],\n            datasets: [{\n                data: [20, 10, 5, 5, 5, 5, 5, 5, 10, 30],\n                backgroundColor: [\n                    'rgba(54, 162, 235, 0.6)',\n                    'rgba(255, 99, 132, 0.6)',\n                    'rgba(255, 206, 86, 0.6)',\n                    'rgba(75, 192, 192, 0.6)',\n                    'rgba(153, 102, 255, 0.6)',\n                    'rgba(255, 159, 64, 0.6)',\n                    'rgba(54, 162, 235, 0.6)',\n                    'rgba(75, 192, 192, 0.6)',\n                    'rgba(255, 99, 132, 0.6)',\n                    'rgba(153, 102, 255, 0.6)'\n                ],\n                borderColor: [\n                    'rgba(54, 162, 235, 1)',\n                    'rgba(255, 99, 132, 1)',\n                    'rgba(255, 206, 86, 1)',\n                    'rgba(75, 192, 192, 1)',\n                    'rgba(153, 102, 255, 1)',\n                    'rgba(255, 159, 64, 1)',\n                    'rgba(54, 162, 235, 1)',\n                    'rgba(75, 192, 192, 1)',\n                    'rgba(255, 99, 132, 1)',\n                    'rgba(153, 102, 255, 1)'\n                ],\n                borderWidth: 1\n            }]\n        };\n\n        new Chart(ctxPostHandover, {\n            type: 'doughnut',\n            data: dataPostHandover,\n            options: options\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Units Area Sq. ft Starting Price (in AED) Studio 378 &#8211; 590 650,000 1 Bedroom 574 &#8211; 1,178 875,000 2 Bedroom 1,493 &#8211; 1,555.17 1,700,000 &#8211; 1,800,000 3 Bedroom + Maid 1,544.19 &#8211; 1,574 1,800,000 &#8211; 1,900,000 Experience the epitome of modern living at Legado by Prescott, a 34-story residential masterpiece located in the heart [&hellip;]<\/p>","protected":false},"author":1,"featured_media":21283,"parent":0,"menu_order":0,"template":"","property_type":[1562],"property_status":[1540],"property_feature":[1533,1535,1537,1541,1542,1543,1544,1547,1548,1555,1556,1559,1560,1561],"property_label":[1569],"property_country":[1557],"property_state":[],"property_city":[1538],"property_area":[],"class_list":["post-21281","property","type-property","status-publish","has-post-thumbnail","hentry","property_type-apartment","property_status-for-sale","property_feature-air-conditioning","property_feature-barbeque","property_feature-dryer","property_feature-gym","property_feature-laundry","property_feature-lawn","property_feature-microwave","property_feature-outdoor-shower","property_feature-refrigerator","property_feature-swimming-pool","property_feature-tv-cable","property_feature-washer","property_feature-wifi","property_feature-window-coverings","property_label-off-plan","property_country-united-arab-emirates","property_city-dubai"],"aioseo_notices":[],"property_meta":{"_edit_lock":["1736231838:1"],"_edit_last":["1"],"fave_show_price_placeholder":["0"],"fave_property_map":["1"],"fave_property_location":["25.046176,55.204827,15"],"houzez_geolocation_lat":["25.046176"],"houzez_geolocation_long":["55.204827"],"fave_property_map_street_view":["hide"],"fave_featured":["1"],"houzez_featured_listing_date":["2024-09-12 11:39:23"],"fave_loggedintoview":["0"],"fave_agent_display_option":["agency_info"],"fave_prop_homeslider":["no"],"fave_single_top_area":["global"],"fave_single_content_area":["global"],"_aioseo_title":[null],"_aioseo_description":[null],"_aioseo_keywords":["a:0:{}"],"_aioseo_og_title":[null],"_aioseo_og_description":[null],"_aioseo_og_article_section":[""],"_aioseo_og_article_tags":["a:0:{}"],"_aioseo_twitter_title":[null],"_aioseo_twitter_description":[null],"houzez_manual_expire":["0"],"_houzez_expiration_date_status":["saved"],"fave_property_price":["650,000"],"fave_property_price_prefix":["Starting"],"_thumbnail_id":["21283"],"fave_property_price_placeholder":["Price On Request"],"fave_property_bedrooms":["Studio - 1 - 2 - 3+Maid"],"fave_property_bathrooms":["2 - 3 - 4"],"fave_property_garage":["1"],"fave_property_map_address":["Legado by Prescott, JVC - Dubai - United Arab Emirates"],"houzez_total_property_views":["1449"],"houzez_views_by_date":["a:61:{s:10:\"02-16-2026\";i:6;s:10:\"02-17-2026\";i:1;s:10:\"02-18-2026\";i:3;s:10:\"02-19-2026\";i:3;s:10:\"02-20-2026\";i:3;s:10:\"02-22-2026\";i:1;s:10:\"02-23-2026\";i:7;s:10:\"02-24-2026\";i:5;s:10:\"02-25-2026\";i:4;s:10:\"02-26-2026\";i:5;s:10:\"02-27-2026\";i:7;s:10:\"02-28-2026\";i:9;s:10:\"03-01-2026\";i:11;s:10:\"03-02-2026\";i:9;s:10:\"03-03-2026\";i:1;s:10:\"03-04-2026\";i:2;s:10:\"03-05-2026\";i:2;s:10:\"03-06-2026\";i:8;s:10:\"03-07-2026\";i:2;s:10:\"03-08-2026\";i:3;s:10:\"03-10-2026\";i:2;s:10:\"03-11-2026\";i:4;s:10:\"03-12-2026\";i:7;s:10:\"03-13-2026\";i:5;s:10:\"03-14-2026\";i:2;s:10:\"03-15-2026\";i:6;s:10:\"03-16-2026\";i:2;s:10:\"03-17-2026\";i:1;s:10:\"03-18-2026\";i:3;s:10:\"03-19-2026\";i:4;s:10:\"03-20-2026\";i:4;s:10:\"03-21-2026\";i:1;s:10:\"03-22-2026\";i:3;s:10:\"03-23-2026\";i:5;s:10:\"03-24-2026\";i:3;s:10:\"03-25-2026\";i:2;s:10:\"03-26-2026\";i:3;s:10:\"03-27-2026\";i:3;s:10:\"03-28-2026\";i:4;s:10:\"03-29-2026\";i:2;s:10:\"03-30-2026\";i:5;s:10:\"03-31-2026\";i:1;s:10:\"04-01-2026\";i:4;s:10:\"04-02-2026\";i:2;s:10:\"04-03-2026\";i:3;s:10:\"04-04-2026\";i:5;s:10:\"04-05-2026\";i:1;s:10:\"04-06-2026\";i:7;s:10:\"04-07-2026\";i:2;s:10:\"04-08-2026\";i:2;s:10:\"04-09-2026\";i:1;s:10:\"04-10-2026\";i:4;s:10:\"04-12-2026\";i:1;s:10:\"04-14-2026\";i:10;s:10:\"04-15-2026\";i:3;s:10:\"04-16-2026\";i:2;s:10:\"04-17-2026\";i:1;s:10:\"04-18-2026\";i:1;s:10:\"04-19-2026\";i:1;s:10:\"04-20-2026\";i:1;s:10:\"04-21-2026\";i:6;}"],"houzez_recently_viewed":["2026-04-21 22:34:58"],"_monsterinsights_sitenote_active":["0"],"fave_property_agency":["20516"],"fave_property_images":["21283","21285","21284","21296","21300","21286","21287","21288","21289","21290","21291","21292","21293","21294","21295","21297","21298","21299","21301"],"fave_attachments":["21343","21341","21342"]},"_links":{"self":[{"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/properties\/21281","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/properties"}],"about":[{"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/types\/property"}],"author":[{"embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/properties\/21281\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/media\/21283"}],"wp:attachment":[{"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/media?parent=21281"}],"wp:term":[{"taxonomy":"property_type","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_type?post=21281"},{"taxonomy":"property_status","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_status?post=21281"},{"taxonomy":"property_feature","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_feature?post=21281"},{"taxonomy":"property_label","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_label?post=21281"},{"taxonomy":"property_country","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_country?post=21281"},{"taxonomy":"property_state","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_state?post=21281"},{"taxonomy":"property_city","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_city?post=21281"},{"taxonomy":"property_area","embeddable":true,"href":"https:\/\/onplan.ae\/ar\/wp-json\/wp\/v2\/property_area?post=21281"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}