{"id":180258,"date":"2025-10-05T16:28:29","date_gmt":"2025-10-05T16:28:29","guid":{"rendered":"https:\/\/enrg.realty\/adam-bigham\/?page_id=180258"},"modified":"2025-12-02T02:36:55","modified_gmt":"2025-12-02T02:36:55","slug":"lead-gen-homepage","status":"publish","type":"page","link":"https:\/\/enrg.realty\/adam-bigham\/","title":{"rendered":"Lead Gen Homepage"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"180258\" class=\"elementor elementor-180258\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67245a58 e-con-full e-flex e-con e-parent\" data-id=\"67245a58\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a666eff elementor-widget elementor-widget-html\" data-id=\"3a666eff\" 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>Lynchburg Real Estate 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        .hero-section {\n            height: 100vh;\n            min-height: 667px;\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        }\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.25);\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: 4rem;\n            font-weight: 700;\n            color: white;\n            margin-bottom: 16px;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n        }\n\n        .hero-subtext {\n            font-size: 1.4rem;\n            font-weight: 300;\n            color: white;\n            margin-bottom: 50px;\n            line-height: 1.4;\n            opacity: 0.95;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Three Column Layout *\/\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: 280px;\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.3rem;\n            font-weight: 600;\n            color: white;\n            margin-bottom: 8px;\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: 16px 0;\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        \/* CTA Buttons *\/\n        .cta-button {\n            display: inline-block;\n            padding: 14px 28px;\n            background: white;\n            color: #1E005E;\n            font-size: 0.95rem;\n            font-weight: 600;\n            text-decoration: none;\n            border-radius: 6px;\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: #1E005E;\n            color: white;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n        }\n\n        .cta-button:visited,\n        .cta-button:focus,\n        .cta-button:active {\n            color: #1E005E;\n        }\n\n        .cta-button:hover:visited,\n        .cta-button:hover:focus,\n        .cta-button:hover:active {\n            color: white;\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .hero-section {\n                height: auto;\n                min-height: 100vh;\n                padding: 80px 0 40px;\n            }\n\n            .hero-container {\n                padding: 0 24px;\n            }\n\n            .hero-headline {\n                font-size: 2.8rem;\n                margin-bottom: 14px;\n            }\n\n            .hero-subtext {\n                font-size: 1.2rem;\n                margin-bottom: 40px;\n            }\n\n            .three-column-cta {\n                grid-template-columns: 1fr;\n                gap: 16px;\n                max-width: 400px;\n            }\n\n            .cta-container {\n                padding: 24px 20px;\n                min-height: 220px;\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.2rem;\n                margin-bottom: 12px;\n            }\n\n            .cta-subtitle {\n                font-size: 0.95rem;\n                margin-bottom: 20px;\n            }\n\n            .cta-button {\n                padding: 12px 24px;\n                font-size: 0.9rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero-section {\n                padding: 60px 0 40px;\n            }\n\n            .hero-container {\n                padding: 0 20px;\n            }\n\n            .hero-headline {\n                font-size: 2.4rem;\n            }\n\n            .hero-subtext {\n                font-size: 1.1rem;\n            }\n\n            .cta-container {\n                padding: 20px 16px;\n                min-height: 240px;\n            }\n\n            .cta-title {\n                font-size: 1.1rem;\n            }\n\n            .cta-subtitle {\n                font-size: 0.9rem;\n            }\n\n            .cta-button {\n                padding: 12px 20px;\n                font-size: 0.85rem;\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\/agent-test\/wp-content\/uploads\/sites\/2\/2025\/10\/Website-Content-1.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\">Find Your Perfect Home<\/h1>\n            <p class=\"hero-subtext\">\n                Search exclusive properties with advanced filters and real-time market data. \n                Your dream home is just a search away.\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\">Start Your Property Search<\/h2>\n                        <p class=\"cta-subtitle\">Filter by location, price, features, and more to find your ideal home<\/p>\n                    <\/div>\n                    <div class=\"search-widget-area\">\n                        <realscout-simple-search agent-encoded-id=\"QWdlbnQtMjkzNzY1\"><\/realscout-simple-search>\n                    <\/div>\n                <\/div>\n\n                <!-- Home Value CTA -->\n                <div class=\"cta-container\">\n                    <div>\n                        <h2 class=\"cta-title\">Know What Your Home is Worth?<\/h2>\n                        <p class=\"cta-subtitle\">Get an instant valuation of your property with our comprehensive market analysis<\/p>\n                    <\/div>\n                    <a href=\"#RSValue\" class=\"cta-button\">Get Home Value<\/a>\n                <\/div>\n\n                <!-- Third CTA - Contact\/Schedule -->\n                <div class=\"cta-container\">\n                    <div>\n                        <h2 class=\"cta-title\">Ready to Get Started?<\/h2>\n                        <p class=\"cta-subtitle\">Connect with our expert team for personalized guidance on your real estate journey<\/p>\n                    <\/div>\n                    <a href=\"https:\/\/enrg.realty\/adam-bigham\/about-me\/\" 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<\/div>\n\t\t<div class=\"elementor-element elementor-element-50bbee9a e-flex e-con-boxed e-con e-parent\" data-id=\"50bbee9a\" 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-491003fb elementor-widget elementor-widget-html\" data-id=\"491003fb\" 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 Me Section<\/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        .about-module {\n            background: #FFFFFF;\n            padding: 80px 32px;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .about-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 400px 1fr;\n            gap: 80px;\n            align-items: center;\n            position: relative;\n            z-index: 2;\n        }\n\n        .about-image-wrapper {\n            position: relative;\n            opacity: 0;\n            transform: translateX(-40px);\n            animation: slideInLeft 0.8s ease 0.2s forwards;\n        }\n\n        .about-image {\n            width: 100%;\n            height: 500px;\n            object-fit: cover;\n            border-radius: 2px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);\n            transition: all 0.4s ease;\n        }\n\n        .about-image:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 28px 80px rgba(0, 0, 0, 0.12);\n        }\n\n        .about-content {\n            max-width: 600px;\n            opacity: 0;\n            transform: translateX(40px);\n            animation: slideInRight 0.8s ease 0.4s forwards;\n        }\n\n        .about-title {\n            font-size: 3.2rem;\n            font-weight: 300;\n            color: #000000;\n            line-height: 1.1;\n            margin-bottom: 32px;\n            letter-spacing: -0.02em;\n        }\n\n        .about-description {\n            font-size: 1.125rem;\n            font-weight: 400;\n            color: #666666;\n            line-height: 1.7;\n            margin-bottom: 48px;\n        }\n\n        .about-cta {\n            background: transparent;\n            border: 1px solid #000000;\n            color: #000000;\n            font-family: 'Plus Jakarta Sans', sans-serif;\n            font-size: 0.85rem;\n            font-weight: 500;\n            padding: 18px 40px;\n            border-radius: 0;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-transform: none;\n            letter-spacing: 2px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            text-decoration: none;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .about-cta::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: #1E005E;\n            transition: left 0.3s ease;\n            z-index: -1;\n        }\n\n        .about-cta span {\n            position: relative;\n            z-index: 1;\n            transition: color 0.3s ease;\n        }\n\n        .about-cta:hover::before {\n            left: 0;\n        }\n\n        .about-cta:hover span {\n            color: #FFFFFF;\n        }\n\n        .about-cta:hover {\n            border-color: #1E005E;\n        }\n\n        .about-arrow {\n            margin-left: 12px;\n            transition: transform 0.3s ease;\n        }\n\n        .about-cta:hover .about-arrow {\n            transform: translateX(4px);\n        }\n\n        \/* Background decoration *\/\n        .about-module::before {\n            content: '';\n            position: absolute;\n            top: -30%;\n            right: -15%;\n            width: 500px;\n            height: 500px;\n            background: radial-gradient(circle, rgba(30, 0, 94, 0.03) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 8s ease-in-out infinite;\n        }\n\n        .about-module::after {\n            content: '';\n            position: absolute;\n            bottom: -25%;\n            left: -10%;\n            width: 400px;\n            height: 400px;\n            background: radial-gradient(circle, rgba(238, 238, 238, 0.5) 0%, transparent 70%);\n            border-radius: 50%;\n            animation: float 6s ease-in-out infinite reverse;\n        }\n\n        @keyframes slideInLeft {\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes slideInRight {\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(2deg); }\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .about-container {\n                grid-template-columns: 350px 1fr;\n                gap: 60px;\n            }\n\n            .about-image {\n                height: 450px;\n            }\n\n            .about-title {\n                font-size: 2.8rem;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .about-module {\n                padding: 60px 20px;\n            }\n\n            .about-container {\n                grid-template-columns: 1fr;\n                gap: 40px;\n                text-align: center;\n            }\n\n            .about-image-wrapper {\n                max-width: 350px;\n                margin: 0 auto;\n                animation: slideInUp 0.8s ease 0.2s forwards;\n            }\n\n            .about-image {\n                height: 450px;\n            }\n\n            .about-content {\n                animation: slideInUp 0.8s ease 0.4s forwards;\n                margin: 0 auto;\n            }\n\n            .about-title {\n                font-size: 2.5rem;\n            }\n\n            .about-description {\n                font-size: 1rem;\n            }\n\n            .about-cta {\n                margin: 0 auto;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .about-module {\n                padding: 50px 16px;\n            }\n\n            .about-image-wrapper {\n                max-width: 300px;\n            }\n\n            .about-image {\n                height: 380px;\n            }\n\n            .about-title {\n                font-size: 2rem;\n                margin-bottom: 24px;\n            }\n\n            .about-description {\n                font-size: 0.95rem;\n                margin-bottom: 32px;\n            }\n\n            .about-cta {\n                padding: 16px 32px;\n                font-size: 0.8rem;\n            }\n        }\n\n        @keyframes slideInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .about-image-wrapper,\n            .about-content {\n                transform: translateY(20px);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"about-module\">\n        <div class=\"about-container\">\n            <div class=\"about-image-wrapper\">\n                <img decoding=\"async\" src=\"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/10\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg\" alt=\"Adam Bigham\" class=\"about-image\">\n            <\/div>\n            <div class=\"about-content\">\n                <h2 class=\"about-title\">About Me<\/h2>\n                <p class=\"about-description\">\n                    With over eight years serving Lynchburg and surrounding counties, I provide trusted expertise for first-time buyers, investors, and families seeking their ideal home.\n                <\/p>\n                <a href=\"https:\/\/enrg.realty\/adam-bigham\/about-me\/\" class=\"about-cta\">\n                    <span>Learn More About Me<\/span>\n                    <span class=\"about-arrow\">\u2192<\/span>\n                <\/a>\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-1c32d7e0 e-flex e-con-boxed e-con e-parent\" data-id=\"1c32d7e0\" 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-584606c0 elementor-widget elementor-widget-html\" data-id=\"584606c0\" 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\">My 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-your-listings \n                    agent-encoded-id=\"QWdlbnQtMjkzNzY1\" \n                    sort-order=\"NEWEST\" \n                    listing-status=\"For Sale,In Contract,Sold\" \n                    property-types=\"SFR,MF,TC,LAL,MOBILE,OTHER\" \n                    include-co-listings \n                    include-seller-listings>\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-24c73eb e-flex e-con-boxed e-con e-parent\" data-id=\"24c73eb\" data-element_type=\"container\" data-e-type=\"container\" id=\"RSValue\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f60c59d elementor-widget elementor-widget-html\" data-id=\"f60c59d\" 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<div class=\"realscout-wrapper-glass\" style=\"\n    background: rgba(255, 255, 255, 0.85);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 8px;\n    padding: 32px;\n    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n    backdrop-filter: blur(20px);\n    -webkit-backdrop-filter: blur(20px);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n\"\nonmouseover=\"\n    this.style.transform='translateY(-1px)'; \n    this.style.borderColor='rgba(96, 33, 230, 0.1)'; \n    this.style.boxShadow='0 8px 32px rgba(96, 33, 230, 0.06)';\n    if(!this.querySelector('.hover-overlay')) {\n        const overlay = document.createElement('div');\n        overlay.className = 'hover-overlay';\n        overlay.style.cssText = 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(96, 33, 230, 0.02) 0%, rgba(117, 52, 255, 0.02) 100%); pointer-events: none; transition: opacity 0.3s ease; opacity: 1;';\n        this.appendChild(overlay);\n    }\n\"\nonmouseout=\"\n    this.style.transform='translateY(0)'; \n    this.style.borderColor='rgba(255, 255, 255, 0.2)'; \n    this.style.boxShadow='none';\n    const overlay = this.querySelector('.hover-overlay');\n    if(overlay) overlay.remove();\n\">\n    <realscout-home-value agent-encoded-id=\"QWdlbnQtMjkzNzY1\"><\/realscout-home-value>\n<\/div>\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-a96e123 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"a96e123\" 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-53aefa3\" data-id=\"53aefa3\" 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-1019d297 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1019d297\" 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-7c224468 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7c224468\" 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-3a72575f elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3a72575f\" 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-6c79eaec elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"6c79eaec\" 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\/adam-bigham\/about-me\/\">\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 Me<\/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>Lynchburg Real Estate Search Find Your Perfect Home Search exclusive properties with advanced filters and real-time market data. Your dream home is just a search away. Start Your Property Search Filter by location, price, features, and more to find your ideal home Know What Your Home is Worth? Get an instant valuation of your property [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"coauthors":[],"class_list":["post-180258","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lead Gen Homepage - Adam Bigham<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lead Gen Homepage - Adam Bigham\" \/>\n<meta property=\"og:description\" content=\"Lynchburg Real Estate Search Find Your Perfect Home Search exclusive properties with advanced filters and real-time market data. Your dream home is just a search away. Start Your Property Search Filter by location, price, features, and more to find your ideal home Know What Your Home is Worth? Get an instant valuation of your property [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/enrg.realty\/adam-bigham\/\" \/>\n<meta property=\"og:site_name\" content=\"Adam Bigham\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T02:36:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/10\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg\" \/>\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=\"1 minute\" \/>\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\\\/adam-bigham\\\/\",\"url\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/\",\"name\":\"Lead Gen Homepage - Adam Bigham\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/wp-content\\\/uploads\\\/sites\\\/74\\\/2025\\\/10\\\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg\",\"datePublished\":\"2025-10-05T16:28:29+00:00\",\"dateModified\":\"2025-12-02T02:36:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#primaryimage\",\"url\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/wp-content\\\/uploads\\\/sites\\\/74\\\/2025\\\/10\\\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg\",\"contentUrl\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/wp-content\\\/uploads\\\/sites\\\/74\\\/2025\\\/10\\\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg\",\"width\":1320,\"height\":1017},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lead Gen Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#website\",\"url\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/\",\"name\":\"ENRG Realty\",\"description\":\"ENRG Realty - Your Partner in Real Estate\",\"publisher\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#organization\",\"name\":\"ENRG Realty\",\"url\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/wp-content\\\/uploads\\\/sites\\\/74\\\/2025\\\/05\\\/ENRG_Logo_1X-3.png\",\"contentUrl\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/wp-content\\\/uploads\\\/sites\\\/74\\\/2025\\\/05\\\/ENRG_Logo_1X-3.png\",\"width\":924,\"height\":125,\"caption\":\"ENRG Realty\"},\"image\":{\"@id\":\"https:\\\/\\\/enrg.realty\\\/adam-bigham\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lead Gen Homepage - Adam Bigham","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Lead Gen Homepage - Adam Bigham","og_description":"Lynchburg Real Estate Search Find Your Perfect Home Search exclusive properties with advanced filters and real-time market data. Your dream home is just a search away. Start Your Property Search Filter by location, price, features, and more to find your ideal home Know What Your Home is Worth? Get an instant valuation of your property [&hellip;]","og_url":"https:\/\/enrg.realty\/adam-bigham\/","og_site_name":"Adam Bigham","article_modified_time":"2025-12-02T02:36:55+00:00","og_image":[{"url":"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/10\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute","Written by":"Rivers Pearce"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/enrg.realty\/adam-bigham\/","url":"https:\/\/enrg.realty\/adam-bigham\/","name":"Lead Gen Homepage - Adam Bigham","isPartOf":{"@id":"https:\/\/enrg.realty\/adam-bigham\/#website"},"primaryImageOfPage":{"@id":"https:\/\/enrg.realty\/adam-bigham\/#primaryimage"},"image":{"@id":"https:\/\/enrg.realty\/adam-bigham\/#primaryimage"},"thumbnailUrl":"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/10\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg","datePublished":"2025-10-05T16:28:29+00:00","dateModified":"2025-12-02T02:36:55+00:00","breadcrumb":{"@id":"https:\/\/enrg.realty\/adam-bigham\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/enrg.realty\/adam-bigham\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enrg.realty\/adam-bigham\/#primaryimage","url":"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/10\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg","contentUrl":"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/10\/8AFEFA0B-804F-4A38-8DB6-4F56EF2C4A1D_1_201_a.jpeg","width":1320,"height":1017},{"@type":"BreadcrumbList","@id":"https:\/\/enrg.realty\/adam-bigham\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/enrg.realty\/adam-bigham\/"},{"@type":"ListItem","position":2,"name":"Lead Gen Homepage"}]},{"@type":"WebSite","@id":"https:\/\/enrg.realty\/adam-bigham\/#website","url":"https:\/\/enrg.realty\/adam-bigham\/","name":"ENRG Realty","description":"ENRG Realty - Your Partner in Real Estate","publisher":{"@id":"https:\/\/enrg.realty\/adam-bigham\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/enrg.realty\/adam-bigham\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/enrg.realty\/adam-bigham\/#organization","name":"ENRG Realty","url":"https:\/\/enrg.realty\/adam-bigham\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/enrg.realty\/adam-bigham\/#\/schema\/logo\/image\/","url":"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/05\/ENRG_Logo_1X-3.png","contentUrl":"https:\/\/enrg.realty\/adam-bigham\/wp-content\/uploads\/sites\/74\/2025\/05\/ENRG_Logo_1X-3.png","width":924,"height":125,"caption":"ENRG Realty"},"image":{"@id":"https:\/\/enrg.realty\/adam-bigham\/#\/schema\/logo\/image\/"}}]}},"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/pages\/180258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/comments?post=180258"}],"version-history":[{"count":0,"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/pages\/180258\/revisions"}],"wp:attachment":[{"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/media?parent=180258"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/enrg.realty\/adam-bigham\/wp-json\/wp\/v2\/coauthors?post=180258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}