.elementor-392 .elementor-element.elementor-element-15bfb78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-ebfecd8 *//* ============================================
   PURE VIBEZ – CF7 Signup Form Styling
   ============================================ */

/* --- Name row: First + Last name side by side --- */
.pv-name-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

/* Each name field wrapper takes half the width (minus gap) */
.pv-name-row .wpcf7-form-control-wrap {
  flex: 1 1 calc(50% - 6px);
  min-width: 120px;
}

/* --- All text/email inputs --- */
.pv-name-row input[type="text"],
.pv-email-row input[type="email"] {
  background: transparent;
  border: 1px solid #2a2534;
  color: #f3efe9;
  padding: 14px 18px;
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

/* Focus state */
.pv-name-row input[type="text"]:focus,
.pv-email-row input[type="email"]:focus {
  outline: none;
  border-color: #FF2C2C;
}

/* Placeholder color */
.pv-name-row input::placeholder,
.pv-email-row input::placeholder {
  color: #a49dae;
  font-weight: 400;
}

/* --- Email row (full width) --- */
.pv-email-row {
  margin-top: 4px;
  width: 100%;
}
.pv-email-row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* --- Submit button row --- */
.pv-submit-row {
  margin-top: 6px;
  width: 100%;
}

/* Submit button – matches your .btn-primary style */
.pv-submit-row .wpcf7-submit {
  background: #FF2C2C;
  color: #0b0a10;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
  transition: transform 0.15s ease, opacity 0.15s ease;
  display: inline-block;
}

/* Hover effect */
.pv-submit-row .wpcf7-submit:hover {
  transform: translateY(-2px);
}

/* Active/click effect */
.pv-submit-row .wpcf7-submit:active {
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE: Mobile (max-width: 640px)
   ============================================ */
@media (max-width: 640px) {

  /* Stack name fields vertically on mobile */
  .pv-name-row .wpcf7-form-control-wrap {
    flex: 1 1 100%;
    min-width: unset;
  }

  .pv-name-row {
    gap: 10px;
  }

  /* Submit button full width on mobile */
  .pv-submit-row .wpcf7-submit {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Adjust padding for smaller screens */
  .pv-name-row input[type="text"],
  .pv-email-row input[type="email"] {
    padding: 12px 14px;
    font-size: 14px;
  }
}

/* ============================================
   Fix for CF7's default spacing (optional)
   ============================================ */
.wpcf7-form .wpcf7-not-valid-tip {
  color: #FF2C2C;
  font-size: 13px;
  margin-top: 4px;
}

.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 12px 18px;
  border-radius: 2px;
  font-size: 14px;
}

.wpcf7-form .wpcf7-validation-errors {
  border-color: #FF2C2C;
  color: #FF2C2C;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  border-color: #6be3a3;
  color: #6be3a3;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-15bfb78 */<style>
div.wpcf7 {
  background: #17141f !important;
  border: 1px solid #2a2534 !important;
  border-radius: 4px !important;
  padding: 40px !important;
  max-width: 480px !important;
  box-sizing: border-box !important;
}

.wpcf7-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.wpcf7-form .pv-name-row {
  display: flex !important;
  width: 100% !important;
}
.wpcf7-form .pv-name-row .wpcf7-form-control-wrap {
  flex: 1 1 50% !important;
  width: 50% !important;
}
.wpcf7-form .pv-name-row input {
  width: 100% !important;
  box-sizing: border-box !important;
}
.wpcf7-form .pv-name-row .wpcf7-form-control-wrap:first-child input {
  border-radius: 2px 0 0 2px !important;
  border-right: none !important;
}
.wpcf7-form .pv-name-row .wpcf7-form-control-wrap:last-child input {
  border-radius: 0 2px 2px 0 !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
  background: transparent !important;
  border: 1px solid #2a2534 !important;
  color: #f3efe9 !important;
  padding: 13px 16px !important;
  border-radius: 2px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}
.wpcf7-form input::placeholder {
  color: #a49dae !important;
}

.wpcf7-form .wpcf7-submit {
  background: #FF2C2C !important;
  color: #0b0a10 !important;
  font-weight: 600 !important;
  padding: 14px 28px !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  align-self: flex-start !important;
  transition: transform .15s ease !important;
}
.wpcf7-form .wpcf7-submit:hover {
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  div.wpcf7 {
    padding: 28px !important;
    max-width: 100% !important;
  }
  .wpcf7-form .pv-name-row {
    flex-direction: column !important;
  }
  .wpcf7-form .pv-name-row .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  .wpcf7-form .pv-name-row .wpcf7-form-control-wrap:first-child input {
    border-radius: 2px 2px 0 0 !important;
    border-right: 1px solid #2a2534 !important;
    border-bottom: none !important;
  }
  .wpcf7-form .pv-name-row .wpcf7-form-control-wrap:last-child input {
    border-radius: 0 0 2px 2px !important;
  }
}
</style>

[contact-form-7 id="c8de3c7" title="Contact form 1"]/* End custom CSS */