body {
font-family: "Manrope", sans-serif;
position: relative;
overflow-x: hidden;
}

/* SCROLL BAR */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #153d63; /* σκούρο μπλε, σχεδόν ίδιο με το φόντο */
}

body::-webkit-scrollbar-thumb {
  background-color: #58c8ca; /* ήπιο κυανό */
  border-radius: 6px;
  border: 2px solid #153d63; /* δίνει “πάχος” και καθαρό περίγραμμα */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #4ea72e; /* πρασινωπή απόχρωση στο hover */
}
/* END SCROLL BAR */



/*TOP MENU*/
div.topmenu ul li {
    border-radius: 30px;
    transition: 0.4s;
padding-left: 10px;
color: #176b88 !important;
}

div.topmenu ul li:hover {

}

div.topmenu ul li.inactive {
    padding-right: 10px !important;
}

div.topmenu ul li:nth-child(2) {
   border-radius: 30px 30px 0px 0px;
    transition: 0.4s;
}

div.topmenu ul li:nth-child(3) {
   border-radius: 30px 30px 30px 0px;
    transition: 0.4s;
}



div.topmenu ul li ul {
   border-radius: 0px 30px 30px 30px;
padding: 10px;
}

div.topmenu ul li ul li{
   border: 0px solid #176b88; 
margin-bottom: 4px;
}


div.topmenu ul li ul li:nth-child(2) {
   border-radius: 30px !important;
}

div.topmenu ul li ul li:nth-child(3) {
   border-radius: 30px !important;
}

/*END OF TOP MENU*/



/*PERIEXOMENO*/

#contenttop {
    max-width: 90vw;
    margin: 0 auto;
}

/*END OF PERIEXOMENO*/



/*NEWS*/

div.items div.date {
    font-style: normal !important;
    padding-bottom: 3px;
    font-size: 0.8em;
    margin-bottom: 0px;
    margin-top: 5px;
}

div.horizontalitemsnews div.item h3 {
    padding-bottom: 10px !important;
}


div.horizontalitemsnews div.itemcontent {
position: relative;
border-radius: 30px;
}

div.horizontalitemsnews div.itemcontent:before {
 content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background: linear-gradient(15deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}


@keyframes cFlow {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

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

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

/*END OF NEWS*/.c-newlogo {
    background-image: url('/cache/files/633dd569b4c0541558ad7519bd34789f4b9e32cf.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/633dd569b4c0541558ad7519bd34789f4b9e32cf.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/633dd569b4c0541558ad7519bd34789f4b9e32cf.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 15vw;
    margin-right: 17vw;
    margin-top: 4vw;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-button {
    padding: 20px 40px;
    border-radius: 100px;
    color: white;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.c-button::after {
    content: '';
    background-image: linear-gradient(90deg, #4ea72e, #58c8ca, #4488bb, #215e99, #4ea72e);
    display: block;
    position: absolute;
    z-index: 0;
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    filter: blur(7px);
    border-radius: 100px;
    opacity: 0;
    transition: 0.5s;
}

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

.c-button:hover::after {
    opacity: 1;
}


.c-stroked {
    background-image: linear-gradient(90deg, #4ea72e, #58c8ca, #4488bb, #215e99, #4ea72e);
color: #176b88 !important;
}


.c-stroked:before {
    content: '';
    background-color: #fff;
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    transition: 0.5s;
    z-index: 1;
}


.c-filled {
    background-image: linear-gradient(90deg, #4ea72e, #58c8ca, #4488bb, #215e99, #4ea72e);
}

.c-filled:before {
    content: '';
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    border-radius: 100px;
    transition: 0.5s;
    z-index: 1;
    background-color: #1a1b1d;
    opacity: 0;
}

.c-filled:hover:before {
    opacity: 1;
}.c-glow-box {
   border-radius: 60px;
background-color: transparent;
position: relative;
z-index: 0;
}

.c-glow-box:before {
content: '';
    background-image: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99, #4ea72e);
    width: calc(100% + 5px);
    height: calc(100% + 5px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 60px;
    transition: 0.5s;
    z-index: -1;
    filter: blur(17px);
}

.c-glow-box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #fff;     /* ✨ λευκό μέσα στο glow */
  z-index: 1;
}




.c-glow-box p {
position: relative;
z-index: 2;
color: #176b88;
}

.c-glow-box img {
position: relative;
z-index: 2;
}

.c-glow-box p span {
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900; 
}

.c-what-is-it-container .c-glow-box {
  border-radius: 10vw;
}

.c-what-is-it-container .c-glow-box::before {
  border-radius: 10vw;
}

.c-what-is-it-container .c-glow-box::after{
  border-radius: 10vw;
}.c-footer {
display: flex;
gap: 20px;
margin-top: 4vh;
    justify-content: space-between;
}

@media (max-width: 1024px) {
.c-footer {
    flex-direction: column;
}
}

.c-footer-logo-social {
display: flex;
align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 600px) {

.c-footer-logo-social {
align-items: center;
}
}

.c-minefield-logo {
max-width: 50%;
}


.c-footer-europen {
max-width: 620px;
    background-color: #fff;
    color: #176b88;
    padding: 20px;
    border-radius: 30px;
}

@media (max-width: 1280px) {
.c-footer-europen {
max-width: 520px;
}
}

@media (max-width: 1024px) {
.c-footer-europen {
max-width: 100%;
}
}

.c-footer-logos {
display: flex;
margin-bottom: 10px;
}

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


.c-footer-logos img{
max-height: 60px;
width: auto;
}

.c-footer-logos-text {
font-size: 0.9em;
margin-bottom: 0px;
    font-style: italic;
font-weight: 500;
}

.c-footer-links-container {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px;
width: 100%;
display: flex;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 700px) {
.c-footer-links-container {
    flex-wrap: wrap;
}
}

.c-footer-links-container div {
display: flex;
    flex-direction: column;
    gap: 10px;
}


.c-footer-links-container div a{
letter-spacing: 0px;
text-decoration: none;
}#contenttop h2 {
font-size: 2em !important;
margin-bottom: 0px !important;
}

.c-gradient-border-box {
padding: 4vw;
text-align: justify;
font-size: 1.2em;
position: relative;
}

.c-gradient-border-box::before {
  content: "";
  position: absolute;
  inset: 0;
border-radius: 0px 10vw 10vw 10vw;
  padding: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}.mobile-header {
    box-shadow: none;
min-height: 70px;
}

#mobile-header button {
    top: 25px;
    position: absolute;
}


/*MOBILE MENU*/
.side-nav {
position: fixed;
    left: 3%;
    top: 3%;
    width: 94%;
    height: 94%;
    overflow: hidden;
    z-index: 999;
    border-radius: 10vw;
}

.side-nav__header {
    max-height: 60px;
}

.side-nav__hide {
left: auto;
right: 7vw;
top: 7vw;
font-weight: 900;
}


.side-nav__content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.side-nav ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2vh;
padding: 10px;
background-color :#fff;
}

.side-nav ul ul {
gap: 20px !important;
}

.side-nav ul li {
    transition: 0.8s;
margin-bottom: 10px;
    padding: 15px 20px;
    border-radius: 30px;
position: relative;
}


.side-nav ul li::before {
  content: "";
  position: absolute;
  inset: 0;
border-radius: 30px;
  padding: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.side-nav ul li a{
padding-left: 0px !important;
font-size: clamp(1.25rem, 0.714rem + 1.429vw, 2rem);
line-height: 1.4em;
font-weight: 900 !important;
}

.side-nav ul li.haschilds > a::before {
    color: #176b88 !important;
    padding-top: 3px !important;
    font-weight: 900 !important;
}


.side-nav__content li:hover {
    background: #fff;
}


.side-nav__container {
    width: 100%;
max-width: 100%;
position: relative;
z-index: 999;
box-shadow: none !important;
}

.side-nav__container {
    will-change: transform, opacity;
    transition: 0.5s;
}

.side-nav--visible .side-nav__container {
    -webkit-transform:  translateX(0%);
    -ms-transform:  translateX(0%);
    transform: translateX(0%);
}

aside.side-nav--animatable .side-nav__container {
    -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}

aside.side-nav--visible.side-nav--animatable .side-nav__container {
   -webkit-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -moz-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    -o-transition: circle-in-center 0.5s ease-in, opacity 0.5s;
    transition: circle-in-center 0.5s ease-in, opacity 0.5s;
animation: circle-in-center 0.5s ease-in;
}


@keyframes circle-in-center {
  from {
    clip-path: circle(0%);
  }
  to {
    clip-path: circle(125%);
  }
}


.side-nav__footer {
    box-shadow: none;
}.notloggedin #topmenu {
position: absolute;
top: 40px;
}

.notloggedin #topbanner {
position: absolute;
}


/*PERIEXOMENO*/

#contenttop {
    max-width: 100%;
    margin: 0 auto;
}

/*END OF PERIEXOMENO*/



/*NEWS*/
#am_2088 {
padding-left: 3vw;
padding-right: 3vw;
    margin: 6vh auto;
}

#am_2088 h1{
font-size: clamp(2.5rem, 1.735rem + 2.041vw, 5rem) !important; /*40-80*/
text-align: center;
padding-top: 60px !important;
}

.slick-dots li button::before {
    color: #fff !important;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff !important;
}

/*END OF NEWS*/



/*INTRO*/

#intro {
max-width: 90vw;
margin: 0 auto;
}

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

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

.c-intro-text {
max-width: 45vw;
letter-spacing: 1px;
margin-top: 20vh;
}

@media (max-width: 912px) {
.c-intro-text {
max-width: 100%;
margin-top: 5vh;
text-align: center;
}
}


.c-small-text {
font-size: 0.8em;
border: 1px solid #ffffffba;
    border-radius: 30px;
    padding: 10px 15px;
    display: inline-block;
margin-top: 20px;
}

.c-intro-title {
font-size: clamp(2rem, 1.426rem + 1.531vw, 3.875rem); /*32-62*/
text-transform: uppercase;
    font-weight: 900;
letter-spacing: 2px;
line-height: 1.2em;
margin-bottom: 20px;
}


.c-intro-title span{
font-weight: 900;
}

.c-intro-title span:nth-child(1) {
  color: #73c454;
}


.c-intro-title span:nth-child(2) {
  color: #73c454;
}


.c-intro-title span:nth-child(3) {
  color: #63c59a;
}

.c-intro-title span:nth-child(4) {
  color: #63c59a;
}

.c-intro-title span:nth-child(5) {
  color: #58c8ca;
}


.c-intro-title span:nth-child(6) {
  color: #58c8ca;
}


.c-intro-title span:nth-child(7) {
  color: #49a4c3;
}

.c-intro-title span:nth-child(8) {
  color: #4488bb;
}


.c-intro-title span:nth-child(9) {
  color: #2c4f81;
}


.c-intro-img img {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: auto;
margin-right: 10vh;
}

@media (max-width: 912px) {
.c-intro-img img {
  height: 60vh;
margin-right: 0vh;
}
}

/*END OF INTRO*/


/*WHAT IS IT*/

#what-is-it {
    max-width: 94vw;
    margin: 0 auto;
position: relative;
}

.c-what-is-it {
padding: 8vh 10vh;
    text-align: center;
 }

@media (max-width: 912px) {

.c-what-is-it {
padding: 4vh 3vh;
 }
}


.c-what-is-it p {
  font-weight: 800;
  text-align: center;
  font-size: clamp(1.5rem, 1.309rem + 0.51vw, 2.125rem); /*24-34*/
  margin-bottom: 0;
max-width: 80%;
margin: 0 auto;
}

@media (max-width: 912px) {
.c-what-is-it p {
max-width: 100%;
}
}

.c-what-is-it-logo-icon-1 {
position: absolute;
left: -5vw;
top: 150px;
height: 14vw;
width: auto;
z-index: 5;
opacity: 0.5;
}

@media (max-width: 912px) {
.c-what-is-it-logo-icon-1 {
left: -5vh;
height: 14vh;
top: auto;
bottom: -6vh;
}
}


/*END OF WHAT IS IT*/



/*METRICS OVERALL*/

#metrics-overall {
max-width: 80vw;
margin: 12vh auto;
position: relative;
}

.c-metrics-overall-logo-icon-2 {
    position: absolute;
    right: -26vw;
    bottom: -30vh;
    height: 25vw;
    width: auto;
    z-index: 5;
    opacity: 0.3;
    transform: rotate(-90deg);
}

@media (max-width: 912px) {
.c-metrics-overall-logo-icon-2 {
    right: -21vh;
    bottom: -20vh;
    height: 20vh;
}
}


.c-metrics-overall-container {
display: flex;
    gap: 12vh;
    justify-content: space-between;
align-items: center;
}

@media (max-width: 912px) {
.c-metrics-overall-container {
    gap: 7vh;
flex-direction: column;
}
}

.c-metrics-container {
max-width: 60%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

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

.c-metrics-left-container {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
flex-direction: column;
}




.c-metrics-box {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


@media (max-width: 600px) {
.c-metrics-box {
    width: 300px;
    height: 180px;
}
}

.c-metrics-no {
font-size: 90px; 
font-weight: 900;
margin-bottom: 5px;
line-height: 1em;
}

.c-metrics-text{
font-size: 1.6em;
margin-bottom: 0px;
line-height: 1em;
font-weight: 900;
}


.c-overall-container h1 {
font-size: clamp(2.5rem, 1.735rem + 2.041vw, 5rem) !important; /*40-80*/
}


.c-overall-container p{
text-align: justify;
font-size: 1.1em;
line-height: 1.6em;
margin-bottom: 40px;
}

/*END OF METRICS OVERALL*/



/*ENERGY-FLOW*/

#energy-flow {
max-width: 90vw;
margin: 10vh auto;
text-align: center;
}

#energy-flow h1{
font-size: clamp(2.5rem, 1.735rem + 2.041vw, 5rem) !important; /*40-80*/
  line-height: 1em !important;
  margin-bottom: 0 !important;
text-align: center!important;
}

.c-energy-flow-subtitle {
text-align: center;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.c-energy-flow-container {
display: flex;
gap: 4vh;
justify-content: center;
    margin-top: 10vh;
position: relative;
}

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

}


.c-energy-flow-box {
display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
position: relative;
  border-radius: 40px;
padding: 0px 20px 20px 20px;
width: 30%;
}

@media (max-width: 912px) {
.c-energy-flow-box {
width: 100%;
}
}

.c-energy-flow-box h3{
font-size: 2.2rem;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
line-height: 1.2em;
position: relative;
    z-index: 2;
}


.c-energy-flow-icon {
display: flex;
    align-items: center;
    justify-content: center;
background-color: #fff;
height: 90px;
width: 90px;
border-radius: 100%;
position: relative;
margin-top: -40px;
margin-bottom: 20px;
position: relative;
    z-index: 2;
}

.c-energy-flow-icon::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
}

.c-energy-flow-icon img{
height: 50px;
width: auto;
}


#energy-flow .c-button {
margin-top: 5vh;
}

/*END OF ENERGY FLOW*/



/*consortium*/

#consortium {
margin: 6vh auto;
}

#consortium h1{
font-size: clamp(2.5rem, 1.735rem + 2.041vw, 5rem) !important; /*40-80*/
  line-height: 1em !important;
  margin-bottom: 0 !important;
text-align: center!important;
}

.c-consortium-subtitle {
text-align: center;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.c-consortium-container {
padding-left: 3vw;
padding-right: 3vw;
}



.c-consortium-box {
border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 250px;
margin: 40px;
}

@media (max-width: 912px) {
.c-consortium-box {
    width: 39vw;
    height: 250px;
}
}

@media (max-width: 600px) {
.c-consortium-box {
    width: 320px;
    height: 250px;
}
}

@media (max-width: 400px) {
.c-consortium-box {
    width: 250px;
    height: 250px;
}
}




.c-consortium-box img{
max-width: 230px;
    height: auto;
    max-height: 180px;
    width: auto;
    position: relative;
    z-index: 3;
}

@media (max-width: 912px) {
.c-consortium-box img{
max-width: 200px;
}
}

.c-consortium-container .slick-dots li button::before {
color: #fff;
}

.c-consortium-container .slick-dots {
    margin-left: -50px !important;
}

@media (max-width: 912px) {
.c-consortium-container .slick-dots {
    margin-left: -20px !important;
}
}

/*end of consortium*/



/*DISEMINATION*/

#dissemination {
max-width: 94vw;
margin: 10vh auto;
}



#dissemination h1{
font-size: clamp(2.5rem, 2.041rem + 1.224vw, 4rem) !important; /*40-64*/
  margin-bottom: 0 !important;
max-width: 50%;
}

@media (max-width: 1024px) {
#dissemination h1{
max-width: 100%;
text-align: center !important;
}
}

.c-dissemination-container {
display: flex;
gap: 5vh;
align-items: center;
padding: 5vw;
border-radius: 10vw;
position: relative;
}

@media (max-width: 1024px) {
.c-dissemination-container {
flex-direction: column;
gap: 2vh;
}
}

.c-dissemination-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10vw;
  padding: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.c-dissemination-container a{
text-decoration: none;
}

.c-diss-box {
display: flex;
gap: 20px;
    align-items: center;
min-width: 270px;
scale: 1;
    transition: 1.4s;
}


.c-diss-box:hover {
scale: 1.1;
}


.c-diss-img {
    background-color: #fff;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.c-diss-img img{
height: 50px;
width: auto;
}

.c-diss-all-boxes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
padding: 20px;
}

@media (max-width: 1024px) {
.c-diss-all-boxes {
    justify-content: center;
}
}

/*END OF DISSEMINATION*//*INFOGRAPHIC*/

#infographic {
  max-width: 90vw;
  margin: 12vh auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}

/* Τίτλος στο πλάι */
#infographic h1 {
  position: absolute;
  left: -17vw;
  top: 47%;
  transform: rotate(-90deg) translateY(-50%);
  font-size: 4vw;
  line-height: 1em !important;
  margin-bottom: 0 !important;
}

@media (max-width: 912px) {
#infographic h1 {
  left: -35vw;
  font-size: 8vw;
}
}

@media (max-width: 600px) {
    #infographic h1 {
        left: -160px;
        font-size: 42px;
top: 35%;
    }
}

/* Εικόνα */
.c-infographic-image img {
  max-height: 100vh;
  height: auto;
  width: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 912px) {
.c-infographic-image img {
margin-left: -12vw;
}
}

@media (max-width: 600px) {
.c-infographic-image img {
margin-left: 3vw !important;
}
}



.c-infographic-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  border-radius: 20px;
  z-index: 2;
}

/* Πάνω γραμμή */
.c-infographic-line--top {
  top: 30%;
  right: calc(50% + 10vw);
  width: 17vw;
}

@media (max-width: 912px) {
.c-infographic-line--top {
  right: 50%;
  width: 13vw;
}
}

/* Κάτω γραμμή */
.c-infographic-line--bottom {
  top: 65%;
  right: 50%;
  width: 25vw;
}

@media (max-width: 912px) {
.c-infographic-line--bottom {
  width: 9vw;
}
}


.c-infographic-box {
  position: absolute;
  background: transparent;
  border-radius: 40px;
  padding: 2rem 2.5rem;
  box-sizing: border-box;
  z-index: 3;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1); 
}
.c-infographic-box:hover {
box-shadow: 0px 0px 20px #ffffff8c;
}

/* Τίτλος κουτιού */
.c-infographic-box h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900;
line-height: 1.2em;
}

/* Κείμενο κουτιού */
.c-infographic-box p {
  font-size: 1rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0;
}



/* Gradient border με κίνηση */
.c-infographic-box::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  animation: cFlow 4s linear infinite;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}


/* Θέσεις κουτιών */
.c-infographic-box--top {
  top: 20%;
  right: 10vw;
  width: 50%;
}

@media (max-width: 912px) {
.c-infographic-box--top {
  right: 0vw;
}
}


.c-infographic-box--bottom {
  top: 55%;
  right: 0%;
  width: 50%;
}

.c-infographic-box--top::before {
animation-delay: 1.9s;
}

.c-infographic-box--bottom::before {
  animation-delay: 2s; 
}


@keyframes cFlow {
  0% {
    background-position: 200% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.c-infographic-button {
position: absolute;
right: 0px;
bottom: 20px;
}

/*================*/

/*MOBILE*/


@media (max-width: 600px) {
  #infographic {
    margin: 6vh auto;
    flex-direction: column;
  }

  .c-infographic-button {
    position: relative;
  }

  .c-infographic-line,
  .c-infographic-box {
    display: none;
  }

  .c-mobile-circle {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }

  .c-mobile-circle p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    transition: transform 0.3s ease;
  }

  /* Όταν είναι ενεργός ο κύκλος */
  .c-mobile-circle.active p {
    transform: rotate(45deg);
  }

  .c-mobile-circle-top {
    left: 50%;
    top: 25%;
  }

  .c-mobile-circle-bottom {
    left: 37%;
    top: 50%;
  }

  .c-mobile-box {
    background: transparent;
    padding: 20px 15px;
    box-sizing: border-box;
    z-index: 4;
    transition: all 0.4s ease;
    max-width: 270px;
    text-align: center;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
  }

  /* Ενεργή κατάσταση (εμφανίζεται) */
  .c-mobile-box.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .c-mobile-box-top {
    top: calc(25% + 20px);
    left: 50%;
    transform: translateX(-50%);
  }

  .c-mobile-box-bottom {
    top: calc(50% + 20px);
    left: 37%;
  }

  .c-mobile-box h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #4ea72e, #58c8ca, #4488bb, #215e99);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 900;
    line-height: 1.2em;
    position: relative;
z-index: 5;
  }

  .c-mobile-box p {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 0.9em;
  }
}


@media (min-width: 600px) {
.c-mobile-circle {
display: none;
}

.c-mobile-box {
display: none;
}
}/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
top: 40%;
left: -40px;
border-radius: 50%;
    background-color: transparent;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
top: 40%;
right: -60px;
border-radius: 50%;
    background-color: transparent;
}

.slick-prev:hover, .slick-next:hover {
    background-color: transparent;
}

.slick-next:focus, .slick-prev:focus {
    background-color: transparent;
}


.slick-next:before {
    top: 14px;
    height: 30px;
    width: auto;
 background-image: url('/cache/files/6d8f5d5fefb7780b6fcbf3a1c26530f216116842.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 14px;
    height: 30px;
    width: auto;
background-image: url('/cache/files/6d8f5d5fefb7780b6fcbf3a1c26530f216116842.svg');
    background-size: contain;
    background-position-x: 50%;
}