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-objective-section {
padding: 4vw;
}

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

.c-objective-section ul{
    padding-left: 0px !important;
    display: flex ;
    gap: 50px;
    list-style-type: none !important;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 60px !important;
margin-left: 60px !important;
}

@media (max-width: 912px) {
.c-objective-section ul {
margin-left: 20px !important;
}
}


.c-objective-section ul li{
width: 45%;
    padding: 35px;
    border-radius: 0px 80px 80px 80px;
    position: relative;
    font-weight: 900;
line-height: 1.8em;
}

@media (max-width: 912px) {
.c-objective-section ul li{
width: 100%;
}
}

.c-objective-section ul li:before {
 content: "";
  position: absolute;
  inset: 0;
    border-radius: 0px 80px 80px 80px;
  padding: 2px;
  background: linear-gradient(15deg, #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-objective-section ul li span{
    background-color: #fff;
    color: #58c8ca;
    padding: 15px;
    border-radius: 30px 30px 0px 30px;
    position: absolute;
    top: -30px;
left: -20px;
font-size: 1.4em;
z-index: 3;
}