* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }
  
  body {
    font-family: "Montserrat", sans-serif;
  }

  .form-continue-button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.7;
}
  
  #pan-details.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    flex-direction: row;
  }
  
  #pan-details .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #pan-details .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #pan-details .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #pan-details .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
  }
  
  #pan-details .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 187px;
  }
  
  #pan-details .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #pan-details .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #pan-details .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #pan-details .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #pan-details .logo {
    height: 44px;
    width: 93px;
  }
  
  #pan-details .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #pan-details .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #pan-details .form-details-heading {
    /*font-weight: 350;*/
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101010;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
  }
  
  #pan-details .form-details-label {
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #303030;
  }
  
  #pan-details .form-details-input {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    /*color: #cccccc;*/
    border-radius: 4px;
    padding: 4px 16px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 56px;
    margin-top: 4px;
    text-transform: uppercase;
  }
  
  #pan-details .form-continue-button {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    margin-top: 144px;
    border-style: none;
    cursor: pointer;
  }
  
  #pan-details .form-footer {
    color: #808080;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }
  
  #pan-details .form-footer-image {
    width: 100px;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    #pan-details .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
  
    #pan-details .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    #pan-details .card-item-2 {
      width: 100%;
    }
  
    #pan-details .form-details-container {
      width: 90%;
    }
  }

  /* cibil last step css */
  #cibilLaststep.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    flex-direction: row;
  }
  
  #cibilLaststep .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #cibilLaststep .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #cibilLaststep .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #cibilLaststep .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
  }
  
  #cibilLaststep .form-logo {
    display: flex;
    justify-content: space-between;
  
  }
  
  #cibilLaststep .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #cibilLaststep .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #cibilLaststep .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #cibilLaststep .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #cibilLaststep .logo {
    height: 44px;
    width: 93px;
  }
  
  #cibilLaststep .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  
  #cibilLaststep .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #cibilLaststep .form-details-heading {
    /*font-weight: 350;*/
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101010;
    margin-bottom: 24px;
    font-family: "Montserrat", sans-serif;
  }
  
  #cibilLaststep .form-details-label {
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #303030;
  }

  #cibilLaststep .form-details{
      margin-top: 169px;
      margin-bottom: 139px;
  }
  
  #cibilLaststep .form-details-input {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    /*color: #cccccc;*/
    border-radius: 4px;
    padding: 4px 16px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 56px;
    margin-top: 4px;
    text-transform: uppercase;
  }
  
  #cibilLaststep .form-continue-button {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    margin-top: 144px;
    border-style: none;
    cursor: pointer;
  }
  
  #cibilLaststep .form-footer {
    color: #808080;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    gap: 10px;
  }
  
  #cibilLaststep .form-footer-image {
    width: 100px;
    height: 50px;
  }

  .cibilscoreheading{
    color:#101010;
    font-size: 24px;
    font-weight: 600;
  }

   .cibilscore{
    color:#101010;
    font-size: 24px;
    font-weight: 800;
	padding-top: 15px;
  }

   .cibilscorecontent{
    color:#3C3C3CCC;
    font-size: 16px;
     margin: 0;
   
  }
  
  @media (max-width: 768px) {
    #cibilLaststep .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
  
    #cibilLaststep .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    #cibilLaststep .card-item-2 {
      width: 100%;
    }
  
    #cibilLaststep .form-details-container {
      width: 90%;
    }
  }
  /* cibil last step end css */
  
  #consent-form.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    flex-direction: row;
  }
  
  #consent-form .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #consent-form .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #consent-form .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #consent-form .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    height: 100%;
    border-radius: 16px;
  }
  
  #consent-form .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  
  #consent-form .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #consent-form .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #consent-form .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #consent-form .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #consent-form .logo {
    height: 44px;
    width: 93px;
  }
  
  #consent-form .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #consent-form .form-details-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
  
  #consent-form .form-details-heading {
    color: #101010;
    font-family: Gotham;
    font-size: 24px;
    font-weight: 350;
    line-height: normal;
    margin-bottom: 32px;
  }
  
  #consent-form .form-details-content {
    color: #101010;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 100%;
  }
  
  @media (max-width: 768px) {
    #consent-form .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
  
    #consent-form .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    #consent-form .card-item-2 {
      width: 100%;
    }
  
    #consent-form .form-details-container {
      width: 90%;
    }
  }
  
  #user-details.card {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    flex-direction: row;
  }
  
  #user-details .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #user-details .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #user-details .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #user-details .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
  }
  
  #user-details .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  
  #user-details .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #user-details .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #user-details .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #user-details .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #user-details .logo {
    height: 44px;
    width: 93px;
  }
  
  #user-details .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #user-details .form-details-container {
    margin-left: auto;
    margin-right: auto;
  }
  
  #user-details .form-details-heading {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
  }
  
  #user-details .form-details-label {
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #303030;
  }
  
  #user-details .form-details-input {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    /*color: #cccccc;*/
    border-radius: 10px;
    padding: 4px 16px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 56px;
    margin-top: 4px;
    margin-bottom: 12px;
  }
  
  #user-details .permission {
    color: #303030;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 12px;
  }
  
  #user-details .permission-statement {
    margin-top: 15px;
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  
  #user-details .terms {
    color: #3b4089;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  
  #user-details .checkbox-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
  }
  
  #user-details .checkbox {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 2px solid #3b4089;
  }
  
  #user-details .label-agree {
    color: #303030;
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  
  #user-details .form-continue-button {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    border-style: none;
    cursor: pointer;
  }
  
  #user-details .form-footer {
    color: #808080;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }
  
  #user-details .form-footer-image {
    width: 100px;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    #user-details .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
    #user-details .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    #user-details .card-item-2 {
      width: 100%;
    }
    #user-details .form-details-container {
      width: 90%;
    }
  }
  
  #radio-form.card {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    flex-direction: row;
  }
  
  #radio-form .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #radio-form .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #radio-form .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #radio-form .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
  }
  
  #radio-form .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  
  #radio-form .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #radio-form .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #radio-form .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #radio-form .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #radio-form .logo {
    height: 44px;
    width: 93px;
  }
  
  #radio-form .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #radio-form .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #radio-form .form-details-heading {
    color: #101010;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
  }
  
  #radio-form .question-number {
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #303030;
    margin-top: 20px;
  }
  
  #radio-form .question-statement {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #101010;
    margin-bottom: 8px;
  }
  
  #radio-form .input-label {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #202020;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  
  #radio-form .form-continue-button {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    border-style: none;
    cursor: pointer;
    margin-top: 58px;
  }
  
  #radio-form .form-footer {
    color: #808080;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }
  
  #radio-form .form-footer-image {
    width: 100px;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    #radio-form .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
    #radio-form .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    #radio-form .card-item-2 {
      width: 100%;
    }
    #radio-form .form-details-container {
      width: 90%;
    }
  }
  
  #otp-verification.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    flex-direction: row;
  }
  
  #otp-verification .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #otp-verification .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #otp-verification .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #otp-verification .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
  }
  
  #otp-verification .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 187px;
  }
  
  #otp-verification .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #otp-verification .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #otp-verification .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #otp-verification .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #otp-verification .logo {
    height: 44px;
    width: 93px;
  }
  
  #otp-verification .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #otp-verification .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #otp-verification .form-details-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101010;
    margin-bottom: 12px;
  }
  
  #otp-verification .otp-description {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #101010;
    margin-bottom: 12px;
  }
  
  #otp-verification .form-details-label {
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #303030;
  }
  
  #otp-verification .form-details-input {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
   /* color: #cccccc; */
    border-radius: 10px;
    padding: 4px 16px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 56px;
    margin-top: 4px;
  }
  
  #otp-verification .form-continue-button {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    margin-top: 144px;
    border-style: none;
    cursor: pointer;
  }
  
  #otp-verification .form-footer {
    color: #808080;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }
  
  #otp-verification .form-footer-image {
    width: 100px;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    #otp-verification .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
    #otp-verification .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    #otp-verification .card-item-2 {
      width: 100%;
    }
    #otp-verification .form-details-container {
      width: 90%;
    }
  }
  
  #alternative-mobile-number.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    flex-direction: row;
  }
  
  #alternative-mobile-number .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #alternative-mobile-number .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #alternative-mobile-number .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #alternative-mobile-number .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
  }
  
  #alternative-mobile-number .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 187px;
  }
  
  #alternative-mobile-number .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #alternative-mobile-number .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #alternative-mobile-number .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #alternative-mobile-number .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #alternative-mobile-number .logo {
    height: 44px;
    width: 93px;
  }
  
  #alternative-mobile-number .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #alternative-mobile-number .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #alternative-mobile-number .form-details-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101010;
    margin-bottom: 10px;
  }
  
  #alternative-mobile-number .alternative-number {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #101010;
    margin-bottom: 10px;
  }
  
  #alternative-mobile-number .form-details-label {
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #303030;
  }
  
  #alternative-mobile-number .form-details-input {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #cccccc;
    border-radius: 10px;
    padding: 4px 16px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 56px;
    margin-top: 4px;
  }
  
  #alternative-mobile-number .form-continue-button {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 100%;
    margin-top: 144px;
    border-style: none;
    cursor: pointer;
  }
  
  #alternative-mobile-number .form-footer {
    color: #808080;
    font-weight: 325;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
  }
  
  #alternative-mobile-number .form-footer-image {
    width: 100px;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    #alternative-mobile-number .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
    #alternative-mobile-number .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    #alternative-mobile-number .card-item-2 {
      width: 100%;
    }
    #alternative-mobile-number .form-details-container {
      width: 90%;
    }
  }
  
  #display-sorry.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    height: 100vh;
    flex-direction: row;
  }
  
  #display-sorry .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #display-sorry .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #display-sorry .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #display-sorry .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
  }
  
  #display-sorry .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 187px;
  }
  
  #display-sorry .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #display-sorry .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #display-sorry .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #display-sorry .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #display-sorry .logo {
    height: 44px;
    width: 93px;
  }
  
  #display-sorry .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #display-sorry .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #display-sorry .form-sorry-message {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #101010;
  }
  
  @media (max-width: 768px) {
    #display-sorry .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
    #display-sorry .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    #display-sorry .card-item-2 {
      width: 100%;
    }
    #display-sorry .form-details-container {
      width: 90%;
    }
  }
  
  #not-eligible.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    height: 100vh;
    flex-direction: row;
  }
  
  #not-eligible .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #not-eligible .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #not-eligible .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #not-eligible .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
  }
  
  #not-eligible .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 187px;
  }
  
  #not-eligible .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #not-eligible .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #not-eligible .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #not-eligible .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #not-eligible .logo {
    height: 44px;
    width: 93px;
  }
  
  #not-eligible .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #not-eligible .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #not-eligible .form-not-eligible {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #101010;
    margin-bottom: 12px;
  }
  
  #not-eligible .form-details-list {
    font-weight: 325;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
    margin-bottom: 10px;
    list-style-position: inside;
  }
  
  #not-eligible ol {
    list-style: none;
    counter-reset: list;
    padding-left: 0;
  }
  
  #not-eligible ol li {
    counter-increment: list;
    position: relative;
    padding-left: 30px;
    text-indent: 0;
  }
  
  #not-eligible ol li::before {
    content: counter(list) ".";
    position: absolute;
    left: 0;
    width: 20px;
    text-align: right;
  }
  
  @media (max-width: 768px) {
    #not-eligible .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
  
    #not-eligible .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    #not-eligible .card-item-2 {
      width: 100%;
    }
  
    #not-eligible .form-details-container {
      width: 90%;
    }
  }
  
  #authentication-failed.card {
    display: flex;
    background-color: #ffffff;
    width: 100vw;
    padding: 72px;
    align-items: center;
    height: 100vh;
    flex-direction: row;
  }
  
  #authentication-failed .card-item-1 {
    width: 50%;
    height: 100%;
  }
  
  #authentication-failed .card-item-2 {
    width: 50%;
    height: 100%;
  }
  
  #authentication-failed .card-image {
    width: 100%;
    max-width: 430px;
    max-height: 412px;
  }
  
  #authentication-failed .card-item-form {
    box-shadow: 2px 2px 25px 0px #0000001a;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
  }
  
  #authentication-failed .form-logo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 187px;
  }
  
  #authentication-failed .form-logo-back {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  
  #authentication-failed .form-logo-back-button {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display:none;
  }
  
  #authentication-failed .arrow-back {
    height: 24px;
    width: 24px;
  }
  
  #authentication-failed .arrow-back-text {
    font-size: 16px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #3b4089;
  }
  
  #authentication-failed .logo {
    height: 44px;
    width: 93px;
  }
  
  #authentication-failed .form-detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  #authentication-failed .form-details-container {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #authentication-failed .auth-failed {
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ff3333;
  }
  
  @media (max-width: 768px) {
    #authentication-failed .card {
      flex-direction: column;
      gap: 5px;
      width: 100%;
      padding: 16px;
      justify-content: center;
    }
  
    #authentication-failed .card-item-1 {
      width: 100%;
      display: flex;
      justify-content: center;
    }
  
    #authentication-failed .card-item-2 {
      width: 100%;
    }
  
    #authentication-failed .form-details-container {
      width: 90%;
    }
  }

  .loader {
    text-align: center;
    margin: 20px 0;
  }

  .spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
    margin: auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .error-message {
    color: red;
}

/* download cibil scrore */
.card {
  background-color: #ffffff;
  width: 100vw;
  padding: 72px;
 /* height: 100%;*/
}

.card-item {
  box-shadow: 2px 2px 25px 0px #0000001a;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
}

.form-logo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.form-logo-back {
  display: flex;
  gap: 5px;
  align-items: center;
}

.form-logo-back-button {
  display: flex;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  align-items: center;
}

.arrow-back {
  height: 24px;
  width: 24px;
}

.arrow-back-text {
  font-size: 16px;
  font-weight: 325;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #3b4089;
}

.logo {
  height: 44px;
  width: 93px;
}

.wrapper {
  display: flex;
  flex-direction: row;
}

.graph {
  width: 50%;
}

.content {
  width: 50%;
}

.content-header {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #101010;
  margin-bottom: 20px;
}

.oc-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}

.o-amount {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.title {
  font-weight: 325;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #303030;
}

.amount {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #303030;
}

.c-balance {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.emi {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.monthly-emi {
  font-weight: 325;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #303030;
}

.monthly-emi-amount {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #303030;
}

.all-accounts {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #303030;
}

.all-accounts-wrapper {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.all-payment-history-wrapper {
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
  margin-bottom: 8px;
}

.account-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-continue-button {
  background-color: #3b4089;
  border-radius: 8px;
  padding: 12px 20px;
  color: #ffffff;
  width: 100%;
  margin-top: 44px;
  border-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.form-footer {
  color: #808080;
  font-weight: 325;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.form-footer-image {
  width: 100px;
  height: 50px;
}

.download-image {
  height: 24px;
  width: 24px;
}
.tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
  width: 100%;
  border-radius: 8px;
}

.tab {
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  color: #3b4089;
  background-color: transparent;
  border: none;
  width: 50%;
  font-weight: 325;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab.active {
  background-color: #3b4089;
  color: #ffffff;
}

@media (max-width: 768px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }
  .content {
    width: 100%;
  }

  .graph {
    width: 100%;
  }
}


.gauge-wrapper {
      position: relative;
      width: 250px;
      height: 140px;
    }

    .gauge-arc {
      width: 100%;
      height: 100%;
      background: conic-gradient(
        red 0% 20%,
        orange 20% 40%,
        yellow 40% 60%,
        lightgreen 60% 80%,
        green 80% 100%
      );
      border-radius: 50% 50% 0 0 / 100% 100% 0 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      overflow: hidden;
    }

    .gauge-center {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 180px;
      height: 90px;
      background: #dcdcff;
      border-top-left-radius: 90px;
      border-top-right-radius: 90px;
      text-align: center;
      z-index: 3;
    }

    .gauge-center .score {
      font-size: 32px;
      font-weight: bold;
      margin-top: 25px;
      color: #333;
    }

    .gauge-center .label {
      font-size: 14px;
      color: #666;
      margin-top: 12px;
    }

    .needle {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 60px solid black;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform-origin: bottom center;
      transform: rotate(0deg);
      z-index: 2;
      transition: transform 1s ease-out;
    }
    select#code {
    width: 100%;
    padding: 10px;
}

button#skipquestion {
    background-color: #3b4089;
    border-radius: 8px;
    padding: 12px 20px;
    color: #ffffff;
    width: 30%;
    margin-top: 50px;
    border-style: none;
    cursor: pointer;
}

.cibil-button {
background-color: white;
color: #3b4089;
border: 2px solid #3b4089;
border-radius: 8px;
padding: 16px 110px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
min-width: 300px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
position: relative;
}

.cibil-button::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
background: #3b4089;
clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.cibil-button:hover {
background-color: #3b4089;
color: white;
box-shadow: 0 4px 8px rgba(255, 107, 74, 0.3);
transform: translateY(-1px);
}

.cibil-button:active {
transform: translateY(0);
box-shadow: 0 2px 4px rgba(255, 107, 74, 0.2);
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  width: 90%;
  max-width: 500px;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 5px 30px rgba(0,0,0,0.2);
  animation: popIn 0.25s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #3b4089;
}

/* Title */
.popup-box h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: #0a2740;
}

/* Table */

.table-wrapper {
    border: 1px solid #3b408926;
      border-radius: 8px;
  overflow: hidden;


}
.score-table {
  width: 100%;
  border-collapse: collapse;
}

.score-table th {
  background: #ffe7da;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  color:#3b4089
}


.score-table th:nth-of-type(2) {
  background: #ffe7da;
  padding: 10px;
  text-align: right;
  font-size: 15px;
}

.score-table td {
  padding: 10px;
}


.score-table td:nth-of-type(2) {
  text-align: right;
}

/* Footer Note */
.footer-note {
  font-size: 12px;
  margin-top: 15px;
  color: #666;
  line-height: 1.5;
}

/* Open Button */
.open-btn {
  padding: 10px 20px;
  background: #ff6f31;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/* Animation */
@keyframes popIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.score-row {
  display: flex;
  align-items: center;
  gap: 8px; /* space between text and icon */
  margin-top:15px;
}

/* Info icon styling */
.info-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #3b4089;
  color: #3b4089;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
}