.contact-form-section{max-width:700px;margin:0 auto;padding:3rem 1rem;text-align:center;color:white}.hero-heading{font-family:Fredoka,sans-serif;font-size:3rem;font-weight:900;margin:0}.underline{height:2px;background-color:var(--active-color);width:80px;margin:1rem auto 2rem}.subheading{font-size:1.2rem;font-family:Poppins,sans-serif}.contact-form h2,.subheading{margin-bottom:.5rem}.contact-form p{margin-bottom:1rem}.contact-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-row input,.form-row textarea{flex:1;padding:.75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;width:100%}.form-row.center{justify-content:center}.contact-form button{padding:.75rem 1.5rem;background-color:var(--active-color);color:white;border:none;border-radius:6px;font-size:1rem;cursor:pointer}