/* Start custom CSS for shortcode, class: .elementor-element-56d1ea9f *//* Anchor offset — stops the form landing under the sticky header */
#quote-form {
  scroll-margin-top: 140px;
}

/* Pills */
#quote-form .gfield_radio .gchoice,
#quote-form .gfield_checkbox .gchoice {
  display: inline-block;
  border: 1.5px solid #ddd2c4;
  border-radius: 999px;
  padding: 8px 16px;
  margin: 0 6px 6px 0;
}
#quote-form .gfield_radio .gchoice input,
#quote-form .gfield_checkbox .gchoice input {
  position: absolute;
  opacity: 0;
}
#quote-form .gfield_radio .gchoice:has(input:checked),
#quote-form .gfield_checkbox .gchoice:has(input:checked) {
  border-color: #8a5a2b;
  background: #faf6f0;
  font-weight: 700;
}

/* Section cards */
#quote-form .boxed-section {
  border: 1.5px solid #ddd2c4;
  border-radius: 12px;
  padding: 16px 18px 12px;
  margin-bottom: 14px;
  background: #fffdfb;
}
#quote-form .boxed-section legend,
#quote-form .boxed-section .gfield_label {
  font-weight: 700;
  color: #5d3d1e;
}

/* Buttons — espresso */
#quote-form .gform_button,
#quote-form .gform_next_button {
  background-color: #4b2e19;   /* espresso — swap for exact brand hex */
  border-color: #4b2e19;
  color: #ffffff;
  border-radius: 8px;
  padding: 14px 26px;
  font-weight: 700;
}
#quote-form .gform_button:hover,
#quote-form .gform_next_button:hover {
  background-color: #6a4526;   /* lighter roast on hover */
  border-color: #6a4526;
  color: #ffffff;
}

/* Previous — quiet outline style so the main CTA stands alone */
#quote-form .gform_previous_button {
  background-color: transparent;
  border: 1.5px solid #4b2e19;  /* espresso — swap here too */
  color: #4b2e19;
  border-radius: 8px;
  padding: 14px 22px;
  font-weight: 600;
}
#quote-form .gform_previous_button:hover {
  background-color: #faf6f0;
  color: #4b2e19;
}
/* Progress bar — espresso */
#quote-form .gf_progressbar {
  background-color: #f0e9e0;      /* track — light cream */
  border-radius: 999px;
}
#quote-form .gf_progressbar_percentage {
  background-color: #4b2e19;      /* fill — espresso, match your brand hex */
  background-image: none;         /* kills GF's default blue gradient */
  border-radius: 999px;
  color: #ffffff;                 /* the "50%" / "100%" label */
}
#quote-form .gf_progressbar_title {
  color: #6b7280;                 /* "Step 1 of 2" text — soft grey */
  font-size: 13px;
}/* End custom CSS */