.elementor-4641 .elementor-element.elementor-element-0fec24b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4641 .elementor-element.elementor-element-63c21b0{--display:flex;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-8e1b0a9 */.period-quiz {
  max-width: 900px;
  margin: 140px auto;
  font-family: "Cera Pro", Sans-serif;
 padding-top:30px;
}
.period-quiz::before {
  content: "";
  position: absolute;
  top: -180px;          /* ρύθμισέ το */
  right: 390px;       /* το "κάπου δεξιά" */
  width: 420px;
  height: 420px;

  background: url('/wp-content/uploads/2026/02/questionmarkss.png') no-repeat center;
  background-size: contain;
 animation: slowRotate 18s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
  
}
@keyframes slowRotate {
  from { transform: rotate(-10deg); }
  to   { transform: rotate(18deg); }
}
.period-quiz > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .period-quiz::after {
    display: none;
  }
}
.quiz-intro h1{font-family: "Cera Pro", Sans-serif;
    color: #222222;
    font-size: 2.8571428571429rem;
    font-weight: 600;
}

.quiz-intro {
  text-align: center;
  font-family: "Cera Pro", Sans-serif;
    font-size: 18px;
}
.quiz-intro p{margin-bottom: 30px;}
.start-quiz {
  padding: 1rem 2.2rem;
  border-radius: 999px;
  border: none;
  /*background: linear-gradient(135deg,#7b5cff,#ff7ad9);*/
  color: #fff;
  cursor: pointer;
}
.quiz-question h2{font-family: "Cera Pro", Sans-serif;
    color: #222222;
    font-size: 2.8571428571429rem;
    font-weight: 600;}
/* Progress */
.quiz-progress span {
  display: block;
  height: 6px;
  width: 0;
  background: linear-gradient(90deg,#7b5cff,#ff7ad9);
  border-radius: 999px;
}

/* GRID */
.answers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 767px) {
  .answers-grid {
    grid-template-columns: 1fr;
  }
}

/* CARD */
.answer-card {
  background: #f6f8fb;
  border: 1px solid #eef1f5;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease, transform .2s ease;
  /*aspect-ratio: 1 / 1;*/
  display: flex;
  flex-direction: column;
}

.answer-card:hover {
 box-shadow: 0 8px 22px rgba(0,0,0,.1);
}

.answer-card.selected {
  border-color: #7b5cff;
  box-shadow: 0 16px 36px rgba(123,92,255,.28);
  transform: translateY(-2px);
}



.answer-card p {
  flex: 1;
 padding: 26px 22px 22px;
  display: flex;
 
  font-size: 1.25rem;
  line-height: 1.25;
   font-weight: 400;
  letter-spacing: -0.01em;
   align-items: center;        /* κάθετα στο κέντρο */
  justify-content: center;    /* οριζόντια στο κέντρο */
  text-align: center;       
}
.answer-card {
  background-image: linear-gradient(
    to bottom,
    rgba(255,255,255,0.6),
    rgba(255,255,255,0)
  );
}



/* Focus */
.answer-card:focus-visible {
  outline: 3px solid #ff7ad9;
  outline-offset: 3px;
}
.quiz-restart {
  display: block;
 
  padding: 1rem 2rem;
  border-radius: 999px;
  border: none;
  
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .answer-card {
    aspect-ratio: 1 / 1;
  }


}
.answer-emoji {
font-size: 2rem;
    margin: -5px 10px 0;
  opacity: 0.7;
}


.answer-card {
    display: flex;
     align-items: flex-start;
    align-items: center;   /* ΚΕΝΤΡΑΡΕΙ το icon στο ύψος του card */
    gap: 12px;
    padding: 20px;
    
}

.answer-emoji {
    flex: 0 0 32px;        /* σταθερό πλάτος → σταθερό alignment */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.answer-card p {
    margin: 0;
    line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fd86e1 */.product-popup[hidden] {
  display: none;
}

/* Container */
.product-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

/* Dark overlay */
.product-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
}

/* Dialog */
.product-popup__dialog {
  position: relative;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.25);
  animation: popupIn .2s ease;
}

/* Image column */
.product-popup__image-wrap {
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.product-popup__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Content column */
.product-popup__content {
  padding: 40px;
  overflow-y: auto;
}

.product-popup__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #6d28d9;
}

.product-popup__text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.product-popup__text p {
  margin-bottom: 18px;
}

.product-popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: #b57aa3; /* ροζ-μωβ tone */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease, background .2s ease;
  font-size:30px;
}

/* Χ δημιουργημένο με 2 γραμμές */
.product-popup__close span {
  position: relative;
  width: 22px;
  height: 22px;
}

.product-popup__close span::before,
.product-popup__close span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transform-origin: center;
}

.product-popup__close span::before {
  transform: rotate(45deg);
}

.product-popup__close span::after {
  transform: rotate(-45deg);
}

/* Hover effect */
.product-popup__close:hover {
  background: #a86894;
  transform: scale(1.08);
}

/* Mobile size */
@media (max-width: 768px) {
  .product-popup__close {
    width: 52px;
    height: 52px;
    top: 12px;
    right: 12px;
  }

  .product-popup__close span {
    width: 18px;
    height: 18px;
  }

  .product-popup__close span::before,
  .product-popup__close span::after {
    width: 18px;
  }
}

/* Responsive */
@media (max-width: 900px) {

  .product-popup__dialog {
    grid-template-columns: 1fr;
    max-height: 95vh;
  }

  .product-popup__image-wrap {
    padding: 20px;
  }

  .product-popup__content {
    padding: 25px;
  }

  .product-popup__title {
    font-size: 22px;
  }
}

/* Animation */
@keyframes popupIn {
  from { opacity: 0; transform: scale(.95); }
  to { opacity: 1; transform: scale(1); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-63c21b0 */.image-popup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 700px;
  margin: 40px auto;
}

@media (max-width: 767px) {
  .image-popup-grid {
    grid-template-columns: 1fr;
  }
}

.popup-thumb {
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
}

.popup-thumb img {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* OVERLAY */
.image-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* MODAL */
.image-popup {
  background: #fff;
  border-radius: 22px;
  max-width: 90vw;
  max-height: 90vh;
  padding: 24px;
  position: relative;
  text-align: center;
}

.image-popup img {
  max-width: 100%;
  max-height: 60vh;
  border-radius: 16px;
}

.popup-title {
  margin-bottom: 16px;
}

.popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  background: none;
  font-size: 1.8rem;
  cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0fec24b */body.postid-3511 #page{
  background-color: #fafcf9;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(0,0,0,0.04) 1px, transparent 0);
  background-size: 24px 24px;
  border-radius: 24px;
}/* End custom CSS */