.fade-in {
  animation: fadeInUp .4s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(-20px);
  }
}
.fengshui-quiz button.loading {
    opacity: 0.7;
    cursor: not-allowed;
}
.l-multiple-choice{
  background-image: url('../images/tools/quiz/giai-tri/bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 100px 60px 80px;
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
.p-multiple-choice{
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p-multiple-choice__title{
  width: 100%;
  font-size: 80px;
  text-align: center;
}
.p-multiple-choice__label1{
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-multiple-choice__label1::before,
.p-multiple-choice__label1::after{
  content: '';
  display: block;
  width: 140px;
  height: 3px;
  border-radius: 50%;
  background: linear-gradient(
    to right,
    rgba(242, 200, 125,0) 0%,
    rgba(247, 233, 196, 1) 50%,
    rgba(242, 200, 125,0)100%
  );
  opacity: 0.8;
}
.p-multiple-choice__label2{
  margin-top: 15px;
  background: linear-gradient(
    to right,
    rgb(242 200 125) 0%,
    rgb(247 233 196) 50%,
    #f2c87d 100%
  );
  background: linear-gradient(
        to right,
        rgba(239, 211, 138, 0) 0%,
       rgba(239, 211, 138, 0.8) 15%,
        rgba(239, 211, 138, 1) 50%,
    rgba(239, 211, 138, 0.8) 85%,
        rgba(239,211,138,0) 100%
    );
  color: #1d412c;
  padding: 10px;
  text-align: center;
  font-size: 25px;
}
.p-multiple-choice__txt{
  font-size: 32px;
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  max-width: max-content;
  line-height: 1.6;
  text-decoration: none !important;
  display: flex;
  align-items:flex-start;
  gap: 0 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-multiple-choice__txt::before{
  content: '';
  background-image: url('../images/tools/quiz/giai-tri/arrow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 20px;
  position: relative;
  top: 14px;
}
.p-multiple-choice__txt a{
  text-decoration: underline;
}
.p-multiple-choice__item{
  width: 33%;
  text-align: center;
  aspect-ratio: 373 / 373;
  position: relative;
}
.p-multiple-choice__item p{
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  padding: 0 20px;
}
.p-multiple-choice__item img{
  object-fit: cover;
  object-position: center;
}
.p-multiple-choice__item span{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  color: var(--color-dark) !important;
  border-radius: 10px;
}
.p-multiple-choice__item:hover{
  opacity: 1;
}
.p-multiple-choice__item:hover span{
  background: linear-gradient(
      to right,
      #08130e 0%,
      #1c5032 50%,
      #09100c 100%
  ) !important;
  color: var(--color-gold) !important;
}
.fengshui-quiz{
  max-width: 600px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.fengshui-quiz,
.fengshui-quiz h2{
  color: var(--color-white);
  margin-bottom: 30px;
}

.quiz-result h2,
.quiz-result h3,
.quiz-result h4,
.quiz-result h5{
  color: var(--color-gold);
  margin-bottom: 7px;
  line-height: 1.4;
}
.quiz-result h2,
.quiz-result h3{
  font-size: 20px;
}
.quiz-result p{
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 500;
}
.quiz-result a{
  text-decoration: underline;
  color: var(--color-gold);
  margin-top: 10px;
  display: inline-block;
}
.result-section{
  margin-top: 20px;
}
.quiz-question{
  margin-top: 10px;
  text-align: left;
  font-weight: 500;
}
.quiz-question label{
  line-height: 1.2;
}
.quiz-question p{
  margin-bottom: 5px;
  line-height: 1.6;
}
.scroll-wrapper{
  margin-left: -1%; 
  margin-bottom: 40px;
}
@media(max-width: 1024px){
  .p-multiple-choice__txt{
    font-size: 28px;
  }
}
@media(max-width: 768px){
  .l-multiple-choice{
    padding: 60px 25px 70px;
  }
  .p-multiple-choice{
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .p-multiple-choice__txt{
    font-size: 16px;
  }
  .p-multiple-choice__txt::before{
    width: 20px;
    height: 10px;
    top: 8px;
  }
  .p-multiple-choice__item{
    width: 48%;
  }
  .p-multiple-choice__item span{
    font-size: 11px;
    padding: 5px 10px;
  }
}

.l-multiple-choice{
    text-align: center;
}
.p-multiple-choice__title{
    font-size: 60px;
}
.p-multiple-choice__label1{
    font-size: 32px;
}
.p-multiple-choice__label2{
    font-size: 26px;
    color: #143522;
    background: linear-gradient(to right,transparent, #dea948, #F9DC8E, #dea948, transparent);
}