.quiz-wrapper .container {
    display: flex;
}
.quiz-wrapper .quiz-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
    margin: 0 0 0 14px;
    font-family: Lora,Georgia,serif
}

.quiz-wrapper .tab-item {
    display: flex;
}
.quiz-wrapper .form-submit .wpcf7-spinner{
	display:none !important
}
.quiz-wrapper .tab-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 46px;
    flex-shrink: 0;
    padding-top: 1px
}

.quiz-wrapper .tab-dot {
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid rgba(148, 140, 127, 1);
    background: transparent;
    transition: all .35s ease;
    width: 54px;
    height: 54px
}

.quiz-wrapper .tab-item.active .tab-dot {
    background: rgba(148, 140, 127, 1);
    border-color: rgba(148, 140, 127, 1)
}

.quiz-wrapper .tab-item.done .tab-dot {
    background: rgba(148, 140, 127, 1);
    border-color: rgba(148, 140, 127, 1)
}

.quiz-wrapper .tab-line {
    width: 2px;
    background: rgba(148, 140, 127, .4);
    min-height: 32px;
    transition: min-height .45s cubic-bezier(.77,0,.18,1), background .3s ease
}

.quiz-wrapper .tab-item.active .tab-line {
    min-height: 686px;
    background: rgba(148, 140, 127, 1)
}

.quiz-wrapper .tab-item.done .tab-line {
    background: rgba(148, 140, 127, 1);
}

.quiz-wrapper .tab-item:last-child .tab-line {
    display: none
}

.quiz-wrapper .progress-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    margin: 8px 0 0;
    line-height: 1.5
}

.quiz-wrapper .form-container {
	margin-top:15px
}


.quiz-wrapper .sidebar-step-title {
    display: none;
    margin-left: 120px;
    flex-shrink: 0;
    white-space: nowrap;	
    color: #3E3E3C;
    font-weight: 700;
    font-size: 32px;
    font-family: "Jules", Sans-serif;
}

.quiz-wrapper #quizFormContainer.quiz-completed .sidebar-step-title, .quiz-wrapper #quizFormContainer.quiz-completed {
    display: block
}

.quiz-wrapper #quizForm {
    flex: 1;
    display: flex;
    flex-direction: column
}

.quiz-wrapper #quizForm.quiz-form-completed {
    display: none !important;

}

.quiz-wrapper #quizForm.quiz-form-completed .question {
    width: 100%;
}

.quiz-wrapper #resultFormContainer {
    /* flex: 1; */
    display: none;
    flex-direction: column;
    justify-content: center
}

.quiz-wrapper .results-sidebar-container {
    position: relative;
    flex: 7;
    background: pink;
    overflow: hidden
}


.quiz-wrapper .options-wide .option.selected {
    border-color: #8b8378;
    border-width: 2px;
    box-shadow: 0 2px 12px rgba(139, 131, 120, 0.35);
    position: relative
}

.quiz-wrapper .options-wide .option.selected label {
    position: relative
}

.quiz-wrapper .options-wide .option.selected label::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 1;
    border-radius: 1px;
	border:10px solid rgba(148, 140, 127, 1)
}



@media screen and (min-width: 996px) {
    .quiz-wrapper .results-sidebar-container:before {
        content:'';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35%;
        background: linear-gradient(180deg,rgba(255,255,255,.65) 45.84%,rgba(255,255,255,0) 100%)
    }
}

.quiz-wrapper .results-sidebar-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.quiz-wrapper .results-content-container {
    flex: 9;
    display: flex;
    justify-content: center;
    padding: 30px 50px;
    overflow: scroll
}

.quiz-wrapper #resultDescription p.checkmarkTitle {
    font-weight: 700;
    display: table;
    font-size: 18px;
    line-height: 32.4px
}

.quiz-wrapper #resultDescription p.checkmarkTitle+p {
    padding-left: 39px
}

.quiz-wrapper .checkmarkTitle:before {
    display: table-cell;
    top: 3px;
    position: relative;
    transform-origin: top;
    padding-right: 15px;
    content: url('https://daraagrussdesign.com/wp-content/themes/hello-elementor-child/assets/images/icons/pink-check.svg')
}

.quiz-wrapper #resultDescription p {
    margin-bottom: 15px;
    font-weight: 300;
    color: #1c1c1c;
    line-height: 28.8px
}

.quiz-wrapper .results-content-container>div {
    max-width: 700px;
    margin: auto
}

.quiz-wrapper input[type=radio] {
    margin-right: 10px
}

.quiz-wrapper #quizForm {
    height: auto;
	margin-left:94px;
    min-height: 0;
    align-items: center;
    display: flex;
    max-height: none;
    overflow: visible
}

.quiz-wrapper .form-submit form > p:first-of-type {
    display: none;
}


.quiz-wrapper input[type=radio] {
    display: none
}

.quiz-wrapper .question {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    overflow: visible;
}

.quiz-wrapper .question.active {
    overflow: visible
}

.quiz-wrapper #quizForm > .question.tab-panel:nth-child(6) {
    border-bottom: 0
}

.quiz-wrapper .question .step-title {
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
    cursor: pointer;
    flex-shrink: 0;
    transition: color .2s, background .2s
}

.quiz-wrapper .question.active .step-title {
    display: none
}

.quiz-wrapper .question:not(.active) .step-title {
    color:#3E3E3C;
    font-weight: 700;
	font-size:32px;
	font-family:"Jules", Sans-serif;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
}

.quiz-wrapper .question:not(.active) .step-title:hover {
    color: #2d2d2d
}

.quiz-wrapper .question:not(.active) .question-body {
    display: none !important;
    overflow: hidden;
    max-height: 0 !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.quiz-wrapper .question-body {
    margin-bottom: 48px;
}
.quiz-wrapper .question.tab-panel.question-next:not(.active) {
    margin-bottom: 48px;
}
.quiz-wrapper .question.active .question-body {
    display: block !important;
    visibility: visible;
    max-height: 2000px;
    opacity: 1;
    pointer-events: auto
}

.quiz-wrapper .question.active .step-title {
    display: none
}

.quiz-wrapper .question.active .question-title {
    margin-bottom: 30px;
    margin-top: 0px;
}


.quiz-wrapper #result {
    height: 100%
}

.quiz-wrapper .resultPretext {
    color: #cc3366;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0
}

.quiz-wrapper #resultTitle {
    margin-bottom: 30px;
    text-transform: capitalize
}

.quiz-wrapper .restartButton {
    font-size: 15px;
    font-weight: 600;
    background: #cc3366;
    border-radius: 0;
    padding: 12px 40px;
    color: #fff
}

.quiz-wrapper .restartButton:hover {
    cursor: pointer;
    color: #cc3366;
    background: #fff
}

.quiz-wrapper .option-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 48px;
}

.quiz-wrapper .options-wide .option {
    height: 286px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
    transition: border-color .2s ease, box-shadow .2s ease
}

.quiz-wrapper .options-wide .option.selected {
    border-color: #e0e0e0;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,.08)
}

.quiz-wrapper .options-wide img {
    object-position: center
}

.quiz-wrapper #quizForm label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.quiz-wrapper #quizForm label:hover img {
    transform: scale(1.03)
}

.quiz-wrapper #quizForm label img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .3s ease;
    pointer-events: none
}



.quiz-wrapper .step-title {
    font-size: 28px;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 12px;
    font-family: Lora,Georgia,serif;
    /* text-align: center; */
    width: 100%;
    margin-top: 0px;
}

.quiz-wrapper .question-title {
    font-weight: 700;
    font-size: 32px;
	letter-spacing:3px;
    line-height: 1.4;
    color: #948C7F;
    margin-bottom: 24px;
    font-family: "Cambay", Sans-serif;
    width: 100%
}

.quiz-wrapper .question-title span {
    color: #3E3E3C;
    font-weight: 700;
	font-family: "Jules", Sans-serif;
	font-weight:32px;
	letter-spacing:3px
}

.quiz-wrapper .question-subtext {
    margin-bottom: 24px;
    font-weight: 300;
    color: #1c1c1c;
    line-height: 28.8px;
    font-size: 15px
}

.quiz-wrapper .form-submit form p label {
    font-size: 0 !important;
}
.quiz-wrapper .form-submit form{
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	column-gap:32px;
	max-width:774px
}

.quiz-wrapper #quizForm .question-subtext {
    display: none
}
.wpcf7 form.invalid .wpcf7-response-output{
	border:none !important;
	color:red;
	padding:0 !important;
	margin-top:10px !important
}
.quiz-wrapper .form-submit {
	border-bottom:1px solid #948C7F;
    margin-top: 96px;
	padding-bottom:40px;
	align-items:center;
}

.quiz-wrapper .form-submit .question-title {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px; 
    margin-bottom:16px;
    color: #3E3E3C;
    font-size: 32px;
    font-family: "Jules", Sans-serif;
    font-weight: 700;
}

.quiz-wrapper .form-submit .question-title::before,
.quiz-wrapper .form-submit .question-title::after {
    content: "";
    flex: 1;          
    height: 1px;     
    background: #B5A896;
}

.quiz-wrapper .form-submit .question-subtext {
    display: block;
    text-align: center;
    color: #3E3E3C;
    font-size: 20px;
	font-weight:400px;
	letter-spacing:1px;
	font-family:"Cambay", Sans-serif
}
.quiz-wrapper [type=submit]{
	background-color:#3E3E3C;
	border:none;
	color:#FCFCFC;
	font-family:"Cambay", Sans-serif;
	font-size:20px;
	padding:10px 16px 5px;
	border-radius:0px
}
.quiz-wrapper [type=submit]:hover,
.quiz-wrapper [type=submit]:focus,
.quiz-wrapper [type=submit]:focus-visible {
    background-color: rgba(148, 140, 127, 1);
    outline: none; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
}
.quiz-wrapper  input[type=email]{
	border:1px solid #948C7F;
	padding:10px;
	border-radius:0px;
	width:580px
}
.quiz-wrapper input[type=email]:focus,
.quiz-wrapper input[type=email]:focus-visible {
    border: 1px solid #3E3E3C;
    outline: none !important; 
    padding: 10px;
    border-radius: 0px;
}
.quiz-wrapper .completed-steps-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 16px;
    margin-bottom: 24px;
    padding: 12px 0
}

.quiz-wrapper .completed-step-name {
    font-size: 13px;
    font-weight: 500;
    color: #8b8378;
    padding: 6px 12px;
    background: #f5f3f0;
    border-radius: 4px
}

.quiz-wrapper .quiz-nav-buttons {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: 100%;
    flex-wrap: wrap
}
.form-container.quiz-completed{
margin-top:0px !important	
}

.quiz-wrapper .backButton {
    padding: 12px 28px;
    background: #fff;
    border: 1.5px solid #8b8378;
    color: #2d2d2d;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    border-radius: 0;
    cursor: pointer;
    transition: border-color .2s, color .2s
}

.quiz-wrapper .backButton:hover:not(:disabled) {
    border-color: #6b6358;
    color: #1c1c1c
}

.quiz-wrapper .backButton:disabled {
    opacity: .5;
    cursor: not-allowed
}
.quiz-wrapper .nextButton:hover:not(:disabled) {
    background: #6b6358;
    border-color: #6b6358
}


@media only screen and (min-width: 997px) {
    .quiz-wrapper .quiz-nav-buttons {
        display: none
    }

    .quiz-wrapper .steps-container .single-step p {
        display: none
    }
}

.quiz-wrapper .prevButton {
    display: none!important
}

.quiz-wrapper .restartButton:active,
.quiz-wrapper .restartButton:focus {
    outline: 0;
    background-color: unset;
    -moz-outline-style: none;
    color: #1c1c1c
}

.quiz-wrapper .result-logo-container {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 2
}

.quiz-wrapper .result-logo-container img {
    max-width: 100%;
    width: 320px
}

.quiz-wrapper .more-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.quiz-wrapper .content.show-more .more-content {
    max-height: 2000px
}

.quiz-wrapper .read-more {
    margin: 0;
    margin-bottom: 50px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    outline: 0!important;
    border-bottom: 1px solid #fff
}

.quiz-wrapper .read-more:active,
.quiz-wrapper .read-more:focus,
.quiz-wrapper .read-more:hover {
    margin: 0;
    margin-bottom: 50px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    background: #fff;
    color: #c36;
    outline: 0!important
}

.quiz-wrapper .content.show-more .read-more {
    display: inline-block;
    border-bottom: 1px solid #fff
}

.quiz-wrapper label[for=q1-traditional] img {
    transform: scale(1.2)!important
}

.quiz-wrapper label[for=q1-traditional]:hover img {
    transform: scale(1.25)!important
}

.quiz-wrapper .quiz-footer {
    background: #2d2d2d;
    color: #fff;
    padding: 60px 40px;
    text-align: center
}

.quiz-wrapper .quiz-footer-inner {
    max-width: 900px;
    margin: 0 auto
}

.quiz-wrapper .quiz-footer-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff
}

.quiz-wrapper .quiz-footer-cta {
    display: inline-block;
    padding: 14px 36px;
    background: #cc3366;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 0;
    transition: background .2s
}

.quiz-wrapper .quiz-footer-cta:hover {
    background: #b82d5a;
    color: #fff
}

.quiz-wrapper .quiz-footer-logo img {
    max-width: 180px;
    height: auto;
    margin-bottom: 24px;
    filter: brightness(0) invert(1)
}

.quiz-wrapper .quiz-footer-info {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
    margin-top: 24px;
    font-size: 14px
}

.quiz-wrapper .quiz-footer-col {
    text-align: left
}

.quiz-wrapper .quiz-footer-col strong {
    display: block;
    margin-bottom: 8px
}

.quiz-wrapper .quiz-footer-col p {
    margin: 4px 0;
    color: rgba(255,255,255,.85)
}

@media only screen and (max-width: 996px) {
    .quiz-wrapper #result {
        flex-direction:column
    }

	.quiz-wrapper .question.active .question-body{
		width:100%
	}
	.quiz-wrapper #quizForm{
		margin:0px
	}
	.quiz-wrapper .option-wrapper{
		gap:28px
	}
	
    .quiz-wrapper .result-logo-container {
        position: relative;
        width: 100%;
        padding: 10px;
        text-align: center
    }



    .quiz-wrapper #quizFormContainer.quiz-completed .form-container {
        flex: 1;
        max-width: none
    }

    .quiz-wrapper #quizFormContainer {
        height: auto;
        flex-direction: column
    }

    .quiz-wrapper .sidebar-container {
        order: -1;
        flex-shrink: 0;
        padding: 0;
        max-width: 100%;
        width: 100%;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 10
    }

    .quiz-wrapper .sidebar-container .logo-container {
        padding: 10px 10px 0;
        background: #fff
    }

    .quiz-wrapper .sidebar-container>div img {
        max-width: 200px
    }
	.quiz-wrapper .form-container{
		margin:0
	}

    .quiz-wrapper .sidebar {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        min-height: auto;
        justify-content: center;
        align-items: center;
        border-right: 0;
        position: relative;
        flex-shrink: 0;
        gap: 0
    }
    .quiz-wrapper .tab-track{
        width: unset;
    }

    .quiz-wrapper .sidebar-step-title {
        display: none
    }

    .quiz-wrapper #quizFormContainer.quiz-completed .sidebar-step-title {
        display: none
    }

    .quiz-wrapper #quizFormContainer.quiz-completed .sidebar {
        width: 100%;
        max-width: 100%
    }

    .quiz-wrapper #quizFormContainer.quiz-completed .sidebar-container {
        width: 100%;
        max-width: 100%
    }

    .quiz-wrapper .sidebar::before {
        content: none
    }

    .quiz-wrapper .tab-item {
        /* flex: 1; */
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        min-width: 0
    }

    .quiz-wrapper .tab-track {
        flex-direction: row;
    }

    .quiz-wrapper .tab-dot {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        position: relative;
        z-index: 2
    }

    .quiz-wrapper .tab-item:not(.active):not(.done) .tab-dot {
        background: #fff
    }

    .quiz-wrapper .tab-line {
        display: block;
        width: calc(100% - 24px);
        min-width: 20px;
        max-width: 100%;
        height: 3px;
        min-height: 0 !important;
        margin: 0;
        background: rgba(148, 140, 127, .35);
        transition: min-width .45s cubic-bezier(.77, 0, .18, 1), max-width .45s cubic-bezier(.77, 0, .18, 1), background .3s ease;
        border-radius: 2px;
        align-self: center
    }

    .quiz-wrapper .tab-item:not(.active):not(.done) .tab-line {
        width: 40%;
        max-width: 48px;
        min-width: 20px
    }

    .quiz-wrapper .tab-item.active .tab-line,
    .quiz-wrapper .tab-item.done .tab-line {
        height: 3px;
        min-height: 0 !important;
        margin: 0;
        background: rgba(148, 140, 127, 1)
    }

    .quiz-wrapper .tab-item.active .tab-line {
        min-width: 140px;
        max-width: 100%
    }

    .quiz-wrapper .tab-item.done .tab-line {
        min-width: 48px;
        max-width: 100%
    }

    .quiz-wrapper .tab-item:last-child .tab-line {
        display: none
    }

    .quiz-wrapper #quizForm:not(.quiz-form-completed) .question.active .step-title {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        color: #3E3E3C;
        letter-spacing:3px;
		margin:40px 0;

    }
	.quiz-wrapper .options-wide .option{
		height:180px
	}
    .quiz-wrapper #quizForm:not(.quiz-form-completed) .question:not(.active) .step-title {
        display: none !important;
        min-height: 0;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden
    }

    .quiz-wrapper #quizForm:not(.quiz-form-completed) .question:not(.active) {
        min-height: 0;
        margin: 0;
        padding: 0
    }

    .quiz-wrapper #quizForm:not(.quiz-form-completed) .question:not(.active) .question-body {
        margin: 0;
        padding: 0;
        min-height: 0;
        max-height: 0
    }

    .quiz-wrapper .form-container {
        flex: 0 1 auto
    }

    .quiz-wrapper #quizForm {
        flex: 0 1 auto
    }

    .quiz-wrapper .question.active {
        flex: 0 1 auto
    }
    .quiz-wrapper .quiz-nav-buttons .nextButton:disabled {
        background: rgba(148, 140, 127, 1);
        border-color: rgba(148, 140, 127, 1);
        color: rgba(252, 252, 252, 1);
        cursor: not-allowed;
        opacity:40%;
        pointer-events: none;
        box-shadow: none
    }

    .quiz-wrapper .quiz-nav-buttons .nextButton:disabled:active,
    .quiz-wrapper .quiz-nav-buttons .nextButton:disabled:focus {
        outline: none;
        background: #e5e5e5;
        border-color: #c8c8c8;
        color: #9a9a9a
    }


    .quiz-wrapper .question.active .question-title {
        text-align: center;
        margin-top: 0
    }

    .quiz-wrapper .question.active .question-title span {
        display: none
    }
    .quiz-wrapper .quiz-nav-buttons .nextButton {
        padding: 16px 16px 10px;
		border:none;
		color:#FCFCFC;
        font-size: 16px !important;
		font-size:400px;
		background-color:#948C7F;
	    font-family: "Cambay", Sans-serif;
    }
	    .quiz-wrapper .quiz-nav-buttons .backButton{
        padding: 16px 16px 10px;
		border:1px solid #948C7F;
		color:#948C7F;
        font-size: 16px !important;
		font-size:400px;
		background-color:transparent;
	    font-family: "Cambay", Sans-serif;
    }

    .quiz-wrapper .question-title {
        font-size: 26px;
    }

    .quiz-wrapper #resultFormContainer .contactButton {
        display: block
    }

    .quiz-wrapper .question-subtext {
        margin-bottom: 20px
    }

    .quiz-wrapper .results-sidebar-container {
        overflow: visible;
        max-height: 250px
    }

    .quiz-wrapper .result-logo-container {
        top: unset;
        left: unset
    }
	.quiz-wrapper .question-body{
		margin:0px
	}

 
}


@media (prefers-reduced-motion:reduce) {
    .quiz-wrapper * {
        transition-delay: 0s!important;
        transition-duration: 0s!important
    }
}
@media (max-width:768px){
	.quiz-wrapper #quizForm{
		margin-left:0px !important
	}
	.quiz-wrapper .option-wrapper{
		gap:16px !important
	}.quiz-wrapper .question-body{
		margin-bottom:0px !important
	}
		.quiz-wrapper .options-wide .option{
		height:113px;
	}
	.quiz-wrapper .question-title{
		font-size:16px;
		letter-spacing:1px
	}
.quiz-wrapper .form-submit .question-title::before,
.quiz-wrapper .form-submit .question-title::after {
    content: unset;
   
}
	
	.quiz-wrapper .form-submit{
		margin-top:40px;
		border:none;
		padding-bottom:0
	}
	.quiz-wrapper .form-submit .question-title{
		font-size:24px;
		justify-content:center
	}
	.quiz-wrapper .form-submit .question-subtext{
		font-size:16px;
		letter-spacing:0px
	}
	.quiz-wrapper input[type=email]{
		width:326px
	}
	.quiz-wrapper .form-submit form{
		gap:24px;
		margin-top:24px;
		justify-content:center;
	}
	.quiz-wrapper .options-wide .option.selected label::after {
	border:4px solid rgba(148, 140, 127, 1)
}
	
}
