.elementor-904 .elementor-element.elementor-element-287a1e95{--display:flex;--min-height:119px;--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;--justify-content:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-904 .elementor-element.elementor-element-7f5f8bcc{text-align:center;}.elementor-904 .elementor-element.elementor-element-7f5f8bcc .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-904 .elementor-element.elementor-element-7e93779{--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;}body.elementor-page-904:not(.elementor-motion-effects-element-type-background), body.elementor-page-904 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7F0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-904 .elementor-element.elementor-element-7f5f8bcc .elementor-heading-title{font-size:23px;}}/* Start custom CSS for shortcode, class: .elementor-element-15bd70b *//* ===== Container ===== */
.blush-form {
  background: #FBF7F0;
  padding: 20px;
  border-radius: 20px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 25px 50px rgba(0,0,0,0.05);
}

/* ===== Typography ===== */
.blush-form label {
  font-size: 14px;
  color: #2B2A28;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* ===== Inputs ===== */
.blush-form input,
.blush-form textarea,
.blush-form select {
  background: #FFF5F5;
  border: 1px solid #EADFE0;
  padding: 7px 10px;
  border-radius: 14px;
  font-size: 15px;
  color: #2B2A28;
  transition: all 0.25s ease;
}

.blush-form input::placeholder,
.blush-form textarea::placeholder {
  color: #9B948C;
}

.blush-form input:focus,
.blush-form textarea:focus,
.blush-form select:focus {
  outline: none;
  border-color: #8FA68E;
  box-shadow: 0 0 0 4px rgba(143,166,142,0.25);
}

/* ===== Layout ===== */
.form-row {
  margin-bottom: 1px;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* ===== File Upload ===== */
.file-upload input[type="file"] {
  padding: 12px;
  cursor: pointer;
}

/* ===== Captcha ===== */
.captcha-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ===== Submit Button ===== */
.actions input[type="submit"] {
  background: #8FA68E;
  color: #fff;
  border: none;
  padding: 16px 36px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.actions input[type="submit"]:hover {
  background: #7b907a;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(143,166,142,0.35);
}

/* ===== Validation ===== */
.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #b84c4c;
}

.wpcf7-response-output {
  border-radius: 14px;
  padding: 16px;
  font-size: 14px;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .blush-form {
    padding: 24px;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .actions input[type="submit"] {
    width: 100%;
  }
}/* End custom CSS */