.elementor-1200 .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-1200 .elementor-element.elementor-element-d4a19f7 img{width:100%;}.elementor-1200 .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-1200 .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-1200 .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 );}}@media(min-width:768px){.elementor-1200 .elementor-element.elementor-element-f636fc3{--width:auto;}}@media(max-width:767px){.elementor-1200 .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-1200 .elementor-element.elementor-element-d4a19f7 img{display: block;max-width: 100%;vertical-align: middle;}
.elementor-1200 .elementor-element.elementor-element-f636fc3{display: block;}












/* Start custom CSS */.start-quiz-btn {
  padding: 13px 32px;
  font-size: 1.05rem;
  font-weight: 500;
  background: linear-gradient(100deg, #2857a7 80%, #fb7fa1 100%);
  color:#fff;
  border:none;
  border-radius:12px;
  margin:18px 0 0 0;
  box-shadow:0 2px 12px rgba(40,87,167,0.07);
  cursor:pointer;
  transition:background 0.19s;
}
.start-quiz-btn:hover {
  background: linear-gradient(100deg, #fb7fa1 50%, #2857a7 100%);
}
.intro-content ul li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 35px;
    background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/10/iq-logo-small1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
}
 .intro-content ul li{list-style: none;}
 .text-light-blue {
    color: #55c5cf;
}

/* Styling κάθε επιλογής radio, μία κάτω από την άλλη */
.mainquestionarea form label {
    display: block;
    margin-bottom: 15px;
    padding: 18px 22px;
    border-radius: 7px;
    font-size: 1.08rem;
    background: #e8f3fb;
    border: 3px dashed #c9e3f4;
    cursor: pointer;
    transition: background 0.21s, border 0.18s;
    position: relative;
    max-width: 80%;
}

/* Το radio */
.mainquestionarea input[type="radio"] {
  margin-right: 16px;
  accent-color: #2857a7;
}

/* Όταν επιλεγεί μία απάντηση - εμφανίζει ροζ */
.mainquestionarea input[type="radio"]:checked + label,
.mainquestionarea input[type="radio"]:checked ~ label {
  /* Αυτή η γραμμή πιάνει τα radio που είναι τυποποιημένα με το radio μέσα στο label */
  background: #ffe2f4;   /* απαλο ροζ */
  border-color: #f9b3d3;
  color: #ad3676;
}

.mainquestionarea input[type="radio"]:checked + label {
  font-weight: bold;
}

.mainquestionarea label.selected {
  background: #ffe2f4 !important;   /* ροζ */
  border-color: #f9b3d3 !important;
  color: #ad3676;
  font-weight: bold;
}


/* Εξαναγκασμένη σωστή γραμμή αν το radio ΔΕΝ είναι μέσα στο label, αλλά πριν */
.mainquestionarea input[type="radio"]:checked ~ label {
  font-weight: bold;
}

.mainquestionarea form label:hover {
  box-shadow: 0 2px 12px rgba(180, 210, 235, 0.18);
  border-color: #99ccee;
}

.quiz-title {color:#d63189;font-size:1.4em;font-weight:700;padding-top:20px;}



/* 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-1200 που έχεις ήδη χρησιμοποιήσει π.χ. 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;
  border:2px #98cdd8 dashed;
  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/11/sun1.png);
    background-position: center;
    content: '';
    background-size: contain;
    position: absolute;
    left: -87px;
    top: -100px;
    width: 120px;
    height: 120px;
    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);
}
#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);  
}
#quiz-result.mainquestionarea {min-height: 320px;}
 .mainquestionarea form {min-height:220px;background-position: 100% 40px;background-size:100px auto;background-repeat: no-repeat;padding-top:30px;padding-left:20px;padding-bottom:30px;}
 .mainquestionarea #form1 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/stagones.png);}
 .mainquestionarea #form2 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/bottle.png);}
 .mainquestionarea #form3 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/cloud.png);}
 .mainquestionarea #form4 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/apple.png);}
 .mainquestionarea #form5 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/diary.png);}
 .mainquestionarea #form6 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/pipila.png);}
 .mainquestionarea #form7 {background-image: url(https://www.iqpregnancytest.gr/wp-content/uploads/2025/11/rose.png);}
 
 @media (min-width: 1023px) {
.mainquestionarea {transform: skew(-6deg, -1.5deg);}
/* Reset skew για εσωτερικό content ώστε να μην στραβώνει το κείμενο/radio */
.mainquestionarea > * { transform: skew(6deg, 1.5deg); }
.mainquestionarea form label {max-width: 50%;}}/* End custom CSS */
