/* ==========================================================================
   Contractor Niche Overrides
   ========================================================================== */

/* Contractor-specific hero treatment */
.hero {
  min-height: 75vh;
}

/* Service cards: stronger border accent */
.services__card {
  border-left: 4px solid var(--color-primary);
  text-align: left;
}

.services__icon {
  text-align: left;
}

/* Testimonial cards: construction feel */
.testimonials__card {
  border-bottom: 3px solid var(--color-accent);
}

/* Contact form: wider on desktop for contractor detail */
.contact__textarea {
  min-height: 150px;
}

/* Footer: add a top accent bar */
.footer::before {
  content: '';
  display: block;
  height: 4px;
  background: linear-gradient(to right, var(--color-accent), var(--color-primary));
}
