* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;
}

*,
:after,
:before {
	box-sizing: inherit;
}

body {
	font-family: 'GT America Standard', sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	color: #322a83;
	background-image: url(images/quiz-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'GT America Extended', sans-serif;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 15px;
}

h1 {
	font-family: GT America Extended;
	font-size: 60px;
	line-height: 70px;
	font-weight: 800;
	font-style: normal;
}

h2 {
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 0.8em;
}

h3 {
	font-family: 'GT America Standard', sans-serif;
	font-weight: 400;
	font-size: 32px;
	font-style: normal;
}

p {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 0;
	margin-top: 0;
	margin-bottom: 15px;
}

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

.container-wrap {
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
}

.quiz-header {
	background: #332a83;
	text-align: center;
	padding: 25px 10px;
}

.quiz-header .quiz-header-logo img {
	max-width: 290px;
}

.title-wrap {
	text-align: center;
	margin: 50px 0 10px 0;
}

.title-wrap h1 {
	color: #fff;
}

.title-wrap p {
	color: #fff;
}
form#sticky-form {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.question-group .question-row {
	display: flex;
	gap: 30px;
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-around;
}
.question-group .question-row .question-col {
    width: 33.33%;
}
.question-group .form-group label {
	color: #fff;
}

.question-group .question-row .group {
	display: flex;
	gap: 20px;
}

#quiz-card {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

#quiz-card .slick-list {
	overflow:visible ;
}

#quiz-card .slick-list .slick-current .quiz-card-block {
	opacity: 1;
}

.quiz-card-block {
	background: #f9f9f9;
	box-shadow: 0px 8px 12px #322a8324;
	border-radius: 8px;
	padding: 30px 30px 60px 30px;
	max-width: 600px;
	width: 100%;
	min-height: 350px;
	margin: 0 auto;
	opacity: 0.35;
	position: relative;
}

.slick-current .quiz-card-block {
	opacity: 1;
}

.slick-current .quiz-card-block.disabled span.shade {
	opacity: 0.7;
}

.quiz-card-block.disabled span.shade {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0.1;
	border-radius: 8px;
}

.quiz-card-block h2 {
	margin-bottom: 10px;
}

.quiz-card-block h3 {
	text-align: center;
	font-family: GT America Standard;
	font-weight: 600;
}

.form-group {
	width: 100%;
}

.form-group label {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 10px;
}

.input-group label {
	padding: 0 8px;
}

.klaviyo-form-X84nWy input[type='email'],
input.form-control {
	width: calc(100% - 40px);
	height: 50px;
	padding: 0 20px;
	background-color: #ffffff;
	border: 2px solid #332a83;
	border-radius: 8px;
	color: #342a83;
	font-size: 16px;
	font-weight: normal;
	box-sizing: border-box;
	box-sizing: content-box;
}

select.form-control {
	margin: 0;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: #ffffff;
	background-image: url(images/angle-down.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 15px;
	border: 2px solid #332a83;
	color: #342a83;
	font-size: 20px;
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.klaviyo-form-X84nWy button,
button.form-control {
	max-width: 360px;
	width: 100%;
	height: 50px;
	border-radius: 60px;
	border: 0;
	background: #322a83;
	color: #fff;
	font-family: GT America Expanded;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
	text-align: center;
	cursor: pointer;
}

button.form-control:hover {
	background: #ffffff;
	color: #322a83;
}

div#quiz-card ul.slick-dots {
	position: absolute;
	bottom: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}

div#quiz-card ul.slick-dots li {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
}

div#quiz-card ul.slick-dots li button {
	padding: 0;
	margin: 0;
	width: 50px;
	height: 20px;
	position: relative;
}

div#quiz-card ul.slick-dots li button::before {
	content: '';
	width: 20px;
	height: 20px;
	background: #00a6d0;
	border: 2px solid #ffffff;
	border-radius: 100%;
	opacity: 1;
	z-index: 1;
	font-size: 0;
}

div#quiz-card ul.slick-dots li.slick-active button::before {
	background: #322a83;
	border-color: #322a83;
}

div#quiz-card ul.slick-dots li button::after {
	content: '';
	position: absolute;
	left: 1px;
	top: 8px;
	width: 100%;
	height: 5px;
	background: #fff;
}

div#quiz-card ul.slick-dots li:last-child button {
	width: 20px;
}

div#quiz-card ul.slick-dots li:last-child button:after {
	display: none;
}

#quiz-card button.slick-arrow {
	top: auto;
	bottom: 10px;
	width: 25px;
	height: 25px;
	z-index: 1;
}

#quiz-card button.slick-arrow::before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(images/angle-left.svg);
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #322a83;
	color: #fff;
	border-radius: 100%;
	opacity: 1;
}

#quiz-card button.slick-arrow.slick-next::before {
	background-image: url(images/angle-right.svg);
}

#quiz-card button.slick-arrow.slick-disabled {
}

#quiz-card button.slick-arrow.slick-disabled::before {
	background-color: #cccccc;
}

#quiz-card button.slick-arrow.slick-prev {
	left: 80px;
}

#quiz-card button.slick-arrow.slick-next {
	right: 80px;
}

@media only screen and (max-width: 1280px) {
	/*=== General ===*/
	p {
		font-size: 18px;
		line-height: 1.7;
	}

	h1 {
		font-size: 50px;
		line-height: 1.4;
	}

	h2 {
		font-size: 40px;
		font-style: normal;
	}

	h3 {
		font-size: 30px;
		font-style: normal;
	}

	h4 {
		font-size: 24px;
		font-style: normal;
		line-height: 1.3;
	}

	h5 {
		font-size: 20px;
		font-style: normal;
	}

	h6 {
		font-size: 18px;
		font-style: normal;
	}
}

.toast {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 10px 20px;
	background: #5cb85c;
	color: white;
	border-radius: 4px;
	z-index: 1001;
}

.toast.error {
	background: #d9534f;
}

.loading-animation {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	display: none;
}
.finish .quiz-card-block {
	background: transparent;
	box-shadow: none;
}
.finish h2 {
	text-align: center;
	color: #fff;
}
.finish p {
	text-align: center;
	color: #fff;
}

/* Rigal Custom Navigation CSS 
* 27-6-2024

.slick-prev,
.slick-next {
  display: none !important;
}
*/
#dynamic-form {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.prev-slide,
.next-slide {
	width: 25px;
	height: 25px;
	z-index: 1;
	font-size: 0;
	line-height: 0;
	position: absolute;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.prev-slide {
	bottom: 10px;
	left: 80px;
}

.prev-slide::before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(images/angle-left.svg);
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #322a83;
	color: #fff;
	border-radius: 100%;
	opacity: 1;
}

.prev-slide.disabled::before,
.next-slide.disabled::before {
	background-color: #cccccc;
}

.next-slide {
	bottom: 10px;
	right: 80px;
}

.next-slide::before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(images/angle-right.svg);
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #322a83;
	color: #fff;
	border-radius: 100%;
	opacity: 1;
}

/* Agreement CSS */

.form-fieldwrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-fieldwrap .input-group {
	margin: 10px;
	position: relative;
}

.form-fieldwrap .input-group input[type='radio'] {
	display: none;
}

.form-fieldwrap .input-group label {
	display: inline-block;
	padding: 10px 20px 10px 40px; /* Added padding for radio icon space */
	background-color: white;
	border: 2px solid white; /* Changed border color to white */
	border-radius: 20px; /* Adjusted border-radius for rounder corners */
	cursor: pointer;
	position: relative;
	font-size: 16px;
	color: #322a83;
	width: 250px; /* Ensure both buttons have the same width */
	text-align: left;
}

.form-fieldwrap .input-group label::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #322a83;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background-color: white;
}

.form-fieldwrap .input-group input[type='radio']:checked + label::before {
	background-color: #322a83;
	border-color: #322a83;
}

.form-fieldwrap .form-group-email {
	width: 100%;
}

.form-fieldwrap .form-group-email label {
	line-height: 1;
	font-size: 16px;
	margin-bottom: 10px;
	color: #fff;
}

.form-fieldwrap .form-group-email input.form-control {
	border: 2px solid #ffffff;
	border-radius: 8px;
	color: #342a83;
}

.form-fieldwrap .error-message {
	color: red;
	display: none;
}

.form-fieldwrap .invalid {
	border: 1px solid #ff0017 !important;
}

/* Disable Dot navifation */
div#quiz-card ul.slick-dots li {
	pointer-events: none !important; /* Prevents clicks */
	cursor: default !important; /* Changes cursor to default */
}

/** Terms Style */

.radio-button:not(:last-child) {
	margin-bottom: 20px;
}
.radio-button label {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	padding-left: 45px;
	display: inline-block;
	cursor: pointer;
}
.radio-button input {
	display: none;
}
.radio-button input:empty + label::before {
	content: '';
	position: absolute;
	left: 0;
	height: 30px;
	width: 30px;
	background: #fff;
	border: 2px solid #322a83;
	border-radius: 100px;
}
.radio-button input:checked + label::before {
	content: '';
	height: 30px;
	width: 30px;
	background: #322a83;
	border: 1px solid #322a83;
	border-radius: 100px;
}
.radio-button input:checked + label {
	color: #322a83;
}
.radio-style .radio-button {
	max-width: 370px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.radio-style .radio-button label {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 15px 20px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.radio-style .radio-button input:empty + label::before {
	left: 20px;
}

.title-wrap p a {
	color: #ffffff;
}

.final-terms-wrap .form-group {
	margin: 50px 0;
}

.final-terms-wrap .error-message {
	color: red;
	display: none;
}

.final-terms-wrap .invalid {
	border: 1px solid #ff0017 !important;
}

.final-terms-wrap .radio-button-group .error-message {
	text-align: center;
}

/* Fix slide jump issue */

/* body {
	overflow: hidden;
}*/

/* Media Query For Mobile */

@media (max-width: 768px) {
	body {
		background-size: auto;
		overflow: auto;
	}
	/* Set list size */
	.container-wrap div#quiz-card ul.slick-dots li {
		width: 40px;
	}
	/* Hide Previous Next button */
	.container-wrap #dynamic-form #quiz-card button.slick-arrow.slick-next,
	.container-wrap #dynamic-form #quiz-card button.slick-arrow.slick-prev {
		display: none !important;
	}
	/* Set Previous Next button Position */
	.container-wrap #dynamic-form .next-slide {
		right: 20px;
	}
	.container-wrap #dynamic-form .prev-slide {
		left: 20px;
	}
	/* Remove White space from bottom */
	.container-wrap #quiz-card .slick-list {
		overflow: hidden;
	}
	/* Set input field size */
	.container-wrap #sticky-form input.form-control {
		width: 90%;
	}
	.container-wrap .entry-content-wrapper .form-group-email {
		width: 85%;
	}
	/* Set gap between age, height,weight button group */
	.container-wrap #sticky-form .question-group .question-row {
		gap: 10px;
	}
	.container-wrap #sticky-form select.form-control {
		padding: 0 10px;
		font-size: 16px;
	}
	.container-wrap #dynamic-form div#quiz-card ul.slick-dots {
		bottom: -70px;
	}
	.quiz-title-header .title-wrap {
		margin-top: 0;
	}
}

/* Media Query for Ipad Air */
@media (min-width: 768px) and (max-width: 1024px) {
	body {
		background-size: auto;
	}
	/* Set input field size */
	.container-wrap #sticky-form input.form-control {
		width: 95%;
	}
	/* Hide Previous Next button */
	.container-wrap #dynamic-form #quiz-card button.slick-arrow.slick-next,
	.container-wrap #dynamic-form #quiz-card button.slick-arrow.slick-prev {
		display: none !important;
	}
	/* Set Previous Next button Position */
	/*.container-wrap #dynamic-form .next-slide {
		right: 100px;
	}
	.container-wrap #dynamic-form .prev-slide {
		left: 100px;
	}*/
}
/* Media Query for Ipad Pro */

/* Media query for iPad Pro 11-inch and 12.9-inch */
@media (min-width: 1024px) and (max-width: 1366px) {
	/* Set Previous Next button Position */
	/* .container-wrap #dynamic-form .next-slide {
		right: 180px;
	}
	.container-wrap #dynamic-form .prev-slide {
		left: 180px;
	}*/
}
