/* New Hemodialysis Center Brand Skin - Clean White Clinic */

:root {
  --brand-primary: #ec2026;
  --brand-dark-gray: #414043;
  --brand-black: #000000;
  --brand-white: #ffffff;
  --brand-light: #f7f7f7;
  --brand-border: #e9e9e9;
}

body#webmacBody {
  color: var(--brand-dark-gray);
  background: var(--brand-white);
}

#webmacPage {
  background: var(--brand-white);
}

#header {
  background: var(--brand-white);
  border-bottom: 1px solid var(--brand-border);
  box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}

#header ul li a,
#header ul li.second a,
#header ul li.lastOne a {
  color: var(--brand-dark-gray);
  background-color: var(--brand-white);
  border-left: 1px solid var(--brand-border);
}

#header ul li.lastOne a {
  border-right: 1px solid var(--brand-border);
}

#header ul li a:hover {
  color: var(--brand-primary);
  opacity: 1;
}

#header i:before {
  color: var(--brand-primary);
}

#header #lang {
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  border-top: 0;
}

#menu {
  background: var(--brand-white);
  border-bottom: 1px solid var(--brand-border);
}

#menu ul.jux-nav li::after {
  width: 1px;
  background-color: var(--brand-border);
}

#menu ul.jux-nav > li > a,
#menu ul.jux-nav > li > span {
  color: var(--brand-dark-gray);
}

#menu ul.jux-nav > li > a::before,
#menu ul.jux-nav > li > span::before {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 3px;
  background: var(--brand-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

#menu ul.jux-nav > li:hover > a::before,
#menu ul.jux-nav > li:hover > span::before,
#menu ul.jux-nav > li.active > a::before,
#menu ul.jux-nav > li.opened > a::before {
  transform: scaleX(1);
}

#menu .jux-nav-child,
#menu .jux-dropdown-menu {
  border: 1px solid var(--brand-border);
  box-shadow: 0 18px 35px rgb(0 0 0 / 10%);
}

div#n2-ss-2 .n2-style-25bf7dedc8472e54826568aa95bd4fcc-heading {
  background: rgb(255 255 255 / 92%);
  border-left: 5px solid var(--brand-primary);
  border-radius: 10px;
  box-shadow: 0 18px 40px rgb(0 0 0 / 16%);
}

div#n2-ss-2 .n2-font-7ce9a10c1404e70d7ab03c3cab9d749a-hover {
  color: var(--brand-black);
}

h3.webmacModH3 {
  color: var(--brand-black);
}

h3.webmacModH3::after,
.blog h1::after,
.page-header h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--brand-primary);
}

a.more,
a.moreWhite,
#footer .col01 a.map,
.sendFormBTN,
.convertforms .cf-btn {
  color: var(--brand-dark-gray);
  background: var(--brand-white);
  border-color: var(--brand-primary);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(0 0 0 / 6%);
}

a.more::after,
a.moreWhite::after {
  color: var(--brand-primary);
}

a.more:hover,
a.moreWhite:hover,
#footer .col01 a.map:hover,
.sendFormBTN:hover,
.convertforms .cf-btn:hover {
  color: var(--brand-white);
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  text-decoration: none;
}

a.more:hover::after,
a.moreWhite:hover::after {
  color: var(--brand-white);
}

#welcome .center {
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgb(0 0 0 / 8%);
}

/* #welcome .center::after {
  height: 4px;
  width: 160px;
  background-color: var(--brand-primary);
} */

#moto {
  color: var(--brand-dark-gray);
  background-color: var(--brand-light);
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
}

#moto .center {
  padding-top: 50px;
  padding-bottom: 50px;
}

#egkatastaseis,
#oramaIcons,
#news {
  background: var(--brand-white);
}

#egkatastaseis2 {
  background-color: var(--brand-light);
}

#egkatastaseis2 h3 {
  color: var(--brand-black);
  background-color: var(--brand-white);
  border: 1px solid var(--brand-border);
  box-shadow: 0 12px 30px rgb(0 0 0 / 7%);
}

#egkatastaseis .iconsBlock .sppb-addon-single-image-container,
#oramaIcons .iconsBlock .sppb-addon-single-image-container {
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  /* border-radius: 999px; */
  box-shadow: 0 12px 28px rgb(0 0 0 / 7%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  margin-bottom: 15px;
}
/* #oramaIcons .sppb-addon-single-image-container::before, #oramaIcons.iconsBlock .sppb-addon-single-image-container::before {
    content: "";
    display: block;
    background-image: url(../images/logoSmallTransparent.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -18px;
    bottom: -10px;
} */
#oramaIcons .sppb-addon-single-image-container::before, #oramaIcons.iconsBlock .sppb-addon-single-image-container::before {
    content: "";
    display: block;
    background-image: url(../images/logoSmallTransparent.webp);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    /* inset: 0; */
    right: -18px;
    bottom: -10px;
    background-color: #fff;
    padding: 10px;
    border-radius: 500px;
    box-shadow: 0 0 10px #ddd;
}


#egkatastaseis .iconsBlock .sppb-column:hover .sppb-addon-single-image-container,
#oramaIcons .iconsBlock .sppb-column:hover .sppb-addon-single-image-container {
  border-color: var(--brand-primary);
  box-shadow: 0 18px 36px rgb(0 0 0 / 10%);
  transform: translateY(-3px);
}

#wmService::before {
  background-color: var(--brand-light);
}

.wmServiceTopIntro {
  border-top-color: var(--brand-primary);
  border-bottom-color: var(--brand-primary);
}

.page-header h1,
.blog h1,
.com-content-article h2,
.com-content-article h3 {
  color: var(--brand-black);
  letter-spacing: 0;
}

.page-header h1 {
  border: 1px solid var(--brand-border);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 5%);
}

.com-content-article__body a {
  color: var(--brand-black);
  border-bottom-color: var(--brand-primary);
}

.com-content-article__body a:hover {
  color: var(--brand-primary);
}

.blog h1 {
  border-bottom-color: var(--brand-border);
}

.blog h1::after,
.page-header h1::after {
  margin-right: auto;
  margin-left: 0;
}

.blog .columns-2 .blog-item,
.blog .columns-3 .blog-item {
  padding: 14px;
}

.blog .item-content {
  height: 100%;
  padding: 18px;
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 5%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.blog .item-content:hover {
  border-color: rgb(236 32 38 / 35%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 9%);
  transform: translateY(-3px);
}

.blog .blog-item figure img {
  border-radius: 10px;
}

.blog .blog-item h2 a {
  color: var(--brand-black);
}

.blog .blog-item h2 a:hover {
  color: var(--brand-primary);
  text-decoration: none;
}

.blog .blog-item h2::before {
  height: 4px;
  background-color: var(--brand-primary);
}

.page-item.active .page-link {
  background-color: var(--brand-dark-gray);
  border-color: var(--brand-dark-gray);
}

.page-link:hover {
  color: var(--brand-primary);
  background-color: var(--brand-white);
  border-color: var(--brand-primary);
}

#testimonialsModT {
  color: var(--brand-dark-gray);
  background-color: var(--brand-light);
  background-image: none;
  border-top: 1px solid var(--brand-border);
  border-bottom: 1px solid var(--brand-border);
}

#testimonialsModT h3 {
  color: var(--brand-black);
}

/* #testimonialsModT h3::after {
  margin-right: auto;
  margin-left: 0;
} */

#testimonialsModT h3::after {
    margin-right: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}


.testimonialsMod li {
  color: var(--brand-dark-gray);
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgb(0 0 0 / 8%);
}

.testimonialsMod .testimonialsText::before {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-bottom: 20px;
  background: var(--brand-primary);
}

.testimonialsMod .testimonialsTitle {
  color: var(--brand-black);
}

.testimonialsMod .owl-nav button {
  background: var(--brand-white) !important;
  color: var(--brand-dark-gray) !important;
  border: 1px solid var(--brand-border) !important;
}

.testimonialsMod .owl-nav button:hover {
  background: var(--brand-primary) !important;
  color: var(--brand-white) !important;
  border-color: var(--brand-primary) !important;
}

ul.latestnewsWM {
  gap: 22px;
}

ul.latestnewsWM li {
  width: 33.333333%;
}

ul.latestnewsWM li a {
  padding: 14px;
  background: var(--brand-white);
  border: 1px solid var(--brand-border);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgb(0 0 0 / 5%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

ul.latestnewsWM li a:hover {
  border-color: rgb(236 32 38 / 35%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 9%);
  transform: translateY(-3px);
}

ul.latestnewsWM li a:hover img {
  box-shadow: none;
}

ul.latestnewsWM .newsTitle {
  color: var(--brand-black);
}

ul.latestnewsWM .newsTitle::before {
  height: 4px;
  background-color: var(--brand-primary);
}

ul.latestnewsWM .newsDate {
  background-color: rgb(65 64 67 / 86%);
  border-top: 3px solid var(--brand-primary);
}

#banner {
  background-color: var(--brand-dark-gray);
  border-top: 4px solid var(--brand-primary);
}

#social {
  background-color: var(--brand-black);
  border-bottom-color: rgb(255 255 255 / 10%);
}

#social .center ul li a:hover {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

#footer {
  background-color: var(--brand-dark-gray);
}

#footer .center {
  position: relative;
}

#footer .center::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--brand-primary);
}

#footer a:hover {
  color: var(--brand-primary);
  text-decoration: none;
}

#footer .col01 a.map {
  color: var(--brand-white);
  background: transparent;
}

#footer .col01 a.map:hover {
  color: var(--brand-white);
}

#copyright {
  background-color: var(--brand-black);
}

.convertforms .cf-input,
.convertforms textarea {
  border-color: var(--brand-border);
  border-radius: 8px;
}

.convertforms .cf-input:focus,
.convertforms textarea:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgb(236 32 38 / 10%);
}

@media (max-width: 991px) {
  #header .center {
    align-items: center;
  }

  .testimonials {
    display: block;
  }

  .testimonials .webmacModHeader,
  .testimonials .webmacModBody {
    width: 100%;
  }

  #testimonialsModT h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  #testimonialsModT h3::after {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #header ul li a,
  #header ul li.second a,
  #header ul li.lastOne a {
    padding: 14px 12px;
  }

  #welcome .center {
    border-radius: 14px;
  }

  ul.latestnewsWM {
    display: block;
  }

  ul.latestnewsWM li {
    width: 100%;
    margin-bottom: 18px;
  }
}



/* ΕΓΚΑΤΑΣΤΑΣΕΙΣ */

:root {
  --brand-primary: #ec2026;
  --brand-dark-gray: #414043;
  --brand-black: #000000;
  --brand-white: #ffffff;
  --brand-light: #f7f7f7;
  --brand-border: #e9e9e9;
}

/* SECTION */
.facilities-section {
  position: relative;
  padding: 90px 20px;
  /* background:
    radial-gradient(circle at left bottom, rgba(236, 32, 38, 0.08) 0, rgba(236, 32, 38, 0.03) 16%, transparent 35%),
    linear-gradient(180deg, #fcfcfc 0%, var(--brand-light) 100%); */
  overflow: hidden;
  font-family: Global, sans-serif;
}

.facilities-section::before {
  content: "";
  position: absolute;
  top: 80px;
  left: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 32, 38, 0.08) 0%, rgba(236, 32, 38, 0.02) 45%, transparent 70%);
  pointer-events: none;
}

.facilities-section::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 1px solid rgba(236, 32, 38, 0.08);
  pointer-events: none;
}

.facilities-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  z-index: 2;
}

/* HEADING */
.facilities-heading {
  max-width: 900px;
  margin: 0 auto 55px;
  text-align: center;
}

.facilities-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--brand-primary);
  text-transform: uppercase;
}

.facilities-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  color: var(--brand-black);
}

.facilities-underline {
  width: 64px;
  height: 4px;
  margin: 18px auto 24px;
  border-radius: 20px;
  background: var(--brand-primary);
  position: relative;
}

.facilities-underline::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-primary);
  transform: translateY(-50%);
}

.facilities-heading p {
  margin: 0;

  line-height: 1.85;
  color: var(--brand-dark-gray);
}

/* GRID */
.facilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch;
}

/* CARD */
.facility-card {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(233, 233, 233, 0.9);
  border-radius: 15px;
  padding: 34px 24px 28px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

.facility-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(236, 32, 38, 0.05), transparent 30%),
    linear-gradient(315deg, rgba(255,255,255,0.45), transparent 50%);
  pointer-events: none;
}

.facility-card::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(236, 32, 38, 0.05);
  pointer-events: none;
}

.facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

/* ICON */
.facility-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(236, 32, 38, 0.09) 0%, rgba(236, 32, 38, 0.05) 100%);
  border: 1px solid rgba(236, 32, 38, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.facility-icon::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px dashed rgba(236, 32, 38, 0.18);
}

.facility-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

/* CONTENT */
.facility-content {
  position: relative;
  z-index: 2;
}

.facility-number {
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--brand-primary);
}

.facility-number--text {
  /* font-size: 28px; */
  letter-spacing: 0.06em;
}

.facility-title {
  max-width: 220px;
  margin: 0 auto;
  font-size: inherit;
  line-height: 1.35;
  font-weight: 700;
  color: var(--brand-black);
}

.facility-line {
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 20px;
  margin: 16px auto 0;
  background: var(--brand-primary);
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .facilities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .facilities-section {
    padding: 70px 16px;
  }

  .facilities-heading {
    margin-bottom: 40px;
  }

  .facilities-heading p {
    font-size: 16px;
    line-height: 1.7;
  }

  .facilities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .facility-card {
    padding: 28px 20px 24px;
    border-radius: 15px;
  }

  .facility-icon {
    width: 96px;
    height: 96px;
  }

  .facility-icon img {
    width: 40px;
    height: 40px;
  }

  .facility-title {
    font-size: 22px;
  }
}

.facilities-list {
  width: min(100%, 1050px);
  margin: 48px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 22px;
  font-family: Global, sans-serif;
  text-align: left;
}

.facilities-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  min-height: 72px;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(233, 233, 233, 0.95);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.045);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  text-align: left;
}

.facilities-list li::before {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: rgba(236, 32, 38, 0.045);
  pointer-events: none;
}

.facilities-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 3px;
  border-radius: 0 20px 20px 0;
  background: var(--brand-primary);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.facilities-list li:hover {
  transform: translateY(-4px);
  border-color: rgba(236, 32, 38, 0.22);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.065);
}

.facilities-list li:hover::after {
  opacity: 1;
}

.facilities-list i {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 32, 38, 0.08);
  color: var(--brand-primary);
  margin-top: 1px;
  text-align: center;
}

.facilities-list span {
  position: relative;
  z-index: 2;
  display: block;
  flex: 1;
  line-height: 1.55;
  font-weight: 500;
  color: var(--brand-dark-gray);
  text-align: left;
}

@media (max-width: 991px) {
  .facilities-list {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
}

@media (max-width: 575px) {
  .facilities-list li {
    padding: 18px;
    border-radius: 18px;
  }

  .facilities-list i {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
}