.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-1530 .elementor-element.elementor-element-7725636{text-align:center;}.elementor-1530 .elementor-element.elementor-element-5763cce{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-299e821 *//* === Global Reset === */
body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  color: #333;
  background-color: #f8f9fc;
  scroll-behavior: smooth;
}

/* === Section Container === */
.body-container-wrapper {
  padding: 60px 0;
}

/* === Headings === */
h1 {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

h1 span {
  color: #1565C0;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1565C0;
  margin-bottom: 20px;
}

/* === Paragraphs === */
p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

/* === Layout === */
.row-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.span6 {
  flex: 1 1 50%;
  padding: 20px;
  box-sizing: border-box;
}

.span12 {
  flex: 1 1 100%;
  padding: 20px;
}

/* === Image Styling === */
.hs-image-widget {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

/* === iFrame Styling === */
iframe {
  border: none;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin: 30px auto;
  display: block;
  max-width: 100%;
}

/* === HubSpot Form Styling === */
.hs-form {
  max-width: 650px;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hs-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.hs-input, textarea.hs-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.hs-input:focus, textarea.hs-input:focus {
  border-color: #1565C0;
  box-shadow: 0 0 6px rgba(21, 101, 192, 0.3);
  outline: none;
}

/* === Submit Button === */
.hs-button.primary {
  background-color: #1565C0;
  color: #fff;
  border: none;
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hs-button.primary:hover {
  background-color: #0d47a1;
}

/* === Responsive Design === */
@media (max-width: 992px) {
  .span6 {
    flex: 1 1 100%;
    text-align: center;
  }
  
  h1 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .hs-form {
    padding: 30px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5763cce *//* 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 */