body {
    overflow-x: hidden;
}
#newsletter-section,.breadcrumb-wrapper{display: none;}
	.text-right
	{
		text-align: right;
	}
	.cover-popup
	{
		display: none;
	}
.app
	{
		    background: linear-gradient(150deg, #0964e9, #093bce);
		overflow-x: hidden;
	}
	#quizContainer {
    width: 200vw;
    display: flex;
}
	#quizContainer > div {
    width: 100vw;
    transition: all ease 0.7s;
}
	#introScreen {
    min-height: 85vh;
    padding: 22vh 0;
		background: url(https://insightscdn.manageengine.com/insights/sites/default/files/static/quiz-banner.jpg);
		background-size: cover;
		    background-position: center;
}
	h1 {
    font-size: 3rem;
    color: #fff;
		font-weight: 500;
}
	#introScreen p
	{
		color: #fff;
		    font-size: 1.2rem;
	}
	.btn {
    padding: 8px 40px;
    border-radius: 30px;
    background: #FFD639;
    color: #000;
    cursor: pointer;
    border: 2px solid #FFD639;
    font-size: 1.2rem;	
}
	.actions .btn
	{
		border-radius: 10px;
	}
	.btn:hover
	{
		background: #ffffff;
		color: #000;
	}
	.loading-btn {
  position: relative;
}


/* Hidden by default */
.btn-loader {
  display: none;
  width: 20px;
    height: 20px;
    border: 2px solid #282020;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
    top: 14px;
    right: 10px;
}
.btn--primary .btn-loader
	{
		border: 2px solid #fff;
    border-top: 2px solid transparent;
	}
.btn--primary:hover .btn-loader, .btn--primary:active .btn-loader
	{
		border: 2px solid #2563eb;
    border-top: 2px solid transparent;
	}	
@keyframes spin {
  to { transform: rotate(360deg); }
}

	#questionScreen
	{
		min-height: 85vh;
		padding: 80px 0; 
		    background: #fff;
		position: relative;
	}
	.question-wrap {
        width: 60%;
    margin-left: 30%;
}
	.left-q-wrap {
    height: 100%;
    position: absolute;
    width: 20%;
    left: 0;
    bottom: 0;
    background: linear-gradient(117deg, #59A9FF, #003BFC);
}
	.quiz-l-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115%;
    max-width: initial;
}
.progress {
      width: 110%;
    height: 10px;
    background: #ececec;
    border: 1px solid #ececec;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 20px;
    left: -5%;
    position: relative;
}
.progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(179deg, #2fd29b, #38E6AC, #006941, #026E45, #15986A, #24BA86, #2fd29b);
  transition: width 240ms ease;
}
.progress__text {
  display: none;
}

.question__meta { color: #5d5d5d; font-size: 14px; margin-bottom: 4px; }
.question__text {
	margin: 5px 0 15px;
    font-size: 1.8rem;
    font-weight: 500; }

.options { 
	list-style: none;
    padding: 0;
    display: grid;
    gap: 10px;
    margin: 25px 0 50px 0; }
	.loading-wrap .question__text, .loading-wrap #optionsList
	{
		opacity: 0.5;
		pointer-events: none;
	}
.options li { margin: 7px 0;padding-left: 40px;}
.option {
  display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-align: left;
    padding: 12px 15px;
    border: 1px solid #BFBFBF;
    background: #fff;
    color: #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
	position: relative; 
    transition: border-color 150ms ease, transform 80ms ease;
}
.option span {
    color: #000;
    font-weight: 400;
    font-size: 1rem;
}
.option:hover { border-color: #3b82f6; }
.option:active { transform: translateY(1px); }
.option--selected { border-color: #003BFC;box-shadow: 0 0 15px rgb(59 130 246 / 36%); }
.option input[type="radio"] {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0; /* keep accessible but hide native */
}
.option::before {
  content: "";
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid #9ca3af;
    background: transparent;
}
.option::after {
  content: "";
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 999px;
      background: linear-gradient(45deg, #59A9FF, #003BFC);
  opacity: 0;
  transition: opacity 150ms ease;
}
.option.option--selected::before { border-color: #3b82f6; }
.option.option--selected::after { opacity: 1; }

.btn[disabled] { 
	cursor: not-allowed;
    border-color: #BFBFBF;
    color: #BFBFBF;
    background: #fff;
	}
.btn--primary { background: #3b82f6; border-color: #2563eb; color: white; }
#resultScreen {
    min-height: 85vh;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(182deg, #BFE4FF 20%, #fff);
}
	#resultScreen h2 {
    font-size: 2.8rem;
    margin-bottom: 25px;
    color: #000;
	line-height: normal;	
}
	.hdr-line {
    position: relative;
}
	.hdr-line:before {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background: #000;
    margin-bottom: 15px;
    margin-top: 15px;
}
	#resultScreen h2 span
	{
		display: inline-block;
    background: linear-gradient(23deg, #0A81FF, #0835CB);
    background-clip: text;
    color: transparent;
	}
	#resultScreen p {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 400;
}
	.wrap-container {
    border-radius: 12px;
        padding: 12px 30px;
		    display: flex;
    align-items: center;
		position: relative;
		    margin-top: 30px;
}
	.wrap-1{background: rgb(52 69 255 / 75%);}
	.wrap-2{background: rgb(89 109 254 / 75%);}
	.wrap-3{background: rgb(144 152 255 / 75%);}
	.wrap-container > div {
    float: left;
	    position: relative;	
}
	.wrap-container > div.wrap-head{width: 40%}
	.wrap-container > div.wrap-desc{width: 60%}
.email-form { display: grid; gap: 8px; position: relative;}
.email-form input {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #1f2937;
  background: #0b1225;
  color: #e5e7eb;
}
	.wrap-desc:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 20px;
}
	.wrap-container h3 {
    font-size: 1.1rem;
	font-weight: 500;
    color: #fff;
    margin: 0;
		padding-left: 20px;
}
	#resultScreen .wrap-container p
	{
		color: #fff;
		    margin: 0;
    line-height: 1.3;
		padding-left: 60px;
	}
	.wrap-container:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 48px;
    height: 48px;
    display: block;
    background: #fed738;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 1.4rem;
    font-weight: 600;
    transform: translate(0, -50%);
    top: 50%;	
}
	.wrap-1:before{content: "1";}
	.wrap-2:before{content: "2";}
	.wrap-3:before{content: "3";}
#resultScreen .newsletter-wrap h2 {
    margin-top: 14px;
    font-size: 2.2rem;
	 color: #fff;
}
	#resultScreen .newsletter-wrap p, .dwn-priv, #meGDPRMessage label {
    font-size: 1rem;
        margin: 10px 0;
    color: #fff;
}
	.newsletter-wrap {
    background: linear-gradient(329deg, #003BFC 15%, #2c8ef8);
    padding: 50px;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
		    box-shadow: 0 0 30px #0000005c;
}
	.newsletter-wrap input#emailNL, .newsletter-wrap select {
    width: 100%;
    background: #fff;
    color: #000;
    margin: 16px 0;
}
	.newsletter-wrap input#emailNL::placeholder
	{
		color: #000;
	}
	.newsletter-wrap select#zccountry, .newsletter-wrap select#country_state, .newsletter-wrap select#ukcountry_region
	{
		background-color: #fff;
		width: 100%;
		    margin-top: 0px;
	}
	#resultScreen .newsletter-wrap p.error.email-error {
    color: red;
    font-size: 0.8rem;
    position: absolute;
    top: 28px;
    right: 10px;
    background: #fff;
    margin: 0;
}
	@media only screen and (min-width: 1600px)
	{
		h1, #resultScreen h2
		{
			font-size: 3.8rem;
		}
		#resultScreen .newsletter-wrap h2
		{
			font-size: 3rem;
		}
		.wrap-container
		{
			    padding: 25px 30px;
		}
		#resultScreen p
		{
			font-size: 1.2rem;
		}
		.newsletter-wrap {
    margin-top: 100px;
}
	}
	@media only screen and (min-height: 1100px)
	{
		#introScreen
		{
			min-height: 90vh;
		}
	}
	@media only screen and (min-height: 700px)
	{
		#introScreen
		{
			    padding: 15vh 0;
		}
		.quizbanner-img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
	}
	@media only screen and (min-height: 900px)
	{
		#introScreen
		{
			    padding: 16vh 0;
		}
		.quizbanner-img
		{
			width: 100%;
		}
	}
	@media only screen and (max-width: 1025px)
	{
		#introScreen {
       text-align: center;
		padding: 10vh 0;
}
		.quizbanner-img {
    width: 70%;
    margin-top: 80px;
}
		#resultScreen h2 {
    margin-top: 20px;
}
		.actions .btn
		{
			    padding: 3px 20px;
			    font-size: 1rem;
		}
		.hdr-line:before
		{
			margin-left: auto;
    margin-right: auto;
		}
		.btn-loader {
    width: 10px;
    height: 10px;
    top: 12px;
    right: 5px;
}
		.newsletter-wrap {
    margin-top: 50px;
}
	}
	@media only screen and (max-width: 650px)
	{
		h1, #resultScreen h2 {
    font-size: 2rem;
}
		#introScreen p br, #resultScreen p br {
    display: none;
}
		.left-q-wrap {
display: none;
			
}
		.question-wrap {
    margin: 0;
    z-index: 999;
    position: relative;
    width: 100%;
    padding: 0 30px;
}
		.actions .btn {
    font-size: 0.8rem;
    padding: 4px 20px;
}
		.option
		{
			padding: 8px 10px;
		}
		.progress
		{
			margin-top: 10px;
		}
		.question__text
		{
			font-size: 1.6rem;
		}
		#resultScreen p
		{
			font-size: 1rem;
		}
		.wrap-container {
         flex-direction: column;
		 text-align: center;
		 margin-left: 20px;
		padding: 20px;	
}
		.wrap-container:before {
    font-size: 1rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -25px;
}
		.wrap-container > div.wrap-head, .wrap-container > div.wrap-desc {
    width: 100%;
}
		.wrap-desc:before
		{
			display: none;
		}
		#resultScreen .wrap-container p {
    padding: 0;
    margin-top: 10px;
}
		#resultScreen .wrap-container p:before
		{
			display: none
		}
		#resultScreen .newsletter-wrap h2 {
    font-size: 1.8rem;
}
	}