.elementor-10725 .elementor-element.elementor-element-4d7e587a{--display:flex;--gap:1em 1em;--row-gap:1em;--column-gap:1em;--border-radius:0 0 0 0;box-shadow:0px 4px 28px 0px rgba(59.999999999999915, 36, 119.99999999999999, 0.08);--padding-top:4.5em;--padding-bottom:4.5em;--padding-left:4.5em;--padding-right:4.5em;}.elementor-10725 .elementor-element.elementor-element-4d7e587a:not(.elementor-motion-effects-element-type-background), .elementor-10725 .elementor-element.elementor-element-4d7e587a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7733c00 );}.elementor-10725 .elementor-element.elementor-element-4235ca63{text-align:center;}.elementor-10725 .elementor-element.elementor-element-4235ca63 .elementor-heading-title{color:var( --e-global-color-4b1572a );}@media(max-width:1024px){.elementor-10725 .elementor-element.elementor-element-4d7e587a{--gap:2em 2em;--row-gap:2em;--column-gap:2em;--padding-top:2em;--padding-bottom:2em;--padding-left:2em;--padding-right:2em;}}@media(min-width:768px){.elementor-10725 .elementor-element.elementor-element-4d7e587a{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-3cc045ee *//* Form container tweaks */
.hubspot-form form {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 10px 40px rgba(91, 52, 233, 0.06);
}

/* Headline */
.hubspot-form h1, 
.hubspot-form h2, 
.hubspot-form h3 {
  font-size: 24px;
  font-weight: 700;
  color: #3c2478;
  text-align: center;
  margin-bottom: 32px;
}

/* Labels */
.hubspot-form label {
  color: #3c2478;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

/* Make all fields stretch full width */
.hubspot-form .hs-form-field {
  width: 100% !important;
}

/* Input + Dropdown fields */
.hubspot-form input[type="text"],
.hubspot-form input[type="email"],
.hubspot-form input[type="tel"],
.hubspot-form select,
.hubspot-form textarea {
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 14px 16px;
  font-size: 16px;
  background-color: #fafafa;
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 24px;
  box-shadow: none;
  transition: border 0.3s ease;
}

.hubspot-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%233c2478' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* Remove default black border */
.hubspot-form select:focus,
.hubspot-form input:focus {
  border-color: #5b34e9;
  outline: none;
}

/* Submit button */
.hubspot-form input[type="submit"] {
  background-color: #5b34e9;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.hubspot-form input[type="submit"]:hover {
  background-color: #3c2478;
}

/* Make the first and last name fields appear side-by-side */
.hubspot-form .hs_firstname.hs-form-field,
.hubspot-form .hs_lastname.hs-form-field {
  width: 48% !important;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.hubspot-form .hs_lastname.hs-form-field {
  margin-right: 0;
}

/* Validation error message styling */
.hubspot-form .hs-error-msg,
.hubspot-form .hs-error-msgs label {
  color: #d93025 !important; /* Google-style red */
  font-weight: 500;
  font-size: 14px;
  margin-top: -16px;
  margin-bottom: 16px;
  display: block;
}

/* Optional: highlight the input border on error */
.hubspot-form .error input,
.hubspot-form .error textarea,
.hubspot-form .error select {
  border-color: #d93025 !important;
}/* End custom CSS */