/* ---------------- Contact Box on Right ---------------- */
.contact-right {
  width: 560px; /* wide but not huge */
  margin-left: 80px;
  flex-shrink: 0;
}

/* visual shell / fields / button now shared via forms.css (.black-neon-form + .contact-box mappings) */

/* ---------------- Responsive ---------------- */
@media (max-width: 768px) {
  .industry-section {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .contact-right {
    width: 90%;
    margin: 0 auto;
  }
}


















