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

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

:root {
--color-orange-dark: #f26f21;
--color-orange-light: #f7921d;
--bg-grey: #f1f1f1;
}

#contenttop h1.c-top-title {
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
    font-size: clamp(30px, 2vw, 50px);
    font-size: clamp(30px, 3vw, 50px);
    font-weight: 600;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    margin-top: 1.5em;
    color: #3e3e3f;
    color: white;
}

#contenttop h2.c-title-lg {
    padding: 0;
    margin: 0;
    text-align: left;
    border: 0;
    font-size: clamp(30px, 2vw, 50px);
    font-weight: 600;
    max-width: 800px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

#content div.htmlbox ul {
    padding-left: 0;
    line-height: 1.6em;
}

#content div.htmlbox ul li::marker {
   color: var(--color-orange-dark);
}

#top {
    position: relative;
    overflow: hidden;
}

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

#contenttop h2.c-main-title {
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
    font-size: clamp(30px, 3vw, 50px);
    font-weight: 600;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 10px;
    color: #333;
}

.c-main-subtitle {
    font-size: clamp(20px, 2vw, 30px);
    margin-bottom: 10px;
}

.c-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    text-decoration: none;
}

.c-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: var(--color-orange-light);
    transition: 0.3s;
}

.c-link:hover::after {
    left: 0%;
}

.c-section-par {
    max-width: 800px;
}

.c-main-title-boxy {
    position: relative;
    margin-bottom: 15px;
}

.c-main-title-boxy::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background-color: var(--color-orange-light);
    border-radius: 2px;
}

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

/* NEWS DESIGN */

div.items div.detail div.horizontalitemsnews div.itemcontent, div.horizontalitemsnews div.itemcontent {
    overflow: hidden;
    border-radius: 30px;
}

div.horizontalitemsnews div.item div.photos {
    height: auto;
    aspect-ratio: 1 / 1;
}

#contenttop div.horizontalitemsnews div.item div.photos img {
    max-height: 100%;
}

/* END NEWS DESIGN */


/* FOOTER */

#cfooter {
    overflow: hidden;
}

#cfooter .c-text-marquee-swiper {
    margin-bottom: 50px;
    background-color: #f1f1f1;
}

.c-footer-locations {
    display: flex;
    gap: 20px;
flex-direction: row;
    flex-wrap: wrap;
}

.c-footer-loc {
    flex: 1;
}

.c-line {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin-bottom: 10px;
}

#cfooter .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-social-button {
    background-color: var(--color-orange-dark);
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.c-social-button img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
}

.c-social-button:hover {
    background-color: #333;
}

/* COLLAPSE BOXES */

.collapsible-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}

.collapsible-toggle {
    cursor: pointer;
    margin-top: 10px;
    font-weight: bold;
    user-select: none;
    color: var(--color-orange-dark);
    font-size: 14px;
    text-decoration: none;
}

.collapsible-toggle:hover {
    text-decoration: underline;
}

/* END COLLAPSE BOXES */

.c-service-title-box {
    display: flex;
    flex-direction: column;
    height: 300px;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: -20px -20px 20px -20px;
}

.c-service-title-box::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 60%), transparent);
}

#contenttop h2.c-service-title {
    position: relative;
    z-index: 2;
    border: 0;
    font-weight: bold;
    color: white;
    text-align: left;
    padding: 0 20px;
}

#contenttop h2.c-service-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background-color: var(--color-orange-light);
    border-radius: 2px;
    margin-top: 10px;
}

.c-services-container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.collapsible-wrapper {
    box-sizing: border-box;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-bottom: 30px;
}


.c-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7921d;
    border-radius: 10px;
    color: white;
    transition: 0.5s;
    text-decoration: none;
}


.c-button:hover {
    background-color: #333;
}

.imagemenu ul li.inactive a {
   background: none;
}

.imagemenu ul li img.pagethumb {
   width: 100%;
}

.imagemenu ul {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.imagemenu ul li img.pagethumb {
    border-radius: 20px;
}


.c-cta-box {
    background-color: var(--color-orange-light);
    border-radius: 20px;
    padding: 30px;
}

.c-cta-link .c-button {
    background-color: white;
    color: #333333;
}

.c-cta-link .c-button:hover {
    background-color: #333;
    color: white;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

/* MENU DESIGN */

.notloggedin #topbanner {
    position: fixed;
    top: 10px;
    width: calc(100% - 20px);
    left: 10px;
    border-radius: 30px;
    height: 80px;
}

.notloggedin #innertopbanner {
    max-width: 500px;
    margin: 0;
}

div.logo {
    background-position: center left;
    background-size: contain;
}

.notloggedin #topmenu {
    position: fixed;
    top: 25px;
    z-index: 99;
    width: calc(100% - 500px);
    right: 20px;
}

div.topmenu {
   text-align: right;
}

/* END MENU DESIGN */.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%;
}
}#marquee .c-text-marquee-swiper {
   padding-top: 0px !important;
}

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

.c-text-marquee-container {
   width: 100%;
   overflow: hidden;
}

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

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

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

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

/* END MARQUEE TEXT */.c-metrics-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.c-metric-box {
    padding: 15px;
    box-sizing: border-box;
    border-radius: 20px;
    width: calc(50% - 15px);
    border: 1px solid var(--color-orange-dark);
}

.c-metric-title {
    color: var(--color-orange-dark);
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}

#team {
    background-color: #f1f1f1;
}

.c-team-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.c-team-box {
    width: calc(20% - 15px);
    border-radius: 20px;
    background-color: white;
    overflow: hidden;
}

.c-team-image {
    background-color: #aeaeae;
    aspect-ratio: 3 / 4;
}

.c-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.c-team-content p {
    margin: 0;
}

.c-team-social {
    margin-top: 0px;
}

.c-team-divider {
    height: 1px;
    background-color: #d5d5d5;
    margin-top: 5px;
    margin-bottom: 10px;
}

.c-team-content {
    padding: 15px;
}

.c-team-name {
    font-weight: bold;
}

.c-team-position {
    font-size: 0.8em;
}

.c-slider-container {
   overflow: hidden;
}

@media (max-width: 990px) {
.c-team-box {
    width: calc(50% - 15px);
}
}