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 .pagetitle {
display:none;
}

#adamant, #forth, #haa, #uge, #pleione, #born-smart-textiles-hub {
padding-top: 8vh;
margin-bottom: 8vh;
}

@media (max-width: 912px) {
#adamant, #forth, #haa, #uge, #pleione, #born-smart-textiles-hub {
padding-top: 4vh;
margin-bottom: 4vh;
}
}

.c-partner-container {
display: flex;
    gap: 6vh;
    align-items: flex-start;
}

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

.c-partner-logo {
padding: 30px;
display: flex;
align-items: center;
    justify-content: center;
height: 250px;
width: 250px;
    min-width: 250px;
    min-height: 250px;
margin-left: 30px;
position: sticky;
    top: 50px;
}

@media (max-width: 912px) {
.c-partner-logo {
padding: 20px;
height: 150px;
width: 100%;
    min-width: 250px;
    min-height: 150px;
margin-left: 0px;
}
}


@media (max-width: 912px) {
.c-partner-container .c-glow-box::after {
    border-radius: 60px 60px 0px 0px;
}
}

.c-partner-detail {

}

.c-partner-title {
font-size: 32px;
    font-weight: 900;
    margin-bottom: 12px;
    display: inline-block;
    padding: 20px 30px;
position: relative;
}


.c-partner-title::before {
  content: "";
  position: absolute;
  inset: 0;
border-radius: 80px 80px 80px 0px;
  padding: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  -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;
}

@media (max-width: 912px) {
.c-partner-title {
    display: block;
text-align: center;
font-size: 28px;
}

.c-partner-title::before {
border-radius: 0px 0px 60px 60px;
}
}


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

.c-partner-info {
display: flex;
gap: 30px;
align-items: center;
margin-bottom: 30px;
}

@media (max-width: 912px) {
.c-partner-info {
    justify-content: center;
}
}
@media (max-width: 400px) {
.c-partner-info {
flex-direction: column;
gap: 0px;
}
}

.c-partner-info img{
margin-right: 10px;
width: 15px;
height: auto;
}


#born-smart-textiles-hub  .c-partner-container {
    align-items: flex-end;
}

@media (max-width: 912px) {
#born-smart-textiles-hub  .c-partner-container {
align-items: stretch;
}
}

#born-smart-textiles-hub  .c-partner-text{
margin: 60px 30px;
    font-size: 1.2em;
    text-align: justify;
}

@media (max-width: 912px) {
#born-smart-textiles-hub  .c-partner-text{
margin: 0px;
}
}


.c-map-container {
    max-width: 1280px;
    margin: 5vh auto;
display: flex;
    align-items: center;
    justify-content: center;
position: relative;
}

.c-map img{
height: 600px;
width: auto;
}



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


.c-map-box {
  position: absolute;
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  z-index: 3;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1); 
}

.c-map-box::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(35deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 200% 100%;
  -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-map-line--left {
  animation: unFlow 4s linear infinite;
left: 240px;
    width: 260px;
    bottom: 180px;
}


.c-map-box--left {
  padding: 2rem 2.5rem;
left: 0;
    width: 240px;
    bottom: 140px;

}

.c-map-box--left::before {
  animation: unFlow 4s linear infinite;
animation-delay: 1s;
}




.c-map-line--right-top {
  animation: cFlow 4s linear infinite;
    right: 0;
    width: calc(420px + 12vw);
    bottom: 280px;
}


.c-map-box--right-top {
  padding: 1rem 1.5rem;
right: 0;
    width: 420px;
    bottom: 220px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.c-map-box--right-top::before {
  animation: cFlow 4s linear infinite;
animation-delay: 1s;
}



.c-map-line--right-bottom{
  animation: cFlow 4s linear infinite;
    right: 330px;
    width: 8vw;
    bottom: 60px;
}


.c-map-box--right-bottom{
  padding: 1rem 1.5rem;
right: 0;
    width: 330px;
    bottom: 0px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.c-map-box--right-bottom::before {
  animation: cFlow 4s linear infinite;
animation-delay: 1s;
}


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

.c-map-box img{
position: relative;
z-index: 4;
}


/*TABLET & MOBILE INFOGRAPHIC*/
@media (max-width: 1024px) {
.c-map-line {
display: none;
}

.c-map-box{
display: none;
}

.c-infographic-mobile-box {
    position: absolute;
    font-size: 0.9em;
    padding: 8px 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
color: #4488bb;
        z-index: 5;
        transform: translate(-50%, -50%);
        border: 3px solid #4488bb;
        background-color: #fff;
  }

 .c-infographic-mobile-box::before {
    content: "+";
    font-size: 1.6em;
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
  }

 .c-infographic-mobile-box.active::before {
    content: "×";
    top: 10px;
    left: 12px;
  }

.c-mobile-map-box {
  display: none;
  position: absolute;

  }

.c-mobile-map-box.active {
  background: #fff;
  border-radius: 40px;
  box-sizing: border-box;
  z-index: 3;
  transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1); 
  display: flex;
  flex-wrap: wrap;
  padding: 20px; 
  gap: 10px; 
align-items: center;
        justify-content: center;
z-index: 7;
        border: 2px solid #4488bb;
}


.c-map-box--right-top {
left: 50%;
top: 55%;
}

.c-map-box--right-bottom{
right: 30%;
bottom: 5%;
}

.c-map-box--left{
left: 35%;
top: 65%;
}

#box1 {
  top: 40%;     
  left: 50%;   
  transform: translate(-50%, -50%); 
}

#box2 {
  bottom: 10%;
  right: 30%;
}

#box3 {
  top: 65%;
  left: 35%;
}
}

@media (max-width: 820px) {
.c-map-box--right-bottom{
right: 25%;
bottom: 5%;
}

#box1 {
  top: 35%;     
  left: 50%;   
  transform: translate(-50%, -50%); /* Κεντράρει το κουτί */
}
}

@media (max-width: 620px) {
.c-map-box--right-top {
left: 47%;
top: 52%;
}

.c-map-box--right-bottom{
right: 16%;
bottom: 20%;
}

.c-map-box--left{
left: 30%;
top: 60%;
}

#box1 {
  top: 30%;     
  left: 25%;   
  transform: translate(-50%, -50%); 
}

#box2 {
  bottom: 10%;
  right: 30%;
}

#box3 {
  top: 55%;
  left: 35%;
}

.c-map-container {
    margin: 0vh auto;
}
}




@media (min-width: 1025px) {
 .c-infographic-mobile-box {
display: none;
}

.c-mobile-map-box {
display: none;
}


}