/* Elegant Header Style */
.form-header-section {
  background-color: var(--themeprimaryclr);
  color: var(--plainclr);
  padding: 35px !important;
  text-align: center;
  /* Curved bottom border for visual appeal */
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.form-header-section .main-heading {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--plainclr);
  letter-spacing: 0.5px;
}

.form-header-section p {
  font-weight: 400;
  font-size: 0.95rem;
  color: var(--plainclr);
}/*# sourceMappingURL=header.css.map */