/* New css  */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.personal-plan-section {
	background:#FFFDF5;
}
#step-1 .option-btn {
	display:flex;
	justify-content:center;
	align-items:center;
}
.single_product_sell {
  background-color: #fffdf5;
}
.step5-css p {
  line-height: 2 !important;
}
.step4-css {
  gap:100px !important;
}
.step5-css {
  gap: 100px !important;
}
.hero-section.section {
    padding: 0 10px 60px 10px !important;
}
.quiz-header {
  background: #fffdf7;
  padding: 12px 35px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.quiz-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-logo img {
  height: 40px;
  display: block;
}
.product-container {
	padding-bottom:50px;
  gap:48px;
}
.quiz-button {
  background: #111;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  padding: 11px 41px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
}

.quiz-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1280px;
  margin: 0px auto;
  flex-direction: row;
  justify-content: space-between !important;
  width: 100%;
}

.quiz-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  padding: 12px 80px;
  height: 50px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.step-4 .quiz-button {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  padding: 12px 80px;
  height: 50px;
  background-color: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.hero-section {
  background-color: #B8D7C1;
  min-height: 100vh;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left !important;
  margin-bottom: 0px !important;
  /* margin-top: 70px; */
}

.hero-left {
  flex: 1;
  max-width: 600px;
}

.hero-left h1 {
  font-family: "Replica-Regular", sans-serif !important;
  font-weight: 400;
  font-size: 41px;
  line-height: 115%;
  margin: 0 0 12px 0;
  color: #111;
  font-family: ;
}

.hero-left p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  margin-top: 12px;
}

.hero-image {
  flex: unset;
  text-align: center;
  height: 456px;
  border-radius: 8px;
	width:550px;
}

.hero-image img {
  max-width: 100%;
  /* border-radius: 6px; */
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 !important;
}

.feature-list {
  list-style: none;
  padding: 0 18px;
  margin-bottom: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 12px;
}

.feature-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #111;
  gap: 10px;
  padding: 12px 0 8px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
}

.feature-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.feature-list svg {
  flex-shrink: 0;
}

/* new-section styling */
section {
  padding: 80px 20px 0px  20px !important;
  box-sizing: border-box;
}

.section {
  min-height: 80vh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  align-items: center;
  position: relative;
}

.sec-contant {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
}

.step-indicator span {
  width: 60px;
  height: 6px;
  border-radius: 10px;
  background-color: #ddd;
  display: inline-block;
}

.step-indicator .active {
  background-color: #000;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

p.subtitle {
  font-size: 16px;
  margin: 10px 0 30px;
  text-align: center;
}

.options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 600px;
  width: 100%;
}

.option-btn {
  padding: 16px 20px;
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.2s ease;
}

.option-btn.selected,
.option-btn:hover,
.option-btn:hover p,
.option-btn.selected p {
  background-color: #000 !important;
  color: #fff !important;
}

/* step-3-styling-start now */
.step-3 {
  background-color: #f9f7ee;
}

.step-3-options {
  display: grid;
  /* grid-template-columns: 1fr ; */
  gap: 12px;
  max-width: 600px;
  width: 100%;
}

/* step-4-styling-start-now */
.dna-container {
  background-color: #b8d7c1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left !important;
  margin-bottom: 0px !important;
}

.step-4 {
  background-color: #fff !important;
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
}
.step-4 strong {
  line-height: 160%;
}

.dna-step-indicator {
  position: absolute;
  top: 20px;
  /* or adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* step-5  styling start now*/
.step-5 {
  background-color: #f9f7ee;
}

.options.step-5-options .option-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid #111;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: border 0.2s ease;
  max-width: 100%;
}

.options.step-5-options .option-btn img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}

.options.step-5-options .option-btn p {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #000;
	width:100%;
	text-align:center;
}

/* step-7 */

.options.step-5-options .option-btn:nth-child(5) {
  grid-column: 1 / -1;
  /* spans both columns */
  justify-self: center;
  /* centers the item itself */
}

/* step-8-styling-start-now */
.section {
  min-height: 66.67vh;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.step-indicator {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  position: absolute;
  top: 72px;
}

.step-indicator span {
  width: 60px;
  height: 6px;
  border-radius: 10px;
  background-color: #ddd;
  display: inline-block;
}

.step-indicator .active {
  background-color: #000;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 120% !important;
}

p.subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  text-align: center;
}

/* step-8-styling-start-now */
.precision-process {
  margin: 0 auto;
  background-color: #FFFDF5;
  box-sizing: border-box;
  min-height: 66.67vh;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.precision-process .container{
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.process-heading {
  font-family: "Replica-Regular", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.process-step {
  flex: 1;
  min-width: 280px;
  max-width: 340px;
  text-align: center;
  padding-bottom: 20px;
}

.process-step img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.process-step h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.process-step p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #111;
}

.process-cta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.process-button {
  background: #111;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 80px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

.personal-plan-section {
  margin: 0 auto;
  padding: 64px 108px;
  font-family: "Roboto", sans-serif;
}
.plan-heading {
  margin: 0 auto;
}
.plan-heading h2 {
  font-family: "Replica-LL", sans-serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 12px;
  text-align: center;
}

.plan-heading p {
  font-size: 16px;
  text-align: center;
  line-height: 160%;
  margin-bottom: 0;
}

.plan-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.plan-left {
  flex: 1;
  min-width: 300px;
  max-width:620px ;
  height: 840px;
  background-repeat: no-repeat !important;
}

.plan-right {
  flex: 1;
  min-width: 320px;
}

.plan-rating {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #48c77f;
  margin-bottom: 10px;
}

.plan-rating .review-count {
  font-size: 16px;
  color: #111;
}

.plan-right h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 20px;
  font-family: "Replica-Regular", sans-serif;
}

.plan-price {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.plan-price .price-now {
  font-size: 32px;
  font-weight: 400;
  font-family: "Replica-Regular", sans-serif;
}

.plan-price .price-old {
  text-decoration: line-through;
  color: #888;
  font-family: "Replica-Regular", sans-serif;
  font-size: 24px;
}

.plan-price .discount {
  background: #D7F2E0;
  color: #499965;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  padding: 5px 15px;
  border-radius: 12px;
}

.plan-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.plan-button {
  display: block;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 80px;
  border-radius: 3px;
  margin-bottom: 16px;
  text-decoration: none;
}

.plan-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 14px;
  color: #555;
  margin-bottom: 28px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 24px;
}
.plan-footer-tags span{
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 10px;
}
.plan-faq {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px 20px;
}

main {
  background-color: white;
}

.plan-faq h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: "Replica-Regular", sans-serif;
}

.plan-faq details summary {
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
}

.plan-faq details p {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 1366px) {
  /* section {
    padding: 0px !important;
  }
  .quiz-container.step4-css {
    margin-top: 150px;
  }
  .quiz-container .step5-css {
    margin-top: 150px;
  } */
}

@media (max-width: 1024px) {
  .splide__pagination {
    position: relative !important;
    width: 100%;
    max-width: 100%;
  }
  /* Turn dots into bars */
  #processSlider .splide__pagination__page {
    background-color: #dfdac8;
    width: 100%;
    height: 4px;
    border: 0;
  }

  /* Active bar styling */
  #processSlider .splide__pagination__page.is-active {
    background-color: #111111;
  }
  .process-step {
    text-align: center;
    margin: 0 auto;
  }
  /* Ensure the slider wrapper is relatively positioned */
  #processSlider {
    position: relative;
    padding-bottom: 40px;
    /* Space for pagination dots */
  }
  .splide__pagination li {
    width: 100% !important;
    max-width: 31% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1%;
  }
  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block !important;
  }
  .quiz-container.step4-css {
    margin-top: 50px;
  }

  .quiz-container.step5-css {
    margin-top: 25px;
  }

  .personal-plan-section {
    padding: 60px 40px !important;
  }

  .faq-section {
    padding: 60px 40px !important;
  }

  .step-indicator {
    top: 50px;
  }

  section {
    padding: 60px 10px !important;
  }

  .hero-section {
    margin-top: 0px;
  }

  .hero-section .quiz-container {
    max-width: 90%;
  }

  .plan-grid {
    flex-direction: column;
  }

  .plan-button {
    width: 100%;
    text-align: center;
  }

  .precision-process {
    padding: 40px 24px;
  }

  .process-steps {
    flex-direction: column;
    align-items: center;
  }

  .process-button {
    width: 100%;
  }
}

.faq-section {
  padding: 55px 20px;
  margin: 0 auto;
  background: #f9f7ee;
  box-sizing: border-box;
}
.faq-wrapper-content.faq {
  margin: 0;
}
.faq-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
}

.faq-content {
  flex: 1;
  max-width: 600px;
}

.faq-content h2 {
  font-family: "Replica-Regular", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  display: flex;
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
.faq-item:last-child {
  padding-top: 16px;
}

.faq-quiz-question {
  background: none;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-answer {
  margin-top: 8px;
  overflow: hidden;
  transition: height 0.4s ease;
  height: 0;
}

.faq-answer p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #111;
}

.faq-image {
  flex: 1;
  text-align: center;
  width: 425px;
  height: 445px;
}

.faq-image img {
  max-width: 100%;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.icon {
  font-size: 20px;
  line-height: 1;
  margin-left: 16px;
}

.open .faq-answer {
  display: block;
  font-size: 16px;
}

.mobile-view {
  display: none;
}

.faq-item:not(.open) .faq-answer {
  display: none;
}

.mobile-only img {
  display: none !important;
}

.mobile-only {
  display: none;
}

.quiz-results-section {
  background-color: #F9F7EE;
  padding-bottom: 40px !important;
}

.page-template-page-quiz {
  overflow-x: hidden;
}
/* .quiz-results-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px!important;
  font-family: "Roboto", sans-serif;
} */

.real-results .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
.real-results .header h2 {
  font-family: "Replica-Regular", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  text-align: left !important;
}

.real-results .rating {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 12px;
  gap: 0;
}
.real-results .rating .stars {
  display: flex;
  align-items: center;
  justify-content: center;
}
.real-results .rating a {
  text-decoration: underline;
  margin-left: 8px;
  font-weight: normal;
  color: #111;
  font-size: 16px;
}
.real-results .btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 3px;
}
.real-results .btn.show-mobile {
  display: none;
  text-align: center;
  margin-top: 24px;
}
.real-results .result-cards {
  position: relative;
  width: 100vw;
  left: 0;
}
.real-results .result-card {
  background: #e8e5d9;
  border-radius: 8px;
  padding: 16px;
}
.real-results .image-pair {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.real-results .image-wrapper {
  position: relative;
  flex: 1;
}
.real-results .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: rem(16);
}
.real-results .label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #f9f7ee;
  padding: 4px 15px;
  border-radius: 50px;
  font-size: 12px;
}

.real-results .result-card-details-time {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.real-results .result-card-details-time span {
  font-size: 16px;
  font-weight: 400;
}
.real-results .result-card-details-age {
  font-family: "Replica-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.result-card-details-time img {
  height: 13px;
  width: 13px;
  margin-right: 8px;
}

.real-results .result-cards .splide__pagination {
  height: auto;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  display: none;
}
.real-results .result-cards .splide__pagination li {
  width: 80px !important;
  height: 5px;
  margin-right: 8px;
  margin-top: 16px;
}
.real-results .result-cards .splide__pagination li button {
  height: 4px !important;
  width: 75px;
  background-color: #dfdac8;
  border: 0;
}
.faq-section.section-height.section {
  height: 90vh;
}

.real-results .result-cards .splide__pagination li button.is-active {
  background-color: #111;
}
#step-1 option-btn {
		display:flex;
		justify-content:center;
		align-items:center
	}
@media (max-width: 767px) {
  .plan-footer-tags{
    gap: 0;
  }
  .plan-footer-tags span{
    gap: 4px;
    font-size: 12px;
  }
	#step-1 option-btn {
		display:flex;
		justify-content:center;
		align-items:center
	}
	.plan-right {
		min-width:300px;
	}
	.plan-left {
    flex: inherit !important;
    min-width: 300px;
    max-width: 100% !important;
    max-height: 500px;
    height: 350px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
	}
  .hero-left h1 {
    margin-bottom:30px !important ;
  }
  .quiz-container.step4-css {
        margin-top: 25px !important;
    }
  .real-results .header br {
    display: none;
  }
  .real-results .btn.show-mobile {
    display: block;
  }
  .real-results .btn.show-desktop {
    display: none;
  }
  .real-results .header h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center !important;
}
.real-results .rating {
  justify-content: center;
}
  .real-results .result-cards {
    width: auto;
  }
  .real-results .result-cards .splide__pagination {
    display: flex;
    bottom: 0;
  }

  #step-8 .container {
    width: 100% !important;
  }
  .hero-section.step-1 {
    padding-top: 100px !important;
  }
  .process-step img {
    max-width: 100%;
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
  }

  .splide__pagination {
    bottom: -20px;
  }

  .splide {
    visibility: visible;
  }

  .hero-section .quiz-container {
    max-width: 100%;
  }

  .quiz-header {
        padding: 20px;
  }
	.header-scrolled {
		padding: 5px 25px;
        height: 50px;
	}
	.quiz-logo img {
		height: 35px;
		display: block;
	}
  .personal-plan-section {
    padding: 40px 15px !important;
    margin-top: 0px;
  }

  .faq-image {
    flex: 1;
    text-align: center;
    width: 100%;
    height: 445px;
  }

  .faq-image img {
    max-width: 100%;
    border-radius: 24px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .step3-css {
    top: 42%;
  }

  .step4-css {
    top: 50%;
    
  }

  .mobile-only img {
    display: block !important;
    width: 100%;
    max-width: 100%;
    /* Or set a maximum like 500px */
    height: 250px;
  }

  .faq-wrapper {
    padding: 20px 0px !important;
  }

  .sec-contant h2 {
    font-family: "Replica-Regular", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0;
    text-align: center;
  }

  h2 {
    font-family: "Replica-Regular", sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 110% !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  .faq-image img {
    width: 100% !important;
    justify-content: center;
    display: flex;
  }

  /* .free-research-report-banner-container {
    display: none;
  } */

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

  .hero-section h1 {
    text-align: center;
    font-family: "Replica-Regular", sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 110% !important;
    letter-spacing: 0 !important;
  }

  .hero-section {
    padding: 0px;
    margin-top: 0px;
  }
  .result-cards {
    flex-direction: row !important;
  }
  .quiz-container {
    flex-direction: column;
    padding: 0px 10px;
    gap: 24px;
  }

  .faq-content h2 {
    justify-content: center;
  }

  .mobile-only {
    flex: 1;
    text-align: center;
    height: auto;
    display: block;
  }

  .left-column,
  .right-column {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }

  .step-indicator {
    max-width: 358px;
    padding: 0px 17px;
    top: 50px;
  }

  .options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 600px;
    width: 100%;
  }

  .web-only {
    display: none;
  }

  .hero-section p {
    font-size: 15px;
    line-height: 1.5;
  }

  .feature-list li {
    font-size: 15px;
  }

  .step-indicator {
    margin-bottom: 0px;
  }
.quiz-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
  }
  .header-scrolled .quiz-button {
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
  }

  .step-4 .quiz-button {
    margin-top: 20px;
  }
  &strong {
    line-height: 160% !important;
  }

  .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px !important;
  }

  .sec-contant {
    top: unset;
    left: unset;
    position: relative;
    transform: unset;
    margin-top: 20px;
	  padding:20px 5px;
  }

  .step-5 {
    max-height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .step-7 {
    max-height: 94vh !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  h2 {
    font-family: "Replica-Regular", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
  }

  p.subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
  }

  .options.step-5-options .option-btn:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100% !important;
  }

  .faq-section {
    padding: 40px 25px !important;
    margin: 0 auto;
    background: #f9f7ee;
    box-sizing: border-box;
  }

  .hero-image {
    border-radius: 10px;
    max-width: 100%;
    margin: 0 auto;
  }

  .faq-content {
    max-width: 100%;
  }

  .plan-left img {
    height: 100%;
  }
}
.quiz-logo img {
  border-radius: 0px !important;
}