.elementor-kit-41{--e-global-color-primary:#14375D;--e-global-color-secondary:#E85A2E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#14375D;--e-global-color-3efae5a:#667F90;--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}@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 *//* ========================================
   GRAVITY FORMS CHECKBOX RESET + STYLING
   ======================================== */

/* Hide native checkbox */
.gform_wrapper input.gfield-choice-input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

/* Checkbox row */
.gform_wrapper .gchoice {
  margin-bottom: 6px;
}

/* Label becomes the visible clickable row */
.gform_wrapper .gchoice label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 400;
  color: #111827;
  margin: 0;
  padding: 2px 0;
}

/* Unchecked box */
.gform_wrapper .gchoice label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 14px;
  border: 1.5px solid #9ca3af;
  border-radius: 3px;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.15s ease;
}

/* Checked box */
.gform_wrapper input.gfield-choice-input[type="checkbox"]:checked + label::before {
  background: #1e3a8a;
  border-color: #1e3a8a;
}

/* Checkmark */
.gform_wrapper input.gfield-choice-input[type="checkbox"]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-52%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  pointer-events: none;
}

/* Selected label text */
.gform_wrapper input.gfield-choice-input[type="checkbox"]:checked + label {
  color: #1e3a8a;
  font-weight: 600;
}

/* Optional subtle hover */
.gform_wrapper .gchoice label:hover::before {
  border-color: #6b7280;
}

/* Counter styling */
#symptom-count {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
  margin: 6px 0 14px 0;
}

/* Section headings */
.gform_wrapper .gsection .gsection_title,
.gform_wrapper .gfield_label {
  color: #0f172a;
}

.gform_wrapper .gsection .gsection_title {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0 10px 0;
}

.gform_wrapper .gfield_label {
  font-size: 16px;
  font-weight: 600;
}

/* Description */
.gform_wrapper .gform_description {
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 14px;
}

/* Main title */
.gform_wrapper .gform_title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

/* Field spacing */
.gform_wrapper .gfield {
  margin-bottom: 18px;
}

/* Inputs */
.gform_wrapper input[type="date"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
  font-size: 16px;
  line-height: 1.4;
}

/* FORCE unchecked checkbox to be white */
.gform_wrapper .gchoice label::before {
  background: #ffffff !important;
  border: 1.5px solid #9ca3af !important;
}

/* Make sure checked state stays blue */
.gform_wrapper input.gfield-choice-input[type="checkbox"]:checked + label::before {
  background: #1e3a8a !important;
  border-color: #1e3a8a !important;
}/* End custom CSS */