{"id":35729,"date":"2026-03-25T06:09:00","date_gmt":"2026-03-25T10:09:00","guid":{"rendered":"https:\/\/propy.com\/browse\/?page_id=35729"},"modified":"2026-03-25T06:23:53","modified_gmt":"2026-03-25T10:23:53","slug":"ca-test","status":"publish","type":"page","link":"https:\/\/propy.com\/browse\/ca-test\/","title":{"rendered":"CA-test"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35729\" class=\"elementor elementor-35729\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-186dcf1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"186dcf1\" data-element_type=\"section\">\n\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-ba6e91b\" data-id=\"ba6e91b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bbce83d elementor-widget elementor-widget-html\" data-id=\"bbce83d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\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>Propy Escrow CA, Inc. | The Modern Closing Experience<\/title>\n    <style>\n        \/* --- CORE VARIABLES & RESET --- *\/\n        :root {\n            --propy-blue: #005EEA;\n            --propy-blue-light: #E5F0FF;\n            --text-dark: #0B1120;\n            --text-muted: #64748B;\n            --bg-light: #F8FAFC;\n            --white: #FFFFFF;\n            --border: #E2E8F0;\n            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n            --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);\n        }\n\n        #propy-escrow-landing * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: -apple-system, BlinkMacSystemFont, \"Inter\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        }\n\n        #propy-escrow-landing {\n            color: var(--text-dark);\n            line-height: 1.6;\n            background-color: var(--white);\n            -webkit-font-smoothing: antialiased;\n            overflow-x: hidden;\n        }\n\n        #propy-escrow-landing .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n        }\n\n        \/* --- VISIBILITY OVERRIDES --- *\/\n        .text-pure-white { color: #FFFFFF !important; }\n        .text-light-gray { color: #CBD5E1 !important; }\n\n        \/* --- PURE CSS ANIMATIONS --- *\/\n        @keyframes fadeUp {\n            0% { opacity: 0; transform: translateY(30px); }\n            100% { opacity: 1; transform: translateY(0); }\n        }\n\n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n\n        .animate-up {\n            animation: fadeUp 1s ease-out forwards;\n        }\n\n        .delay-1 { animation-delay: 0.2s; opacity: 0; }\n        .delay-2 { animation-delay: 0.4s; opacity: 0; }\n        .delay-3 { animation-delay: 0.6s; opacity: 0; }\n\n        \/* --- NAVIGATION --- *\/\n        #propy-escrow-landing nav {\n            position: absolute;\n            top: 0;\n            width: 100%;\n            background: transparent;\n            z-index: 100;\n            padding: 20px 0;\n        }\n\n        #propy-escrow-landing .nav-inner {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        #propy-escrow-landing .logo img {\n            height: 40px;\n            width: auto;\n        }\n\n        #propy-escrow-landing .nav-ctas {\n            display: flex;\n            gap: 16px;\n        }\n\n        \/* --- BUTTONS --- *\/\n        #propy-escrow-landing .btn {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            padding: 14px 28px;\n            font-size: 15px;\n            font-weight: 600;\n            border-radius: 8px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        #propy-escrow-landing .btn-primary {\n            background-color: var(--propy-blue) !important;\n            color: var(--white) !important;\n            box-shadow: 0 4px 14px 0 rgba(0, 94, 234, 0.39);\n        }\n\n        #propy-escrow-landing .btn-primary:hover {\n            background-color: #004ecc !important;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 94, 234, 0.23);\n        }\n\n        #propy-escrow-landing .btn-outline {\n            background-color: var(--white) !important;\n            color: var(--text-dark) !important;\n            border: 1px solid var(--border);\n        }\n\n        #propy-escrow-landing .btn-outline:hover {\n            border-color: var(--text-dark);\n            background-color: var(--bg-light) !important;\n        }\n\n        \/* --- HERO SECTION --- *\/\n        #propy-escrow-landing .hero {\n            padding: 180px 0 120px 0;\n            position: relative;\n            background: radial-gradient(circle at top right, var(--propy-blue-light) 0%, transparent 40%),\n                        radial-gradient(circle at bottom left, #F8FAFC 0%, transparent 40%);\n            text-align: center;\n        }\n\n        #propy-escrow-landing .compliance-badge {\n            display: inline-flex;\n            align-items: center;\n            background-color: var(--white);\n            border: 1px solid var(--propy-blue);\n            color: var(--propy-blue);\n            padding: 6px 16px;\n            border-radius: 30px;\n            font-size: 13px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            margin-bottom: 24px;\n            box-shadow: var(--shadow-sm);\n            animation: float 4s ease-in-out infinite;\n        }\n\n        #propy-escrow-landing .hero h1 {\n            font-size: clamp(3rem, 6vw, 4.5rem);\n            line-height: 1.1;\n            letter-spacing: -0.03em;\n            margin-bottom: 24px;\n            color: var(--text-dark);\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        #propy-escrow-landing .hero h1 span {\n            color: var(--propy-blue);\n        }\n\n        #propy-escrow-landing .hero p {\n            font-size: 1.25rem;\n            color: var(--text-muted);\n            max-width: 700px;\n            margin: 0 auto 40px auto;\n        }\n\n        \/* --- USER BENEFITS --- *\/\n        #propy-escrow-landing .benefits-section {\n            padding: 100px 0;\n            background-color: var(--bg-light);\n            border-top: 1px solid var(--border);\n            border-bottom: 1px solid var(--border);\n        }\n\n        #propy-escrow-landing .section-header {\n            text-align: center;\n            max-width: 700px;\n            margin: 0 auto 60px auto;\n        }\n\n        #propy-escrow-landing .section-header h2 {\n            font-size: 2.5rem;\n            margin-bottom: 16px;\n            letter-spacing: -0.02em;\n        }\n\n        #propy-escrow-landing .grid-3 {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 30px;\n        }\n\n        #propy-escrow-landing .benefit-card {\n            background: var(--white);\n            padding: 40px;\n            border-radius: 16px;\n            border: 1px solid var(--border);\n            box-shadow: var(--shadow-sm);\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        #propy-escrow-landing .benefit-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 4px;\n            background: var(--propy-blue);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n\n        #propy-escrow-landing .benefit-card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-lg);\n        }\n\n        #propy-escrow-landing .benefit-card:hover::before {\n            transform: scaleX(1);\n        }\n\n        #propy-escrow-landing .benefit-icon {\n            width: 50px;\n            height: 50px;\n            background: var(--propy-blue-light);\n            color: var(--propy-blue);\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 24px;\n            margin-bottom: 20px;\n        }\n\n        #propy-escrow-landing .benefit-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 12px;\n        }\n\n        #propy-escrow-landing .benefit-card p {\n            color: var(--text-muted);\n            font-size: 1.05rem;\n        }\n\n        \/* --- IMPACT CONTENT (DARK SECTION) --- *\/\n        #propy-escrow-landing .impact-section {\n            padding: 100px 0;\n            background-color: var(--text-dark) !important;\n        }\n\n        #propy-escrow-landing .impact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n\n        #propy-escrow-landing .impact-box {\n            background: rgba(255,255,255,0.05);\n            padding: 40px;\n            border-radius: 20px;\n            border: 1px solid rgba(255,255,255,0.1);\n        }\n\n        #propy-escrow-landing .impact-content h2,\n        #propy-escrow-landing .impact-box h4 {\n            font-size: 2.5rem;\n            margin-bottom: 24px;\n        }\n\n        #propy-escrow-landing .impact-content p,\n        #propy-escrow-landing .impact-box p {\n            font-size: 1.1rem;\n            margin-bottom: 24px;\n        }\n\n        #propy-escrow-landing .security-list {\n            list-style: none;\n        }\n\n        #propy-escrow-landing .security-list li {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 20px;\n        }\n\n        #propy-escrow-landing .security-list li svg {\n            width: 24px;\n            height: 24px;\n            color: var(--propy-blue);\n            margin-right: 16px;\n            flex-shrink: 0;\n        }\n\n        #propy-escrow-landing .security-list h4 {\n            font-size: 1.1rem;\n            margin-bottom: 4px;\n        }\n\n        #propy-escrow-landing .security-list p {\n            font-size: 0.95rem;\n            margin-bottom: 0;\n        }\n\n        \/* --- CA PRICING --- *\/\n        #propy-escrow-landing .fees-section {\n            padding: 100px 0;\n        }\n\n        #propy-escrow-landing .fee-container {\n            max-width: 800px;\n            margin: 0 auto;\n            background: var(--white);\n            border-radius: 20px;\n            border: 1px solid var(--border);\n            box-shadow: var(--shadow-lg);\n            overflow: hidden;\n        }\n\n        #propy-escrow-landing .fee-header {\n            background: var(--text-dark) !important;\n            padding: 30px 40px;\n            text-align: center;\n        }\n\n        #propy-escrow-landing .fee-header h3 {\n            margin: 0;\n            font-size: 1.25rem;\n            font-weight: 500;\n        }\n\n        #propy-escrow-landing .fee-row {\n            display: flex;\n            justify-content: space-between;\n            padding: 24px 40px;\n            border-bottom: 1px solid var(--border);\n            transition: background 0.3s ease;\n        }\n\n        #propy-escrow-landing .fee-row:hover {\n            background-color: var(--bg-light);\n        }\n\n        #propy-escrow-landing .fee-row:last-child {\n            border-bottom: none;\n        }\n\n        #propy-escrow-landing .fee-title {\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n\n        #propy-escrow-landing .fee-desc {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n            margin-top: 4px;\n        }\n\n        #propy-escrow-landing .fee-amount {\n            font-weight: 700;\n            font-size: 1.1rem;\n            color: var(--propy-blue);\n            text-align: right;\n        }\n\n        #propy-escrow-landing .fee-disclaimer {\n            background: var(--bg-light);\n            padding: 20px 40px;\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            text-align: center;\n        }\n\n        \/* --- THE TEAM --- *\/\n        #propy-escrow-landing .team-section {\n            padding: 80px 0 120px 0;\n            background: radial-gradient(circle at center, var(--white) 0%, var(--bg-light) 100%);\n        }\n\n        #propy-escrow-landing .team-grid {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            flex-wrap: wrap;\n            margin-top: 50px;\n        }\n\n        #propy-escrow-landing .team-card {\n            background: var(--white);\n            border: 1px solid var(--border);\n            border-radius: 20px;\n            padding: 40px;\n            text-align: center;\n            width: 350px;\n            box-shadow: var(--shadow-sm);\n            transition: transform 0.3s ease;\n        }\n\n        #propy-escrow-landing .team-card:hover {\n            transform: translateY(-5px);\n            box-shadow: var(--shadow-lg);\n        }\n\n        #propy-escrow-landing .team-card img, \n        #propy-escrow-landing .team-avatar-placeholder {\n            width: 140px;\n            height: 140px;\n            border-radius: 50%;\n            object-fit: cover;\n            margin: 0 auto 24px auto;\n            border: 4px solid var(--propy-blue-light);\n        }\n\n        #propy-escrow-landing .team-avatar-placeholder {\n            background-color: var(--text-dark);\n            color: var(--white);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 40px;\n            font-weight: bold;\n            border: 4px solid var(--border);\n        }\n\n        #propy-escrow-landing .team-card h3 { font-size: 1.5rem; margin-bottom: 4px; }\n        #propy-escrow-landing .team-card .title { color: var(--propy-blue); font-weight: 600; margin-bottom: 16px; }\n        #propy-escrow-landing .team-card .contact { color: var(--text-muted); font-size: 0.95rem; }\n\n        \/* --- FOOTER --- *\/\n        #propy-escrow-landing footer {\n            background-color: #040811 !important;\n            padding: 80px 0 40px 0;\n            text-align: center;\n            border-top: 1px solid #1F2937;\n        }\n\n        #propy-escrow-landing .footer-compliance {\n            font-size: 14px;\n            max-width: 600px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }\n\n        @media (max-width: 768px) {\n            #propy-escrow-landing .hero h1 { font-size: 2.5rem; }\n            #propy-escrow-landing .impact-grid { grid-template-columns: 1fr; gap: 40px; }\n            #propy-escrow-landing .nav-ctas { display: none; }\n            #propy-escrow-landing .team-card { width: 100%; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div id=\"propy-escrow-landing\">\n\n    <nav>\n        <div class=\"container nav-inner\">\n            <div class=\"logo\">\n                <img decoding=\"async\" src=\"Propy-Escrow-Black.png\" alt=\"Propy Escrow CA, Inc\">\n            <\/div>\n            <div class=\"nav-ctas\">\n                <a href=\"#\" class=\"btn btn-outline\">Book a Demo<\/a>\n                <a href=\"https:\/\/propy.com\/order?isAgent=true\" class=\"btn btn-primary\">Get a Quote<\/a>\n            <\/div>\n        <\/div>\n    <\/nav>\n\n    <header class=\"hero\">\n        <div class=\"container animate-up\">\n            <div class=\"compliance-badge\">\n                DFPI License # 96DBO-203904\n            <\/div>\n            <h1>Escrow that moves at the speed of <span>your life<\/span><\/h1>\n            <p>We\u2019ve replaced the manual paperwork, endless email chains, and security risks with a crystal-clear, AI-driven closing experience built for California real estate<\/p>\n            <div style=\"display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\">\n                <a href=\"https:\/\/propy.com\/order?isAgent=true\" class=\"btn btn-primary\" style=\"padding: 16px 36px; font-size: 16px;\">Open Escrow Today<\/a>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"benefits-section\">\n        <div class=\"container\">\n            <div class=\"section-header animate-up delay-1\">\n                <h2>Why top agents and buyers choose us<\/h2>\n                <p style=\"color: var(--text-muted); font-size: 1.15rem;\">Closing on a home is a massive milestone. Your escrow process shouldn't feel like a trip to the DMV<\/p>\n            <\/div>\n            \n            <div class=\"grid-3\">\n                <div class=\"benefit-card animate-up delay-1\">\n                    <div class=\"benefit-icon\">\u23f1<\/div>\n                    <h3>4-Minute EMDs<\/h3>\n                    <p>No more driving across town with paper checks. Buyers can submit Earnest Money Deposits securely from their phone in minutes<\/p>\n                <\/div>\n                <div class=\"benefit-card animate-up delay-2\">\n                    <div class=\"benefit-icon\">\ud83d\udcf1<\/div>\n                    <h3>Amazon-Level Tracking<\/h3>\n                    <p>Stop guessing where your deal is. Our platform provides 24\/7, step-by-step visibility into the closing process for agents and clients<\/p>\n                <\/div>\n                <div class=\"benefit-card animate-up delay-3\">\n                    <div class=\"benefit-icon\">\ud83d\udee1<\/div>\n                    <h3>Ironclad Security<\/h3>\n                    <p>Built on the Propy ecosystem, we utilize institutional-grade security and smart contracts to protect your funds from wire fraud<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"impact-section\">\n        <div class=\"container\">\n            <div class=\"impact-grid\">\n                <div>\n                    <div class=\"impact-box\">\n                        <h3 style=\"color: var(--propy-blue); font-size: 1.2rem; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px;\">The Propy Ecosystem<\/h3>\n                        <h4 class=\"text-pure-white\" style=\"font-size: 2rem; margin-bottom: 20px; line-height: 1.2;\">Everything in one place<\/h4>\n                        <p class=\"text-light-gray\" style=\"font-size: 1.1rem; margin-bottom: 0;\">By keeping title, escrow, and the core transaction strictly within the Propy platform, we eliminate the fragmented communication that causes delays. One login. Total transparency<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"impact-content\">\n                    <h2 class=\"text-pure-white\">We take wire fraud off the table<\/h2>\n                    <p class=\"text-light-gray\">In real estate, security isn't a luxury\u2014it's the entire product. Legacy escrow companies rely on unencrypted emails and vulnerable phone calls. We don't<\/p>\n                    \n                    <ul class=\"security-list\">\n                        <li>\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path><\/svg>\n                            <div>\n                                <h4 class=\"text-pure-white\">Bank-Level Encryption<\/h4>\n                                <p class=\"text-light-gray\">All wire instructions and sensitive documents are delivered via our secure, encrypted portal. Never via raw email<\/p>\n                            <\/div>\n                        <\/li>\n                        <li>\n                            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"><\/path><\/svg>\n                            <div>\n                                <h4 class=\"text-pure-white\">DFPI Regulated Compliance<\/h4>\n                                <p class=\"text-light-gray\">We operate under the strict oversight of the California Department of Financial Protection and Innovation<\/p>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"fees-section\">\n        <div class=\"container\">\n            <div class=\"section-header\" style=\"margin-bottom: 40px;\">\n                <h2>Transparent California Pricing<\/h2>\n                <p style=\"color: var(--text-muted); font-size: 1.15rem;\">No hidden fees. Standard settlement costs for Buyer, Seller, and Refinance transactions<\/p>\n            <\/div>\n            \n            <div class=\"fee-container\">\n                <div class=\"fee-header\">\n                    <h3 class=\"text-pure-white\">Estimated Settlement Fees<\/h3>\n                <\/div>\n                \n                <div class=\"fee-row\">\n                    <div>\n                        <div class=\"fee-title\">Escrow \/ Settlement Fee<\/div>\n                        <div class=\"fee-desc\">Varies Based on Sales Price<\/div>\n                    <\/div>\n                    <div class=\"fee-amount\">$750 - $1,500<\/div>\n                <\/div>\n                \n                <div class=\"fee-row\">\n                    <div>\n                        <div class=\"fee-title\">Courier \/ Overnight Fee<\/div>\n                    <\/div>\n                    <div class=\"fee-amount\">$35<\/div>\n                <\/div>\n                \n                <div class=\"fee-row\">\n                    <div>\n                        <div class=\"fee-title\">E-Recording Fee<\/div>\n                    <\/div>\n                    <div class=\"fee-amount\">$4.75 \/ Document<\/div>\n                <\/div>\n                \n                <div class=\"fee-row\">\n                    <div>\n                        <div class=\"fee-title\">Notary Fee (Third-Party)<\/div>\n                        <div class=\"fee-desc\">Buyer \/ Seller \/ Refinance<\/div>\n                    <\/div>\n                    <div class=\"fee-amount\">$110 - $175<\/div>\n                <\/div>\n                \n                <div class=\"fee-disclaimer\">\n                    This fee sheet is an estimate only. Actual fees vary by county, city, lender, escrow company, and transaction type. Additional fees may include County Recording fees, HOA, Payoff, and Title fees.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"team-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Meet your California Operators<\/h2>\n                <p style=\"color: var(--text-muted); font-size: 1.15rem;\">Elite local expertise, supercharged by Propy's technology<\/p>\n            <\/div>\n            \n            <div class=\"team-grid\">\n                <div class=\"team-card\">\n                    <div class=\"team-avatar-placeholder\">AA<\/div>\n                    <h3>Anna Atencio<\/h3>\n                    <div class=\"title\">California Representative<\/div>\n                    <div class=\"contact\">anna@propy.com<\/div>\n                <\/div>\n                \n                <div class=\"team-card\">\n                    <img decoding=\"async\" src=\"photo_2026-03-25 12.05.03.jpeg\" alt=\"LaMaiah Flowers\">\n                    <h3>LaMaiah Flowers<\/h3>\n                    <div class=\"title\">Escrow Officer<\/div>\n                    <div class=\"contact\">\n                        lamaiah@propy.com<br>\n                        (818) 431-5762\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"container\">\n            <div class=\"logo\" style=\"margin-bottom: 30px; filter: brightness(0) invert(1);\">\n                <img decoding=\"async\" src=\"Propy-Escrow-Black.png\" alt=\"Propy Escrow CA, Inc\">\n            <\/div>\n            <div class=\"footer-compliance\">\n                <p class=\"text-pure-white\" style=\"font-weight: 600; font-size: 16px; margin-bottom: 8px;\">Propy Escrow CA, Inc.<\/p>\n                <p class=\"text-light-gray\">21550 Oxnard St 3rd Floor, Office O4B<br>Woodland Hills, CA 91367-7100<\/p>\n                <p class=\"text-light-gray\" style=\"margin-top: 24px; font-size: 13px; border-top: 1px solid #1F2937; padding-top: 24px;\">\n                    Licensed by the Department of Financial Protection and Innovation under the Escrow Law<br>\n                    <span class=\"text-pure-white\" style=\"font-weight: 600;\">License # 96DBO-203904<\/span>\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n<\/div>\n\n<\/body>\n<\/html>\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\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Propy Escrow CA, Inc. | The Modern Closing Experience Book a Demo Get a Quote DFPI License # 96DBO-203904 Escrow that moves at the speed of your life We\u2019ve replaced the manual paperwork, endless email chains, and security risks with a crystal-clear, AI-driven closing experience built for California real estate Open Escrow Today Why top&hellip;&nbsp;<a href=\"https:\/\/propy.com\/browse\/ca-test\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">CA-test<\/span><\/a><\/p>\n","protected":false},"author":91,"featured_media":7895,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/template-pagebuilder-full-width.php","meta":{"neve_meta_sidebar":"full-width","neve_meta_container":"","neve_meta_enable_content_width":"on","neve_meta_content_width":100,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"yst_prominent_words":[],"class_list":["post-35729","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/pages\/35729","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/users\/91"}],"replies":[{"embeddable":true,"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/comments?post=35729"}],"version-history":[{"count":6,"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/pages\/35729\/revisions"}],"predecessor-version":[{"id":35736,"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/pages\/35729\/revisions\/35736"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/media\/7895"}],"wp:attachment":[{"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/media?parent=35729"}],"wp:term":[{"taxonomy":"yst_prominent_words","embeddable":true,"href":"https:\/\/propy.com\/browse\/wp-json\/wp\/v2\/yst_prominent_words?post=35729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}