/* Step Show/Hide */
.pefb-step {
  display: none;
}

.pefb-step.is-active {
  display: block;
}

/* Heading */
.pefb-step-heading {
  color: #3B414B !important;
  font-family: "Instrument Sans", sans-serif !important;
  font-size: 24px!important;
  font-style: normal;
  font-weight: 700!important;
  line-height: 1.3em!important;
  letter-spacing: 0.48px!important;
}

/* Label */
.pefb-label {
  color: #1A1A1A !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px !important;
}
label.pefb-option{
	color: #1A1A1A;
font-family: "Open Sans" !important;
font-size: 12px!important;
font-style: normal;
font-weight: 600!important;
line-height: 18px; /* 150% */
}
.pefb-field {
    margin-bottom: 18px;
}
/* Input Fields */
.pefb-input,
.pefb-select,
.pefb-textarea {
  border-radius: 8px !important;
  border: 1px solid #CBD5E1!important;
  background:#F8FAFC!important;width:100%;
  transition: border-color 0.2s ease;
}

/* Input Focus Styles */
.pefb-input:focus,
.pefb-select:focus,
.pefb-textarea:focus {
  border: 1px solid #2BADFF !important;
  outline: none !important;
  /* outline-offset: 2px; */
}

/* Blink Animation for Error Fields */
@keyframes pefb-blink {
  0% {
    border-color: #2BADFF;
    box-shadow: 0 0 0 0 rgba(43, 173, 255, 0),
                inset 0 0 0 0 rgba(43, 173, 255, 0);
  }
  50% {
    border-color: #2BADFF;
    box-shadow: 0 0 0 3px rgba(43, 173, 255, 0.3),
                inset 0 0 0 100px rgba(43, 173, 255, 0.2);
  }
  100% {
    border-color: #2BADFF;
    box-shadow: 0 0 0 0 rgba(43, 173, 255, 0),
                inset 0 0 0 0 rgba(43, 173, 255, 0);
  }
}

@keyframes pefb-options-blink {
  0% {
    border-color: #2BADFF;
    box-shadow: 0 0 0 0 rgba(43, 173, 255, 0),
                inset 0 0 0 0 rgba(43, 173, 255, 0);
  }
  50% {
    border-color: #2BADFF;
    box-shadow: 0 0 0 3px rgba(43, 173, 255, 0.3),
                inset 0 0 0 100px rgba(43, 173, 255, 0.2);
  }
  100% {
    border-color: #2BADFF;
    box-shadow: 0 0 0 0 rgba(43, 173, 255, 0),
                inset 0 0 0 0 rgba(43, 173, 255, 0);
  }
}

/* Invalid Field Styles */
.pefb-input.pefb-invalid,
.pefb-select.pefb-invalid,
.pefb-textarea.pefb-invalid {
  /* border-color: #2BADFF !important; */
  animation: pefb-blink 0.6s ease-in-out;
}

/* .pefb-field-error .pefb-label {
  color: #2BADFF !important;
} */

.pefb-options-error {
  border: 2px solid #2BADFF !important;
  background: #E6F4FF !important;
  animation: pefb-options-blink 0.6s ease-in-out;
}
.pefb-step-head {
    display: none;
}
/* Checkbox Options */
.pefb-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
/*   background: #F1F5F9; */
  padding: 8px;
  border-radius: 8px;
}
.success-msg-image{
	text-align: center;
  width: 125px;
  height: 125px;
  margin: 72px auto 48px auto;
}
.pefb-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: #FFFFFF!important;
  border: 1px solid #CBD5E1!important;
  border-radius: 8px!important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pefb-option:hover {
  border-color: #94A3B8;
}

.pefb-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #64748B!important;
  border-radius: 4px!important;
  cursor: pointer;
  flex-shrink: 0;
  accent-color:#2BADFF!important;
}

.pefb-option input[type="checkbox"]:checked {
  background-color: #2BADFF;
  border-color: #2BADFF!important;
}

/* Disabled Button */
.pefb-next.pefb-button-invalid,
.pefb-next.pefb-button-invalid:hover{
  border-radius: 4px;
  background: #E5E7EB!important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12)!important;
	color: #9ca3af !important;
  width: auto !important;
  min-width: 126px !important;
  margin: 0 auto !important;
  padding: 8px 56px !important;
}

.pefb-form button{
	border:none; min-width:126px;
}
/* Button Not Disabled */
.pefb-next, .pefb-success button.done-btn .pefb-next:not([disabled]),
.pefb-submit, .pefb-next:hover,
.pefb-submit:hover {
  border-radius: 4px !important;
  background: #2BADFF !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12) !important;
  color:#FFFFFF!important;
  padding: 8px 56px !important;
  width: auto !important;
    margin: 0 auto !important;
}
.pefb-actions{
	text-align:center;
  padding-top: 34px !important;
}
.pefb-req{
  color: #DC2626;
}
/* Bottom Text */
.pefb-step-progress {
  color: #1A1A1A;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

/* Success Page Styles */
.pefb-success .success-msg-heading {
  background: linear-gradient(90deg, #5B53FF 0%, #2BADFF 100%);
  font-family: "Instrument Sans", sans-serif !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pefb-success .thankyou-msg {
  color: #1A1A1A;
  text-align: center;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* Success Image Animation */
@keyframes success-image-grow {
  0% {
    width: 48px;
    height: 48px;
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    width: 122px;
    height: 122px;
    opacity: 1;
    transform: scale(1);
  }
}

.pefb-success img,
.success-msg-container img,
.pefb-success .success-msg-image img {
  width: 48px;
  height: 48px;
  animation: success-image-grow 0.8s ease-out forwards;
  display: block;
  margin: 0 auto;
}


.bottom-text {
  color: #1A1A1A;
  font-family: "Open Sans", sans-serif !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; margin-top:28px !important;
}
/* reCAPTCHA Container */
.pefb-recaptcha {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  min-height: 78px;
}

.pefb-recaptcha .g-recaptcha {
  display: inline-block;
}

@media (max-width: 768px) {
  .pefb-step-heading {
    font-size: 20px !important;
  }
  
  .pefb-recaptcha {
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 78px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .pefb-recaptcha .g-recaptcha {
    display: inline-block;
    max-width: 100%;
  }
  
  .pefb-recaptcha iframe {
    max-width: 100% !important;
  }
}