
body { padding-top: 70px; }
.hero { background: url('../assets/images/forklift-bg.jpg') no-repeat center center/cover; }
.section-title {
  font-size: 2em;           /* Heading size */
  font-weight: bold;         /* Bold text */
  text-decoration: underline;/* Underline text */
  color: #1a1a1a;           /* Text color */
  text-align: center;        /* Center alignment */
  margin-bottom: 20px;       /* Space below heading */
  letter-spacing: 1px;       /* Optional spacing */
  font-family: 'Arial', sans-serif; /* Font style */
}

/* Optional hover effect */
.section-title:hover {
  color: #ff6600;            /* Change color on hover */
  text-decoration-color: #ff6600; /* Change underline color on hover */
  transition: 0.3s;          /* Smooth transition */
}