.vtq-quiz-form {
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding: 30px;
  border-radius: 10px;
}

.vtq-step p,
.lead-step h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.vtq-step label {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}

.vtq-step input[type="radio"] {
  margin-right: 10px;
  accent-color: #0073e6;
}

.vtq-navigation {
  margin-top: 20px;
  text-align: right;
}

.vtq-navigation button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: #0073e6;
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}

.vtq-navigation button:hover {
  background: #005bb5;
}

.lead-step {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}

.lead-step label {
  display: block;
  margin-bottom: 10px;
}

.lead-step input {
  width: 100%;
  padding: 8px 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.vtq-submit-btn {
  width: 100%;
  background: #0073e6;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.vtq-submit-btn:hover {
  background: #005bb5;
}

.vtq-error {
  display: block;
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid #ff4d4f;
  background-color: #fff1f0;
  color: #a8071a;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  line-height: 1.4;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading-with-bg span {
  background: #1ff6c326;
  border-radius: 7px;
  padding: 2px 12px 5px;
}
#vtq-form {
  padding: 0 !important;
}
#vtq-form .vtq-step > p {
  font-family: lato;
  font-weight: 500;
  font-size: 38px;
  line-height: 48px;
  color: #000;
  margin-bottom: 25px;
}
#vtq-form .vtq-step > span {
  font-family: lato;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #474747;
  margin-bottom: 60px;
  display: block;
  margin-left: 70px;
}
#vtq-form .vtq-step label {
  margin-bottom: 40px;
  margin-left: 70px;
}
#vtq-form .vtq-step label input {
  display: none;
}
#vtq-form .vtq-step label input + div {
  position: relative;
  font-family: lato;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  padding-left: 50px;
}
#vtq-form .vtq-step label input + div:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  top: 0;
  left: 0;
}
#vtq-form .vtq-step label input:checked + div:before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  background-color: #0022ff;
  background-image: url(http://vervotech.com/wp-content/uploads/2025/09/check-box.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #0022ff;
  border-radius: 4px;
  top: 0;
  left: 0;
}
.vtq-navigation {
  display: flex;
  justify-content: end;
  column-gap: 22px;
  align-items: center;
}

.vtq-navigation .vtq-prev {
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  margin: 0;
  background: transparent !important;
  border-radius: 0px;
  padding: 0px;
}
.vtq-navigation .vtq-prev:hover {
  color: #0022ff;
}
.vtq-navigation .vtq-next,
.vtq-navigation .vtq-finish {
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  background: #0022ff;
  border-radius: 4px;
  padding: 12px 33px;
  margin: 0;
}
.vtq-navigation .vtq-next:hover,
.vtq-navigation .vtq-finish:hover {
  background: #000;
}
.vtq-lead-open {
  position: relative;
  overflow: hidden;
}
.vtq-lead-open:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5555;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.lead-popup {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 66666;
  display: none;
}
.vtq-lead-open .lead-popup {
  display: block;
}
.vtq-lead-open .lead-step {
  position: absolute;
  z-index: 66666;
  max-width: 685px;
  padding: 75px 80px;
  font-family: lato;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vtq-lead-open .lead-step h3 {
  margin-top: 0;
  margin-bottom: 60px;
  width: 100%;
}
.vtq-lead-open .lead-step .vtq-error {
  width: 100%;
}
.vtq-lead-open .lead-step label {
  font-size: 0;
  width: calc(50% - 10px);
}
.vtq-lead-open .lead-step label:nth-of-type(3) {
  width: 100%;
}
.vtq-lead-open .lead-step input {
  font-family: lato;
  font-weight: 200;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
  border: unset;
  border-bottom: 1px solid #959595;
  color: #000;
}
.vtq-submit-btn {
  font-family: Segoe UI;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  background: #0022ff;
  border-radius: 8px;
  padding: 12px 33px;
  margin: 80px 0 0;
  border: unset;
  width: 100%;
}
.vtq-submit-btn:hover {
  background: #000;
}
.book-btn {
  border-radius: 10px;
  overflow: hidden;
}
.book-btn .elementor-button-content-wrapper {
  align-items: center;
}
.book-btn .elementor-button-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0022ff;
}
.book-btn .elementor-button-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.book-btn .elementor-button-text {
  padding-right: 20px;
}

ul.result {
  max-width: 1047px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0;
}
ul.result li {
  width: 100%;
  font-family: lato;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  background: #4345462e;
  border-radius: 8px;
  text-align: center;
  padding: 14px 20px;
}

@media (max-width: 1200px) {
  #vtq-form .vtq-step > p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  #vtq-form .vtq-step > span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-left: 40px;
  }
  #vtq-form .vtq-step label {
    margin-bottom: 30px;
    margin-left: 40px;
  }
  #vtq-form .vtq-step label input + div {
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
  }
  #vtq-form .vtq-step label input + div:before {
    width: 24px;
    height: 24px;
  }
  #vtq-form .vtq-step label input:checked + div:before {
    width: 24px;
    height: 24px;
  }
  .vtq-navigation .vtq-next,
  .vtq-navigation .vtq-finish,
  .vtq-submit-btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 24px;
    white-space: unset;
  }
  .vtq-navigation .vtq-prev {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  #elementor-popup-modal-41737 .dialog-widget-content {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  #elementor-popup-modal-41737 .dialog-message {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .heading-with-bg span {
    display: block;
    margin: 5px 0;
  }
  .heading-with-bg br {
    display: none;
  }

  .vtq-lead-open .lead-step {
    max-width: 300px;
    padding: 40px 30px;
    width: 100%;
  }
  #vtq-form .vtq-step > span {
    margin-left: 0px;
  }
  #vtq-form .vtq-step label {
    margin-left: 0px;
  }
  .book-btn .elementor-button-icon {
    width: 50px;
    height: 50px;
  }
  .book-btn .elementor-button-icon svg {
    width: 24px;
    height: 24px;
  }
  ul.result li {
    font-size: 18px;
    line-height: 24px;
  }
}
