<!DOCTYPE html>

<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Wolterman Law Office | Cincinnati Personal Injury & Estate Planning Attorneys</title>
<meta name="description" content="Wolterman Law Office serves Greater Cincinnati in personal injury, estate planning, business law, and 1031 exchanges. $22.5M TQL verdict. Free consultation: (513) 625-0580."/>
<meta content="Wolterman Law Office serves Southwest Ohio with estate planning, personal injury, business law, and 1031 exchange services. Offices in Loveland and Blue Ash. Contact us to schedule a case review." name="description"/>
<meta content="index, follow" name="robots"/>
<link href="https://www.woltermanlaw.com/" rel="canonical"/>
<meta name="google-site-verification" content="k6CAfXKhMxXR3iyD10QpyaAJ1T4rhGltUBdNczpLIlA" />
<!-- Open Graph -->
<meta content="Wolterman Law Office | Cincinnati Personal Injury & Estate Planning Attorneys" property="og:title"/>
<meta content="Trusted Ohio lawyers for estate planning, probate, personal injury, and business law. Serving Southwest Ohio from Loveland and Blue Ash offices." property="og:description"/>
<meta content="https://www.woltermanlaw.com/" property="og:url"/>
<meta content="website" property="og:type"/>
<meta content="https://woltermanlaw.com/images/Wolterman-hero-2.webp" property="og:image"/>
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&amp;family=Inter:wght@400;500;600;700&amp;display=swap" rel="stylesheet"/>
<!-- Styles -->
<link href="css/style.css" rel="stylesheet"/>
<style>
 /* ===== HERO SPLIT ===== */
 .hero-split {
 display: grid;
 grid-template-columns: 1fr 420px;
 min-height: calc(100vh - 72px);
 position: relative;
 margin-top: 0;
 background: #0a1f3d;
 }
 .hero-split-photo {
 position: relative;
 overflow: hidden;
 background: #0a1f3d;
 }
 .hero-split-photo img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center top;
 display: block;
 }
 .hero-split-photo-overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(135deg, rgba(13,27,55,0.72) 0%, rgba(13,27,55,0.35) 60%, transparent 100%);
 }
 .hero-split-text {
 position: absolute;
 bottom: 10%;
 left: 5%;
 max-width: 540px;
 z-index: 2;
 }
 .hero-split-text .hero-badge {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 background: rgba(201,168,76,0.18);
 border: 1px solid rgba(201,168,76,0.4);
 color: #c9a84c;
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.12em;
 text-transform: uppercase;
 padding: 5px 12px;
 border-radius: 20px;
 margin-bottom: 1.25rem;
 }
 .hero-split-text h1 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(2rem, 4vw, 3rem);
 font-weight: 700;
 color: #fff;
 line-height: 1.2;
 margin-bottom: 1rem;
 }
 .hero-split-text p {
 font-size: 1rem;
 color: rgba(255,255,255,0.82);
 line-height: 1.65;
 margin-bottom: 0.6rem;
 }
 .hero-split-text .hero-location {
 display: flex;
 align-items: center;
 gap: 6px;
 font-size: 0.85rem;
 color: rgba(255,255,255,0.65);
 margin-top: 0.5rem;
 }
 .hero-split-form-col {
 background: var(--navy, #0d1b37);
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 3rem 2.5rem;
 }
 .hero-form-card {
 background: #fff;
 border-radius: 12px;
 padding: 2rem 1.75rem;
 width: 100%;
 box-shadow: 0 20px 60px rgba(0,0,0,0.25);
 }
 .hero-form-card h2 {
 font-family: 'Playfair Display', serif;
 font-size: 1.4rem;
 color: var(--navy, #0d1b37);
 text-align: center;
 margin-bottom: 0.4rem;
 }
 .hero-form-card .form-subtitle {
 font-size: 0.82rem;
 color: #666;
 text-align: center;
 margin-bottom: 1.5rem;
 line-height: 1.5;
 }
 .hero-form-card .form-row {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 0.75rem;
 }
 .hero-form-card .form-group {
 margin-bottom: 0.75rem;
 }
 .hero-form-card label {
 display: block;
 font-size: 0.78rem;
 font-weight: 600;
 color: #333;
 margin-bottom: 4px;
 }
 .hero-form-card input,
 .hero-form-card select,
 .hero-form-card textarea {
 width: 100%;
 padding: 9px 12px;
 border: 1.5px solid #ddd;
 border-radius: 6px;
 font-size: 0.85rem;
 font-family: 'Inter', sans-serif;
 color: #333;
 background: #fff;
 transition: border-color 0.2s;
 box-sizing: border-box;
 }
 .hero-form-card input:focus,
 .hero-form-card select:focus,
 .hero-form-card textarea:focus {
 outline: none;
 border-color: var(--navy, #0d1b37);
 }
 .hero-form-card textarea {
 resize: vertical;
 min-height: 72px;
 }
 .hero-form-card .form-disclaimer {
 display: flex;
 align-items: flex-start;
 gap: 8px;
 margin-bottom: 1rem;
 }
 .hero-form-card .form-disclaimer input[type="checkbox"] {
 width: auto;
 margin-top: 2px;
 flex-shrink: 0;
 }
 .hero-form-card .form-disclaimer span {
 font-size: 0.72rem;
 color: #888;
 line-height: 1.5;
 }
 .hero-form-card .btn-submit {
 width: 100%;
 background: var(--navy, #0d1b37);
 color: #fff;
 border: none;
 padding: 13px;
 border-radius: 6px;
 font-size: 0.9rem;
 font-weight: 700;
 cursor: pointer;
 font-family: 'Inter', sans-serif;
 transition: background 0.2s;
 }
 .hero-form-card .btn-submit:hover {
 background: #1a2f5e;
 }
 .hero-form-card .form-phone-alt {
 text-align: center;
 font-size: 0.8rem;
 color: #888;
 margin-top: 0.75rem;
 }
 .hero-form-card .form-phone-alt a {
 color: var(--gold, #c9a84c);
 font-weight: 700;
 text-decoration: none;
 }

 /* ===== VIDEO + INTRO ===== */

 /* ===== FEATURED LEGAL SERVICES ===== */
 .featured-services-section {
 padding: 80px 0;
 background: #fff;
 }
 .featured-services-header {
 text-align: center;
 margin-bottom: 3rem;
 }
 .featured-services-header h2 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(1.8rem, 3vw, 2.4rem);
 color: #0d1b37;
 margin-bottom: 0.5rem;
 }
 .featured-services-header .subhead {
 font-size: 0.9rem;
 color: #666;
 margin-bottom: 0.25rem;
 }
 .featured-services-header .subhead-2 {
 font-size: 0.9rem;
 color: #666;
 }
 .featured-cards-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.5rem;
 margin-bottom: 1rem;
 }
 .featured-card {
 border-radius: 12px;
 overflow: hidden;
 background: #f5f6f8;
 transition: transform 0.2s, box-shadow 0.2s;
 text-decoration: none;
 display: block;
 }
 .featured-card:hover {
 transform: translateY(-4px);
 box-shadow: 0 12px 40px rgba(0,0,0,0.12);
 }
 .featured-card-img {
 width: 100%;
 height: 200px;
 object-fit: cover;
 display: block;
 }
 .featured-card-body {
 padding: 1.5rem;
 }
 .featured-card-icon {
 width: 44px;
 height: 44px;
 background: var(--navy, #0d1b37);
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-bottom: 1rem;
 }
 .featured-card-icon svg {
 width: 22px;
 height: 22px;
 fill: #fff;
 }
 .featured-card-body h3 {
 font-family: 'Playfair Display', serif;
 font-size: 1.15rem;
 color: #0d1b37;
 margin-bottom: 0.6rem;
 }
 .featured-card-body p {
 font-size: 0.875rem;
 color: #555;
 line-height: 1.6;
 margin-bottom: 1rem;
 }
 .featured-card-link {
 font-size: 0.85rem;
 font-weight: 600;
 color: var(--navy, #0d1b37);
 display: flex;
 align-items: center;
 gap: 5px;
 text-decoration: none;
 }
 .featured-card-link svg {
 transition: transform 0.2s;
 }
 .featured-card:hover .featured-card-link svg {
 transform: translateX(4px);
 }

 /* ===== ADDITIONAL PRACTICE AREAS ===== */
 .additional-areas-section {
 padding: 60px 0 80px;
 background: #f5f6f8;
 }
 .additional-areas-header {
 text-align: center;
 margin-bottom: 2.5rem;
 }
 .additional-areas-header h2 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(1.6rem, 2.5vw, 2rem);
 color: #0d1b37;
 margin-bottom: 0.4rem;
 }
 .additional-areas-header p {
 font-size: 0.9rem;
 color: #666;
 }
 .additional-cards-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 1rem;
 margin-bottom: 2rem;
 }
 .additional-card {
 background: #fff;
 border-radius: 10px;
 padding: 1.5rem;
 border: 1px solid #e5e7eb;
 text-decoration: none;
 display: block;
 transition: border-color 0.2s, box-shadow 0.2s;
 }
 .additional-card:hover {
 border-color: var(--navy, #0d1b37);
 box-shadow: 0 4px 20px rgba(0,0,0,0.08);
 }
 .additional-card-top {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 0.75rem;
 }
 .additional-card-icon {
 width: 40px;
 height: 40px;
 background: var(--navy, #0d1b37);
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 }
 .additional-card-icon svg {
 width: 20px;
 height: 20px;
 fill: #fff;
 }
 .additional-card-arrow {
 color: #999;
 font-size: 1.1rem;
 transition: color 0.2s;
 }
 .additional-card:hover .additional-card-arrow {
 color: var(--navy, #0d1b37);
 }
 .additional-card h3 {
 font-size: 0.95rem;
 font-weight: 700;
 color: #0d1b37;
 margin-bottom: 0.4rem;
 }
 .additional-card p {
 font-size: 0.8rem;
 color: #666;
 line-height: 1.5;
 }
 .view-all-link {
 text-align: center;
 }
 .view-all-link a {
 font-size: 0.9rem;
 font-weight: 700;
 color: var(--navy, #0d1b37);
 text-decoration: none;
 display: inline-flex;
 align-items: center;
 gap: 6px;
 border-bottom: 2px solid var(--gold, #c9a84c);
 padding-bottom: 2px;
 }

 /* ===== FEATURED ON ===== */
 .featured-on-section {
 padding: 48px 0;
 background: #fff;
 border-top: 1px solid #e5e7eb;
 border-bottom: 1px solid #e5e7eb;
 }
 .featured-on-label {
 text-align: center;
 font-size: 0.72rem;
 font-weight: 700;
 letter-spacing: 0.15em;
 text-transform: uppercase;
 color: #999;
 margin-bottom: 1.75rem;
 }
 .featured-on-logos {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 2.5rem;
 flex-wrap: wrap;
 }
 .featured-on-logos img {
 height: 52px;
 width: auto;
 filter: grayscale(30%);
 opacity: 0.85;
 transition: opacity 0.2s;
 }
 .featured-on-logos img:hover {
 opacity: 1;
 }

 /* ===== WHY CLIENTS SECTION ===== */
 .why-clients-section {
 padding: 80px 0;
 background: var(--navy, #0d1b37);
 }
 .why-clients-header {
 text-align: center;
 margin-bottom: 3rem;
 }
 .why-clients-header h2 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(1.8rem, 3vw, 2.4rem);
 color: #fff;
 margin-bottom: 0.5rem;
 }
 .why-clients-header p {
 font-size: 0.9rem;
 color: rgba(255,255,255,0.6);
 }
 .why-clients-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 2rem;
 text-align: center;
 }
 .why-clients-item .icon-circle {
 width: 72px;
 height: 72px;
 background: rgba(201,168,76,0.15);
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 1.25rem;
 }
 .why-clients-item .icon-circle svg {
 width: 32px;
 height: 32px;
 fill: var(--gold, #c9a84c);
 }
 .why-clients-item h3 {
 font-size: 1rem;
 font-weight: 700;
 color: #fff;
 margin-bottom: 0.5rem;
 }
 .why-clients-item p {
 font-size: 0.83rem;
 color: rgba(255,255,255,0.6);
 line-height: 1.6;
 }

 /* ===== TESTIMONIALS ===== */
 .testimonials-section {
 padding: 80px 0;
 background: #f5f6f8;
 }
 .testimonials-header {
 text-align: center;
 margin-bottom: 3rem;
 }
 .testimonials-header h2 {
 font-family: 'Playfair Display', serif;
 font-size: clamp(1.8rem, 3vw, 2.4rem);
 color: #0d1b37;
 margin-bottom: 0.4rem;
 }
 .testimonials-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 1.5rem;
 }
 .testimonial-card {
 background: #fff;
 border-radius: 12px;
 padding: 1.75rem;
 box-shadow: 0 2px 12px rgba(0,0,0,0.06);
 }
 .testimonial-stars {
 color: var(--gold, #c9a84c);
 font-size: 1rem;
 margin-bottom: 1rem;
 letter-spacing: 2px;
 }
 .testimonial-text {
 font-size: 0.9rem;
 color: #444;
 line-height: 1.7;
 font-style: italic;
 margin-bottom: 1.25rem;
 }
 .testimonial-author {
 font-size: 0.85rem;
 font-weight: 700;
 color: #0d1b37;
 }
 .testimonial-source {
 font-size: 0.75rem;
 color: #999;
 margin-top: 2px;
 }

 /* ===== RESPONSIVE ===== */
 @media (max-width: 1024px) {
 .hero-split {
 grid-template-columns: 1fr;
 min-height: auto;
 }
 .hero-split-photo {
 height: 55vw;
 min-height: 320px;
 }
 .hero-split-form-col {
 padding: 2.5rem 1.5rem;
 }
 .additional-cards-grid {
 grid-template-columns: repeat(2, 1fr);
 }
 .why-clients-grid {
 grid-template-columns: repeat(2, 1fr);
 }
 }
 @media (max-width: 768px) {
 .hero-split { width: 100%; overflow: hidden; }
 .hero-split-text h1 { font-size: 1.75rem; }
 .hero-split-text { left: 5%; right: 5%; max-width: none; }
 .hero-split-photo { min-height: 300px; width: 100%; }
 .hero-split-form-col { padding: 2rem 16px; width: 100%; box-sizing: border-box; }
 .hero-form-card { padding: 1.75rem 1.25rem; box-sizing: border-box; }
 .featured-cards-grid { grid-template-columns: 1fr; }
 .additional-cards-grid { grid-template-columns: 1fr 1fr; }
 .why-clients-grid { grid-template-columns: 1fr 1fr; }
 .testimonials-grid { grid-template-columns: 1fr; }
 .featured-services-section { padding: 48px 16px; }
 .additional-areas-section { padding: 48px 16px; }
 }
 @media (max-width: 480px) {
 .hero-form-card .form-row { grid-template-columns: 1fr; }
 .hero-form-card { padding: 1.5rem 1rem; }
 .additional-cards-grid { grid-template-columns: 1fr; }
 .why-clients-grid { grid-template-columns: 1fr 1fr; }
 }
 
/* ── Hero Slideshow ── */
.hero-slideshow {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
}
.hero-slide {
 position: absolute;
 inset: 0;
 opacity: 0;
 transition: opacity 1.2s ease-in-out;
 width: 100%;
 height: 100%;
}
.hero-slide.active {
 opacity: 1;
}
.hero-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: center top;
 display: block;
}
.hero-slide-dots {
 position: absolute;
 bottom: 1.5rem;
 left: 50%;
 transform: translateX(-50%);
 display: flex;
 gap: 8px;
 z-index: 10;
}
.hero-dot {
 width: 10px;
 height: 10px;
 border-radius: 50%;
 background: rgba(255,255,255,0.4);
 border: none;
 cursor: pointer;
 padding: 0;
 transition: background 0.3s, transform 0.3s;
}
.hero-dot.active {
 background: #c9a84c;
 transform: scale(1.25);
}

</style>
<!-- Schema Markup -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LegalService",
  "name": "Wolterman Law Office",
  "description": "Wolterman Law Office provides estate planning, personal injury, business law, 1031 exchange, and litigation services to individuals and businesses in Southwest Ohio.",
  "url": "https://woltermanlaw.com",
  "telephone": "+15132245191",
  "email": "info@woltermanlaw.com",
  "foundingDate": "2004",
  "slogan": "Big-Firm Knowledge. Small-Firm Care.",
  "areaServed": [
    {
      "@type": "City",
      "name": "Loveland",
      "containedInPlace": {
        "@type": "State",
        "name": "Ohio"
      }
    },
    {
      "@type": "City",
      "name": "Blue Ash",
      "containedInPlace": {
        "@type": "State",
        "name": "Ohio"
      }
    },
    {
      "@type": "City",
      "name": "Cincinnati",
      "containedInPlace": {
        "@type": "State",
        "name": "Ohio"
      }
    },
    {
      "@type": "City",
      "name": "Mason",
      "containedInPlace": {
        "@type": "State",
        "name": "Ohio"
      }
    }
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "434 W Loveland Ave",
    "addressLocality": "Loveland",
    "addressRegion": "OH",
    "postalCode": "45140",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.2684,
    "longitude": -84.2583
  },
  "openingHoursSpecification": {
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": [
      "Monday",
      "Tuesday",
      "Wednesday",
      "Thursday",
      "Friday"
    ],
    "opens": "09:00",
    "closes": "17:30"
  },
  "sameAs": [
    "https://www.facebook.com/woltermanlaw"
  ],
  "priceRange": "Free",
  "knowsAbout": [
    "Estate Planning",
    "Probate",
    "Personal Injury",
    "Business Law",
    "1031 Exchange",
    "Tax Law"
  ],
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "5.0",
    "reviewCount": "74",
    "bestRating": "5"
  }
}
</script>
<!-- CallRail Dynamic Number Insertion -->
<script src="//cdn.callrail.com/companies/451432998/a5d5ea99c43112283604/12/swap.js"></script>
</head>
<body>
<!-- ===== NAVIGATION ===== -->
<nav aria-label="Main navigation" class="site-nav" role="navigation">
<div class="nav-inner">
<a aria-label="Wolterman Law Office Home" class="nav-logo" href="index.html">
<img alt="Wolterman Law Office" src="images/logo-w.png" style="height:50px;width:auto;display:block;"/>
</a>
<button aria-expanded="false" aria-label="Toggle menu" class="nav-toggle"><span></span><span></span><span></span></button>
<ul class="nav-menu" role="list">
<li><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-has-dropdown nav-has-megamenu">
<a class="nav-link" href="for-individuals/index.html">For Individuals<span class="nav-caret">▼</span></a>
<div class="nav-megamenu">
<div class="nav-megamenu-col">
<div class="nav-megamenu-heading">Estate Planning</div>
<ul>
<li><a href="estate-planning-wills-and-probate/index.html">Estate Planning Overview</a></li>
<li><a href="estate-planning-wills-and-probate/trusts/index.html">Trusts</a></li>
<li><a href="ohio-wills-and-estate-lawyers/index.html">Wills</a></li>
<li><a href="estate-planning-wills-and-probate/estate-and-gift-tax-planning/index.html">Estate &amp; Gift Tax Planning</a></li>
<li><a href="legacy-wealth-planning-lawyers/index.html">Legacy &amp; Wealth Planning</a></li>
<li><a href="medical-power-of-attorney-lawyers/index.html">Medical Power of Attorney</a></li>
</ul>
</div>
<div class="nav-megamenu-col">
<div class="nav-megamenu-heading">Probate</div>
<ul>
<li><a href="probate/index.html">Probate Overview</a></li>

<li><a href="estate-planning-wills-and-probate/probate-and-estate-administration/index.html">Probate &amp; Estate Administration</a></li>
<li><a href="trust-estate-litigation/index.html">Trust &amp; Estate Litigation</a></li>
</ul>
</div>
<div class="nav-megamenu-col">
<div class="nav-megamenu-heading">Personal Injury</div>
<ul>
<li><a href="personal-injury/index.html">Personal Injury Overview</a></li>
<li><a href="personal-injury/car-accidents/index.html">Car Accidents</a></li>
<li><a href="personal-injury/truck-accidents/index.html">Truck Accidents</a></li>
<li><a href="personal-injury/motorcycle-accidents/index.html">Motorcycle Accidents</a></li>
<li><a href="personal-injury/medical-malpractice/index.html">Medical Malpractice</a></li>
<li><a href="personal-injury/wrongful-death/index.html">Wrongful Death</a></li>
<li><a href="personal-injury/brain-injury/index.html">Brain Injury</a></li>
<li><a href="personal-injury/construction-injuries/index.html">Construction Injuries</a></li>
<li><a href="personal-injury/product-liability/index.html">Product Liability</a></li>
<li><a href="personal-injury/bicycle-injury/index.html">Bicycle Injury</a></li>
<li><a href="premise-liability-litigation/index.html">Premises Liability</a></li>
<li><a href="insurance-coverage-disputes/index.html">Insurance Coverage Disputes</a></li>
</ul>
</div>
</div>
</li>
<li class="nav-has-dropdown">
<a class="nav-link" href="for-businesses/index.html">For Businesses <span class="nav-caret">▼</span></a>
<ul class="nav-dropdown">
<li><a href="business-law/index.html">Business Law</a></li>
<li><a href="business-contingency-litigation/index.html">Business Litigation</a></li>
<li><a href="class-action/index.html">Class Action</a></li>
<li><a href="tax-law/1031-exchange/index.html">1031 Exchange</a></li>
</ul>
</li>
<li class="nav-has-dropdown">
<a class="nav-link" href="about/index.html">About <span class="nav-caret">▼</span></a>
<ul class="nav-dropdown">
<li><a href="about/index.html">About the Firm</a></li>
<li><a href="attorneys/index.html">Our Attorneys</a></li>
<li><a href="results/index.html">Results &amp; Settlements</a></li>
<li><a href="blog/">Legal Blog</a></li>
</ul>
</li>
<li><a class="nav-link" href="attorney-referrals/index.html">Attorney Referrals</a></li>
<li><a class="nav-link" href="areas-we-serve/index.html">Areas We Serve</a></li>
<li><a class="nav-link" href="contact/index.html">Contact</a></li>
</ul>
<div class="nav-actions">
<a class="nav-phone" href="tel:5132245191">513-224-5191</a>
<a class="btn-nav" href="contact/index.html">Schedule a Case Review</a>
</div>
</div>
</nav>
<!-- ===== HERO SPLIT ===== -->
<section aria-label="Hero" class="hero-split">
<!-- Left: Photo + Text Overlay -->
<div class="hero-split-photo">
<div class="hero-slideshow" id="heroSlideshow">
<div class="hero-slide active">
<img alt="Cincinnati skyline - Wolterman Law Office serves Southwest Ohio" fetchpriority="high" src="images/Wolterman-hero-2.webp"/>
</div>
<div class="hero-slide">
<img alt="Wolterman Law Office Blue Ash location exterior" src="images/hero-blue-ash-office.webp"/>
</div>
<div class="hero-slide">
<img alt="Wolterman Law Office Loveland location exterior" src="images/hero-loveland-office.webp"/>
</div>
</div>
<!-- Slideshow dots -->
<div aria-label="Hero slideshow navigation" class="hero-slide-dots">
<button aria-label="Slide 1" class="hero-dot active" data-slide="0"></button>
<button aria-label="Slide 2" class="hero-dot" data-slide="1"></button>
<button aria-label="Slide 3" class="hero-dot" data-slide="2"></button>
</div>
<div class="hero-split-photo-overlay"></div>
<div class="hero-split-text">
<span class="hero-badge">
<svg fill="currentColor" height="8" viewbox="0 0 8 8" width="8"><circle cx="4" cy="4" r="4"></circle></svg>
 Serving Southwest Ohio Since 2008
 </span>
<h1>A Neighborhood Firm with National Influence</h1>
<p>Experienced legal guidance for families and businesses across Cincinnati and Southwest Ohio.</p>
<p class="hero-location">
<svg fill="none" height="14" stroke="currentColor" stroke-width="2" viewbox="0 0 24 24" width="14"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>
 Serving clients from Loveland and Blue Ash with practical, personalized legal counsel.
 </p>
</div>
</div>
<!-- Right: Form -->
<div class="hero-split-form-col">
<div class="hero-form-card">
<h2>Schedule a Case Review</h2>
<p class="form-subtitle">Tell us a little about your situation and our team will get in touch with you.</p>
<div class="ghl-form-wrapper" style="width:100%; min-height:500px;">
<iframe
  src="https://link.msgsndr.com/widget/form/NargrTKlP57A9av9aavB"
  style="width:100%;min-height:500px;border:none;overflow:hidden;"
  scrolling="no"
  id="wolterman-contact-form-NargrTKlP57A9av9aavB"
  data-layout="{'id':'INLINE'}"
  data-trigger-type="alwaysShow"
  data-activation-type="alwaysActivated"
  data-deactivation-type="neverDeactivate"
  data-form-name="Form 2"
  data-height="500"
  data-layout-iframe-id="inline-NargrTKlP57A9av9aavB"
  data-form-id="NargrTKlP57A9av9aavB"
  title="Form 2"
></iframe>
<script src="https://link.msgsndr.com/js/form_embed.js"></script>
</div>
</div>
</div>
</section>
<!-- ===== VIDEO + INTRO ===== -->
<!-- ===== PROOF BAR ===== -->
<div aria-label="Firm credentials" class="proof-bar">
<div class="proof-bar-inner">
<div class="proof-stat">
<span class="number">20+</span>
<span class="label">Years of Experience</span>
</div>
<div class="proof-divider"></div>
<div class="proof-stat">
<span class="number">Multiple</span>
<span class="label">Ohio Locations</span>
</div>
<div class="proof-divider"></div>
<div class="proof-stat">
<span class="number">Free</span>
<span class="label">Initial Consultation</span>
</div>
</div>
</div>
<!-- ===== FEATURED LEGAL SERVICES ===== -->
<section class="featured-services-section">
<div class="container">
<div class="featured-services-header">
<h2>Featured Legal Services</h2>
<p class="subhead">These are the services clients most often come to us for.</p>
<p class="subhead-2">Comprehensive legal representation for families and businesses across Southwest Ohio.</p>
</div>
<div class="featured-cards-grid">
<!-- Estate Planning -->
<a class="featured-card" href="estate-planning-wills-and-probate/index.html">
<img alt="Estate planning attorney reviewing documents" class="featured-card-img" loading="lazy" src="images/service-estate-planning.jpg"/>
<div class="featured-card-body">
<div class="featured-card-icon">
<svg viewbox="0 0 24 24"><path d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg>
</div>
<h3>Estate Planning</h3>
<p>Protect your family's future with custom wills, trusts, and comprehensive estate plans designed to preserve your legacy.</p>
<span class="featured-card-link">
 Explore Estate Planning
 <svg fill="none" height="14" stroke="currentColor" stroke-width="2" viewbox="0 0 14 14" width="14"><path d="M3 7h8m-3-3l3 3-3 3"></path></svg>
</span>
</div>
</a>
<!-- Probate -->
<a class="featured-card" href="probate/index.html">
<img alt="Elderly couple reviewing probate documents with attorney" class="featured-card-img" loading="lazy" src="images/service-probate.jpg"/>
<div class="featured-card-body">
<div class="featured-card-icon">
<svg viewbox="0 0 24 24"><path d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path></svg>
</div>
<h3>Probate &amp; Estate Administration</h3>
<p>Navigate the complexities of probate court with experienced guidance. We help executors fulfill their duties efficiently.</p>
<span class="featured-card-link">
 Learn About Probate
 <svg fill="none" height="14" stroke="currentColor" stroke-width="2" viewbox="0 0 14 14" width="14"><path d="M3 7h8m-3-3l3 3-3 3"></path></svg>
</span>
</div>
</a>
<!-- Personal Injury -->
<a class="featured-card" href="personal-injury/index.html">
<img alt="Personal injury attorney reviewing case documents" class="featured-card-img" loading="lazy" src="images/service-personal-injury.jpg"/>
<div class="featured-card-body">
<div class="featured-card-icon">
<svg viewbox="0 0 24 24"><path d="M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"></path></svg>
</div>
<h3>Personal Injury</h3>
<p>Compassionate representation for individuals facing serious injuries and complex liability cases. We help you recover fairly while you focus on recovery.</p>
<span class="featured-card-link">
 Explore Personal Injury
 <svg fill="none" height="14" stroke="currentColor" stroke-width="2" viewbox="0 0 14 14" width="14"><path d="M3 7h8m-3-3l3 3-3 3"></path></svg>
</span>
</div>
</a>
</div>
</div>
</section>
<!-- ===== ADDITIONAL PRACTICE AREAS ===== -->
<section class="additional-areas-section">
<div class="container">
<div class="additional-areas-header">
<h2>Additional Practice Areas</h2>
<p>Beyond our featured services, we handle a wide range of legal matters for our clients.</p>
</div>
<div class="additional-cards-grid">
<a class="additional-card" href="business-contingency-litigation/index.html">
<div class="additional-card-top">
<div class="additional-card-icon">
<svg viewbox="0 0 24 24"><path d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
</div>
<span class="additional-card-arrow">→</span>
</div>
<h3>Business Litigation</h3>
<p>Commercial disputes, contract issues, and business conflict resolution</p>
</a>
<a class="additional-card" href="real-estate/index.html">
<div class="additional-card-top">
<div class="additional-card-icon">
<svg viewbox="0 0 24 24"><path d="M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z"></path><polyline points="9 22 9 12 15 12 15 22"></polyline></svg>
</div>
<span class="additional-card-arrow">→</span>
</div>
<h3>Real Estate Law</h3>
<p>Property transactions, disputes, and real estate development matters</p>
</a>
<a class="additional-card" href="tax-law/index.html">
<div class="additional-card-top">
<div class="additional-card-icon">
<svg viewbox="0 0 24 24"><path d="M9 14l6-6m-5.5.5h.01m4.99 5h.01M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16l3.5-2 3.5 2 3.5-2 3.5 2z"></path></svg>
</div>
<span class="additional-card-arrow">→</span>
</div>
<h3>Tax Law</h3>
<p>Tax planning, disputes, and IRS representation</p>
</a>
<a class="additional-card" href="tax-law/1031-exchange/index.html">
<div class="additional-card-top">
<div class="additional-card-icon">
<svg fill="currentColor" viewbox="0 0 24 24"><path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"></path></svg>
</div>
<span class="additional-card-arrow">→</span>
</div>
<h3>1031 Exchange</h3>
<p>Tax-deferred property exchange services for investors</p>
</a>
</div>
<div class="view-all-link">
<a href="for-individuals/index.html">View All Services →</a>
</div>
</div>
</section>
<!-- ===== FEATURED ON ===== -->
<div class="featured-on-section">
<div class="container">
<p class="featured-on-label">Featured On</p>
<div class="featured-on-logos">
<img alt="National TBI Association" loading="lazy" src="images/national-traumatic-brain-injury-tbi-member.webp"/>
<img alt="Cincinnati Magazine Top Lawyers 2026" loading="lazy" src="images/cincinnati-magazin-2026-top-lawyers.webp"/>
<img alt="Million Dollar Advocates Forum" loading="lazy" src="images/million-dollar-advocates-forum.webp"/>
<img alt="2025 High Stakes Litigator" loading="lazy" src="images/2025-High-Stakes-Seal-scaled-1.webp"/>
<img alt="9 Cincinnati" loading="lazy" src="images/9Cincinnati-logo.png"/>
<img alt="Cincinnati Enquirer" loading="lazy" src="images/Cincinnati.com-Enquirer-Logo.png"/>
</div>
</div>
</div>
<!-- ===== WHY CLIENTS WORK WITH WOLTERMAN LAW ===== -->
<section class="why-clients-section">
<div class="container">
<div class="why-clients-header">
<h2>Why Clients Work With Wolterman Law</h2>
<p>We combine legal expertise with genuine care for our clients' wellbeing</p>
</div>
<div class="why-clients-grid">
<div class="why-clients-item">
<div class="icon-circle">
<svg viewbox="0 0 24 24"><path d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
</div>
<h3>Experienced Attorneys</h3>
<p>Decades of combined experience in estate planning, probate, and personal injury law</p>
</div>
<div class="why-clients-item">
<div class="icon-circle">
<svg viewbox="0 0 24 24"><path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg>
</div>
<h3>Personalized Legal Strategy</h3>
<p>Every case receives individual attention and a strategy tailored to your specific needs</p>
</div>
<div class="why-clients-item">
<div class="icon-circle">
<svg viewbox="0 0 24 24"><path d="M9 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"></path></svg>
</div>
<h3>Proven Results</h3>
<p>A track record of successful settlements and verdicts for our clients</p>
</div>
<div class="why-clients-item">
<div class="icon-circle">
<svg viewbox="0 0 24 24"><path d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"></path><path d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
</div>
<h3>Trusted Across Southwest Ohio</h3>
<p>Proudly serving families and businesses in Loveland, Blue Ash, and throughout the region</p>
</div>
</div>
</div>
</section>
<!-- ===== CLIENT TESTIMONIALS ===== -->
<section class="testimonials-section">
<div class="container">
<div class="testimonials-header">
<h2>Client Testimonials</h2>
</div>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="testimonial-stars">★★★★★</div>
<p class="testimonial-text">"Working with Wolterman Law Office was a pleasure. My main contact was Emily Ames, and her communication and professionalism were off the charts. Look forward to working with them again."</p>
<p class="testimonial-author">Chase J.</p>
<p class="testimonial-source">Google Review</p>
</div>
<div class="testimonial-card">
<div class="testimonial-stars">★★★★★</div>
<p class="testimonial-text">"First, the team helped us with our estate planning. They made the process comfortable and easy. Then we needed to form an LLC and they walked us through the process making it a breeze. Highly recommend!"</p>
<p class="testimonial-author">Emily B.</p>
<p class="testimonial-source">Google Review</p>
</div>
<div class="testimonial-card">
<div class="testimonial-stars">★★★★★</div>
<p class="testimonial-text">"Matt did a great job getting my son and I a fair settlement. It was nice having someone fighting on our side."</p>
<p class="testimonial-author">Josh G.</p>
<p class="testimonial-source">Google Review</p>
</div>
</div>
<div style="text-align:center; margin-top:2.5rem;">
<a class="btn btn-outline" href="about/index.html#reviews">Read All 74 Reviews</a>
</div>
</div>
</section>
<!-- ===== LOCATIONS ===== -->
<section style="padding: var(--section-pad); background: #fff;">
<div class="container">
<div class="section-header">
<span class="section-label">// Our Locations</span>
<h2>Proudly Serving Southwest Ohio</h2>
<p>Two conveniently located offices serving the greater Cincinnati area, with evening and weekend appointments available upon request.</p>
</div>
<div class="grid-2" style="gap:2rem; margin-bottom:2.5rem;">
<div style="background:var(--off-white); border-radius:var(--radius-lg); padding:2rem; border:1px solid var(--border);">
<h3 style="margin-bottom:0.5rem;">Loveland Office</h3>
<p style="color:var(--gray); margin-bottom:1rem;">434 W Loveland Ave.<br/>Loveland, OH 45140</p>
<p style="font-size:0.875rem; color:var(--gray);">Mon-Fri: 9:00am - 5:30pm<br/>Evening &amp; weekend by appointment</p>
<a class="btn btn-outline btn-sm mt-3" href="https://maps.google.com/?q=434+W+Loveland+Ave+Loveland+OH+45140" rel="noopener" target="_blank">Get Directions</a>
</div>
<div style="background:var(--off-white); border-radius:var(--radius-lg); padding:2rem; border:1px solid var(--border);">
<h3 style="margin-bottom:0.5rem;">Blue Ash Office</h3>
<p style="color:var(--gray); margin-bottom:1rem;">9844 Redhill Drive, Suite B<br/>Blue Ash, OH 45242</p>
<p style="font-size:0.875rem; color:var(--gray);">Mon-Fri: 9:00am - 5:30pm<br/>Evening &amp; weekend by appointment</p>
<a class="btn btn-outline btn-sm mt-3" href="https://maps.google.com/?q=9844+Redhill+Drive+Suite+B+Blue+Ash+OH+45242" rel="noopener" target="_blank">Get Directions</a>
</div>
</div>
<div style="text-align:center;">
<p style="font-size:0.9rem; color:var(--gray); margin-bottom:1rem;">Also serving clients throughout:</p>
<div class="location-chips" style="justify-content:center;">
<a class="location-chip" href="cincinnati/index.html">Cincinnati</a>
<a class="location-chip" href="mason/index.html">Mason</a>
<a class="location-chip" href="madeira/index.html">Madeira</a>
<a class="location-chip" href="hamilton-county/index.html">Hamilton County</a>
<a class="location-chip" href="forest-park/index.html">Forest Park</a>
<a class="location-chip" href="mariemont/index.html">Mariemont</a>
<a class="location-chip" href="milford/index.html">Milford</a>
<a class="location-chip" href="maineville/index.html">Maineville</a>
</div>
</div>
</div>
</section>
<!-- ===== FINAL CTA ===== -->
<section class="cta-section">
<div class="container">
<span class="section-label" style="color:var(--gold);">// Get Started Today</span>
<h2>Ready to Protect What Matters Most?</h2>
<p>Schedule a case review with one of our experienced Ohio attorneys. We are here to listen, advise, and help you move forward with confidence.</p>
<div class="cta-actions">
<a class="btn btn-primary btn-lg" href="contact/index.html">Schedule a Case Review</a>
<a class="btn btn-secondary btn-lg" href="tel:5132245191">513-224-5191</a>
</div>
</div>
</section>
<!-- ===== FOOTER ===== -->
<footer class="site-footer" role="contentinfo">
<div class="footer-grid">
<div>
<a href="index.html" style="display:inline-block; margin-bottom:1.25rem;">
<img alt="Wolterman Law Office" src="images/logo.png" style="height:48px; background:white; padding:6px 12px; border-radius:4px;"/>
</a>
<p class="footer-tagline">Big-Firm Knowledge. Small-Firm Care.<br/>Serving Southwest Ohio since 2008.</p>
<div class="footer-social">
<a aria-label="Facebook" href="https://www.facebook.com/woltermanlaw/" rel="noopener" target="_blank" title="Facebook">
<svg fill="currentColor" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg>
</a>
<a aria-label="Instagram" href="https://www.instagram.com/woltermanlawlpa/" rel="noopener" target="_blank" title="Instagram">
<svg fill="currentColor" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg>
</a>
<a aria-label="LinkedIn" href="https://www.linkedin.com/company/wolterman-law-office-lpa/" rel="noopener" target="_blank" title="LinkedIn">
<svg fill="currentColor" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/></svg>
</a>
<a aria-label="YouTube" href="https://www.youtube.com/@woltermanlawoffice" rel="noopener" target="_blank" title="YouTube">
<svg fill="currentColor" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
</a>
</div>
</div>
<div class="footer-col">
<h4>Practice Areas</h4>
<ul>
<li><a href="estate-planning-wills-and-probate/index.html">Estate Planning</a></li>
<li><a href="probate/index.html">Probate</a></li>
<li><a href="personal-injury/index.html">Personal Injury</a></li>
<li><a href="business-law/index.html">Business Law</a></li>
<li><a href="tax-law/1031-exchange/index.html">1031 Exchange</a></li>
<li><a href="business-contingency-litigation/index.html">Business Litigation</a></li>
<li><a href="real-estate/index.html">Real Estate</a></li>
<li><a href="class-action/index.html">Class Action</a></li>
<li><a href="insurance-coverage-disputes/index.html">Insurance Disputes</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<ul>
<li><a href="about/index.html">About the Firm</a></li>
<li><a href="attorneys/index.html">Our Attorneys</a></li>
<li><a href="results/index.html">Results &amp; Settlements</a></li>
<li><a href="blog/">Legal Blog</a></li>
<li><a href="attorney-referrals/index.html">Attorney Referrals</a></li>
<li><a href="areas-we-serve/index.html">Areas We Serve</a></li>
<li><a href="blog/index.html">Blog</a></li>
<li><a href="contact/index.html">Contact Us</a></li>
</ul>
</div>
<div class="footer-col footer-contact">
<h4>Our Offices</h4>
<address style="font-style:normal; color:rgba(255,255,255,0.65); font-size:0.875rem; margin-bottom:0.75rem;">
<strong style="color:white; display:block; margin-bottom:0.2rem;">Loveland Office</strong>
434 W Loveland Ave.<br>
Loveland, OH 45140
</address>
<address style="font-style:normal; color:rgba(255,255,255,0.65); font-size:0.875rem; margin-bottom:0.75rem;">
<strong style="color:white; display:block; margin-bottom:0.2rem;">Blue Ash Office</strong>
9844 Redhill Drive, Suite B<br>
Blue Ash, OH 45242
</address>
<p style="color:rgba(255,255,255,0.65); font-size:0.875rem; margin-bottom:0;">
<strong style="color:white;">Phone: </strong>
<a href="tel:5132245191" style="color:var(--gold);">513-224-5191</a>
</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Wolterman Law Office. All rights reserved.</p>
<div class="footer-bottom-links">
<a href="disclaimer/index.html">Disclaimer</a>
<a href="privacy/index.html">Privacy Policy</a>
<a href="terms-of-service/index.html">Terms of Service</a>
<a href="site-map/index.html">Site Map</a>
</div>
<div style="margin-top:0.5rem; padding-top:0.5rem; border-top:1px solid rgba(255,255,255,0.1);"><a href="privacy/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Privacy Policy</a> | <a href="disclaimer/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Disclaimer</a> | <a href="terms-of-service/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Terms of Service</a> | <a href="site-map/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Site Map</a> | <a href="testimonials/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Testimonials</a> | <a href="review-us/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Review Us</a> | <a href="news/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">News</a> | <a href="payment/index.html" style="color:rgba(255,255,255,0.6); text-decoration:none; font-size:0.8rem;">Payment</a></div></div>
</footer>
<!-- Mobile sticky CTA -->
<div class="mobile-cta-bar">
<a class="btn btn-secondary" href="tel:5132245191">Call Now</a>
<a class="btn btn-primary" href="contact/index.html">Schedule a Case Review</a>
</div>
<script src="js/main.js"></script>
<script>
/* ── Hero Slideshow JS ── */
(function() {
 var slides = document.querySelectorAll('.hero-slide');
 var dots = document.querySelectorAll('.hero-dot');
 if (!slides.length) return;
 var current = 0;
 var interval;

 function goTo(n) {
  slides[current].classList.remove('active');
  dots[current].classList.remove('active');
  current = (n + slides.length) % slides.length;
  slides[current].classList.add('active');
  dots[current].classList.add('active');
 }

 function startAuto() {
  interval = setInterval(function() { goTo(current + 1); }, 5000);
 }

 dots.forEach(function(dot) {
  dot.addEventListener('click', function() {
   clearInterval(interval);
   goTo(parseInt(this.getAttribute('data-slide')));
   startAuto();
  });
 });

 startAuto();
})();
</script>
<script data-resources-url="https://widgets.leadconnectorhq.com/chat-widget/loader.js" data-widget-id="69b2d3050ec3002395a3d12d" src="https://widgets.leadconnectorhq.com/loader.js">
</script>
</body>
</html>
