.elementor-kit-7520{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7520 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== CF7 Clean Style (Elementor) ===== */
.cf7-clean .wpcf7 form {
  margin: 0;
}

/* Make each field stack nicely */
.cf7-clean .wpcf7 form p {
  margin: 0;
}

/* Inputs + textarea */
.cf7-clean .wpcf7 input[type="text"],
.cf7-clean .wpcf7 input[type="email"],
.cf7-clean .wpcf7 input[type="tel"],
.cf7-clean .wpcf7 input[type="url"],
.cf7-clean .wpcf7 input[type="number"],
.cf7-clean .wpcf7 select,
.cf7-clean .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  height: 58px;                 /* makes them tall like your screenshot */
  padding: 0 18px;
  border: 1px solid #b9c0cf;    /* thin grey/blue border */
  border-radius: 0px;           /* squared corners like screenshot */
  background: #fff;
  font-size: 18px;
  color: #1b1b1b;
  outline: none;
  margin-bottom: 18px;          /* spacing between fields */
}

/* Textarea should be taller */
.cf7-clean .wpcf7 textarea {
  height: auto;
  padding: 16px 18px;
  min-height: 140px;
}

/* Placeholder color */
.cf7-clean .wpcf7 ::placeholder {
  color: #aeb5c3;
  opacity: 1;
}

/* Focus (when clicking inside input) */
.cf7-clean .wpcf7 input:focus,
.cf7-clean .wpcf7 select:focus,
.cf7-clean .wpcf7 textarea:focus {
  border-color: #8e97aa;
}

/* Submit button */
.cf7-clean .wpcf7 input[type="submit"] {
  width: 100%;
  height: 70px;
  border: 0;
  border-radius: 0px;
  background: #2a3f8f;          /* deep blue like screenshot */
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

/* Submit hover */
.cf7-clean .wpcf7 input[type="submit"]:hover {
  filter: brightness(0.92);
}

/* Recaptcha spacing */
.cf7-clean .wpcf7 .wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin: 10px 0 18px;
}

/* =========================================================
   GLOBAL FIX: Remove boxed layout on ALL Elementor pages
   (Keep theme header & footer)
   ========================================================= */

/* 1) Override Liquid theme content width variable */
body.elementor-page {
  --lqd-content-width: 100% !important;
}

/* 2) Remove the theme's boxed container for Elementor pages */
body.elementor-page main#content > .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 3) Remove any leftover padding on main content */
body.elementor-page main#content.content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}/* End custom CSS */