@charset "UTF-8";
.assesments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.assesment {
  padding: 15px;
  border-bottom: 17px solid #85CCAE;
  height: 190px;
  display: flex;
  cursor: pointer;
  align-items: flex-end;
}
.assesment_container {
  width: 100%;
  position: relative;
}
.title_assesment h3 {
  max-width: 178px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
}
.assesment_hover {
  position: absolute;
  top: 0;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all;
}
.assesment_hover h3 {
  margin: 0;
}
.assesment_container:hover .assesment_hover {
  opacity: 1;
  width: 100%;
  background: #85CCAE;
  padding: 15px;
  height: 190px;
}
img.assesment-icon {
  display: none;
}
div#p_border_bottom p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  img.assesment-icon {
    display: block;
  }
  .assesments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .assesment {
    padding: 0;
    border-bottom: 17px solid #85CCAE;
    height: 190px;
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }
  .title_assesment h3 {
    max-width: 178px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
  }
}
.my-post-slider .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.my-post-slider .post-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  max-width: 768px;
}
.my-post-slider .post-image {
  flex: 1;
}
.my-post-slider .post-image img {
  width: 277px;
  height: 150px;
  border-radius: 8px;
  background: white;
  object-fit: cover;
}
.my-post-slider .post-content {
  flex: 1;
  border-bottom: 1px solid #1D1D1B;
  height: 150px;
}
.my-post-slider .post-content h3 {
  margin: 0px;
}
.my-post-slider .post-content h3 a {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1B;
  line-height: 26px;
}
.my-post-slider .post-content p {
  text-decoration: none;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 300;
  color: #1D1D1B;
  margin-bottom: 0px;
  line-height: 22px;
}
.post-date {
  font-size: 12px;
  font-weight: 300;
  color: #1D1D1B;
}
.my-post-slider .post-content a:hover {
  color: #1D1D1B;
}
.my-post-slider-wrapper {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  /* white with 50% opacity */
  backdrop-filter: blur(12px);
  /* this blurs the background behind */
  -webkit-backdrop-filter: blur(12px);
  /* Safari support */
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .my-post-slider .post-item {
    flex-direction: column;
  }
}
.scroll-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transform-origin: right center;
  transform: scaleX(1);
  will-change: transform;
}
.char {
  display: inline-block;
  will-change: transform;
}
.linedeader h3 {
  position: relative;
  display: inline-block;
  /* ώστε η γραμμή να ξεκινά μετά τον τίτλο */
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
}
.linedeader.one h3::after {
  content: "";
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  /* απόσταση από τον τίτλο */
  height: 1px;
  /* πάχος γραμμής */
  width: 65px;
  /* ✅ προσαρμόζεται – αλλάζεις ανάλογα με το layout */
  background: #fff;
  /* λευκή γραμμή */
}
.linedeader.two h3::after {
  content: "";
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  /* απόσταση από τον τίτλο */
  height: 1px;
  /* πάχος γραμμής */
  width: 200px;
  /* ✅ προσαρμόζεται – αλλάζεις ανάλογα με το layout */
  background: #fff;
  /* λευκή γραμμή */
}
.linedeader.three h3::after {
  content: "";
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  left: 100%;
  margin-left: 10px;
  /* απόσταση από τον τίτλο */
  height: 1px;
  /* πάχος γραμμής */
  width: 195px;
  /* ✅ προσαρμόζεται – αλλάζεις ανάλογα με το layout */
  background: #fff;
  /* λευκή γραμμή */
}
/* Personeel Page */
.personel_page {
  /* Taxonomy Slider */
}
.personel_page .taxonomy-slider {
  overflow: hidden;
  white-space: nowrap;
}
.personel_page .taxonomy-box {
  display: inline-block;
  padding: 10px 0px;
  margin: 0px;
  width: 250px;
  position: relative;
  margin-bottom: 38px;
  height: 74px;
  display: flex;
  padding: 10px 0px;
  margin: 0px;
  width: 250px;
  position: relative;
  margin-bottom: 38px;
  height: 74px;
  flex-direction: column;
  justify-content: flex-end;
}
.personel_page .taxonomy-box span {
  position: relative;
  cursor: pointer;
  width: fit-content;
  text-wrap: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  z-index: 5;
}
.personel_page .taxonomy-box.active span {
  font-weight: 600;
}
.personel_page .members-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.personel_page div#taxonomy-slider-posts .taxonomy-box {
  text-transform: uppercase;
  height: 40px;
  width: auto;
  padding-right: 20px;
}
.personel_page .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 100px;
  margin-top: 20px;
}
.personel_page .posts-grid .post {
  border: 0px solid #ccc;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.personel_page .posts-grid .post .post-thumbnail {
  width: 311px;
  height: 224px;
  overflow: hidden;
  margin-bottom: 10px;
}
.personel_page .posts-grid .post .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #81818124;
}
.personel_page .posts-grid .post .post-category {
  font-size: 14px;
  font-weight: 100;
  text-transform: lowercase;
  margin-bottom: 5px;
}
.personel_page .posts-grid .post .text-box {
  color: white;
  transition: 0.3s all;
  position: relative;
  padding: 20px;
  width: 311px;
  height: 224px;
}
.personel_page .posts-grid .post .text-box h3 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.personel_page .posts-grid .post .text-box p {
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 22px;
}
.personel_page .posts-grid .post .text-box .post-date {
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
.personel_page .news .text-box, .personel_page .news_el .text-box {
  background-color: #11424B;
}
.personel_page .deltia-typou .text-box, .personel_page .deltia-typou-el .text-box {
  background-color: #325C64;
}
.personel_page .about-as .text-box, .personel_page .about-as-el .text-box {
  background-color: #3A7782;
}
.personel_page .member {
  border: 0px solid #ccc;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  max-width: 280px;
  position: relative;
}
.personel_page .view-more-hover {
  width: 69px;
  height: 69px;
  border: 2px solid #BDE3D3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 90px;
  right: 30px;
  font-size: 16px;
  color: #BDE3D3;
  opacity: 0;
  pointer-events: none;
  /* 👈 This is the magic line */
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .personel_page .view-more-hover {
    top: 50px;
    right: 10px;
    display: none !important;
  }
}
.personel_page .background {
  position: absolute;
  height: 1px;
  background-color: #325C64;
  border-bottom: 0px solid #325C64;
  bottom: 0px;
  right: 0px;
  width: 100%;
  transition: all 0.6s ease;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.personel_page .background::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2025/10/arrow_hover.svg);
  height: 11px;
  width: 7px !important;
  /* background-color: #41565a00; */
  /* border-bottom: 1px solid #325C64; */
  bottom: 0;
  transform: translateY(5px);
  left: 0%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: -1;
  opacity: 0;
  margin-left: -5px;
  color: #325C64;
  transition: all 0.3s ease;
}
.personel_page .taxonomy-box:hover .background::after {
  opacity: 1;
  left: 100%;
}
.personel_page .taxonomy-box:hover .background {
  width: 50%;
}
.personel_page .taxonomy-box.active .background::after {
  opacity: 1;
  left: 100%;
}
.personel_page .member:hover .view-more-hover {
  opacity: 1;
}
.personel_page .post:hover .view-more-hover {
  opacity: 1;
}
.personel_page .member-thumbnail {
  width: 150px;
  height: 150px;
  border: 2px solid #BDE3D3;
  border-radius: 50%;
  overflow: hidden;
  /* 👈 ensures image stays perfectly inside the circle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* optional, prevents white gaps */
}
.personel_page .member-thumbnail img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
  border: 0px solid #BDE3D3;
  margin-top: -1px;
}
.personel_page .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.personel_page .modal-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #BDE3D3;
  width: 80%;
  max-width: 590px;
  position: relative;
  max-height: 600px;
  position: relative;
}
.personel_page div#modal-body strong, .personel_page div#modal-body b {
  display: block;
  margin-bottom: 20px;
}
.personel_page .modal .close {
  position: absolute;
  top: -16px;
  right: -17px;
  cursor: pointer;
  font-size: 40px;
  font-family: initial;
  font-weight: 100;
  color: #BDE3D3;
  border: 1px solid #BDE3D3;
  line-height: 25px;
  padding: 0px 6px 6px 6px;
  background: transparent;
}
.personel_page .taxonomy-slider {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
  height: 145px;
}
.personel_page .taxonomy-slider-container {
  display: flex;
  align-items: center;
}
.personel_page div#modal-body {
  font-size: 18px;
  line-height: 28px;
  font-family: inherit;
  padding: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 500px;
}
.personel_page .custom-prev-arrow, .personel_page .custom-next-arrow {
  width: 0px;
  /* Adjust as needed */
  height: 0px;
  cursor: pointer;
  display: block;
}
.personel_page .owl-nav span {
  font-size: 0;
}
.personel_page .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 82%;
  width: 45px;
  /* transform: translateY(-50%); */
  pointer-events: none;
  height: 20px;
  right: 0px;
  background: url(/wp-content/uploads/2024/12/Velos.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.personel_page .owl-nav button {
  pointer-events: all;
  /* Allow clicks */
  background: none;
  border: none;
  outline: none;
  position: absolute;
}
.personel_page .owl-nav .owl-prev {
  right: 30px;
  width: 20px;
  height: 20px;
  background: #00000000 !important;
}
.personel_page .owl-nav .owl-next {
  right: 0px;
  width: 20px;
  height: 20px;
  background: #bde3d300 !important;
}
.personel_page .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.personel_page button.owl-dot {
  background: #85CCAE !important;
  width: 5px;
  height: 5px;
  margin: 4px;
}
.personel_page button.owl-dot.active {
  background: #BDE3D3 !important;
}
@media screen and (max-width: 768px) {
  .personel_page .personel_page .posts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
    margin-top: 20px;
    align-content: center;
    justify-content: center;
  }
  .personel_page .members-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    align-items: start;
    width: 100%;
  }
  .personel_page div#members-container {
    margin-top: 20px;
  }
  .personel_page .modal-content {
    background: #fff;
    padding: 0;
    border: 1px solid #BDE3D3;
    width: 90%;
    max-width: 850px;
    position: relative;
    height: 507px;
  }
}
@media screen and (max-width: 768px) {
  .linedeader h3::after {
    display: none;
  }
  .personel_page .posts-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    margin-top: 20px;
    align-content: center;
    justify-content: center;
  }
  .personel_page .posts-grid .post {
    border: 0px solid #ccc;
    padding: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
  }
  #linktext_footer a {
    font-size: 12px;
    color: #000000;
  }
}
.dw-social-share-container {
  background: #325C64;
  display: flex;
  padding: 16px;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.dw-social-share-container .dw-social-share-label {
  display: inline-block;
  color: white;
  font-size: 19px;
  margin-right: 13px;
}
.dw-social-share-container .dw-social-share {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 0;
}
.dw-social-share-container .dw-social-share a, .dw-social-share-container .dw-social-share button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  transition: transform 0.25s ease;
}
.dw-social-share-container .dw-social-share a:hover img, .dw-social-share-container .dw-social-share button:hover img {
  transform: scale(1.1);
}
.dw-social-share-container .dw-social-share img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dw-social-share-container .dw-social-share .copied img {
  filter: brightness(1.3);
}
@media screen and (max-width: 768px) {
  .my-post-slider-wrapper {
    position: relative;
    padding: 5px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  .my-post-slider .post-image {
    flex: 1;
    width: 100%;
  }
  .my-post-slider .post-image img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background: white;
    object-fit: cover;
  }
  .my-post-slider .post-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    max-width: 768px;
    padding-bottom: 30px;
  }
  .slider_dots span.swiper-pagination-bullet {
    border-radius: 50% !important;
    margin: 4px !important;
  }
  .personel_page div#modal-body {
    font-size: 16px;
    line-height: 22px;
    font-family: inherit;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 500px;
  }
}
.swiper-pagination-posts {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
