body {
overflow-x: hidden;
}


:root {
--light-blue: #00b5e2;
--yellow: #ffa200;
--blue: #31729f;
--red: #d40000;
}

/* Firefox */
html {
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: var(--light-blue) #fff; /* thumb track */
}

/* Chrome / Edge / Safari */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: var(--light-blue);
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}



/*h1*/
#contenttop h1 {
    font-size: 60px;
    font-size: clamp(2rem, 1.617rem + 1.02vw, 3.25rem) !important; /*32-52*/
    margin: 0px 0px 2vw;
    padding: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
}

#contenttop h1::before {
content: '';
    display: block;
    width: 50% ;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 5px;
    left: 3px;
    background-color: var(--light-blue);
    z-index: -1;
 transform: scaleX(0);
    transform-origin: left;
    animation: underlineFill 0.9s cubic-bezier(.77,0,.18,1) forwards;
}

@keyframes underlineFill {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

/*END OF H1*/


.c-main-container {
    padding: 8vw 20px 4vw 20px;
    max-width: 90vw;
    margin: 0 auto;
}

@media (max-width: 912px) {
.c-main-container {
    padding: 10vh 20px 10vh 20px;
}
}





/*NEWS */

div.items div.date {
    font-size: 12px;
    margin-bottom: 8px;
margin-top: 8px;
}

.adate {
    font-size: 12px;
    margin-bottom: 8px;
margin-top: 8px;
}

div.items div.textbox {
line-height: 1.6em;
}


div.horizontalitemsnews div.textboxy {
   padding: 15px;
}



 div.horizontalitemsnews div.itemcontent {
    box-shadow: 0px 0px 20px #3333332b;
border-radius: 30px;
}

.notloggedin  div.horizontalitemsnews div.itemcontent {
overflow: hidden;
}

div.items div.photos img {
    border-radius: 30px;
}

/*END OF NEWS*/


/*EMFANISH SXETIKON ARXEION*/
div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 10px;

    border-radius: 15px;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}

/*END OF EMFANISH SXETIKON ARXEION*/.c-newlogo {
    background-image: url('/cache/files/3a5577067639fb07f0c69d10553252f08d258aea.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}

html[lang="en"] .c-newlogo {
    background-image: url('/cache/files/23f36f014cb6260e9bdb9ec2cf2e4f4d22ff8dca.svg');
}

a.mobile-header-startlink {
    background-image: url('/cache/files/3a5577067639fb07f0c69d10553252f08d258aea.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 180px;
    transform: translate(-52%, -3%);
}

html[lang="en"] a.mobile-header-startlink {
    background-image: url('/cache/files/23f36f014cb6260e9bdb9ec2cf2e4f4d22ff8dca.svg');
}


.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/3a5577067639fb07f0c69d10553252f08d258aea.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 5vh;
    margin-right: 5vh;
}

html[lang="en"] 
.side-nav__header {
    background-image: url('/cache/files/23f36f014cb6260e9bdb9ec2cf2e4f4d22ff8dca.svg') !important;
}/* FOOTER */

#copyinfo {
    font-weight: 500;
}

.c-footer {
background-color: #f5f5f5;
padding: 5vw 3vw 3vw 3vw;
    border-radius: 100px 100px 0px 0px;
    box-shadow: 0px 0px 12px #a3a3a3b0;
}

@media (max-width: 700px) {
.c-footer {
    border-radius: 20px 20px 0px 0px;
}
}


.c-footer-container {
max-width: 90vw;
margin: 0 auto;
position: relative;
}

.c-footer-top {
display: flex;
    gap: 4vw;
    align-items: flex-start;
    justify-content: space-between;
}


@media (max-width: 700px) {
.c-footer-top {
    align-items: center;
flex-direction: column;
    text-align: center;
}
}



.c-footer-contact {
margin-top: 30px;
}

.c-footer-contact img{
margin-right: 10px;
height: 30px;
width: auto;
}


.c-footer-contact p{
font-weight: 500;
margin-bottom: 8px;
}



.c-footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    text-align: right;
}

@media (max-width: 700px) {
.c-footer-right {
    align-items: center;
}
}

.c-footer-medtech img{
max-width: 240px;
height: auto;
}

.c-footer-medtech p{
margin-bottom: 4px;
}


.c-footer-menu {
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
margin-top: 4vw;
flex-wrap: wrap;
}

.c-footer-menu p{
line-height: 1em;
margin-bottom: 0px;
}

.c-footer-menu a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: transparent;
    overflow: hidden;
    color: var(--blue);
    text-decoration: none;
    position: relative;
font-weight: 900;
    transition: 2s;
}

.c-footer-menu a:hover {
    background-color: var(--light-blue);
    border-radius: 100px 100px 100px 0px;
color: #fff !important;
}


.c-footer-social {
display: flex;
gap: 10px;
margin-top: 30px;
}a.c-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: var(--blue);
    overflow: hidden;
    color: white;
    text-decoration: none;
    position: relative;
font-weight: 900;
    transition: 2s;
text-align: left;
}

a.c-button::before {
    content: '';
    display: block;
    width: 110%;
    height: 220%;
    position: absolute;
    top: -60%;
    left: -130%;
    background-color: var(--light-blue);
    filter: blur(20px);
    transition: 2s;
}

a.c-button span {
    position: relative;
    z-index: 3;
color: #fff;
}

a.c-button:hover::before {
    left: -5%;
}

a.c-button:hover {
    border-radius: 100px 100px 100px 0px;
}






a.c-button-white {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 100px;
    background-color: transparent;
border: 1px solid #fff;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    position: relative;
font-weight: 900;
    transition: 2s;
}

a.c-button-white:hover {
border: 1px solid transparent;
}

a.c-button-white::before {
    content: '';
    display: block;
    width: 110%;
    height: 220%;
    position: absolute;
    top: -60%;
    left: -130%;
    background-color: var(--light-blue);
    filter: blur(20px);
    transition: 2s;
}

a.c-button-white span {
    position: relative;
    z-index: 3;
    transition: 2s;
}


a.c-button-white:hover::before {
    left: -5%;
}


a.c-button-white:hover {
    border-radius: 100px 100px 100px 0px;
}




a.c-medtech-button {
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    background-color: #660e90;
    overflow: hidden;
    color: white;
    text-decoration: none;
    position: relative;
font-weight: 900;
}

a.c-medtech-button::before {
    content: '';
    display: block;
    width: 210%;
    height: 220%;
    position: absolute;
    top: -60%;
    left: -230%;
    background-color: #0081a5;
    filter: blur(20px);
    transition: 2s;
}

a.c-medtech-button span {
    position: relative;
    z-index: 3;
}

a.c-medtech-button:hover::before {
    left: -20%;
}div.topmenu ul {
margin-right: 30px;
margin-left: 333px;
}

div.topmenu ul li{
    border-radius: 30px 30px 30px 0px;
margin-left: 2px;
margin-right: 2px;
    transition: all 0.3s ease;
}




div.topmenu ul ul{
    border-radius: 0px 30px 30px 30px;
margin-right: 0px;
margin-left: 0px;
padding: 10px 5px;
}
div.topmenu ul ul li{
    border-radius: 30px !important;
margin-left: 7px;
margin-right: 5px;
}

div.topmenu ul li a {
    text-transform: uppercase;
}

div.topmenu ul li li a {
    text-transform: none;
}


/* GLWSSES */

.notloggedin .langchooser {
    position: absolute;
    top: 7px;
    right: 0;
width: 100px;
}

div.langlist ul {
background-color: #fff;
padding: 6px 10px 2px 10px !important;
border-radius: 20px;
}

@media (max-width: 768px) {
div.langlist ul {
border-radius: 14px;
min-height: 55px;
}
}

.langlist ul li {
    font-size: 14px;
}

#abovetopbanner .langchooser ul li a span {
    visibility: hidden;
    width: 0;
    display: inline-block;
}

@media (min-width: 768px) {
    div.langlist span.langtext {
        display: none;
    }
}

.langchooser ul li:nth-child(1) a::before {
   content: 'ΕΛ';
   display: inline-block;
    cursor: pointer;
}

.langchooser ul li:nth-child(2) a::before {
   content: 'EN';
   display: inline-block;
    cursor: pointer;
}

#abovetopbanner .langchooser ul li.active a, #mobile-header .langchooser ul li.active a {
color: var(--light-blue);
}

#abovetopbanner .langchooser, #abovetopbanner .htmlbox {
float: none;
padding: 0px;
}


#topbanner .langchooser {
   display: none;
}

/* END GLWSSES */

#abovetopbanner {
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 12px #a3a3a3b0;
}

.c-abovetopbanner-quicklinks {
    display: flex;
    flex-direction: row;
    padding: 7px;
}

.c-abovetopbanner-box {
display: flex;
    gap: 5px;
    align-items: center;
}

#abovetopbanner a.c-small-button {
    font-size: 14px;
    padding: 4px 10px;
    background-color: white;
    color: var(--light-blue);
    border-radius: 30px;
    margin-right: 5px;
    font-weight: 700;
    transition: all 0.6s ease;
}

#abovetopbanner a.c-small-button:hover {
    background-color: var(--light-blue);
color: #fff;
}

#abovetopbanner a.c-social-icon {
    background-color: white;
    line-height: 0;
    display: inline-block;
    padding: 4px;
    border-radius: 50px;
    transition: all 0.6s ease;
}

#abovetopbanner a.c-social-icon:hover {
    background-color: var(--light-blue);
}

#abovetopbanner a.c-social-icon:hover img{
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(221deg) brightness(101%) contrast(102%);
}@media (max-width: 912px) {
.notloggedin #abovetopbanner {
    display: none;
}
}

.mobile-header {
    min-height: 70px !important;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 12px #a3a3a3b0 !important;
 padding: 0 18px;
display: flex;
    justify-content: space-between;
    align-items: center;
}

#mobile-header button {
    color: var(--blue);
    font-size: 30px;
}


.side-nav__header {
    max-height: 160px;
    height: 30%;
}

.side-nav--visible .side-nav__container {
    position: relative;
    width: 94%;
    max-width: 94%;
    background: #f5f5f5;
    height: 96%;
top: 2%;
    left: 3%;
border-radius: 20px;
}

.side-nav__hide {
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    border-radius: 50%;
}

.side-nav button.side-nav__hide {
    font-size: 18px;
}


.side-nav__content li:hover {
    background: #ffffff;
border-radius: 20px;
}

.side-nav__content {
    padding-top: 22px;
    width: 95%;
    margin: 0 auto;
}

/*glossa*/


#mobile-header .langchooser {
    position: absolute;
    right: 0px;
    top: 30px;
display: none;
}

@media (max-width: 768px) {
#mobile-header .langchooser {
    position: absolute;
    right: 0px;
    top: 10px;
width: 60px;
}

#mobile-header .langchooser ul li:last-child {
    padding-top: 10px;
}
}

div.langlist ul li a {
    padding-left: 0px !important;
color: var(--blue);
}

.side-nav__footer .langchooser {
    position: absolute;
    top: 16px;
    right: 16px;
   width: auto
}

 .side-nav__footer div.langlist ul {
min-height: 34px !important;
}

 .side-nav__footer div.langlist ul li.active a {
color: var(--light-blue);
}

.side-nav__footer {
    box-shadow: none;
    padding: 20px 16px;
}

/*MOBILE MEMBERS BUTTON*/

.c-mobile-members {
margin-top: 12px;
}

.c-mobile-members a.c-button {
padding: 10px;
}


/*MOBILE MENU FOOTER BUTTONS*/

.c-mobile-menu-footer-buttons {
display: flex;
gap: 20px;
justify-content: space-between;
align-items: center;
}

.c-mobile-menu-footer-buttons a.c-button {
    text-align: center;
font-size: 14px;
padding: 10px;
}.modal {
      position: fixed; 
      z-index: 1000; 
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto; 
      background-color: rgba(0,0,0,0.6); 
    }

    /* Modal Content */
    .modal-content {
      background-color: #fff;
      margin: 5% auto;
      padding: 20px;
      border-radius: 30px;
      width: 80%;
      max-width: 500px;
      position: relative;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      animation: fadeIn 0.3s ease-in-out;
    }

@media (max-width: 912px) {
    .modal-content {
      margin: 20% auto;
    }

}



    /* Close Button */
    .close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #004e89;
    padding: 2px 2px 5px 9px;
    border-radius: 50%;
    width: 22px;
    height: 25px;
    }


    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }/*HOME PAGE ONLY*/

.c-newlogo {
    background-image: url('/cache/files/29e9ca4f494286acf843094710bd860ee9779a11.svg');
}

html[lang="en"] .c-newlogo {
    background-image: url('/cache/files/c639bb34c92a522633de452bfb780946b3597621.svg');
}

.notloggedin #abovetopbanner {
    position: absolute;
}

.notloggedin #topbanner {
    position: absolute;
    top: 40px;
}

.notloggedin #topmenu {
    position: absolute;
    top: 77px;
right: 0px;
}

.notloggedin #topmenu ul li a {
color: #fff !important;
}

.notloggedin #mobile-header {
    position: absolute;
}

/*END OF HOME PAGE ONLY*/



/*VIDEO*/

.c-video-container {
height: 100vh;
width: 100%;
position: relative;
}

.c-video-position{
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
z-index: 0;
}

.c-video-position video {
object-fit: cover;
width: 100%;
height: 100vh;
}

.c-video-shadow {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000003b, transparent);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-video-text-position {
color: #fff;
text-align: center;
}

.c-video-title {
font-size: clamp(3.25rem, 1.566rem + 4.49vw, 8.75rem); /*52-140*/
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1em;
}

.c-video-subtitle {
font-size: clamp(1.875rem, 1.684rem + 0.51vw, 2.5rem); /*30-40*/
    font-weight: 900;
letter-spacing: 2px;
margin-bottom: 20px;
line-height: 1.1em;
}

.c-video-buttons {
display: flex;
gap: 10px;
    justify-content: center;
}

/*END OF VIDEO*/


/*TITLES*/
.c-main-title {
  font-size: clamp(2.375rem, 1.189rem + 3.163vw, 6.25rem) !important;
  font-weight: 900;
  margin: 10px 0px 30px;
  padding: 0;
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  z-index: 1;
  color: var(--blue);
  line-height: 1em;
}

.c-main-title::before {
  content: '';
  display: block;
  width: 50%;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--light-blue);
  z-index: -1;

  transform: scaleX(0);
  transform-origin: left;
}

/* όταν μπει η class, τότε ξεκινάει */
.c-main-title.is-visible::before {
  animation: underlineFill 0.9s cubic-bezier(.77,0,.18,1) forwards;
}

@keyframes underlineFill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}



.c-main-subtitle {
color: var(--light-blue);
text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 400px;
    margin-bottom: 0px;
line-height: 1em;
}

@media (max-width: 600px) {
.c-main-subtitle {
    max-width: auto;
font-size: 0.8em;
line-height: 1.1em;
}
}



.c-main-text {
font-size: 1.2em;
text-align: justify;
}

/*END OF TITLES*/




/*ABOUT US*/

.c-about-container {
display: flex;
gap: 6vw;
    align-items: center;
    justify-content: space-between;
position: relative;
}

@media (max-width: 912px) {
.c-about-container {
    align-items: flex-start;
flex-direction: column;
}
}


@media (max-width: 600px) {
.c-about-container {
margin-bottom: 80px;
}
}



.c-about-text-box {
max-width: 900px;
flex: 1;
}

.c-about-text-box h1{
font-size: 2em !important;
}

.c-sub-menu {
display: flex;
gap: 10px;
margin-top: 3vw;
flex-wrap: wrap;
}

.c-about-video {
flex: 1;
display: flex;
    justify-content: flex-end;
}

.c-about-video video{
border-radius: 30px;
height: 80vh;
width: auto;
}

@media (max-width: 912px) {
.c-about-video video{
height: auto;
width: 100%;
}
}


.c-about-icon {
position: absolute;
    height: 80vh;
    width: auto;
    left: -14vw;
    opacity: 0.1;
    top: 45%;
    transform: translateY(-50%);
filter: grayscale(1);
}

.c-about-bubble {
border-radius: 30px 30px 30px 0px;
    box-shadow: 0px 0px 12px #a3a3a3b0;
    padding: 20px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media (max-width: 912px) {
.c-about-bubble {
    top: auto;
    left: auto;
        bottom: 12vh;
        right: 4vh;
border-radius: 0px 30px 30px 30px;
transform: none;
}
}

@media (max-width: 600px) {
.c-about-bubble {
        bottom: 2vh;
}
}


.c-about-bubble img{
max-width: 250px;
height: auto;
}

@media (max-width: 600px) {
.c-about-bubble img{
max-width: 200px;
}
}

/*END OF ABOUT US*/



/*INDUSTRY*/

.c-industry-container {
max-width: 95vw;
border-radius: 0px 100px 100px 0px;
padding: 8vw 6vw;
background-color: #f5f5f5;
background-image: url('/cache/files/861d967d43cd165644c5c33c2507a94e79c9ee6a.png');
background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
display: flex;
gap: 7vw;
    align-items: center;
box-shadow: 0px 0px 20px #a3a3a38f;
}

@media (max-width: 912px) {
.c-industry-container {
padding: 10vw 6vw;
    flex-direction: column;
background-image: none;
gap: 4vw;
}
}


.c-industry-text {
max-width: 40vw;
flex: 1;
}

@media (max-width: 912px) {
.c-industry-text {
max-width: 100%;
}
}


.c-industry-container .c-sub-menu  {
justify-content: center;
gap: 20px;
text-align: center;
flex: 1;
}

@media (max-width: 912px) {
.c-industry-container .c-sub-menu  {
justify-content: flex-start;
}
}

.c-industry-container .c-sub-menu img {
margin-right: 10px;
max-height: 40px;
width: auto;
}

.c-industry-container .c-sub-menu a.c-button {

}

/*END OF INDUSTRY*/



/*TOMEIS*/

.c-tomes-container {
display: flex;
gap: 8vw;
    justify-content: space-between;
}

@media (max-width: 912px) {
.c-tomes-container {
flex-direction: column;
}
}



.c-tomes-text {
min-width: 30vw;
}


.c-tomes-container ul {
display: flex;
gap: 25px;
list-style-type: none !important;
flex-wrap: wrap;
padding-left: 0px !important;
margin-bottom: 40px !important;
margin-top: 20px !important;
}

.c-tomes-container ul li{
    box-shadow: 0px 0px 12px #a3a3a3b0;
border-radius: 15px;
padding: 12px 20px;
letter-spacing: 1px;
font-weight: 800;
color: var(--blue);
    transition: 2s;
}

.c-tomes-container ul li:hover{
letter-spacing: 3px;
border-radius: 15px 15px 15px 0px;
}

.c-tomes-container ul li img{
margin-right: 10px;
max-height: 40px;
    width: auto;
}

.c-tomes-container .c-main-text {
font-size: 1.1em;
text-align: auto;
}


/*END OF TOMEIS*/




/*NEWS*/

.firstpagenews {
    max-width: 90vw;
    margin: 70px auto 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


.c-news-titles-container .c-main-subtitle {
max-width: max-content;
}

/*END OF NEWS*/


/*MEDTECH*/

.c-medtech-container {
max-width: 95vw;
border-radius: 100px 0px 0px 100px;
padding: 8vw 6vw;
background-color: #f5f5f5;
display: flex;
gap: 7vw;
margin: 0 0 40px auto;
position: relative;
box-shadow: 0px 0px 20px #a3a3a38f;
}

@media (max-width: 912px) {
.c-medtech-container {
    flex-direction: column;
}
}

@media (max-width: 700px) {
.c-medtech-container {
padding: 8vh 6vw;
margin-bottom: 100px;
}
}


.c-medtech-logo {
width: 340px;
height: auto;
margin-bottom: 30px;
}

@media (max-width: 700px) {
.c-medtech-logo {
width: 240px;
}

.c-medtech-text{
text-align: center;
}
}

.c-medtech-links {
display: flex;
gap: 20px;
align-items: center;
    justify-content: space-between;
}

.c-socialmedia-icons {
display: flex;
gap: 10px;
}

.c-youtube-videos {
    display: flex;
    gap: 20px;
}

.c-youtube-box {
    width: calc(50% - 20px);
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
min-height: 280px;
}

@media (max-width: 700px) {
.c-youtube-videos {
flex-direction: column;
}

.c-youtube-box {
    width: 100%;
min-height: 280px;
}
}

.c-youtube-box iframe {
    width: 100%;
    height: 100%;
}

.c-medtech-bubble {
border-radius: 0px 30px 30px 30px;
    box-shadow: 0px 0px 12px #a3a3a3b0;
    padding: 20px 30px;
    position: absolute;
bottom: -30px;
    right: 0vw;
    transform: translateX(-50%);
    background-color: white;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 912px) {
.c-medtech-bubble {
bottom: -35px;
    transform: none;
}
}

@media (max-width: 700px) {
.c-medtech-bubble {
bottom: -85px;
    transform: none;
max-width: 70%;
flex-direction: column;
right: 20px;
align-items: flex-start;
}
}


.c-medtech-quiz-text {
font-weight: 900;
color: var(--light-blue);
font-size: 1.1em;
}

/*END OF MEDTECH*/


/*MEMBERS*/


.c-members-container {
      padding: 8vw 20px 20px 20px;
    max-width: 90vw;
    margin: 0 auto;
}

.c-members-titles-buttons {
display: flex;
gap: 4vw;
    justify-content: space-between;
align-items: center;
}

@media (max-width: 700px) {
.c-members-titles-buttons {
gap: 0vw;
    align-items: flex-start;
    flex-direction: column;
}
}

.c-members-buttons {
justify-content: flex-end;
display: flex;
gap: 10px;
}

@media (max-width: 880px) {
.c-members-buttons {
flex-direction: column;
    align-items: flex-end;
margin-bottom: 20px;
}
}

@media (max-width: 700px) {
.c-members-buttons {
flex-direction: row;
    align-items: center;
margin-bottom: 20px;
}
}


.c-members-titles-buttons div{
flex: 1;
}

.c-members-container .c-main-text {
max-width: 900px;
}



/*END OF MEMBERS*//* ====== Marquee wrapper ====== */
.c-brands {
  position: relative;
  overflow: hidden;   /* ✅ ΑΠΑΡΑΙΤΗΤΟ για marquee */
  width: 100%;
  padding: 20px 0 6vw 0;
}

/* ====== Marquee track ====== */
.c-brands-track {
  display: flex;
  align-items: center;
  gap: 25px;
  width: max-content;
  animation: brands-marquee 120s linear infinite;
  will-change: transform;
}

@keyframes brands-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ====== Each logo link ====== */
.c-brand {
  position: relative; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ====== Logo image ====== */
.c-img-box {
background-color: #fff;
border-radius: 20px;
padding: 15px;
    box-shadow: 0px 0px 20px #a3a3a38f;
width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

@media (max-width: 700px) {
.c-img-box {
padding: 12px;
width: 150px;
    height: 65px;
}
}


.c-brands-track img {
  max-height: 60px;
  width: auto;
max-width: 100%;
height: auto;
}