body {
  font-family: "Poppins", sans-serif;
  color: #333;
}

/* HERO SECTION */
.hero-section {
  position: relative;
  background: url('../images/volunteers.jpg') center/cover no-repeat;
  height: 60vh;
}

.hero-section .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

.hero-content p {
    color: #c4bbbb;
}

.section-padding {
  padding: 80px 0;
}


/* FORM */
.custom-form input, .custom-form textarea {
  border-radius: 6px;
  border: 1px solid #ccc;
}

.custom-form input:focus, .custom-form textarea:focus {
  border-color: #007bff;
  box-shadow: none;
}
