p, span, li, div,h1,h2,h3,button{
    font-family: var(--the-font-family)!important;
}
.product-modal-description h2,.product-modal-description h2{font-size:unset!important;}
hr{ width: 82px; margin: 14px auto; height: 3px; border: 0; background: linear-gradient(90deg, var(--the-bg), var(--primary-color)); border-radius: 6px; transition: width .45s ease; }

.service-card:hover hr{ width: 100%; }

html {
  scroll-behavior: smooth;
}

h3{
    font-size: 28px;
    line-height: 1.7;
}

@media (max-width: 1080px) {
  section {
      padding: 40px 0!important;
  }
}

.products-tags-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: -14px auto 26px;
    max-width: 900px;
}

.products-tag-pill {
    cursor: pointer;
    background: #fff;
    transition: .18s ease;
}

.products-tag-pill:hover,
.products-tag-pill.is-active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
}

.products-tag-select {
    border-left: 1px solid rgba(0,0,0,.1);
}

@media (max-width: 768px) {
  section {
      padding: 40px 0!important;
  }

  .hidemob{
          display:none!important;
      }
}

.hero,
#hero {
  scroll-margin-top: 130px;
}


.team-eyebrow,.thebut{text-transform:uppercase}

html,body{
	scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}

.subheader{
    display: flex;
    color: white;
    max-width: 1200px;
    margin: auto;
}

.thesub{
    background: #3b3b3b;
    
}

.wp-image-10557 {

  animation: mymove 17s infinite;
  
    animation: mymove var(--bdt-floating-effect-rotate-duration, 15000ms) linear infinite;
    animation-delay: var(--bdt-floating-effect-rotate-delay, 0);

}

root{
    --container-widget-width: 45.675%;
    --container-widget-flex-grow: 0;
    --bdt-floating-effect-rotate-duration: 17900ms;
    --bdt-floating-effect-rotate-delay: 0ms;
    --accent: black;
    }

@keyframes mymove {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

.infosection a{
    display: flex;
    line-height: 1;
    width: fit-content;
    justify-content: center;
    gap: 10px;
    padding: 5px 7px;
    font-size: 14px;
    color: white;
    text-wrap-mode: nowrap;
    margin: 0 4px;
}

.infosection{display:flex;}

img{
    max-width: 100%;
}

.heart-rating svg polyline{stroke: var(--primary-color);}

.service-card{border-top: 5px solid var(--primary-color); }

#working-hours div{
max-width: 1200px; margin: auto;
}

* {
    box-sizing: border-box;
  }

body {
    margin: 0;
    color: #333;
    background: white;
    scroll-behavior: smooth;
    overflow-x:hidden!important;
  }

a {
    color: var(--primary-color);
    text-decoration: none!important;
  }

a:hover {
    text-decoration: none!important;
  }

p{
  max-width: 96%;
      margin: auto;
}

hr{
    width: 82px;
    margin: 15px auto;
    transition: 1s;
}

.service-card:hover hr{
    width: 100%;
    margin: 15px auto;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 80px;
  }

.hero {
    margin-top: 100px; 
    height: auto;
    position: relative;
    overflow: hidden;
    padding:0;
  }

.swiper {
    height: 100%;
  }

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
  }

.hero-content {
    position: relative;
    max-width: 600px;
    text-align: center;
    z-index: 2;
  }

.hero-content h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    text-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  }

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-shadow: rgb(0 0 0) 1px 3px 5px;;
  }

.hero-content a {
    background: white;
    color: var(--primary-color);
    padding: 0.75rem 2rem;
    border-radius: 30px;
    font-weight: 700;
    transition: background-color 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.75) 7px 7px 10px;
  }

.hero-content a:hover {
    background: var(--primary-color);
    color: white;
  }

section {
    padding: 90px 0;
  }

h2.section-title {
    text-align: center;
    margin: 0;
    color: var(--primary-color);
    line-height: 1.7!important;
  }

.section-subtitle {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 3rem auto;
    color: #555;
  }

.services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
    gap: 30px;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 10px;
}

.service-card {
    background: white;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgb(0 0 0 / 0.1);
    text-align: center;
    transition: 0.6s!important ;
  }

.service-card:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
    
  }

.service-icon {
    color: var(--primary-color);
    margin-bottom: 15px;
  }

.service-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #443935;
  }

.service-desc {
    font-size: 1.3rem;
    color: #555;
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --index: calc(1vw + 1vh);
  --transition-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
}

.items {
  display: flex;
  gap: 0.4rem;
  perspective: calc(var(--index) * 35);
}

.item {
  position: relative;
  background-color: #222;
  width: calc(var(--index) * 4);
  height: calc(var(--index) * 12);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform 0.8s var(--transition-smooth),
    filter 0.6s var(--transition-smooth), width 0.8s var(--transition-smooth),
    box-shadow 0.6s var(--transition-smooth);
  will-change: transform;
  filter: grayscale(1) brightness(0.5);
  transform-origin: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.item::before,
.item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  right: calc(var(--index) * -1);
}

.item::after {
  left: calc(var(--index) * -1);
}

.items .item:hover {
  transform: translateZ(calc(var(--index) * 10)) scale(1.02);
  filter: grayscale(0) brightness(1);
  box-shadow: 0 calc(var(--index) * 2) calc(var(--index) * 4) rgba(0, 0, 0, 0.5);
}

.items .item:hover + * {
  transform: translateZ(calc(var(--index) * 8.5)) rotateY(35deg);
  filter: grayscale(0) brightness(0.9);
  z-index: -1;
}

.items .item:hover + * + * {
  transform: translateZ(calc(var(--index) * 5.6)) rotateY(40deg);
  filter: grayscale(0.3) brightness(0.8);
  z-index: -2;
}

.items .item:hover + * + * + * {
  transform: translateZ(calc(var(--index) * 2.4)) rotateY(30deg);
  filter: grayscale(0.5) brightness(0.7);
  z-index: -3;
}

.items .item:hover + * + * + * + * {
  transform: translateZ(calc(var(--index) * 0.6)) rotateY(14deg);
  filter: grayscale(0.7) brightness(0.6);
  z-index: -4;
}

.item:has(+ :hover) {
  transform: translateZ(calc(var(--index) * 8.5)) rotateY(-35deg);
  filter: grayscale(0) brightness(0.9);
}

.item:has(+ * + :hover) {
  transform: translateZ(calc(var(--index) * 5.6)) rotateY(-40deg);
  filter: grayscale(0.3) brightness(0.8);
}

.item:has(+ * + * + :hover) {
  transform: translateZ(calc(var(--index) * 2.4)) rotateY(-30deg);
  filter: grayscale(0.5) brightness(0.7);
}

.item:has(+ * + * + * + :hover) {
  transform: translateZ(calc(var(--index) * 0.6)) rotateY(-14deg);
  filter: grayscale(0.7) brightness(0.6);
}

.items .item:active,
.items .item:focus {
  width: 28vw;
  transform: translateZ(calc(var(--index) * 10)) scale(1);
  filter: grayscale(0) brightness(1);
  z-index: 100;
  margin: 0 0.45vw;
  outline: none;
  box-shadow: 0 calc(var(--index) * 3) calc(var(--index) * 6) rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .item {width: calc(var(--index) * 3);}

  .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
      max-width: auto-fit;
      margin: 0 auto;
      padding: 0 10px;
  }

  .hero-content h1 {
        font-size: 1.7rem;
      }

  .heart-rating {
        width: 100%;
        height: 100px!important;
        position: relative;
        margin: 10px auto;
        overflow: hidden;
        text-align: center;
      }

  p{font-size:1rem!important;padding:5px;}
}

.icon-button {
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
  transition: 
    background-color 0.3s ease, 
    transform 0.2s ease, 
    box-shadow 0.3s ease;
  box-shadow: none;
}

.icon-button:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.icon-button svg {
  width: 28px;
  height: 28px;
  fill: #333;
  transition: fill 0.3s ease;
}

.icon-button:hover svg {
  fill: var(--primary-color); 
}

.heart-rating {
  width: 100%;
  height: 150px;
  position: relative;
  margin: 10px auto;
  overflow: hidden;
  text-align: center;
}

.fade-ins {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  right: 0;
  animation: heartRateIns 9s linear infinite;
  z-index: 2;
}

.fade-outs {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -200%;
  animation: heartRateOuts 9s linear infinite;
  z-index: 3;
  background:  linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 80%, rgb(255 255 255) 100%)
}

.elementor-shape-fill{fill: #fbfbfb;}

.svg-paw{
  height: 89px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    overflow-clip-margin: content-box;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-color: #382829;
  }

.heart-rate{
  position: relative;width: 100%;height: 59px;margin: auto;text-align: center;
}

@keyframes heartRateIns {
  0% {
    width: 100%;
  }

  50% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes heartRateOuts {
  0% {
    left: -200%;
  }

  30% {
    left: -200%;
  }

  100% {
    left: 0;
  }
}

.hero .swiper { width: 100vw; }

.hero .swiper-slide { position: relative; height: auto; }

.hero .slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;        
  object-position: center;
  display: block;
  background-color: #000;      
}

.hero .hero-content {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  z-index: 1;
      margin: auto;
    height: max-content;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 22px)!important;
}

#lottie-container-map > svg > g > g > g > path{fill:var(--primary-color)!important;}

hr.gradient {
  height: 3px;
  width:100px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(13, 8, 96, 1) 0%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 41%,
    var(--primary-color) 100%
  );
  margin-bottom:35px;
}

.thedoc{
    display: block;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.thedoc p{
    padding: 10px;
}

.doctor-image{
    margin: auto;
    text-align: center;
}

.doctor-image img{
 max-width: 480px; 
 margin: auto;
     border-radius: 10px;
    box-shadow: 0px 3px 4px gray;
    width:100%;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    text-shadow: 1px 2px 3px black;
    font-size: 26px;
}

.hero {
  position: relative;
  width: 100%;
  height: 55vh; 
  overflow: hidden;
}

.swiper-slide.hero-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.hero-content {
  text-align: center;
  color: #fff; 
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2); 
  padding: 2rem;
  border-radius: 12px;
}

.thebut{
        background-color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.22);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--primary-color);
    border-radius: 30px 30px 30px 30px;
    padding: 16px 30px 16px 30px;
    transition: 1s;
    color:white;
        display: inline-block;
    margin-top: 30px;
}

.thebut:hover{
    background: white;
    color:black;
}

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

a:focus-visible, button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

.lead{
    color:#364656; max-width:560px; margin-right:18%;
  }

.visit p{margin:10px 0;color:#334b5a}

.visit a.tel{font-size:20px; font-weight:700; color:var(--primary-darkest)}

.visit a.tel:hover{color:var(--accent)}

.visit .email{color:#3b5a68}

.social{
    display:flex; gap:12px; align-items:center;
  }

.social a {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #355a6a;
    border: 1px solid #e7f1f6;
    transition: transform .15s ease, box-shadow .15s ease;
    font-size: 18px;
	box-shadow: 0px 2px 2px 0px;
}

.social a:hover{transform:translateY(-2px); box-shadow:0 6px 16px rgba(0,0,0,.06)}

.rightCombine{margin: 20px auto; width: 20%;}

.secRightCombine{font-size:1.2rem; color:#444; line-height:1.8; margin-top:20px;}

@media (max-width:1060px) {
  .rightCombine{margin: 20px auto; width: 100%;text-align:center;}

  .secRightCombine{font-size:1.2rem; color:#444; line-height:1.8; margin-top:20px;text-align:center;}

  #combine{display: block!important;}

  .lead{margin-right:0}
}

@media (max-width:640px) {
  div.thesub > div > div > a:nth-child(2){display:none;}
}

#cookie-consent {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2147483647;
  }

.cc-card {
    max-width: 320px;
    background: #fff;
    color: #111;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0,0,0,.12);
    padding: 14px 14px 12px;
    font-family: var(--the-font-family, inherit);
    line-height: 1.35;
  }

.cc-text { margin: 0 0 10px; font-size: 14px; }

.cc-actions { display: flex; gap: 8px; justify-content: flex-end; }

.cc-btn {
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 14px;
  }

.cc-accept { background: var(--primary-color); color: #fff; }

.cc-accept:hover { filter: brightness(0.95); }

.cc-deny { background: #f3f4f6; color: #111; border-color: #e5e7eb; }

.cc-deny:hover { background: #e5e7eb; }

.thedoc {background-color: #ffffffb8; border-radius: 20px;}

marquee{line-height: 1.4;}

:root {
      --gap: 40px;
      --speed: 30s; /* lower = faster */
      --logo-h: 48px;
      --bgs: transparent;
      --fade: 80px; /* edge fade size */
    }

.read-more-text {
  display: none;   /* FULLY HIDDEN */
  
}

.read-more-box.expanded .read-more-text {
  display: block;  /* SHOW FULL TEXT */
}

.read-more-btn {
  margin-top: 8px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--primary-color);
  font-weight: 500;
}

.logo-marquee {
      background: var(--bgs);
      border-radius: 16px;
      padding: 20px 0;
      overflow: hidden;
      position: relative;
    }

.logo-marquee::before,
    .logo-marquee::after {
      content: "";
      position: absolute;
      top: 0;
      width: var(--fade);
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

.logo-marquee::before {
      left: 0;
      background: linear-gradient(to right, var(--bgs), rgba(255,255,255,0));
    }

.logo-marquee::after {
      right: 0;
      background: linear-gradient(to left, var(--bgs), rgba(255,255,255,0));
    }

.track {
      display: flex;
      width: max-content;
      gap: var(--gap);
      align-items: center;
      will-change: transform;
      animation: scroll var(--speed) linear infinite;
    }

.logo-marquee:hover .track { animation-play-state: paused; }

@keyframes scroll {
      from { transform: translateX(0); }
      to   { transform: translateX(calc(-1 * var(--loop-width))); }
    }

.logos {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: calc(var(--logo-h) + 18px);
      padding: 8px 14px;
      border-radius: 12px;
      background: transparent;
      transition: transform .2s ease;
    }

.logos img {
      width: auto;
      display: block;
      filter: grayscale(100%);
      opacity: .8;
      transition: filter .2s ease, opacity .2s ease, transform .2s ease;
      min-width: 200px;
      height: auto;
    }

.logos:hover img {
      filter: grayscale(0%);
      opacity: 1;
      transform: translateY(-1px);
    }

@media (prefers-reduced-motion: reduce) {
  .track { animation: none; }
}

.privacy-accordion {
  max-width: 900px;
  margin: 40px auto;
}

.accordion-item {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.accordion-header {
    width: 100%;
    border: 0;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dadada30;
    border-radius: 30px;
    margin: 7px 0;
}

.accordion-icon {
  font-size: 22px;
  transition: transform .3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  padding: 0 10px;
}

.accordion-content p {
  margin: 10px 0;
  font-size: 14px !important;
}

.accordion-item.active .accordion-content {
  max-height: 2000px; /* enough for long text */
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg); /* + becomes × */
}

.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-box.expanded .read-more-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-more-btn {
  display: inline-block;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 600;
}

.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section{
padding: 120px 0;
}

span[class*="eyebrow"]{display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: color-mix(in srgb, var(--primary-color) 76%, black);
    font-weight: 800;
    margin-bottom: 14px;
    position: relative; /* Απαραίτητο για το εφέ */
    z-index: 1;
}

span[class*="eyebrow"] {
    position: relative;
    overflow: hidden;
    background: color-mix(in srgb, var(--primary-color) 10%, white); /* Το αρχικό σου background */
}

span[class*="eyebrow"]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        from 0deg,
        transparent 60%,
        color-mix(in srgb, var(--primary-color) 40%, white) 85%, /* Απαλό φως */
        var(--primary-color) 100% /* Το πιο έντονο σημείο */
    );
    animation: rotateGlow 4s linear infinite;
    z-index: -2;
}

span[class*="eyebrow"]::after {
    content: '';
    position: absolute;
    inset: 1.5px; /* Το πάχος του border (π.χ. 1.5px ή 2px) */
    background: color-mix(in srgb, var(--primary-color) 10%, white); /* Ίδιο με το αρχικό background */
    border-radius: 999px;
    z-index: -1;
}

@keyframes rotateGlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

h2{
    font-size: clamp(36px, 5vw, 68px);
}
