.elementor-7432 .elementor-element.elementor-element-609a396 > .elementor-container{max-width:1200px;}.elementor-7432 .elementor-element.elementor-element-609a396{padding:0px 0px 0px 0px;}.elementor-7432 .elementor-element.elementor-element-0f716f5 > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-934040a *//* Scoped Styles */
.sq *, .sq *::before, .sq *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sq {
  --green: #007737;
  --green-dark: #006530;
  --grad-start: #007737;
  --grad-end: #E8E350;
  --white: #fff;
  --bg: #E5F0F9;
  --bg2: #EAF1F9;
  --text-dark: #424342;
  --text-green: #007737;
  --text-mid: #5A6A6E;
  --text-light: #8A9EA8;
  --t: 0.3s ease;


  font-family: 'Assistant', sans-serif;
  width: 100%;
  max-width: var(--max-w);
  background: var(--white);
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
}

/* HEADER */
.sq .sq-header {
  position: relative;
  padding: 16px 20px 12px;
  flex-shrink: 0;
  overflow: hidden;
  min-height: 64px;
}

.sq .sq-header-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sq .sq-header-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sq .sq-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sq .sq-header-logo {
  height: 28px;
  width: auto;
}

/* Progress */
.sq .sq-progress {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
}

.sq .sq-progress-counter {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  min-width: 24px;
}

.sq .sq-progress-track {
  flex: 1;
  height: 5px;
  background: rgba(200, 212, 226, 0.4);
  border-radius: 8px;
  overflow: hidden;
}

.sq .sq-progress-fill {
  height: 100%;
  background: var(--white);
  border-radius: 8px;
  transition: width 0.5s cubic-bezier(0.4,0,0.2,1);
  width: 20%;
}

/* BODY & STEPS */
.sq .sq-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(235,243,250,0) 1%, #E6EFF9 52%, #E5F0F9 100%);
  position: relative;
}

.sq .sq-step {
  display: none;
  flex-direction: column;
  align-items: center;
  flex: 1;
  animation: sqFade 0.35s ease;
  padding-top: 12px;
  margin-top: 0;
}
.sq .sq-step.active { display: flex; }

@keyframes sqFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* QUESTION TEXT */
.sq .sq-question {
  padding: 0px 20px 12px;
  text-align: center;
  margin: 0;
  max-width: 400px;
}

.sq .sq-question h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text-green);
  margin: 0;
}

/* ANSWERS AREA */
.sq .sq-answers {
  padding: 12px 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
}

/* STEP IMAGE */
.sq .sq-image-wrap {
  margin-top: auto;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}

/* Mobile first (default) */
.sq .sq-image {
  width: 110%;
  margin-left: -5%;
  height: auto;
  max-height: 180px; /* mobile max-height */
  object-fit: cover;
  display: block;
}

/* Desktop */
@media (min-width: 768px) {
  .sq .sq-image {
    max-height: 400px; /* desktop max-height - adjust as needed */
  }
}

/* Q1 — SLIDER */
.sq .sq-slider {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 0 0;
}

.sq .sq-slider-track-area {
  position: relative;
  padding: 8px 16px 0;
}

.sq .sq-slider-track {
  width: 100%;
  height: 24px;
  background: linear-gradient(135deg, #E7EFF5, white);
  border-radius: 66px;
  position: relative;
  box-shadow:
    inset 0 4px 9px #C8D4E2,
    inset 0 3px 7px #C9D3E2,
    inset -5px -4px 5px rgba(255,255,255,0.75);
  border: 2px solid #C6D0DB;
  cursor: pointer;
}

.sq .sq-slider-fill {
  position: absolute;
  top: -1px;
  right: -1px;
  height: calc(100% + 2px);
  background: linear-gradient(122deg, var(--grad-start) 0%, var(--grad-end) 100%);
  border-radius: 66px;
  width: 0%;
  opacity: 0.9;
  transition: width 0.3s cubic-bezier(0.4,0,0.2,1);
  box-shadow:
    19px 21px 50px rgba(176,195,210,0.73),
    -8px 0 8px rgba(244,248,251,0.5);
}

.sq .sq-slider-fill.dragging {
  transition: none;
}

.sq .sq-slider-thumb {
  position: absolute;
  top: 50%;
  width: 68px;
  height: 38px;
  border-radius: 74px;
  background: linear-gradient(155deg, #E4F0FA, white);
  box-shadow: 0 16px 26px #B0C3D2;
  border: 2px solid #E5EFFA;
  z-index: 3;
  right: -2%;
  transform: translate(0%, -50%);
  transition: right 0.3s cubic-bezier(0.4,0,0.2,1);
  opacity: 0;
  pointer-events: none;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}

.sq .sq-slider-thumb.visible {
  opacity: 1;
  pointer-events: all;
  right: 0px;
}

.sq .sq-slider-thumb.dragging {
  transition: none;
  cursor: grabbing;
  box-shadow: 0 20px 32px #9AB2C4;
  transform: translate(0%, -50%) scale(1.05);
}

.sq .sq-slider-thumb svg {
  width: 22px;
  height: 16px;
  flex-shrink: 0;
}

.sq .sq-slider-ticks {
  display: flex;
  justify-content: space-between;
  height: 48px;
  padding: 12px 24px 0;
  margin-bottom: 8px;
}

.sq .sq-slider-tick {
  width: 1.5px;
  height: 32px;
  background: #B8C8D4;
}

.sq .sq-slider-labels {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  margin: 0 -16px;
  width: calc(100% + 38px);
}

.sq .sq-slider-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  cursor: pointer;
  flex: 1;
  user-select: none;
  transition: all var(--t);
  width: fit-content;
}

.sq .sq-slider-label span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-dark);
  text-align: center;
  transition: all var(--t);
  line-height: 1.35;
}

.sq .sq-slider-label:first-child span {
  font-weight: 600;
}

.sq .sq-slider-label.selected span {
  color: var(--text-green);
  font-weight: 600;
}

/* Q2 — DIAL GAUGE */
.sq .sq-dial {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12px;
}

.sq .sq-dial-wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
  touch-action: none;
}

.sq .sq-dial-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.sq .sq-dial-needle {
  transition: transform 0.4s ease;
  transform-origin: 178px 188px;
  cursor: grab;
}

.sq .sq-dial-needle.dragging {
  transition: none;
  cursor: grabbing;
}

.sq .sq-dial-dot {
  transition: transform 0.4s ease-out;
}

.sq .sq-dial-labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.sq .sq-dial-lbl {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-dark);
  text-align: center;
  cursor: pointer;
  pointer-events: all;
  user-select: none;
  transition: all var(--t);
  padding: 6px;
  line-height: 1.1;
}

.sq .sq-dial-lbl.selected {
  font-weight: 600;
  color: #007737;
}

.sq .sq-dial-lbl[data-v="1"] { top: 36%; right: -12%; }
.sq .sq-dial-lbl[data-v="2"] { top: 0%; left: 50%; transform: translateX(-50%); }
.sq .sq-dial-lbl[data-v="3"] { top: 36%; left: -14%; }

/* Q3 — SEVERITY CIRCLES */
.sq .sq-severity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 280px;
  margin: 0 auto;
}

.sq .sq-sev-opt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  padding: 10px 8px;
  border-radius: 20px;
  transition: all var(--t);
}

.sq .sq-sev-opt:hover {
  background: rgba(0,119,55,0.04);
}

.sq .sq-sev-circle {
  width: 70px;
  height: 70px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.30);
  box-shadow:
    6px 9px 40px #9BB9D3,
    -6px -6px 16px rgba(255, 255, 255, 0.60);
  border: 2px solid white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t);
}

.sq .sq-sev-inner {
  width: 54.5px;
  height: 54.5px;
  border-radius: 9999px;
}

.sq .sq-sev-pie {
  background: conic-gradient(
    from 180deg,
    #007737 0%,
    #E8E350 var(--pie),
    transparent var(--pie),
    transparent 100%
  );
}

.sq .sq-sev-opt.selected .sq-sev-circle {
  border: 2px solid var(--green);
  box-shadow:
    6px 9px 40px #9BB9D3,
    -6px -6px 16px rgba(255, 255, 255, 0.60);
}

.sq .sq-sev-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sq .sq-sev-text {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-mid);
  text-align: center;
  transition: color var(--t);
}

.sq .sq-sev-opt.selected .sq-sev-text {
  color: var(--green);
}

/* Q4 & Q5 — YES/NO PILL CARDS */
.sq .sq-yesno {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 8px 0;
}

.sq .sq-yn-card {
  width: 137px;
  background: linear-gradient(199deg, #EBF2F9 34%, #C6D7EB 100%);
  border-radius: 62px;
  padding: 55px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  user-select: none;
  box-shadow:
    8px 40px 96px rgba(18, 61, 101, 0.14),
    inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  border: 1px solid white;
  transition: all var(--t);
}

.sq .sq-yn-card:hover {
  transform: translateY(-2px);
}

.sq .sq-yn-card[data-value="1"].selected {
  border-color: #007737;
  border-width: 4px;
}

.sq .sq-yn-card[data-value="2"].selected {
  border-color: #A70101;
  border-width: 4px;
}

.sq .sq-yn-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sq .sq-yn-card[data-value="1"] .sq-yn-icon {
  background: linear-gradient(147deg, #4CAF50 0%, #007737 100%);
  box-shadow:
    -6px -6px 16px rgba(255, 255, 255, 0.60),
    9px 6px 40px rgba(0, 180, 71, 0.60);
  outline: 1px solid #007737;
}

.sq .sq-yn-card[data-value="2"] .sq-yn-icon {
  background: linear-gradient(147deg, #FF2A2A 0%, #A70101 100%);
  box-shadow:
    -6px -6px 16px rgba(255, 255, 255, 0.60),
    9px 6px 40px rgba(255, 71, 71, 0.60);
  outline: 1px solid #990101;
}

.sq .sq-yn-icon svg { width: 24px; height: 24px; }
.sq .sq-yn-icon .ic-yes { color: white; }
.sq .sq-yn-icon .ic-no { color: white; }

.sq .sq-yn-text {
  font-size: 18px;
  font-weight: 400;
  color: #424342;
  transition: color var(--t);
}

.sq .sq-yn-card.selected .sq-yn-text {
  color: #424342;
}

/* NAVIGATION */
.sq .sq-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: linear-gradient(180deg, rgba(229, 240, 249, 0) 1%, #E8F0FA 50%);
  pointer-events: none;
  z-index: 3;
}

.sq .sq-nav {
  position: relative;
  padding: 0 20px 32px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.sq .sq-nav-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(229,240,249,0) 0%, #E8F0FA 50%);
  pointer-events: none;
  z-index: -1;
}

.sq .sq-btn-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green);
  color: var(--white);
  padding: 16px 40px;
  border-radius: 1000px;
  border: 2px solid var(--white);
  font-family: inherit;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: all var(--t);
  user-select: none;
  white-space: nowrap;
}

.sq .sq-btn-next:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.sq .sq-btn-next:hover:not(:disabled) {
  background: var(--green-dark);
  box-shadow: 0 4px 16px rgba(0,119,55,0.3);
}

.sq .sq-btn-next svg {
  width: 22px;
  height: 14px;
  flex-shrink: 0;
}

.sq .sq-btn-back {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--t);
  flex-shrink: 0;
}

.sq .sq-btn-back:hover {
  background: #f0f6f2;
}

.sq .sq-btn-back svg {
  width: 22px;
  height: 14px;
  color: var(--green);
}

/* LOADER */
.sq .sq-loader {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 24px;
  flex: 1;
}
.sq .sq-loader.active { display: flex; }

.sq .sq-loader-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-green);
  text-align: center;
  line-height: 1.6;
}

.sq .sq-loader-text b {
  font-weight: 700;
}

.sq .sq-loader-gif {
  width: 200px;
  height: auto;
}/* End custom CSS */
/* Start custom CSS */[tabindex="0"] {
  pointer-events: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

[tabindex="0"]:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

#elementor-popup-modal-7426 {
  z-index: 999999 !important;
}/* End custom CSS */