.elementor-4189 .elementor-element.elementor-element-00af316{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-bdd449f *//* COMMUNITY STORIES FORM - Fluent Form ID 4 */
#fluentform_4{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
}

#fluentform_4 .ff-el-group{
  margin-bottom: 18px;
}

#fluentform_4 .ff-el-form-control,
#fluentform_4 input[type="text"],
#fluentform_4 input[type="email"],
#fluentform_4 input[type="tel"],
#fluentform_4 input[type="number"],
#fluentform_4 input[type="url"],
#fluentform_4 textarea,
#fluentform_4 select{
  width: 100%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
  border-radius: 16px;
  padding: 14px 16px;
  min-height: 52px;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#fluentform_4 textarea{
  min-height: 160px;
  resize: vertical;
}

#fluentform_4 .ff-el-form-control::placeholder,
#fluentform_4 input::placeholder,
#fluentform_4 textarea::placeholder{
  color: rgba(255,255,255,0.65);
}

#fluentform_4 .ff-el-form-control:focus,
#fluentform_4 input:focus,
#fluentform_4 textarea:focus,
#fluentform_4 select:focus{
  outline: none;
  border-color: #ffd84a;
  box-shadow: 0 0 0 3px rgba(255,216,74,0.18);
  background: rgba(255,255,255,0.12);
}

#fluentform_4 .ff-el-input--label label,
#fluentform_4 .ff-el-is-required.asterisk-right label,
#fluentform_4 label{
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
}

#fluentform_4 .text-danger,
#fluentform_4 .ff-el-is-required.asterisk-right label .ff-el-required,
#fluentform_4 .asterisk{
  color: #ffd84a;
}

#fluentform_4 .ff-radio-group,
#fluentform_4 .ff_checkbox,
#fluentform_4 .ff-el-form-check{
  color: #f3f6ff;
}

#fluentform_4 input[type="radio"],
#fluentform_4 input[type="checkbox"]{
  accent-color: #ffd84a;
}

#fluentform_4 .ff-el-section-break{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 10px 0 20px;
}

#fluentform_4 .ff-el-section-title{
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

#fluentform_4 .ff-el-section-content{
  color: rgba(255,255,255,0.78);
}

#fluentform_4 .ff-btn-submit{
  background: linear-gradient(135deg, #ffd84a 0%, #ffb800 100%);
  color: #111111;
  border: none;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(255,184,0,0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#fluentform_4 .ff-btn-submit:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(255,184,0,0.30);
  opacity: 1;
}

#fluentform_4 .ff-btn-submit:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,216,74,0.22);
}

#fluentform_4 .ff-message-success{
  background: rgba(20,160,80,0.16);
  border: 1px solid rgba(80,220,140,0.35);
  color: #eafff1;
  border-radius: 16px;
  padding: 14px 16px;
}

#fluentform_4 .ff-message-error,
#fluentform_4 .text-danger{
  color: #ffd3d3;
}

#fluentform_4 .ff-errors-in-stack{
  background: rgba(190,40,40,0.16);
  border: 1px solid rgba(255,120,120,0.30);
  color: #fff0f0;
  border-radius: 16px;
  padding: 12px 14px;
}

#fluentform_4 .ff-upload-input-wrapper,
#fluentform_4 .ff_file_upload_wrapper{
  background: rgba(255,255,255,0.06);
  border: 1px dashed rgba(255,255,255,0.22);
  border-radius: 16px;
  padding: 14px;
  color: #ffffff;
}

/* select dropdown text fix */
#fluentform_4 select option{
  color: #111111;
}

/* mobile */
@media (max-width: 767px){
  #fluentform_4{
    padding: 0 0 6px;
  }

  #fluentform_4 .ff-el-form-control,
  #fluentform_4 input[type="text"],
  #fluentform_4 input[type="email"],
  #fluentform_4 input[type="tel"],
  #fluentform_4 input[type="number"],
  #fluentform_4 input[type="url"],
  #fluentform_4 textarea,
  #fluentform_4 select{
    border-radius: 14px;
    padding: 13px 14px;
  }

  #fluentform_4 .ff-btn-submit{
    width: 100%;
    justify-content: center;
  }/* End custom CSS */