.elementor-2651 .elementor-element.elementor-element-9327692{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2651 .elementor-element.elementor-element-9327692:not(.elementor-motion-effects-element-type-background), .elementor-2651 .elementor-element.elementor-element-9327692 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000FC;}#elementor-popup-modal-2651{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2651 .dialog-message{width:775px;height:auto;}#elementor-popup-modal-2651 .dialog-close-button{display:flex;}#elementor-popup-modal-2651 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-2651 .dialog-message{width:632px;}}/* Start custom CSS for html, class: .elementor-element-1f2a0e7 *//* ===============================
   GLOBAL FORM WRAPPER
================================ */
#it-quiz {
  font-family: 'Onest', sans-serif;
  background: #0f0f10;
  padding: 40px;
  border-radius: 20px;
  color: #eaeaea;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

/* ===============================
   HEADINGS
================================ */
#it-quiz h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

#it-quiz h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}

#it-quiz h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0 10px;
}

/* ===============================
   LABELS
================================ */
#it-quiz label {
  display: block;
  font-size: 14px;
  color: #bdbdbd;
  margin-bottom: 6px;
}

/* ===============================
   INPUTS / SELECTS / TEXTAREA
================================ */
#it-quiz select,
#it-quiz input[type="text"],
#it-quiz input[type="email"],
#it-quiz textarea {
  width: 100%;
  background: #1b1c1f;
  border: 1px solid #2b2c30;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

#it-quiz textarea {
  min-height: 120px;
  resize: none;
}

#it-quiz select:focus,
#it-quiz input:focus,
#it-quiz textarea:focus {
  border-color: #2f6fed;
  box-shadow: 0 0 0 1px rgba(47,111,237,0.4);
}

/* ===============================
   CHECKBOX STYLE (CLEAN)
================================ */
#it-quiz input[type="checkbox"] {
  margin-right: 10px;
  accent-color: #2f6fed;
}

#it-quiz .challenge,
#it-quiz .improve {
  transform: scale(1.05);
}

/* ===============================
   FORM SPACING
================================ */
#it-quiz select {
  margin-bottom: 18px;
  margin-top: -11px;
}

#it-quiz hr {
  border: none;
  height: 1px;
  background: #2a2b2f;
  margin: 30px 0;
}

/* ===============================
   BUTTONS
================================ */
#it-quiz button,
#it-quiz .nav-btn {
  background: #2f6fed;
  border: none;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

#it-quiz button:hover,
#it-quiz .nav-btn:hover {
  background: #2558c7;
  transform: translateY(-1px);
}

#it-quiz .nav-btn {
  margin-right: 10px;
}

/* ===============================
   RESULT CARD
================================ */
#result {
  background: #16171a;
  border: 1px solid #2a2b30;
  border-radius: 16px;
  padding: 30px;
}

#result h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

#result h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

#result p {
  font-size: 14px;
  color: #cfcfcf;
}

#result ul {
  padding-left: 18px;
}

#result li {
  font-size: 14px;
  margin-bottom: 6px;
}

/* ===============================
   CTA LINK
================================ */
#result a {
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
  text-decoration: none;
}

#result a:hover {
  text-decoration: underline;
}

/* ===============================
   STEP VISIBILITY (SAFE)
================================ */
.step {
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.cta-card {
  margin-top: 30px;
  padding: 28px;
  border-radius: 14px;
  background: linear-gradient(180deg, #1b1f24, #121417);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.cta-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #ffffff;
}

.cta-sub {
    font-size: 16px !important;
  color: #cfd3da;
  margin-bottom: 18px;
}

.cta-points {
  margin: 0 0 18px 18px;
  color: #d7dbe2;
}

.cta-points li {
  margin-bottom: 8px;
}

.cta-note {
  font-size: 13px;
  color: #aeb4bf;
  margin-bottom: 22px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 22px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
   color: #ffffff;
   background: #2f6fed;
   text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9327692 */.elementor-popup-modal .dialog-close-button svg {
    fill: #ffffff !important;
    height: 2em !important;
    width: 2em !important;
}/* End custom CSS */