.elementor-200 .elementor-element.elementor-element-4f741b6{--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;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-200 .elementor-element.elementor-element-4f741b6:not(.elementor-motion-effects-element-type-background), .elementor-200 .elementor-element.elementor-element-4f741b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, var( --e-global-color-blocksy_palette_10 ) 0%, var( --e-global-color-78afbe7 ) 100%);}.elementor-200 .elementor-element.elementor-element-b95a782{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}.elementor-200 .elementor-element.elementor-element-133e0c5 ul.hfe-breadcrumbs li{margin-right:10px;}.elementor-200 .elementor-element.elementor-element-9239204{--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;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}@media(max-width:767px){.elementor-200 .elementor-element.elementor-element-9239204{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-200 .elementor-element.elementor-element-9239204{--content-width:950px;}}/* Start custom CSS for shortcode, class: .elementor-element-5ab1540 *//* Global form styling */
.wpcf7-form {
  border-radius: 0;
  color: #333;
}

/* Form row spacing */
.wpcf7-form .form-row {
  margin-bottom: 25px;
}

/* Labels */
.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
}

/* Subtext under input */
.wpcf7-form small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #777;
}

/* Two-column layout */
.wpcf7-form .two-column {
  display: flex;
  gap: 20px;
}

.wpcf7-form .two-column .column {
  flex: 1;
}

/* Input fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

/* Hover/focus styling */
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea:hover,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  border-color: #4e89ff;
  box-shadow: 0 2px 8px rgba(78, 137, 255, 0.2);
  outline: none;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
  background-color: #4e89ff;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #3c75e6;
}

/* reCAPTCHA margin */
.wpcf7-form .wpcf7-form-control.g-recaptcha {
  margin-top: 10px;
}/* End custom CSS */