.hk-contact-form {
  direction: rtl;
  font-family: inherit;
}
.hk-contact-form-en{
    direction: ltr;
}

.hk-form-group {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
}


.hk-input,
.hk-textarea {
  border: none !important;
  border-radius: 5px !important;
  background-color:#888888 !important;
  color:white !important;
  padding: 5px !important;
  font-size: 14px;
  resize: vertical;
  transition: border-color 0.3s;
}

input.hk-input::placeholder{
    color: white!important; 
}
input.hk-textarea:placeholder{
    color: white!important; 
}

.hk-input:focus,
.hk-textarea:focus {
    border: none !important;
  background-color:#888888 !important;
  outline: none;
}

.hk-textarea{
    min-height:150px !important;
}

.hk-form-button{
    text-align:left;
    height:50px;
}
.hk-contact-form-en .hk-form-button{
    direction: ltr;
    text-align:right;
}

.hk-button {
  background-color: #E1BB61 !important;
  color: white !important;
  border: none !important;
  padding: 5px !important;
  padding-right:20px !important;
  padding-left:20px !important;
  font-size: 12px !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  transition: background-color 0.5s !important;
  float:left !important;
}
.hk-contact-form-en .hk-button{
    float:right !important;
}

.hk-button:hover {
  color:black !important;
}

.hk-form-alart{
    text-align:center;
    height:50px;
}
.hk-status {
  display: none;
  text-align: center;
  color: white;
  margin-top: 12px;
  font-weight: 600;
}
