.elementor-3839 .elementor-element.elementor-element-bf3c8be{--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;}.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-3839 .elementor-element.elementor-element-eba2f5e{text-align:center;}.elementor-3839 .elementor-element.elementor-element-eba2f5e .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:33px;font-weight:600;color:#2A2A2A;}.elementor-3839 .elementor-element.elementor-element-34f7510{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-41ccd26 *//* Container for the entire testimonial form */
.sp-testimonial-form-container {
  max-width: 600px;
  margin: 20px auto;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ddd; /* light border around the form */
  border-radius: 8px;
}

/* Each form field with extra spacing and a light border */
.sp-tpro-form-field {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #eee; /* light border for each field */
  border-radius: 4px;
}

/* Label section styling */
.sp-testimonial-label-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Required asterisk styling */
.sp-required-asterisk-symbol {
  color: red;
  margin-left: 2px;
}

/* Input fields and file input styling */
.sp-testimonial-input-field input[type="text"],
.sp-testimonial-input-field input[type="email"],
.sp-testimonial-input-field-img input[type="file"],
.sp-testimonial-input-field textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* For the textarea (description) - justified text */
.sp-testimonial-input-field textarea {
  resize: vertical;
  text-align: justify;
}

/* Optional: Style for the helper text below each input */
.tpro_client_after {
  font-size: 0.9rem;
  color: #777;
  margin-top: 5px;
  display: block;
}

/* Submit button styling */
.sp-tpro-form-submit-button input[type="submit"] {
  background-color: #47B156;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.sp-tpro-form-submit-button input[type="submit"]:hover {
  background-color: #47B156;
}

#submit{
    background-color: #47B156;
}

.elementor-3839 .elementor-element.elementor-element-41ccd26.button{
    background-color: #47B156
}/* End custom CSS */