.elementor-46160 .elementor-element.elementor-element-ae0afa6{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Poppins;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-46160 .elementor-element.elementor-element-3e2f993{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-d7c2cfa *//* Style the form container */
.gform_wrapper {
  max-width: 600px; /* Adjust the width to your preference */
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9; /* Background color for the form container */
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Style the form title */
.gform_wrapper h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333; /* Form title color */
}

/* Style form labels */
.gform_wrapper .gfield_label {
  font-weight: bold;
  color: black; /* Set label font color to black */
}

/* Style input fields, including the phone field */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"], /* Selector for the phone field */
.gform_wrapper textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 40px; /* Set a fixed height for input fields and textareas */
  color: black; /* Set input font color to black */
}

/* Style submit button */
.gform_wrapper input[type="submit"] {
  background-color: #0073e6; /* Button background color */
  color: #fff; /* Button text color */
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Hover effect for the submit button */
.gform_wrapper input[type="submit"]:hover {
  background-color: #0055a5; /* Hover background color */
}

/* Error message style */
.gform_wrapper .validation_error {
  color: red;
}



/* Style the gfield_description */
.gform_wrapper .gfield_description,
.gform_description {
  color: black; /* Set font color to black for form description */
}

/* Style radio button labels */
.gform_wrapper .gfield_radio label {
  color: black; /* Set font color to black for radio button labels */
}

/* Style the specific label with class gform-field-label--type-sub */
.gform_wrapper label.gform-field-label.gform-field-label--type-sub {
  font-weight: normal; /* Make the specific label non-bold */
  color: black; /* Set font color to black for the specific label */
}

/* Style the specific labels within gchoice containers to be non-bold */
.gform_wrapper .gchoice label.gform-field-label--type-inline {
  font-weight: normal;
}

#gfield_description_3_10 {
  font-size: 14px; /* Adjust the font size to your preference */
  color: #0073e6; /* Link color */
  text-decoration: underline; /* Underline the link */
  cursor: pointer; /* Show a pointer cursor on hover to indicate it's a link */
}

#gfield_description_3_10:hover {
  color: #0055a5; /* Change link color on hover */
}

.gform_confirmation_message {
  background-color: white; /* Change the background color to white */
  /* Add any other styling as needed */
}

.gform_wrapper.gravity-theme .gfield_required {
    color: red !important;
}

/* Style the form title h2 */
.gform_wrapper h2 {
  font-size: 20px; /* Adjust the font size to your preference */
  margin-bottom: 20px;
  color: #333; /* Form title color */
}

body .gform_wrapper h2.gform_title {
    display: none !important;
}

/* styles.css */
.gform_submission_error {
    font-size: 10px;
}/* End custom CSS */