.contact-form-modern{max-width:100%;margin:0 auto}.form-row{display:flex;flex-wrap:wrap;margin-bottom:20px;gap:20px}.form-column{flex:1;min-width:250px}.form-group-modern{margin-bottom:20px}.form-group-modern label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-group-modern input,.form-group-modern select,.form-group-modern textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-family:var(--font-family);font-size:16px;background-color:#f9f9f9;transition:border-color .3s,box-shadow .3s}.form-group-modern input:focus,.form-group-modern select:focus,.form-group-modern textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(139,192,212,.2);outline:0;background-color:#fff}.form-group-modern textarea{min-height:150px;resize:vertical}.form-group-full{width:100%}.btn-modern{display:inline-block;padding:12px 30px;background-color:#8bc0d4;color:#fff;text-decoration:none;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .3s;font-size:16px}.btn-modern:hover{background-color:#6ba7bc}@media screen and (max-width:768px){.form-row{flex-direction:column;gap:0}.form-column{width:100%}}