.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 );}.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-1557 .elementor-element.elementor-element-20ef469{text-align:center;}/* Start custom CSS for html, class: .elementor-element-23a05fc *//* Hide "Create your own form with HubSpot" footer link */
#hubspotForm .hs-form__footer,
#hubspotForm .legal-consent-container,
#hubspotForm .hubspot-link__container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* === HubSpot Form Custom Styling === */
#hubspotForm form,
#hubspotForm .hs-form {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
}

/* Labels */
#hubspotForm .hs-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

/* Inputs, Selects, Textareas */
#hubspotForm input[type="text"],
#hubspotForm input[type="email"],
#hubspotForm input[type="tel"],
#hubspotForm select,
#hubspotForm textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
  background-color: #fff;
}

#hubspotForm input:focus,
#hubspotForm select:focus,
#hubspotForm textarea:focus {
  border-color: #0073e6;
  box-shadow: 0 0 0 3px rgba(0,115,230,0.15);
}

/* Submit button */
#hubspotForm input[type="submit"],
#hubspotForm .hs-button {
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

#hubspotForm input[type="submit"]:hover,
#hubspotForm .hs-button:hover {
  background: #005bb5;
}

/* Checkbox & radio field spacing */
#hubspotForm .hs-form-checkbox,
#hubspotForm .hs-form-radio {
  margin-bottom: 10px;
}

/* Error messages */
#hubspotForm .hs-error-msg {
  color: #d93025;
  font-size: 13px;
  margin-top: 4px;
}

/* Success message */
#hubspotForm .submitted-message {
  background: #e6f7e6;
  border: 1px solid #b3e6b3;
  color: #2b7a2b;
  padding: 15px;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}

/* Hide HubSpot branding footer */
#hubspotForm .hs-form__footer,
#hubspotForm .hubspot-link__container,
#hubspotForm .legal-consent-container {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}/* End custom CSS */