.elementor-kit-7{--e-global-color-primary:#F9FAFB;--e-global-color-secondary:#0B2D4D;--e-global-color-text:#1F2937;--e-global-color-accent:#2EC4B6;--e-global-color-e860181:#F3F6F9;--e-global-color-c093cb3:#0B2D4D;--e-global-color-1a739bd:#1F8EFA;--e-global-color-7a8abc7:#DDDDDD;--e-global-color-a2859b2:#1F8EFA;--e-global-color-ffa4851:#C02424;--e-global-color-d882c0b:#0064FF;--e-global-color-00b79e8:#FF8A00;--e-global-color-d23a831:#1A77D2;--e-global-color-cd130ab:#8BCB1C;--e-global-color-1a023dc:#1CCBB3;--e-global-color-a193e56:#1C33CB;--e-global-color-0bc1a66:#CB1C34;--e-global-color-552a4b5:#CB1C8B;--e-global-color-5e83fb0:#1C8BCB;--e-global-color-f863e5c:#00587C;--e-global-color-30b1662:#FAF6F0;--e-global-color-4847853:#007984;--e-global-color-0361268:#007984;--e-global-color-ae6ee44:#5C5651;--e-global-color-129ee58:#F0FAFA;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-text );font-family:"Fredoka", Sans-serif;font-size:54px;font-weight:700;letter-spacing:-2px;}.elementor-kit-7 h2{font-family:"Fredoka", Sans-serif;font-weight:700;letter-spacing:-1px;}.elementor-kit-7 h3{font-family:"Fredoka", Sans-serif;font-size:24px;letter-spacing:-1px;}.elementor-kit-7 h4{font-family:"Fredoka", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"DM Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Northwest Drainage CF7 styling (scoped) */
.nw-cf7,
.nw-cf7 * {
  font-family: "Jost", sans-serif;
}

.nw-cf7 label {
  display: block;
  font-weight: 600;
  color: #002F46;
  margin: 0 0 6px;
}

/* Inputs and textarea */
.nw-cf7 input[type="text"],
.nw-cf7 input[type="email"],
.nw-cf7 input[type="tel"],
.nw-cf7 textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid rgba(0, 47, 70, 0.25);
  border-radius: 12px;
  outline: none;
  color: #002F46;
  background: #fff;
}

/* Placeholder */
.nw-cf7 ::placeholder {
  color: rgba(0, 47, 70, 0.55);
}

/* Spacing */
.nw-cf7 .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 14px;
}

/* Focus state */
.nw-cf7 input[type="text"]:focus,
.nw-cf7 input[type="email"]:focus,
.nw-cf7 input[type="tel"]:focus,
.nw-cf7 textarea:focus {
  border-color: #002F46;
  box-shadow: 0 0 0 3px rgba(0, 47, 70, 0.12);
}

/* Submit button */
.nw-cf7 input[type="submit"]{
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #002F46;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  background: #002F46;
  color: #fff;
  transition: transform 0.05s ease-in-out, filter 0.15s ease-in-out;
}

.nw-cf7 input[type="submit"]:hover{
  filter: brightness(0.95);
}

.nw-cf7 input[type="submit"]:active{
  transform: translateY(1px);
}

/* Validation tips + messages */
.nw-cf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #002F46;
  font-size: 0.95em;
}

.nw-cf7 .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 12px;
  border-color: rgba(0, 47, 70, 0.35);
  color: #002F46;
}

/* Reduce spacing between fields */
.nw-cf7 .wpcf7-form-control-wrap {
  margin: 0 0 6px;
}

.nw-cf7 label {
  margin: 0 0 4px;
}

/* Slightly tighter inputs */
.nw-cf7 input[type="text"],
.nw-cf7 input[type="email"],
.nw-cf7 input[type="tel"],
.nw-cf7 textarea {
  padding: 6px 12px;
}

html, body {
  font-family: "Jost", sans-serif !important;
}/* End custom CSS */