.elementor-3756 .elementor-element.elementor-element-81d13d9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3756 .elementor-element.elementor-element-81d13d9:not(.elementor-motion-effects-element-type-background), .elementor-3756 .elementor-element.elementor-element-81d13d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1C1950;}.elementor-3756 .elementor-element.elementor-element-a5345f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-3756:not(.elementor-motion-effects-element-type-background), body.elementor-page-3756 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1C1950;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3756 .elementor-element.elementor-element-a5345f1{--content-width:100%;}}/* Start custom CSS */h1, h2, h3, h4, h5, h6 {color:#fff!important;}

/* ── Row layout ── */
#field_14_24 .gfield_radio {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

#field_14_24 .gchoice {
  position: relative;
  flex: 1;
}

#field_14_24 .gfield-choice-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* ── Unselected — dark blue with green border, white text ── */
#field_14_24 .gform-field-label--type-inline {
  display: block;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #00d4aa;
  background: #1C1950;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
  margin: 0;
  text-align: center;
}

/* ── Hover ── */
#field_14_24 .gform-field-label--type-inline:hover {
  background: rgba(0, 212, 170, 0.15);
  border-color: #00d4aa;
  color: #ffffff;
}

/* ── Selected — solid green, white text ── */
#field_14_24 .gfield-choice-input:checked + .gform-field-label--type-inline {
  background: #00d4aa;
  border-color: #00d4aa;
  color: #ffffff;
  font-weight: 700;
}

/* ── Selected tick ── */
#field_14_24 .gfield-choice-input:checked + .gform-field-label--type-inline::before {
  content: "✓ ";
  color: #ffffff;
  font-weight: 700;
}/* End custom CSS */