/* assets/css/style.css */
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}
.hero-section {
  background: linear-gradient(to right, #007bff, #0056b3);
  color: white;
  padding: 120px 0 80px;
  min-height: 100vh;
}
.feature-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

h1, h2, h5 {
  font-weight: 600;
}
img {
  max-width: 100%;
}
