/* Base styles */
:root {
  --step--2: clamp(.78rem, calc(.73rem + .23vw), .96rem);
  --step--1: clamp(.94rem, calc(.87rem + .33vw), 1.2rem);
  --step-0: clamp(1.13rem, calc(1.02rem + .48vw), 1.5rem);
  --step-1: clamp(1.35rem, calc(1.21rem + .67vw), 1.88rem);
  --step-2: clamp(1.62rem, calc(1.42rem + .92vw), 2.34rem);
  --step-3: clamp(1.8rem, calc(1.68rem + 1.1vw), 2.93rem);
  --step-4: clamp(2.33rem, calc(1.97rem + 1.69vw), 3.66rem);
  --step-5: clamp(2.8rem, calc(2.32rem + 2.26vw), 4.58rem);
  --step-6: clamp(3.36rem, calc(2.72rem + 3vw), 5.72rem);
  --step-7: clamp(4.03rem, calc(3.19rem + 3.96vw), 7.15rem);
  --step-8: clamp(3.7rem, calc(3.3rem + 2.00vw), 7.0rem);
  --step-9: clamp(5.81rem, calc(4.36rem + 6.82vw), 11.18rem);
  --step-10: clamp(6.97rem, calc(5.08rem + 8.89vw), 13.97rem);
}

@font-face {
    font-family: 'hughie';
    src: url('/assets/hughie-0a58f37d.woff2') format('woff2'),
         url('/assets/hughie-0a58f37d.woff') format('woff');
}

/* General styles */
body {
    margin: 0;
    padding: 0;
	font-family: 'hughie', sans-serif; 
	font-size: var(--step-2); 
	line-height: 1; 
	font-weight: 55;
}

b {
    font-weight: 500;
}

/* Layout containers */
.sectionbody {
    padding-top: 100px;
    max-width: 1200px;
    margin: 0 auto;
}

.sectionhead {
    margin-top: 20px;
    margin-bottom: 14px;
}

/* Centerbox styles */
.centerbox {
    background-color: #c9c9c9;
    width: 5%;
    text-align: center;
}

.centerboxtitle {
    width: 120px;
    text-align: center;
}

.centerboxcontainer {
    display: flex;
    height: 1;
    justify-content: space-between;
    align-items: center;
}

/* Menu styles */
.centerboxmenu {
    font-size: 30px;
    color: white;
    border-radius: 35px;
    height: 80px;
    border: solid black;
    background-color: #000000;
    width: 175px;
    text-align: center;
}

.centerboxmenuleft, .centerboxmenuright {
    opacity: 0;
}

.menutext {
    margin-top: 7px;
}

/* Container styles */
.centercontainer {
    border: 6px solid black;
    flex-grow: 1;
    background-color: #9ed7f1;
}

.centercontainertitle {
    margin-top: -70px;
    padding-bottom: 0px;
    border: 6px solid #000000;
    flex-grow: 1;
    background-color: #000000;
    color: white;
    font-size: 121px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-weight: 90;
    line-height: 1;
}

.centercontainermenu {
    display: flex;
    margin-left: 75px;
    margin-right: 75px;
    margin-top: 0px;
    border: 6px solid #000000;
    flex-grow: 1;
    height: 100px;
    background-color: #ffffff;
    color: white;
    font-size: 120px;
    font-family: 'hughie', sans-serif;
    border-radius: 12px;
}

.centercontainertrain, .centercontainersteps {
    min-height: 140px;
    border-bottom: 6px solid black;
    border-right: 6px solid black;
    border-left: 6px solid black;
    background-color: white;
    flex-grow: 1;
}

/* Cushion styles */
.cushion {
    width: 45px;
}

.cushionmenu {
    width: 30%;
	margin-top: -2px;
}

.cushionmessage {
    width: 190px;
}

.cushioninstructh {
    height: 75px;
}

.cushioninstruct {
    flex-grow: 1;
}

/* Message and instruction areas */
.cardsarea {
    height: 560px;
}

.messagearea {
    display: flex;
}

.centermessagecontainer {
    transform: rotate(-1deg);
    font-size: 42px;
    border-radius: 6px;
    border: 6px solid black;
    background: white;
    flex-grow: 1;
    font-weight: 72;
}

.centermessagetext {
    padding-bottom: 10px;
    padding-top: 10px;
}

.instructarea {
    display: flex;
    height: 80px;
    opacity: 0;
}

.centerinstructcontainer {
    color: white;
    transform: rotate(3deg);
    font-size: 42px;
    border-radius: 6px;
    border: 6px solid black;
    background: #000000;
}

.centerinstructtext {
    padding-right: 35px;
    padding-left: 35px;
    margin-top: 10px;
}

/* Comment area */
.commentarea {
    margin-top: 20px;
    display: flex;
}

.centercommentcontainer {
    font-size: var(--step-2);
    line-height: 1.2em;
    font-weight: 55;
    flex-grow: 1;
    padding-top: 20px;
    padding-bottom: 40px;
}

/* Explain area */
.explainarea {
    display: flex;
}

.explainareablock {
    flex-grow: 1;
    max-width: 50%;
}

.blackdiv {
    width: 6px;
    background-color: black;
}

.instructtext {
    text-align: left;
    padding-left: 30px;
    padding-right: 70px;
    margin-top: 26px;
    font-size: var(--step-2);
    line-height: 1.2em;
    font-weight: 55;
}

/* Ferris Wheel styles */
.ferris-wheel-section {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    height: 1300px;
}

.ferris-wheel-container {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3500px;
    height: 3500px;
    pointer-events: none;
    display: flex;
    justify-content: center;
}

.ferris-wheel {
    position: relative;
    width: 3000px;
    height: 3000px;
    border-radius: 50%;
    transform-origin: center;
    margin-top: 390px;
}

.cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart img {
    width: 300px;
    height: auto;
    border-radius: 0%;
    transform: rotate(90deg);
}

.imagecard {
    border-radius: 15px !important;
    border-width: 4px !important;
    border-color: black;
    border-style: solid;
    opacity: 1;
}

/* Choices.js styles */
.choices {
    width: 100%;
	margin: 0px;
}

.choices.is-open {
    width: 100%;
    border: 0px;
    z-index: 1000;
}

.choices__inner {
    font-size: var(--step-2);
    line-height: 1.2em;
    font-weight: 55;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
	border-radius: 0px;
}



.choices__list,
.choices__input {
    width: 100%;
    box-sizing: border-box;
}

.choices__item.choices__placeholder.choices__item--selectable,
.choices__input,
.choices__list--dropdown .choices__item,
.choices__list.choices__list--single {
    font-size: var(--step-2);
    line-height: 1.2em;
    font-weight: 55;
    border: none;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius:0px;
}

.choices__item--choice {
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}

.choices__list--dropdown {
    position: absolute;
    width: 100%;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

#choices-textbox {
    border: none;
}

.explainareablock .choices {
    position: relative;
    transition: top 0.3s ease-in-out;
}

/* Utility classes */
.onmobile {
    display: none;
}

.no-resize {
    resize: none;
}

.no-border {
    border: none;
    outline: none;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 22px;
    width: 100%;
    box-sizing: border-box;
}

/* Media Queries */
@media (max-width: 639px) {
    .centercontainertitle {
        font-size: var(--step-8);
        line-height: .79em;
        font-weight: 90;
        text-transform: uppercase;
        background: black !important;
    }

    .centerboxtitle {
        width: 3px !important;
        background: none;
    }

    .cardsarea {
        height: 446px;
    }

    .cushionmessage {
        width: 35px;
    }

    .explainarea {
        flex-direction: column;
    }

    .explainareablock {
        max-width: 100%;
    }

    .blackdiv {
        display: none;
    }

    .cushioninstructh {
        height: 35px;
    }

    .instructtext {
        padding-left: 15px;
        padding-right: 15px;
    }

    .commentarea {
        margin-top: 0px;
    }

    .cushion {
        width: 20px;
    }

    .ondesktop {
        display: none;
    }

    .onmobile {
        display: block;
    }

    .menutext {
        font-size: var(--step-1);
        line-height: 1;
        font-weight: 55;
    }

    .centercontainermenu {
        display: none;
    }

    .centerboxmenu {
        padding-top: .6em;
        padding-bottom: .6em;
        border-radius: 90px;
        height: 40px;
    }

    .sectionbody {
        padding-top: 70px;
    }

    .centerinstructcontainer {
        font-size: var(--step-4);
        line-height: 1;
        font-weight: 72;
    }

    .centerinstructtext {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 12px;
    }

    /* Ferris Wheel Mobile Styles */
    .ferris-wheel-container {
        top: 30px;
    }

    .ferris-wheel {
        width: 3000px;
        height: 3000px;
        margin-top: 105px;
    }

    .ferris-wheel-section {
        height: 800px;
    }

    /* Choices Mobile Styles */
    .choices__item.choices__placeholder.choices__item--selectable,
    .choices__input,
}

			.splide__slide { 
				border-radius: 5px; 
				margin-right: 15px; 
				font-size: 55px; 
				background-color: black; 
				color: white; 
				display: flex; 
				justify-content: center; 
				align-items: center; 
				height: 100px; 
				width: 100px; 
			}
			.splide__list { 
				display: flex;  /* Ensures slides are in a row */ 
			}
			.slidearrow {
				background:	white;
				color: black;
				font-size: 90px;
			}
			.choices__item--choice {
				font-size: var(--step-2);
			}
			.textareainputtext {
				font-size: 18px;
			}
			.boxpensando {
				display: none;
			}

			/* Container with overflow hidden */
			.slider-container {
				width: 100%;
				overflow: hidden;
				position: relative;
			}

			/* Slider holding the three steps side by side */
			.slider {
				display: flex;
				width: 300%; /* 3 times the width for 3 boxes */
				transition: transform 0.5s ease;
			}

			/* Each individual box takes 100% of the container width */
			.box {
				flex-shrink: 0;
				text-align: center;
				padding: 20px;
				box-sizing: border-box;
				flex: 1;
			}

			/* Optional styling for the countdown */
			#thinking {
				background-color: #f8f8f8;
				font-size: 24px;
				text-align: center;
			}

			#countdown-timer {
				font-weight: bold;
				color: red;
				font-size: 30px;
			}

.choices__list--dropdown, .choices__list[aria-expanded] {
	display: block;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-color: #fff;
	/* border: 1px solid #ddd; */
	top: 100%;
	margin-top: -1px;
	/* border-bottom-left-radius: 2.5px; */
	/* border-bottom-right-radius: 2.5px; */
	overflow: hidden;
	word-break: break-all;
}

.choices__list[aria-expanded] .choices__list {
	/* max-height: 500px; */
	overflow: auto;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
	font-size: var(--step-2);
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
	border-style: none;
}

.choices__list--dropdown {
	box-shadow: none;
	border: none;
}

#submit-question {
    display: none; /* Hide the button initially */
}
