.eren-contact-form{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#000;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#000;font-size:1rem;transition:all 0.3s ease}.form-group textarea{min-height:150px;resize:vertical}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px rgb(0 0 0 / .1)}.captcha{margin:1.5rem 0;color:#000}.captcha input{width:80px;padding:.5rem;margin-left:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#000}button[type="submit"]{background:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:all 0.3s ease;width:100%}button[type="submit"]:hover{background:#333;transform:translateY(-2px)}.success-message{background:#f8f8f8;color:#000;border:1px solid #e0e0e0;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group.error input,.form-group.error textarea,.form-group.error select{border-color:#ff3b30}@media (max-width:768px){.eren-contact-form{margin:1rem;padding:1.5rem}}