{"id":1376220,"date":"2025-11-03T02:01:30","date_gmt":"2025-11-03T02:01:30","guid":{"rendered":"https:\/\/precisiontruckbodyinc.com\/staging\/?page_id=1376220"},"modified":"2025-11-19T06:23:59","modified_gmt":"2025-11-19T06:23:59","slug":"projects","status":"publish","type":"page","link":"https:\/\/precisiontruckbodyinc.com\/staging\/projects\/","title":{"rendered":"Projects"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\" data-et-multi-view-load-phone-hidden=\"true\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Precision Truck Body &#8211; Projects Gallery<\/title>\n  <style>\n    \/* Reset and Base Styles *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n      line-height: 1.6;\n      color: hsl(210, 24%, 16%);\n      background-color: hsl(0, 0%, 100%);\n    }\n\n    \/* Color Variables *\/\n    :root {\n      --primary: hsl(4, 85%, 52%);\n      --primary-foreground: hsl(0, 0%, 100%);\n      --secondary: hsl(221, 83%, 25%);\n      --muted: hsl(210, 40%, 96.1%);\n      --muted-foreground: hsl(215.4, 16.3%, 46.9%);\n      --dark-bg: hsl(200, 30%, 15%);\n      --success: hsl(142, 71%, 45%);\n      --destructive: hsl(0, 84.2%, 60.2%);\n      --border: hsl(214.3, 31.8%, 91.4%);\n    }\n\n    .container {\n      max-width: 1280px;\n      margin: 0 auto;\n      padding: 0 1rem;\n    }\n\n    \/* Before\/After Gallery Section *\/\n    .gallery-section {\n      padding: 5rem 1rem;\n      background-color: white;\n    }\n\n    .section-header {\n      text-align: center;\n      margin-bottom: 4rem;\n    }\n\n    .badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: var(--primary-foreground);\n      padding: 0.5rem 1rem;\n      border-radius: 9999px;\n      font-size: 0.875rem;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .section-title {\n      font-size: 2.5rem;\n      font-weight: 700;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n    }\n\n    .section-description {\n      color: var(--muted-foreground);\n      font-size: 1.125rem;\n      max-width: 42rem;\n      margin: 0 auto;\n    }\n\n    .project-card {\n      background: white;\n      border-radius: 0.5rem;\n      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      overflow: hidden;\n      margin-bottom: 3rem;\n    }\n\n    .project-images {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1rem;\n      padding: 1.5rem;\n    }\n\n    @media (min-width: 768px) {\n      .project-images {\n        grid-template-columns: 1fr 1fr;\n      }\n      .section-title {\n        font-size: 3rem;\n      }\n    }\n\n    .image-wrapper {\n      position: relative;\n      overflow: hidden;\n      border-radius: 0.5rem;\n    }\n\n    .image-wrapper img {\n      width: 100%;\n      height: 320px;\n      object-fit: cover;\n      transition: transform 0.3s ease;\n    }\n\n    .image-wrapper:hover img {\n      transform: scale(1.05);\n    }\n\n    .image-badge {\n      position: absolute;\n      top: 1rem;\n      left: 1rem;\n      padding: 0.5rem 1rem;\n      border-radius: 9999px;\n      font-weight: 600;\n      font-size: 0.875rem;\n    }\n\n    .badge-before {\n      background-color: var(--destructive);\n      color: white;\n    }\n\n    .badge-after {\n      background-color: var(--success);\n      color: white;\n    }\n\n    .project-info {\n      padding: 1.5rem;\n      border-top: 1px solid var(--border);\n    }\n\n    .project-header {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      margin-bottom: 0.75rem;\n      flex-wrap: wrap;\n    }\n\n    .category-badge {\n      background-color: var(--muted);\n      color: var(--muted-foreground);\n      padding: 0.25rem 0.75rem;\n      border-radius: 0.375rem;\n      font-size: 0.875rem;\n      font-weight: 500;\n    }\n\n    .project-title {\n      font-size: 1.5rem;\n      font-weight: 700;\n    }\n\n    .project-description {\n      color: var(--muted-foreground);\n    }\n\n    \/* CTA Section *\/\n    .cta-section {\n      padding: 5rem 1rem;\n      background-color: var(--dark-bg);\n      color: white;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .cta-texture {\n      position: absolute;\n      inset: 0;\n      opacity: 0.1;\n      background: repeating-linear-gradient(\n        45deg,\n        transparent,\n        transparent 10px,\n        rgba(255, 255, 255, 0.05) 10px,\n        rgba(255, 255, 255, 0.05) 20px\n      );\n    }\n\n    .cta-content {\n      position: relative;\n      z-index: 10;\n    }\n\n    .cta-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 3rem;\n      align-items: center;\n    }\n\n    @media (min-width: 1024px) {\n      .cta-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .cta-title {\n      font-size: 2.5rem;\n      font-weight: 700;\n      color: rgba(255, 255, 255, 1);\n      margin-bottom: 1.5rem;\n      line-height: 1.2;\n    }\n\n    @media (min-width: 768px) {\n      .cta-title {\n        font-size: 3rem;\n      }\n    }\n\n    .cta-text {\n      font-size: 1.125rem;\n      color: rgba(255, 255, 255, 1);\n      margin-bottom: 2rem;\n    }\n\n    .button-group {\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    @media (min-width: 640px) {\n      .button-group {\n        flex-direction: row;\n      }\n    }\n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0.75rem 2rem;\n      font-size: 1.125rem;\n      font-weight: 500;\n      border-radius: 0.375rem;\n      border: none;\n      cursor: pointer;\n      transition: all 0.3s ease;\n      text-decoration: none;\n      gap: 0.5rem;\n    }\n\n    .btn-primary {\n      background-color: var(--primary);\n      color: var(--primary-foreground);\n    }\n\n    .btn-primary:hover {\n      opacity: 0.9;\n    }\n\n    .btn-outline {\n      background-color: transparent;\n      color: white;\n      border: 2px solid white;\n    }\n\n    .btn-outline:hover {\n      background-color: white;\n      color: var(--dark-bg);\n    }\n\n    .info-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1rem;\n      font-size: 0.875rem;\n    }\n\n    @media (min-width: 640px) {\n      .info-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .info-item {\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .info-icon {\n      width: 1.25rem;\n      height: 1.25rem;\n      color: var(--primary);\n    }\n\n    .features-card {\n      background: rgba(255, 255, 255, 0.05);\n      backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 0.5rem;\n      padding: 2rem;\n    }\n\n    .features-title {\n      font-size: 1.5rem;\n      font-weight: 700;\n      margin-bottom: 1.5rem;\n      color: white;\n    }\n\n    .features-list {\n      list-style: none;\n    }\n\n    .features-list li {\n      display: flex;\n      gap: 0.75rem;\n      margin-bottom: 1rem;\n    }\n\n    .feature-dot {\n      width: 0.5rem;\n      height: 0.5rem;\n      background-color: var(--primary);\n      border-radius: 50%;\n      margin-top: 0.5rem;\n      flex-shrink: 0;\n    }\n\n    .feature-content h4 {\n      font-weight: 600;\n      color: white;\n      margin-bottom: 0.25rem;\n    }\n\n    .feature-content p {\n      color: rgba(255, 255, 255, 0.7);\n      font-size: 0.875rem;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: 5rem 1rem;\n      background-color: var(--muted);\n    }\n\n    .accordion {\n      width: 100%;\n    }\n\n    .accordion-item {\n      background: white;\n      border: 1px solid var(--border);\n      border-radius: 0.5rem;\n      margin-bottom: 1rem;\n      padding: 1.5rem;\n      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n    }\n\n    .accordion-trigger {\n      width: 100%;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background: none;\n      border: none;\n      font-size: 1rem;\n      font-weight: 600;\n      text-align: left;\n      cursor: pointer;\n      padding: 0;\n      color: inherit;\n    }\n\n    .accordion-trigger:hover {\n      color: var(--primary);\n    }\n\n    .accordion-icon {\n      width: 1.25rem;\n      height: 1.25rem;\n      transition: transform 0.3s ease;\n      flex-shrink: 0;\n    }\n\n    .accordion-icon.open {\n      transform: rotate(180deg);\n    }\n\n    .accordion-content {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease;\n      color: var(--muted-foreground);\n      padding-top: 0;\n    }\n\n    .accordion-content.open {\n      max-height: 500px;\n      padding-top: 0.5rem;\n    }\n\n    \/* Industry Insights Section *\/\n    .insights-section {\n      padding: 5rem 1rem;\n      background-color: white;\n    }\n\n    .insights-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n      margin-bottom: 4rem;\n    }\n\n    @media (min-width: 768px) {\n      .insights-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (min-width: 1024px) {\n      .insights-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    .insight-card {\n      background: white;\n      border: 1px solid var(--border);\n      border-radius: 0.5rem;\n      padding: 1.5rem;\n      transition: box-shadow 0.3s ease;\n    }\n\n    .insight-card:hover {\n      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n    }\n\n    .insight-icon {\n      width: 3rem;\n      height: 3rem;\n      background-color: rgba(219, 39, 35, 0.1);\n      border-radius: 0.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 1rem;\n    }\n\n    .insight-icon svg {\n      width: 1.5rem;\n      height: 1.5rem;\n      color: var(--primary);\n    }\n\n    .insight-title {\n      font-size: 1.25rem;\n      font-weight: 700;\n      margin-bottom: 0.5rem;\n    }\n\n    .insight-description {\n      color: var(--muted-foreground);\n    }\n\n    .tractor-card {\n      background-color: var(--dark-bg);\n      color: white;\n      border-radius: 0.5rem;\n      padding: 2rem;\n    }\n\n    @media (min-width: 768px) {\n      .tractor-card {\n        padding: 3rem;\n      }\n    }\n\n    .tractor-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 2rem;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .tractor-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n\n    .tractor-title {\n      font-size:      1.875rem;\n      font-weight: 700;\n      margin-bottom: 1rem;\n    }\n\n    .tractor-description {\n      color: rgba(255, 255, 255, 0.8);\n      margin-bottom: 1.5rem;\n    }\n\n    .tractor-list {\n      list-style: none;\n    }\n\n    .tractor-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.5rem;\n      margin-bottom: 0.75rem;\n    }\n\n    .check-icon {\n      width: 1.25rem;\n      height: 1.25rem;\n      color: var(--primary);\n      margin-top: 0.125rem;\n      flex-shrink: 0;\n    }\n\n    .stats-container {\n      display: flex;\n      flex-direction: column;\n      gap: 1rem;\n    }\n\n    .stat-card {\n      background: rgba(255, 255, 255, 0.05);\n      backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n      border-radius: 0.5rem;\n      padding: 1.5rem;\n    }\n\n    .stat-number {\n      font-size: 2.25rem;\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n\n    .stat-label {\n      font-size: 1.125rem;\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <!-- Before\/After Gallery Section -->\n  <section class=\"gallery-section\">\n    <div class=\"container\">\n      <div class=\"section-header\">\n        <span class=\"badge\">Our Work<\/span>\n        <h2 class=\"section-title\">See Our Expert Craftsmanship<\/h2>\n        <p class=\"section-description\">\n          Every project showcases our commitment to quality repairs and customer satisfaction.\n          View the transformations we have achieved for commercial truck owners.\n        <\/p>\n      <\/div>\n\n      <!-- Project 1 -->\n      <div class=\"project-card\">\n        <div class=\"project-images\">\n          <div class=\"image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/GENPRO-24-53-scaled.jpg\" alt=\"GenPro Trailer Restoration - Before\">\n            <span class=\"image-badge badge-before\">Before<\/span>\n          <\/div>\n          <div class=\"image-wrapper\">\n            <img src=https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/GENPRO-24-53-AFTER-scaled.jpg\n            \" alt=\"GenPro Trailer Restoration - After\">\n            <span class=\"image-badge badge-after\">After<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"project-info\">\n          <div class=\"project-header\">\n            <span class=\"category-badge\">Trailer Repair<\/span>\n            <h3 class=\"project-title\">GenPro Trailer Restoration<\/h3>\n          <\/div>\n          <p class=\"project-description\">Complete body repair and refinishing on commercial trailer<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Project 2 -->\n      <div class=\"project-card\">\n        <div class=\"project-images\">\n          <div class=\"image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/DSCF0146-scaled.jpg\" alt=\"Commercial Truck Body Repair - Before\">\n            <span class=\"image-badge badge-before\">Before<\/span>\n          <\/div>\n          <div class=\"image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/20251031_1106451-scaled.jpg\" alt=\"Commercial Truck Body Repair - After\">\n            <span class=\"image-badge badge-after\">After<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"project-info\">\n          <div class=\"project-header\">\n            <span class=\"category-badge\">Body Repair<\/span>\n            <h3 class=\"project-title\">Commercial Truck Body Repair<\/h3>\n          <\/div>\n          <p class=\"project-description\">Structural repairs and panel replacement<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Project 3 -->\n      <div class=\"project-card\">\n        <div class=\"project-images\">\n          <div class=\"image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/20251031_1106451-scaled.jpg\" alt=\"Heavy-Duty Truck Restoration - After\">\u00a0<span style=\"font-size: 16px; background-color: rgb(255, 255, 255);\"><span class=\"image-badge badge-after\">After<\/span><\/span>\n          <\/div>\n          <div class=\"image-wrapper\">\n            <img decoding=\"async\" src=\"https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/20251031_110640-scaled.jpg\" alt=\"Heavy-Duty Truck Restoration - After\">\n            <span class=\"image-badge badge-after\">After<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"project-info\">\n          <div class=\"project-header\">\n            <span class=\"category-badge\">Restoration<\/span>\n            <h3 class=\"project-title\">Heavy-Duty Truck Restoration<\/h3>\n          <\/div>\n          <p class=\"project-description\">Complete restoration with welding and refinishing<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Additional Project Image -->\n      <div class=\"project-card\">\n        <img decoding=\"async\" src=\"https:\/\/precisiontruckbodyinc.com\/staging\/wp-content\/uploads\/2025\/11\/20251031_110637-scaled.jpg\" alt=\"Additional commercial truck repair project\" style=\"width: 100%; height: 384px; object-fit: cover;\">\n        <div class=\"project-info\">\n          <div class=\"project-header\">\n            <span class=\"category-badge\">Custom Work<\/span>\n            <h3 class=\"project-title\">Professional Truck Maintenance<\/h3>\n          <\/div>\n          <p class=\"project-description\">Specialized maintenance and repair services for commercial vehicles<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA Section -->\n  <section class=\"cta-section\">\n    <div class=\"cta-texture\"><\/div>\n    <div class=\"container cta-content\">\n      <div class=\"cta-grid\">\n        <div>\n          <h2 class=\"cta-title\">\n            Ready to Get Your Commercial Truck Back on the Road?\n          <\/h2>\n          <p class=\"cta-text\">\n            Our expert technicians are standing by to provide you with a detailed estimate.\n            Fast turnaround times, competitive pricing, and quality workmanship guaranteed.\n          <\/p>\n          <div class=\"button-group\">\n            <a href=\"#contact\" class=\"btn btn-primary\">Request Free Estimate<\/a>\n            <a href=\"tel:9163716100\" class=\"btn btn-outline\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"\/>\n              <\/svg>\n              Call Now: (916) 371-6100\n            <\/a>\n          <\/div>\n          <div class=\"info-grid\">\n            <div class=\"info-item\">\n              <svg class=\"info-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                <polyline points=\"12 6 12 12 16 14\"\/>\n              <\/svg>\n              <span>24-48 Hour Turnaround<\/span>\n            <\/div>\n            <div class=\"info-item\">\n              <svg class=\"info-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                <path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/>\n                <circle cx=\"12\" cy=\"10\" r=\"3\"\/>\n              <\/svg>\n              <span>West Sacramento, CA<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"features-card\">\n          <h3 class=\"features-title\">Why Choose Precision Truck Body?<\/h3>\n          <ul class=\"features-list\">\n            <li>\n              <div class=\"feature-dot\"><\/div>\n              <div class=\"feature-content\">\n                <h4>Industry-Leading Expertise<\/h4>\n                <p>Over 20 years of specialized commercial vehicle repair experience<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"feature-dot\"><\/div>\n              <div class=\"feature-content\">\n                <h4>Fast Turnaround Times<\/h4>\n                <p>We understand downtime costs you money. Most repairs completed within 24-48 hours<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"feature-dot\"><\/div>\n              <div class=\"feature-content\">\n                <h4>Insurance Approved<\/h4>\n                <p>We work directly with all major insurance companies to streamline your claim<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"feature-dot\"><\/div>\n              <div class=\"feature-content\">\n                <h4>Quality Guarantee<\/h4>\n                <p>All repairs backed by our comprehensive workmanship warranty<\/p>\n              <\/div>\n            <\/li>\n            <li>\n              <div class=\"feature-dot\"><\/div>\n              <div class=\"feature-content\">\n                <h4>Competitive Pricing<\/h4>\n                <p>Cost-effective solutions without compromising on quality<\/p>\n              <\/div>\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ Section -->\n  <section class=\"faq-section\">\n    <div class=\"container\" style=\"max-width: 56rem;\">\n      <div class=\"section-header\">\n        <span class=\"badge\" style=\"background-color: var(--secondary);\">FAQ<\/span>\n        <h2 class=\"section-title\">Frequently Asked Questions<\/h2>\n        <p class=\"section-description\">\n          Everything you need to know about our commercial truck repair services\n        <\/p>\n      <\/div>\n\n      <div class=\"accordion\">\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>What types of commercial vehicles do you repair?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            We specialize in all types of commercial vehicles including semi-trucks, box trucks, flatbed trailers, refrigerated trailers, delivery vans, and heavy-duty pickup trucks. Our facility is equipped to handle Class 4 through Class 8 commercial vehicles.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>How long does a typical repair take?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            Most standard body repairs are completed within 1-2 weeks. More extensive structural repairs or custom work may take 3-5 weeks. We provide accurate time estimates during your initial consultation and keep you updated throughout the repair process.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>Do you work with insurance companies?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            Yes, we work directly with all major insurance providers. We can handle the entire claims process on your behalf, including documentation, photos, and direct billing. This makes the repair process seamless and stress-free for you.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>What does your warranty cover?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            All our repairs come with a comprehensive workmanship warranty. This covers any defects in our repair work, including paint matching, structural repairs, and welding. The warranty period varies by repair type &#8211; contact us for specific details.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>Can you perform DOT-required repairs?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            Absolutely. We&#8217;re experienced in all DOT compliance repairs including lighting systems, brake repairs, structural integrity issues, and safety equipment installation. We ensure all repairs meet or exceed DOT and FMCSA regulations.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>What&#8217;s included in a body repair estimate?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            Our estimates include a detailed breakdown of all necessary repairs, parts costs, labor, paint materials, and completion timeline. We perform a thorough inspection to identify any hidden damage and provide transparent pricing with no surprise charges.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>Do you offer emergency or after-hours service?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            Yes, we understand that breakdowns don&#8217;t follow business hours. Contact us at (916) 987-8867 for emergency repairs. We offer expedited service for urgent situations to minimize your downtime.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>What sets you apart from dealership service centers?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            We provide specialized commercial truck body repair at significantly lower costs than dealerships, without sacrificing quality. Our technicians have decades of experience specifically with commercial vehicles. Plus, we offer faster turnaround times and personalized service.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>Can you match my fleet&#8217;s specific paint color?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            Yes, we have advanced color-matching technology to perfectly match any fleet color scheme. We maintain detailed records of fleet specifications to ensure consistency across all your vehicles.\n          <\/div>\n        <\/div>\n\n        <div class=\"accordion-item\">\n          <button class=\"accordion-trigger\" onclick=\"toggleAccordion(this)\">\n            <span>What payment methods do you accept?<\/span>\n            <svg class=\"accordion-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"accordion-content\">\n            We accept cash, all major credit cards, fleet credit accounts, and direct insurance payments. We can also set up billing arrangements for commercial fleet accounts. Contact us to discuss payment options that work for your business.\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Industry Insights Section -->\n  <section class=\"insights-section\">\n    <div class=\"container\">\n      <div class=\"section-header\">\n        <span class=\"badge\" style=\"background-color: var(--secondary);\">Industry Standards<\/span>\n        <h2 class=\"section-title\">Best Practices in Commercial Vehicle Repair<\/h2>\n        <p class=\"section-description\">\n          Our commitment to excellence goes beyond basic repairs. We follow industry-leading practices\n          to ensure every vehicle meets the highest standards of safety, reliability, and performance.\n        <\/p>\n      <\/div>\n\n      <div class=\"insights-grid\">\n        <div class=\"insight-card\">\n          <div class=\"insight-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"insight-title\">Safety First Approach<\/h3>\n          <p class=\"insight-description\">All repairs meet FMCSA safety standards ensuring your fleet stays compliant and road-worthy.<\/p>\n        <\/div>\n\n        <div class=\"insight-card\">\n          <div class=\"insight-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"insight-title\">Advanced Diagnostics<\/h3>\n          <p class=\"insight-description\">State-of-the-art equipment to identify and repair issues quickly and accurately.<\/p>\n        <\/div>\n\n        <div class=\"insight-card\">\n          <div class=\"insight-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n              <polyline points=\"12 6 12 12 16 14\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"insight-title\">Minimize Downtime<\/h3>\n          <p class=\"insight-description\">Strategic scheduling and efficient processes keep your trucks earning, not sitting idle.<\/p>\n        <\/div>\n\n        <div class=\"insight-card\">\n          <div class=\"insight-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <circle cx=\"12\" cy=\"8\" r=\"7\"\/>\n              <polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"insight-title\">Certified Technicians<\/h3>\n          <p class=\"insight-description\">ASE-certified professionals with specialized commercial vehicle training and expertise.<\/p>\n        <\/div>\n\n        <div class=\"insight-card\">\n          <div class=\"insight-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"insight-title\">OEM Parts Available<\/h3>\n          <p class=\"insight-description\">Access to original equipment manufacturer parts for perfect fits and optimal performance.<\/p>\n        <\/div>\n\n        <div class=\"insight-card\">\n          <div class=\"insight-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n              <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n            <\/svg>\n          <\/div>\n          <h3 class=\"insight-title\"> Preventive Body Care<\/h3>\n          <p class=\"insight-description\">Regular inspections to identify paint damage, corrosion, rust, and minor body issues before they require extensive repairs. Protecting your truck or trailer&#8217;s finish and structural integrity now prevents costly restoration work later.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"tractor-card\">\n        <div class=\"tractor-grid\">\n          <div>\n             <h2 class=\"cta-title\">Tractor Trailer Repair Specialists<\/h2>\n            <p class=\"tractor-description\">\n              We specialize in comprehensive tractor and trailer body repairs for commercial operations. \n              Our expert services include:\n            <\/p>\n            <ul class=\"tractor-list\">\n              <li>\n                <svg class=\"check-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                  <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                  <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                <\/svg>\n                <span>Complete trailer body repair and restoration<\/span>\n              <\/li>\n              <li>\n                <svg class=\"check-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                  <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                  <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                <\/svg>\n                <span>Tractor cab and structural repairs<\/span>\n              <\/li>\n              <li>\n                <svg class=\"check-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                  <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                  <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                <\/svg>\n                <span>Welding and fabrication services<\/span>\n              <\/li>\n              <li>\n                <svg class=\"check-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                  <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                  <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                <\/svg>\n                <span>Collision damage repair for trailers<\/span>\n              <\/li>\n              <li>\n                <svg class=\"check-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                  <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n                  <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n                <\/svg>\n                <span>Custom modifications and upgrades<\/span>\n              <\/li>\n            <\/ul>\n          <\/div>\n          <div class=\"stats-container\">\n            <div class=\"stat-card\">\n              <div class=\"stat-number\">20+<\/div>\n              <div class=\"stat-label\">Years of Experience<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n              <div class=\"stat-number\">500+<\/div>\n              <div class=\"stat-label\">Vehicles Serviced Annually<\/div>\n            <\/div>\n            <div class=\"stat-card\">\n              <div class=\"stat-number\">98%<\/div>\n              <div class=\"stat-label\">Customer Satisfaction Rate<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    function toggleAccordion(trigger) {\n      const item = trigger.parentElement;\n      const content = trigger.nextElementSibling;\n      const icon = trigger.querySelector('.accordion-icon');\n      const allItems = document.querySelectorAll('.accordion-item');\n      \n      \/\/ Close all other accordions\n      allItems.forEach(otherItem => {\n        if (otherItem !== item) {\n          const otherContent = otherItem.querySelector('.accordion-content');\n          const otherIcon = otherItem.querySelector('.accordion-icon');\n          otherContent.classList.remove('open');\n          otherIcon.classList.remove('open');\n        }\n      });\n      \n      \/\/ Toggle current accordion\n      content.classList.toggle('open');\n      icon.classList.toggle('open');\n    }\n  <\/script>\n\n<\/body>\n<\/html><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1376220","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/pages\/1376220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/comments?post=1376220"}],"version-history":[{"count":27,"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/pages\/1376220\/revisions"}],"predecessor-version":[{"id":1376406,"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/pages\/1376220\/revisions\/1376406"}],"wp:attachment":[{"href":"https:\/\/precisiontruckbodyinc.com\/staging\/wp-json\/wp\/v2\/media?parent=1376220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}