/* Local extras on top of the extracted Elementor/Hello CSS. */
.cyber-contact-form {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: Poppins, sans-serif;
}
.cyber-contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #3f3f3f;
}
.cyber-contact-form input,
.cyber-contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  color: #222;
  background: #fff;
}
.cyber-contact-form input:focus,
.cyber-contact-form textarea:focus {
  outline: 2px solid #ff9100;
  border-color: #ff9100;
}
.cyber-contact-form button {
  align-self: flex-start;
  background: #ff9100;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 12px 28px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.cyber-contact-form button:hover {
  background: #e07f00;
}
.cyber-contact-form .hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.cyber-contact-form .form-status {
  margin: 0;
  min-height: 1.2em;
  font-size: 14px;
  color: #3f3f3f;
}
.e-font-icon-svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
html {
  scroll-behavior: smooth;
}
