.elementor-777 .elementor-element.elementor-element-9d96cdc{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b1c4216 *//* ===========================
   Peninsula Plumbing - Contact Form
   Matches hero contact design
   =========================== */

#pps-contact {
  --navy: #0F3360;
  --gold: #FAC438;
  --paper: #0F3360;
  --ink: #ffffff;
  --field: #ffffff;
  --fieldText: #111418;
  --muted: rgba(255, 255, 255, 0.75);

  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--paper);
  color: var(--ink);
  padding: 72px 20px 80px;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#pps-contact .pps-contact-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

/* Heading area */
#pps-contact .pps-contact-head {
  text-align: center;
  margin-bottom: 32px;
}

#pps-contact .pps-contact-head h2 {
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: clamp(32px, 4.6vw, 44px);
  margin: 0 0 10px;
  text-transform: uppercase;
}

#pps-contact .pps-contact-sub {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

#pps-contact .pps-contact-sub a {
  color: var(--gold);
  text-decoration: underline;
  font-weight: 700;
}

#pps-contact .pps-contact-sub a:hover {
  text-decoration: none;
}

/* Layout grid */
#pps-contact .pps-form {
  margin-top: 24px;
}

#pps-contact .pps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

  /* ↓↓↓ UPDATED SPACING — ONLY CHANGE ↓↓↓ */
  gap: 2px 24px;
}

#pps-contact .pps-field--full {
  grid-column: 1 / -1;
}

/* Labels */
#pps-contact .pps-field label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 6px;
  color: var(--ink);
}

/* CF7 controls (inputs, selects, textarea) */
#pps-contact .pps-field .wpcf7-form-control {
  width: 100%;
  border-radius: 4px;
  border: none;
  outline: none;
  background: var(--field);
  color: var(--fieldText);
  padding: 13px 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.4;
}

#pps-contact .pps-field select.wpcf7-form-control {
  cursor: pointer;
}

#pps-contact .pps-field textarea.wpcf7-form-control {
  min-height: 130px;
  resize: vertical;
}

#pps-contact .pps-field .wpcf7-form-control:focus {
  box-shadow: 0 0 0 3px rgba(250, 196, 56, 0.35);
}

/* Consent text below form */
#pps-contact .pps-consent {
  margin: 16px 0 0;
  font-size: 11px;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
}

/* Submit button (CF7 submit has class .pps-btn) */
#pps-contact .pps-field .pps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  font-family: "Poppins", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 14px 40px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3),
              inset 0 -4px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  font-size: 14px;
}

#pps-contact .pps-field .pps-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34),
              inset 0 -4px 0 rgba(0, 0, 0, 0.16);
  filter: brightness(0.97);
}

#pps-contact .pps-field .pps-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

/* Center the button column content */
#pps-contact .pps-field--full .pps-btn {
  justify-self: center;
}

/* CF7 validation + messages styled for dark background */
#pps-contact .wpcf7-not-valid-tip {
  color: #ffd5d5;
  font-size: 12px;
  margin-top: 4px;
}

#pps-contact .wpcf7-response-output {
  margin-top: 18px;
  border-radius: 6px;
  border-width: 1px;
  padding: 10px 12px;
  font-size: 13px;
}

/* Success */
#pps-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #8fd19e;
  background: rgba(143, 209, 158, 0.14);
  color: #e5fff0;
}

/* Errors */
#pps-contact .wpcf7-response-output.wpcf7-validation-errors,
#pps-contact .wpcf7-response-output.wpcf7-mail-sent-ng {
  border-color: #ff9b9b;
  background: rgba(255, 155, 155, 0.14);
  color: #ffecec;
}

/* Mobile adjustments */
@media (max-width: 800px) {
  #pps-contact {
    padding: 48px 16px 56px;
  }

  #pps-contact .pps-grid {
    grid-template-columns: 1fr;
  }

  #pps-contact .pps-field--full .pps-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS *//* Hide theme page title above Elementor canvas */
.elementor-page .entry-title,
.elementor-page .page-title {
  display: none !important;
}
/* Hide the first H1 inside the main content area (keeps other pages intact) */
main h1:first-of-type,
#primary h1:first-of-type,
#content h1:first-of-type {
  display: none !important;
}/* End custom CSS */