.hk-contact-form {
  direction: rtl;
  font-family: inherit;
}

.hk-form-group {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}

.hk-form-group label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.hk-input,
.hk-textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  resize: vertical;
  transition: border-color 0.3s;
}

.hk-input:focus,
.hk-textarea:focus {
  border-color: #4caf50;
  outline: none;
}

.hk-button {
  background-color: #4caf50 !important;
  color: black !important;
  border: none !important;
  padding: 10px 16px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  width: 100% !important;
  transition: background-color 0.5s !important;
}

.hk-button:hover {
  background-color: #f1b427 !important;
  color:white !important;
}

.hk-status {
  display: none;
  text-align: center;
  color: green;
  margin-top: 12px;
  font-weight: 600;
}
