/* Start custom CSS for html, class: .elementor-element-b0d6704 *//* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  width: 100%;
  overflow-x: hidden;
}

/* Hero Section */
.hero-section {
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url('https://krausgarage.com/wp-content/uploads/2025/06/services-banner_1_11zon.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 30px;
  color: white;
  margin-bottom: 40px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: white;
}

.hero-text {
  font-size: 1.1rem;
  margin-bottom: 15px;
  max-width: 800px;
}

.hero-link {
  color: #fff;
  text-decoration: underline;
}

.cta-button {
  display: inline-block;
  background: rgba(220,38,38,0.9);
  color: white;
  text-decoration: none;
  padding: 18px 36px;
  font-size: 1.3rem;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  margin: 20px 0;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: rgba(185,28,28,0.95);
}

.cta-subtext {
  font-size: 1rem;
  margin: 10px 0 0 0;
  opacity: 0.95;
}

/* Trust Bar */
.trust-bar {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 40px;
  text-align: center;
  border-top: 3px solid #DC2626;
}

.trust-bar-text {
  font-size: 0.95rem;
  margin: 0;
}

/* Local Insights Section */
.local-insights-section {
  margin: 50px 0;
  padding: 50px 30px;
  background: #f8f8f8;
}

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2c2c2c;
}

.two-col-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 30px;
}

.insight-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #DC2626;
}

.insight-spacing {
  margin-top: 30px;
}

.insight-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.local-stats-card {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-left: 5px solid #DC2626;
}

.stats-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #2c2c2c;
  text-align: center;
}

.stat-item {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.stat-item:last-of-type {
  border-bottom: none;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #DC2626;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 1rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.stat-note {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  font-style: italic;
}

.local-tip {
  background: #fef2f2;
  padding: 20px;
  border-radius: 5px;
  margin-top: 25px;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Neighborhoods Section */
.neighborhoods-section {
  background: white;
  padding: 50px 30px;
  margin: 50px 0;
}

.centered-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #2c2c2c;
}

.section-intro {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #666;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.neighborhoods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.neighborhood-card {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #DC2626;
  transition: all 0.3s ease;
}

.neighborhood-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.neighborhood-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #DC2626;
  margin-bottom: 12px;
}

.neighborhood-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #333;
}

.neighborhood-common {
  font-size: 0.85rem;
  color: #666;
  font-style: italic;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.service-area-note {
  background: #fef2f2;
  padding: 20px 25px;
  border-radius: 8px;
  margin-top: 30px;
  border-left: 4px solid #DC2626;
}

.service-area-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* Same-Day Repair Section */
.same-day-section {
  margin: 50px 0;
  padding: 0 30px;
}

.same-day-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
}

.technician-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.section-text {
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.text-link {
  color: #DC2626;
  text-decoration: none;
  font-weight: 500;
}

.info-box {
  background: #f9f9f9;
  padding: 20px;
  border-left: 4px solid #DC2626;
  margin: 20px 0;
}

.info-box-title {
  font-size: 1rem;
  margin-bottom: 5px;
}

.info-box-text {
  margin: 5px 0;
}

.info-box-highlight {
  margin: 10px 0 0 0;
  color: #DC2626;
  font-weight: 600;
}

.subsection-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 25px 0 15px;
  color: #2c2c2c;
}

.repairs-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.repairs-list li {
  margin-bottom: 8px;
}

.popular-services-box {
  margin-top: 24px;
  background: #fef2f2;
  padding: 20px;
  border-radius: 5px;
}

.popular-services-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #DC2626;
}

.popular-services-list {
  margin: 0 0 0 18px;
}

.popular-services-list li {
  margin-bottom: 6px;
}

.service-link {
  color: #DC2626;
  text-decoration: none;
  font-weight: 500;
}

/* Case Studies Section */
.case-studies-section {
  background: white;
  padding: 50px 30px;
  margin: 50px 0;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.case-study-card {
  background: #f8f8f8;
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #DC2626;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.case-location {
  font-size: 0.9rem;
  color: #DC2626;
  font-weight: 600;
  margin-bottom: 10px;
}

.case-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 15px;
  line-height: 1.3;
}

.case-details p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 12px;
}

.case-result {
  background: white;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 0.95rem;
}

.case-study-cta {
  background: #DC2626;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  color: white;
}

.case-study-cta .cta-text {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.cta-button-secondary {
  display: inline-block;
  background: white;
  color: #DC2626;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.cta-button-secondary:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Complete Services Section */
.complete-services-section {
  background: #f8f8f8;
  padding: 50px 30px;
  margin: 50px 0;
}

.centered-text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.05rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.link-red {
  color: #DC2626;
  text-decoration: none;
  font-weight: 600;
}

.service-category-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2c2c2c;
}

.service-list {
  margin-left: 20px;
}

.service-list li {
  margin-bottom: 10px;
}

.pricing-card {
  background: white;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.pricing-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #DC2626;
}

.pricing-intro {
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.pricing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pricing-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.pricing-item-last {
  padding: 10px 0;
  font-size: 0.95rem;
}

.pricing-disclaimer {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #666;
}

.payment-box {
  margin-top: 20px;
  padding: 15px;
  background: #fef2f2;
  border-radius: 5px;
}

.payment-title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #DC2626;
}

.payment-text {
  margin: 5px 0 0 0;
  font-size: 0.85rem;
}

.brands-text {
  margin-top: 25px;
  font-size: 1.05rem;
  text-align: center;
}

/* Why Choose Section */
.why-choose-section {
  margin: 50px 0;
  padding: 0 30px;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
}

.difference-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.difference-list li {
  margin-bottom: 12px;
}

.guarantee-box {
  background: #fef2f2;
  padding: 20px;
  border-left: 4px solid #DC2626;
  margin: 25px 0;
}

.guarantee-title {
  margin-bottom: 10px;
  color: #DC2626;
  font-weight: 700;
}

.guarantee-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.pro-tip {
  margin-top: 20px;
  font-size: 1.05rem;
  background: #fff3cd;
  padding: 15px;
  border-radius: 5px;
  border-left: 4px solid #ffc107;
}

.service-van-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Testimonials */
.testimonials-section {
  background: #f8f8f8;
  padding: 50px 30px;
  margin: 50px 0;
}

.testimonials-intro {
  text-align: center;
  margin-bottom: 35px;
  font-size: 1.05rem;
  color: #666;
}

.three-col-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.testimonial-card {
  background: white;
  padding: 25px;
  border-left: 4px solid #DC2626;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  border-radius: 5px;
}

.stars {
  color: #DC2626;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.testimonial-quote {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}

.testimonial-text {
  font-style: italic;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 600;
  margin: 0;
  color: #2c2c2c;
}

.testimonial-service {
  font-size: 0.85rem;
  color: #666;
  margin: 5px 0 0 0;
}

.reviews-cta-box {
  background: white;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  margin-top: 35px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.reviews-cta-text {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #2c2c2c;
}

.reviews-cta-button {
  display: inline-block;
  background: #DC2626;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
}

/* FAQ Section */
.faq-section {
  margin: 50px 0;
  padding: 0 30px;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f8f8;
  border-left: 4px solid #DC2626;
  border-radius: 5px;
}

.faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c2c2c;
}

.faq-answer {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* Serving Section */
.serving-section {
  background: #f8f8f8;
  padding: 40px 30px;
  border-left: 5px solid #DC2626;
  margin: 50px 0;
}

.serving-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #2c2c2c;
  font-weight: 700;
}

.serving-intro {
  font-size: 1.05rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.serving-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 25px 0;
}

.serving-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.serving-list li {
  margin-bottom: 10px;
}

.serving-link {
  color: #DC2626;
  text-decoration: none;
  font-weight: 500;
}

.serving-footer {
  font-size: 1.05rem;
  margin-top: 25px;
  line-height: 1.6;
}

.serving-phone {
  color: #DC2626;
  text-decoration: none;
  font-weight: 700;
}

/* Maps Section */
.maps-section {
  margin: 50px 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.maps-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
  color: #2c2c2c;
  font-weight: 700;
}

.maps-text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.05rem;
}

.maps-iframe {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.maps-address {
  text-align: center;
  margin-top: 20px;
  font-size: 0.95rem;
  color: #666;
}

.final-cta-section {
  background: linear-gradient(135deg, #2c2c2c 0%, #4a4a4a 100%);
  color: white;
  padding: 60px 30px;
  margin: 50px 0;
}

.final-cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.final-cta-image {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.final-cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.final-cta-text {
  font-size: 1.2rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.final-cta-link {
  color: #DC2626;
  background: white;
  padding: 2px 8px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
}

.final-cta-subtext {
  font-size: 1.1rem;
  margin-bottom: 35px;
}

.final-cta-box {
  background: #DC2626;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(220,38,38,0.4);
}

.final-cta-phone {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.final-cta-hours {
  font-size: 1.05rem;
  margin: 0;
  opacity: 0.95;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .same-day-grid,
  .why-choose-grid {
    grid-template-columns: 1fr;
  }
  
  .three-col-grid,
  .neighborhoods-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 20px;
  }
  
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-text {
    font-size: 1rem;
  }
  
  .cta-button {
    font-size: 1.1rem;
    padding: 15px 30px;
  }
  
  .two-col-grid,
  .case-study-grid {
    grid-template-columns: 1fr;
  }
  
  .three-col-grid,
  .neighborhoods-grid {
    grid-template-columns: 1fr;
  }
  
  .serving-grid {
    grid-template-columns: 1fr;
  }
  
  .section-title,
  .centered-title {
    font-size: 1.5rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
  }
  
  .case-study-grid {
    gap: 20px;
  }
  
  .final-cta-title {
    font-size: 1.6rem;
  }
  
  .final-cta-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.5rem;
  }
  
  .hero-text {
    font-size: 0.95rem;
  }
  
  .trust-bar-text {
    font-size: 0.85rem;
  }
  
  .cta-button {
    font-size: 1rem;
    padding: 12px 24px;
  }
  
  .section-title,
  .centered-title {
    font-size: 1.3rem;
  }
  
  .insight-text,
  .section-text {
    font-size: 1rem;
  }
  
  .local-stats-card {
    padding: 20px;
  }
  
  .stat-number {
    font-size: 1.6rem;
  }
  
  .case-study-card {
    padding: 20px;
  }
  
  .testimonial-card {
    padding: 20px;
  }
  
  .final-cta-section {
    padding: 40px 20px;
  }
  
  .final-cta-phone {
    font-size: 1.3rem;
  }
}/* End custom CSS */