#contact-section { display: none; background: #fff; padding: 40px; border-radius: 8px; border: 1px solid #ddd; }
#toggle-contact { color: #6a1b9a !important; border-color: #6a1b9a !important; }
.form-group input, .form-group textarea { width: 100%; padding: 12px; margin-bottom: 20px; border: 2px solid #ddd; border-radius: 4px; }
.btn-submit { background: #6a1b9a; color: white; padding: 12px 24px; border: none; border-radius: 4px; width: 100%; cursor: pointer; }