.elementor-10956 .elementor-element.elementor-element-5cd5d8b{--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;--padding-top:050px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-10956 .elementor-element.elementor-element-196c628 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:10px 0px 0px 0px;}.elementor-10956 .elementor-element.elementor-element-196c628{text-align:center;}.elementor-10956 .elementor-element.elementor-element-a5d52e8{text-align:center;font-size:16px;color:#000000;}.elementor-10956 .elementor-element.elementor-element-f229091 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}#elementor-popup-modal-10956 .dialog-widget-content{animation-duration:1.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-10956{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-10956 .dialog-message{width:597px;height:auto;}#elementor-popup-modal-10956 .dialog-close-button{display:flex;top:2%;font-size:39px;}body:not(.rtl) #elementor-popup-modal-10956 .dialog-close-button{right:6%;}body.rtl #elementor-popup-modal-10956 .dialog-close-button{left:6%;}/* Start custom CSS for shortcode, class: .elementor-element-f229091 *//* General Form Styling */
form.fluent_form_4 {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

}
/* Input Fields */
form.fluent_form_4 input[type="text"],
form.fluent_form_4 input[type="email"],
form.fluent_form_4 input[type="tel"],
form.fluent_form_4 input[type="file"],
form.fluent_form_4 select,
form.fluent_form_4 textarea {
  width: 100% !important;
  padding: 14px 16px !important;
  margin-bottom: 20px !important;
  border: 2px solid #F86F03 !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  color: #000 !important;
  box-sizing: border-box !important;
  transition: border-color 0.3s ease !important;
}

/* Focus Styles */
form.fluent_form_4 input:focus,
form.fluent_form_4 select:focus,
form.fluent_form_4 textarea:focus {
  border-color: #d35400 !important;
  outline: none !important;
}

/* File Upload Styling */
.ff_upload_btn.ff-btn {
  padding:30px !important;
  background-color: #fff5ef !important;
  border-color: #F86F03!important 
}

/* Labels */
form.fluent_form_4 label {
  font-weight: 600 !important;
  display: block !important;
  margin-bottom: 6px !important;
  color: #222 !important;
}

/* Submit Button */
form.fluent_form_4 button[type="submit"] {
  background-color: #F86F03 !important;
  color: #fff !important;
  font-weight: bold !important;
  padding: 14px 28px !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 20px rgba(248, 111, 3, 0.3) !important;
  transition: background 0.3s ease, color 0.3s ease !important;
}

/* Responsive Button */
@media (max-width: 768px) {
  form.fluent_form_4 {
    padding: 20px !important;
  }
  form.fluent_form_4 button[type="submit"] {
    width: 100% !important;
  }
}

/* Fluent Form Select Dropdown Custom Styling */
form.fluent_form_4 select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='%23F86F03' d='M7 10L0 0h14L7 10z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 14px !important;
  padding-right: 40px !important;
}/* End custom CSS */