/* public/css/extra.css */

/* make input focus slightly more visible */
input:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(14,165,233,0.15);
  border-color: rgba(14,165,233,0.8);
}

/* small responsive tweak for hero image */
@media (min-width: 1280px) {
  .hero-img { height: 420px; }
}

/* // Testimonials */

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
