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;
}

.c-text-steps-container {
display: flex;
gap: 8vh;
align-items: center;
}

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

@media (max-width: 760px) {
.c-text-steps-container h1{
font-size: 2em !important;
text-align: left !important;
}
}

.c-steps {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10vh;
padding-top: 10vh;
min-width: 40vw;
}

@media (max-width: 912px) {
.c-steps {
  gap: 50px;
padding-top: 10vh;
}
}


.c-step-box {
  position: relative;
z-index: 1;
}


.c-step-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 20px;
  z-index: 3;
}

.c-step-img::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: 2;
}

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


.c-step-img::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 8vh;
  top: -8vh;
  left: 35px;
 background: linear-gradient(180deg, #4ea72e, #58c8ca, #4488bb, #215e99);
  background-size: 100% 200%;
  border-radius: 2px;
  opacity: 0;
  z-index: -1;
  animation: energyFill 4s ease-in-out infinite;
}

@media (max-width: 912px) {
.c-step-img::after {
  height: 30px !important;
  top: -30px;
}
}

@keyframes energyFill {
  0% {
    height: 0;
    opacity: 0.2;
    background-position: 0% 0%;
  }
  40% {
    height: 8vh;             /* γεμίζει */
    opacity: 1;
    background-position: 0% 100%;
  }
  70% {
    height: 8vh;             /* κρατά γεμάτο για λίγο */
    opacity: 1;
    background-position: 0% 100%;
  }
  100% {
    height: 0;               /* σβήνει και ξεκινά ξανά */
    opacity: 0;
    background-position: 0% 0%;
  }
}


.c-step-box:nth-child(1) .c-step-img::after { animation-delay: 0s; }
.c-step-box:nth-child(2) .c-step-img::after { animation-delay: 1s; }
.c-step-box:nth-child(3) .c-step-img::after { animation-delay: 2s; }
.c-step-box:nth-child(4) .c-step-img::after { animation-delay: 3s; }


.c-step-img img {
  height: 40px;
  width: auto;
}


.c-step-box p {
  font-weight: 700;
  margin-bottom: 0px;
  padding: 10px 10px 10px 100px;
text-align: left !important;
}




/*INFOGRAPHIC*/
#c-infographic-container {
    margin: 10vh auto;
}

.c-infographic-intro {
display: flex;
gap: 5vh;
justify-content: space-between;
}

.c-infographic-intro h1{
max-width: 1280px;
margin: 0 auto;
text-align: center !important;
}

.c-infographic-buttons {
    position: absolute;
    top: -10vh;
    left: 140px;
display: flex; 
gap: 15px;
    text-align: center;
font-size: 1.1em;
font-weight: 900;
padding: 30px;
    flex-direction: column;
}

.c-infographic-buttons::before {
  content: "";
  position: absolute;
  inset: 0;
border-radius: 80px 80px 0px 80px;
  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-buttons .c-infographic-box {
  cursor: pointer;
}

.c-infographic-buttons .c-infographic-box:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}


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


.c-infographic img{
height: 900px;
width: auto;
position: relative;
z-index: 2;
}

.c-infographic-box {
color: #fff;
padding: 10px 15px;
border-radius: 30px;
display: inline-block;
font-weight: 700;
}

.c-infographic-box p{
margin-bottom: 0px;
}

.c-infographic-line {
height: 2px;
width: 450px;
}

.c-infographic-box-line {
display: flex;
align-items: center;
}

.c-row-re {
flex-direction: row-reverse;
}


/*COLORS*/

.c-green {
background-color: #4ea72e;
}

.c-light-blue {
background-color: #05c7eb;
}

.c-blue{
background-color: #2294a6;
}





/*POSITIONS*/

.c-backpack {
position: absolute;
top: 140px;
right: 0;
}

.c-head{
position: absolute;
top: 0px;
right: 70px;
}

.c-night {
position: absolute;
top: 65px;
right: 0;
z-index: 3;
}

.c-night .c-infographic-line {
width: 400px;
}

.c-emegercy {
position: absolute;
top: 200px;
left: 0;
}

.c-mechanocap {
position: absolute;
top: 215px;
right: 0;
z-index: 3;
}

.c-mechanocap .c-infographic-line {
width: 380px;
}

.c-elbow {
position: absolute;
top: 280px;
left: 0;
}

.c-physiological {
position: absolute;
top: 285px;
right: 0;
z-index: 3;
}

.c-physiological .c-infographic-line {
width: 360px;
}

.c-gps {
position: absolute;
top: 350px;
right: 0;
}

.c-graphene {
position: absolute;
top: 345px;
left: 0;
}

.c-thermal {
position: absolute;
top: 505px;
right: 0;
}


.c-water {
position: absolute;
top: 485px;
left: 0;
}

.c-weapon {
position: absolute;
top: 435px;
right: 0;
z-index: 3;
}

.c-weapon .c-infographic-line {
width: 410px;
}


.c-range {
position: absolute;
top: 420px;
left: 0;
z-index: 3;
}

.c-range .c-infographic-line {
width: 550px;
}

.c-knee {
position: absolute;
top: 600px;
left: 0;
}

.c-boot{
position: absolute;
bottom: 30px;
left: 0;
}

.c-friend {
position: absolute;
top: 610px;
right: 0;
}

.c-friend .c-infographic-line {
width: 300px;
}

.c-adaptive {
position: absolute;
bottom: 60px;
right: 0;
}

.c-adaptive .c-infographic-line {
width: 300px;
}

/*END OF INFOGRAPHIC*/




/*TABLET & MOBILE INFOGRAPHIC*/

@media (max-width: 912px) {

.c-infographic {
flex-direction: column-reverse;
margin: 5vh auto 5vh auto;
        gap: 4vh;
}

.c-infographic-buttons {
    position: relative;
    top: auto;
    left: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.c-infographic-buttons::before {
    border-radius: 0px 60px 60px 60px;
}

.c-infographic img{
height: 785px;
}

.c-infographic-box-line {
    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: #fff;
z-index: 5;
        transform: translate(-50%, -50%);
  }

 .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-infographic-mobile-box.active {
    border-radius: 15px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    overflow: visible;
  }

 .c-infographic-mobile-box p {
    display: none;
  }

 .c-infographic-mobile-box.active p {
    display: block;
    margin: 0;
font-weight: 900;
  }



  .c-infographic {
    position: relative;
  }

  .c-infographic-mobile-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(var(--x, 0), var(--y, 0));
  }


  /* Θέσεις*/
.c-backpack { --x: 60px;   --y: -360px; }  
 .c-head       { --x: 0px;     --y: -480px; } 
.c-night      { --x: 30px;   --y: -420px; }  
.c-emegercy   { --x: -90px;  --y: -300px; }  
.c-mechanocap { --x: 0px;   --y: -280px;  }  
.c-elbow      { --x: -130px;  --y: -190px;   }  
.c-physiological { --x: 55px;  --y: -220px;   } 
.c-gps {--x: 115px;  --y: -180px;   }
.c-graphene { --x: -65px;  --y: -140px; }
.c-thermal {--x: 85px;  --y: -40px; }
.c-water {--x: -85px;  --y: -40px;}
.c-weapon { --x: 65px;  --y: -130px;}
.c-range      {  --x: 25px;  --y: -150px; } 
.c-knee {--x: -60px;  --y: 10px;} 
.c-friend     { --x: 60px;   --y: 100px;  }  
.c-boot       { --x: -80px;     --y: 210px; bottom: auto; }  
.c-adaptive {--x: 80px;   --y: 200px; bottom: auto; }
}






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