.elementor-540 .elementor-element.elementor-element-e2fd1aa{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-540 .elementor-element.elementor-element-e13aefe{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-540{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-540 .dialog-message{width:693px;height:auto;}#elementor-popup-modal-540 .dialog-close-button{display:flex;}#elementor-popup-modal-540 .dialog-widget-content{border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-e13aefe *//* =========================
   IMPORT FONT
========================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

/* =========================
   SAFE SCOPE
========================= */
.vx-form-wrapper,
.vx-form-wrapper * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* =========================
   MAIN WRAPPER
========================= */
.vx-form-wrapper {
  background: linear-gradient(45deg, #199de5, #19eee6);
  padding: 20px;
  border-radius: 12px;
  max-width: 700px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

/* GLASS EFFECT */
.vx-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  z-index: 0;
}

.vx-form-wrapper > * {
  position: relative;
  z-index: 1;
}

/* =========================
   HEADER
========================= */
.vx-top-text {
  text-align: center;
  margin-bottom: 32px;
}

/* ✅ ONLY THIS WHITE */
.vx-form-wrapper .vx-top-text h2 {
  color: #ffffff !important;
  font-size: 38px;
  font-weight: 600;
  margin: 8px 0;
}

.vx-top-text span {
  font-size: 20px;
  color: #ffffff;
}

/* =========================
   FORM GRID
========================= */
.vx-row {
  display: flex;
  gap: 18px;
}

.vx-row.full {
  flex-direction: column;
}

/* =========================
   FIELD
========================= */
.vx-field {
  flex: 1;
}

.vx-field label {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

/* =========================
   INPUT STYLE
========================= */
.vx-input,
.vx-textarea {
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  background: rgba(255,255,255,0.95);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* TEXTAREA */
.vx-textarea {
  height: 130px;
  resize: none;
}

/* FOCUS */
.vx-input:focus,
.vx-textarea:focus {
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(25,157,229,0.4);
}

/* =========================
   BUTTON (UNCHANGED)
========================= */
.vx-submit {
  text-align: right;
}

.vx-submit input {
  background: linear-gradient(45deg, #199de5, #19eee6); /* SAME */
  color: #fff;
  padding: 14px 36px;
  border-radius: 40px;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .vx-row {
    flex-direction: column;
  }

  .vx-submit {
    text-align: center;
  }
}/* End custom CSS */