.modal-content {
  background: #ffffff;
}

.modal-title {
  font-size: 1.5rem;
  color: #1f2937;
}

.popup-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}

#leadForm input {
  padding: 14px 16px;
}

#leadForm button {
  font-weight: 600;
}

.success-icon {
  font-size: 2.5rem;
}

#leadSuccessMessage h5 {
  color: #1f2937;
}

#leadSuccessMessage p {
  line-height: 1.7;
  color: #6b7280;
}