/*---------------- global fisrt ---------------- */

@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("/templates/cassiopeia_nikolopoulos/css/font/regular.ttf");
}

@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("/templates/cassiopeia_nikolopoulos/css/font/bold.ttf");
}



html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  overflow-x: hidden;
  z-index: -100000;
  background-color: #fff;
  position: relative;
  font-family: "regular";
}

footer,
main,
header {
  overflow: hidden;
}

img {
  max-width: 100%;
  width: auto \9;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

figure {
  margin: 0;
}

:root {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none !important;
  font-family: "regular";
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
  font-family: "regular";
  font-stretch: normal;
}
p, li {
  font-size: 20px;
  font-family: "regular";
  line-height: 125%;
}
h2 {
  font-family: "regular";
}
menu {
  padding: 0;
  margin: 0;
}
b, strong {
  font-family: "bold";
}
ol, ul, dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.header {
  position: relative;
}


/*---------------- global end ---------------- */


/* initializations */
.vacuum {
  height: 100px;
  background-color: #fff;
}
.first-video .mod-custom {
  position: inherit;
}
.view-category h1,
.view-categories h1,
.big-title, 
.view-article h1,
.epikoinwnia--page.view-article .page-header h1 {
 font-size: 65px;
 font-weight: 700;
 color: #000;
 font-family: "regular";
}
.big-title {
  line-height: 100%;
  z-index: 1;
  position: relative;
}
.view-featured .header {
  height: 100vh;
}
.view-featured .first-video video {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

/* logo */
.logo {
  width: 322px;
  z-index: 4;
  position: relative;
}
.logo img {
  width: 320px;
}
.inside-page,
.featured-page {
  display: none;
}
.view-featured .featured-page {
  display: inherit;
}
.view-featured .featured-page {
  display: inherit;
}
.view-category .inside-page,
.view-article .inside-page,
.view-categories .inside-page {
  display: inherit;
}


/* MENU */
.humburger-menu {
  width: 107px;
  height: 65px;
  position: absolute;
  top: 49px;
  right: 157px;
  z-index: 1000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background: #218380;
  border-radius: 156px;
  align-items: center;
  gap: 8px;
}
.menu-line {
  width: 50%;
  height: 4px;
  background-color: #fff;
  transition: 0.6s;
  border-radius: 25px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.10));
}
.view-category .menu-line, .view-article .menu-line {
  background-color: #FFF;
}
.view-category .logo,
.view-article .logo {
  background: #D9FFF500;
}
.custom-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none;
  margin-top: 0;
}
.custom-menu.change {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #000;
  z-index: 3;
}
/* MENU */

/* main */
.logo-box {
  margin-left: 70px;
  margin-top: 40px;
}
.custom-menu-social {
  position: relative;
}
.custom-menu-social::before { 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-left-menu.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.custom-menu-social::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FDD89D;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
.box-menu-center {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.box-menu-center a:hover {
  color: #000;
}
.custom-menu-social .mod-custom { 
  height: 100%;
}
.custom-menu-social .big-menu-box {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  height: 100%;
}
.box-menu-left-inside {
  border-right: 4px solid #218380;
  border-top: 4px solid #218380;
}
.box-menu-right-inside {
  border-left: 4px solid #218380;
  border-bottom: 4px solid #218380;
}
.box-menu-left-inside,
.box-menu-right-inside {
  height: 416px;
  width: 70px; 
}
.box-menu-left {
  display: flex;
  align-items: end;
  justify-content: end;
}
.box-phone-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.custom-menu .mod-menu {
  background: #8F2D56;
  padding-top: 199px;
  position: relative;
}
.custom-menu .mod-list li {
  font-size: 30px;
  font-weight: 700;
  z-index: 2;
  position: relative;
  padding: 0;
  letter-spacing: 0.5px;
}
.custom-menu .mod-list li:hover { 
  background: #FDD89D;
}
.custom-menu .mod-list li:hover a { 
  color: #000;
}
.custom-menu .mod-list li a {
  color: #fff ;
  height: 67px;
  display: flex;
  align-items: center;
  padding-left: 180px;
}
.custom-menu .mod-menu::after {
  content: '';
  position: absolute;
  width: 742px;
  height: 100%;
  background-image: url("/images/bg-right-menu.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.mod-list li {
  padding: 0;
}
.box-phone-flex span,
.box-menu-center a {
  color: #000;
  font-size: 20px;
  font-family: "regular";
}
.humburger-menu.active .line-2 {
  display: none;
}
.humburger-menu.active .menu-line.line-1 {
  transform: rotate(45deg);
  top: 5px;
  position: relative;
}
.humburger-menu.active .menu-line.line-3 {
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}
.button-icon {
  width: 50px;
  height: 50px;
  background: #FBB13C;
  display: flex;
  z-index: 2;
  position: absolute;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  bottom: 83px;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.button-icon img { 
  width: 50%;
}
.view-featured .button-icon {
  display: flex;
}
.kalestemas {
  position: fixed;
  right: 0;
  top: 575px;
  z-index: 22;
}
.buttonokalestemas {
  width: 217px;
  height: 70px;
  display: flex;
  background: #FBB13C;
  align-items: center;
  padding-left: 30px;
  border-radius: 40px 0px 0 40px;
  justify-content: end;
  gap: 20px;
}
.buttonokalestemas span { 
  color: #fff;
  font-size: 20px;
}
.line-kaleste {
  width: 58px;
  height: 2px;
  background: #218380;
}
.xeirourgos-items {
  display: grid;
  grid-template-columns: 52% 48%;
}
.xeirourgos-item:nth-child(1) {
  background: linear-gradient(270deg, #FBB13C 0.07%, #D08001 99.94%);
  display: flex;
  justify-content: center;
  padding-top: 64px;
}
.xeirourgos-item:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-start;
  padding-top: 184px;
}
.xeirourgos-item:nth-child(2) .big-title {
  padding-right: 98px;
}
.title-lines {
  position: relative;
}
.line {
  position: absolute;
  width: 453px;
  height: 70px;
  right: 0;
}
.line.top {
  border-top: 3px solid#8F2D56;
  border-left: 3px solid#8F2D56;
  top: -120px;
}
.line.bottom {
  border-bottom: 3px solid#8F2D56;
  border-left: 3px solid#8F2D56;
  top: 113px;
}
.xeirourgos-text-items {
  width: 68%;
  margin-left: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  background: #218380;
  color: #fff;
  border-radius: 273.5px 0 0 273.5px;
  padding: 50px 143px 50px 52px;
  position: relative;
  overflow: hidden;  
  margin-top: -179px;
}
.xeirourgos-text-items::after { 
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-image-land-nikopoulos.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.1;
}
.xeirourgos-text-items p {
 line-height: normal;  
}
.xeirourgos--text-item:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 41px;
}
.xeirourgos--text-item:nth-child(2) a {
  text-align: center;
}
.xeirourgos--text-item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xeirourgos--text-item-inside h3 {
  font-size: 40px;
  font-weight: 100;
}
.xeirourgos--text-item-inside {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.xeirourgos--text-item-inside p {
  line-height: 100%;
}
.xeirourgos--text-item:nth-child(1),
.xeirourgos--text-item:nth-child(2) {
  position: relative;
  z-index: 2;
}
.ouroginaikologia-categories-mod {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px;
}
.ouroginaikologia-categories-mod li { 
  border-radius: 0 40px;
  background: #218380;
  padding-block: 80px;
}
.ouroginaikologia-categories-mod li:hover {
  background: #8f2d56;
}
.ouroginaikologia-categories-mod li a { 
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} 
.intro--image img {
  width: auto;
  height: 120px;
}
.ouroginaikologia-categories-mod h4 {
  font-weight: 400;
  width: 100%;
  text-align: center;
  background-color: #E1CDD5;
  padding: 0px 152px;
  height: 88px;
  display: flex;
  align-items: center;
  margin-block: 36px;
  justify-content: center;
  color: #000;
}
.title-ouroginaikologia {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(143, 45, 86, 0.20);
  position: relative;
}
.title-ouroginaikologia::after,
.title-ouroginaikologia::before {
  content: '';
  position: absolute;
  left: 0;
  width: 453px;
  height: 70px;
  border-bottom: 3px solid#000;
  border-right: 3px solid#000;
}
.title-ouroginaikologia::before {
  border-bottom: 0px solid#000;
  border-right: 0px solid#000;
  top: 50%;
  left: auto;
  right: 0;
  border-top: 3px solid#000;
  border-left: 3px solid#000;
}
.title-ouroginaikologia::after {
  bottom: 50%;
}
.title-ouroginaikologia  h2 { 
  color: #8F2D56;
}
.link-ouroginaikologia {
  background-color: #000;
  height: 117px;
  background: #FBB13C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  margin-top: 30px;
}
.link-ouroginaikologia:hover {
  background: #eea432;
}
.link-ouroginaikologia:hover a {
  gap: 34px;
}
.link-ouroginaikologia a { 
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
}
.mod-articles-category-category.eksidikeush-title {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  height: 180px;
  background: #218380;
  padding-left: 329px;
  position: relative;
}
.mod-articles-category-category.eksidikeush-title h2 {
  color: #fff;
}
.mod-articles-category-category.eksidikeush-title::after { 
  content: '';
  position: absolute;
  right: 0;
  width: 38%;
  height: 4px;
  background-color: #fff;
  top: 50%;
  transform: translate(0%, -50%);
}
.blog-featured.mytemplate {
  display: none;
}
.mod-articles-category-category-items {
  display: grid;
  grid-template-columns: 54% 46%;
  background: #8F2D56;
  padding-top: 50px;
}
.eksidikeusi-articles {
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-left: 55px;
}
.mod-articles-category-category-items .mod-articles-category-title,
.mod-articles-category-category-eksid a {
  color: #fff;
}
.mod-articles-category-category-eksid {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.40);
  border-radius: 40px 0 0 0;
  width: 86%;
  margin-left: auto;
  padding: 116px 0px 132px 0px;
  gap: 111px;
}
.mod-articles-category-category-eksid a,
.gonimotita-text a,
.mod-articles-category-asthenwn a,
.mod-articles-category-blog a {
  font-size: 20px;
  color: #fff;
}
.mod-articles-category-category-eksid a:hover .basic-btn {
  margin-left: 30px;
}
.mod-articles-category-category-eksid .basic-btn,
.mod-articles-category-category-pathiseis .basic-btn,
.gonimotita-text .basic-btn {
  margin-left: 16px;
}
.eksidikeusi-articles a {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.eksidikeusi-articles li {
  height: 70px;
  padding-right: 30px !important;
}
.eksidikeusi-articles li:hover {
  background: #FBB13C;
}
.eksidikeusi-articles li:hover a { 
  color: #000;
}
.category-module.mod-list.pathiseis {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 90%;
  margin: auto;
  margin-top: 120px;
}
.category-module.mod-list.pathiseis li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #218380;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0 50px 0;
  position: relative;
}
.category-module.mod-list.pathiseis li a:hover {
  background: #8f2d56;
}
.category-module.mod-list.pathiseis li a::after {
  content: '';
  position: absolute;
  width: 165px;
  height: 100%;
  background-image: url("/images/louloudi.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
  left: 0;
}
.category-module.mod-list.pathiseis li a h3 { 
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
}
.ginaikologikes-pepithiseis .big-title {
  text-align: center;
  padding-top: 150px;
}
.ginaikologikes-pepithiseis {
  position: relative;
}
.ginaikologikes-pepithiseis::after { 
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/ginaikologikes-pepithiseis-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  clip-path: ellipse(62% 64% at 50% 64%);
  opacity: 0.5;
}
.ginaikologikes-pepithiseis::before { 
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFDDEB;
  z-index: -2;
  clip-path: ellipse(62% 64% at 50% 64%);
}
.mod-articles-category-category-pathiseis {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  padding-bottom: 60px;
}
.mod-articles-category-category-pathiseis a,
.mod-articles-category-maieutiki span { 
 color: #000;
 font-weight: 700;
 font-size: 20px;
}
.maieutiki {
  position: relative;
  padding-top: 160px;
}
.maieutiki::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  left: 0;
  top: 0;
  background: rgba(251, 177, 60, 0.20);
}
.maieutiki::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/bgimagemaieutiki.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 0;
}
.maieutiki-box li {
  position: relative;
}
.box-first-maieutiki .mod-list li a {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  gap: 40px;
}
.maieutiki-box li:nth-child(1)::after,
.maieutiki-box li:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.maieutiki-box li:nth-child(1)::after {
  background-image: url("/images/top-maieutiki-kiklos.png");
}
.maieutiki-box li:nth-child(2)::after {
  background-image: url("/images/bottom-maieutiki-kiklos.png");
}
.maieutiki-box {
  height: 871px;
  display: flex;
  flex-direction: column;
  /* width: 1257px; */
  padding-left: 128px;
  position: relative;
}
.maieutiki-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2564px;
  background-color: #000;
  height: 4px;
  top: 48.5%;
  left: 0;
  transform: translate(-50%, -50%);
}
.maieutiki-box li:nth-child(1) {
  width: 76%;
  height: 100%;
}
.maieutiki-box li:nth-child(2) {
  height: 100%;
  width: 76%;
  margin-left: auto;
}
.box-title-arrow-maieutiki {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.box-first-maieutiki {
  display: grid;
  grid-template-columns: 65% 35%;
}
.mod-articles-category-maieutiki {
  display: flex;
  justify-content: end;
  margin-top: -130px;
  padding-bottom: 260px;
  margin-right: 337px;
}
.mod-articles-category-maieutiki a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.maieutiki--title .big-title::after,
.maieutiki--title .big-title::before {
  content: '';
  position: absolute;
  top: -120px;
  right: 0;
  width: 79%;
  height: 70px;
}
.maieutiki--title .big-title::after {
  border-top: 3px solid#8F2D56;
  border-left: 3px solid#8F2D56;
}
.mod-articles-category-category.maieutiki--title {
  margin-top: 47px;
}
.maieutiki--title .big-title::before {
  top: auto;
  bottom: -120px;
  border-bottom: 3px solid#8F2D56;
  border-left: 3px solid#8F2D56;
 }
.gonimotita-items {
  display: grid;
  grid-template-columns: 32% 68%;
}
.gonimotita-items .big-title {
  border-radius: 0px 152.5px 152.5px 0px;
  background: #8F2D56;
  color: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.gonimotita-text {
  width: 64%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 29px;
  padding: 110px 113px;
  text-align: center;
  position: relative;
  overflow: hidden;
  left: 198px;
 }
.gonimotita-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
  background: #218380;
  z-index: -2;
}
.video-gonimothta {
  position: absolute;
  left: 50%;
  opacity: 0.13;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  opacity: 0.13;
}
.gonimotita-item {
  position: relative;
}
.gonimotita-shape-kitrino { 
  margin-top: -300px;
  width: 100%;
  height: 300px;
  background-color: #FBB13C;
  z-index: -3;
  margin-left: auto;
  border-radius: 152.5px 0 0 152.5px;
  position: relative;
  top: -51px;
}
.gonimotita-shape-kitrino::after { 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  background-size: 100%;
  background-image: url("/images/kitrino-louloudi.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
.gonimotita-item:nth-child(2)::before,
.gonimotita-item:nth-child(2)::after {
  content: '';
  position: absolute;
   left: -333px;
  width: 498px;
  height: 50px;
}
.gonimotita-item:nth-child(2)::before {
  border-bottom: 2px solid#000;
  border-right: 2px solid#000;
  bottom: 27%;
  height: 490px;
}
.gonimotita-item:nth-child(2)::after {
  border-top: 2px solid#000;
  border-right: 2px solid#000;
  bottom: 4%;
  height: 165px;
}
.asthenwn-items {
  display: flex;
  justify-content: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}
.asthenwn-items li a {
  width: 435px;
  height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #FFFDF9;
} 
.asthenwn-items h3 { 
  font-size: 30px;
  color: #000;
  margin-top: 70px;
  margin-block: 43px;
}
.anhmerwsh-asthenwn {
  background: linear-gradient(180deg, rgba(251, 177, 60, 0.00) 0%, rgba(196, 110, 73, 0.50) 50%, #8F2D56 100%);
  position: relative;
}
.anhmerwsh-asthenwn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("/images/bg-asthenwn.png");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}
.anhmerwsh-asthenwn .big-title {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.anhmerwsh-asthenwn .mod-articles-category-introimage {
  height: 171px;
  display: flex;
  align-items: center;
}
.mod-articles-category-asthenwn {
  display: flex;
  justify-content: center;
  padding-block: 75px;
  position: relative;
  z-index: 1;
}
.blog.land {
  background: rgba(251, 177, 60, 0.50);
}
.blog-section h3 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 100%;
  width: 91%;
  text-align: center;
  padding-inline: 10px;
  margin-top: 25px;
}
.blog-section .swiper-slide .mod-articles-category-introimage img {
  width: 100%;
}
.blog-section {
  width: 72%;
  margin: auto;
}
.blog.land {
  position: relative;
}
.blog-section .swiper-button-next,
.blog-section .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 63px;
  height: 58px;
}
.blog.land .swiper-button-next::after,
.blog.land .swiper-button-prev::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/images/icon-left.png");
  background-repeat: no-repeat;
  background-position: center;
}
.blog.land .swiper-button-next::after {
  transform: rotate(180deg);
}
.blog-section .swiper-button-prev { 
  left: 10%;
}
.blog-section .swiper-button-next  {
  right: 9%;
}
.blog-section .mod-articles-category-introimage {
  width: 419px;
  height: 465px;
  overflow: hidden;
}
.blog-section .swiper-slide:nth-child(3n+1) .mod-articles-category-introimage {
  border-radius: 0 0 0 209.5px;
}
.blog-section .swiper-slide:nth-child(3n+2) .mod-articles-category-introimage {
  border-radius: 209.5px 209.5px 0 0;
}
.blog-section .swiper-slide:nth-child(3n) .mod-articles-category-introimage {
  border-radius: 0 209px 0 0;
}
.blog.land .big-title {
  margin-bottom: 61px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.item-image-blog {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}
.mod-articles-category-blog {
  background: #8F2D56;
  display: flex;
  justify-content: center;
  padding-block: 27px;
  margin-top: 80px;
}
.footer-items {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 19px;
  padding: 0px 75px 20px 75px;
}
.footer-item {
  border-radius: 40px;
  position: relative;
  height: 386px;
}
.footer-item:nth-child(1) {
  background: #218380;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 65px;
}
.footer-item:nth-child(2) {
  background: #8F2D56;
  z-index: 3;
}
.footer-item:nth-child(3) {
  background: #FBB13C;
  display: flex;
  flex-direction: column;
}
.image-right-foter {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
}
.footer-item .big-title,
.text-footer {
  color: #000;
  display: flex;
  align-items: center;
}
.icon-footer.a,
.icon-footer.b,
.location.a {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
.icon-footer.a {
  height: 50%;
}
.icon-footer.b {
  height: 50%;
  width: 100%;
  border-radius: 40px;
  background: #B73B6F;
}
.icon-footer img,
.location.a img {
  width: 30px;
}
.location.a {
  height: 35%;
}
.map {
  width: 100%;
  height: 65%;
}
.gmap_canvas,
iframe {
  width: 100%;
  height: 100%;
}
#gmap_canvas,
.gmap_canvas::after {
  border-radius: 40px;
}
.gmap_canvas {
  position: relative;
}
.gmap_canvas::after { 
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000042;
}
.gmap_canvas:hover::after { 
  background-color: #00000000;
}
[class^="icon-"] {
  font-family: "regular" !important;
}
.copyright-link {
  color: #000;
}
.top-bar-article {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  margin: auto;
}
.enimerosi-asthenw--page.view-article .com-content-article__body,
.top-bar-article {
  width: 80%;
}
.view-article .page-header {
  background: #8F2D56;
  height: 401px;
}
.view-article .page-header,
.full-image { 
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-article .page-header h1 { 
  color: #fff;
  font-size: 35px;
  font-weight: 100;
  padding-inline: 296px;
  text-align: center;
}
.full-image {
  background: #218380;
}
.view-article .header,
.view-category .header,
.view-categories .header {
  margin-bottom: 70px;
}
.com-content-article__body {
  padding: 40px 450px;
  text-align: center;
  color: #000;
  background: rgba(33, 131, 128, 0.10);
}
.com-content-article__body p {
  line-height: normal;
}
.com-content-article__body p,
.com-content-article__body img { 
  margin-bottom: 15px;
}
.view-article .page-header {
  position: relative;
}
.view-article .page-header::after,
.view-article .page-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #fff;
}
.view-article .page-header::after {
  right: 10px;
}
.accordion {
  width: 77%;
  margin: auto;
}
.accordion,
.com-content-article__body,
.view-category .blog-items,
.view-categories .blog-items,
.category-desc.base-desc {
  margin-top: 70px !important;
}
[data-rlta-type="accordions"] > [data-rlta-element="button"] {
  background-color: #218380 !important;
  border-radius: 0 49px 49px 0 !important;
  height: 98px;
  padding: 10px 90px 10px 100px !important;
  position: relative;
}
[data-rlta-element="heading"] {
  color: #fff;
  font-size: 22px !important;
  line-height: 113%;
}
[data-rlta-element="button"][data-rlta-state="closed"]::before, [data-rlta-element="button"][data-rlta-state="open"]::before {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute !important;
  background-image: url("/images/arrow-slider-open.png");
  background-repeat: no-repeat;
  background-size: 100%;
  right: 33px;
  top: 29%;
  transition: transform 0.6s ease; /* ✅ για ομαλή μετάβαση */
  transform: rotate(0deg); /* default */
}
[data-rlta-element="panel"] {
  border: 0 !important;
  border-radius: 0 0 49px 0 !important;
  background: #E9D5DD !important;
}
[data-rlta-element="button"][data-rlta-state="open"]::before {
  transform: rotate(90deg);
  transition: transform 0.6s ease; /* ✅ για ομαλή μετάβαση */
}
[data-rlta-element="panel"], [data-rlta-element="button"] {
  margin-bottom: 15px !important;
}
[data-rlta-element="button"]:not([data-rlta-state="closed"]) {
  margin-bottom: 0px !important;
}
.blog-items {
  width: 80%;
  margin: auto;
}
.blog-items {
  width: 80%;
  margin: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.blog-items .blog-item {
  align-items: center;
  border-radius: 40px;
  background: #EBE3E6;
  height: 250px;
  padding: 46px;
  position: relative;
}
.blog-items .blog-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-image: url("/images/icon-category.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.blog-items .blog-item h2,
.blog-items .blog-item h2 a,
.blog-items .blog-item .item-content,
.blog-items .blog-item .page-header,
.com-content-categories__item-title,
.com-content-categories__item-title a,
.com-content-categories__item-title-wrapper { 
  width: 100%;
  height: 100%;
  display: flex;
}
.blog-items .blog-item h2 a,
.com-content-categories__item-title a {
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.view-category .title-category,
.view-categories .title-category {
  width: 100%;
  background: #FBB13C;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-category .title-category h1,
.view-categories .title-category h1 { 
  color: #fff;
}
[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-type="accordions"] > [data-rlta-element="panel"] {
  padding: 0;
}
[data-rlta-element="panel-content"] {
  padding: 40px 100px 40px 165px !important;
}
.layout-team .blog-items .blog-item {
  height: auto;
  padding: 0px;
  background: #EBE3E600;
  border-radius: 0;
  align-items: inherit;
}
.blog-item .item-image {
  margin-top: 0;
  margin-bottom: 0;
}
.team-intro-image {
  border-radius: 40px;
  background: #EBE3E6;
  height: 509px;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}
.layout-team .blog-items .blog-item::after { 
  display: none;
}
.layout-team .blog-items .blog-item {
  display: inherit;
} 
.layout-team .title-item h2 {
  display: flex;
  justify-content: center;
  font-weight: 100;
  margin-top: 25px;
}
.sub-title-team {
  text-align: center;
}
.layout-team .title-item h2,
.sub-title-team h3 { 
  color: #000;
  font-size: 22px;
}
.sub-title-team h3 {
  font-weight: 600;
  margin-top: 5px;
}
.layout-team .blog-item .item-image {
  height: 411px;
}
.layout-team .item-content {
  display: none !important;
}
.page-header-giatros-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.view-article.layout-team #main,
.view-article.layout-team .header,
.view-article.article-team--page #main,
.view-article.article-team--page .header {
  overflow: initial;
}
.page-header-giatros-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -192px;
  z-index: 1;
  position: relative;
}
.giatros-image-intro {
  height: 878px;
  display: flex;
  align-items: end;
  border-radius: 0 0 333.5px 333.5px;
  background: linear-gradient(270deg, #FBB13C 0.07%, #D08001 99.94%);
  overflow: hidden;
  justify-content: center;
}
.giatros-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding-left: 120px;
  padding-bottom: 115px;
}
.giatros-image-intro img {
  width: 562px;
}
.title-giatros-inside {
  margin-top: 353px;
  position: relative;
}
.title-giatros-inside::after,
.title-giatros-inside::before {
  content: '';
  position: absolute;
  width: 260px;
  height: 70px;
  left: 0;
}
.title-giatros-inside::before {
  top: -100px;
  border-top: 3px solid#8F2D56;
  border-right: 3px solid#8F2D56;
}
.title-giatros-inside::after {
  bottom: -100px;
  border-bottom: 3px solid#8F2D56;
  border-right: 3px solid#8F2D56;
}
.title-giatros-inside h1 { 
  padding-left: 140px;
}
.view-article.layout-team .sub-title-team,
.view-article.article-team--page .sub-title-team {
  text-align: left;
}
.view-article.layout-team .sub-title-team h2,
.view-article.article-team--page .sub-title-team h2  { 
  font-size: 40px;
}
.view-article.layout-team .titlespoudwn h3,
.view-article.article-team--page .titlespoudwn h3 { 
  font-weight: 100;
  font-size: 22px;
}
.eidikothta h4 {
  font-size: 20px;
  font-weight: 600;
}
.eidikothta {
  width: 70%;
}
.title-askiologiseis {
  font-size: 65px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding-top: 176px;
}
.box-askiologiseis {
  position: relative;
  display: grid;
  grid-template-columns: 25% 75%;
  padding: 42px 76px 80px 60px;
  border-radius: 0 0 0 200px;
  overflow: hidden;
}
.aksiologiseis {
  position: relative;
  height: 724px;
  padding-bottom: 35px;
}
.box-askiologiseis::after,
.box-askiologiseis::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-askiologiseis.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -2;
  opacity: 0.5
}
.box-askiologiseis::before {
  background-color: #E9D5DD;
  background-image: none;
  z-index: -3;
}
.aksiologiseis .swiper-slide {
  /* padding: 150px 100px 10px 100px; */
  display: flex;
  align-items: center;
  height: 100%;
}
.aksiologiseis::before {
 content: '';
 position: absolute;
 top: 0;
 left: -25px;
 width: 1290px;
 height: 100%;
 background-image: url("/images/bg--aksiologiseis.png");
 background-repeat: no-repeat;
 background-size: cover;
 z-index: -1;
 background-position: center;
}
.aksiologiseis .swiper-wrapper,
.aksiologiseiswiper {
  height: 100%;
}
.aksiologiseiswiper { 
  width: 70%;
  margin: auto;
}
.aksiologiseiswiper .swiper-slide p {
  width: 88%;
  margin: auto;
  line-height: 125%;
  line-height: 125%;
}
.swiper-button-asterakia {
  display: flex;
  justify-content: center;
  margin-top: -183px;
  margin-bottom: 167px;
  position: relative;
  left: -46px;
}
.swiper-button-more {
  display: flex;
  justify-content: end;
  margin-right: 61px;
}
.swiper-button-more span:nth-child(1) {
  font-size: 20px;
  color: #218380;
  margin-right: 10px;
}
.swiper-button-more a {
  display: flex;
  align-items: center;
}
.image-left-askiologiseis {
  position: absolute;
  left: 0;
  width: 544px;
  bottom: -13px;
  z-index: -1;
}
.aksiologiseis .swiper-button-prev::after,
.aksiologiseis .swiper-button-next::after {
  content: '';
  background-image: url("/images/arrow-left.png");
  width: 20px;
  height: 20px;
}
.aksiologiseis .swiper-button-next::after {
  transform: rotate(180deg);
}
.aksiologiseis .swiper-button-prev {
  left: 182px;
}
.aksiologiseis .swiper-button-next {
  right: 222px;
}
.category-desc.base-desc {
  border-radius: 0 100px;
  background: rgba(33, 131, 128, 0.10);
  width: 80%;
  margin: auto;
  padding: 35px 143px;
  text-align: center;
}
.enimerosi-asthenw--page.view-article .com-content-article__body {
  padding: 70px 126px;
  border-radius: 0 0 49px 0;
  background: #E9D5DD;
  margin: auto;
  text-align: left;
}
.enimerosi-asthenw--page.view-article .com-content-article__body img {
  width: 100%;
}
.enimerosi--asthenwn-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  row-gap: 40px;
}
.enimerosi-asthenw--page.view-article .enimerosi--asthenwn-item p {
  color: #000;
  line-height:  125%;
}
.top-bar-article-blog-news {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  position: relative;
  padding-top: 120px;
}
.intro-image-inside {
  width: 100%;
  height: 390px;
  background: #FFF3DC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-image {
  display: flex;
  align-items: end;
}
.intro-image figure {
  margin: 0;
  width: 100%;
  height: 661px;
  border: 20px solid #8F2D56;
  border-radius: 200px 0 0 0;
  overflow: hidden;
  display: flex;
}
.intro-image figure img {
  width: 100%
}
.page-header-title-blog-news h1 {
  font-size: 22px;
  font-family: "regular";
}
.page-header-title-blog-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 83px;
  text-align: center;
  gap: 207px;
  position: relative;
}
.top-bar-article-blog-news::after { 
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  background: #E9D5DD;
  width: 962px;
  z-index: -1;
  bottom: 0;
}
.footer-item-phones {
  display: flex;
  gap: 7px;
}
.text-number-footer {
  color: #fffffd;
}
.text-number-footer:hover {
  color: #fff;
}
.intro-image-basic {
  display: none;
}
[data-rlta-element="panel-content"] ul,
[data-rlta-element="panel-content"] ol {
  overflow: inherit;
  list-style-type: inherit;
  padding-left: 2rem;
}
.com-content-article p,
.com-content-article h2,
.com-content-article h3,
.com-content-article h4,
.com-content-article ul,
.com-content-article ol {
  margin-bottom: 10px;
}
.epikoinwnia--page.view-article .top-bar-article {
  width: 100%;
  grid-template-columns: 1fr;
  border-radius: 0;
}
.epikoinwnia--page.view-article .page-header {
  background: #FFF;
  height: auto;
}
.epikoinwnia--page.view-article .page-header::before,
.epikoinwnia--page.view-article .page-header::after {
  display: none;
}
.epikoinwnia--page.view-article .page-header h1 {
  padding-inline: 0;
}
.form-basic-box {
  position: relative;
  padding-bottom: 175px;
}
.form-basic {
  width: 63%;
  margin-left: auto;
  border-radius: 40px 0 0 40px;
  border: 4px solid #8F2D56;
  background: #E9D5DD;
  overflow: hidden;
  border-right: 0;
}
.epikoinwnia--page.view-article .com-content-article__body {
  padding: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.1);
}
#rsform_3_page_0 {
  padding: 100px 120px;
}
.form-control {
  background-color: #e9d5dd !important;
  border: 1px solid #000 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}
input::placeholder,
.form-control:focus,
textarea::placeholder,
.form-control { 
  color: #000 !important;
  font-size: 22px;
  font-weight: 500;
  box-shadow: none !important;
}
.rsform-block-terms .formControls {
  text-align: left;
}
.form-check-inline {
  font-size: 18px;
}
.form-check.form-check-inline a {
  color: #8f2d56 !important;
}
.rsform-type-submitbutton #button1 { 
  color: #000000 !important;
  background-color: #2369e600 !important;
  font-family: 'bold';
  border: 0px solid;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 0.5px;
  position: relative;
}
.rsform-type-submitbutton #button1::After { 
  content: '';
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); 
  right: -40px;
  width: 30px;
  height: 30px;
  background-image: url("/images/link-green-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}  
.rsform-type-submitbutton { 
  transition: 0.6s;
}
.rsform-type-submitbutton #button1::After { 
  transition: 0.6s;
}
.rsform-type-submitbutton:hover #button1::After { 
  transition: 0.6s;
  right: -50px;
}
.form-basic-box::after {
  content: '';
  position: absolute;
  top: 157px;
  left: -41px;
  width: 994px;
  height: 662px;
  background-image: url("/images/photo-left-contant.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: -1;
}
.page--404 .top-bar-article {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 0;
  overflow: hidden;
  margin: auto;
  width: 100% !important;
}
.page--404.view-article .page-header {
  background: #8F2D5600;
  height: auto;
}
.page--404.view-article .page-header h1 {
  color: #000;
  font-size: 95px;
  padding-inline: 0;
  text-align: center;
  font-weight: 600;
}
.page--404.view-article .com-content-article__body {
  padding: 25px 0;
  text-align: center;
  color: #000;
  background: #FFF3DC;
  margin-top: 0px !important;
}
.page-error {
  display: flex;
  gap: 146px;
  padding-inline: 172px;
  justify-content: center;
}
.page-error-right {
  border-radius: 40px;
  border: 4px solid #8F2D56;
  background: #E9D5DD;
  padding: 57px 25px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  margin-top: 35px;
}
.page--404.view-article .com-content-article__body ul { 
  display: flex;
  padding-inline: 137px;
  justify-content: space-between;
  margin-top: 60px
}
.page--404.view-article .com-content-article__body ul li a { 
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.lang {
  position: absolute;
  right: 305px;
  top: 51px;
  z-index: 12;
}
div.mod-languages ul li { 
  background-color: rgba(0, 0, 0, 0) !important;
}
div.mod-languages ul li.lang-active a {
 color: #fff
}
div.mod-languages li a {
  margin: 0;
 color: rgba(255, 255, 255, 0.489)
}
div.mod-languages ul {
  position: relative;
  border-radius: 152.5px;
  background: #FBB13C;
  width: 106px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.mod-languages ul::after {
  content: '';
  position: absolute;
  left: 46%;
  color: #fff;
  width: 1px;
  height: 18px;
  top: 24px;
  background-color: #fff;
  transform: rotate(17deg);
}
div.mod-languages li {
  margin: 0;
}
.leftimage-xeirourgos-phone,
.mod-articles-category-category-eksid.end-mobile {
  display: none;
} 
.item-content {
  z-index: 2;
  position: relative;
}
.box-phone-flex.a {
  position: relative;
  top: 58px;
}
.com-content-article__body ol,
.accordion ol{
  list-style-type: decimal;
}
  
.com-content-article__body ul ul,
.accordion ul ul {
  list-style-type: circle;
}
.footer-item .big-title,
.custom-footer .text-footer {
  color: #fff;
} 
.vacuum.ourogikonologia-vacuum {
  height: 50px;
}
.Blog--page .blog-item h2 a {
  font-size: 20px;
}


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  





