.elementor-1087 .elementor-element.elementor-element-f636fc3{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:24px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:10;}.elementor-widget-softlite_image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1087 .elementor-element.elementor-element-d4a19f7 img{width:100%;}.elementor-1087 .elementor-element.elementor-element-54ace36{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1087 .elementor-element.elementor-element-a95b31a{font-family:"GothamGreek-Book", Sans-serif;font-size:1.3rem;font-weight:400;color:#000000;}.elementor-1087 .elementor-element.elementor-element-21baa44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1087 .elementor-element.elementor-element-c532a3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-1087 .elementor-element.elementor-element-f636fc3{--margin-top:0px;--margin-bottom:24px;--margin-left:0px;--margin-right:0px;}.elementor-widget-softlite_image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(min-width:768px){.elementor-1087 .elementor-element.elementor-element-f636fc3{--width:auto;}}@media(max-width:767px){.elementor-1087 .elementor-element.elementor-element-f636fc3{--width:auto;--margin-top:0px;--margin-bottom:24px;--margin-left:0px;--margin-right:0px;}.elementor-widget-softlite_image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}.elementor-1087 .elementor-element.elementor-element-d4a19f7 img{display: block;max-width: 100%;vertical-align: middle;}
.elementor-1087 .elementor-element.elementor-element-f636fc3{display: block;}










/* Start custom CSS *//* Container για κάθε ερώτηση */
[id^="question"] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.11);
  margin: 30px auto 24px auto;
  padding: 30px 22px 24px 22px;
  max-width: 1080px;
}

/* Ερώτηση τίτλος αν υπάρχει */
[id^="question"] > .quiz-title, 
[id^="question"] > h2,
[id^="question"] .elementor-widget-heading,
[id^="question"] .elementor-widget-text-editor {
  font-size: 1.14rem;
  font-weight: bold;
  color: #2857a7;
  margin-bottom: 18px;
}

/* Radio επιλογές σύμφωνα με elementor structure */
[id^="question"] label {
    display: block;
    margin-bottom: 14px;
    padding: 0px 16px;
    border-radius: 6px;
    font-size: 1.27rem;
    background: none;
    cursor: pointer;
    border: none;
    transition: background 0.2s, border 0.2s;
    color: #3d5094;
    font-weight: 500;
}
[id^="question"] input[type="radio"] {
  margin-right: 12px;
  accent-color: #2857a7;
}

/* Feedback περιοχές με ids correctX/wrongX */
[id^="correct"], [id^="wrong"] {
  display: none; /* Οι εμφανίσεις γίνονται από JS! */
  font-size: 1.08rem;
  padding: 16px;
  margin:18px 0;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(40,87,167,0.05);
}
[id^="correct"] {
  background: #e7f5eb;
  color: #2d6a36;
  border: 1.5px solid #6cce98;
}
[id^="wrong"] {
  background: #ffe4e4;
  color: #a94442;
  border: 1.5px solid #ed6b6b;
}
/* Σωστή απάντηση: πράσινο checkmark */
[id^="correct"]:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  margin-right:16px;
  width: 32px; height: 32px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%2366D390"/><path d="M7 17l6 6 11-11" stroke="white" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
  background-size: contain;
}

/* Λάθος απάντηση: κόκκινο Χ */
[id^="wrong"]:before {
  content:"";
  display: inline-block;
  vertical-align: middle;
  margin-right:16px;
  width: 32px; height: 32px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="%23FF8C8C"/><path d="M10 10l12 12M22 10l-12 12" stroke="white" stroke-width="3" fill="none" stroke-linecap="round"/></svg>') center center no-repeat;
  background-size: contain;
}
[id^="correct"], [id^="wrong"] {
  opacity: 0;
  transition: opacity 0.27s;
}
[id^="correct"]:not([style*="display:none"]), 
[id^="wrong"]:not([style*="display:none"]) {
  opacity: 1;
}

/* Κουμπί συνέχισης (όνομα class ή custom body.elementor-page-1087 που έχεις ήδη χρησιμοποιήσει π.χ. next-question-btn) */
.next-question-btn,
.next-question,
.continue-btn {
  display: none;
  margin-top: 18px;
  padding: 11px 22px;
  font-size: 1rem;
  background: #2857a7;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 1px 8px rgba(40,87,167,0.08);
  transition: background 0.18s;
}
.next-question-btn:hover,
.next-question:hover,
.continue-btn:hover {
  background: #1c4287;
}

/* Περιοχή αποτελέσματος ( τελευταία ενότητα ) */
#quiz-result {
  min-height:120px;
  text-align:center;
  background:#f4f8fb;
  border-radius:9px;
  margin-top:35px;
  padding:28px 12px;
  font-size:1.18rem;
}
p.references {font-size:0.7em;padding-top:20px;}
/* Περιοχή ερώτησης με διαφορετικό background ανα ερώτηση */
.mainquestionarea {
  position: relative;
  box-shadow: 0 8px 32px rgba(40,87,167,0.18);
  border-radius: 24px;
  padding: 42px 28px 34px 28px;
  margin: 38px auto;
  max-width: 820px;
  overflow: visible !important;
}

/* 1η ερώτηση: ροζ */
#question1 .mainquestionarea,#question3 .mainquestionarea {
  background-color: #fad5e6;
  border: 2px solid #f9b3d3;
}
#question2 .mainquestionarea,#question4 .mainquestionarea  {
  background-color: #87cfda;
  border: 2px solid #87cfda;
}

#question1 .quiz-title,#question3 .quiz-title {
  background: linear-gradient(120deg, #87cfda 75%, #87cfda 100%);
  color: #fff;
  font-size: 1.21rem;
  font-weight: bold;
  padding: 18px 26px;
  border-radius: 16px;
  margin-bottom: 22px;
  text-align: center;
  box-shadow: 0 2px 14px rgba(40,87,167,0.13);
  letter-spacing: 0.02em;
}
#question2 .quiz-title,#question4 .quiz-title {
  background: linear-gradient(120deg, #fad5e6 75%, #fad5e6 100%);
  color: #fff;
  font-size: 1.21rem;
  font-weight: bold;
  padding: 18px 26px;
  border-radius: 16px;
  margin-bottom: 22px;
  text-align: center;
  box-shadow: 0 2px 14px rgba(40,87,167,0.13);
  letter-spacing: 0.02em;
}
.quiz-title:before {
    background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/iq-logo-small1.png);
    background-position: center;
    content: '';
    background-size: contain;
    position: absolute;
    left: -20px;
    top: -15px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 1;
}
.mainquestionarea:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -80px;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  pointer-events: none;
  transform: rotate(2deg);
}
@media (min-width: 1023px) {
#question1 .mainquestionarea:after {
  background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/step1-after1.png);
}
#question2 .mainquestionarea:after {
  background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/step2-after1.png);
}
#question3 .mainquestionarea:after {
  background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/step3-after1.png);
}
#question4 .mainquestionarea:after {
  background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/step4-after1.png);
}
#quiz-result .mainquestionarea:after {
  background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/step5-after1.png);
  top: 99px;
}
.mainquestionarea {transform: skew(-6deg, -1.5deg);overflow: visible !important;}
/* Reset skew για εσωτερικό content ώστε να μην στραβώνει το κείμενο/radio */
.mainquestionarea > * { transform: skew(6deg, 1.5deg); }
}
@media (max-width: 1023px) {.mainquestionarea:after {display:none;}}
#quiz-result .quiz-title:before {top: -45px;}

#quiz-result.mainquestionarea {min-height: 320px;}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'GothamGreek-Book';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/GothamGreek-Book-18.eot');
	src: url('https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/GothamGreek-Book-18.eot?#iefix') format('embedded-opentype'),
		url('https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/GothamGreek-Book-18.woff2') format('woff2'),
		url('https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/GothamGreek-Book-18.woff') format('woff'),
		url('https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/GothamGreek-Book-18.ttf') format('truetype'),
		url('https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/GothamGreek-Book-18.svg#GothamGreek-Book') format('svg');
}
/* End Custom Fonts CSS */
