.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, #contenttop h1, #contenttop h2, #contenttop h3 {
  font-family: "Geologica", sans-serif;
}


/* BUTTONS */

a {
text-decoration: none;
}

.c-border-button {
    border: 1px solid #bbb;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
}

.c-button {
    display: inline-block;
    background-color: #f4d01c;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    position: relative;
    top: 0px;
    transition: 0.5s;
color: #001e3a;
}

.c-button:hover {
    background-color: #0057a6;
    color: white;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 30%);
    position: relative;
    top: -5px;
}

.c-section-titlebox {
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

#top.c-top-inpage {
    background-color: #e6ecf1;
    margin: 0 2vw;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
padding-bottom: 50px;
}

#top.c-top-inpage .c-section-titlebox p {
    margin: 0px auto;
    padding-bottom: 30px;
}


#contenttop h1.pagetitle {
    font-size: clamp(30px, 2.6vw, 50px);
    position: relative;
    border: 0;
    margin-bottom: 0;
    margin: 0 2vw;
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: #e6ecf1;
}

#contenttop h1.pagetitle::after {
    content: '';
    background-image: url('/cache/files/3f7c52063d086ca2694b69431a968e877f16d54b.svg');
    display: block;
    height: 7px;
    width: 125px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 15px;
}


#contenttop h3.c-section-title {
    font-size: clamp(20px, 2.3vw, 40px);
    position: relative;
}

#contenttop h3.c-section-title::after {
    content: '';
    background-image: url('/cache/files/3f7c52063d086ca2694b69431a968e877f16d54b.svg');
    display: block;
    height: 7px;
    width: 125px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px auto 30px;
}

.c-section-titlebox p {
    max-width: 730px;
    margin: 15px auto 0;
    font-size: clamp(16px, 1.1vw, 18px);
}

.c-border-image img {
    border-radius: 30px;
}

.c-section-subtitle {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    font-size: 18px;
    font-weight: bold;
}

.c-lowopacity-image {
    opacity: 1;
}

.c-main-inner {
    max-width: 1440px;
    margin: 0 auto;
}

/* MARQUEE */

#marquee .c-text-marquee-swiper {
   padding-top: 0px !important;
}

#marquee .c-main-inner {
    padding-top: 0;
}

.c-text-marquee-container {
   width: 100%;
   overflow: hidden;
   background-color: #0057a6;
   color: white;
}

.c-text-marquee-swiper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-left: calc(-5% - 10px) !important;
    margin-right: calc(-5% - 10px) !important;
}

.c-text-marquee-swiper .swiper-slide, .c-swiper-divider .swiper-slide {
    width: auto !important;
    font-size: 30px;
    font-weight: 300;
}

.c-text-marquee-swiper .swiper-slide::after {
    content: '●';
    margin-left: 20px;
    font-size: 16px;
    position: relative;
    top: -5px;
   color: #f4d01c;
}

.c-text-marquee-swiper .swiper-wrapper, .c-swiper-divider .swiper-wrapper {
    transition-timing-function: linear !important; /* Συνεχής ροή */
}

.c-radius-image img {
    border-radius: 30px;
}

.c-swiper-divider .c-swiper-image img {
    border-radius: 30px;
    min-width: 400px;
    height: auto;
}

.c-swiper-divider .swiper-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* FOOTER */

#cfooter {
    margin-top: 50px;
}

.c-footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

a.c-footer-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.c-contact-icon {
    display: inline-block;
    padding: 10px;
    background-color: white;
    border-radius: 50%;
}

.c-contact-icon img {
    width: 20px;
    height: 20px;
}

.c-image-divider.c-main-container {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e6ecf1;
}


.c-bg-fixed {
min-height: 50vh;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.c-c-bg-fixed-over {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    background-color: #0057a6;
    padding: 15px 30px;
    border-radius: 10px;
    color: white;
    border: 2px solid #f4d01c;
}

.c-bg-boxy {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}


/* RESPONSIVE */

@media (max-width: 990px) {
.mobile-header {
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}

.header__menu-toggle {
    width: 35px;
    height: 35px;
}
#mobile-header button {
    color: white;
    background-color: #0057a6;
    border-radius: 50%;
}
a.mobile-header-startlink {
    height: 100px;
    max-height: none;
}


#cfooter .row {
    display: flex;
    flex-wrap: wrap;
}

#cfooter  .col-md-3:nth-child(1) {
    width: 50%;
}

.edgetoedge {
    overflow: visible;
}

#cfooter .c-main-container {
    padding: 15px;
}
.c-section-subtitle {
    margin: 0 15px 10px 15px;
}

#top.c-top-inpage {
    border-bottom-left-radius: 3vw;
    border-bottom-right-radius: 3vw;
}

}.c-newlogo {
    background-image: url('/cache/files/117a6755c6ce2000a50b007e026536948d5399b5.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('/cache/files/117a6755c6ce2000a50b007e026536948d5399b5.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/117a6755c6ce2000a50b007e026536948d5399b5.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

.loggedin #topmenu {
    position: relative;
}.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%;
}
}