.sa-page-wrapper * { font-family: ‘Poppins’, sans-serif !important; box-sizing: border-box !important; }
.sa-page-wrapper { max-width: 100%; margin: 0 auto; padding: 0; color: #1a1a1a; line-height: 1.7; font-size: 17px; font-weight: 500; background: #fff; }
/* HERO */
.sa-hero { position: relative; width: 100%; min-height: 420px; overflow: hidden; display: flex; align-items: flex-end; }
.sa-hero img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 1; }
.sa-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(11,33,45,.92) 0%, rgba(11,33,45,.6) 50%, rgba(11,33,45,.25) 100%); z-index: 2; }
.sa-hero-content { position: relative; z-index: 3; padding: 60px 40px 44px; max-width: 900px; width: 100%; }
.sa-hero h1 { font-size: 42px !important; font-weight: 700 !important; line-height: 1.15 !important; color: #fff !important; margin: 0 0 16px !important; text-shadow: 0 2px 8px rgba(0,0,0,.3); text-align: left !important; }
.sa-hero-sub { font-size: 18px !important; font-weight: 500 !important; color: #f0f0f0 !important; line-height: 1.5 !important; margin: 0 !important; }
/* TRUST BAR */
.sa-trust-bar { background: #0b212d !important; padding: 14px 40px !important; display: flex !important; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: center; }
.sa-trust-bar span { color: #fff !important; font-size: 14px !important; font-weight: 600 !important; letter-spacing: .03em; white-space: nowrap; }
.sa-trust-bar .sa-trust-divider { width: 1px; height: 16px; background: rgba(255,255,255,.3); }
/* CONTENT GRID */
.sa-content-grid { display: grid !important; grid-template-columns: 1fr 340px !important; gap: 48px !important; max-width: 1200px !important; margin: 0 auto !important; padding: 48px 40px !important; }
/* MAIN CONTENT */
.sa-main-content h2 { font-size: 28px !important; font-weight: 700 !important; color: #0b212d !important; margin: 40px 0 16px !important; line-height: 1.25 !important; text-align: center !important; }
.sa-main-content h3 { font-size: 22px !important; font-weight: 600 !important; color: #0b212d !important; margin: 32px 0 12px !important; line-height: 1.3 !important; text-align: center !important; }
.sa-main-content p { font-size: 17px !important; line-height: 1.75 !important; color: #1a1a1a !important; margin: 0 0 18px !important; font-weight: 500 !important; }
.sa-main-content a { color: #d4820a !important; text-decoration: underline !important; font-weight: 500 !important; }
.sa-main-content a:hover { color: #0b212d !important; }
/* AI SNIPPET */
.sa-snippet { background: #f7f9fa !important; border-left: 4px solid #f89c22 !important; padding: 20px 24px !important; margin: 0 0 32px !important; border-radius: 0 8px 8px 0 !important; }
.sa-snippet p { font-size: 17px !important; line-height: 1.7 !important; color: #1a1a1a !important; margin: 0 !important; }
/* STAT ROW */
.sa-stat-row { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important; gap: 16px !important; margin: 28px 0 !important; }
.sa-stat-card { background: #0b212d !important; border-radius: 10px !important; padding: 24px !important; text-align: center !important; }
.sa-stat-number { font-size: 36px !important; font-weight: 700 !important; color: #f89c22 !important; display: block !important; line-height: 1.1 !important; margin-bottom: 6px !important; }
.sa-stat-label { font-size: 14px !important; font-weight: 500 !important; color: #fff !important; line-height: 1.4 !important; }
/* CALLOUT BOX */
.sa-callout { background: #0b212d !important; border-radius: 12px !important; padding: 28px 32px !important; margin: 32px 0 !important; color: #fff !important; }
.sa-callout h3 { color: #f89c22 !important; font-size: 20px !important; font-weight: 700 !important; margin: 0 0 12px !important; text-align: left !important; }
.sa-callout p { color: #fff !important; font-size: 16px !important; line-height: 1.65 !important; margin: 0 0 12px !important; }
.sa-callout p:last-child { margin-bottom: 0 !important; }
.sa-callout a { color: #fff !important; text-decoration: underline !important; font-weight: 600 !important; }
.sa-callout a:hover { color: #f89c22 !important; }
/* HIGHLIGHT BOX */
.sa-highlight-box { background: #fff8ee !important; border: 2px solid #f89c22 !important; border-radius: 10px !important; padding: 22px 26px !important; margin: 28px 0 !important; }
.sa-highlight-box p { font-size: 17px !important; color: #1a1a1a !important; line-height: 1.7 !important; margin: 0 !important; }
.sa-highlight-box strong { color: #0b212d !important; }
/* FAQ */
.sa-faq-section { margin: 40px 0 !important; }
.sa-faq-item { border: 1px solid #e5e9ec !important; border-radius: 10px !important; margin-bottom: 12px !important; overflow: hidden !important; }
.sa-faq-question { background: #f7f9fa !important; padding: 18px 52px 18px 20px !important; cursor: pointer !important; font-size: 17px !important; font-weight: 600 !important; color: #0b212d !important; position: relative !important; list-style: none !important; }
.sa-faq-question::-webkit-details-marker { display: none !important; }
.sa-faq-question::after { content: ‘+’ !important; position: absolute !important; right: 20px !important; top: 50% !important; transform: translateY(-50%) !important; font-size: 22px !important; color: #f89c22 !important; font-weight: 700 !important; }
details[open] .sa-faq-question::after { content: ‘2212’ !important; }
.sa-faq-answer { padding: 16px 20px 20px !important; font-size: 16px !important; line-height: 1.7 !important; color: #0B212D !important; }
.sa-faq-answer p { font-size: 16px !important; line-height: 1.7 !important; color: #0B212D !important; margin: 0 0 12px !important; }
.sa-faq-answer p:last-child { margin-bottom: 0 !important; }
/* SIDEBAR */
.sa-sidebar { position: sticky; top: 32px; align-self: start; }
.sa-sidebar-cta { background: #0b212d !important; border-radius: 14px !important; padding: 32px 28px !important; margin-bottom: 24px !important; text-align: center !important; }
.sa-sidebar-cta h3 { color: #fff !important; font-size: 22px !important; font-weight: 700 !important; margin: 0 0 8px !important; line-height: 1.25 !important; text-align: center !important; }
.sa-sidebar-cta p { color: #fff !important; font-size: 15px !important; line-height: 1.55 !important; margin: 0 0 20px !important; }
.sa-phone-label { font-size: 17px !important; color: #fff !important; display: block !important; font-weight: 600 !important; margin-bottom: 6px !important; letter-spacing: .03em !important; }
.sa-phone-link { display: block !important; background: #0b212d !important; color: #fff !important; font-size: 20px !important; font-weight: 700 !important; padding: 14px 20px !important; border-radius: 8px !important; text-decoration: underline !important; text-underline-offset: 4px !important; margin-bottom: 12px !important; border: 2px solid #f89c22 !important; box-shadow: 0 4px 16px rgba(248,156,34,.18), 0 2px 6px rgba(0,0,0,.1) !important; }
.sa-phone-link:hover { color: #f89c22 !important; }
.sa-sidebar-guarantee { background: #0b212d !important; border: 2px solid #f89c22 !important; border-radius: 14px !important; padding: 24px !important; text-align: center !important; margin-bottom: 24px !important; box-shadow: 0 4px 16px rgba(248,156,34,.18), 0 2px 6px rgba(0,0,0,.1) !important; }
.sa-sidebar-guarantee h4 { color: #f89c22 !important; font-size: 20px !important; font-weight: 700 !important; margin: 0 0 8px !important; }
.sa-sidebar-guarantee p { color: #fff !important; font-size: 15px !important; line-height: 1.55 !important; margin: 0 !important; font-weight: 500 !important; }
.sa-sidebar-trust { background: #f7f9fa !important; border: 1px solid #e5e9ec !important; border-radius: 14px !important; padding: 24px !important; }
.sa-sidebar-trust h4 { color: #0b212d !important; font-size: 16px !important; font-weight: 700 !important; margin: 0 0 14px !important; text-align: center !important; }
.sa-sidebar-trust ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.sa-sidebar-trust li { font-size: 14px !important; color: #0B212D !important; padding: 8px 0 !important; border-bottom: 1px solid #e5e9ec !important; font-weight: 500 !important; display: flex !important; align-items: center !important; gap: 8px !important; }
.sa-sidebar-trust li:last-child { border-bottom: none !important; }
.sa-sidebar-trust li::before { content: ‘✓’ !important; color: #f89c22 !important; font-weight: 700 !important; font-size: 16px !important; }
/* CTA BANNER */
.sa-cta-banner { background: #0b212d !important; padding: 48px 40px !important; text-align: center !important; margin-top: 8px !important; }
.sa-cta-banner h2 { color: #fff !important; font-size: 32px !important; font-weight: 700 !important; margin: 0 0 12px !important; }
.sa-cta-banner p { color: #d0d9df !important; font-size: 18px !important; margin: 0 0 28px !important; max-width: 600px !important; margin-left: auto !important; margin-right: auto !important; line-height: 1.6 !important; }
.sa-cta-banner .sa-cta-phones { display: flex !important; justify-content: center !important; gap: 20px !important; flex-wrap: wrap !important; margin-bottom: 20px !important; }
.sa-cta-banner .sa-cta-phone { display: inline-block !important; background: #0b212d !important; color: #fff !important; font-size: 22px !important; font-weight: 700 !important; padding: 16px 32px !important; border-radius: 8px !important; text-decoration: none !important; border: 2px solid #f89c22 !important; }
.sa-cta-banner .sa-cta-phone:hover { background: #e88d15 !important; color: #0b212d !important; }
.sa-cta-banner .sa-cta-sublabel { display: block !important; font-size: 16px !important; font-weight: 700 !important; margin-top: 8px !important; }
.sa-cta-banner .sa-cta-subtext { color: #f89c22 !important; font-size: 16px !important; font-weight: 600 !important; margin: 0 !important; }
/* MOBILE */
@media (max-width: 768px) {
.sa-hero { min-height: 320px !important; }
.sa-hero h1 { font-size: 28px !important; margin-bottom: 12px !important; }
.sa-hero-content { padding: 36px 20px 32px !important; }
.sa-hero-sub { font-size: 16px !important; }
.sa-trust-bar { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; padding: 12px 20px !important; text-align: center !important; }
.sa-trust-bar span { font-size: 12px !important; }
.sa-trust-divider { display: none !important; }
.sa-content-grid { display: block !important; padding: 32px 20px !important; }
.sa-sidebar { width: 100% !important; margin-top: 32px !important; position: static !important; }
.sa-main-content h2 { font-size: 24px !important; }
.sa-cta-banner { padding: 36px 20px !important; }
.sa-cta-banner h2 { font-size: 26px !important; }
.sa-cta-banner .sa-cta-phone { font-size: 18px !important; padding: 14px 24px !important; }
}
@media (max-width: 400px) {
.sa-hero h1 { font-size: 24px !important; }
.sa-stat-row { grid-template-columns: 1fr !important; }
.sa-cta-banner .sa-cta-phones { flex-direction: column !important; align-items: center !important; }
}
Nelson County Car Accident Lawyer
2.7 million bourbon tourists a year on two-lane roads. Nelson County crashes are not simple fender-benders.
Sam Aguiar Injury Lawyers represents car and truck accident victims in Nelson County and Bardstown, Kentucky. The Louisville office is approximately 50 miles west on the Bluegrass Parkway, giving Nelson County clients direct access to a team that handles motor vehicle crash cases involving bourbon tourism traffic, commercial truck routes, and rural two-lane road collisions. Every client gets $0 out of pocket and the Bigger Share Guarantee®.
Annual bourbon tourists
visiting Nelson County
Five-star Google reviews
across two offices
Average pre-litigation
resolution time
Bourbon Tourism Traffic on Rural Roads
Nelson County is the center of Kentuckyu2019s bourbon industry. The Kentucky Distillersu2019 Association reports over 2.7 million visitors per year travel the Bourbon Trail, and the heaviest concentration of distillery traffic runs through Nelson County: Makeru2019s Mark, Jim Beam, Heaven Hill, Lux Row, Bardstown Bourbon Company, and Willett all sit within the countyu2019s borders.
That volume of tourist traffic flows through roads that were designed for a rural agricultural community. KY 49 south to Makeru2019s Mark has sharp curves and no shoulders. KY 245 to Jim Beam (Clermont) crosses railroad tracks and narrows through small intersections. US 31E through downtown Bardstown carries a mix of delivery trucks, tour buses, and pedestrians walking between the courthouse square and distillery tasting rooms.
The Distillery Shuttle Problem
Tour operators running shuttle buses between Bardstown hotels and distillery campuses carry commercial liability insurance separate from the at-fault driveru2019s personal policy. If you were injured in a crash involving a bourbon tour shuttle, van, or bus, the operatoru2019s commercial coverage may apply. We investigate every policy layer.
High-Risk Roads in Nelson County
Bluegrass Parkway. The 70-mile toll-free highway connecting Elizabethtown to Lexington cuts straight through Nelson County. The Kentucky Transportation Cabinet logs consistent crash clusters at the US 31E interchange near Bardstown and at the KY 555 exit. The Parkwayu2019s long straightaways encourage high-speed travel, but the exits are rural-style with short merge lanes and limited visibility.
US 31E (Louisville Road / Lexington Road). The primary north-south route through Nelson County connects Bardstown to Louisville and carries the heaviest daily traffic volume in the county. It passes through the commercial district, school zones, and residential neighborhoods with direct-access driveways.
KY 49, KY 245, KY 52. These state routes connect distillery sites to Bardstown and carry tourists who are often unfamiliar with the roads, driving slowly, braking for photo opportunities, or relying on GPS navigation that sometimes routes them onto narrow gravel shoulders.
Out-of-state drivers are common in Nelson County crash cases. When the at-fault driver is from another state, their insurance carrier may be unfamiliar with Kentuckyu2019s choice no-fault system and PIP requirements. We handle out-of-state insurance claims regularly and know how to prevent delays in your recovery.
What Makes Nelson County Crash Cases Different
Commercial tourism liability. Crashes involving distillery tour vehicles, hotel shuttles, or chartered buses open additional insurance layers beyond the driveru2019s personal auto policy. The tourism operator, the vehicle leasing company, and the distillery that contracted the transportation may all carry separate commercial coverage. We identify every liable party.
Out-of-state insurance complexity. Many Nelson County crashes involve tourists from Indiana, Ohio, Tennessee, and beyond. Multi-state insurance claims require coordination between Kentuckyu2019s PIP system and the other stateu2019s liability rules. We handle this routinely for our car accident cases across the state.
Rural road conditions. Narrow lanes, missing guardrails, limited lighting, and gravel shoulders contribute to crashes on the county roads connecting distilleries. If poor road maintenance or missing signage contributed to your crash, the entity responsible for that road may share liability.
Why Nelson County Clients Choose Sam Aguiar
$0 out of pocket. Forever. You pay nothing unless we recover for you. No retainers. No hourly bills. No surprises.
Your fee never increases. Even if your case goes to litigation or trial, your fee stays the same. Other firms raise their rates as cases progress, which means less money in your pocket.
3-person dedicated teams. Every client gets an attorney, case manager, and legal supportant assigned to their case. Low caseloads per team mean faster results, with an average pre-litigation resolution time under 7 months.
With our Bigger Share Guarantee®, you always get more. After all bills, liens, and costs are paid, your share is always larger than the lawyeru2019s share. If it is not, we cut our fee until it is.
50 miles from our Louisville office. Nelson County is a straight shot down the Bluegrass Parkway from Louisville. We also handle cases remotely when that is more convenient. Our Elizabethtown and Hardin County clients already know the team, and we cover the same courts for Nelson County cases.
Nelson County Car Accident FAQs
Where do Nelson County car accident cases get filed?
Nelson County car accident lawsuits are filed in Nelson Circuit Court in Bardstown. The courthouse is located at 113 East Stephen Foster Avenue. If your case involves a crash on the Bluegrass Parkway, the filing location depends on where the crash occurred within the countyu2019s boundaries.
Where should I go to the hospital after a crash in Nelson County?
Flaget Memorial Hospital at 4305 New Shepherdsville Road in Bardstown handles emergency care. For serious trauma, patients typically transfer to University of Louisville Hospital or Norton Healthcare facilities in Louisville. Always get checked out after a crash, even if you feel fine.
I was hit by a bourbon tour shuttle in Nelson County. What are my options?
Tour operators carry commercial liability insurance separate from personal auto policies. If a shuttle, van, or bus operated by a distillery tour company caused your crash, the operatoru2019s commercial policy and potentially the distilleryu2019s own insurance may cover your claim. We investigate every policy layer to find maximum coverage.
The other driver in my Nelson County crash was from out of state. Does that complicate things?
Out-of-state drivers are common in Nelson County because of bourbon tourism. Their insurance carriers may be unfamiliar with Kentuckyu2019s choice no-fault system and PIP requirements. We handle multi-state insurance claims regularly and know how to prevent the delays that often come with out-of-state carriers.
Is the Bluegrass Parkway dangerous?
The Kentucky Transportation Cabinet data shows consistent crash clusters on the Bluegrass Parkway at the US 31E interchange near Bardstown. Long straightaways encourage high-speed travel, but exits have short merge lanes and limited visibility. Speed differential between highway traffic and exiting vehicles is a recurring factor.
How long do I have to file a car accident claim in Nelson County?
Kentucky law gives you two years from the date of your last PIP payment to file a car accident claim, under KRS 304.39-230. Do not wait until the deadline approaches. Evidence fades, witnesses move, and insurance companies use delays to their advantage. Contact an attorney early.
Can I handle my Nelson County case remotely with your firm?
Yes. While our Louisville office is about 50 miles from Bardstown, we handle many cases entirely by phone and video. Your 3-person dedicated team stays in regular contact regardless of how we meet. If you prefer in-person meetings, we are a straight shot down the Bluegrass Parkway.
Real Clients. Real Success.
“When you pick this law firm, you are not just a client. You become family. Then you recommend them and continue to use them.”
“Sam Aguiar has a team that doesn’t stop fighting for what is deserved. Very pleased with the outcome and couldn’t ask for a better firm to take our case.”
“Such an amazing team! They made sure I was taken care of and got me an AMAZING settlement. Can’t thank them enough.”
1 / 3
(function(){
var c=0,t=3;
function s(n){for(var i=0;i<t;i++){var e=document.querySelector('[data-nelsoncounty-slide="'+i+'"]');if(e)e.style.display=i===n?'block':'none';}var ct=document.getElementById('nelsoncounty-slide-counter');if(ct)ct.textContent=(n+1)+' / '+t;}
window.nextNelsoncountyTesti=function(){c=(c+1)%t;s(c);};
window.prevNelsoncountyTesti=function(){c=(c-1+t)%t;s(c);};
s(0);
})();

