.step {
  display: none;
}

.step.active {
  display: block;
}

.stylequiz .title {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--color-first);
}

.input-bottom-border:focus {
  border-color: var(--color-first);
}

.stylequiz .form-check {
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  padding-left: 0;
  padding-right: 0;
}

.stylequiz .form-check-input {
  display: none;
  /* hide original radio */
}

.stylequiz .form-check-label {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-first);
  padding: 8px 16px;
  border: 1px solid var(--bs-border-color);
  border-radius: 20px;
  background: var(--color-dark);
}

.stylequiz .form-check-input:checked+.form-check-label {
  border-color: var(--color-first);
  background: var(--bs-border-color);
  font-weight: 600;
}

.stylequiz .body-type-area .form-check {
  min-width: 100%;
}

.body-type-area .form-check-label {
  padding: 15px 20px;
  border-radius: 12px;
}

/* right side selected value */
.stylequiz .selected-value {
  font-weight: 700;
  color: var(--color-first);
}

.stylequiz .section-header {
  cursor: pointer;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--bs-border-color);
}

.stylequiz .section-header[aria-expanded="true"] {
  border-bottom: none;
}

.stylequiz .section-header span {
  font-weight: 700;
  color: var(--color-first);
}

.stylequiz .form-check-input {
  display: none;
}

.stylequiz .options-wrapper {
  background-color: rgba(0, 0, 0, 0.02);
}

/* Animated dots */
#dots {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 2px;
  animation: blink 1s infinite steps(1);
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.gallery-container .gallery-img {
  width: 500px;
  height: 340px;
  object-fit: contain;
  object-position: center;
  background-color: #FFFFFF;
}

html[data-bs-theme="dark"] .stylequiz img {
  filter: none;
}

@media screen and (max-width: 991px) {
  .gallery-container .gallery-img {
    width: 440px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-container .gallery-img {
    width: 100%;
    height: 250px;
  }
}

/* Fade-out animation */
.fade-out {
  animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* @media */
@media screen and (max-width: 991px) {
  .stylequiz .title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .stylequiz .title {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .stylequiz .back-btn,
  .stylequiz .next-btn,
  .stylequiz .img-next-btn {
    width: 48%;
  }

  .stylequiz .form-check {
    min-width: 80px;
  }

  .stylequiz .form-check-label {
    font-size: 14px;
  }

  .stylequiz .quiz-icon1 {
    width: 48px;
    height: 48px;
  }

  .stylequiz .section-header {
    padding: 12px 0;
  }

  .stylequiz .section-header h5 {
    font-size: 16.8px;
    font-weight: 600 !important;
  }
}

/*stylegpt-result-ads*/
.stylegpt-ads-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.stylegpt-result-ads .product-card {
  border: 1px solid var(--border-medium) !important;
  box-shadow: none !important;
}

.stylegpt-result-ads .product-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center;
  margin: 0 0 12px 0;
}

.stylegpt-adCarousel.owl-theme .item {
  padding: 1px;
}

.stylegpt-adCarousel.owl-theme .owl-nav {
  margin-top: 0 !important
}

.stylegpt-adCarousel.owl-theme .owl-nav [class*=owl-] {
  margin: 0 !important
}

.stylegpt-adCarousel.owl-carousel .owl-nav button span {
  opacity: 0;
  width: 0;
  height: 0
}

.stylegpt-adCarousel.owl-carousel .owl-nav button:focus {
  outline: 0 !important;
  border: 0 !important
}

.stylegpt-adCarousel.owl-carousel .owl-nav button.owl-next::after,
.stylegpt-adCarousel.owl-carousel .owl-nav button.owl-prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 10px;
  right: 5px;
  bottom: 5px;
  left: 20px;
  transform: rotate(45deg);
  border-radius: 0;
  border: 2.5px solid var(--color-dark);
  border-left: 0;
  border-bottom: 0;
  margin-left: -9px;
  margin-bottom: 2px
}

.stylegpt-adCarousel.owl-carousel .owl-nav button.owl-next,
.stylegpt-adCarousel.owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -30px;
  border-radius: 50px;
  background-color: var(--color-first);
}

.stylegpt-adCarousel.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg)
}

.stylegpt-adCarousel.owl-theme .owl-nav .owl-prev {
  right: initial;
  left: auto;
  right: 42px;
}

.stylegpt-adCarousel.owl-theme .owl-nav .owl-next {
  right: 8px;
}

@media screen and (max-width: 767px) {
  .stylegpt-ads-img {
    height: auto;
  }
}

.stylequiz {
  width: 700px;
}

.stylequiz.stylegpt-ad-result {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .stylequiz {
    width: 100% !important;
  }
}

.num{height: 24px;}

/*stylegpt-result-ads end*/