.wrapper-page {
  /* position: absolute; */
  padding: 0;
  margin: 0px auto;
  /* max-width: 380px; */
  width: 100%;
  transition: all 0.25s ease 0s;
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.wrapper-page.step-form.sign-up-section {
  /* max-width: 620px; */
  position: relative !important;
  padding-top: 50px;
  height: 100%;
  background: #fff;
}

.step-form {
  /* width: 900px; */
}

.step-form .wizard>.steps a,
.step-form .wizard>.steps a:hover,
.step-form .wizard>.steps a:active {
  padding: .5rem;
}

.step-form .wizard>.content>.body {
  height: 100%;
  overflow-x: scroll;
}

.step-form .wizard>.content {
  padding: 0;
  background-color: #fff !important;
  height: auto;
}

#subscription-form-p-0, #subscription-form-p-1, #subscription-form-p-2, #subscription-form-p-3, #subscription-form-p-4 {
  padding: 0 !important;
}

.step-form .logo {
  margin: 1rem 0;
}

.step-form .card-box {
  padding: 20px;
  margin-bottom: 0 !important;
  border: 0 !important;
}

/* .step-form .wizard>.steps::before {
  position: absolute;
  content: "";
  left: 10%;
  top: 45px;
  width: 80%;
  height: 1px;
  border-top: dotted 4px #ddd;
} */

/* .step-form .wizard>.steps ul {
  position: relative;
} */

.step-form .form-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
}

.step-form .form-title p.sub {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}

.step-form .form-group label {
  font-size: 15px;
  color: #000;
}

.step-form .form-group label.error {
  display: block !important;
  text-align: left;
  margin: 0 !important;
  padding: 5px;
  font-size: 13px;
}

.step-form .actions {
  padding-top: 20px !important;
}

.step-form .wizard>.actions ul li:nth-child(1) a {
  background: #E5E5E5 !important;
  border: 1px solid #D4D4D4 !important;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #171717;
}

.step-form .wizard>.actions .disabled a:hover {
  background-color: #E5E5E5;
  color: #171717;

}

.step-form .wizard>.actions a, #btnrefresh {
  background: #54A448 !important;
  border: 1px solid #54A448 !important;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.step-form .wizard>.actions a:hover,
.step-form .wizard>.actions a:focus, #btnrefresh:hover, #btnrefresh:active {
  background-color: #38892c;
  color: #fff;
}

.step-form .steps ul {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.step-form .steps ul li {
  text-align: center;
  font-size: 12px;
}

.step-form .wizard>.steps .disabled a {
  background-color: transparent;
  border: none;
}

.step-form .wizard>.steps .current a {
  background-color: transparent;
  border: none;
}

.step-form .wizard>.steps .number {
  margin: 10px auto;
  display: block;
  background-color: #0097DC;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
}

.step-form .wizard>.steps .current a .number {
  background-color: #0097DC;
  color: #fff;
  /* box-shadow: 0px 10px 25px 0px rgba(163, 48, 53, 0.25); */
  box-shadow: 0px 10px 25px 0px #0097DC;

}

.step-form .wizard>.steps .current a {
  color: #aaa;
}

.step-form .wizard>.steps .done a {
  background-color: transparent;
  color: #aaa;
}

.step-form .wizard>.steps .done a,
.step-form .wizard>.steps .done a:hover {
  background-color: transparent !important;
}

.step-form .wizard>.steps .current a,
.step-form .wizard>.steps .current a:hover,
.step-form .wizard>.steps .current a:active {
  background-color: transparent !important;
  color: #aaa;
}

.step-form .wizard>.steps .disabled a,
.step-form .wizard>.steps .disabled a:hover,
.step-form .wizard>.steps .disabled a:active {
  background-color: transparent !important;
  color: #aaa;
}

.step-form .wizard>.steps .done a,
.step-form .wizard>.steps .done a:hover {
  color: #aaa;
}

/* for signup  */

label {
  font-size: 12px;
  color: rgb(84, 105, 141);
  margin: 0px 0px 8px;
  line-height: inherit;
  font-weight: 400;
}

.singup-page {
  width: 700px !important;
}

/* for signup  */

.wrapper-page .card-box {
  /* border: 1px solid rgb(216, 221, 230); */
  background: #ffffff;
  padding: 25px 20px;
}

.panel-pages {
  border-radius: 6px;
}

.panel-pages .panel-body {
  padding: 30px;
}

.panel-pages .panel-heading {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 40px 20px;
  position: relative;
}

.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}

.user-thumb {
  position: relative;
  z-index: 999;
}

.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}

.ex-page-content .text-error {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}

.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0px 10px;
}

/* signup-signin-page */
.signup-signin-page {
  width: auto;
}



/* Sign up  */
.container__page {
  position: relative;
  width: 100%;
  padding-right: 400px;
}

.container__page .signup--form {
  width: 400px;
  padding: 2rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  z-index: 9998;
}

.container__page .signup--form .panel-heading {
  padding: 0;
}

.container__page .signup--form a {
  color: #ffffff;
  text-decoration: none;
}

.container__page .signup--form a:hover {
  color: #dddddd;
}

.container__page .signup--form .panel-body {
  padding: 0 15px;
}

.container__page .signup--form .mt-3 {
  margin-top: 1.5rem;
}

.container__page .signup--form .form-group {
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}

.container__page .signup--form .mt-2 {
  margin-top: 1rem;
}

.container__page .signup--form .form-group p {
  position: absolute;
  bottom: 7px;
  margin: 0;
  line-height: 0;
}

.custom-button {
  border: 1px solid #ff7958;
  color: #ffffff;
  opacity: 1;
  background-color: #ff7958;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.custom-button:hover {
  color: #ffffff;
  opacity: 0.9;
}

.text-center {
  text-align: center;
}


/* / Sign up  */
/* new login theme */
body {
  height: 100vh;
  display: table;
  width: 100%;
  padding: 0;
}

#left {
  display: table-cell;
  height: 100%;
  width: 50%;
  position: relative;
}

#right {
  display: table-cell;
  vertical-align: top;
  background-color: rgb(216, 221, 230);
  width: 50%;
  height: 100%;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}

#right:after {
  background-image: url(../img/login-free-trial-bg.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login-logo img {
  display: block;
  margin: 0 auto 30px;
}

.wrapper-page .card-box .panel-body {
  padding: 0;
}

.form-control {
  border: 1px solid rgb(150, 148, 146) !important;
  border-radius: 4px;
  padding: 12px;
  height: 41px;
  font-size: 13PX;
  line-height: 15px;
}

select.form-control {
  padding-top: 10px;
}

.form-group .btn {
  border-radius: 4px;
  padding: 12px !important;
  font-size: 13px;
  line-height: 17px;
}

.form-group.border-top {
  border-top: 1px solid rgb(244, 246, 249);
  margin: 20px 0 0;
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-group.border-top div:last-child {
  width: calc(100% - 123px);
  text-align: right;
}

.form-group.border-top a {
  font-size: 12px;
  color: #0097DC !important;
}

.footer {
  background-color: #111111 !important;
  border: 0 !important;
  padding: 20px 0 !important;
  position: relative !important;
}

#left .footer.text-center {
  position: absolute !important;
  width: 100%;
  text-align: center;
  bottom: 10px;
  border: 0;
  max-width: 380px;
  left: 50%;
  transform: translateX(-50%);
}

.inner-wrapper-right {
  max-width: 1300px;
  padding: 50px 5%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.inner-wrapper-right img {
  max-width: 55%;
  /* max-height: 200px; */
  margin: 0 auto;
  display: block;
}

.inner-wrapper-right h2 {
  color: #032d60;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.inner-wrapper-right p {
  color: #032d60;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin: 10px 0;
}

.inner-wrapper-right ul {
  color: #032d60;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin: 10px 0;
}

.inner-wrapper-right ul li {
  list-style: none;
  position: relative;
  padding: 10px 20px;
  line-height: 15px;
}

.inner-wrapper-right ul li:after {
  position: absolute;
  left: 0;
  top: 50%;
  font-family: FontAwesome;
  content: '\f00c';
  transform: translateY(-50%);
  font-size: 15px;
  color: #4DBA6D;
}

.inner-wrapper-right a.btn {
  font-size: 14px;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: initial;
  padding: 12px 25px;
  display: inline-block;
  margin: 20px 0;
}

.signup-box {
  text-align: center;
  font-size: 14px;
}

.login-page {
  display: flex;
  height: inherit;
}

.form-group.border-top .need-help-link,
.form-group.border-top .forgot-password-link {
  width: 50% !important;
}

a#btn {
  color: #0097DC !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.login-page .wrapper-page {
 position: absolute;
 padding: 0;
 margin: 0px auto;
 max-width: 380px;
 width: 100%;
 transition: all 0.25s ease 0s;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
.login-page #left .footer.text-center{
background-color: transparent !important;
padding: 0 !important;
}

@media (max-width: 790px) {
  .inner-wrapper-right img {
    max-width: 100%;
  }

  .login-footer-left {
    display: none;
  }

  #right {
    width: 100%;
    height: auto;
  }

  #left {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 30px;
  }

  #left .wrapper-page {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }

  .login-page {
    display: flex;
    flex-direction: column;
  }
}


/* // New design css  */

.header {
  padding: 16px 0;
  gap: 8px;
  height: 81px;
  border-bottom: 1px solid #D4D4D4;
  background-color: #fff;
}

.top-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-header ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 15px;
}

.right-header ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #171717;
}

.right-header ul li a,
.right-header ul li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer .right-header ul li a,
.footer .right-header ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}

.footer .right-header ul {
  gap: 0;

}

.footer .right-header ul li {
  padding: 0 !important;
  padding-left: 10px !important;
}

.btn-contact-us {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  gap: 12px;
  border: 1px solid #171717;
  border-radius: 8px;
  width: 120px;
  height: 48px;
}

/* Custom step navigation styling */
.wizard>.steps {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}

.wizard>.steps>ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard>.steps>ul::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 2px dashed #A3A3A3;
  z-index: 0;
  width: 80%;
  margin: 0 auto
}

.wizard>.steps>ul>li {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 1;
}

.wizard>.steps>ul>li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border: 2px dashed #A3A3A3;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}

/* .wizard>.steps>ul>li.current::before {
  border-color: #60a5fa;
  border-style: solid;
} */

.wizard>.steps>ul>li.done::before {
  border: 1px solid #FFFFFF;
  background: #37B34A;
  box-shadow: 0 0 0 1.5px #37B34A, 0 0 0 2.5px #FFFFFF;
}

.wizard>.steps>ul>li.done::after {
  content: '';
  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='M1 4.5L4.5 8L11 1.5' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 3;
  line-height: 24px;
}

.wizard>.steps a {
  display: block;
  margin-top: 35px !important;
  padding: 8px 16px;
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  background: transparent;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.wizard>.steps a:hover,
.wizard>.steps a:active {
  margin-top: 35px !important;
}

.steps .current .step-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #171717;
  padding: 6px 12px;
  background: #B8E4F2;
  border-radius: 100px;
}

.steps .step-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  color: #737373;

}

.wizard>.steps .current a {
  background: #dbeafe;
  color: #1e40af;
  font-weight: 500;
}

.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
  margin-top: 35px !important;
  background: #dbeafe;
  color: #1e40af;
}

.wizard>.steps .disabled a {
  color: #9ca3af;
  cursor: not-allowed;
}

.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
  margin-top: 35px !important;
}

.wizard>.steps .done a {
  color: #6b7280;
}

.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
  margin-top: 35px !important;
}

.wizard>.steps .number {
  display: none;
}

.intro-text-step h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #171717;
  padding-bottom: 10px;
}

.intro-text-step h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #404040;
  padding-bottom: 10px;
}

.intro-text-step p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #404040;
}

.step-form-content {
  background: #F7F7F7;
  border: 1px solid #D4D4D4;
  border-radius: 16px;
  display: block;
  width: 100%;
  float: left;
  padding: 25px 20px 20px 20px;
  margin-top: 40px;
}

.intro-text-step {
  padding-top: 40px;
}

.sign-up-section .wizard>.content>.body label, .agreeterms-checkbox .error {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #171717;
}

.sign-up-section .wizard>.content>.body label.error, .agreeterms-checkbox .error {
  text-transform: capitalize !important;
  font-size: 13px !important;
  text-transform: inherit !important;
}

.sign-up-section .wizard>.content>.body input,
.sign-up-section .wizard>.content>.body select,
.sign-up-section .wizard>.content>.body textarea {
  height: 50px !important;
  background: #FFFFFF;
  border: 1px solid #E5E5E5 !important;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

/* Dropdown placeholder styling */
.sign-up-section .wizard>.content>.body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23171717' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  color: #171717;
}

.sign-up-section .wizard>.content>.body select.placeholder {
  color: #9CA3AF;
}

.sign-up-section .wizard>.content>.body select option {
  color: #171717;
}

.sign-up-section .wizard>.content>.body select option[value=""] {
  color: #9CA3AF;
}

.form-section-title label {
  font-size: 18px !important;
  line-height: 23px !important;
}

.checkbox-input {
  display: flex;
  align-items: center;
}

.sign-up-section .wizard>.content>.body .checkbox-input label {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 19px;
  color: #171717;
  text-transform: capitalize;
  margin-left: 8px;
  cursor: pointer;
}

.sign-up-section .wizard>.content>.body .agreeterms-checkbox .checkbox-input .error{
  font-weight: 600 !important;
  color: #f6504d !important;
  position: absolute;
  bottom: -5px;
}

/* Custom checkbox styling */
.sign-up-section .wizard>.content>.body .checkbox-input input[type="checkbox"] {
  width: 18px;
  height: 18px !important;
  min-width: 18px;
  border: 1.5px solid #111111 !important;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  background-color: #fff;
  transition: all 0.2s ease;
}

.sign-up-section .wizard>.content>.body .checkbox-input input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #111111 !important;
}

/* Custom checkmark */
.sign-up-section .wizard>.content>.body .checkbox-input input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #111111;
  border-width: 0 2px 2px 0;
}

.sign-up-section .wizard>.content>.body .checkbox-input input[type="checkbox"]:hover {
  border-color: #111111 !important;
}

.sign-up-section .wizard>.content>.body .checkbox-input input[type="checkbox"]:focus {
  outline: 2px solid #B8E4F2;
  outline-offset: 2px;
}

.form-section-title-label {
  padding-top: 20px;
}

.form-section-title-label h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #171717;
  text-align: left;
}

.form-section-title-label p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #171717;
  text-align: left;
  padding-top: 5px;
}
.sign-up-section .wizard > .content > .body input[type="checkbox"]{
  height: auto !important;
}
.form-section-title-label.pt-0{padding-top: 0 !important;}
.captcha-section #txtCaptcha{
  background: #E5E5E5 !important;
  border: 1px solid #D4D4D4 !important;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #171717;
  text-align: center;
}
/* Captcha error: keep aligned + prevent layout jump */
#captchaerrordiv{
  margin: 0 !important;
  padding: 0 !important;
  min-height: 18px;
  display: block !important;
  position: relative !important;
}
#captchaerrordiv label.error{
  margin-left: 0 !important;
  display: block !important;
  text-transform: inherit !important;
  position:absolute;
}
.checkbox-input label {
  text-transform: inherit !important;
}
.agreeterms-checkbox label.error {
  position: absolute;
  top: 25px;
  text-transform: inherit !important;
}
.sign-up-section .container{
  max-width: 1090px;
}

/* Mobile step header (current step name + icon) */
.mobile-step-header {
  display: none; /* shown only on mobile */
  margin-top: 20px;
  margin-bottom: 10px;
}

.mobile-step-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.mobile-step-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px dashed #A3A3A3;
  background-color: #FFFFFF;
  position: relative;
}

/* Filled "ticket" state when step is completed */
.mobile-step-icon.is-done {
  border-style: solid;
  border-color: #37B34A;
  background-color: #37B34A;
  box-shadow: 0 0 0 1.5px #37B34A, 0 0 0 2.5px #FFFFFF;
}

.mobile-step-icon.is-done::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  transform: translate(-50%, -60%) rotate(-45deg);
  border: solid #FFFFFF;
  border-width: 0 0 2px 2px;
}

.mobile-step-name {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #171717;
  padding: 6px 16px;
  border-radius: 999px;
  background: #B8E4F2;
  display: inline-block;
}

/* ---------------------------------------
   Mobile responsiveness tweaks (Apply page)
   --------------------------------------- */
@media (max-width: 767px) {
  /* Header & footer stack vertically on small screens */
  .header,
  .footer {
    padding: 12px 0;
    height: auto;
  }

  .top-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .right-header ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }

  .right-header ul li a {
    font-size: 14px;
  }

  /* Hide full step bar, show compact mobile header instead */
  .step-form .wizard > .steps {
    display: none;
  }

  .mobile-step-header {
    display: flex;
    justify-content: center;
  }

  /* Form container spacing */
  .wrapper-page.step-form.sign-up-section {
    padding-top: 24px;
  }

  .sign-up-section .container, .wrapper-page .card-box {
    padding-left: 0;
    padding-right: 0;
  }

  .step-form-content {
    padding: 16px 12px 16px 12px;
    margin-top: 24px;
  }

  .intro-text-step {
    padding-top: 24px;
  }

  .intro-text-step h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .intro-text-step h3 {
    font-size: 18px;
  }

  .intro-text-step p {
    font-size: 14px;
    line-height: 1.4;
  }

  /* Wizard steps: allow horizontal scroll instead of squeezing */
  .wizard > .steps > ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }

  .wizard > .steps > ul > li {
    min-width: 140px;
  }

  .wizard > .steps > ul::before {
    width: 120%;
  }

  /* Inputs in multi-column rows get vertical spacing */
  .step-form-content .row > [class^="col-"],
  .step-form-content .row > [class*=" col-"] {
    margin-bottom: 16px;
  }

  /* Captcha block: stack elements vertically */
  .captcha-section {
    flex-direction: column;
    align-items: stretch;
  }

  .captcha-section #txtCaptcha {
    width: 100%;
    margin-bottom: 10px;
  }

  #btnrefresh {
    width: 100%;
    text-align: center;
  }
  .assessments-error label {
    margin-left: 0 !important;
}
  /* User-entered captcha text field – full width on mobile */
  .sign-up-section #txtCompare {
    width: 100% !important;
    box-sizing: border-box;
  }
}
