{"id":2,"date":"2026-04-15T07:35:00","date_gmt":"2026-04-15T07:35:00","guid":{"rendered":"https:\/\/denny2288.wpelitee.com\/?page_id=2"},"modified":"2026-04-16T05:27:21","modified_gmt":"2026-04-16T05:27:21","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/denny2288.wpelitee.com\/","title":{"rendered":"Sample Page"},"content":{"rendered":"<style>.elementor-2 .elementor-element.elementor-element-f08bfa8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}<\/style>\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f08bfa8 e-con-full e-flex e-con e-parent\" data-id=\"f08bfa8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9846ae1 elementor-widget elementor-widget-html\" data-id=\"9846ae1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"UTF-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<title>Doctor Pressure Washer | #1 in Middlesex County, NJ<\/title>\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n<style>\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  :root {\r\n    --blue: #1565C0;\r\n    --blue-light: #1E88E5;\r\n    --blue-pale: #E3F2FD;\r\n    --navy: #0D1B2A;\r\n    --navy-mid: #152840;\r\n    --green: #2E7D32;\r\n    --green-light: #43A047;\r\n    --white: #ffffff;\r\n    --gray-50: #F8FAFC;\r\n    --gray-100: #F1F5F9;\r\n    --gray-200: #E2E8F0;\r\n    --gray-500: #64748B;\r\n    --gray-700: #334155;\r\n    --gray-900: #0F172A;\r\n    --font-head: 'Oswald', sans-serif;\r\n    --font-body: 'Nunito', sans-serif;\r\n    --shadow: 0 4px 24px rgba(0,0,0,0.10);\r\n    --shadow-lg: 0 8px 40px rgba(0,0,0,0.16);\r\n    --radius: 10px;\r\n    --radius-lg: 18px;\r\n  }\r\n\r\n  html { scroll-behavior: smooth; }\r\n  body { font-family: var(--font-body); color: var(--gray-900); background: var(--white); line-height: 1.6; }\r\n  img { display: block; max-width: 100%; }\r\n  a { text-decoration: none; color: inherit; }\r\n\r\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\r\n  nav {\r\n    position: sticky; top: 0; z-index: 100;\r\n    background: var(--navy);\r\n    display: flex; align-items: center; justify-content: space-between;\r\n    padding: 0 5%; height: 68px;\r\n    box-shadow: 0 2px 20px rgba(0,0,0,0.25);\r\n  }\r\n  .nav-logo { display: flex; align-items: center; gap: 12px; }\r\n  .nav-logo img { height: 48px; }\r\n  .nav-links { display: flex; gap: 28px; }\r\n  .nav-links a {\r\n    font-family: var(--font-head); font-weight: 500; font-size: 15px;\r\n    letter-spacing: .5px; color: rgba(255,255,255,0.85);\r\n    transition: color .2s;\r\n  }\r\n  .nav-links a:hover { color: var(--white); }\r\n  .nav-cta {\r\n    background: var(--blue-light); color: var(--white);\r\n    font-family: var(--font-head); font-size: 15px; font-weight: 600;\r\n    letter-spacing: .5px; padding: 9px 22px;\r\n    border-radius: 6px; transition: background .2s;\r\n  }\r\n  .nav-cta:hover { background: var(--blue); }\r\n  .nav-phone { color: var(--white); font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 6px; }\r\n  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }\r\n  .hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; }\r\n\r\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\r\n  .hero {\r\n    background: var(--navy);\r\n    position: relative; overflow: hidden;\r\n    padding: 100px 5% 80px;\r\n    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;\r\n  }\r\n  .hero::before {\r\n    content: '';\r\n    position: absolute; top: 0; right: 0;\r\n    width: 55%; height: 100%;\r\n    background: linear-gradient(135deg, #1565C0 0%, #0D47A1 50%, #082A6A 100%);\r\n    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);\r\n  }\r\n  .hero-text { position: relative; z-index: 2; }\r\n  .hero-badge {\r\n    display: inline-flex; align-items: center; gap: 8px;\r\n    background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.20);\r\n    color: #90CAF9; padding: 6px 14px; border-radius: 20px;\r\n    font-size: 13px; font-weight: 600; letter-spacing: .5px;\r\n    margin-bottom: 22px;\r\n  }\r\n  .hero h1 {\r\n    font-family: var(--font-head); font-size: clamp(38px, 5vw, 64px);\r\n    font-weight: 700; line-height: 1.08;\r\n    color: var(--white); margin-bottom: 20px;\r\n    text-transform: uppercase; letter-spacing: 1px;\r\n  }\r\n  .hero h1 span { color: #64B5F6; }\r\n  .hero p {\r\n    font-size: 17px; color: rgba(255,255,255,0.80);\r\n    max-width: 480px; margin-bottom: 36px; line-height: 1.7;\r\n  }\r\n  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }\r\n  .btn-primary {\r\n    background: var(--blue-light); color: var(--white);\r\n    font-family: var(--font-head); font-size: 16px; font-weight: 600;\r\n    letter-spacing: .5px; padding: 14px 32px;\r\n    border-radius: 8px; transition: all .2s; border: none; cursor: pointer;\r\n    display: inline-flex; align-items: center; gap: 8px;\r\n  }\r\n  .btn-primary:hover { background: var(--blue); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(21,101,192,.4); }\r\n  .btn-outline {\r\n    background: transparent; color: var(--white);\r\n    font-family: var(--font-head); font-size: 16px; font-weight: 600;\r\n    letter-spacing: .5px; padding: 13px 30px;\r\n    border-radius: 8px; border: 2px solid rgba(255,255,255,0.35);\r\n    cursor: pointer; transition: all .2s;\r\n    display: inline-flex; align-items: center; gap: 8px;\r\n  }\r\n  .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }\r\n  .hero-image { position: relative; z-index: 2; display: flex; justify-content: center; }\r\n  .hero-image img { max-height: 380px; object-fit: contain; filter: drop-shadow(0 8px 32px rgba(0,0,0,.5)); animation: float 4s ease-in-out infinite; }\r\n  @keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }\r\n\r\n  \/* \u2500\u2500 STATS BAR \u2500\u2500 *\/\r\n  .stats-bar {\r\n    background: var(--blue); padding: 28px 5%;\r\n    display: grid; grid-template-columns: repeat(4, 1fr);\r\n  }\r\n  .stat-item { text-align: center; padding: 8px 0; border-right: 1px solid rgba(255,255,255,0.2); }\r\n  .stat-item:last-child { border-right: none; }\r\n  .stat-num { font-family: var(--font-head); font-size: 36px; font-weight: 700; color: white; line-height: 1; }\r\n  .stat-label { font-size: 13px; color: rgba(255,255,255,0.78); font-weight: 500; margin-top: 4px; letter-spacing: .3px; }\r\n\r\n  \/* \u2500\u2500 SECTION UTILITIES \u2500\u2500 *\/\r\n  .section { padding: 80px 5%; }\r\n  .section-alt { background: var(--gray-50); }\r\n  .section-dark { background: var(--navy); }\r\n  .section-header { text-align: center; margin-bottom: 56px; }\r\n  .eyebrow {\r\n    font-family: var(--font-head); font-size: 13px; font-weight: 600;\r\n    letter-spacing: 2px; text-transform: uppercase;\r\n    color: var(--blue-light); margin-bottom: 12px;\r\n  }\r\n  .section-title {\r\n    font-family: var(--font-head); font-size: clamp(28px, 3.5vw, 42px);\r\n    font-weight: 700; text-transform: uppercase;\r\n    letter-spacing: .5px; line-height: 1.15; color: var(--navy);\r\n  }\r\n  .section-title.light { color: var(--white); }\r\n  .section-subtitle { font-size: 16px; color: var(--gray-500); margin-top: 14px; max-width: 560px; margin-left: auto; margin-right: auto; }\r\n  .section-subtitle.light { color: rgba(255,255,255,0.7); }\r\n  .divider { width: 56px; height: 4px; background: var(--blue-light); border-radius: 2px; margin: 16px auto 0; }\r\n\r\n  \/* \u2500\u2500 SERVICES \u2500\u2500 *\/\r\n  .services-grid {\r\n    display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;\r\n  }\r\n  .service-card {\r\n    background: var(--white); border: 1.5px solid var(--gray-200);\r\n    border-radius: var(--radius-lg); padding: 28px 18px;\r\n    text-align: center; transition: all .25s; cursor: pointer;\r\n    position: relative; overflow: hidden;\r\n  }\r\n  .service-card::after {\r\n    content: ''; position: absolute; bottom: 0; left: 0; right: 0;\r\n    height: 3px; background: var(--blue-light);\r\n    transform: scaleX(0); transform-origin: left; transition: transform .3s;\r\n  }\r\n  .service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #BBDEFB; }\r\n  .service-card:hover::after { transform: scaleX(1); }\r\n  .service-icon { font-size: 38px; margin-bottom: 12px; display: block; }\r\n  .service-card h3 { font-family: var(--font-head); font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: .3px; color: var(--navy); line-height: 1.3; }\r\n\r\n  \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\r\n  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }\r\n  .about-images { position: relative; }\r\n  .about-img-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }\r\n  .about-img-main img { width: 100%; height: 380px; object-fit: cover; }\r\n  .about-badge-float {\r\n    position: absolute; bottom: -20px; right: -20px;\r\n    background: var(--blue); color: white;\r\n    border-radius: var(--radius-lg); padding: 20px 24px;\r\n    text-align: center; box-shadow: var(--shadow-lg);\r\n  }\r\n  .about-badge-float .big { font-family: var(--font-head); font-size: 40px; font-weight: 700; line-height: 1; }\r\n  .about-badge-float .small { font-size: 13px; opacity: .85; margin-top: 4px; }\r\n  .about-text .eyebrow { text-align: left; }\r\n  .about-text .section-title { text-align: left; }\r\n  .about-text p { font-size: 16px; color: var(--gray-700); margin-top: 18px; line-height: 1.75; }\r\n  .feature-list { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }\r\n  .feature-item { display: flex; align-items: flex-start; gap: 12px; }\r\n  .check-icon { width: 22px; height: 22px; background: var(--blue-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }\r\n  .check-icon svg { width: 12px; height: 12px; fill: none; stroke: var(--blue-light); stroke-width: 2.5; }\r\n  .feature-item span { font-size: 15px; color: var(--gray-700); font-weight: 500; }\r\n\r\n  \/* \u2500\u2500 REAL ESTATE \u2500\u2500 *\/\r\n  .realestate-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1a2e50 100%); }\r\n  .realestate-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: center; }\r\n  .re-badge { display: inline-block; background: rgba(100,181,246,.15); border: 1px solid rgba(100,181,246,.3); color: #90CAF9; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; }\r\n  .re-title { font-family: var(--font-head); font-size: clamp(28px,3.5vw,42px); font-weight: 700; color: white; text-transform: uppercase; line-height: 1.15; margin-bottom: 18px; }\r\n  .re-title span { color: #64B5F6; }\r\n  .re-desc { font-size: 16px; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 32px; }\r\n  .re-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }\r\n  .re-feature { display: flex; align-items: center; gap: 14px; }\r\n  .re-feature-icon { width: 40px; height: 40px; background: rgba(30,136,229,.25); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }\r\n  .re-feature-text strong { display: block; color: white; font-size: 15px; font-weight: 600; }\r\n  .re-feature-text span { color: rgba(255,255,255,0.65); font-size: 13px; }\r\n  .re-cards { display: flex; flex-direction: column; gap: 16px; }\r\n  .re-card {\r\n    background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);\r\n    border-radius: var(--radius-lg); padding: 22px 24px;\r\n    display: flex; align-items: center; gap: 16px;\r\n    transition: background .2s;\r\n  }\r\n  .re-card:hover { background: rgba(255,255,255,0.12); }\r\n  .re-card-icon { font-size: 28px; }\r\n  .re-card h4 { font-family: var(--font-head); font-size: 16px; color: white; font-weight: 600; letter-spacing: .3px; }\r\n  .re-card p { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 3px; }\r\n\r\n  \/* \u2500\u2500 WHY CHOOSE \u2500\u2500 *\/\r\n  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\r\n  .why-card {\r\n    background: white; border: 1.5px solid var(--gray-200);\r\n    border-radius: var(--radius-lg); padding: 32px 24px;\r\n    transition: all .25s;\r\n  }\r\n  .why-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: #BBDEFB; }\r\n  .why-icon { width: 54px; height: 54px; background: var(--blue-pale); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; }\r\n  .why-card h3 { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: var(--navy); letter-spacing: .3px; margin-bottom: 10px; }\r\n  .why-card p { font-size: 14px; color: var(--gray-500); line-height: 1.7; }\r\n\r\n  \/* \u2500\u2500 PAYMENT \u2500\u2500 *\/\r\n  .payment-section { background: var(--gray-50); }\r\n  .payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }\r\n  .pay-card {\r\n    background: white; border: 2px solid var(--gray-200);\r\n    border-radius: var(--radius-lg); padding: 32px 24px;\r\n    text-align: center; transition: all .25s;\r\n  }\r\n  .pay-card:hover { border-color: var(--blue-light); box-shadow: 0 4px 24px rgba(30,136,229,.15); transform: translateY(-4px); }\r\n  .pay-logo { font-size: 40px; margin-bottom: 12px; }\r\n  .pay-card h3 { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: var(--navy); }\r\n  .pay-card p { font-size: 13px; color: var(--gray-500); margin-top: 6px; }\r\n  .pay-card .pay-tag { display: inline-block; background: #E8F5E9; color: #2E7D32; font-size: 11px; font-weight: 700; letter-spacing: .8px; padding: 3px 10px; border-radius: 12px; margin-top: 10px; }\r\n\r\n  \/* \u2500\u2500 REVIEWS \u2500\u2500 *\/\r\n  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\r\n  .review-card {\r\n    background: white; border: 1.5px solid var(--gray-200);\r\n    border-radius: var(--radius-lg); padding: 28px 24px;\r\n    transition: box-shadow .2s;\r\n  }\r\n  .review-card:hover { box-shadow: var(--shadow); }\r\n  .stars { color: #F59E0B; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }\r\n  .review-text { font-size: 15px; color: var(--gray-700); line-height: 1.65; font-style: italic; margin-bottom: 16px; }\r\n  .reviewer { display: flex; align-items: center; gap: 10px; }\r\n  .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--blue); flex-shrink: 0; }\r\n  .reviewer-name { font-size: 14px; font-weight: 700; color: var(--navy); }\r\n  .reviewer-label { font-size: 12px; color: var(--gray-500); }\r\n  .reviews-summary { display: flex; align-items: center; justify-content: center; gap: 28px; background: var(--navy); border-radius: var(--radius-lg); padding: 28px 40px; margin-bottom: 36px; }\r\n  .rs-num { font-family: var(--font-head); font-size: 52px; font-weight: 700; color: white; line-height: 1; }\r\n  .rs-stars { color: #FBBF24; font-size: 24px; margin-bottom: 4px; }\r\n  .rs-count { font-size: 13px; color: rgba(255,255,255,0.65); }\r\n\r\n  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\r\n  .faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }\r\n  .faq-item { background: white; border: 1.5px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; }\r\n  .faq-q {\r\n    padding: 20px 24px; display: flex; justify-content: space-between; align-items: center;\r\n    cursor: pointer; font-family: var(--font-head); font-size: 16px; font-weight: 600; color: var(--navy);\r\n    letter-spacing: .2px; transition: background .2s;\r\n  }\r\n  .faq-q:hover { background: var(--gray-50); }\r\n  .faq-q .toggle { width: 24px; height: 24px; border-radius: 50%; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s; }\r\n  .faq-q .toggle svg { width: 14px; height: 14px; fill: none; stroke: var(--blue); stroke-width: 2.5; transition: transform .3s; }\r\n  .faq-a { padding: 0 24px; max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .2s; font-size: 15px; color: var(--gray-700); line-height: 1.7; }\r\n  .faq-item.open .faq-q { background: var(--blue-pale); }\r\n  .faq-item.open .faq-a { max-height: 200px; padding: 0 24px 20px; }\r\n  .faq-item.open .toggle svg { transform: rotate(45deg); }\r\n\r\n  \/* \u2500\u2500 CTA BANNER \u2500\u2500 *\/\r\n  .cta-banner {\r\n    background: linear-gradient(135deg, var(--blue) 0%, #0D47A1 100%);\r\n    padding: 80px 5%; text-align: center;\r\n  }\r\n  .cta-banner h2 { font-family: var(--font-head); font-size: clamp(28px,4vw,48px); font-weight: 700; color: white; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; }\r\n  .cta-banner p { font-size: 17px; color: rgba(255,255,255,0.82); margin-bottom: 36px; }\r\n  .cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }\r\n  .btn-white { background: white; color: var(--blue); font-family: var(--font-head); font-size: 17px; font-weight: 700; padding: 15px 36px; border-radius: 8px; transition: all .2s; letter-spacing: .5px; }\r\n  .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }\r\n  .btn-ghost { background: transparent; color: white; font-family: var(--font-head); font-size: 17px; font-weight: 600; padding: 14px 34px; border-radius: 8px; border: 2px solid rgba(255,255,255,0.5); transition: all .2s; letter-spacing: .5px; }\r\n  .btn-ghost:hover { border-color: white; background: rgba(255,255,255,0.1); }\r\n\r\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\r\n  footer { background: var(--navy); padding: 60px 5% 32px; }\r\n  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }\r\n  .footer-brand img { height: 52px; margin-bottom: 16px; }\r\n  .footer-brand p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 260px; }\r\n  .footer-col h4 { font-family: var(--font-head); font-size: 15px; font-weight: 600; color: white; letter-spacing: .8px; text-transform: uppercase; margin-bottom: 16px; }\r\n  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }\r\n  .footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.6); transition: color .2s; }\r\n  .footer-col ul li a:hover { color: #90CAF9; }\r\n  .footer-contact li { font-size: 14px; color: rgba(255,255,255,0.65); display: flex; align-items: flex-start; gap: 8px; }\r\n  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }\r\n  .footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.4); }\r\n  .footer-badges { display: flex; gap: 10px; }\r\n  .f-badge { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.6); font-size: 11px; font-weight: 600; letter-spacing: .5px; padding: 5px 12px; border-radius: 6px; }\r\n\r\n  \/* \u2500\u2500 TRUST BAR \u2500\u2500 *\/\r\n  .trust-bar { background: var(--gray-100); border-bottom: 1px solid var(--gray-200); padding: 14px 5%; display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }\r\n  .trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--gray-700); }\r\n  .trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-light); flex-shrink: 0; }\r\n\r\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\r\n  @media (max-width: 1024px) {\r\n    .services-grid { grid-template-columns: repeat(3, 1fr); }\r\n    .why-grid { grid-template-columns: repeat(2, 1fr); }\r\n    .stats-bar { grid-template-columns: repeat(2, 1fr); }\r\n    .stats-bar .stat-item:nth-child(2) { border-right: none; }\r\n  }\r\n  @media (max-width: 900px) {\r\n    .hero { grid-template-columns: 1fr; text-align: center; padding: 72px 5% 60px; }\r\n    .hero::before { display: none; }\r\n    .hero p { margin: 0 auto 32px; }\r\n    .hero-btns { justify-content: center; }\r\n    .hero-image { display: none; }\r\n    .about-grid { grid-template-columns: 1fr; }\r\n    .realestate-inner { grid-template-columns: 1fr; }\r\n    .payment-grid { grid-template-columns: repeat(2, 1fr); }\r\n    .reviews-grid { grid-template-columns: 1fr 1fr; }\r\n    .footer-grid { grid-template-columns: 1fr 1fr; }\r\n    .nav-links { display: none; }\r\n  }\r\n  @media (max-width: 600px) {\r\n    .services-grid { grid-template-columns: repeat(2, 1fr); }\r\n    .why-grid { grid-template-columns: 1fr; }\r\n    .payment-grid { grid-template-columns: 1fr 1fr; }\r\n    .reviews-grid { grid-template-columns: 1fr; }\r\n    .footer-grid { grid-template-columns: 1fr; }\r\n    .stats-bar { grid-template-columns: repeat(2, 1fr); }\r\n  }\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<!-- TRUST BAR -->\r\n<div class=\"trust-bar\">\r\n  <div class=\"trust-item\"><span class=\"trust-dot\"><\/span> Licensed & Insured<\/div>\r\n  <div class=\"trust-item\"><span class=\"trust-dot\"><\/span> 300+ 5-Star Google Reviews<\/div>\r\n  <div class=\"trust-item\"><span class=\"trust-dot\"><\/span> Middlesex County, NJ<\/div>\r\n  <div class=\"trust-item\"><span class=\"trust-dot\"><\/span> Free Instant Quote<\/div>\r\n  <div class=\"trust-item\"><span class=\"trust-dot\"><\/span> Satisfaction Guaranteed<\/div>\r\n<\/div>\r\n\r\n<!-- NAV -->\r\n<nav>\r\n  <div class=\"nav-logo\">\r\n    <img decoding=\"async\" src=\"https:\/\/doctorpressurewasher.com\/wp-content\/uploads\/2025\/04\/WhatsApp_Image_2025-04-30_at_08.25.55_fffa5b4e-removebg-preview.png\" alt=\"Doctor Pressure Washer\">\r\n  <\/div>\r\n  <div class=\"nav-links\">\r\n    <a href=\"#services\">Services<\/a>\r\n    <a href=\"#about\">About<\/a>\r\n    <a href=\"#realestate\">Real Estate<\/a>\r\n    <a href=\"#reviews\">Reviews<\/a>\r\n    <a href=\"#faq\">FAQ<\/a>\r\n    <a href=\"#contact\">Contact<\/a>\r\n  <\/div>\r\n  <div style=\"display:flex;align-items:center;gap:16px;\">\r\n    <a href=\"tel:7329254498\" class=\"nav-phone\">\r\n      <svg width=\"15\" height=\"15\" viewBox=\"0 0 24 24\" fill=\"white\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z\"\/><\/svg>\r\n      (732) 925-4498\r\n    <\/a>\r\n    <a href=\"#contact\" class=\"nav-cta\">Get Free Quote<\/a>\r\n  <\/div>\r\n<\/nav>\r\n\r\n<!-- HERO -->\r\n<section class=\"hero\">\r\n  <div class=\"hero-text\">\r\n    <div class=\"hero-badge\">\r\n      \u2605 #1 Pressure Washer in Middlesex County, NJ\r\n    <\/div>\r\n    <h1>We Make Your<br><span>Property Shine<\/span><br>Like New<\/h1>\r\n    <p>Professional pressure washing for homes, businesses & real estate. Trusted by hundreds of property owners across New Jersey.<\/p>\r\n    <div class=\"hero-btns\">\r\n      <a href=\"#contact\" class=\"btn-primary\">\r\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z\"\/><\/svg>\r\n        Get Instant Quote\r\n      <\/a>\r\n      <a href=\"tel:7329254498\" class=\"btn-outline\">\r\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"white\"><path d=\"M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z\"\/><\/svg>\r\n        Call Now\r\n      <\/a>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"hero-image\">\r\n    <img decoding=\"async\" src=\"https:\/\/doctorpressurewasher.com\/wp-content\/uploads\/2025\/04\/WhatsApp_Image_2025-04-30_at_08.25.55_fffa5b4e-removebg-preview.png\" alt=\"Doctor Pressure Washer\">\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- STATS BAR -->\r\n<div class=\"stats-bar\">\r\n  <div class=\"stat-item\">\r\n    <div class=\"stat-num\">191+<\/div>\r\n    <div class=\"stat-label\">5-Star Reviews<\/div>\r\n  <\/div>\r\n  <div class=\"stat-item\">\r\n    <div class=\"stat-num\">500+<\/div>\r\n    <div class=\"stat-label\">Projects Completed<\/div>\r\n  <\/div>\r\n  <div class=\"stat-item\">\r\n    <div class=\"stat-num\">5+<\/div>\r\n    <div class=\"stat-label\">Years Experience<\/div>\r\n  <\/div>\r\n  <div class=\"stat-item\">\r\n    <div class=\"stat-num\">100%<\/div>\r\n    <div class=\"stat-label\">Satisfaction Guaranteed<\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- SERVICES -->\r\n<section class=\"section\" id=\"services\">\r\n  <div class=\"section-header\">\r\n    <div class=\"eyebrow\">What We Do<\/div>\r\n    <h2 class=\"section-title\">Our Pressure Washing Services<\/h2>\r\n    <div class=\"divider\"><\/div>\r\n    <p class=\"section-subtitle\">From driveways to rooftops \u2014 we clean it all with professional-grade equipment and proven techniques.<\/p>\r\n  <\/div>\r\n  <div class=\"services-grid\">\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83e\uddf1<\/span>\r\n      <h3>Concrete Cleaning<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83c\udf3f<\/span>\r\n      <h3>Fence & Deck Cleaning<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83e\udea3<\/span>\r\n      <h3>Gutter Cleaning<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83d\udca6<\/span>\r\n      <h3>Pressure Washing<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\u26a1<\/span>\r\n      <h3>Power Washing<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83c\udfe0<\/span>\r\n      <h3>House Washing<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83c\udfda\ufe0f<\/span>\r\n      <h3>Roof Cleaning<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83e\ude9f<\/span>\r\n      <h3>Window Cleaning<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83c\udfe2<\/span>\r\n      <h3>Commercial Washing<\/h3>\r\n    <\/div>\r\n    <div class=\"service-card\">\r\n      <span class=\"service-icon\">\ud83c\udff7\ufe0f<\/span>\r\n      <h3>Home Sale Prep<\/h3>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- ABOUT -->\r\n<section class=\"section section-alt\" id=\"about\">\r\n  <div class=\"about-grid\">\r\n    <div class=\"about-images\">\r\n      <div class=\"about-img-main\">\r\n        <img decoding=\"async\" src=\"https:\/\/doctorpressurewasher.com\/wp-content\/uploads\/2025\/05\/WhatsApp-Image-2025-05-02-at-02.06.57_c3df10dc.jpg\" alt=\"Doctor Pressure Washer Team\" onerror=\"this.style.background='#1565C0';this.style.height='380px';\">\r\n      <\/div>\r\n      <div class=\"about-badge-float\">\r\n        <div class=\"big\">5\u2605<\/div>\r\n        <div class=\"small\">Google Rating<\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"about-text\">\r\n      <div class=\"eyebrow\">About Us<\/div>\r\n      <h2 class=\"section-title\">Perth Amboy's Trusted Pressure Washing Experts<\/h2>\r\n      <p>At Doctor Pressure Washer, we believe every property deserves to look its best. Based in Perth Amboy, NJ, we've been serving Middlesex County homeowners, businesses, and real estate professionals with reliable, high-quality cleaning services.<\/p>\r\n      <p>Our fully trained, insured technicians bring the right equipment and expertise to every job \u2014 ensuring spotless results without damage to your property.<\/p>\r\n      <div class=\"feature-list\">\r\n        <div class=\"feature-item\">\r\n          <div class=\"check-icon\"><svg viewBox=\"0 0 12 12\"><polyline points=\"2,6 5,9 10,3\"\/><\/svg><\/div>\r\n          <span>Fully licensed & insured professionals<\/span>\r\n        <\/div>\r\n        <div class=\"feature-item\">\r\n          <div class=\"check-icon\"><svg viewBox=\"0 0 12 12\"><polyline points=\"2,6 5,9 10,3\"\/><\/svg><\/div>\r\n          <span>Eco-friendly cleaning solutions<\/span>\r\n        <\/div>\r\n        <div class=\"feature-item\">\r\n          <div class=\"check-icon\"><svg viewBox=\"0 0 12 12\"><polyline points=\"2,6 5,9 10,3\"\/><\/svg><\/div>\r\n          <span>No hidden fees \u2014 honest, upfront pricing<\/span>\r\n        <\/div>\r\n        <div class=\"feature-item\">\r\n          <div class=\"check-icon\"><svg viewBox=\"0 0 12 12\"><polyline points=\"2,6 5,9 10,3\"\/><\/svg><\/div>\r\n          <span>100% satisfaction guarantee on every job<\/span>\r\n        <\/div>\r\n      <\/div>\r\n      <div style=\"margin-top:32px;\">\r\n        <a href=\"#contact\" class=\"btn-primary\" style=\"display:inline-flex;\">Get a Free Quote Today<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- REAL ESTATE SECTION -->\r\n<section class=\"section realestate-section\" id=\"realestate\">\r\n  <div class=\"realestate-inner\">\r\n    <div>\r\n      <div class=\"re-badge\">Real Estate Services<\/div>\r\n      <h2 class=\"re-title\">Selling a Home?<br>We Help You <span>Sell Faster<\/span><\/h2>\r\n      <p class=\"re-desc\">First impressions matter. A professionally cleaned property can significantly boost your home's curb appeal, attract more buyers, and command a higher asking price. We work with realtors, homeowners, and investors across New Jersey.<\/p>\r\n      <div class=\"re-features\">\r\n        <div class=\"re-feature\">\r\n          <div class=\"re-feature-icon\">\ud83c\udfe1<\/div>\r\n          <div class=\"re-feature-text\">\r\n            <strong>Pre-Listing Cleaning<\/strong>\r\n            <span>Make your listing photos look stunning and attract serious buyers<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"re-feature\">\r\n          <div class=\"re-feature-icon\">\ud83d\udd11<\/div>\r\n          <div class=\"re-feature-text\">\r\n            <strong>Move-In Ready Prep<\/strong>\r\n            <span>Deep-clean the exterior before new owners take possession<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <div class=\"re-feature\">\r\n          <div class=\"re-feature-icon\">\ud83d\udccb<\/div>\r\n          <div class=\"re-feature-text\">\r\n            <strong>Realtor Partnerships<\/strong>\r\n            <span>We offer priority scheduling and bulk pricing for realtors<\/span>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <a href=\"#contact\" class=\"btn-primary\" style=\"display:inline-flex;\">Request Real Estate Quote<\/a>\r\n    <\/div>\r\n    <div class=\"re-cards\">\r\n      <div class=\"re-card\">\r\n        <div class=\"re-card-icon\">\ud83d\udcb2<\/div>\r\n        <div>\r\n          <h4>Boost Property Value<\/h4>\r\n          <p>A clean exterior can increase perceived value by thousands<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"re-card\">\r\n        <div class=\"re-card-icon\">\ud83d\udcf8<\/div>\r\n        <div>\r\n          <h4>Better Listing Photos<\/h4>\r\n          <p>Sparkling surfaces photograph beautifully online<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"re-card\">\r\n        <div class=\"re-card-icon\">\u26a1<\/div>\r\n        <div>\r\n          <h4>Fast Turnaround<\/h4>\r\n          <p>We work around your listing & showing schedule<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"re-card\">\r\n        <div class=\"re-card-icon\">\ud83e\udd1d<\/div>\r\n        <div>\r\n          <h4>Investor-Friendly<\/h4>\r\n          <p>Package deals for multi-property investors available<\/p>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"re-card\">\r\n        <div class=\"re-card-icon\">\ud83c\udfe2<\/div>\r\n        <div>\r\n          <h4>Commercial Real Estate<\/h4>\r\n          <p>Storefronts, offices, parking lots and more<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- WHY CHOOSE US -->\r\n<section class=\"section\" id=\"why\">\r\n  <div class=\"section-header\">\r\n    <div class=\"eyebrow\">Why Doctor Pressure Washer<\/div>\r\n    <h2 class=\"section-title\">The Difference is Clear<\/h2>\r\n    <div class=\"divider\"><\/div>\r\n  <\/div>\r\n  <div class=\"why-grid\">\r\n    <div class=\"why-card\">\r\n      <div class=\"why-icon\">\ud83c\udfaf<\/div>\r\n      <h3>Satisfaction Guarantee<\/h3>\r\n      <p>We don't stop until you're completely happy with the results. If you're not satisfied, we come back and make it right.<\/p>\r\n    <\/div>\r\n    <div class=\"why-card\">\r\n      <div class=\"why-icon\">\ud83d\udccd<\/div>\r\n      <h3>Local Expertise<\/h3>\r\n      <p>Based right here in Perth Amboy, NJ. We know the local climate, surfaces, and what our community needs.<\/p>\r\n    <\/div>\r\n    <div class=\"why-card\">\r\n      <div class=\"why-icon\">\ud83d\udee1\ufe0f<\/div>\r\n      <h3>Fully Insured<\/h3>\r\n      <p>Every job is covered. Our insurance protects your property and gives you total peace of mind.<\/p>\r\n    <\/div>\r\n    <div class=\"why-card\">\r\n      <div class=\"why-icon\">\ud83d\udcb5<\/div>\r\n      <h3>Honest Pricing<\/h3>\r\n      <p>No hidden fees. No surprises. We quote the price and stick to it \u2014 always fair, always transparent.<\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- PAYMENT METHODS -->\r\n<section class=\"section payment-section\" id=\"payment\">\r\n  <div class=\"section-header\">\r\n    <div class=\"eyebrow\">Easy Payment<\/div>\r\n    <h2 class=\"section-title\">We Accept Your Preferred Payment<\/h2>\r\n    <div class=\"divider\"><\/div>\r\n    <p class=\"section-subtitle\">Pay the way that works best for you \u2014 we keep it simple and convenient.<\/p>\r\n  <\/div>\r\n  <div class=\"payment-grid\">\r\n    <div class=\"pay-card\">\r\n      <div class=\"pay-logo\">\ud83d\udcb3<\/div>\r\n      <h3>Zelle<\/h3>\r\n      <p>Fast & secure bank transfer \u2014 no fees<\/p>\r\n      <div class=\"pay-tag\">INSTANT<\/div>\r\n    <\/div>\r\n    <div class=\"pay-card\">\r\n      <div class=\"pay-logo\">\ud83d\udcf1<\/div>\r\n      <h3>Cash App<\/h3>\r\n      <p>Send payment instantly from your phone<\/p>\r\n      <div class=\"pay-tag\">INSTANT<\/div>\r\n    <\/div>\r\n    <div class=\"pay-card\">\r\n      <div class=\"pay-logo\">\ud83d\udcb8<\/div>\r\n      <h3>Venmo<\/h3>\r\n      <p>Easy mobile payment through Venmo app<\/p>\r\n      <div class=\"pay-tag\">INSTANT<\/div>\r\n    <\/div>\r\n    <div class=\"pay-card\">\r\n      <div class=\"pay-logo\">\ud83d\udcb5<\/div>\r\n      <h3>Cash<\/h3>\r\n      <p>Traditional cash payments always welcome<\/p>\r\n      <div class=\"pay-tag\">ACCEPTED<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- REVIEWS -->\r\n<section class=\"section section-alt\" id=\"reviews\">\r\n  <div class=\"section-header\">\r\n    <div class=\"eyebrow\">Customer Reviews<\/div>\r\n    <h2 class=\"section-title\">What Our Clients Say<\/h2>\r\n    <div class=\"divider\"><\/div>\r\n  <\/div>\r\n  <div class=\"reviews-summary\">\r\n    <div>\r\n      <div class=\"rs-num\">5.0<\/div>\r\n    <\/div>\r\n    <div>\r\n      <div class=\"rs-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <div style=\"color:white;font-weight:700;font-size:16px;\">Excellent Rating<\/div>\r\n      <div class=\"rs-count\">Based on 191+ Google Reviews<\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"reviews-grid\">\r\n    <div class=\"review-card\">\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p class=\"review-text\">\"Dr. Pressure Washer did an amazing job on my property! The team was professional, on time, and the results were better than I expected. My driveway and exterior look brand new.\"<\/p>\r\n      <div class=\"reviewer\">\r\n        <div class=\"avatar\">JR<\/div>\r\n        <div>\r\n          <div class=\"reviewer-name\">Jesus Rodriguez<\/div>\r\n          <div class=\"reviewer-label\">Google Review<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p class=\"review-text\">\"Great wash from Denny. Highly recommended! My patio looks incredible \u2014 couldn't believe how much of a difference it made. Will definitely be calling them again next season.\"<\/p>\r\n      <div class=\"reviewer\">\r\n        <div class=\"avatar\">KB<\/div>\r\n        <div>\r\n          <div class=\"reviewer-name\">Kettura Blaise<\/div>\r\n          <div class=\"reviewer-label\">Google Review<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p class=\"review-text\">\"Great commercial power wash! Very professional service and excellent attention to detail. Our storefront looks cleaner than it has in years. Highly recommend for commercial properties!\"<\/p>\r\n      <div class=\"reviewer\">\r\n        <div class=\"avatar\">JC<\/div>\r\n        <div>\r\n          <div class=\"reviewer-name\">Jodalie Clerzius<\/div>\r\n          <div class=\"reviewer-label\">Google Review<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p class=\"review-text\">\"Great roof wash! Very happy with the results \u2014 the algae and staining are completely gone. The team was careful, fast, and professional. Would definitely use their services again.\"<\/p>\r\n      <div class=\"reviewer\">\r\n        <div class=\"avatar\">FB<\/div>\r\n        <div>\r\n          <div class=\"reviewer-name\">Fari B.<\/div>\r\n          <div class=\"reviewer-label\">Google Review<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p class=\"review-text\">\"Great driveway cleaning for a great price! Showed up on time, worked quickly, and the driveway looks fantastic. Super professional and easy to work with. 10\/10 would recommend!\"<\/p>\r\n      <div class=\"reviewer\">\r\n        <div class=\"avatar\">DB<\/div>\r\n        <div>\r\n          <div class=\"reviewer-name\">Donte Bastian<\/div>\r\n          <div class=\"reviewer-label\">Google Review<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"review-card\">\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p class=\"review-text\">\"Great commercial job. They handled our entire facility quickly and professionally. Parking lot and loading area have never looked this clean. Will be scheduling regular maintenance with them.\"<\/p>\r\n      <div class=\"reviewer\">\r\n        <div class=\"avatar\">AG<\/div>\r\n        <div>\r\n          <div class=\"reviewer-name\">Alexander Guti\u00e9rrez<\/div>\r\n          <div class=\"reviewer-label\">Google Review<\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n  <div style=\"text-align:center;margin-top:36px;\">\r\n    <a href=\"https:\/\/doctorpressurewasher.com\/rev\/\" class=\"btn-primary\" style=\"display:inline-flex;\">Read All 191+ Reviews<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- FAQ -->\r\n<section class=\"section\" id=\"faq\">\r\n  <div class=\"section-header\">\r\n    <div class=\"eyebrow\">Got Questions?<\/div>\r\n    <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\r\n    <div class=\"divider\"><\/div>\r\n  <\/div>\r\n  <div class=\"faq-list\">\r\n    <div class=\"faq-item open\">\r\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\r\n        What surfaces can be pressure washed?\r\n        <div class=\"toggle\"><svg viewBox=\"0 0 14 14\"><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"12\"\/><line x1=\"2\" y1=\"7\" x2=\"12\" y2=\"7\"\/><\/svg><\/div>\r\n      <\/div>\r\n      <div class=\"faq-a\">We safely clean concrete, brick, vinyl siding, wood decks, patios, fences, gutters, roofs, and more. For delicate areas, we use soft washing techniques to protect the surface.<\/div>\r\n    <\/div>\r\n    <div class=\"faq-item\">\r\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\r\n        What's the difference between pressure washing and soft washing?\r\n        <div class=\"toggle\"><svg viewBox=\"0 0 14 14\"><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"12\"\/><line x1=\"2\" y1=\"7\" x2=\"12\" y2=\"7\"\/><\/svg><\/div>\r\n      <\/div>\r\n      <div class=\"faq-a\">Pressure washing uses high-pressure water for tough surfaces like driveways and concrete. Soft washing uses low pressure with specialized cleaning solutions for more delicate surfaces like roofs and painted siding.<\/div>\r\n    <\/div>\r\n    <div class=\"faq-item\">\r\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\r\n        Is pressure washing safe for my home?\r\n        <div class=\"toggle\"><svg viewBox=\"0 0 14 14\"><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"12\"\/><line x1=\"2\" y1=\"7\" x2=\"12\" y2=\"7\"\/><\/svg><\/div>\r\n      <\/div>\r\n      <div class=\"faq-a\">Absolutely. Our trained professionals know how to adjust pressure levels and select the right cleaning methods for each surface \u2014 preventing any damage to your property.<\/div>\r\n    <\/div>\r\n    <div class=\"faq-item\">\r\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\r\n        How often should I get my property pressure washed?\r\n        <div class=\"toggle\"><svg viewBox=\"0 0 14 14\"><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"12\"\/><line x1=\"2\" y1=\"7\" x2=\"12\" y2=\"7\"\/><\/svg><\/div>\r\n      <\/div>\r\n      <div class=\"faq-a\">We recommend pressure washing most exterior surfaces at least once a year. High-traffic areas like driveways and commercial entrances may benefit from more frequent cleaning.<\/div>\r\n    <\/div>\r\n    <div class=\"faq-item\">\r\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\r\n        Do I need to be home during the service?\r\n        <div class=\"toggle\"><svg viewBox=\"0 0 14 14\"><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"12\"\/><line x1=\"2\" y1=\"7\" x2=\"12\" y2=\"7\"\/><\/svg><\/div>\r\n      <\/div>\r\n      <div class=\"faq-a\">Not necessarily! As long as we have access to the areas being cleaned and any pets are safely inside, we can complete most jobs while you're away.<\/div>\r\n    <\/div>\r\n    <div class=\"faq-item\">\r\n      <div class=\"faq-q\" onclick=\"toggleFaq(this)\">\r\n        Do you offer services for real estate and home sales?\r\n        <div class=\"toggle\"><svg viewBox=\"0 0 14 14\"><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"12\"\/><line x1=\"2\" y1=\"7\" x2=\"12\" y2=\"7\"\/><\/svg><\/div>\r\n      <\/div>\r\n      <div class=\"faq-a\">Yes! We specialize in pre-listing cleanups to maximize curb appeal and help homes sell faster. We also work directly with realtors and offer priority scheduling. Contact us for real estate pricing.<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- CTA BANNER -->\r\n<section class=\"cta-banner\" id=\"contact\">\r\n  <h2>Ready to Transform Your Property?<\/h2>\r\n  <p>Get a free, no-obligation quote today. We serve all of Middlesex County, NJ.<\/p>\r\n  <div class=\"cta-group\">\r\n    <a href=\"mailto:info@doctorpressurewasher.com\" class=\"btn-white\">Get Instant Quote<\/a>\r\n    <a href=\"tel:7329254498\" class=\"btn-ghost\">\ud83d\udcde (732) 925-4498<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- FOOTER -->\r\n<footer>\r\n  <div class=\"footer-grid\">\r\n    <div class=\"footer-brand\">\r\n      <img decoding=\"async\" src=\"https:\/\/doctorpressurewasher.com\/wp-content\/uploads\/2025\/04\/WhatsApp_Image_2025-04-30_at_08.25.55_fffa5b4e-removebg-preview.png\" alt=\"Doctor Pressure Washer\">\r\n      <p>Perth Amboy's most trusted pressure washing company. Serving Middlesex County, NJ with professional residential and commercial cleaning.<\/p>\r\n      <div style=\"margin-top:18px;display:flex;gap:10px;\">\r\n        <a href=\"https:\/\/www.instagram.com\/dr.pressurewasher\/\" style=\"width:36px;height:36px;background:rgba(255,255,255,0.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:white;font-size:16px;\">\ud83d\udcf7<\/a>\r\n      <\/div>\r\n    <\/div>\r\n    <div class=\"footer-col\">\r\n      <h4>Services<\/h4>\r\n      <ul>\r\n        <li><a href=\"#\">Concrete Cleaning<\/a><\/li>\r\n        <li><a href=\"#\">Fence & Deck Cleaning<\/a><\/li>\r\n        <li><a href=\"#\">Roof Cleaning<\/a><\/li>\r\n        <li><a href=\"#\">Gutter Cleaning<\/a><\/li>\r\n        <li><a href=\"#\">House Washing<\/a><\/li>\r\n        <li><a href=\"#\">Commercial Washing<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div class=\"footer-col\">\r\n      <h4>Company<\/h4>\r\n      <ul>\r\n        <li><a href=\"#\">Home<\/a><\/li>\r\n        <li><a href=\"#\">About Us<\/a><\/li>\r\n        <li><a href=\"#\">Gallery<\/a><\/li>\r\n        <li><a href=\"#\">Reviews<\/a><\/li>\r\n        <li><a href=\"#realestate\">Real Estate<\/a><\/li>\r\n        <li><a href=\"#\">Contact<\/a><\/li>\r\n      <\/ul>\r\n    <\/div>\r\n    <div class=\"footer-col\">\r\n      <h4>Contact<\/h4>\r\n      <ul class=\"footer-contact\">\r\n        <li>\ud83d\udcde <a href=\"tel:7329254498\">(732) 925-4498<\/a><\/li>\r\n        <li>\ud83c\udf10 <a href=\"https:\/\/doctorpressurewasher.com\">doctorpressurewasher.com<\/a><\/li>\r\n        <li>\ud83d\udccd Perth Amboy, NJ<br>Middlesex County<\/li>\r\n        <li style=\"margin-top:12px;font-size:12px;opacity:0.6;\">Pay via: Zelle \u00b7 Cash App<br>Venmo \u00b7 Cash<\/li>\r\n      <\/ul>\r\n    <\/div>\r\n  <\/div>\r\n  <div class=\"footer-bottom\">\r\n    <p>\u00a9 2025 Doctor Pressure Washer. All rights reserved.<\/p>\r\n    <div class=\"footer-badges\">\r\n      <div class=\"f-badge\">Licensed<\/div>\r\n      <div class=\"f-badge\">Insured<\/div>\r\n      <div class=\"f-badge\">5\u2605 Google<\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<script>\r\nfunction toggleFaq(el) {\r\n  var item = el.parentElement;\r\n  var isOpen = item.classList.contains('open');\r\n  document.querySelectorAll('.faq-item').forEach(function(f){ f.classList.remove('open'); });\r\n  if (!isOpen) item.classList.add('open');\r\n}\r\n<\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Doctor Pressure Washer | #1 in Middlesex County, NJ Licensed &#038; Insured 300+ 5-Star Google Reviews Middlesex County, NJ Free Instant Quote Satisfaction Guaranteed Services About Real Estate Reviews FAQ Contact (732) 925-4498 Get Free Quote \u2605 #1 Pressure Washer in Middlesex County, NJ We Make YourProperty ShineLike New Professional pressure washing for homes, businesses [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":12,"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/20"}],"wp:attachment":[{"href":"https:\/\/denny2288.wpelitee.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}