/* Styles for Survival Fitness Booking Plugin */
.sf-error { border: 2px solid red !important; }
.sf-step{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 50px 100px;
    color: #000000;
}
.sf-step .button-wrappers{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sf-step .button-wrappers .btn{
    background-color: #221E1F;
    border: none;
    border-radius: 16px;
    font-family: "DIN Next W1G", Sans-serif;
    font-size: 19px;
    color: white;
    padding: 18px 50px;
    position: relative;
}
.sf-step .button-wrappers .btn:hover{
    opacity: 0.8;
}
#add-child-button{
    font-family: "DIN Next W1G", Sans-serif;
    background-color: transparent;
    border: none;;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.25em;
    font-weight: normal;
    border-radius: unset;
}
#sf-step-1{
    color: white;
}
#sf-step-2{
    background-color: #D4E38D;
}
#sf-step-3{
    background-color: #B2E0F9;
}
#sf-step-4{
    background-color: #F9C881;
}
#sf-step-5{
    background-color: #D4E38D;
}
#sf-step-6{
    background-color: #B2E0F9;
}
#sf-step-1 .button-wrappers{
    justify-content: flex-end;
}
#sf-step-1 .button-wrappers .btn{
    background-color: white;
    color: #221E1F;
}
.sf-step .step-title-wrapper{
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(93, 93, 93, 0.2);
    margin-bottom: 30px;
}
.sf-step h3{
    font-family: "DIN Next W1G", Sans-serif;
    font-size: 1.8em;
    margin-bottom: 10px;
}
.sf-step h4{
    font-family: "DIN Next W1G", Sans-serif;
    font-size: 1.25em;
    font-weight: normal;
}
.sf-step label, .sf-step p{
    font-family: "Harmonia", Sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 20px;
}
.sf-step p{
    font-weight: normal;
}
#sf-booking-form .sf-step input[type="text"],
#sf-booking-form .sf-step input[type="date"],
#sf-booking-form .sf-step input[type="email"],
#sf-booking-form .sf-step select,
#sf-booking-form .sf-step textarea{
    font-family: "Harmonia", Sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    background-color: transparent;
}
.toggle-wrapper {
  display: flex;
  background: #2a2a2a;
  border-radius: 999px;
  padding: 4px;
  width: fit-content;
}

.toggle-wrapper input[type="radio"] {
  display: none;
}

.toggle-wrapper label {
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 16px;
  color: #ccc;
  background: transparent;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease;
}

.toggle-wrapper label.left {
  margin-right: 4px;
}

.toggle-wrapper label.right {
  margin-left: 4px;
}

#try:checked + label.left {
  background: #dce98a;
  color: #111;
  font-weight: 600;
}

#monthly:checked + label.right {
  background: #dce98a;
  color: #111;
  font-weight: 600;
}

.sf-step .note{
    display: flex;
    background: rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}
.sf-step .note>p{
    font-size: 1em;
    margin: 0;
}
.sf-step .note>.info-icon{
    display: flex;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 7px 10px;
}










.switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: sans-serif;
}

.switch-wrapper .label {
  font-size: 16px;
  color: #aaa;
  transition: color 0.3s, font-weight 0.3s;
}

.switch-wrapper input[type="checkbox"]:checked ~ .right {
  color: #fff;
  font-weight: bold;
}

.switch-wrapper input[type="checkbox"]:not(:checked) ~ .left {
  color: #fff;
  font-weight: bold;
}

/* Switch styling */
.switch-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0;
}

.switch-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #444;
  border-radius: 20px;
  transition: background-color 0.3s;
}

.switch-wrapper .slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  top: 3px;
  background-color: #dce98a;
  border-radius: 50%;
  transition: transform 0.3s;
}

.switch-wrapper input:checked + .slider::before {
  transform: translateX(20px);
}

.radio-options {
  display: flex;
  gap: 2rem;
  padding: 1rem;
  padding-left: 0px;
  border-radius: 8px;
  font-family: sans-serif;
}
p.consent{
    color: #1A1A1A;
    font-size: 1.15em;
}
.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #222;
  gap: 8px;
}

.custom-radio input[type="radio"] {
  display: none;
}

.radio-box {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  position: relative;
  transition: background 0.3s ease;
}

.custom-radio input[type="radio"]:checked + .radio-box {
  background-color: #5db4d1;
}

.custom-radio:hover .radio-box {
  background-color: rgba(255, 255, 255, 0.6);
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #222;
  font-family: sans-serif;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.check-box {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  transition: background 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

/* Tick mark (using a pseudo-element) */
.check-box::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%) scale(0);
  color: #111;
  font-size: 18px;
  transition: transform 0.2s ease;
}

/* Show tick when checked */
.custom-checkbox input[type="checkbox"]:checked + .check-box::after {
  transform: translate(-50%, -58%) scale(1);
}

