/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
  font-family: 'TCCM';
  src: url('/wp-content/uploads/2025/07/TCCM____-1.woff2') format('woff2'),
       url('/wp-content/uploads/2025/07/TCCM____-1.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.quiz-header{
	display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 40px;
    padding-bottom: 50px;
    box-shadow: 0px 20px 20px -12px rgba(0, 0, 0, 0.05);
}
.quiz-logo{
	display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
}
.quiz-logo img{
	width: 150px;
}
.quiz-logo #logo-text{
	font-family: "TCCM", sans-serif;
    font-weight: 400;
	font-size: 23px;
    color: black;
}
.progres-bar-wrap{
	width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
}
.progres-bar-wrap #progressText{
	font-family: "Pretendard", sans-serif;
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 100%;
    color: black;
}

#progressBarContainer {
  background: #eee;
  height: 6px;
  border-radius: 3px;
  margin-bottom: 0;
  width: 100%;
}
#progressBar {
  height: 100%;
  width: 0%;
  background: #00000080;
  border-radius: 3px;
  transition: width 0.3s ease;
}
#quiz{
	margin-top: 80px;
	padding: 0 50px;
}
.step h3{
	text-align: center;
	padding: 0 50px;
	font-family: "Pretendard", sans-serif;
    font-size: 30px;
	margin: 0 0 80px;
	color: black;
}
.step .options-wrap{
	display: grid;
    grid-gap: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.step.step-age .options-wrap{
	max-width: 500px;
}
.dob-input-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
	padding: 0 50px;
	margin-bottom: 50px;
}
.dob-input-wrap input {
    border: none;
    border-bottom: 4px solid #D2D2D2;
    border-radius: 0px;
    text-align: center;
    padding: 0px 0px 20px;
    font-family: "Pretendard", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    color: black;
	outline: unset !important;
}
.dob-input-wrap input::placeholder{
	color: #D2D2D2;
}
.dob-input-wrap input::outline{
	border: none !important;
	outline: unset !important;
}
.keypad-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 25px 35px;
    padding: 0 50px;
    justify-content: center;
}
.keypad-wrap .keypad-key {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100px;
    border: none;
    background: #F3F3F3;
    border-radius: 100px;
    font-family: "Pretendard", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: black;
}
.keypad-wrap .keypad-key img {
    width: 30px;
}
.step-worktype .option{
	padding: 0px 25px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step.step-lifestyle .options-wrap{
	grid-template-columns: 1fr 1fr;
}
.step.step-scent .options-wrap{
	grid-template-columns: 1fr 1fr 1fr;
}
.step.step-mbti .options-wrap{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 500px;
    grid-gap: 15px 20px;
}
.step.step-scent-choice .options-wrap{
	grid-template-columns: 1fr 1fr 1fr;
}
.option {
  padding: 25px;
  border: 2px solid #D2D2D2;
  cursor: pointer;
  border-radius: 50px;
  transition: all 0.2s ease;
}
.step.step-lifestyle .option{
	height: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step.step-scent .option{
	height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 25px 45px;
	border-radius: 40px;
}
.step.step-scent .option:nth-child(1){
	background: #D5FFC1AB;
}
.step.step-scent .option:nth-child(2){
	background: #FFDFDFA3;
}
.step.step-scent .option:nth-child(3){
	background: #FFEA5F99;
}
.step.step-scent .option:nth-child(4){
	background: #B8FFEB9E;
}
.step.step-scent .option:nth-child(5){
	background: #45673080;
}
.step.step-scent .option:nth-child(6){
	background: #D2B295A8;
}
.step.step-scent .option:nth-child(8){
	background: #E5EFF6;
}
.step.step-mbti .option{
	border: none !important;
	padding: 0px;
	position: relative;
}
.step.step-mbti .option:nth-child(1):before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    background: #cacaca;
    top: 115px;
    right: -10px;
}
.step.step-mbti .option:nth-child(2):before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    background: #cacaca;
    top: 115px;
    right: -10px;
}
.step.step-mbti .option:nth-child(3):before {
    content: "";
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    background: #cacaca;
    top: 115px;
    right: -10px;
}
.step.step-scent-choice .option{
	height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 25px 45px;
	border-radius: 40px;
}
.option.selected {
  border-color: black;
  border-width: 4px;
}
.option-text{
	text-align: center;
    width: 100%;
    display: block;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    font-weight: 600;
	color: black;
}
.step-mbti .option-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 5px;
	font-size: 18px;
	font-weight: 500;
	color: #858383;
}
.step-mbti .option-text span{
	color: black;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	border: 2px solid #D2D2D2;
	border-radius: 100px;
	transition: all 0.3s ease;
}
.step.step-mbti .option.selected .option-text span {
    border-color: black;
	border-width: 4px;
}
/* .step-worktype .option-text{
	display: flex;
	flex-direction: column;
	align-items: center;
	grid-gap: 5px;
} */
.step-worktype .option-text span{
	font-weight: 400;
	font-size: 16px;
}
.step-lifestyle .option-text span{
	font-size: 30px;
}
.step-scent .option-text span{
	font-size: 35px;
}
.step-scent-choice .option-text span{
	font-size: 35px;
	display: block;
	margin-top: 10px;
}
button.back-btn {
    border: none;
    padding: 0px;
    margin-top: 100px;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    color: #454545;
    display: flex;
    align-items: center;
    grid-gap: 12px;
	background-color: transparent !important;
	background: transparent !important;
}
button.back-btn:hover{
	background-color: transparent !important;
	background: transparent !important;
}
button.back-btn:before {
    content: "";
    width: 15px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/07/Vector-4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
#loaderScreen {
  	display: none;
    text-align: center;
    margin-top: 50px;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
#loaderScreen img{
	width: 50px;
}
#loaderScreen h2{
    font-family: "Pretendard", sans-serif;
    font-size: 30px;
    margin: 0px;
    line-height: 40px;
}
div#result {
    padding: 80px 50px;
}
div#result h2 {
    text-align: center;
    padding: 0 50px;
    font-family: "Pretendard", sans-serif;
    font-size: 30px;
    margin: 0 0 20px;
    color: black;
}
.product-wrap{
	display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 650px;
    margin: 0 auto 80px;
    grid-gap: 30px;
}
.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
	color: black;
}
.product-image-wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.product-image-wrap img {
    height: 390px;
    object-fit: cover;
    object-position: top;
    display: block;
    position: relative;
    top: -55px;
}
.product-item h3 {
    font-family: "TCCM", sans-serif;
    font-size: 25px;
	text-transform: uppercase;
    margin: 0px;
    letter-spacing: 0px;
}
.product-item span {
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.product-ingredient-wrap{
	display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.product-ingredient-item {
    display: flex;
    align-items: stretch;
}
.product-ingredient-item img {
    width: 200px;
}
.product-ingredient-item span {
    padding: 50px 40px;
    border: 1px solid #D2D2D2;
    background: #FAFAFA;
}
.product-ingredient-item span p {
    color: #454545;
    font-family: "Pretendard", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}
.result-info-text{
	margin: 0px auto 50px;
    display: block;
    width: fit-content;
    text-align: center;
    font-family: "Pretendard", sans-serif;
    font-size: 22px;
    color: black;
}
#result-cta{
	display: flex;
    justify-content: center;
    grid-gap: 20px;
    align-items: center;
}
button#screenshotShareBtn {
    border-color: #231F20;
    border-radius: 50px;
    padding: 15px 45px;
    color: #231F20;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
	background: transparent !important;
}
button#screenshotShareBtn:hover {
    background: transparent;
}
button#screenshotShareBtn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/07/Vector-5.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
a.back-home {
    border: 1px solid #231F20;
    background: #231F20;
    border-radius: 50px;
    padding: 15px 45px;
    color: white;
    font-family: "Pretendard", sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.qr-image-wrap{
	display: flex;
    justify-content: center;
    margin-top: 50px;
}
section.reco-block {
    padding-top: 100px;
}
h3.reco-heading {
    text-align: center;
    padding: 0 50px;
    font-family: "Pretendard", sans-serif;
    font-size: 30px;
    margin: 0px;
    color: black;
}
h3.reco-heading strong {
    text-transform: uppercase;
}
.recommended-bottle-img {
    display: block;
    margin: 0 auto;
    width: 50%;
}
span.reco-title {
    text-align: center;
    padding: 0 50px;
    font-family: "Pretendard", sans-serif;
    font-size: 30px;
    margin: 0 0 25px;
    color: black;
}