 @charset "utf-8";
/* CSS Document */


/* Ai Honeypot */
.hp {
  display: none!important;
  visibility: hidden!important;
  position: absolute!important;
  left: -9999px!important;
}

/*Robert's Tweak */
.hidden { display: none; }
/*.sideByside {text-align: center; display:flex;flex-direction:column;width:33.33%;justify-content: center;align-items:center; padding: 2%}*/
/*.sideBYside { font-size: 16px; margin-bottom: 15px; }*/

/*Hide and Show Field*/
.control:checked ~ .conditional {
	clip: auto;
	min-height: 65px;
	margin: 15px 0px 15px 0px;
	overflow: visible;
	position: static;
	width: auto;
}

.control:not(:checked) ~ .conditional{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; 
}

label { display: inline !important;}

.stepsForm .sf-check label input[type=checkbox]+span::after {
	height: 75%!important;
	width: 200%!important;
	margin: 15px 0px 0px -5px!important; 
}

.liPadding {padding: 15px;}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  font-weight: 800;
  margin-bottom: 1rem;
	margin-bottom: 25px!important;
}

.sf_columns input[type="checkbox"] {
    height: 30px !important;
    cursor: pointer;
    transform: scale(3);
    margin-left: 10px;   
}

.stepsForm {
	width: 100%;
	box-sizing: border-box;
	line-height:1;
	font-family: sans-serif;
}
.stepsForm .sf-error{
	border:solid 2px #C00 !important;
}
.stepsForm .sf-error+span{
	border-color:#C00 !important;
	background-color: red!important;
}
.stepsForm #sf-msg{
	display:inline-block;
	padding:1rem;
}
.stepsForm .sf-msg-error{
	color:#c00;
}
.stepsForm .sf-msg-success{
	color:#090;
}
.stepsForm .sf-steps {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding: 0 1rem;
}
.stepsForm .sf-steps .sf-steps-content {
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 2px #839e45;
	font-size: 42px;
}
.stepsForm .sf-steps-content>div{
	display:inline-block;
	padding:1rem 2rem 1rem 4rem;
	background:#CCC;
	color:#FFF;
	cursor:pointer;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}
.stepsForm .sf-steps-center>div{
	display:block;
	padding:1rem 2rem 1rem 4rem;
	background:#CCC;
	color:#FFF;
	cursor:pointer;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	box-sizing:border-box;
}
.stepsForm .sf-steps-content>div.sf-active{
	background:#839e45;
}
.stepsForm .sf-steps-content>div>span{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	background:#AAA;
	padding:0.8rem 1rem;
	font-size:32px;
	align-content: center;
}
.stepsForm .sf-steps-content>div>i{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	background:url(../img/sf-steps-activated.png) center no-repeat;
	padding:1rem;
}
.stepsForm .sf-steps-content>div.sf-active>span{
	background:#0F4526;
}
.stepsForm .sf-steps-content>div>span:after{
  content: '';
  display: block;
  width: 10px;
  position: absolute;
  right: -10px;
  height: 100%;
  top: 0;
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#AAA"/></svg>') 0 0 no-repeat;
}
.stepsForm .sf-steps-content>div.sf-active>span:after{
  background: url('data:image/svg+xml; charset=utf-8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 20" preserveAspectRatio="none"><path d="m0,0 l10,10 l-10,10 l-0,-20z" stroke-width="1.5" fill="#0F4526"/></svg>') 0 0 no-repeat;
}

.stepsForm .sf-steps-form{
	display:block;
	position:relative;
}

.stepsForm .sf-steps-navigation{
	margin-top: 25px;
}

.stepsForm .sf-button{
  /*background: #839e45;*/
  /*color: #FFF;*/
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 32px;
}

.stepsForm .sf-content {
	width: 100%;
	box-sizing: border-box;
	display: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 30px;
}
.stepsForm .sf-content>li {
	width: 100%;
	height: auto;
	overflow: hidden;
  font-size: small!important;
  color: #000!important;
}

.stepsForm input[type=text],.stepsForm input[type=tel],.stepsForm input[type=email], .stepsForm input[type=password] {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #000;
	outline: none;
	font-size: 22px;
}

/* Professional focus ring for checkboxes */
.stepsForm input[type="checkbox"]:focus + span {
  outline: 2px solid #839e45;     /* your brand green */
  outline-offset: 2px;
  box-shadow: none;
}

/* Optional: remove default gray glow completely */
.stepsForm input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}

.stepsForm input[type=date] {
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #000;
	outline: none;
	font-size: 18px;
	display: flex;
}

.stepsForm textarea {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #ccc;
	outline: none;
	overflow: auto;
}
.stepsForm label.sf-select {
	position: relative;
	display: block;
	margin-bottom: 25px;
}
.stepsForm label.sf-select>select {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
	border: solid 1px #000;
	outline: none;
	font-size: 18px;
}
.stepsForm label.sf-select>span {
	position: absolute;
	display: inline-block;
	text-align: center;
	right: 1px;
	top: 1px;
	bottom:1px;
	width: 3.5rem;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e8e8e8;
	border-left:solid 1px #DDD;
}
.stepsForm label.sf-select>span::after {
	content: "";
	display: inline-block;
	width: 20%;
	height: 20%;
	-webkit-transform: rotate(-45deg) translate(-80%, 80%);
	-moz-transform: rotate(-45deg) translate(-80%, 80%);
	-ms-transform: rotate(-45deg) translate(-80%, 80%);
	-o-transform: rotate(-45deg) translate(-80%, 80%);
	transform: rotate(-45deg) translate(-80%, 80%);
	border: 0 solid #fff;
	border-left-width: .25em;
	border-bottom-width: .25em
}
.stepsForm label.sf-select>select:focus+span {
	background-color: #839e45;
}

.gender-field label {
  display: flex!important;
  align-items: center;
  gap: 0.4em;
}

.big-radio {
	transform: scale(3);
  margin: 15px 15px 20px 40px !important;
}

.stepsForm .sf-radio, .stepsForm .sf-check {
	width: 100%;
	height: auto;
	padding: 1rem 0;
}
.stepsForm .sf-radio label, .stepsForm .sf-check label {
	display: inline-block;
	margin-right: 20px;
}
.stepsForm .sf-radio label input[type=radio], .stepsForm .sf-check label input[type=checkbox] {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	margin: 0;
	padding: 0;
	height: 10px
}
.stepsForm .sf-radio label input[type=radio]+span, .stepsForm .sf-check label input[type=checkbox]+span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border: 2px solid #000;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: -10px 10px 10px 0px;
}
.stepsForm .sf-radio label input[type=radio]+span::after, .stepsForm .sf-check label input[type=checkbox]+span::after {
	content: "";
	display: inline-block;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms
}
.stepsForm .sf-radio label input[type=radio]:focus+span, .stepsForm .sf-check label input[type=checkbox]:focus+span, .stepsForm .sf-radio label input[type=radio]:active+span, .stepsForm .sf-check label input[type=checkbox]:active+span {
	border-color: #839e45;
}
.stepsForm .sf-radio label input[type=radio]:checked+span::after, .stepsForm .sf-check label input[type=checkbox]:checked+span::after {
	opacity: 1
}
.stepsForm .sf-radio label input[type=radio].error+span, .stepsForm .sf-check label input[type=checkbox].error+span {
	border-color: #e2513f;
	border-width: 2px
}

.stepsForm .sf-radio label input[type=radio]+span {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd
}
.stepsForm .sf-radio label input[type=radio]+span::after {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #839e45
}
.stepsForm .sf-radio label input[type=radio]:checked+span::after {
	border: .2em solid #fff
}
.stepsForm .sf-check label input[type=checkbox]+span {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd
}
.stepsForm .sf-check label input[type=checkbox]+span::after {
	background-color: transparent;
	border: 0 solid #839e45;
	vertical-align: bottom;
	-webkit-transform: rotate(-45deg) translate(50%, -75%);
	-moz-transform: rotate(-45deg) translate(50%, -75%);
	-ms-transform: rotate(-45deg) translate(50%, -75%);
	-o-transform: rotate(-45deg) translate(50%, -75%);
	transform: rotate(-45deg) translate(50%, -75%)
}
.stepsForm .sf-check label input[type=checkbox]:checked+span::after {
	border-left-width: .2em;
	border-bottom-width: .2em
}
.stepsForm input[type=text]:focus,.stepsForm input[type=tel]:focus, .stepsForm input[type=password]:focus, .stepsForm input[type=email]:focus,.stepsForm label.sf-select>select:focus, .stepsForm textarea:focus {
	border-color: #839e45;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(131,158,69,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(131,158,69,1);
	box-shadow: 0px 0px 5px 0px rgba(131,158,69,1);
}
.stepsForm input, .stepsForm select, .stepsForm textarea, .stepsForm button {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sf-shadow input, .sf-shadow select, .sf-shadow textarea {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.stepsForm .sf_columns {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 15px!important;
  font-stretch: extra-condensed;

}
.sf-align-right{
	text-align:right;
}

.sf-align-center{
	text-align:center;
}
.sf-align-center>span#sf-msg{
	display:block;
	clear:both;
	margin:0 auto;
}
.sf-align-center>button{
	display:block;
	clear:both;
	margin:0 auto;
	margin-bottom:10px;
}

.stepsForm .column_1 {
	width: 16.666666667%;
}
.stepsForm .column_2 {
	width: 33.333333334%;
}
.stepsForm .column_3 {
	width: 50%;
}
.stepsForm .column_4 {
	width: 66.666666667%;
}
.stepsForm .column_5 {
	width: 83.333333334%;
}
.stepsForm .column_6 {
	width: 100%;
}

.massageNotes { 
	/*font-size: 22px;*/
	position: absolute;
  padding-left: 15px; 
}

/* Ai Improvements */
/* Category grid & cards for medical conditions */
.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* now 4 cards side by side */
  gap: 16px;
  margin-top: 10px;
}

.category-card {
  padding: 12px 42px;
  background: #f8fdfb !important;
}

.category-card h4 {
  margin: 0 0 32px 0;
  font-size: 20px;
  font-weight: 800;
}

/* Checkbox rows inside cards */
.category-card .sf_columns {
  float: none;
  width: 100%;
  /*display: flex;*/
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}


/* ----- Category Card Visual Enhancements ----- */
.category-card {
  border: 2px solid #ccc;
  border-radius: 8px;
  /*background: #fefefe;*/
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

/* Title bar accent */
.category-card h4 {
  border-bottom: 2px solid #839e45;
  padding-bottom: 8px;
  color: #0F4526;
}

/* Hover & focus styles */
.category-card:hover {
  border-color: #839e45;
  /*background: #f9fff5;*/
  box-shadow: 0 0 12px rgba(131,158,69,0.25);
  transform: translateY(-2px);
}

/* Checkbox alignment consistency */
.category-card .sf_columns {
  /*display: flex;*/
  align-items: center;
}

/* Checkbox label hover cue */
.category-card label.massageNotes:hover {
  color: #839e45;
  cursor: pointer;
}

/* Optional: distinct color tone per column (slight variation) */
/*.category-card:nth-child(1) { background: #fdfdfd; }*/
/*.category-card:nth-child(2) { background: #fcfcfa; }*/
/*.category-card:nth-child(3) { background: #f9fcf8; }*/
/*.category-card:nth-child(4) { background: #f8fdfb; }*/

/* Ai */
/* ====== PROFESSIONAL POLISH – ADD AFTER YOUR CURRENT CSS ====== */
.stepsForm {
  /* design tokens (scoped) */
  --brand: #839e45;
  --brand-dark: #0F4526;
  --ink: #111;
  --muted: #6b7280;
  --surface: #ffffff;
  --soft: #f8faf7;
  color: var(--ink);
  line-height: 1.35;
}

/* Form container softness (subtle, non-destructive) */
.stepsForm .sf-steps-form {
  background: var(--surface);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}

/* Step header: cleaner size & contrast */
.stepsForm .sf-steps .sf-steps-content {
  border-bottom: 2px solid var(--brand);
  font-size: 28px;
}
.stepsForm .sf-steps-content>div.sf-active { background: var(--brand); }
.stepsForm .sf-steps-content>div.sf-active>span { background: var(--brand-dark); }

/* Section spacing between li “pages” */
.stepsForm .sf-content>li + li {
  border-top: 1px dashed #e5e7eb;
  padding-top: 14px;
}

/* Labels & inputs: typography and rhythm */
.stepsForm label {
  font-weight: 700;
  letter-spacing: .2px;
  color: var(--ink);
}
.stepsForm input[type=text],
.stepsForm input[type=tel],
.stepsForm input[type=email],
.stepsForm input[type=password],
.stepsForm input[type=date],
.stepsForm select,
.stepsForm textarea {
  background: #fff;
  border: 1px solid #0a0a0a;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 18px;
  transition: box-shadow .18s ease, border-color .18s ease, transform .02s ease;
}

/* Focus ring (consistent and elegant) */
.stepsForm input:focus,
.stepsForm select:focus,
.stepsForm textarea:focus,
.stepsForm label.sf-select>select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(131,158,69,.18);
  outline: none;
}

/* Placeholder tone */
.stepsForm ::placeholder { color: var(--muted); opacity: .9; }

/* Soft help text (use class="field-help" under labels if needed) */
.stepsForm .field-help {
  display: block;
  margin: 6px 2px 0;
  font-size: 13px;
  color: var(--muted);
}

/* Error/invalid state (works with your current .sf-error) */
.stepsForm .is-invalid,
.stepsForm .sf-error {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220,38,38,.15) !important;
}

/* Buttons: solid feel */
.stepsForm .sf-button{
  background: var(--brand);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(131,158,69,.25);
  transition: transform .06s ease, box-shadow .2s ease, filter .2s ease;
}
.stepsForm .sf-button:hover { transform: translateY(-1px); filter: brightness(1.03); }
.stepsForm .sf-button:active { transform: translateY(0); box-shadow: none; }

/* Radios/checkboxes: tighter vertical rhythm (keeps your styles) */
.stepsForm .sf-radio, .stepsForm .sf-check { padding: 8px 0 2px; }
.stepsForm .sf-radio label, .stepsForm .sf-check label { margin-right: 18px; }
.gender-field { display:block; align-items:center; gap:12px; flex-wrap:wrap; }

/* DO NOT change .big-radio per your instruction (kept as-is) */

/* Category cards: subtle elevation and tighter paddings */
.category-card {
  background: var(--soft) !important;
  border: 1.5px solid #d1d5db;
  border-radius: 12px;
  padding: 16px 22px;
  box-shadow: 0 6px 16px rgba(2,6,23,0.06);
  transition: box-shadow .25s ease, transform .08s ease, border-color .2s ease;
}
.category-card:hover {
  border-color: var(--brand);
  box-shadow: 0 10px 22px rgba(2,6,23,0.12);
  transform: translateY(-1px);
}
.category-card h4 {
  margin: 0 0 12px 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--brand-dark);
  border-bottom: 2px solid var(--brand);
  padding-bottom: 8px;
}
.category-card .sf_columns { padding: 6px 0; }


/* Mobile refinements only for readability */
@media (max-width: 768px) {
  /*.stepsForm .sf-steps .sf-steps-content { font-size: 22px; }*/
  /*.stepsForm input, .stepsForm select, .stepsForm textarea { font-size: 17px; }*/
}

/* RESPONSIVE BEHAVIOR */
@media (max-width: 1400px) {
  .category-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1024px) {
  .category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .category-grid { grid-template-columns: 1fr; /* single column on mobile */ }
}

@media (max-width: 1024px) {
  .stepsForm .column_1 { width: 100%!important; }
  .stepsForm .column_2 { width: 100%!important; }
	.stepsForm .column_3 { width: 100%!important; }
  .pregnant { width: 100%!important; }
	/*.stepsForm .sf-content { font-size: 52px; min-height: 120px; font-size: 32px; }*/
	/*.stepsForm input[type=text], .stepsForm input[type=tel], .stepsForm input[type=email], .stepsForm input[type=password] { border-radius: 6px; font-size: 22px;}*/
	.control:checked ~ .conditional { margin: 52px 0px 15px 0px; }
}