.elementor .glow-field{.glow-field {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 14px 16px !important;
  box-shadow:
      0 0 0 rgba(255, 45, 45, 0),
      inset 0 0 12px rgba(255,255,255,0.02) !important;
  transition: all 0.35s ease !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.glow-field::placeholder {
  color: rgba(255,255,255,0.45) !important;
}

.glow-field:focus,
.glow-field:focus-visible {
  border-color: #ff2d2d !important;
  box-shadow:
      0 0 12px rgba(255,45,45,0.45),
      0 0 24px rgba(255,45,45,0.22),
      inset 0 0 10px rgba(255,255,255,0.03) !important;
  outline: none !important;
}

.glow-submit {
  background: linear-gradient(135deg, #ff2d2d, #8a0000) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #fff !important;
  border-radius: 14px !important;
  padding: 14px 26px !important;
  box-shadow: 0 0 14px rgba(255,45,45,0.25) !important;
  transition: all 0.3s ease !important;
}

.glow-submit:hover {
  transform: translateY(-2px);
  box-shadow:
      0 0 16px rgba(255,45,45,0.45),
      0 0 30px rgba(255,45,45,0.25) !important;
}\n}