

/* Registration Form Submit Button */
/* Container Styles */

.register-section .container {
    max-width: 768px !important;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 25px;
    width: 100%;
    height: 100%;

}

.btn-cust {
    font-family: "Velo WWangle", sans-serif;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    background: #FAEC37;
    border: none;
    outline: none;
    width: 100%;
    padding: 1.36rem 0;
    border-radius: 0.75rem;
    color: #345b80;
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.16));
    cursor: pointer;
    margin: 10px 0;
    text-transform: uppercase;
}

.btn-trans {
    font-family: "Velo WWangle", sans-serif;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding: 1.36rem 0;
    border-radius: 0.75rem;
    color: #345b80;
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.16));
    cursor: pointer;
    margin: 10px 0;
    text-transform: uppercase
}


 .btn-submit {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    background: #FAEC37;
    border: none;
    outline: none;
    width: 100%;
    padding: 1.36rem 0;
    border-radius: 0.75rem;
    color: #345b80;
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.16));
    cursor: pointer;
    margin: 10px 0;
     text-transform: uppercase;
}

/* Centered Text */
 .text-center {
    text-align: center;
}

/* Circle Styles */
 .circle {
    width: 1.1875rem;
    height: 1.1875rem;
    border-radius: 50%;
    border: 1px solid #fff;
}
 .circle-tiny {
    width: 0.94rem;
    height: 0.94rem;
}
.selected .circle {border: 1px solid #000;}

.selected .white-bg {background: #000;}
 /* Page Title */
 .page-title {
    color: white;
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 1.7rem;
 }

.page-title {
    line-height: 37px;
}

.page-title span {
    display: block;
}

/* Form Layout */
 .quiz-registration-wrapper form {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: unset;
}

/* Form Inputs */
 .input-wrapper label {
    display: flex;
    margin-bottom: 0.7rem;
    margin-top: 1.4rem;
    font-size: 1rem;
    line-height: 1.375rem;
    color: white;
}
.input-field-wrapper {
    position: relative;
    z-index: 1;
}
 .input-error .input-field-wrapper img {
    opacity: 1;
    z-index: 2;
}
 .input-field-wrapper img {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.25rem;
}
.input-error .input-field-wrapper  .input {
    background: #ffd1d1 !important;
    color: #f00 !important;
    transition: none;
}
.register-section .select-wrapper {
    position: relative;
}

.register-section .select-wrapper svg{
    position: absolute;
    top: 50%;
    right: 22px;
    z-index: 1;
    transform: translateY(-50%);
}

.input-error  select {
    background: #ffd1d1 !important;
    color: #f00 !important;
    transition: none;
}
 .input-wrapper .input {
    width: 100%;
    color: #345B80;
    font-size: 1rem;
    padding: 1.3rem 1.4rem;
    border-radius: 0.75rem;
    border: none;
    line-height: 22px;
    z-index:1;
    position:relative;
}
 .input-wrapper .input:focus-visible {
    border: none;
    outline: none;
}
 .input-wrapper select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}
 .input-wrapper {
    position: relative;
}
 .input-wrapper span {
    position: absolute;
    top: 75%;
    right: 1.25rem;
    transform: translateY(-50%);
}

/* Form Input - Remove Spinner on Number Inputs */
 input[type=number]::-webkit-outer-spin-button,
 input[type=number]::-webkit-inner-spin-button,
 input[type=number] {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

/* Terms and Conditions */
 .terms-and-conditions-wrapper {
    padding: 2.18rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
 
}

/* Custom Checkbox Styles */
 .single-tac-wrapper {
    position: relative;
}
 .single-tac-wrapper span {
    position: absolute;
    height: 26px;
    width: 26px;
    background: #fff;
    top: 0;
    left: 0;
    border-radius: 5px;
}
 .single-tac-wrapper span::after {
    content: '';
    height: 12px;
    width: 12px;
    background: #345B80;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    scale: 0;
}
 .single-tac-wrapper input:checked ~ span::after {
    scale: 1;
}
 .single-tac-wrapper label{
 margin-left: calc(26px + 0.8rem);
 margin-top: 0.1rem;
 display: block;
 cursor: pointer;
 color: #fff;
}
.single-tac-wrapper label a {
    color: #fff;
    text-decoration: underline;
}
 .single-tac-wrapper input {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    position: absolute;
    z-index: 2;
    opacity: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

/* Error Box for Invalid Input */
 .input-wrapper .error-box {
    transform: scaleY(0);
    pointer-events: none;
    opacity: 0;
    position: absolute;
}
 .input-error .error-box {
    transform: unset;
    position: relative;
    opacity: 0;

}
.quiz-registration-wrapper .error-box {
    display: flex;
    background: #8091A7;
    padding: 2.3rem 1.4rem;
    border-radius: 12px;
    flex-direction: column;
    row-gap: 0.5rem;
    margin-top: -20px;
}
 .quiz-registration-wrapper .error-box h3 {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    position: relative;
     margin:0;
}
 .quiz-registration-wrapper .error-box::before,
 .quiz-registration-wrapper .error-box::after {
    content: '';
    width: 30px;
    height: 30px;
    background: #8091A7;
    position: absolute;
    bottom: calc(100% - 15px);
    left: 0;
    z-index: -2;
}
 .quiz-registration-wrapper .error-box::after {
    right: 0;
    left: unset;
}
 .quiz-registration-wrapper .error-box p {
    font-size: 1rem;
    color: white;
    font-weight: 400;
    line-height: 1.375rem;
    position: relative;
    display: block;
    width: 50%;
     margin:0;
}



 .quiz-registration-wrapper .error-box.show {
    opacity: 1; /* Visible when class 'show' is added */
}

 .quiz-registration-wrapper .text-danger {
    color: #f00 !important;
}


/* Full Width */
.verify-otp-section {
    width: 100%;
    min-height: 100vh;
    padding: 20px 0;
}

/* Center Alignment */
.verify-otp-section .align-center {
    align-items: center;
}

/* Container Styles */
.verify-otp-section .container {
    max-width:  768px !important;
    margin: 0 auto;
    padding: 0 25px;
    width: 100%;
}
/* Quiz Login */
.verify-otp-section .quiz-otp-verify-wrapper {
    margin: auto;
    width: 100%;
}
.verify-otp-section .quiz-otp-verify-wrapper .page-title{
  
    width: 60%;
}

.verify-otp-section .quiz-otp-verify-wrapper form {
    display: flex;
    flex-direction: column;
    row-gap: 0.7rem;
}
.verify-otp-section .return-to-form .btn {
   
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
    background: #FAEC37;
    border: none;
    outline: none;
    width: 100%;
    padding: 1.36rem 0;
    border-radius: 0.75rem;
    color: #345b80;
    filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.16 ));
    cursor: pointer;
    margin-bottom: 1rem;
    text-transform: uppercase;

}
.verify-otp-section .return-to-form p {
    color: white;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
}

.main-quiz-wrapper{
    max-width:  768px !important;
    /* min-height: 768px; */
    min-height: 125vh;
    margin: 10px auto;
    padding: 0 25px 40px 25px;
}

.quiz-guide{
    width: 100%;
    margin: 20px 0;
}
.quiz-video-guide .video-js.bat-quiz-video {
    width: 100%;
}
/* velo quiz 1 intro */
.quiz-template-one-wrapper{
    color: white;

    margin: 0 auto;
    margin-top: 0.56rem;
}
.quiz-template-one-wrapper .header-text p , .quiz-test-b-wrapper .header-text p {
    font-size: 0.875rem;
    color: #faec37;
    font-weight: 700;
    line-height: 1.125rem;
}
 .quiz-template-one-wrapper .image-container .velo-product-1{
    aspect-ratio: 1;
    width: 45%;
    height: 45%;
    margin-right: 25px;
    object-fit: contain;
}
.all-quiz-wrapper p.quiz-index {
    color: #FAEC37;
    font-family:"Velo WWangle", sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:18px;
}
.quiz-template-one-wrapper .image-container .velo-product-2{
    aspect-ratio: 1;
    width: 35%;
    height: 35%;
    rotate: 29deg;
    filter: drop-shadow(0 24px 16px rgba(0,0,0, 0.16));
}

.quiz-template-one-wrapper .image-container , .quiz-test-b-wrapper .image-container {
    margin-top: 1.0625rem;
    margin-bottom: 0.25rem;
}

.quiz-template-one-wrapper .quiz-intro, .quiz-test-b-wrapper:not(.quiz-test-c-wrapper) .quiz-intro{
  width: 83%;
}


.quiz-template-one-wrapper .quiz-intro p, .quiz-test-b-wrapper .quiz-intro p{
    font-size:1rem;
    font-size: 16px;
    line-height: 22px;
    gap:1.625rem;
}



.quiz-template-one-wrapper .btn, .quiz-test-b-wrapper .btn{
    margin-top:0.8125rem;
    margin-bottom:0.625rem;
}
/* Dashed Border of Between Two Product */
.quiz-template-one-wrapper .image-container::before, 
.quiz-test-b-wrapper:not(.quiz-test-c-wrapper) .image-container::before {
    content: '';
    border: 1px dashed #6FB7CD;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%) rotate(30deg);
    z-index: 3;
    clip-path: polygon( 0.00% 0.00%, 46.40% 0.00%, 46.60% 42.20%, 0.00% 42.00%, 0.00% 10.00% );
}

.quiz-template-one-wrapper .image-container::before {
    top: 6%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.quiz-test-b-wrapper .image-container::before {
    transform: translateX(-50%) rotate(15deg);
    top: 20%;

}
.quiz-template-one-wrapper .image-container , .quiz-test-b-wrapper .image-container {
    position: relative;
}
.quiz-test-c-wrapper .image-container {
   margin-block: 0;
}

.quiz-template-one-wrapper .image-container img, 
.all-quiz-wrapper .quiz-test-b-wrapper .image-container img {
    position: relative;
    max-width: 200px;
    z-index: 3;
}

/* for test 0 intro   */
.all-quiz-wrapper[test-no="0"] .quiz-intro  {
   width: 95%;
}
.all-quiz-wrapper[test-no="0"] .image-container{
    /* align-items: end; */
    padding-top: 1rem;
}
.all-quiz-wrapper[test-no="0"] .test-intro-image-container {
    gap: 1rem;
    
}
/* .all-quiz-wrapper[test-no="0"] .quiz-test-b-wrapper .image-container img:nth-child(1) {
    max-width: 120px;
    top: 30px;
} */
.all-quiz-wrapper .image-container img {
    max-width: revert;
}

/* .all-quiz-wrapper[test-no="0"] .quiz-test-b-wrapper .image-container img:nth-child(2) {
    max-width: 160px;
    bottom: 10px;
} */

/* for test 1 intro   */
.all-quiz-wrapper[test-no="2"] .test-intro-image-container {
    gap: 4rem;
}
.all-quiz-wrapper[test-no="2"] .test-intro-image-container img:first-child {
    rotate: -26deg;
    width: 90px;
    max-width: 90px;
}
.all-quiz-wrapper[test-no="2"] .test-intro-image-container img:last-child {
    rotate: 24deg;
    width: 195px;
    max-width: 195px;
}
.all-quiz-wrapper[test-no="2"] .quiz-intro .body-image img {
    width: 300px;
    max-width: 300px;
}
.all-quiz-wrapper[test-no="2"] .header-text {
    margin-bottom: 12px;
}
.all-quiz-wrapper[test-no="2"] .quiz-test-b-wrapper .image-container img:nth-child(1) {
    max-width: 120px;
    top: 30px;
}

.all-quiz-wrapper[test-no="2"] .quiz-test-b-wrapper .image-container img:nth-child(2) {
    max-width: 160px;
    bottom: 10px;
}
.all-quiz-wrapper[test-no="2"] .quiz-section img {
    width: 175px;
}
/* for test 4 */
.all-quiz-wrapper[test-no="3"] .quiz-test-b-wrapper:not(.quiz-test-c-wrapper) .image-container::before {
    z-index: 4;
}
.all-quiz-wrapper[test-no="3"] .quiz-test-b-wrapper:not(.quiz-test-c-wrapper) .quiz-intro .introduction {
    gap: 30px;
}
.all-quiz-wrapper[test-no="3"] .quiz-test-b-wrapper:not(.quiz-test-c-wrapper) .quiz-intro p {
    margin: 0;
}

/* velo quiz 2 intro */
.quiz-test-b-wrapper .circle-group, .before-test2-start .circle-group{
    column-gap: 0.1875rem;
    margin-left: 0.94rem;
    margin-top: 1rem;
}
.quiz-test-b-wrapper{
    margin: auto;
    color: white;
}
.quiz-test-b-wrapper .header-text, .quiz-template-one-wrapper .header-text{
    color: white;
    font-size: 34px;
    font-weight: 700;
    margin-block: 17px 0;
    margin-inline: 0;
    line-height: 37px;
}
.quiz-test-b-wrapper h1{
    width: 70%;
    color: white;
}
/* Before Test A Start Page */
.before-template1-start, .before-test2-start{
    color: white;
    margin: auto;
}
.before-template1-start h1,
.before-test2-start h1{
    font-size: 34px;
    line-height: 37px;
    margin-block:34px 16px;
}
.before-template1-start span,
.before-test2-start span{
    display:block;
}
.before-template1-start .guide-text {
    width: 80%;
    margin: auto;
    margin-bottom:2rem;

    font-size: 16px;
    line-height: 22px;
}

.before-template1-start p,
.before-test2-start p{
    text-align:center;
    margin: 0;
}
.test-intro-image-container img {
    object-fit: contain;
}
.before-template1-start .body-image,
.before-test2-start .body-image{
    text-align:center;
}
/* Before Test B Start Page */
.before-test2-start .circle-group{
    margin: 2.6rem auto 2.1rem auto;
}
/* Test 1 Page */
.velo-quiz1-wrapper{
    margin: auto;
}
.velo-test1-wrapper .body-image, .velo-test2-wrapper .body-image{
    margin-top: 3.7rem;
    margin-bottom: 0.4rem;
}
.template-three .body-image {
    margin-bottom: 20px;
}
.question-text h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 37px;
    margin-block: 34px 0;
}
.template-three .quiz-section .body-image {
    margin-top: 32px;
}
.template-three .quiz-intro img {
    margin-inline: auto;
}
.has_sec_flavours {
    position: relative;
}
.has_sec_flavours img {
    width: 150px;
    max-width: 150px;
}
.has_sec_flavours img:first-child {
    rotate: -20deg;
    margin-right: -20px;
}
.has_sec_flavours img:last-child {
    rotate: 23deg;
}
.quiz-section img{
    max-width: 270px;
}
.select-answer{
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 42px;
}
.select-answer .waiting {
    pointer-events: none;
    opacity: 0.9;
}
.select-answer .correct-answer{
    background: #91fa37 !important;
    color: #345b80 !important;
    border: none !important;
}
.select-answer .wrong-answer{
    background: #bf0000 !important;
    color: #fff !important;
    border: none !important;
}
.select-answer .btn{
    background: transparent;
    color: #fff;
    border: 2px solid #ffffff;
    border-radius: 0.75rem;
    margin-block: 0;
}
.select-answer .btn.selected {
    background: #fff;
    color: #000;
}
.btn-test-answer.image-choice-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding-block: 34px;
    --choice-img-padding: 40px;
}

.btn-test-answer.image-choice-btn img {
    position: absolute;
    left: calc(var(--choice-img-padding));
}
.btn-test-answer.image-choice-btn span {
    position: absolute;
    left: calc(var(--choice-img-padding) + 80px);
}
/* Test 2 Page */
.velo-test2-wrapper{
    max-width: 500px;
    margin: auto;
}
.velo-test2-wrapper .circle-group{
    column-gap: 0.125rem;
}
.velo-test2-wrapper .btn-text{
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fff;
}
.velo-test2-wrapper .btn{
    column-gap: 1rem;
}
.velo-test2-wrapper .correct-answer .btn{
    background: #91fa37;
    color: #345b80;
    border: none;
}
.velo-test2-wrapper .correct-answer .btn-text{
    color: #345b80;
}
.velo-test2-wrapper .correct-answer .circle{
    background: #345b80;
    border-color: #345b80;
}
/* Quiz Ending Page */

.quiz_end_result_section{
    max-width:  768px !important;
    margin: 0 auto;
    padding: 0 0;
    height: 100vh;
}

.quiz-ending-page-wrapper{
    color: white;
    position: relative;
}
.quiz-ending-page-wrapper .floating-image{
    position: absolute;
}
.quiz-end-action .btn{
    background: transparent;
    border: 2px solid #fff;
    transition: 200ms;
}

.quiz-end-action.no_quiz_done .single-quiz-button-wrapper:first-child a {
    background: #8B0D3E;
    border: none;
}

.quiz-end-action[level="1"] .btn:first-child{
    background: #FAEC37;
    color: #345B80;
    border-color: transparent;
}

/** first button for veo/neo refference will come with veo/neo theme colors **/
/* .quiz-end-action[level="2"] .btn:first-child {
    background: #a11f4e;
    border-color: transparent;
} */
.quiz-end-action[level="2"] a:first-child {
    color: #ffffff;
}
/** veo/neo refference button (first button in level 2) end **/
.quiz-end-action .btn:hover{
    background: #FAEC37;
    border-color: transparent;
}
.quiz-end-action .btn:hover a{
    color: #345b80;
}
.quiz-end-action a{
    color: #fff;
    text-decoration: none;
}
.quiz-ending-page-wrapper h1 {
    margin-bottom:0.625rem;
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
}
.quiz-ending-page-wrapper .body-text p{
    margin-bottom:1.875rem;
}
.quiz-ending-page-wrapper .quiz-result {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}
.quiz-ending-page-wrapper .quiz-result h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    line-height: 37px;
}
.quiz-ending-page-wrapper .quiz-result p {
    margin: 0;
}
.quiz-ending-page-wrapper .body-text .thank-you-line{
    margin:0 auto 2.6rem auto;
    width: 80%;
}

.body-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
/* Handling Floating Images */
.quiz-ending-page-wrapper {
    max-width: 900px;
    margin: auto;
}
/**
 * pointing to another test
 **/
.quiz-end-action .has-icon .velo-quiz-button {
    position: relative;
}
.quiz-end-action .velo-quiz-button img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.quiz-end-action .velo-quiz-button.has-icon span {
    position: relative;
    left: 40px;
}

.floating-image{
    position:absolute;
}
.quiz-ending-page-wrapper .floating-image-1 {
    transform: rotate(174deg) scaleX(1); 
    left: -130px;
    width: 184px;
}
.floating-image-2{
    transform: rotate(-59deg) scaleX(-1);
    right:-140px;
    top: -10px;
    width: 184px;
}
.quiz-ending-page-wrapper .floating-image-3{
  
    width: 88px;
    bottom: 10%;
    right: 100%;

}
.quiz-ending-page-wrapper   .floating-image-4{
    width: 62px;
    top: 40%;
    left: 100%;
   
}
.quiz-ending-page-wrapper .floating-image-5 {
    bottom: -8%;
    right: -20%;
    width: 120px;
}

.quiz-ending-page-wrapper{
    /* This Line Must Be Removed Later */
    padding-bottom: 8rem;
}




/* stepper  */


.stepper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%; 
    /* max-width: 430px; */
    margin: auto;
  }
  
  .step {
    position: relative;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
      line-height:18px;
      font-weight:500;
    font-weight: bold;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  
  .step.active {
    opacity: 1;
  }
  
  .digit {
    z-index: 1;
  }
  
  .line {
    flex-grow: 1; /* Ensures the line stretches to fill available space */
    height: 2px;
    background: transparent;
    position: relative;
  }
  
  .line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px dashed white;
    width: 100%;
    opacity: 0.5;
    transition: opacity 0.3s;
  }
  
  /* Active state line style */
  .step.active + .line:before {
    opacity: 1;
  }
  
  .step:last-child .line {
    display: none;
  }

  /* Spinner Before The Result Load */
span.velo-before-result-spinner {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index:10;
    border: 3px solid transparent;
    border-top-color: #FAED36;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    animation:velo-before-result-spinner 650ms linear infinite;
    display: none;
}

@keyframes velo-before-result-spinner{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}







