/*SIGNUP FIRST PAGE CSS STARTS HERE*/
/*SIGNUP FIRST PAGE CSS STARTS HERE*/

@font-face {
	font-family: 'Neulis Sans';
	src: url('https://lamourinstituteofbeauty.com/lp/fonts/Neulis_Sans_Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

center {
	padding-top: 20px;
}

html {
	font-display: swap;
}

label.option-card:hover {
	border-color: #ff5ac5;
	background: #edc3de;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Neulis Sans', Arial, sans-serif;
	/* Add fallback */
}

input:focus-visible {
	outline-offset: unset;
	outline: antiquewhite !important;
}

.form-group input {
	margin-top: 4rem;
	font-size: 22px;
	border-radius: 0px;
	border-bottom: 1px solid;
}

.form-control {
	padding: 17px 10px;
	width: 25%;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: auto;
}

.form-control:focus {
	background-color: unset;
	border-color: unset;
	outline: unset;
	box-shadow: unset;
}

.form-group label {
	font-size: 2rem;
	line-height: 2.5rem;
	width: 50%;
	margin: auto;
	display: block;
	text-align: center;
}

::placeholder {
	font-size: 1.5rem;
}

.btn-primary:hover {
	background-color: #e91e63;

}

.btn-primary {
	background-color: #000000;
	border: 2px solid transparent;
	border-radius: 9999px;
	color: #ffffff;
	font-size: .875rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1rem;
	padding: 12px 50px;
	text-align: center;
}

.w-50 {
	width: 50%;
	text-align: right;
	margin: auto;
}

.img-fluid {
	width: 80px;
}

input:focus-visible {
	outline-offset: unset;
	outline: antiquewhite;
}

/*SIGNUP FIRST PAGE CSS END HERE*/
/*SIGNUP FIRST PAGE CSS END HERE*/

/*HOME PAGE CSS STRT HERE */
/*HOME PAGE CSS STRT HERE */
.progress-bar {
    width: 100%;
    height: 15px;
    background: #ddd;
    z-index: 1000;
    bottom: 13rem;
    margin: auto;
    display: block;
    left: 16%;
    border-radius: 12px;
}
.display-gred{
      display: grid;
    grid-template-columns: 1fr 20%;
    width: 70%;
    margin: 50px auto;
}
.progress-bar1 {
    width: 100%;
    z-index: 1000;
    bottom: 11.5rem;
    border-radius: 12px;
    left: 32%;
}
.progress {
	height: 4px;
	width: <?php echo $progress;
	?>%;
	background: #ec1c2a;
}


@media screen and (max-width: 900px) {
    .display-gred {
    grid-template-columns: 1fr 50%;
    width: 90%;
    margin: 30px auto;
}
	.form-control {
		width: 85%;
		margin: auto;
	}
	.question {
    padding: 50px 10px 0px !important;
        font-size: 22px !important;
    line-height: 30px !important;
} 

	.progress-bar {
    left: 5%;
}

}

.quiz-container {
	width: 70%;
	margin: auto;
	text-align: center;
	padding-top: 30px;
}

.question {
	font-weight: 500;
	padding: 100px 10px 0px;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-top: 0px;
}

.options-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-top: 4rem;
}

.option-card {
	padding: 40px 15px;
	border-radius: 8px;
	background: #f8f9fa7a;
	border: 2px solid #e2e3e3;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
}

.option-card.selected {
	background: #ff5ac54d;
	border-color: #ff5ac5;
}

.buttons {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.button {
	padding: 10px 20px;
	background: #ff5ac5;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

@media screen and (max-width: 900px) {
	.form-control {

		width: 85%;
		margin: auto;
	}

	.options-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.quiz-container {
		width: 95%;
	}

	.option-card {
	        padding: 15px 5px;
        font-size: 14px;
	}
}