body {
  font-family: Arial, sans-serif;
}

.hero { position: relative; height: 60vh; overflow: hidden; }
.hero-img { object-fit: cover; height: 100%; }
.hero-content { max-width: 600px; }
.services .card { border: none; }
.section-padding { padding: 60px 0; }
.testimonial { background: #f8f9fa; border-radius: 8px; }
.icons img { filter: invert(1); }
