{"id":179802,"date":"2025-05-20T16:10:25","date_gmt":"2025-05-20T16:10:25","guid":{"rendered":"https:\/\/enrg.realty\/enrg-hawaii\/?page_id=179802"},"modified":"2026-01-22T15:27:17","modified_gmt":"2026-01-22T15:27:17","slug":"homev2","status":"publish","type":"page","link":"https:\/\/enrg.realty\/enrg-hawaii\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"179802\" class=\"elementor elementor-179802\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76b4057 e-flex e-con-boxed e-con e-parent\" data-id=\"76b4057\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fbe54e3 elementor-widget elementor-widget-html\" data-id=\"fbe54e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>Hawaii Real Estate - ENRG Realty<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .hero-section {\n            height: 100vh;\n            min-height: 667px; \/* iPhone standard *\/\n            position: relative;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            overflow: hidden;\n        }\n\n        \/* Video Background *\/\n        .hero-video {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            z-index: 1;\n            \/* Improve video appearance *\/\n            image-rendering: -webkit-optimize-contrast;\n            image-rendering: -moz-crisp-edges;\n            image-rendering: crisp-edges;\n            filter: contrast(1.1) saturate(1.1);\n        }\n\n        \/* Light Overlay *\/\n        .hero-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.3);\n            z-index: 2;\n        }\n\n        \/* Main Content Container *\/\n        .hero-container {\n            position: relative;\n            z-index: 3;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 40px;\n            width: 100%;\n            text-align: center;\n            color: white;\n        }\n\n        \/* Headlines *\/\n        .hero-headline {\n            font-size: 4.5rem;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 20px;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n        }\n\n        .hero-subtext {\n            font-size: 1.5rem;\n            font-weight: 300;\n            color: white;\n            margin-bottom: 60px;\n            line-height: 1.4;\n            opacity: 0.95;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Three Column Layout - Search CTA wider *\/\n        .three-column-cta {\n            display: grid;\n            grid-template-columns: 1.5fr 1fr 1fr;\n            gap: 20px;\n            max-width: 1100px;\n            margin: 0 auto;\n        }\n\n        \/* CTA Containers *\/\n        .cta-container {\n            background: rgba(255, 255, 255, 0.15);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            border-radius: 12px;\n            padding: 32px 24px;\n            backdrop-filter: blur(15px);\n            -webkit-backdrop-filter: blur(15px);\n            transition: all 0.3s ease;\n            text-align: center;\n            position: relative;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            min-height: 320px;\n            z-index: 1;\n        }\n\n        .cta-container:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: translateY(-4px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);\n        }\n\n        \/* First CTA container (with search widget) needs higher z-index *\/\n        .cta-container:first-child {\n            z-index: 10;\n        }\n\n        .cta-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            color: white;\n            margin-bottom: 16px;\n            line-height: 1.3;\n        }\n\n        .cta-subtitle {\n            font-size: 1rem;\n            font-weight: 400;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 24px;\n            line-height: 1.4;\n        }\n\n        \/* Search Widget Container *\/\n        .search-widget-area {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            padding: 20px 0;\n            min-height: 80px;\n            position: relative;\n            z-index: 100;\n        }\n\n        \/* RealScout Widget Styles *\/\n        realscout-simple-search {\n            width: 100%;\n            display: block;\n            position: relative;\n            z-index: 100;\n        }\n\n        \/* Override RealScout widget input styling *\/\n        realscout-simple-search input,\n        realscout-simple-search .rs-input,\n        realscout-simple-search .search-input {\n            width: 100% !important;\n            min-width: 250px !important;\n            white-space: nowrap !important;\n            text-overflow: ellipsis !important;\n            font-size: 14px !important;\n            padding: 12px 16px !important;\n        }\n\n        \/* CTA Buttons *\/\n        .cta-button {\n            display: inline-block;\n            padding: 16px 28px;\n            background: #FFFFFF;\n            color: #1E005E;\n            font-size: 1rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 0.02em;\n            border: none;\n            cursor: pointer;\n            width: 100%;\n            margin-top: auto;\n        }\n\n        .cta-button:hover {\n            background: #F5F5F5;\n            color: #1E005E;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .hero-section {\n                height: auto;\n                min-height: 100vh;\n                padding: 20px 0 40px;\n            }\n\n            .hero-container {\n                padding: 0 24px;\n            }\n\n            .hero-headline {\n                font-size: 2.8rem;\n                margin-bottom: 12px;\n            }\n\n            .hero-subtext {\n                font-size: 1.1rem;\n                margin-bottom: 32px;\n            }\n\n            \/* Reduce gap to fit more content above fold *\/\n            .three-column-cta {\n                grid-template-columns: 1fr;\n                gap: 12px;\n                max-width: 400px;\n            }\n\n            .cta-container {\n                padding: 24px 20px;\n                min-height: 260px;\n            }\n\n            \/* Ensure search container stays on top on mobile *\/\n            .cta-container:first-child {\n                z-index: 20;\n            }\n\n            .search-widget-area {\n                z-index: 150;\n            }\n\n            .cta-title {\n                font-size: 1.1rem;\n                margin-bottom: 10px;\n            }\n\n            .cta-subtitle {\n                font-size: 0.85rem;\n                margin-bottom: 16px;\n            }\n\n            .cta-button {\n                padding: 14px 24px;\n                font-size: 0.9rem;\n            }\n\n            \/* Push third CTA below fold more definitively *\/\n            .three-column-cta .cta-container:nth-child(3) {\n                margin-top: 16px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-container {\n                padding: 0 20px;\n            }\n\n            .hero-section {\n                padding: 5px 0 20px;\n            }\n\n            \/* Even more aggressive positioning for small mobile *\/\n            .hero-video {\n                object-position: 40% 80% !important;\n                transform: scale(1.3) !important;\n            }\n\n            .hero-headline {\n                font-size: 2.2rem;\n                margin-bottom: 8px;\n            }\n\n            .hero-subtext {\n                font-size: 0.9rem;\n                margin-bottom: 20px;\n                line-height: 1.3;\n            }\n\n            .three-column-cta .cta-container:first-child {\n                margin-bottom: 12px;\n            }\n\n            .cta-container {\n                padding: 16px 12px;\n                min-height: 140px;\n            }\n\n            .cta-title {\n                font-size: 1rem;\n                margin-bottom: 6px;\n            }\n\n            .cta-subtitle {\n                font-size: 0.75rem;\n                margin-bottom: 12px;\n                line-height: 1.2;\n            }\n\n            .cta-button {\n                padding: 10px 16px;\n                font-size: 0.8rem;\n            }\n\n            .search-widget-area {\n                padding: 8px 0;\n            }\n\n            .three-column-cta {\n                gap: 8px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"hero-section\">\n        <!-- Background Video -->\n        <video autoplay muted loop playsinline class=\"hero-video\">\n            <source src=\"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/09\/Homepage-Videos-3.mp4\" type=\"video\/mp4\">\n        <\/video>\n\n        <!-- Overlay -->\n        <div class=\"hero-overlay\"><\/div>\n\n        <!-- Main Content -->\n        <div class=\"hero-container\">\n            <h1 class=\"hero-headline\">Aloha & Welcome to ENRG Realty<\/h1>\n            <p class=\"hero-subtext\">\n                Your trusted advisor for Hawai\u02bbi Real Estate\n            <\/p>\n\n            <!-- Three Column Layout -->\n            <div class=\"three-column-cta\">\n                <!-- Search Properties CTA -->\n                <div class=\"cta-container\">\n                    <div>\n                        <h2 class=\"cta-title\">Search Properties<\/h2>\n                        <p class=\"cta-subtitle\">Explore Maui & O\u02bbahu listings with advanced search filters<\/p>\n                    <\/div>\n                    <div class=\"search-widget-area\">\n                        <realscout-simple-search agent-encoded-id=\"QWdlbnQtMjk1MjQ4\"><\/realscout-simple-search>\n                    <\/div>\n                <\/div>\n\n                <!-- Home Value CTA -->\n                <div class=\"cta-container\">\n                    <div>\n                        <h2 class=\"cta-title\">Get Your Home Value<\/h2>\n                        <p class=\"cta-subtitle\">Instant valuation + custom report for your Hawai\u02bbi property<\/p>\n                    <\/div>\n                    <a href=\"https:\/\/enrg.realty\/enrg-hawaii\/sell\/\" class=\"cta-button\">Get My Value<\/a>\n                <\/div>\n\n                <!-- Schedule Chat CTA -->\n                <div class=\"cta-container\">\n                    <div>\n                        <h2 class=\"cta-title\">Schedule a 15-Minute Chat<\/h2>\n                        <p class=\"cta-subtitle\">Map out a clear plan for your real estate goals<\/p>\n                    <\/div>\n                    <a href=\"https:\/\/enrg.realty\/enrg-hawaii\/contact\" class=\"cta-button\">Let's Talk<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd373ed e-flex e-con-boxed e-con e-parent\" data-id=\"fd373ed\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-203b099 elementor-widget elementor-widget-html\" data-id=\"203b099\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>About Our Hawaii Office<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n* {\nmargin: 0;\npadding: 0;\nbox-sizing: border-box;\n}\n\n.connect-module {\nbackground: #FFFFFF;\npadding: 80px 32px;\nfont-family: 'Plus Jakarta Sans', sans-serif;\nposition: relative;\noverflow: hidden;\n}\n\n.connect-container {\nmax-width: 1200px;\nmargin: 0 auto;\ntext-align: left;\nposition: relative;\nz-index: 2;\n}\n\n.connect-content {\ndisplay: grid;\ngrid-template-columns: 1fr 500px;\ngap: 60px;\nalign-items: center;\nwidth: 100%;\nmax-width: none;\n}\n\n.content-text {\nmax-width: 600px;\n}\n\n.content-image {\nposition: relative;\n}\n\n.content-image img {\nwidth: 100%;\nheight: 400px;\nobject-fit: cover;\nborder-radius: 12px;\nbox-shadow: 0 16px 48px rgba(30, 0, 94, 0.12);\ntransition: all 0.3s ease;\nopacity: 0;\ntransform: translateX(30px);\nanimation: slideInRight 1s ease 0.4s forwards;\n}\n\n.content-image img:hover {\ntransform: translateY(-4px) translateX(0);\nbox-shadow: 0 24px 64px rgba(30, 0, 94, 0.16);\n}\n\n@keyframes slideInRight {\nto {\nopacity: 1;\ntransform: translateX(0);\n}\n}\n\n.connect-eyebrow {\nfont-size: 0.9rem;\nfont-weight: 500;\ncolor: #1E005E;\ntext-transform: uppercase;\nletter-spacing: 0.1em;\nmargin-bottom: 16px;\nopacity: 0;\ntransform: translateY(20px);\nanimation: slideInUp 0.8s ease 0.2s forwards;\n}\n\n.connect-title {\nfont-size: 3.2rem;\nfont-weight: 600;\ncolor: #111111;\nline-height: 1.1;\nmargin-bottom: 24px;\nletter-spacing: -0.02em;\nopacity: 0;\ntransform: translateY(30px);\nanimation: slideInUp 0.8s ease 0.4s forwards;\n}\n\n.connect-description {\nfont-size: 1.125rem;\nfont-weight: 400;\ncolor: #666666;\nline-height: 1.6;\nmargin-bottom: 40px;\nopacity: 0;\ntransform: translateY(20px);\nanimation: slideInUp 0.8s ease 0.6s forwards;\n}\n\n.connect-cta {\ndisplay: inline-flex;\nalign-items: center;\nbackground: #1E005E;\ncolor: #FFFFFF !important;\npadding: 18px 32px;\nborder-radius: 2px;\ntext-decoration: none;\nfont-weight: 500;\nfont-size: 1rem;\nletter-spacing: 0.02em;\ntransition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\nborder: 2px solid #1E005E;\nopacity: 0;\ntransform: translateY(20px);\nanimation: slideInUp 0.8s ease 0.8s forwards;\nposition: relative;\noverflow: hidden;\n}\n\n.connect-cta::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: -100%;\nwidth: 100%;\nheight: 100%;\nbackground: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);\ntransition: left 0.5s ease;\n}\n\n.connect-cta:hover::before {\nleft: 100%;\n}\n\n.connect-cta:hover {\nbackground: #FFFFFF;\ncolor: #1E005E !important;\ntransform: translateY(-2px);\nbox-shadow: 0 8px 32px rgba(30, 0, 94, 0.12);\n}\n\n.connect-arrow {\nmargin-left: 12px;\ntransition: transform 0.3s ease;\nfont-size: 14px;\n}\n\n.connect-cta:hover .connect-arrow {\ntransform: translateX(4px);\n}\n\n\/* Background decoration *\/\n.connect-module::before {\ncontent: '';\nposition: absolute;\ntop: -50%;\nright: -20%;\nwidth: 600px;\nheight: 600px;\nbackground: radial-gradient(circle, rgba(30, 0, 94, 0.03) 0%, transparent 70%);\nborder-radius: 50%;\nanimation: float 6s ease-in-out infinite;\n}\n\n.connect-module::after {\ncontent: '';\nposition: absolute;\nbottom: -30%;\nleft: -10%;\nwidth: 400px;\nheight: 400px;\nbackground: radial-gradient(circle, rgba(238, 238, 238, 0.4) 0%, transparent 70%);\nborder-radius: 50%;\nanimation: float 8s ease-in-out infinite reverse;\n}\n\n@keyframes slideInUp {\nto {\nopacity: 1;\ntransform: translateY(0);\n}\n}\n\n@keyframes float {\n0%, 100% { transform: translateY(0px) rotate(0deg); }\n50% { transform: translateY(-20px) rotate(2deg); }\n}\n\n\/* Mobile responsive *\/\n@media (max-width: 768px) {\n.connect-module {\npadding: 60px 20px;\n}\n\n.connect-content {\ngrid-template-columns: 1fr;\ngap: 40px;\ntext-align: center;\n}\n\n.content-image {\norder: -1;\n}\n\n.content-image img {\nheight: 300px;\n}\n\n.connect-title {\nfont-size: 2.5rem;\n}\n}\n\n@media (max-width: 480px) {\n.connect-title {\nfont-size: 2rem;\n}\n\n.connect-description {\nfont-size: 1rem;\n}\n\n.connect-cta {\npadding: 16px 24px;\nfont-size: 0.9rem;\n}\n\n.content-image img {\nheight: 250px;\n}\n}\n<\/style>\n<\/head>\n<body>\n<section class=\"connect-module\">\n<div class=\"connect-container\">\n<div class=\"connect-content\">\n<div class=\"content-text\">\n<div class=\"connect-eyebrow\">ENRG Hawaii<\/div>\n<p class=\"connect-description\">\n<h2>Experience the ENRG Difference in Hawai'i Real Estate<\/h2>\n<p>ENRG brings its proven real estate expertise to the Hawaiian Islands, blending innovative technology, professional excellence, and deep local insight. Our Hawai'i office is led by seasoned professionals who understand the nuances of island living and the unique dynamics of each local market across O'ahu, Maui, Kaua'i, Lana'i and the Big Island.<\/p>\n<p>Whether you're buying, selling, or investing, consider us your trusted advisors\u2014committed to guiding you with integrity, market intelligence, and a genuine understanding of what makes Hawai'i home.<\/p>\n<a href=\"https:\/\/enrg.realty\/enrg-hawaii\/about-enrg-hawaii\/\" class=\"connect-cta\">\nMeet ENRG Hawaii\n<span class=\"connect-arrow\">\u2192<\/span>\n<\/a>\n<\/div>\n<div class=\"content-image\">\n<img decoding=\"async\" src=\"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/09\/HI-pic.png\" alt=\"ENRG Hawaii Office\">\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7944048 e-flex e-con-boxed e-con e-parent\" data-id=\"7944048\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e33781c elementor-widget elementor-widget-html\" data-id=\"e33781c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>Agent Listings Showcase<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .listings-module {\n            background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);\n            padding: 80px 32px;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .listings-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n        }\n\n        .listings-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .listings-eyebrow {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #1E005E;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            margin-bottom: 16px;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.2s forwards;\n        }\n\n        .listings-title {\n            font-size: 3.2rem;\n            font-weight: 600;\n            color: #111111;\n            line-height: 1.1;\n            margin-bottom: 24px;\n            letter-spacing: -0.02em;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: slideInUp 0.8s ease 0.4s forwards;\n        }\n\n        .listings-description {\n            font-size: 1.125rem;\n            font-weight: 400;\n            color: #666666;\n            line-height: 1.6;\n            max-width: 650px;\n            margin: 0 auto;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.6s forwards;\n        }\n\n        .listings-widget-wrapper {\n            background: #FFFFFF;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(96, 33, 230, 0.08);\n            padding: 40px;\n            position: relative;\n            opacity: 0;\n            transform: translateY(40px);\n            animation: slideInUp 1s ease 0.8s forwards;\n            border: 1px solid rgba(96, 33, 230, 0.06);\n        }\n\n        \/* RealScout Listings Widget Styles *\/\n        realscout-your-listings {\n            width: 100%;\n            display: block;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n        }\n\n        \/* Background decorations *\/\n        .listings-module::before {\n            content: '';\n            position: absolute;\n            top: -15%;\n            right: -10%;\n            width: 350px;\n            height: 350px;\n            background: radial-gradient(circle, rgba(96, 33, 230, 0.04) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 10s ease-in-out infinite;\n        }\n\n        .listings-module::after {\n            content: '';\n            position: absolute;\n            bottom: -20%;\n            left: -15%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(255, 96, 57, 0.03) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite reverse;\n        }\n\n        @keyframes slideInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-12px) rotate(1.5deg); }\n        }\n\n        \/* Mobile responsive *\/\n        @media (max-width: 768px) {\n            .listings-module {\n                padding: 60px 20px;\n            }\n\n            .listings-header {\n                margin-bottom: 40px;\n            }\n\n            .listings-title {\n                font-size: 2.5rem;\n            }\n\n            .listings-description {\n                font-size: 1rem;\n            }\n\n            .listings-widget-wrapper {\n                padding: 30px 20px;\n                border-radius: 16px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .listings-module {\n                padding: 60px 16px;\n            }\n\n            .listings-title {\n                font-size: 2rem;\n            }\n\n            .listings-description {\n                font-size: 0.95rem;\n            }\n\n            .listings-widget-wrapper {\n                padding: 24px 16px;\n                margin: 0 -8px;\n            }\n        }\n\n        \/* Hover effects *\/\n        .listings-widget-wrapper:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 25px 70px rgba(96, 33, 230, 0.12);\n            border-color: rgba(96, 33, 230, 0.1);\n            transition: all 0.3s ease;\n        }\n\n        \/* Custom styling for RealScout widget content *\/\n        .listings-widget-wrapper realscout-your-listings {\n            --primary-color: #1E005E;\n            --accent-color: #6021E6;\n            --text-color: #111111;\n            --light-text: #666666;\n            --border-color: #EEEEEE;\n            --hover-color: #F8F9FA;\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"listings-module\">\n        <div class=\"listings-container\">\n            <div class=\"listings-header\">\n                <div class=\"listings-eyebrow\">Our Listings<\/div>\n                <h2 class=\"listings-title\">Current & Recent Properties<\/h2>\n                <p class=\"listings-description\">\n                    Explore my active listings and recently sold properties. See the quality of homes I represent and the results I deliver for my clients throughout the market.\n                <\/p>\n            <\/div>\n            \n            <div class=\"listings-widget-wrapper\">\n                <realscout-office-listings \n                    agent-encoded-id=\"QWdlbnQtMjk1MjQ4\" \n                    sort-order=\"STATUS_AND_SIGNIFICANT_CHANGE\" \n                    listing-status=\"For Sale,In Contract,For Rent,Sold\" \n                    property-types=\"SFR,MF,TC,LAL,MOBILE,OTHER\" \n                    include-co-listings \n                    include-seller-listings\n                    max-listings=\"12\">\n                <\/realscout-your-listings>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f00c78c elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"f00c78c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ff26fc elementor-widget elementor-widget-html\" data-id=\"1ff26fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>ENRG Property Search<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .search-module {\n            background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);\n            padding: 80px 32px;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .search-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 2;\n            overflow: visible;\n        }\n\n        .search-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .search-eyebrow {\n            font-size: 0.9rem;\n            font-weight: 500;\n            color: #1E005E;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n            margin-bottom: 16px;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.2s forwards;\n        }\n\n        .search-title {\n            font-size: 3.5rem;\n            font-weight: 600;\n            color: #111111;\n            line-height: 1.1;\n            margin-bottom: 24px;\n            letter-spacing: -0.02em;\n            opacity: 0;\n            transform: translateY(30px);\n            animation: slideInUp 0.8s ease 0.4s forwards;\n        }\n\n        .search-description {\n            font-size: 1.125rem;\n            font-weight: 400;\n            color: #666666;\n            line-height: 1.6;\n            max-width: 650px;\n            margin: 0 auto;\n            opacity: 0;\n            transform: translateY(20px);\n            animation: slideInUp 0.8s ease 0.6s forwards;\n        }\n\n        .search-widget-wrapper {\n            background: #FFFFFF;\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(96, 33, 230, 0.08);\n            padding: 40px 40px 80px 40px;\n            position: relative;\n            opacity: 0;\n            transform: translateY(40px);\n            animation: slideInUp 1s ease 0.8s forwards;\n            overflow: visible;\n            z-index: 10;\n        }\n\n        \/* RealScout Widget Styles *\/\n        realscout-advanced-search {\n            width: 100%;\n            display: block;\n        }\n\n        \/* Background decorations *\/\n        .search-module::before {\n            content: '';\n            position: absolute;\n            top: -20%;\n            right: -15%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(96, 33, 230, 0.03) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite;\n        }\n\n        .search-module::after {\n            content: '';\n            position: absolute;\n            bottom: -15%;\n            left: -10%;\n            width: 300px;\n            height: 300px;\n            background: radial-gradient(circle, rgba(255, 96, 57, 0.02) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 6s ease-in-out infinite reverse;\n        }\n\n\n\n        @keyframes slideInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-15px) rotate(1deg); }\n        }\n\n        \/* Mobile responsive *\/\n        @media (max-width: 768px) {\n            .search-module {\n                padding: 60px 20px 120px 20px;\n                overflow: visible;\n            }\n\n            .search-header {\n                margin-bottom: 40px;\n            }\n\n            .search-title {\n                font-size: 2.8rem;\n            }\n\n            .search-description {\n                font-size: 1rem;\n            }\n\n            .search-widget-wrapper {\n                padding: 30px 20px 100px 20px;\n                border-radius: 16px;\n                overflow: visible;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .search-module {\n                padding: 60px 16px 140px 16px;\n            }\n\n            .search-title {\n                font-size: 2.2rem;\n            }\n\n            .search-description {\n                font-size: 0.95rem;\n            }\n\n            .search-widget-wrapper {\n                padding: 24px 16px 120px 16px;\n                margin: 0 -8px;\n                overflow: visible;\n            }\n        }\n\n        \/* Hover effects *\/\n        .search-widget-wrapper:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 25px 70px rgba(96, 33, 230, 0.12);\n            transition: all 0.3s ease;\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"search-module\">\n        <div class=\"search-container\">\n            <div class=\"search-header\">\n                <div class=\"search-eyebrow\">Property Search<\/div>\n                <h2 class=\"search-title\">Find Your Perfect Home<\/h2>\n                <p class=\"search-description\">\n                    Start your journey to homeownership with our advanced search tools. Filter by location, price, features, and more to discover properties that match your unique needs and lifestyle.\n                <\/p>\n            <\/div>\n            \n            <div class=\"search-widget-wrapper\">\n                <realscout-advanced-search agent-encoded-id=\"QWdlbnQtMjk1MjQ4\"><\/realscout-advanced-search>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a024da4 e-flex e-con-boxed e-con e-parent\" data-id=\"a024da4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac77790 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ac77790\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4fd89d48 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4fd89d48\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-105fc3ed\" data-id=\"105fc3ed\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7092811a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7092811a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Let's Talk<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b9ff6e4 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2b9ff6e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready to Make Your Move?\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-476844c1 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"476844c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Let&#8217;s discuss your real estate goals and create a plan to achieve them.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d82345b elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"1d82345b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/enrg.realty\/enrg-hawaii\/contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Connect With Us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hawaii Real Estate &#8211; ENRG Realty Aloha &#038; Welcome to ENRG Realty Your trusted advisor for Hawai\u02bbi Real Estate Search Properties Explore Maui &#038; O\u02bbahu listings with advanced search filters Get Your Home Value Instant valuation + custom report for your Hawai\u02bbi property Get My Value Schedule a 15-Minute Chat Map out a clear plan [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":179805,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"coauthors":[119],"class_list":["post-179802","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ENRG Realty: Empowering Agents &amp; Elevating The Real Estate Experience<\/title>\n<meta name=\"description\" content=\"Welcome to ENRG Realty. Discover innovative solutions, unparalleled support, and a community designed for your real estate success.\" \/>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ENRG Realty: Empowering Agents &amp; Elevating The Real Estate Experience\" \/>\n<meta property=\"og:description\" content=\"Welcome to ENRG Realty. Discover innovative solutions, unparalleled support, and a community designed for your real estate success.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/enrg.realty\/enrg-hawaii\/\" \/>\n<meta property=\"og:site_name\" content=\"ENRG Hawaii\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T15:27:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Symbol_3x-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1515\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Rivers Pearce\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/\",\"url\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/\",\"name\":\"ENRG Realty: Empowering Agents & Elevating The Real Estate Experience\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/wp-content\\\/uploads\\\/sites\\\/65\\\/2025\\\/05\\\/ENRG_Stacked-Logo_3X-1.png\",\"datePublished\":\"2025-05-20T16:10:25+00:00\",\"dateModified\":\"2026-01-22T15:27:17+00:00\",\"description\":\"Welcome to ENRG Realty. Discover innovative solutions, unparalleled support, and a community designed for your real estate success.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#primaryimage\",\"url\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/wp-content\\\/uploads\\\/sites\\\/65\\\/2025\\\/05\\\/ENRG_Stacked-Logo_3X-1.png\",\"contentUrl\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/wp-content\\\/uploads\\\/sites\\\/65\\\/2025\\\/05\\\/ENRG_Stacked-Logo_3X-1.png\",\"width\":1786,\"height\":700},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#website\",\"url\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/\",\"name\":\"ENRG Realty\",\"description\":\"ENRG Realty - Your Partner in Real Estate\",\"publisher\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#organization\",\"name\":\"ENRG Realty\",\"url\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/wp-content\\\/uploads\\\/sites\\\/65\\\/2025\\\/05\\\/ENRG_Logo_1X-3.png\",\"contentUrl\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/wp-content\\\/uploads\\\/sites\\\/65\\\/2025\\\/05\\\/ENRG_Logo_1X-3.png\",\"width\":924,\"height\":125,\"caption\":\"ENRG Realty\"},\"image\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/enrg-hawaii\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ENRG Realty: Empowering Agents & Elevating The Real Estate Experience","description":"Welcome to ENRG Realty. Discover innovative solutions, unparalleled support, and a community designed for your real estate success.","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_US","og_type":"article","og_title":"ENRG Realty: Empowering Agents & Elevating The Real Estate Experience","og_description":"Welcome to ENRG Realty. Discover innovative solutions, unparalleled support, and a community designed for your real estate success.","og_url":"https:\/\/enrg.realty\/enrg-hawaii\/","og_site_name":"ENRG Hawaii","article_modified_time":"2026-01-22T15:27:17+00:00","og_image":[{"width":1515,"height":960,"url":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Symbol_3x-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes","Written by":"Rivers Pearce"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/enrg.realty\/enrg-hawaii\/","url":"https:\/\/enrg.realty\/enrg-hawaii\/","name":"ENRG Realty: Empowering Agents & Elevating The Real Estate Experience","isPartOf":{"@id":"https:\/\/enrg.realty\/enrg-hawaii\/#website"},"primaryImageOfPage":{"@id":"https:\/\/enrg.realty\/enrg-hawaii\/#primaryimage"},"image":{"@id":"https:\/\/enrg.realty\/enrg-hawaii\/#primaryimage"},"thumbnailUrl":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Stacked-Logo_3X-1.png","datePublished":"2025-05-20T16:10:25+00:00","dateModified":"2026-01-22T15:27:17+00:00","description":"Welcome to ENRG Realty. Discover innovative solutions, unparalleled support, and a community designed for your real estate success.","breadcrumb":{"@id":"https:\/\/enrg.realty\/enrg-hawaii\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/enrg.realty\/enrg-hawaii\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enrg.realty\/enrg-hawaii\/#primaryimage","url":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Stacked-Logo_3X-1.png","contentUrl":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Stacked-Logo_3X-1.png","width":1786,"height":700},{"@type":"BreadcrumbList","@id":"https:\/\/enrg.realty\/enrg-hawaii\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/enrg.realty\/enrg-hawaii\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/enrg.realty\/enrg-hawaii\/#website","url":"https:\/\/enrg.realty\/enrg-hawaii\/","name":"ENRG Realty","description":"ENRG Realty - Your Partner in Real Estate","publisher":{"@id":"https:\/\/enrg.realty\/enrg-hawaii\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/enrg.realty\/enrg-hawaii\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/enrg.realty\/enrg-hawaii\/#organization","name":"ENRG Realty","url":"https:\/\/enrg.realty\/enrg-hawaii\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enrg.realty\/enrg-hawaii\/#\/schema\/logo\/image\/","url":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Logo_1X-3.png","contentUrl":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Logo_1X-3.png","width":924,"height":125,"caption":"ENRG Realty"},"image":{"@id":"https:\/\/enrg.realty\/enrg-hawaii\/#\/schema\/logo\/image\/"}}]}},"featured_image_src":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Stacked-Logo_3X-1-600x400.png","featured_image_src_square":"https:\/\/enrg.realty\/enrg-hawaii\/wp-content\/uploads\/sites\/65\/2025\/05\/ENRG_Stacked-Logo_3X-1-600x600.png","_links":{"self":[{"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/pages\/179802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/comments?post=179802"}],"version-history":[{"count":0,"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/pages\/179802\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/media\/179805"}],"wp:attachment":[{"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/media?parent=179802"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/enrg.realty\/enrg-hawaii\/wp-json\/wp\/v2\/coauthors?post=179802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}