@charset "UTF-8";
:root {
  --kc-blue: #00B3E6;
  --kc-navy: #2645B0;
  --kc-orange: #FFA726;
  --kc-gold: #FDCB59;
}
.flex-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.flex-form-row .floating-label {
  flex: 1;
  min-width: 150px;
}

.floating-label.w-400px {
  max-width: 400px;
}

.floating-label.w-200px {
  max-width: 200px;
}
.floating-label.w-100px {
  max-width: 100px;
}

.floating-label {
  position: relative;
  margin-bottom: 1.5rem;
}

.floating-label input,
.floating-label textarea,
.floating-label select {
  width: 100%;
  padding: 1.2rem 0.75rem 0.5rem;
  font-size: 1rem;
  border: 1px solid var(--kc-navy);
  border-radius: 4px;
  background: white;
}
.floating-label select {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23000' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0.6rem;
  padding: 0.8rem 2rem 0.4rem 0.75rem; /* top | right (room for arrow) | bottom | left */
  font-size: 1rem;
  border: 1px solid var(--kc-navy);
  border-radius: 4px;
  width: 100%;
}
.floating-label label {
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  color: #666;
  font-size: 1rem;
  background: white;
  padding: 0 0.25rem;
  transition: 0.2s ease all;
  pointer-events: none;
  z-index: 2;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label,
.floating-label select:focus + label,
.floating-label input[type="number"]:not(:focus):not([value=""]) + label,
.floating-label select:valid + label {
  top: -0.5rem;
  left: 0.6rem;
  font-size: 0.85rem;
  color: var(--kc-blue);
}
.floating-label select:not([value="-2"]) + label {
  top: -0.5rem;
  left: 0.6rem;
  font-size: 0.85rem;
  color: var(--kc-blue);
}

.center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.main-content {
  max-width: 800px;
  width: 100%;
}
body {
  background-color: #ffffff;
  color: var(--kc-navy);
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4 {
  color: var(--kc-blue);
}

a {
  color: var(--kc-orange);
}

a:hover {
  color: var(--kc-navy);
}

.btn-primary {
  background: linear-gradient(135deg, var(--kc-blue), var(--kc-navy));
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: background 0.3s ease-in-out;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--kc-navy), var(--kc-blue));
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea,
select {
  border: 1px solid var(--kc-navy);
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  font-size: 1rem;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--kc-blue);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,179,230,0.2);
}
.navbar {
  background-color: white;
}

.navbar a {
  color: white;
  font-weight: bold;
}

#btnDiv{
  text-align: center;
  margin-top: 20px;
}
#error-message{
  background: #c0efc0;
  margin: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

label.radio-card {
  cursor: pointer;
}
label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 5px;
  max-width: 300px;
  min-height: 330px;
  padding: 15px;
  display: grid;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
}
label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}
label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
}
label.radio-card input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px #3057d5;
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon {
  background: #3057d5;
  border-color: #3057d5;
  transform: scale(1.2);
}
label.radio-card input[type=radio]:checked + .card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}
label.radio-card input[type=radio]:focus + .card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: #3056d5;
}
label.radio-card .card-content img {
  margin-bottom: 10px;
}
label.radio-card .card-content h4 {
  font-size: 16px;
  letter-spacing: -0.24px;
  text-align: center;
  color: #1f2949;
  margin-bottom: 10px;
}
label.radio-card .card-content h5 {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #686d73;
}

.btn {
  background: #01004D;
  background-image: -webkit-linear-gradient(top, #01004D, #2980b9);
  background-image: -moz-linear-gradient(top, #01004D, #2980b9);
  background-image: -ms-linear-gradient(top, #01004D, #2980b9);
  background-image: -o-linear-gradient(top, #01004D, #2980b9);
  background-image: linear-gradient(to bottom, #01004D, #2980b9);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  text-shadow: 4px 4px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}
.btn:hover {
  background: #2980b9;
  background-image: -webkit-linear-gradient(top, #2980b9, #01004D);
  background-image: -moz-linear-gradient(top, #2980b9, #01004D);
  background-image: -ms-linear-gradient(top, #2980b9, #01004D);
  background-image: -o-linear-gradient(top, #2980b9, #01004D);
  background-image: linear-gradient(to bottom, #2980b9, #01004D);
  text-shadow: 4px 4px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
}
#btnDiv{
  text-align: center;
  margin-top: 20px;
}
#error-message{
  background: #c0efc0;
  margin: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}