@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;700;800&display=swap');
#main .centerhtml {
  font-size: 100.01%;
}
body {
  font-size: 1.1rem;
  color: #000;
  font-family: 'Manrope', sans-serif;
  padding: 0px;
  margin: 0;
  line-height: 160%;
  font-weight: 300;
	overflow-x: hidden;
	padding-top: 111px
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #000;
}
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
h6 {
  border-bottom: 1px solid #CCCCCC;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 8px;
}
p {
  margin: 0 0 1.0em;
  line-height: 1.70em;
}
.left {
  float: left !important;
}
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
.right {
  float: right !important;
}
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
a:focus {}
a:hover {
  color: #CB8793;
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a {
  color: #CB8793;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
a:focus {
  outline: 0px solid transparent;
}
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
em, dfn {
  font-style: italic;
}
sup, sub {
  line-height: 0;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
}
address {
  margin: 0 0 1.5em;
  font-style: italic;
}
del {
  color: #666;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul, li ol {
  margin: 0;
}
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
  line-height: 1.70em;
}
dl {
  margin: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 4px 10px 4px 5px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.quiet {
  color: #666;
}
.loud {
  color: #000;
}
.highlight {
  background: #ff0;
}
.added {
  background: #060;
  color: #fff;
}
.removed {
  background: #900;
  color: #fff;
}
.first {
  margin-left: 0;
  padding-left: 0;
}
.last {
  margin-right: 0;
  padding-right: 0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
fieldset {
  border: none;
}
input {}
input:focus {}
body.contentpane {
  width: auto;
  margin: 10px;
  text-align: left;
}
img {
  border: 0 none;
}
@media (min-width: 1600px) {
  .sppb-row-container {
    max-width: 1440px;
  }
}
#webmacPage {}
.center {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

#header {
    padding: 20px 60px;
	background-color: #fff;
	    box-shadow: 0 0 15px #0000001a;
	z-index: 5;
	position: relative;
}
#header .center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo {
	flex:0 0 auto;
}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
width: 100%;
  height: auto;
  max-width:220px;
	
}
/*
 MaxiMenuCK level 1 underline (no pseudo-elements, full width incl padding)
 Works with parent items (submenus)
 Demo color: red
 Only affects level 1
*/

/* 1) Rollback any previous underline attempts (safe) */
ul.maximenuck > li.level1::before,
ul.maximenuck > li.level1::after,
ul.maximenuck > li.level1 > a::before,
ul.maximenuck > li.level1 > a::after,
ul.maximenuck > li.level1 > span.separator::before,
ul.maximenuck > li.level1 > span.separator::after,
ul.maximenuck > li.level1 > a .titreck::after,
ul.maximenuck > li.level1 > span.separator .titreck::after {
    content: none !important;
}

/* 2) Base state */
ul.maximenuck > li.level1 > a.maximenuck,
ul.maximenuck > li.level1 > span.separator {
    background-image: linear-gradient(#000, #000) !important; /* demo */
    background-repeat: no-repeat !important;
    background-position: 0 100% !important;  /* bottom INSIDE the button */
    background-size: 0% 2px !important;      /* hidden */
    transition: background-size 0.28s ease !important;
}

/* 3) Hover (trigger from LI so it works for parent items with submenu) */
ul.maximenuck > li.level1:hover > a.maximenuck,
ul.maximenuck > li.level1:hover > span.separator {
    background-size: 100% 2px !important;
}

/* 4) Keyboard focus support */
ul.maximenuck > li.level1:focus-within > a.maximenuck,
ul.maximenuck > li.level1:focus-within > span.separator {
    background-size: 100% 2px !important;
}

/* 5) Active/current stays visible */
ul.maximenuck > li.level1.active > a.maximenuck,
ul.maximenuck > li.level1.current > a.maximenuck,
ul.maximenuck > li.level1.active > span.separator,
ul.maximenuck > li.level1.current > span.separator {
    background-size: 100% 2px !important;
}

/* 6) Safety: do not affect level 2+ */
ul.maximenuck ul.maximenuck2 > li > a,
ul.maximenuck ul.maximenuck2 > li > span {
    background-image: none !important;
    background-size: initial !important;
    background-position: initial !important;
}

ul.maximenuck {
  position: relative;
}

/* The moving bar */
ul.maximenuck .wm-menu-indicator {
  position: absolute;
  left: 0;
  bottom: 0;        /* inside the menu bar */
  height: 2px;
  background: #000;  /* demo */
  width: 0;
  transform: translateX(0);
  transition: transform 260ms ease, width 260ms ease, opacity 180ms ease;
  opacity: 0;
  pointer-events: none;
}


#maximenuck113 li.item168 li.parent > .floatck {
    left: auto !important;
    right: 100% !important;
}


.wm-hero-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 6;
}

.wm-hero-video__media {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767px) {
    .wm-hero-video {
        aspect-ratio: 4 / 5;
        min-height: 320px;
    }

    .wm-hero-video__media {
        object-fit: cover;
        object-position: center center;
    }
}

#welcome{ background-image: url(../images/marble01.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
#welcome .center{ max-width: 1250px;}
#welcome h3 { font-weight: 300; }




.wm-circle-btn {
    position: absolute;
    right: 30px;
    bottom: -30px;

    width: 80px;
    height: 80px;

    background: #000;
    border-radius: 50%;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-decoration: none;
    overflow: hidden;

    /* ελαφρύ shadow, μαύρο 10% */
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);

    transition: background-color 220ms ease, box-shadow 220ms ease;
}

.wm-circle-btn:hover,
.wm-circle-btn:focus,
.wm-circle-btn:active,
.wm-circle-btn:visited {
    text-decoration: none;
}

.wm-circle-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    will-change: transform, opacity;
}

.wm-circle-btn i {
    font-size: 2rem;
    line-height: 1;
    color: #fff;

    transition: color 220ms ease;
}

/* Invert colors on hover/focus-visible */
.wm-circle-btn:hover,
.wm-circle-btn:focus-visible {
    background: #fff;
}

.wm-circle-btn:hover i,
.wm-circle-btn:focus-visible i {
    color: #000;
}

/* Παίζουμε loop animation και στο hover-in και στο hover-out μέσω classes από JS */
.wm-circle-btn.wm-animating-in .wm-circle-btn__icon,
.wm-circle-btn.wm-animating-out .wm-circle-btn__icon {
    animation: wmIconLoop 520ms ease forwards;
}

@keyframes wmIconLoop {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    35% {
        transform: translateX(120%);
        opacity: 0;
    }
    36% {
        transform: translateX(-120%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Focus ring optional */
.wm-circle-btn:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .wm-circle-btn {
        transition: none;
    }
    .wm-circle-btn i {
        transition: none;
    }
    .wm-circle-btn.wm-animating-in .wm-circle-btn__icon,
    .wm-circle-btn.wm-animating-out .wm-circle-btn__icon {
        animation: none;
    }
}


#services .center{ max-width: 900px;}
a.servLink {
    text-align: center;

}
a.servLink:hover{ text-decoration: none;}
/*a.servLink div.servImg{ border-radius: 500px; border: 1px dashed #000;}*/

a.servLink div.servImg {
    position: relative;
    border-radius: 50%;
    max-width: 180px;
    display: block;
    margin: 0 auto;	
	
}

a.servLink div.servImg::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;

    background: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'>\
<circle cx='50' cy='50' r='49' fill='none' stroke='%23000' stroke-width='0.2' stroke-dasharray='4 2' stroke-linecap='butt' shape-rendering='geometricPrecision'/>\
</svg>") center/100% 100% no-repeat;

    transform-origin: center;
    will-change: transform;
}

a.servLink:hover div.servImg {

   /* box-shadow: 0 0 30px #0000001f;*/
}




a.servLink img {
    max-width: 100%;
    height: auto;
    padding: 30px;
}
a.servLink h4{ color: #CB8793; font-weight: bold; margin-bottom: 10px; margin-top: 15px;}
a.servLink p{ color: #000;}




#eksidikefsi{ background: color(srgb 0.92 0.89 0.89 / 0.35); padding: 75px 0;}

#eksidikefsi h3{ margin-top: 0; margin-bottom: 0; font-weight: 300; text-align: center; font-size: 2.5rem;}
#eksidikefsi h4{ color: #CB8793; font-weight: 800;}
.progUL {
    display: flex;
    gap: 15px;              /* απόσταση μεταξύ των κουμπιών */
    padding: 0;
    margin: 30px 0;         /* κάθετο περιθώριο */
    list-style: none;
}

.progUL li {
    margin: 0;
}

.progUL li a {
    display: inline-block;
    padding: 12px 36px;     /* εσωτερικό padding κουμπιού */
    background: #ffffff;
    border: 1px solid #CB8793;
    text-decoration: none;
    color: #CB8793;
    font-weight: 500;
    transition: all 0.3s ease;
	border-radius: 500px;
}

.progUL li a:hover {
    background: #CB8793;
    color: #ffffff;
}


#ultrasound{ padding: 75px 0;}

#ultrasound h3{ margin-top: 0; margin-bottom: 0; font-weight: 300; text-align: center; font-size: 2.5rem;}
.ultrasoundLinks ul{ list-style: none; margin: 0; padding: 0;}
.ultrasoundLinks ul li{ border-bottom: 1px solid #ddd;}
.ultrasoundLinks ul li a{ display: block; padding: 10px; text-align: center; color: #000;}
.ultrasoundLinks ul li a:hover{ text-decoration: none; color: #CB8793;}








/* Minimal hero layout for wmItem (stack: title -> subtitle -> CTA) */
:root{
  --wm-header-h: 129px; /* άλλαξέ το αν χρειάζεται */
  --wm-pad: clamp(18px, 3vw, 56px);
  --wm-maxw: 1140px;
  --wm-bottom-space: clamp(24px, 6vh, 90px); /* να μην κολλάει κάτω */
}

/* HERO */
.wmItemHeader{
  position: relative;
  height: calc(100svh - var(--wm-header-h));
  min-height: calc(100svh - var(--wm-header-h));
  padding: var(--wm-pad);
  background: center / cover no-repeat;
  overflow: hidden;
box-sizing: border-box;
  /* Αυτό λύνει το “δίπλα δίπλα” */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;

  /* απομάκρυνση από το κάτω edge */
  padding-bottom: calc(var(--wm-pad) + var(--wm-bottom-space));
}

/* overlay για αναγνωσιμότητα */
/*.wmItemHeader::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.22));
}*/


.wmItemHeader::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.72) 0%,
      rgba(0,0,0,0.45) 35%,
      rgba(0,0,0,0.18) 70%,
      rgba(0,0,0,0.10) 100%
    );
}

.wmItemHeader::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* subtle grain */
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/ %3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  mix-blend-mode:overlay;
}


.wmItemHeader > *{
  position: relative;
  z-index: 1;
  max-width: min(var(--wm-maxw), 100%);
}

/* Title */
.wmItemHeader .title{ margin: 0; }
.wmItemHeader .title h1 {
    margin: 0;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 100;
}

/* Subtitle (αν υπάρχει) */
.wmItemHeader .subtitle{
  margin: 0;
  color: rgba(255,255,255,.86);
}

/* CTA */
.wmItemHeaderInfos{ margin: 0; }
.wmItemHeaderInfos p{ margin: 0; }

.wmItemHeaderInfos .btnRantevou {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 999px;
    background: none;
    color: #fff;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.wmItemHeaderInfos .btnRantevou:hover{
  transform: translateY(-1px);
  background: #fff;
	color: #000;
  box-shadow: 0 10px 28px rgba(0,0,0,.22);
}

.wmItemHeaderInfos .btnRantevou:focus-visible{
  outline: 3px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}

/* Text section */
.wmItemText{ padding: clamp(26px, 3.2vw, 54px) var(--wm-pad); text-align: justify;}
.wmItemText .center {
    max-width: var(--wm-maxw);
    margin: 0 auto;
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
}
@media (max-width: 768px){
  :root{ --wm-header-h: 74px; }
}
.wmItemText .center h2{ font-size: 1.4rem; margin-top: 2.6rem;}




/* Blog category layout: 3 cards per row */
.com-content-category-blog .blog-items.columns-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.com-content-category-blog .blog-items.columns-3 .blog-item {
    margin: 0;
}

.com-content-category-blog .blog-items.columns-3 .blog-card {
    height: 100%;
}

.com-content-category-blog .blog-items.columns-3 .blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.com-content-category-blog .blog-items.columns-3 .blog-card__link:hover,
.com-content-category-blog .blog-items.columns-3 .blog-card__link:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}

.com-content-category-blog .blog-items.columns-3 .item-image {
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.com-content-category-blog .blog-items.columns-3 .item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.com-content-category-blog .blog-items.columns-3 .blog-card__link:hover .item-image img,
.com-content-category-blog .blog-items.columns-3 .blog-card__link:focus-visible .item-image img {
    transform: scale(1.04);
}

.com-content-category-blog .blog-items.columns-3 .blog-card__title {
    margin: 0;
    padding: 18px 20px 22px;
    line-height: 1.4;
	font-size: 1.4rem;
}
.com-content-category-blog h1 {
    margin-bottom: 2rem;
    font-weight: 100;
    padding-bottom: 2rem;
    border-bottom: 1px solid #000;
}
.com-content-category-blog{ margin-bottom: 75px;}

.com-content-category-blog .page-title {
    background: color(srgb 0.92 0.89 0.89 / 0.35);
    
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;

    padding: 3rem 0;
	margin-bottom: 75px;
}

.com-content-category-blog h1 {
    max-width: 1440px;
    margin: 0 auto;

    font-weight: 100;
    padding: 0 20px 2rem;
    border-bottom: 1px solid #000;
}



@media (max-width: 991.98px) {
    .com-content-category-blog .blog-items.columns-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 640px) {
    .com-content-category-blog .blog-items.columns-3 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .com-content-category-blog .blog-items.columns-3 .blog-card__title {
        padding: 16px 16px 18px;
    }
}






:root {
  --wm-header-pad-y: 15px;
  --wm-header-pad-x: 60px;
  --wm-header-pad-y-scrolled: 5px;
  --wm-header-transition: 0.35s ease;
  --wm-header-shadow: 0 8px 24px rgba(0,0,0,0.08);
  --wm-header-height: 123px;
}

/* κρατάμε χώρο για το fixed header */
body {
  padding-top: var(--wm-header-height);
	padding-top: var(--wm-header-height);
}

/* =========================
   HEADER
   ========================= */

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
box-sizing: border-box;
  width: 100%;
  z-index: 1000;

  padding: var(--wm-header-pad-y) var(--wm-header-pad-x);

  background: rgba(255,255,255,0.85);

  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);

  transition:
    padding var(--wm-header-transition),
    box-shadow var(--wm-header-transition);
}

/* logo transition */
#logo {
  transition: transform var(--wm-header-transition);
  transform-origin: left center;
}

/* αρχική κατάσταση */
body:not(.header-is-scrolled) #header {
  box-shadow: none;
}

/* μετά τα 100px scroll */
body.header-is-scrolled #header {
  padding: var(--wm-header-pad-y-scrolled) var(--wm-header-pad-x);
  box-shadow: var(--wm-header-shadow);
}

/* shrink logo */
body.header-is-scrolled #logo {
  transform: scale(0.8);
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  #header,
  #logo {
    transition: none;
  }
}




/* RL Tabs / Accordions override
   Minimal, clean override για RLTA tabs
*/

[data-rlta-element="container"][data-rlta-type="accordions"] {
  --rlta-border: #000;
  --rlta-hover: color(srgb 0.92 0.89 0.89 / 0.35);
  --rlta-bg: #fff;
  --rlta-text: #111;
  --rlta-panel-text: #222;

  /* μεγαλύτερα padding */
  --rlta-pad-y: 1.35rem;
  --rlta-pad-x: 1.45rem;

  --rlta-gap: 0.8rem;

  display: grid;
  gap: var(--rlta-gap);
  margin: 2rem 0;
}
/* RL Tabs / Accordions override
   Σύγχρονη minimal card-style πρόταση
   Στόχος: πιο premium αίσθηση με ήπιες σκιές και καθαρό spacing
*/

[data-rlta-element="container"][data-rlta-type="accordions"] {
  --rlta-border: rgba(0, 0, 0, 0.08);
  --rlta-border-strong: rgba(0, 0, 0, 0.14);
  --rlta-text: #111;
  --rlta-muted: #4a4a4a;
  --rlta-bg: #ffffff;
  --rlta-hover: color(srgb 0.92 0.89 0.89 / 0.35);
  --rlta-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  --rlta-shadow-hover: 0 14px 36px rgba(0, 0, 0, 0.08);
  --rlta-radius: 16px;
  --rlta-gap: 0.9rem;
  --rlta-pad-y: 1.2rem;
  --rlta-pad-x: 1.35rem;

  display: grid;
  gap: var(--rlta-gap);
  margin: 2.25rem 0;
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: var(--rlta-pad-y) var(--rlta-pad-x);
  border: 1px solid var(--rlta-border);
  border-radius: var(--rlta-radius);
  background: var(--rlta-bg);
  color: var(--rlta-text);
  box-shadow: var(--rlta-shadow);
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"]:hover,
[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"]:focus-visible {
  background: var(--rlta-hover);
  border-color: var(--rlta-border-strong);
  box-shadow: var(--rlta-shadow-hover);
  transform: translateY(-1px);
  outline: none;
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"] {
  border-color: var(--rlta-border-strong);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: #fff;
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="heading"] {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: inherit;
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"]::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1;
  font-weight: 300;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"]:hover::after,
[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"]:focus-visible::after {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 0, 0, 0.14);
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"]::after {
  content: "−";
  transform: rotate(180deg);
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="panel"] {
  margin-top: calc(var(--rlta-gap) * -1 + 1px);
  border: 1px solid var(--rlta-border-strong);
  border-top: 0;
  border-bottom-left-radius: var(--rlta-radius);
  border-bottom-right-radius: var(--rlta-radius);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="panel"][hidden] {
  display: none !important;
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] {
  padding: 1.3rem 1.35rem 1.45rem;
  color: var(--rlta-muted);
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] > :first-child {
  margin-top: 0;
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] > :last-child {
  margin-bottom: 0;
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] p {
  margin: 0 0 0.95rem;
  line-height: 1.8;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=neutral][data-rlta-type=accordions]>[data-rlta-element=button] {
    border: 1px solid #c0c6cf;
    border-radius: 5px;
    padding: 0.95rem 1.25rem;
}
@media (max-width: 768px) {
  [data-rlta-element="container"][data-rlta-type="accordions"] {
    --rlta-radius: 14px;
    --rlta-gap: 0.75rem;
    --rlta-pad-y: 1.05rem;
    --rlta-pad-x: 1.1rem;
  }

  [data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="heading"] {
    font-size: 1rem;
  }

  [data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"]::after {
    width: 1.85rem;
    height: 1.85rem;
    flex-basis: 1.85rem;
  }

  [data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] {
    padding: 1.1rem 1.1rem 1.2rem;
  }
}

[data-rlta-element="container"][data-rlta-type="accordions"] {
  margin: 2rem 0;
}

/* Button */
[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"] {
  width: 100%;
  box-sizing: border-box;
}

/* Το βασικό fix είναι εδώ */
[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="panel"] {
  box-sizing: border-box;
  width: 100%;
  padding: 0 !important;
  margin-top: -1px;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 0;
  background: #fff;
}

/* Εδώ μπαίνουν πλέον οι εσωτερικές αποστάσεις */
[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] {
  box-sizing: border-box;
  width: 100%;
  padding: 1.35rem 1.45rem 1.45rem;
}

/* Καθαρό typography */
[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] > :first-child {
  margin-top: 0;
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] > :last-child {
  margin-bottom: 0;
}

[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] p,
[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] ul,
[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] ol,
[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] h2,
[data-rlta-element="container"][data-rlta-type="accordions"] [data-rlta-element="panel-content"] h3 {
  max-width: none;
}

/* Αν θες να δένει οπτικά τέλεια με το ανοιχτό tab */
[data-rlta-element="container"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"] {
  margin-bottom: 0;
}



.simpleTemplate .page-title {
    background: color(srgb 0.92 0.89 0.89 / 0.35);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 3rem 0;
    margin-bottom: 75px;
}

.simpleTemplate .page-title h1,
.simpleTemplate .page-title h2 {
    max-width: 1440px;
    margin: 0 auto;
    font-weight: 100;
    padding: 0 20px 2rem;
    border-bottom: 1px solid #000;
    line-height: 1.15;
    box-sizing: border-box;
	font-size: 2rem;
}

.simpleTemplate .simpleTemplate__main {
    display: grid;
        grid-template-columns: 30% calc(70% - 48px);
    gap: 48px;
    align-items: start;
    margin-bottom: 80px;
	max-width: 1140px;
}

.simpleTemplate .simpleTemplate__sidebar {
    position: sticky;
    top: 30px;
	text-align: justify;
}

.simpleTemplate .simpleTemplate__sidebar .com-content-article__image,
.simpleTemplate .simpleTemplate__sidebar figure,
.simpleTemplate .simpleTemplate__sidebar .item-image {
    margin: 0 0 24px;
	width: 100%;
}

.simpleTemplate .simpleTemplate__sidebar img {
    display: block;
    width: 100%;
    height: auto;
}

.simpleTemplate .simpleTemplate__sidebar-title {
    margin: 0 0 16px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300;
}

.simpleTemplate .simpleTemplate__field--id2 {
    font-size: 1rem;
    line-height: 1.7;
}

.simpleTemplate .simpleTemplate__content {
    min-width: 0;
}

.simpleTemplate .com-content-article__body {
    
    line-height: 1.85;
	text-align: justify;
}

.simpleTemplate .com-content-article__body > *:first-child {
    margin-top: 0;
}

.simpleTemplate .com-content-article__body img {
    max-width: 100%;
    height: auto;
}

.simpleTemplate .com-content-article__body iframe,
.simpleTemplate .com-content-article__body video,
.simpleTemplate .com-content-article__body table {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .simpleTemplate .page-title {
        padding: 2.25rem 0;
        margin-bottom: 50px;
    }

    .simpleTemplate .simpleTemplate__main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .simpleTemplate .simpleTemplate__sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .simpleTemplate .page-title h1,
    .simpleTemplate .page-title h2 {
        padding: 0 20px 1.25rem;
    }

    .simpleTemplate .simpleTemplate__main {
        gap: 24px;
        margin-bottom: 50px;
    }
}

.simplefullwidth .page-title {
    background: color(srgb 0.92 0.89 0.89 / 0.35);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 3rem 0;
    margin-bottom: 60px;
}

.simplefullwidth .page-title h1,
.simplefullwidth .page-title h2 {
    max-width: 1440px;
    margin: 0 auto;
    font-weight: 100;
    padding: 0 20px 2rem;
    border-bottom: 1px solid #000;
    line-height: 1.15;
    box-sizing: border-box;
}

.simplefullwidth .simplefullwidth__image-wrap {
    margin-bottom: 50px;
}

.simplefullwidth .simplefullwidth__image-wrap .com-content-article__image,
.simplefullwidth .simplefullwidth__image-wrap figure,
.simplefullwidth .simplefullwidth__image-wrap .item-image {
    margin: 0;
}

.simplefullwidth .simplefullwidth__image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.simplefullwidth .simplefullwidth__content {
    margin-bottom: 80px;
}

.simplefullwidth .com-content-article__body {
    width: 100%;
    max-width: 100%;
    font-size: 1.05rem;
    line-height: 1.9;
}

.simplefullwidth .com-content-article__body > *:first-child {
    margin-top: 0;
}

.simplefullwidth .com-content-article__body img {
    max-width: 100%;
    height: auto;
}

.simplefullwidth .com-content-article__body iframe,
.simplefullwidth .com-content-article__body video,
.simplefullwidth .com-content-article__body table {
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .simplefullwidth .page-title {
        padding: 2.25rem 0;
        margin-bottom: 40px;
    }

    .simplefullwidth .simplefullwidth__image-wrap {
        margin-bottom: 36px;
    }

    .simplefullwidth .simplefullwidth__content {
        margin-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .simplefullwidth .page-title h1,
    .simplefullwidth .page-title h2 {
        padding: 0 20px 1.25rem;
    }

    .simplefullwidth .simplefullwidth__image-wrap {
        margin-bottom: 28px;
    }

    .simplefullwidth .simplefullwidth__content {
        margin-bottom: 50px;
    }
}


.spHeader h1{ 
	margin: 0;
    color: #fff;
    margin-bottom: 2rem;
    font-weight: 100;
	margin-bottom: 30px;
}
.spHeader h3{
		margin: 0;
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 300;
	margin-bottom: 30px;
}
.simplefullwidth__content h4{
		margin: 0;
    margin-bottom: 1.5rem;
    font-weight: 300;
	margin-bottom: 30px;	
	
}

ul.social{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: left;

}
ul.social li a {
    border: 1px solid #CB8793;
    border-radius: 100px;
    font-size: 1.5em;
    width: 50px;
    display: flex;
    align-items: center;
    height: 50px;
    text-align: center;
    justify-content: center;
    color: #CB8793;
    margin: 0 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
ul.social li a:hover {
    text-decoration: none;
	background-color: #CB8793;
    color: #fff;
    border-color: #CB8793;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.contact-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: .6rem;
}

.contact-list li i{
  width: 28px;
  text-align: center;
  padding-right: 10px;
  border-right: 1px solid #000;
  flex-shrink: 0;
}

.contact-list li a{
  padding-left: 2px;
  text-decoration: none;
color: #000;
}
.contact-list li a:hover{color: #CB8793;}

#footer h4 {
    font-weight: 300;
    margin: 20px 0;
	font-size: 1.1rem;
}

.footerBTN{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #fff;
  color: #CB8793;
	border: 1px solid #CB8793;
  padding: 10px 18px;
  font-size: 0.8rem;
  font-weight: 500;

  border-radius: 5px;
  text-decoration: none;

  transition: background .2s ease, transform .15s ease;
}
.contactPageBTN{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #CB8793;
border: 1px solid #CB8793;
  padding: 15px 25px;
  font-size: 1rem;
  font-weight: 500;

  border-radius: 5px;
  text-decoration: none;

  transition: background .2s ease, transform .15s ease;
}
.contactPageBTN:hover{
  background: #CB8793;
	color: #fff;
	text-decoration:none;
}


.footerBTN:hover{
  background: #CB8793;
	color: #fff;
	text-decoration:none;
}

.footerBTN i{
  font-size: 1.1em;
}
p.footNote{ font-size: 0.8rem; text-align: justify;}
button.sendFormBTN {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #CB8793 !important;
    border: 1px solid #CB8793 !important;
    padding: 17px 25px !important;
    font-size: 1rem !important;
    font-weight: 500;
    border-radius: 5px !important;
    text-decoration: none;
    background-color: transparent !important;
    transition: background .2s ease, transform .15s ease;
}
button.sendFormBTN:hover{
	background-color: #CB8793 !important;
	color: #fff !important;
}

#footer{ border-top:1px solid #000; font-size: 1rem;}
.logoFoot img{ max-width: 100%; height: auto;}


/* Footer menu scoped strictly to ul.footMenu */

ul.footMenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

ul.footMenu li {
  margin: 0;
  padding: 0;
}

ul.footMenu li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.25rem 0 0.25rem 2rem;
  color: #000;

  line-height: 1.45;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

/* icon base */
ul.footMenu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}

/* individual icons */

/* Υπερηχογραφήματα */
ul.footMenu li:nth-child(1) a::before {
  background-image: url("../images/footerIcons/ultrasound.png");
}

/* NIPT */
ul.footMenu li:nth-child(2) a::before {
  background-image: url("../images/footerIcons/dna.png");
}

/* Επεμβατικός Προγεννητικός Έλεγχος */
ul.footMenu li:nth-child(3) a::before {
  background-image: url("../images/footerIcons/syringe.png");
}

/* Εμβρυϊκές Θεραπείες */
ul.footMenu li:nth-child(4) a::before {
  background-image: url("../images/footerIcons/embryo.png");
}

/* hover */

ul.footMenu li a:hover,
ul.footMenu li a:focus-visible {
  color: #57455f;
  transform: translateX(4px);
}

ul.footMenu li a:hover::before,
ul.footMenu li a:focus-visible::before {
  transform: translateY(-50%) translateX(3px);
  opacity: 1;
}

/* subtle underline */

ul.footMenu li a::after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: -2px;
  width: calc(100% - 2rem);
  height: 1px;
  background: rgba(87, 69, 95, 0.14);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}

ul.footMenu li a:hover::after,
ul.footMenu li a:focus-visible::after {
  transform: scaleX(1);
}

ul.footMenu li a:focus-visible {
  outline: none;
}

@media (max-width: 767.98px) {
  ul.footMenu {
    gap: 0.7rem;
  }

  ul.footMenu li a {
   
    padding-left: 1.8rem;
  }

  ul.footMenu li a::before {
    width: 20px;
    height: 20px;
  }

  ul.footMenu li a::after {
    left: 1.8rem;
    width: calc(100% - 1.8rem);
  }
}



/* clickable card */
.wmBlog .blog-item-link{
  display:block;
  text-decoration:none;
  color:inherit;
  position:relative;
}

/* image */
.wmBlog .item-image{
  margin:0;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
  position:relative;
  z-index:1;
}

.wmBlog .item-image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:15px;
}

/* white content box */
.wmBlog .blog-item-text{
  width:95%;
  margin:-20px 0 0 auto;
  background:#fff;
  padding:24px 28px;
  border-radius:15px;
  box-shadow:0 12px 30px rgba(0,0,0,0.14);
  position:relative;
  z-index:2;
}

/* title */
.wmBlog .blog-item-title{
  margin:0 0 10px;
  font-size:1.25rem;
  line-height:1.35;
}

/* date */
.wmBlog .blog-item-date{
  display:inline-block;
  font-size:0.95rem;
  line-height:1.4;
  opacity:0.7;
}

/* hover effect */
.wmBlog .blog-item-link:hover .item-image{
  box-shadow:0 16px 36px rgba(0,0,0,0.16);
}

.wmBlog .blog-item-link:hover .blog-item-text{
  box-shadow:0 16px 36px rgba(0,0,0,0.18);
}

@media (max-width:768px){

  .wmBlog .blog-item-text{
    width:92%;
    margin:-16px 0 0 auto;
    padding:18px 20px;
  }

  .wmBlog .blog-item-title{
    font-size:1.05rem;
  }

  .wmBlog .blog-item-date{
    font-size:0.88rem;
  }

}
.wmBlog .blog-items{ max-width: 1140px; margin: 0 auto;}
.wmBlogTitle {
    background: color(srgb 0.92 0.89 0.89 / 0.35);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 3rem 0;
    margin-bottom: 75px;
}



.wmArticle{
  width:min(100%, 980px);
  margin:0 auto;
	margin-bottom: 75px;
}

.wmArticle__header{
  margin:0 0 2rem;
}

.wmArticle__title{
  margin:0;
  padding:0 0 1rem;
  border-bottom:1px solid #000;
  font-size:2.2rem;
  line-height:1.15;
  font-weight:300;
	margin-top: 35px;
}

.wmArticle__dateWrap{
  margin-top:0.9rem;
}

.wmArticle__date{
  display:inline-block;
  font-style:italic;
  font-size:1rem;
  line-height:1.4;
  color:#555;
}

.wmArticle__image{
  margin:0 0 2.2rem;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0, 0, 0, 0.14);
}

.wmArticle__image img{
  display:block;
  width:100%;
  height:auto;
}

.wmArticle__body{
  text-align: justify;
  line-height:1.8;
}

.wmArticle__body img,
.wmArticle__body iframe,
.wmArticle__body video,
.wmArticle__body table{
  max-width:100%;
}

.wmArticle__body img{
  height:auto;
}

.wmArticle__body iframe,
.wmArticle__body video{
  width:100%;
}

.wmArticle__body figure{
  max-width:100%;
  margin:1.5rem 0;
}

.wmArticle__body p:first-child{
  margin-top:0;
}

.wmArticle__readmore{
  margin-top:2rem;
}

.wmArticle__readmore a{
  text-decoration:none;
}


.mod-articles-items{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:34px;
}

.mod-articles-items > li{
  margin:0;
  padding:0;
}

.mod-articles-item{
  height:100%;
}

.wmBlogModule__link{
  display:block;
  text-decoration:none;
  color:inherit;
  position:relative;
}

.wmBlogModule__image{
  margin:0;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
  position:relative;
  z-index:1;
}

.wmBlogModule__image img{
  display:block;
  width:100%;
  height:auto;
  border-radius:15px;
}

.wmBlogModule__text{
  width:90%;
  margin:-20px 0 0 auto;
  background:#fff;
  padding:24px 28px;
  border-radius:15px;
  box-shadow:0 12px 30px rgba(0,0,0,0.14);
  position:relative;
  z-index:2;
}

.wmBlogModule__title{
  margin:0 0 10px;
  font-size:1.25rem;
  line-height:1.35;
  font-weight:400;
}
a.wmBlogModule__link:hover{
	text-decoration: none;
	color: #CB8793;
}
a.wmBlogModule__link:hover h4{
	color: #CB8793;	
}
.wmBlogModule__date{
  display:inline-block;
  font-size:0.95rem;
  line-height:1.4;
  opacity:0.7;
}

.wmBlogModule__link:hover .wmBlogModule__image{
  box-shadow:0 16px 36px rgba(0,0,0,0.16);
}

.wmBlogModule__link:hover .wmBlogModule__text{
  box-shadow:0 16px 36px rgba(0,0,0,0.18);
}

@media (max-width: 991px){
  .mod-articles-items{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .mod-articles-items{
    grid-template-columns:1fr;
    gap:24px;
  }

  .wmBlogModule__text{
    width:92%;
    margin:-16px 0 0 auto;
    padding:18px 20px;
  }

  .wmBlogModule__title{
    font-size:1.05rem;
  }

  .wmBlogModule__date{
    font-size:0.88rem;
  }
}

#news{ margin-bottom: 75px;}
#news .webmacModBody{ max-width: 1350px; margin: 0 auto; padding: 0 15px;}

#news .webmacModHeader{
    background: color(srgb 0.92 0.89 0.89 / 0.35);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    padding: 3rem 0;
    margin-bottom: 75px;	
}
#news .webmacModHeader h3{
    max-width: 1440px;
    margin: 0 auto;
    font-weight: 100;
    padding: 0;
    /* border-bottom: 1px solid #000; */
    text-align: center;
    font-size: 2rem;	
}



/*body.webmacBodyID101 {
  padding-top: 0 !important;
}

body.webmacBodyID101 #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  padding: 30px 60px;
  transition: padding .35s ease, box-shadow .35s ease;
}

body.webmacBodyID101.header-is-scrolled #header {
  padding: 15px 60px;
}

body.webmacBodyID101 #logo {
  transition: transform .35s ease;
  transform-origin: left center;
}

body.webmacBodyID101.header-is-scrolled #logo {
  transform: scale(0.8);
}*/














/* ===== Pagination (global, reusable) ===== */
.pagination__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 24px;
}

.pagination__wrapper .pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination__wrapper .page-item {
	margin: 0;
}

.pagination__wrapper .page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-width: 42px;
	height: 42px;
	padding: 0 14px;

	border-radius: 10px;
	border: 1px solid rgba(87, 69, 95, 0.25);

	background: #ffffff;
	color: #57455f;

	text-decoration: none;
	font-weight: 600;
	line-height: 1;

	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

/* Hover */
.pagination__wrapper .page-item:not(.disabled):not(.active) .page-link:hover {
	background: rgba(200, 170, 170, 0.28);
	border-color: rgba(200, 170, 170, 0.75);
	color: #57455f;
	transform: translateY(-1px);
}

/* Active */
.pagination__wrapper .page-item.active .page-link {
	background: #57455f;
	border-color: #57455f;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(87, 69, 95, 0.18);
}

/* Disabled */
.pagination__wrapper .page-item.disabled .page-link,
.pagination__wrapper .page-item.disabled span.page-link {
	background: rgba(200, 170, 170, 0.18);
	border-color: rgba(87, 69, 95, 0.12);
	color: rgba(87, 69, 95, 0.45);
	cursor: not-allowed;
	opacity: 1;
	transform: none;
}

/* Focus accessibility */
.pagination__wrapper .page-link:focus,
.pagination__wrapper .page-link:focus-visible {
	outline: 2px solid #c8aaaa;
	outline-offset: 3px;
}

/* ===== Fix icons: εμφανίζουμε βελάκια χωρίς icon font ===== */
.pagination__wrapper .page-link .icon-angle-left,
.pagination__wrapper .page-link .icon-angle-right,
.pagination__wrapper .page-link .icon-angle-double-left,
.pagination__wrapper .page-link .icon-angle-double-right {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-style: normal;
}

/* Αν δεν φορτώνει icon font, βάζουμε σύμβολα */
.pagination__wrapper .page-link .icon-angle-left::before {
	content: "‹";
	font-size: 18px;
}

.pagination__wrapper .page-link .icon-angle-right::before {
	content: "›";
	font-size: 18px;
}

.pagination__wrapper .page-link .icon-angle-double-left::before {
	content: "«";
	font-size: 18px;
}

.pagination__wrapper .page-link .icon-angle-double-right::before {
	content: "»";
	font-size: 18px;
}

/* Mobile */
@media (max-width: 576px) {
	.pagination__wrapper .pagination {
		gap: 8px;
	}

	.pagination__wrapper .page-link {
		min-width: 38px;
		height: 38px;
		border-radius: 9px;
		padding: 0 12px;
	}
}

