.contact-section{margin:0;padding:50px 10%!important}.contact-section h2{margin-bottom:10px}.contact-section h4{text-align:center;font-weight:400;margin-bottom:40px}.contact-section form{display:flex;flex-direction:column;gap:1rem;margin:auto;position:relative;width:100%;max-width:500px}.contact-section form input,.contact-section form textarea{padding:.5rem;font-size:1rem;border:1px solid #d3d3d3;border-radius:5px}.contact-section form button{padding:.7rem;font-size:1rem;cursor:pointer;border:none;background-color:#fbd671;display:flex;align-items:center;justify-content:center;position:relative}.contact-section form button .spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;border:2px solid rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.6);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle}.contact-section form .hidden{display:none}.contact-section form .text-transparent{color:transparent}.contact-section form #form-message{font-size:.9rem;text-align:center;margin-top:.5rem}.contact-section form #form-message.success{color:green}.contact-section form #form-message.error{color:red}@keyframes spin{to{transform:translate(-50%,-50%) rotate(1turn)}}