.contact-form-container{background:#fff;border-radius:0;width:100%;max-width:800px;margin:0 auto;padding:2rem}.contact-form-container.dark-mode{background-color:#333}@media (max-width:768px){.contact-form-container{padding:2rem 1.5rem}}@media (max-width:576px){.contact-form-container{padding:2rem 1rem}}.contact-heading{color:#333;margin-bottom:2rem;font-family:sans-serif;font-size:1.75rem;font-weight:600;line-height:1.3}@media (max-width:576px){.contact-heading{text-align:center;letter-spacing:.02em;margin-bottom:2rem;font-size:2.2rem;font-weight:700;line-height:1.2}}@media (max-width:480px){.contact-heading{font-size:1.3rem}}.contact-heading.dark-mode{color:#fff}.form-control{background-color:#f0f8ff;border:none;border-bottom:1px solid #999;border-radius:0}.form-control:focus{box-shadow:none;background-color:#0000;border-color:#000}.form-control::placeholder{color:#999}.form-control:not(:placeholder-shown){padding-bottom:.5rem}.form-control.dark-mode{color:#fff;border-bottom-color:#fff}.form-control.dark-mode:focus{border-color:#fff}.form-control.dark-mode::placeholder{color:#ccc}textarea.form-control{resize:vertical;min-height:100px}.submit-button{color:#000;background-color:#fff;border:1px solid #000;border-radius:0;align-items:center;margin-top:1rem;padding:.5rem 1.5rem;transition:all .3s;display:flex}.submit-button:hover,.submit-button:focus{color:#fff;background-color:#000}.submit-button svg{margin-left:.5rem}.submit-button.dark-mode{color:#fff;background-color:#333;border-color:#fff}.submit-button.dark-mode:hover,.submit-button.dark-mode:focus{color:#333;background-color:#fff}
