:root{--page-title-display:none;}/* Start custom CSS *//* SECTION WRAPPER */
.letsrock-form-section {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  background: transparent !important;
}

/* FORM CONTAINER */
.letsrock-form-section .elementor-widget-form {
  width: 100%;
  max-width: 700px;
  background: rgba(0,0,0,0.55);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(255,0,150,0.5),
              0 0 15px rgba(0,255,255,0.3);
  backdrop-filter: blur(5px);
}

/* TITLE ABOVE FORM */
.letsrock-form-section::before {
  content: "Join our mailing list to hear where we will be first!";
  position: absolute;
  top: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #ff59a6;
  text-shadow: 0 0 12px rgba(255,0,150,0.9);
  width: 100%;
  text-align: center;
  transform: translateY(-40px);
}

/* FIELDS */
.letsrock-form-section input,
.letsrock-form-section textarea,
.letsrock-form-section select {
  background: rgba(255,255,255,0.15) !important;
  border: 2px solid rgba(255,0,150,0.6) !important;
  color: #fff !important;
  padding: 14px 18px !important;
  font-size: 1.1rem !important;
  border-radius: 10px !important;
  transition: 0.25s !important;
}

.letsrock-form-section input:focus,
.letsrock-form-section textarea:focus,
.letsrock-form-section select:focus {
  border-color: #00e5e5 !important;
  box-shadow: 0 0 12px #00e5e5 !important;
}

/* LABELS */
.letsrock-form-section .elementor-field-label {
  color: #fff !important;
  font-size: 1.1rem !important;
}

/* CHECKBOX TEXT */
.letsrock-form-section .elementor-field-subgroup label {
  color: #fff !important;
}

/* BUTTON */
.letsrock-form-section button.elementor-button {
  background: #ff59a6 !important;
  color: #fff !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 25px rgba(255,0,150,0.8),
              0 0 15px rgba(255,255,255,0.3);
  transition: 0.3s;
}

.letsrock-form-section button.elementor-button:hover {
  background: #00e5e5 !important;
  box-shadow: 0 0 25px #00e5e5 !important;
  transform: translateY(-3px);
}/* End custom CSS */