@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: 100%;
  color: #000;
  font-family: 'Manrope', sans-serif;
  padding: 0px;
  margin: 0;
  line-height: 160%;
  font-weight: 300;
}
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.5em;
  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: #703f9d;
  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: #703f9d;
  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: 30px 0;
}
#header .center {
    display: flex;
    justify-content: space-between;
  align-items:center;
}
#logo {
  width: 400px;
	flex:0 0 auto;

}
#logo p {
  margin-bottom: 0;
  line-height: 0;
}
#logo img {
width: 100%;
  height: auto;
  max-width:400px;
}

/* Iatreia module */
#header #iatreia{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  justify-content:flex-end;
}

/* The module bar */
#header #iatreia .iatreia-bar{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:28px;
  padding:18px 0;
}

/* Each clinic block */
#header #iatreia .iatreia-item{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}

/* Title */
#header #iatreia .iatreia-title{
  color:#614d4d;
  font-size:1.35rem;
  line-height:1.15;
  font-weight:200;
  margin:0;
}

/* Rows */
#header #iatreia .iatreia-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0;
}

/* Icons */
#header #iatreia .iatreia-ico{
  color:#c8aaaa;
  font-size:1.15rem;
  width:22px;
  flex:0 0 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:1px;
}

/* Text: NO ellipsis, allow wrapping */
#header #iatreia .iatreia-text{
  display:inline;
  line-height:1.35;
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}

/* Phone link */
#header #iatreia .iatreia-link{
  color:inherit;
  text-decoration:none;
}
#header #iatreia .iatreia-link:hover{
  text-decoration:underline;
}

/* Divider between clinics */
#header #iatreia .iatreia-divider{
  width:1px;
  height:46px;
  background:#c8aaaa;
  opacity:0.9;
  flex:0 0 1px;
}

/* Responsive: stack nicely */
@media (max-width: 980px){
  #header .center{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  #header #iatreia{
    width:100%;
    justify-content:flex-start;
  }

  #header #iatreia .iatreia-bar{
    width:100%;
    justify-content:flex-start;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:10px 0 16px;
  }

  #header #iatreia .iatreia-divider{
    width:100%;
    height:1px;
  }
}

/* =========================
   SLIDESHOW (moto + name bar)
   ========================= */

#slideshow{
  position:relative;
  padding:0;
  margin:0;
}

/* το custom module wrapper */
#slideshow .mod-custom {
    position: relative;
    background-size: cover;
    background-position: right center;
}

/* center container */
#slideshow .center {
    position: relative;
    max-width: 1440px;
    min-height: 750px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#slideshow .wrapper{  max-width:700px;}
/* moto text */
#slideshow .moto {
    margin: 0;
    font-style: italic;
    font-family: Georgia, "serif";
    font-size: 1.35rem;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 30px;
}

/* name bar */
#slideshow .name {
    display: block;
    position: relative;
    margin: 0 0 0 0;
    padding: 14px 22px 14px 34px;
    background: #57455f;
    border-radius: 0;
    max-width: 100%;
}

/* αριστερό accent */
#slideshow .name::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:10px;
  background:#c8aaaa;        /* το ροζ/μπεζ accent */
}

/* name line */
#slideshow span.nameIn {
    display: block;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #ffffff;
    line-height: 1.2;
}

/* title line */
#slideshow span.title{
  display:block;
  margin-top:4px;
  font-size:1.25rem;
  font-weight:300;
  color:rgba(255,255,255,0.85);
  line-height:1.2;
}

/* Responsive */
@media (max-width: 980px){
  #slideshow .center{
    padding:0 18px;
  }

  #slideshow .moto{
    max-width:100%;
    font-size:1rem;
  }

  #slideshow .name{
    max-width:100%;
  }
}


#welcome{ margin-bottom: 95px;}
#welcome .center {
    max-width: 900px;
    background-color: #fff;
    padding: 60px;
    margin-top: -100px;
    box-shadow: 30px 30px 0 #efefef;
}
a.moreBTN {
    border: 3px solid #574964;
    padding: 15px 60px;
    border-radius: 100px;
    display: table;
    margin: 0 auto;
	color: #574964;
}
a.moreBTN:hover{background-color: #574964; color: #fff; text-decoration: none;}


/* services GRID */
#services{ margin-bottom: 65px;}
.services-grid{
  display:flex;
  gap:40px;
}

/* BOX (link) */
.service-box{
  flex:1 1 0;
  position:relative;
  display:flex;              /* vertical centering for title */
  align-items:center;
	aspect-ratio:4/6;  
  text-decoration:none;
  color:#fff;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

/* overlay */
.service-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:color(srgb 0.34 0.29 0.39 / 0.40);
  transition:background 0.3s ease;
}

/* TITLE */
.service-title {
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 15px 15px;
    width: 80%;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}

/* BUTTON bottom-right */
.service-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
    height: 80px;
    background: #fff;
    color: #614d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    z-index: 2;
}

/* hover */


.service-box:hover::before{
  background:color(srgb 0.34 0.29 0.39 / 0.70);
}
.service-box:hover .service-title{ text-decoration: none; border-bottom: 1px solid #decccc;}
.service-box:hover{ text-decoration:none !important; color: #fff;}

/* responsive */
@media (max-width:1100px){
  .services-grid{
    flex-direction:column;
    gap:24px;
  }
  .service-box{
    height:420px;
  }
}

/* BACKGROUNDS – τα βάζεις εσύ */
.service-1{ background-image:url(../images/s1.jpg); }
.service-2{ background-image:url(../images/s2.jpg); }
.service-3{ background-image:url(../images/s3.jpg); }


#why{margin-bottom: 65px;}
#why .center{}
#why h3 {
    display: table;
    margin: 0 auto;
    background-color: #574964;
    color: #fff;
    padding: 20px 40px;
    margin-bottom: -30px;
    box-shadow: 5px 5px 0 color(srgb 0.78 0.67 0.67 / 0.50);
	font-weight: 200; 
	font-size: 2rem;
}
.whyBox {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border: 1px solid #614d4d;
    padding: 60px;
}

.whyBoxInner{
  flex:1 1 calc(25% - 22.5px);
  max-width:calc(25% - 22.5px);
  box-sizing:border-box;
	text-align: center;
}
#why .whyBoxInner img{ max-width: 200px; height: auto;}
#why .whyBoxInner h5{ margin-top: 0;}



/* HOT (inside #hot .center) */
#hot{
  background:#57455f;
  padding:70px 0;
}

#hot .hot-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;   /* 50 - 50 */
  gap:34px;
}

/* left */
#hot .hot-left{
  display:flex;
  flex-direction:column;
  gap:26px;
}

#hot .hot-title {
    margin: 0 0 28px 0;
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 200;
}

/* right */
#hot .hot-right{
  display:flex;
  flex-direction:column;
  gap:26px;
}

/* cards */
#hot .hot-card{
  position:relative;
  display:block;
  text-decoration:none;
  color:#fff;
  background-size:cover;
  background-position:center;
  overflow:hidden;
}

#hot .hot-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: color(srgb 0.34 0.29 0.39 / 0.40);
    transition: background 0.3s ease;
}

#hot .hot-card:hover::before{
  background:rgba(0,0,0,0.28);
}

#hot .hot-card-text{
  position:absolute;
  left:34px;
  bottom:34px;
  z-index:2;
  font-size:1.65rem;
  font-weight:600;
  line-height:1.15;
  padding-bottom:12px;
}

#hot .hot-card-text::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(255,255,255,0.55);
}

/* heights like mock */
#hot .hot-card-lg{ aspect-ratio: 16 / 7; }
#hot .hot-card-sm{ aspect-ratio: 16 / 6; }

/* CTA */
#hot .hot-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  height:64px;
  border-radius:999px;
  background:#fff;
  color:#6b5a6f;
  text-decoration:none;
  font-size:1.05rem;
  font-weight:500;
}

#hot .hot-cta:hover{
  background:rgba(255,255,255,0.92);
}

/* demo images */
#hot .hot-1{ background-image:url(../images/h1.jpg); }
#hot .hot-2{ background-image:url(../images/h2.jpg);}
#hot .hot-3{ background-image:url(../images/h3.jpg); }
#hot .hot-4{ background-image:url(../images/h4.jpg); }

/* responsive */
@media (max-width: 900px){
  #hot{ padding:48px 0; }
  #hot .hot-grid{ grid-template-columns:1fr; gap:26px; }
  #hot .hot-title{ font-size:2.6rem; margin-bottom:18px; }
  #hot .hot-card-lg,
  #hot .hot-card-sm{ aspect-ratio: 16 / 8; }
}

/* ------book--------- */
#book{ background-color: #f3ecec;}
#book .center{ max-width: 1020px; padding: 30px 0;}
#book .bookWrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#book .bookWrapper .bookLeft{}
#book .bookWrapper .bookLeft p.title{ color: #574964; font-size: 2.5rem; font-weight: 200; line-height: 100%; margin-bottom: 20px;}
#book .bookWrapper .bookLeft a {
    display: table;
    padding: 15px 30px;
    border-bottom: 3px solid #574964;
	color:#574964;
}
#book .bookWrapper .bookLeft a:hover{  text-decoration: none; border-bottom: 3px solid #c8aaaa;}
#book .bookWrapper .bookRight{}
#book{}
#book{}


/* FOOTER BAR (inside #footer .center) */
#footer{
  background:#57455f;
  padding:38px 0;
  color:#ffffff;
}

#footer a{
  color:inherit;
  text-decoration:none;
}

#footer a:hover{
  text-decoration:underline;
}

#footer .footer-bar{
  display:flex;
  align-items: center;
  justify-content:space-between;
  gap:40px;
}

#footer .footer-clinics{
  display:flex;
  align-items:flex-start;
  gap:34px;
}

#footer .footer-clinic{
  min-width:0;
}

#footer .footer-clinic-title{
  font-weight:700;
  font-size:1.15rem;
  margin:0 0 8px 0;
}

#footer .footer-row{
  display:flex;
  align-items:center;
  gap:10px;
  margin:6px 0;
  line-height:1.35;
  opacity:0.95;
}

#footer .footer-row i{
  width:18px;
  flex:0 0 18px;
}

#footer .footer-divider{
  width:1px;
  height:58px;
  background:rgba(255,255,255,0.65);
  margin-top:8px;
}

#footer .footer-copy{
  text-align:right;
  line-height:1.6;
  opacity:0.9;
  white-space:no
}

#copyright{}
#copyright .center{ text-align: center; padding: 30px 0px;}
#copyright p:last-child{ margin-bottom: 0;}



/* ========== TESTIMONIALS (Owl) ========== */



#testimonials{
  padding: 70px 0;
	padding-bottom: 95px;
}
#testimonials .center{width: 80%;}
#testimonials h3{}
#testimonials .webmacModHeader{
  text-align: center;
  margin: 0 0 35px;
}

#testimonials .webmacModH3{
  margin: 0;
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  color: #5c5066;
}

/* το μεγάλο “κουτί” */
#testimonials .webmacModBody{
  background: #f3ecec;
  padding: 80px 80px 110px;
  position: relative;
}

/* αριστερό σχέδιο (βάλε εσύ το url) */
#testimonials .webmacModBody::before {
    content: "";
    position: absolute;
    left: -35px;
    top: -75px;
    bottom: -75px;
    width: 280px;
    background: url(../images/woman.svg) center / contain no-repeat;
    opacity: 0.35;
    pointer-events: none;
}

#testimonials .webmacModBodyIn{
  position: relative;
}

/* καθάρισμα owl list */
#testimonials .testimonials-carousel{
  list-style: none;
  margin: 0;
  padding: 0;
}

#testimonials .testimonials-carousel > li{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* κεντράρισμα περιεχομένου */
#testimonials .mod-articles-item-content{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #6d6a6f;
  line-height: 1.9;
  font-size: 18px;
}



/* τελευταίο p ως “υπογραφή” στο κάτω μέρος 
#testimonials .mod-articles-item-content p:last-child{
  margin-top: 35px;
  font-size: 18px;
  color: #6d6a6f;
}*/

/* nav κουμπιά κάτω κέντρο */
#testimonials .owl-nav{
  position: absolute;
  left: 50%;
  bottom: -140px;
  transform: translateX(-50%);
  display: flex;
  gap: 0;
}

#testimonials .owl-nav button{
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 0;
  background: #5c5066;
  color: #fff;
  font-size: 52px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#testimonials .owl-nav button + button{
  border-left: 1px solid rgba(255,255,255,0.25);
}

#testimonials .owl-nav button:hover{
  opacity: 0.9;
}

#testimonials .owl-dots{
  display: none;
}

/* responsive */
@media (max-width: 980px){
  #testimonials .webmacModH3{ font-size: 36px; }
  #testimonials .webmacModBody{ padding: 50px 25px 100px; }
  #testimonials .webmacModBody::before{ display: none; }
  #testimonials .mod-articles-item-content{ font-size: 16px; }
}



#menu {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	background-color: #efefef;
	padding: 15px 0;
}

/* ===== Blog grid: 3 ανά σειρά ===== */
.com-content-category-blog__items.blog-items.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* Αν το Joomla/Bootstrap βάζει margins στα items */
.com-content-category-blog__items.blog-items.columns-3 > .com-content-category-blog__item {
	margin: 0;
	padding: 0;
}

/* ===== Card ===== */
.com-content-category-blog__items .blog-card {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	background: #c8aaaa;
	isolation: isolate; /* κλειδώνει το stacking context, βοηθάει με z-index */
}

/* Link full card */
.com-content-category-blog__items .blog-card__link {
	display: block;
	position: relative;
	width: 100%;
	text-decoration: none;
	color: #ffffff;
}

/* ===== Critical fix: ακύρωση float από figure.left/item-image ===== */
.com-content-category-blog__items .blog-card figure,
.com-content-category-blog__items .blog-card figure.left,
.com-content-category-blog__items .blog-card figure.right,
.com-content-category-blog__items .blog-card .item-image {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	z-index: 0;
}

/* Image */
.com-content-category-blog__items .blog-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transform: translateZ(0);
	transition: transform 0.35s ease;
	position: relative;
	z-index: 0;
}

/* Overlay gradient */
.com-content-category-blog__items .blog-card__link::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(87, 69, 95, 0.90) 0%,
		rgba(87, 69, 95, 0.50) 42%,
		rgba(87, 69, 95, 0) 72%
	);
	z-index: 1;
	pointer-events: none;
}

/* Title πάνω στην εικόνα */
.com-content-category-blog__items .blog-card__title {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 2;

	margin: 0;
	padding: 15px 20px;

	font-size: 1.05rem;
	line-height: 1.25;
	font-weight: 600;
	color: #ffffff;

	background: rgba(87, 69, 95, 0.62);
	border: 1px solid rgba(200, 170, 170, 0.55);
	border-radius: 6px;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

	/* Σε περίπτωση που κάποιο global rule βάζει opacity/visibility */
	opacity: 1 !important;
	visibility: visible !important;
}

/* Hover */
.com-content-category-blog__items .blog-card:hover img {
	transform: scale(1.04);
}

.com-content-category-blog__items .blog-card:hover .blog-card__title {
	background: rgba(87, 69, 95, 0.75);
	border-color: rgba(200, 170, 170, 0.85);
}

/* Focus accessibility */
.com-content-category-blog__items .blog-card__link:focus-visible {
	outline: 2px solid #c8aaaa;
	outline-offset: 3px;
	border-radius: 6px;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
	.com-content-category-blog__items.blog-items.columns-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.com-content-category-blog__items .blog-card__title {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
}

#main{ margin-bottom: 65px;}
.webmacBodyID101 #main{ margin-bottom: 0px;}

/* ===== Category Blog H1 (clean, no box) ===== */
.com-content-category-blog > h1 {
	position: relative;
	margin: 0 0 40px;
	padding-bottom: 18px;

	font-size: clamp(1.9rem, 3vw, 2.6rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;

	color: #57455f;
}

/* Accent underline */
.com-content-category-blog > h1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 88px;
	height: 4px;
	background: linear-gradient(
		to right,
		#57455f,
		#c8aaaa
	);
	border-radius: 2px;
}

/* Subtle decorative dot */
.com-content-category-blog > h1::before {
	content: "";
	position: absolute;
	left: 96px;
	bottom: -1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #c8aaaa;
}

/* Responsive tuning */
@media (max-width: 768px) {
	.com-content-category-blog > h1 {
		margin-bottom: 32px;
		padding-bottom: 16px;
	}

	.com-content-category-blog > h1::after {
		width: 72px;
	}

	.com-content-category-blog > h1::before {
		left: 80px;
	}
}

@media (max-width: 480px) {
	.com-content-category-blog > h1 {
		font-size: 1.9rem;
	}
}
.com-content-category-blog{ max-width: 1440px; margin: 0 auto; margin-top: 65px; }



/* Article layout (com_content article) */
.wm-content-article{ 
	padding-top: 65px;
background: #ededed;
background: linear-gradient(0deg, rgba(237, 237, 237, 1) 0%, rgba(214, 214, 214, 1) 100%);

}

.wm-article-head {
    padding: 65px 0;
    background-color: #d7c3c2;
	    width: 1760px;
    max-width: 90%;
    margin: 0 auto;
	position: relative;
}

.wm-article-head__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    max-width: 1440px;
    margin: 0 auto;
	align-items: stretch;
}
.wm-article-head__no__grid {
    display: block;
    max-width: 1440px;
    margin: 0 auto;
}



.wm-article-head__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 2px solid #5c5066;
    padding-top: 15px;
}
.wm-article-head__cat {
  display: inline-block;
  padding: .5rem .75rem;
}

.wm-article-head__catLink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: inherit;
  text-decoration: none;
}

.wm-article-head__catLink::before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  line-height: 1;
}

/* Hover / focus */
.wm-article-head__catLink:hover,
.wm-article-head__catLink:focus-visible {
  text-decoration: underline;
}

.wm-article-head__catLink:hover,
.wm-article-head__catLink:focus-visible {
  text-decoration: underline;
}


/*h1.wm-article-head__title{
    margin: 0;
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 0.02em;
    color: #5c5066;	
}*/
h1.wm-article-head__title {
    margin: 0;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #5c5066;
    font-family: Georgia, "serif";
}


.wm-article-head__module {

}

.wm-badge {
  display: inline-block;
  margin-left: .5rem;
  padding: .25rem .5rem;
  background: #000;
  color: #fff;
  vertical-align: middle;
}

.wm-article-hero {
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #c8aaaa;
}

.wm-article-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wm-article-hero--empty {
  background: #c8aaaa;
}

.wm-article-body {
    padding: 2rem 0 3rem 0;
    width: 1760px;
    max-width: 90%;
    background: #fff;
    margin: 0 auto;
	box-shadow: 0 0 80px #00000021;
}
.wm-article-body-in {
    max-width: 1240px;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 160%;
	padding-top: 65px;
	position: relative;
}
.wm-article-body h2{
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #5c5066;
    font-family: Georgia, "serif";	
}
.wm-article-body h3{
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #5c5066;
    font-family: Georgia, "serif";	
}
.wm-article-body h4{
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #000;
    font-family: Georgia, "serif";	
}
/* Responsive */
@media (max-width: 900px) {
  .wm-article-head__grid {
    grid-template-columns: 1fr;
  }
}

.wm-article-body-in::before {
    background: #5c5066;
    content: "";
    bottom: 0;
    display: block;
    height: 30px;
    -webkit-mask-image: url(../images/pattern-c.svg);
    mask-image: url(../images/pattern-c.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: -65px;
    top: 25px;
    width: 100px;
    z-index: 1;
}


.cvArticle a {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    background-color: #e9dddd;
    padding: 15px;
    box-shadow: 0 0 15px #00000000;
    border-radius: 5px;
    margin-top: 25px;
	    color: #5c5066;
}

.cvLeft {
  flex: 0 0 110px;
  max-width: 110px;
}

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

.cvRight {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.cvRight span.cv1 {
    letter-spacing: 0.15rem;
    font-size: 1.1rem;
    font-weight: 800;
}
.cvRight span.cv2{font-weight: 300;}




.newsTmp{
	
}
.newsTmp .com-content-category-blog__items .blog-card__title {
    bottom: 46px;
    display: inherit;
}
.newsTmp span.blog-card__date {
    position: absolute;
    left: 27px;
    right: 16px;
    bottom: 16px;
    z-index: 9;
    font-size: 90%;
    font-style: italic;
}


/* ===============================
   Testimonials – Editorial Timeline
   Final version (with right padding fix)
   Scope: .testimonials-blog
   =============================== */

.testimonials-blog .com-content-category-blog__items.blog-items{
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

/* Single testimonial block */
.testimonials-blog .com-content-category-blog__item.blog-item{
  position: relative;

  /* Top / Right / Bottom / Left
     Left is larger to make room for the timeline.
     Right added to prevent text touching hover background edge. */
  padding: 26px 34px 0 34px;
}

/* Big spacing between testimonials (after the name area) */
.testimonials-blog .com-content-category-blog__item.blog-item:not(:last-child){
  padding-bottom: 65px;
}

/* Divider line between items */
.testimonials-blog .com-content-category-blog__item.blog-item +
.testimonials-blog .com-content-category-blog__item.blog-item{
  border-top: 1px solid rgba(200, 170, 170, 0.45);
}

/* Vertical timeline line */
.testimonials-blog .com-content-category-blog__item.blog-item::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    rgba(200, 170, 170, 0.7),
    rgba(87, 69, 95, 0.2)
  );
}

/* Timeline node */
.testimonials-blog .com-content-category-blog__item.blog-item::after{
  content: "";
  position: absolute;
  left: 6px;
  top: 34px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #57455f;
  box-shadow: 0 0 0 6px rgba(200, 170, 170, 0.35);
}

/* Content */
.testimonials-blog .blog-item .item-content{
  max-width: 800px;
}

/* Paragraph rhythm */
.testimonials-blog .blog-item p{
  margin: 0 0 14px;
}

.testimonials-blog .blog-item p:last-of-type{
  margin-bottom: 0;
}

/* Images inside testimonials */
.testimonials-blog .blog-item img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 0 0 16px;
}

/* Signature / name */
.testimonials-blog .blog-item .page-header{
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(87, 69, 95, 0.18);
}

.testimonials-blog .blog-item .page-header h2{
  margin: 0;
  color: #57455f;
  font-weight: 700;
  text-align: right;
}

/* Hover effect – background highlight only (no movement) */
.testimonials-blog .com-content-category-blog__item.blog-item{
  transition: background-color 200ms ease;
}

.testimonials-blog .com-content-category-blog__item.blog-item:hover{
  background-color: rgba(200, 170, 170, 0.12);
}

@media (prefers-reduced-motion: reduce){
  .testimonials-blog .com-content-category-blog__item.blog-item{
    transition: none;
  }
}


/* Base wrapper */
.newsModArt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}


#news{ margin-bottom: 65px;}

#news .webmacModBody{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;	
}
#news .webmacModHeader{ background-color: #574964; margin-bottom: 65px; position: relative;}
#news .webmacModHeader::before{
	content: "";
	position: absolute;
	top: 10px; 
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;	
}
#news .webmacModHeader::after{
	content: "";
	position: absolute;
	bottom: 10px; 
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;		
}

#news .webmacModHeader h3 {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: table;
    padding: 30px;
    background-color: #fff;
	color: #574964;
	font-weight: 200;
	font-size: 2.5rem;
}

/* Each item */
.newsModArt > li {
    list-style: none;
}

/* Article reset */
.newsModArt .mod-articles-item {
    height: 100%;
}

/* Content wrapper */
.newsModArt .mod-articles-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image link */
.newsModArt .mod-articles-image-link {
    display: block;
}

/* Figure reset */
.newsModArt .mod-articles-image {
    margin: 0;
}

/* Image */
.newsModArt .mod-articles-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Title */
.newsModArt .mod-articles-title {
    margin-top: 16px;
	margin-bottom: 5px;
}
.newsModArt .mod-articles-title a {
    color: #574964;
    display: block;
    padding-top: 20px;
    position: relative;
	margin-top: 15px;
}
.newsModArt .mod-articles-title a::before{
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100px;
	height: 7px;
	background-color: #f3ecec;
}

/* Date */
.newsModArt .mod-articles-date {
    margin-top: 0px;
	margin-left: 0;
	color: #999;
	font-style: italic;
	font-size: 90%;
}

/* Responsive: tablet */
@media (max-width: 992px) {
    .newsModArt {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive: mobile */
@media (max-width: 600px) {
    .newsModArt {
        grid-template-columns: 1fr;
    }
}

.wm-content-article-Generic .wm-article-head__left{
    justify-content: flex-end;	
}



/* =========================================================
   Contact clinics

   ========================================================= */

.iatreia-cf{
  --iatreia-primary:#57455f;
  --iatreia-secondary:#c8aaaa;
  --iatreia-ink:#111;
  --iatreia-soft:rgba(87,69,95,.08);
  --iatreia-soft-2:rgba(200,170,170,.25);
  --iatreia-border:rgba(87,69,95,.18);

  max-width: 1100px;
  margin: 0 auto;
  padding: 18px;
  color: var(--iatreia-ink);
}

/* TOP clinics wrapper */
.iatreia-cf .iatreia-cf-in{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;

  padding: 18px;
  border: 1px solid var(--iatreia-border);
  background: linear-gradient(180deg, var(--iatreia-soft), rgba(255,255,255,1));

  /* No rounded corners */
  border-radius: 0;
}

/* We don't need the divider because grid gap handles spacing */
.iatreia-cf .iatreia-divider{ display:none; }

/* Clinic card */
.iatreia-cf .iatreia-item{
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(87,69,95,.12);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);

  /* Critical: prevent any internal overflow issues */
  overflow: hidden;

  /* No rounded corners */
  border-radius: 0;
}

/* Title */
.iatreia-cf .iatreia-title{
  margin: 0 0 12px 0;
  color: var(--iatreia-primary);
  font-weight: 700;
  letter-spacing: .2px;
}

/* Rows */
.iatreia-cf .iatreia-row{
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;

  padding: 8px 0;
  border-top: 1px solid rgba(87,69,95,.10);
}

.iatreia-cf .iatreia-row:first-of-type{
  border-top: 0;
  padding-top: 0;
}

/* Icon box */
.iatreia-cf .iatreia-ico{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;

  background: var(--iatreia-soft-2);
  color: var(--iatreia-primary);

  /* No rounded corners */
  border-radius: 0;
}

.iatreia-cf .iatreia-ico i{
  font-size: 15px;
  line-height: 1;
}

/* Text and link */
.iatreia-cf .iatreia-text{
  color: var(--iatreia-ink);
  line-height: 1.45;

  /* Helps prevent long strings pushing layout */
  min-width: 0;
  word-break: break-word;
}

.iatreia-cf .iatreia-link{
  color: var(--iatreia-primary);
  text-decoration: none;
  font-weight: 600;

  min-width: 0;
  word-break: break-word;
}

.iatreia-cf .iatreia-link:hover,
.iatreia-cf .iatreia-link:focus-visible{
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Button */
.iatreia-cf .iatreia-btn{
  margin-top: 14px;
}

/* IMPORTANT overflow fix:
   - width:100% + box-sizing:border-box ensures it never exceeds the card
   - white-space:normal + word-break keeps long Greek text from expanding
*/
.iatreia-cf .iatreia-btn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  box-sizing: border-box;

  padding: 12px 14px;
  background: var(--iatreia-primary);
  color: #fff;
  text-decoration: none;
  font-weight: 700;

  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 20px rgba(87,69,95,.22);

  /* No rounded corners */
  border-radius: 0;

  /* Prevent overflow due to text sizing/wrapping */
  white-space: normal;
  text-align: center;
  line-height: 1.25;
  word-break: break-word;

  transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.iatreia-cf .iatreia-btn a:hover{
  background: #46384e;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(87,69,95,.26);
}

.iatreia-cf .iatreia-btn a:focus-visible{
  outline: 3px solid rgba(200,170,170,.55);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 900px){
  .iatreia-cf .iatreia-cf-in{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px){
  .iatreia-cf{
    padding: 14px;
  }

  .iatreia-cf .iatreia-cf-in{
    padding: 14px;
  }

  .iatreia-cf .iatreia-item{
    padding: 14px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .iatreia-cf .iatreia-btn a{
    transition: none;
  }
  .iatreia-cf .iatreia-btn a:hover{
    transform: none;
  }
}









/*PAGINATION START*/
/*
.pagination {
  --pagination-padding-x: .75rem;
  --pagination-padding-y: .375rem;
  --pagination-font-size: 1rem;
  --pagination-color: var(--link-color);
  --pagination-bg: var(--body-bg);
  --pagination-border-width: var(--border-width);
  --pagination-border-color: var(--border-color);
  --pagination-border-radius: var(--border-radius);
  --pagination-hover-color: var(--link-hover-color);
  --pagination-hover-bg: var(--tertiary-bg);
  --pagination-hover-border-color: var(--border-color);
  --pagination-focus-color: var(--link-hover-color);
  --pagination-focus-bg: var(--secondary-bg);
  --pagination-focus-box-shadow: 0 0 0 .25rem #01015640;
  --pagination-active-color: #fff;
  --pagination-active-bg: #010156;
  --pagination-active-border-color: #010156;
  --pagination-disabled-color: var(--secondary-color);
  --pagination-disabled-bg: var(--secondary-bg);
  --pagination-disabled-border-color: var(--border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}
.page-link {
  padding: var(--pagination-padding-y) var(--pagination-padding-x);
  font-size: var(--pagination-font-size);
  color: var(--pagination-color);
  background-color: var(--pagination-bg);
  border: var(--pagination-border-width) solid var(--pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--pagination-hover-color);
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--pagination-focus-color);
  background-color: var(--pagination-focus-bg);
  box-shadow: var(--pagination-focus-box-shadow);
  outline: 0;
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--pagination-active-color);
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--pagination-disabled-color);
  pointer-events: none;
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--pagination-border-radius);
  border-bottom-left-radius: var(--pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--pagination-border-radius);
  border-bottom-right-radius: var(--pagination-border-radius);
}
.pagination-lg {
  --pagination-padding-x: 1.5rem;
  --pagination-padding-y: .75rem;
  --pagination-font-size: 1.25rem;
  --pagination-border-radius: var(--border-radius-lg);
}
.pagination-sm {
  --pagination-padding-x: .5rem;
  --pagination-padding-y: .25rem;
  --pagination-font-size: .875rem;
  --pagination-border-radius: var(--border-radius-sm);
}
.pagenavigation .pagination, .pager .pagination {
  justify-content: space-between;
  margin: 1em 0;
  padding: 0;
}
.pagenavigation .pagination .next:only-child, .pager .pagination .next:only-child {
  margin-left: auto;
}
.page-link, .page-link:hover {
  color: var(--link-color);
}
.pager .pagination {
  justify-content: center;
}
.pagination li.disabled {
  display: none;
}*/
/*PAGINATION END*/



/* ===== 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;
	}
}

