.elementor-38538 .elementor-element.elementor-element-98e8679{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-38538 .elementor-element.elementor-element-98e8679.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-38538 .elementor-element.elementor-element-f0d14d7{--display:flex;}.elementor-38538 .elementor-element.elementor-element-1f3bc5a{width:100%;max-width:100%;}.elementor-38538 .elementor-element.elementor-element-caf20df{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-border-radius:8px 8px 8px 8px;--n-accordion-icon-size:15px;}.elementor-38538 .elementor-element.elementor-element-caf20df > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{background-color:var( --e-global-color-accent );}:where( .elementor-38538 .elementor-element.elementor-element-caf20df > .e-n-accordion > .e-n-accordion-item ) > .e-con{border-style:none;}@media(max-width:767px){.elementor-38538 .elementor-element.elementor-element-98e8679{--width:90%;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-1f3bc5a */.elementor-38538 .elementor-element.elementor-element-1f3bc5a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.quiz-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 550px;
}

.progress-bar {
  height: 6px;
  background-color: #e5e5ea;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #ffcc32;
  width: 14.28%;
  transition: width 0.3s ease;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

h2 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #000;
}

.options-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.option-item {
  margin-bottom: 14px;
}

.option-item label {
  display: block;
  padding: 16px;
  border: 2px solid #e5e5ea;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
}

.option-item input[type="radio"] {
  display: none;
}

.option-item input[type="radio"]:checked + label {
  border-color: #ffcc32;
  font-weight: 500;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

button {
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.2s;
}

.btn-next {
  background-color: #ffcc32;
  color: rgb(0, 0, 0);
}

.btn-next:hover {
  background-color: #e7b51f;
}

.btn-prev {
  background-color: #ffcc32;
  color: #000;
}

.btn-prev:hover {
  background-color: #d1d1d6;
}

#result-box {
  text-align: center;
  display: none;
}

.persona-title {
  font-size: 36px;
  color: #000;
  margin: 20px 0;
  font-weight: 800;
}

.persona-desc {
  line-height: 1.8;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 20px;
  border: 1px solid #e5e5ea;
}

/* استایل کارت‌های پیشنهاد شرکت بیمه */
.cards-container {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.insurance-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  padding: 15px;
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.insurance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border-color: #ffcc32;
}

.insurance-logo {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
}

.insurance-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.insurance-name {
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .step h2 {
    font-size: 16px;
  }

  .option-item label {
    font-size: 14px!important;
  }

  .quiz-container {
    padding: 20px!important;
  }

  #result-box h2 {
    font-size: 20px!important;
  }

  .persona-title {
    font-size: 28px!important;
  }

  .insurance-logo {
    width: 60px!important;
    height: 60px!important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f3bc5a */.elementor-38538 .elementor-element.elementor-element-1f3bc5a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.quiz-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 550px;
}

.progress-bar {
  height: 6px;
  background-color: #e5e5ea;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #ffcc32;
  width: 14.28%;
  transition: width 0.3s ease;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

h2 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #000;
}

.options-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.option-item {
  margin-bottom: 14px;
}

.option-item label {
  display: block;
  padding: 16px;
  border: 2px solid #e5e5ea;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 16px;
}

.option-item input[type="radio"] {
  display: none;
}

.option-item input[type="radio"]:checked + label {
  border-color: #ffcc32;
  font-weight: 500;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

button {
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.2s;
}

.btn-next {
  background-color: #ffcc32;
  color: rgb(0, 0, 0);
}

.btn-next:hover {
  background-color: #e7b51f;
}

.btn-prev {
  background-color: #ffcc32;
  color: #000;
}

.btn-prev:hover {
  background-color: #d1d1d6;
}

#result-box {
  text-align: center;
  display: none;
}

.persona-title {
  font-size: 36px;
  color: #000;
  margin: 20px 0;
  font-weight: 800;
}

.persona-desc {
  line-height: 1.8;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 20px;
  border: 1px solid #e5e5ea;
}

/* استایل کارت‌های پیشنهاد شرکت بیمه */
.cards-container {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.insurance-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  padding: 15px;
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.insurance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border-color: #ffcc32;
}

.insurance-logo {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
}

.insurance-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.insurance-name {
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .step h2 {
    font-size: 16px;
  }

  .option-item label {
    font-size: 14px!important;
  }

  .quiz-container {
    padding: 20px!important;
  }

  #result-box h2 {
    font-size: 20px!important;
  }

  .persona-title {
    font-size: 28px!important;
  }

  .insurance-logo {
    width: 60px!important;
    height: 60px!important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-98e8679 */.elementor-38538 .elementor-element.elementor-element-98e8679{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.quiz-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 550px;
}

.progress-bar {
  height: 6px;
  background-color: #e5e5ea;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #ffcc32;
  width: 14.28%;
  transition: width 0.3s ease;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

h2 {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #000;
}

.options-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.option-item {
  margin-bottom: 14px;
}

.option-item label {
  display: block;
  padding: 16px;
  border: 2px solid #e5e5ea;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1rem;
}

.option-item input[type="radio"] {
  display: none;
}

.option-item input[type="radio"]:checked + label {
  border-color: #ffcc32;
  font-weight: 500;
}

.buttons-container {
  display: flex;
  justify-content: space-between;
}

button {
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.2s;
}

.btn-next {
  background-color: #ffcc32;
  color: rgb(0, 0, 0);
}

.btn-next:hover {
  background-color: #e7b51f;
}

.btn-prev {
  background-color: #ffcc32;
  color: #000;
}

.btn-prev:hover {
  background-color: #d1d1d6;
}

#result-box {
  text-align: center;
  display: none;
}

.persona-title {
  font-size: 36px;
  color: #000;
  margin: 20px 0;
  font-weight: 800;
}

.persona-desc {
  line-height: 1.8;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  text-align: right;
  font-size: 1rem;
  margin-bottom: 20px;
  border: 1px solid #e5e5ea;
}

/* استایل کارت‌های پیشنهاد شرکت بیمه */
.cards-container {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.insurance-card {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  padding: 15px;
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.insurance-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  border-color: #ffcc32;
}

.insurance-logo {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
}

.insurance-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.insurance-name {
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 768px){
    .step h2{
        font-size: 18px;
    }
}/* End custom CSS */