{"id":18,"date":"2026-06-12T05:39:42","date_gmt":"2026-06-12T05:39:42","guid":{"rendered":"https:\/\/jun1.wpjan.online\/?page_id=18"},"modified":"2026-07-10T11:20:44","modified_gmt":"2026-07-10T11:20:44","slug":"featured-listings","status":"publish","type":"page","link":"https:\/\/helios17.thestackly.in\/?page_id=18","title":{"rendered":"Featured Listings"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d4d7a2 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"9d4d7a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38156a1 elementor-widget elementor-widget-heading\" data-id=\"38156a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FEATURED LISTINGS<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be1dfcb e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"be1dfcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24440c5 elementor-widget elementor-widget-html\" data-id=\"24440c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Blog Section<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\nbody{\r\n    background:#492C0A;\r\n}\r\n\r\n.blog-section{\r\n    width:100%;\r\n    padding:80px 60px;\r\n}\r\n\r\n.blog-container{\r\n    max-width:1320px;\r\n    margin:auto;\r\n    display:grid;\r\n    grid-template-columns:repeat(2,1fr);\r\n    gap:30px;\r\n}\r\n\r\n.blog-card{\r\n    background: #fff;\r\n    padding: 25px;\r\n    border-radius: 12px;\r\n    animation: zoomIn 0.9s ease forwards;\r\n}\r\n\r\n@keyframes zoomIn{\r\n    from{\r\n        opacity: 0;\r\n        transform: scale(0.8);\r\n    }\r\n    to{\r\n        opacity: 1;\r\n        transform: scale(1);\r\n    }\r\n}\r\n\r\n.blog-card:hover{\r\n    transform:translateY(-8px);\r\n}\r\n\r\n.blog-image{\r\n    overflow:hidden;\r\n    border-radius:12px;\r\n}\r\n\r\n.blog-image img{\r\n    width:100%;\r\n    height:300px;\r\n    object-fit:cover;\r\n    display:block;\r\n    transition:.5s;\r\n}\r\n\r\n.blog-card:hover .blog-image img{\r\n    transform:scale(1.08);\r\n}\r\n\r\n.blog-meta{\r\n    display:flex;\r\n    gap:15px;\r\n    align-items:center;\r\n    color:#B77E3F;\r\n    font-family: \"Montserrat\";\r\n    font-size:16px;\r\n    margin:22px 0 15px;\r\n}\r\n\r\n.blog-title{\r\n    font-size:25px;\r\n    font-weight:600;\r\n    line-height:1.3;\r\n    color:#492C0A;\r\n    font-family: \"Artifika\";\r\n}\r\n\r\n.blog-bottom{\r\n    margin-top:35px;\r\n    padding-top:25px;\r\n    border-top:1px solid #d6d6d6;\r\n}\r\n\r\n.blog-btn{\r\n    width:58px;\r\n    height:58px;\r\n    background:#492C0A;\r\n    border-radius:50%;\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    text-decoration:none !important;\r\n    border:none;\r\n    outline:none;\r\n    box-shadow:none;\r\n    color:#fff;\r\n    font-size:28px;\r\n}\r\n\r\n.blog-btn:hover{\r\n    transform:rotate(-45deg);\r\n    color:#fff ;\r\n}\r\n\r\n\/* 1024px *\/\r\n\r\n@media(max-width:1024px){\r\n\r\n    .blog-title{\r\n        font-size:30px;\r\n    }\r\n\r\n    .blog-image img{\r\n        height:230px;\r\n    }\r\n\r\n}\r\n\r\n\/* 768px *\/\r\n\r\n@media(max-width:768px){\r\n\r\n    .blog-container{\r\n        grid-template-columns:1fr;\r\n    }\r\n\r\n    .blog-title{\r\n        font-size:28px;\r\n    }\r\n\r\n}\r\n\r\n\/* 767px *\/\r\n\r\n@media(max-width:767px){\r\n\r\n    .blog-section{\r\n        padding:60px 30px;\r\n    }\r\n\r\n    .blog-card{\r\n        padding:20px;\r\n    }\r\n\r\n    .blog-image img{\r\n        height:220px;\r\n    }\r\n\r\n}\r\n\r\n\/* 425px *\/\r\n\r\n@media(max-width:425px){\r\n\r\n    .blog-title{\r\n        font-size:24px;\r\n    }\r\n\r\n    .blog-meta{\r\n        font-size:14px;\r\n        flex-wrap:wrap;\r\n        gap:8px;\r\n    }\r\n\r\n    .blog-btn{\r\n        width:52px;\r\n        height:52px;\r\n        font-size:24px;\r\n    }\r\n\r\n}\r\n\r\n\/* 375px *\/\r\n\r\n@media(max-width:375px){\r\n\r\n    .blog-title{\r\n        font-size:21px;\r\n    }\r\n\r\n    .blog-image img{\r\n        height:200px;\r\n    }\r\n\r\n    .blog-card{\r\n        padding:15px;\r\n    }\r\n\r\n}\r\n@keyframes zoomIn {\r\n    from {\r\n        opacity: 0;\r\n        transform: scale(0.8);\r\n    }\r\n    to {\r\n        opacity: 1;\r\n        transform: scale(1);\r\n    }\r\n}\r\n\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<section class=\"blog-section\">\r\n\r\n    <div class=\"blog-container\">\r\n\r\n        <!-- Card 1 -->\r\n\r\n        <div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/andrew-kayani-h5xs9jZtOUs-unsplash-2-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Luxury Villa<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>June 15, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n                Oakwood Heights Residence\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n        <!-- Card 2 -->\r\n\r\n        <div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/andrew-kayani-jF0p5AaZnxI-unsplash-3-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Premium Property<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>June 18, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n               Silver Creek Manor\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n<div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/andre-francois-mckenzie-XlGwDBZh_mM-unsplash-1-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Luxury Residence<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>June 20, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n              Skyline Grand Residences\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n<div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/lotus-design-n-print-n5RsUiVf5T0-unsplash-3-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Modern Villa<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>June 22, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n              Harmony Hills Estate\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n<div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/francesca-tosolini-tDVvS8eOMig-unsplash-1-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Exclusive Homes<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>June 25, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n                The Crestwood Collection\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n<div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/pexels-artbovich-6538930-3-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Premium Living<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>June 28, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n                Riverstone Luxury Villas\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n<div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/pexels-curtis-adams-1694007-10486225-2-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Luxury Community<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>July 02, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n               Westbrook Signature Homes\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n<div class=\"blog-card\">\r\n\r\n            <div class=\"blog-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/pexels-dan-hadley-360599-8927360-scaled.jpg\" alt=\"\">\r\n            <\/div>\r\n\r\n            <div class=\"blog-meta\">\r\n                <span>Elite Residences<\/span>\r\n                <span>\u2022<\/span>\r\n                <span>July 05, 2026<\/span>\r\n            <\/div>\r\n\r\n            <h3 class=\"blog-title\">\r\n                Starlight Manor Estate\r\n            <\/h3>\r\n\r\n            <div class=\"blog-bottom\">\r\n                <a href=\"https:\/\/helios17.thestackly.in\/?page_id=22\" class=\"blog-btn\">\u2192<\/a>\r\n            <\/div>\r\n\r\n        <\/div>\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dfe095 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"3dfe095\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f36c64e elementor-widget elementor-widget-heading\" data-id=\"f36c64e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Happy Clients<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8fa28e3 elementor-widget elementor-widget-text-editor\" data-id=\"8fa28e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Our clients&#8217; satisfaction is the foundation of our success. From first-time homebuyers to seasoned investors<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ccfeeea e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no e-con e-parent\" data-id=\"ccfeeea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-bca890f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"bca890f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-865c20e elementor-widget elementor-widget-elementskit-testimonial\" data-id=\"865c20e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-testimonial.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"elementskit-testimonial-slider ekit_testimonial_style_5 arrow_inside \" data-config=\"{&quot;rtl&quot;:false,&quot;arrows&quot;:false,&quot;dots&quot;:false,&quot;pauseOnHover&quot;:false,&quot;autoplay&quot;:false,&quot;speed&quot;:1000,&quot;slidesPerGroup&quot;:1,&quot;slidesPerView&quot;:1,&quot;loop&quot;:true,&quot;spaceBetween&quot;:15,&quot;breakpoints&quot;:{&quot;320&quot;:{&quot;slidesPerView&quot;:&quot;1&quot;,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:10},&quot;768&quot;:{&quot;slidesPerView&quot;:&quot;2&quot;,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:10},&quot;1024&quot;:{&quot;slidesPerView&quot;:1,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:15}}}\">\n\t<div class=\"ekit-main-swiper swiper\">\n\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-42f3647\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>Behind the word mountains\n from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details client_left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/michael.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/michael.png 317w, https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/michael-258x300.png 258w\" sizes=\"(max-width: 317px) 100vw, 317px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Jhone Smith<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Emma Wilson<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-e78b0e2\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>Behind the word mountains\n from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details client_left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/daniel-2.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/daniel-2.png 326w, https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/daniel-2-265x300.png 265w\" sizes=\"(max-width: 326px) 100vw, 326px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Russel Hall<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">James Thompson<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-19a1b7e\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>Behind the word mountains\n from the countries Vokalia and Consonantia, there live the blind. texts. Separated they.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details client_left\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/olivia-5.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/olivia-5.png 320w, https:\/\/helios17.thestackly.in\/wp-content\/uploads\/2026\/06\/olivia-5-258x300.png 258w\" sizes=\"(max-width: 320px) 100vw, 320px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Imily<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Olivia Martinez<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t<\/div>\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5711a2f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no elementor-invisible e-con e-child\" data-id=\"5711a2f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;zoomIn&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>FEATURED LISTINGS Blog Section Luxury Villa \u2022 June 15, 2026 Oakwood Heights Residence \u2192 Premium Property \u2022 June 18, 2026 Silver Creek Manor \u2192 Luxury Residence \u2022 June 20, 2026 Skyline Grand Residences \u2192 Modern Villa \u2022 June 22, 2026 Harmony Hills Estate \u2192 Exclusive Homes \u2022 June 25, 2026 The Crestwood Collection \u2192 Premium Living \u2022 June 28, 2026 Riverstone Luxury Villas \u2192 Luxury Community \u2022 July 02, 2026 Westbrook Signature Homes \u2192 Elite Residences \u2022 July 05, 2026 Starlight Manor Estate \u2192 Happy Clients Our clients&#8217; satisfaction is the foundation of our success. From first-time homebuyers to seasoned investors Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they. Jhone Smith Emma Wilson Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they. Russel Hall James Thompson Behind the word mountains from the countries Vokalia and Consonantia, there live the blind. texts. Separated they. Imily Olivia Martinez<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":5,"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":2146,"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/2146"}],"wp:attachment":[{"href":"https:\/\/helios17.thestackly.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}