body {
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Top Header */
.top-header {
  background: #f1f1f1;
  padding: 5px 0;
  font-size: 13px;
}

/* Banner */
.banner {
  background: url('../images/banner.jpg') center/cover no-repeat;
  color: white;
  padding: 80px 0;
}

.banner h1 {
  font-weight: bold;
}

/* Section */
.section-title {
  border-left: 5px solid #007bff;
  padding-left: 10px;
  margin-bottom: 30px;
}

/* Service Box */
.service-box {
  background: white;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* Footer */
.footer {
  background: #0284C7;
  color: white;
  padding: 30px 0;
}
