Auto Body Repair Chehalis WA | Five Star Auto Body | Collision Repair Lewis County * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #374151; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Navigation */ .navbar { position: fixed; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.95); border-bottom: 1px solid #f97316; z-index: 1000; padding: 0.25rem 0; } .nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .nav-logo { display: flex; align-items: center; text-decoration: none; } .nav-logo img { height: 80px; width: auto; transition: transform 0.3s ease; } .nav-logo:hover img { transform: scale(1.05); } .nav-menu { display: flex; list-style: none; gap: 2rem; margin: 0; position: relative; } .nav-item { position: relative; } .dropdown { position: relative; } .dropdown-content { position: absolute; top: 100%; left: 0; background: white; min-width: 280px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); border-radius: 12px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1001; margin-top: 0.5rem; border: 1px solid rgba(249, 115, 22, 0.1); } .dropdown:hover .dropdown-content { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-content a { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: all 0.3s ease; border-radius: 8px; margin: 0.3rem; } .dropdown-content a:hover { background: linear-gradient(45deg, #f97316, #ea580c); color: white; transform: translateX(5px); } .dropdown-content a:first-child { margin-top: 0.5rem; } .dropdown-content a:last-child { margin-bottom: 0.5rem; } .nav-link { color: #374151; text-decoration: none; font-weight: 500; padding: 0.5rem 0; } .nav-link:hover { color: #f97316; } .nav-cta { background: #f97316; color: white; padding: 0.5rem 1rem; border-radius: 25px; text-decoration: none; font-weight: bold; } .mobile-menu-btn { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #374151; padding: 0.5rem; } .dropdown-toggle::after { content: ' ▼'; font-size: 0.8rem; margin-left: 0.5rem; transition: transform 0.3s ease; } .dropdown-toggle.active::after { transform: rotate(180deg); } /* Hero Section */ .hero { background: linear-gradient(135deg, rgba(249, 115, 22, 0.5) 0%, rgba(234, 88, 12, 0.5) 50%, rgba(37, 99, 235, 0.5) 100%), url('https://assets.ycodeapp.com/assets/app113220/Images/main%20exterior-bis4odmgjg.webp'); background-size: cover; background-position: center; background-attachment: fixed; color: white; height: 100vh; min-height: 700px; text-align: center; position: relative; display: flex; align-items: center; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(249, 115, 22, 0.4) 0%, rgba(234, 88, 12, 0.4) 50%, rgba(37, 99, 235, 0.4) 100%); z-index: 1; } .hero .container { position: relative; z-index: 2; } .hero h1 { font-size: 3.5rem; font-weight: bold; margin-bottom: 1.5rem; line-height: 1.2; text-shadow: 3px 3px 6px rgba(0,0,0,0.3); } .hero-subtitle { font-size: 1.3rem; margin-bottom: 2.5rem; opacity: 0.95; max-width: 800px; margin-left: auto; margin-right: auto; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .hero-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 3rem auto; max-width: 900px; } .hero-feature { background: rgba(255,255,255,0.15); padding: 2rem; border-radius: 20px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); transition: all 0.4s ease; } .hero-feature:hover { background: rgba(255,255,255,0.25); transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.2); } .hero-feature h3 { font-size: 1.2rem; margin-bottom: 1rem; color: #fed7aa; font-weight: 600; } .hero-feature p { font-size: 1rem; line-height: 1.5; } .hero-cta { display: flex; justify-content: center; gap: 1.5rem; margin-top: 2.5rem; } .cta-button { display: inline-block; background: linear-gradient(45deg, #f97316, #ea580c); color: white; padding: 18px 36px; text-decoration: none; border-radius: 30px; font-weight: 600; font-size: 1.1rem; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 8px 25px rgba(249, 115, 22, 0.3); } .cta-button:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 35px rgba(249, 115, 22, 0.4); } .cta-secondary { background: rgba(255,255,255,0.2); color: white; border: 2px solid white; } .cta-secondary:hover { background: white; color: #2563eb; } /* Sections */ .section { padding: 80px 0; } .section-title { text-align: center; font-size: 2.5rem; font-weight: bold; margin-bottom: 1rem; color: #2563eb; } .section-subtitle { text-align: center; font-size: 1.1rem; color: #6b7280; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; } /* Services Section - 2x3 Grid */ .services { background: white; } .services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; max-width: 1000px; margin: 0 auto; } .service-card { background: linear-gradient(145deg, #ffffff, #f8fafc); padding: 2.5rem; border-radius: 25px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; justify-content: space-between; } .service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #f97316, #2563eb, #f97316); transform: translateX(-100%); transition: transform 0.6s ease; } .service-card:hover::before { transform: translateX(0); } .service-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .service-card h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .service-card p { color: #6b7280; line-height: 1.7; margin-bottom: 1.5rem; font-size: 1rem; flex-grow: 1; } .service-link { color: #f97316; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; margin-top: auto; } .service-link:hover { color: #2563eb; transform: translateX(5px); } /* Local Area Section - 3x1 Grid */ .local-area { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .area-card { background: white; padding: 2.5rem; border-radius: 25px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; justify-content: center; } .area-card:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .area-card h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .area-card p { color: #6b7280; line-height: 1.7; font-size: 1rem; } /* Process Section - 3x1 Grid */ .process { background: white; } .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; } .process-step { background: linear-gradient(145deg, #f8fafc, #e2e8f0); padding: 2.5rem; border-radius: 25px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,0.08); border: 1px solid rgba(249, 115, 22, 0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; justify-content: center; } .process-step:hover { transform: translateY(-15px) scale(1.02); box-shadow: 0 30px 80px rgba(0,0,0,0.15); border-color: rgba(249, 115, 22, 0.3); } .step-number { width: 80px; height: 80px; background: linear-gradient(45deg, #f97316, #ea580c); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: bold; margin: 0 auto 1.5rem; box-shadow: 0 10px 30px rgba(249, 115, 22, 0.3); } .process-step h3 { font-size: 1.4rem; color: #2563eb; margin-bottom: 1.2rem; font-weight: 600; line-height: 1.3; } .process-step p { color: #6b7280; line-height: 1.7; font-size: 1rem; } /* Why Choose Section - 2x2 Grid */ .why-choose { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); color: white; } .why-choose .section-title { color: #ffffff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); } .why-choose .section-subtitle { color: #e0e7ff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .why-choose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; max-width: 1000px; margin: 0 auto; } .why-choose-item { background: rgba(255,255,255,0.1); padding: 2.5rem; border-radius: 20px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.2); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; } .why-choose-item:hover { transform: translateY(-10px) scale(1.05); background: rgba(255,255,255,0.15); box-shadow: 0 20px 60px rgba(0,0,0,0.3); } .why-choose-item h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 1.2rem; color: #fed7aa; line-height: 1.3; } .why-choose-item p { line-height: 1.6; opacity: 0.9; font-size: 1rem; margin-bottom: 1.5rem; flex-grow: 1; } .why-choose-link { color: #fed7aa; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s ease; display: inline-flex; align-items: center; gap: 0.5rem; } .why-choose-link:hover { color: white; transform: translateX(5px); } /* Location Details Section */ .location-details { background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); } .location-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .location-info { padding: 2rem; } .location-info h3 { font-size: 2rem; color: #2563eb; margin-bottom: 1.5rem; font-weight: 600; } .info-item { margin-bottom: 1.5rem; padding: 1rem; background: white; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .info-item strong { color: #f97316; display: block; margin-bottom: 0.5rem; } .map-container { height: 400px; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.1); } .map-container iframe { width: 100%; height: 100%; border: none; } /* Contact Section */ .contact { background: linear-gradient(135deg, #f97316 0%, #ea580c 50%, #2563eb 100%); color: white; } .contact .section-title { color: #ffffff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4); } .contact .section-subtitle { color: #fed7aa; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .contact-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; text-align: center; max-width: 1200px; margin: 0 auto; } .contact-item { padding: 3rem 2rem; background: rgba(255,255,255,0.15); border-radius: 25px; backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); min-height: 240px; display: flex; flex-direction: column; justify-content: center; } .contact-item:hover { transform: translateY(-10px) scale(1.05); background: rgba(255,255,255,0.2); box-shadow: 0 25px 60px rgba(0,0,0,0.2); } .contact-item h3 { margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 600; line-height: 1.3; } .contact-item p { font-size: 1.1rem; line-height: 1.6; } .contact-item a { color: white; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .contact-item a:hover { color: #fed7aa; text-shadow: 0 0 10px rgba(253, 215, 170, 0.5); } /* Footer */ .footer { background: #374151; color: white; padding: 3rem 0 2rem; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; } .footer-section h3 { color: #f97316; margin-bottom: 1.5rem; font-size: 1.2rem; font-weight: 600; } .footer-section ul { list-style: none; } .footer-section li { margin-bottom: 0.8rem; } .footer-section a { color: white; text-decoration: none; opacity: 0.8; transition: all 0.3s ease; font-size: 0.95rem; } .footer-section a:hover { color: #f97316; opacity: 1; transform: translateX(3px); } .footer-bottom { border-top: 1px solid #6b7280; padding-top: 2rem; text-align: center; opacity: 0.7; font-size: 0.9rem; line-height: 1.6; } /* Responsive Design */ @media (max-width: 1200px) { .hero-features { grid-template-columns: 1fr; gap: 1.5rem; } .services-grid { grid-template-columns: 1fr; } .why-choose-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { .mobile-menu-btn { display: block; } .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; padding: 1rem 0; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-top: 1px solid #e5e7eb; } .nav-menu.active { display: flex; } .nav-item { width: 100%; border-bottom: 1px solid #f3f4f6; } .nav-link { display: block; padding: 1rem 1.5rem; color: #374151; text-decoration: none; font-weight: 500; border: none; background: none; width: 100%; text-align: left; cursor: pointer; } .nav-link:hover { background: #f9fafb; color: #f97316; } .dropdown-content { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: #f8fafc; margin: 0; border-radius: 0; border: none; border-top: 1px solid #e5e7eb; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .dropdown.active .dropdown-content { max-height: 500px; } .hero { height: auto; min-height: 100vh; padding: 120px 0 80px; background-attachment: scroll; } .hero h1 { font-size: 2.5rem; margin-bottom: 1rem; } .hero-subtitle { font-size: 1.1rem; margin-bottom: 2rem; } .hero-features { grid-template-columns: 1fr; gap: 1.5rem; margin: 2rem auto; } .hero-feature { padding: 1.5rem; } .hero-cta { flex-direction: column; gap: 1rem; align-items: center; } .cta-button { padding: 15px 30px; font-size: 1rem; width: 100%; max-width: 300px; text-align: center; } .area-grid { grid-template-columns: 1fr; gap: 2rem; } .process-grid { grid-template-columns: 1fr; gap: 2rem; } .contact-content { grid-template-columns: 1fr; gap: 2rem; } .location-content { grid-template-columns: 1fr; gap: 2rem; } .map-container { height: 300px; } .section { padding: 60px 0; } .section-title { font-size: 2rem; } } @media (max-width: 480px) { .hero { padding: 100px 0 60px; } .hero h1 { font-size: 2rem; } .hero-subtitle { font-size: 1rem; padding: 0 10px; } .hero-feature { padding: 1.2rem; } .service-card { padding: 2rem; min-height: 280px; } .contact-item { padding: 2rem 1.5rem; min-height: 200px; } .section { padding: 50px 0; } }
Five Star Auto Body
  • About
  • Services
    Auto Body Repair Collision Repair
  • Locations
    Vancouver WA Longview WA Chehalis WA
  • Gallery
  • Reviews
  • Contact

Auto Body Repair Chehalis WA

Professional auto body repair and collision services at 55 N Market Boulevard, serving Chehalis, Centralia, and all of Lewis County with expert technicians and guaranteed quality

Expert Chehalis Auto Body Services

Professional collision repair, dent removal, and paint restoration serving Lewis County with certified technicians and state-of-the-art equipment

Fast Turnaround Times

Most auto body repairs completed in 3-5 business days with transparent timeline estimates and regular progress updates for Chehalis area customers

Insurance Claims Support

We handle all insurance paperwork and work directly with your provider to ensure proper coverage for collision repairs in Chehalis WA

(360) 748-8344 - Free Estimate Visit Our Shop

Chehalis WA Auto Body Repair Services

Comprehensive collision repair and auto body services for all vehicle makes and models in Chehalis, Centralia, and Lewis County with manufacturer certifications and expert technicians

Collision Repair Chehalis WA

Expert collision repair services for accident damage, structural repairs, and frame straightening. Our certified technicians use manufacturer-approved methods to restore your vehicle to pre-accident condition with precision and quality guaranteed. We specialize in collision repair for all vehicle makes and models serving Chehalis and surrounding Lewis County areas.

Chehalis Collision Repair →

Auto Body Repair Chehalis Washington

Professional auto body repair including dent removal, panel replacement, rust repair, and comprehensive bodywork services. Our experienced team handles everything from minor dings to major body damage with attention to detail and quality craftsmanship that meets manufacturer standards for Chehalis area vehicles.

Auto Body Services →

Paint Restoration Chehalis WA

Advanced paint matching and restoration services using computerized color matching technology for perfect finish results. We provide complete paint jobs, touch-ups, and custom color work with professional-grade automotive paint systems that ensure durability and show-quality results for Chehalis customers.

View Our Work →

Dent Repair Lewis County

Professional dent repair and removal services for hail damage, door dings, and minor collision damage. Our skilled technicians use both traditional and paintless dent repair techniques to restore your vehicle's appearance efficiently and cost-effectively while maintaining your vehicle's original finish quality.

Get Quote →

Insurance Claims Chehalis WA

Full insurance claims assistance and support for collision repairs in Chehalis and Lewis County. We work directly with all major insurance companies, handle paperwork, and ensure you receive proper coverage for your auto body repairs with transparent communication throughout the claims process.

Claims Help →

Free Auto Body Estimates

Comprehensive free estimates for all auto body and collision repair services in Chehalis WA. Our certified technicians provide detailed damage assessments, transparent pricing, and accurate timeline estimates with no obligation. Visit our N Market Boulevard location or call for your free estimate today.

Call for Estimate →

Serving Chehalis & Lewis County Auto Repair Needs

Convenient Chehalis location providing expert auto body repair services to residents throughout Lewis County with professional results and customer satisfaction guaranteed

Chehalis Washington Auto Body

Our 55 N Market Boulevard location serves as the premier auto body repair destination for Chehalis residents with full-service collision repair, paint restoration, and bodywork capabilities using state-of-the-art equipment and certified technicians with years of experience in auto body restoration.

Centralia Auto Body Services

Convenient access for Centralia residents seeking professional auto body repair and collision services with just a short drive to our Chehalis facility. We provide the same high-quality service and manufacturer certifications for all Centralia area customers with competitive pricing and fast turnaround times.

Lewis County Collision Repair

Comprehensive collision repair services for all of Lewis County including Winlock, Morton, Napavine, and surrounding communities. Our certified technicians provide expert auto body repair with manufacturer-approved methods and quality guarantees for customers throughout the Lewis County region.

Our Chehalis Auto Body Repair Process

Streamlined collision repair process with transparent communication and quality guarantees for all Chehalis WA auto body repair customers

1

Free Damage Assessment Chehalis

Comprehensive damage inspection and accurate repair estimate at our Chehalis location on N Market Boulevard. Our certified technicians assess all collision damage and provide transparent pricing with detailed explanations of required repairs and timeline estimates for your vehicle restoration.

2

Professional Auto Body Repair

Expert repair work using manufacturer-approved techniques and OEM parts when required. Our experienced technicians perform collision repair, bodywork, and paint restoration with attention to detail and quality control to ensure your vehicle meets original safety and appearance standards.

3

Quality Inspection & Delivery

Final quality inspection and customer walkthrough before vehicle delivery. We guarantee our workmanship and provide warranties on all collision repairs completed at our Chehalis auto body shop with follow-up support to ensure complete customer satisfaction.

Why Choose Five Star Auto Body Chehalis

Trusted auto body repair shop serving Chehalis and Lewis County with professional results and customer satisfaction guaranteed

Certified Technicians & Quality

Our Chehalis auto body shop employs only certified journeymen technicians with years of experience in collision repair and auto body restoration. We maintain manufacturer certifications and use state-of-the-art equipment to ensure quality results that meet or exceed industry standards for all repairs.

Learn More →

Convenient Chehalis Location

Easily accessible location at 55 N Market Boulevard in Chehalis WA with ample parking and convenient hours Monday through Friday. We serve customers throughout Lewis County with professional auto body repair services and competitive pricing for collision repair and restoration work.

Visit Us →

Insurance Claims Expertise

Extensive experience working with all major insurance companies for collision repair claims in Chehalis and Lewis County. We handle all paperwork and ensure you receive proper coverage for your auto body repairs with transparent communication throughout the insurance claims process.

Get Help →

Fast Turnaround Times

Most auto body repairs completed within 3-5 business days with accurate timeline estimates provided upfront. We understand the inconvenience of being without your vehicle and work efficiently to complete collision repairs quickly while maintaining our high quality standards for Chehalis customers.

Call Today →

Visit Our Chehalis Auto Body Shop

Conveniently located on N Market Boulevard serving Chehalis, Centralia, and all of Lewis County with professional auto body repair services

Five Star Auto Body - Chehalis WA

Address: 55 N Market Boulevard
Chehalis, WA 98532
Phone: (360) 748-8344
Hours: Monday - Friday: 7:30 AM - 5:30 PM
Saturday & Sunday: Closed
Services: Auto Body Repair, Collision Repair, Paint Restoration, Dent Repair, Insurance Claims
Areas Served: Chehalis, Centralia, Lewis County, Winlock, Morton, Napavine

Contact Chehalis Auto Body Repair

Get your free estimate for auto body repair and collision services in Chehalis WA - professional results guaranteed

Call for Free Estimate

(360) 748-8344
Fast response guaranteed
Professional damage assessment

Visit Our Chehalis Shop

55 N Market Boulevard
Chehalis, WA 98532
Monday - Friday: 7:30 AM - 5:30 PM

Email & Online

info@fivestarvancouver.com
Send photos for quick estimates
Fast online response

Chehalis Services

  • Auto Body Repair
  • Collision Repair
  • Paint Restoration
  • Dent Repair
  • Insurance Claims
  • Free Estimates

Other Locations

  • Vancouver WA
  • Longview WA
  • Commerce Avenue
  • NE 68th Street
  • Longview Location

Company Info

  • About Five Star Auto Body
  • Customer Reviews
  • Careers
  • Auto Body Blog
  • Contact Us

Contact Chehalis

  • Phone: (360) 748-8344
  • Address: 55 N Market Blvd
  • Chehalis, WA 98532
  • Email: info@fivestarvancouver.com
  • Hours: Mon-Fri 7:30 AM - 5:30 PM

© 2024 Five Star Auto Body - Chehalis WA. All rights reserved.

Auto Body Repair Chehalis WA | Collision Repair Lewis County | Professional Auto Body Services