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

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

#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, 70px);
    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;
}


.c-top-subtext, .c-title-boxy p {
    max-width: 600px;
    line-height: 2em;
}

#contenttop .c-title-boxy h2.c-title-lg {
    margin-top: 0px
}

.c-above-title {
   padding-bottom: 0;
   margin-bottom: 0;
}

.c-title-boxy {
    padding-top: 3vw;
}

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

.c-main-inner {
   width: 90%;
   margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-line-divider {
    height: 1px;
    width: 100%;
    background-color: #ccd0d5;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.c-button {
    display: inline-block;
}

.c-button a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.c-button a:hover {
    background-color: #c4c182;
    border: 1px solid #c4c182;
}

.c-button a span {
    position: relative;
    z-index: 2;
}

.c-button.c-button-color a {
    background-color: #c4c182;
    border: 0px;
    transition: 0.3s;
}

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

.c-products-text {
   color: white;
   max-height: 0px;
   font-size: 16px;
   overflow: hidden;
   transition: 1s;
}

.c-product-content:hover .c-products-text {
   max-height: 300px;
}

/* FOOTER */
.c-footer-logo {
    overflow: hidden;
    aspect-ratio: 300 / 24;
    opacity: 0.1;
}

#copyinfo {
    padding: 0 5%;
}

.c-social-icon {
    display: inline-block;
    margin-right: 10px;
}

.c-social-icon a {
    background-color: #c4c182;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    transition: 0.3s;
}

.c-social-icon a:hover {
    background-color: #f2a040;
}

.c-social-icon a img {
    width: 25px;
    height: auto;
}

#belowsite {

}

#belowsite a.c-quick-link {
    text-decoration: none;
    display: block;
margin-bottom: 10px;
}

#belowsite a.c-quick-link:hover {
    text-decoration: underline;
}

.c-footer-title {
    font-weight: 700;
    font-size: 24px;
}

.c-footer-logo-title {
    margin-bottom: 30px;
}

.c-footer-logo-title img {
width: auto;
    height: 40px;
}

#topbanner .langchooser {
padding-top: 35px;
}

#inpage-header {
    position: relative;
}

#contenttop #inpage-header h1 {
    text-align: left;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    margin: 0;
}

.c-inpage-header-image img {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 0;
}

.c-inpage-header-image::before {
   content: '';
   width: 100%;
   height: 100%;
   background-color: black;
   opacity: 0.3;
   position: absolute;
   z-index: 1;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.c-inpage-title {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    z-index: 5;
}

#product-page .c-title-boxy {
    padding-top: 0vw;
}

#contenttop #product-page h2.c-title-lg {
    margin-bottom: 0px;
}

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

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

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

/* COMPANY PAGE DESIGN */

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

.c-company-icon img {
   width: 70px;
   height: 70px;
}

#about-partners .c-title-boxy {
    padding-top: 0vw;
}

.c-company-icon-boxy {
    display: flex;
    align-items: center;
    font-size: 24px;
    gap: 20px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 20px;
}

.c-moto-box {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    background-color: #8995a5;
    color: white;
    border-radius: 20px;
    padding: 20px;
}

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

/* CONTACT FORM */
.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    padding: 4px;
    font-size: 18px;
    border-bottom: 1px solid #2b2a29;
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    width: 100%;
}
.contactform h1 {
font-family: 'Manrope', sans-serif;
}

@media (max-width: 768px) {
.contactform h1 {
font-family: 'Manrope', sans-serif;
text-align: center;
}
}


.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 10px 20px;
    color: white;
    margin: auto;
    margin-top: 10px;
    background-color: #c4c182;
    border: 0px solid rgba(51,51,51,1);
    border-radius: 50px;
    transition: 0.3s;
}
 

.contactform button:hover {
    background-color: #f2a040;
border: 0px solid rgba(51,51,51,0);
}

@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform textarea {
    height: 120px;
}

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

#contenttop #contact-page .c-title-boxy h2.c-title-lg {
    margin-bottom: 30px;
}

#contact-page .c-title-boxy {
    padding-top: 0vw;
}

#contact-page .c-main-inner {
    padding-top: 150px;
    padding-bottom: 150px;
}

.c-agents-star {
    display: inline-block;
    background-image: url('/cache/files/624ca9b29387a117154b118779731607dedc0bc1.svg');
    width: 15px;
    height: auto;
    aspect-ratio: 1 / 1;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.c-lekkasbrand {
    white-space: nowrap;
}.c-newlogo {
    background-image: url('/cache/files/23c33bcb9308e04a5478b9133df5bc164f5b4061.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

#topmenu {
    border-bottom: 1px solid #d7d7d7;
}

#topbanner {
    width: 90%;
}

div.topmenu ul li a::before {
    content: '●';
    margin-right: 5px;
    position: relative;
    display: inline-block;
    top: -1px;
    color: #dedede;
}

div.topmenu ul li a.active::before {
color: #f2a040;
}

div.topmenu ul li a:hover::before {
color: #f2a040;
}

#mobile-header .langchooser {
    top: 7px;
}.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%;
}
}#content {
font-size: 18px;
}
section.c-top-container {
    background-color: #eff5fa;
   height: calc(100vh - 100px);
}

.c-top-content {
    height: calc(100% - 200px);
    position: relative;
}

.c-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-background-video::before {
   content: '';
   display: block;
   background-color: black;
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}

.c-top-services {
    padding-left: 5%;
    padding-right: 5%;
}

.c-top-content {
    background-color: white;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 1% 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 50px;
}


.c-top-metrics {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
gap: 50px;
}

section.c-top-container, section#about-us {
    background-color: #eeeae6;
}

.c-top-content-slider {
    background-color: #eee;
    height: 100%;
    width: 100%;
    border-radius: 40px;
}

.c-top-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    color: white;
    width: 70%;
gap: 30px 0;
}

.c-top-services {
    display: flex;
    align-items: center;
    height: 200px;
}

.c-top-service-box {
    display: flex;
    align-items: center;
    width: 33.33%;
    gap: 20px;
}

.c-top-service-icon img {
    width: 120px;
    height: auto;
}

.c-top-service-text {
    width: 100%;
    font-weight: 700;
}


.c-metric {
    width: 50%;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.c-metric-number {
    font-size: clamp(30px, 2.35vw, 60px);
    font-weight: 700;
    color: #f2a040;
    display: inline-block;
}

.c-metric-text {
    display: inline-block;
    font-size: 1.5rem;
}

.c-text-marquee-swiper {
    padding-top: 50px !important;
    padding-bottom: 0px !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;
    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; /* Συνεχής ροή */
}

.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 {

}

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



#how-we-help {
    background-color: #eff5fa;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 4;
}

#services .c-title-boxy {
    padding-top: 0vw;
}

.c-product-boxy {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}


.c-product-image img {
    width: 100%;
    height: auto;
}

.c-product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent);    padding: 25px;
    padding-top: 90px;
    transition: 0.3s;
}

.c-product-boxy:hover .c-product-content {
    background-image: linear-gradient(0deg, rgb(0 0 0 / 100%), transparent);
    padding-top: 300px;
}

#contenttop h3.c-product-title {
    color: white;
    font-size: 24px;
}

.c-lowopacity {
    opacity: 0.2;
}

#products .c-lowopacity {
    margin-top: 4.5em;
}

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

.c-all-products {
    padding-top: 0px;
    margin-bottom: 30px;
}

#contenttop #products h2.c-title-lg {
    margin-bottom: 0em;
}

.c-button-product {
    font-size: 14px;
}

.c-product-boxy a:hover .c-button-product {
    text-decoration: underline;
}

.c-sticky-image-divider {
   background-image: url('/cache/files/534a31b725c0f98a1fed34bb4af981f5af3ba8c1.jpg');
    height: 520px;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    height: 30vw;
    min-height: 450px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
}

#services {
    margin-top: -60px;
    position: relative;
    z-index: 5;
    background-color: white;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

#products .col-md-3 {
   width: 20%;
    padding: 0 5px;
}@media (max-width: 990px) {
#content {
    font-size: 16px;
}

.c-top-content-box {
    width: 100%;
}
#contenttop h1.c-top-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.c-metric-text {
    font-size: 22px;
}

.c-top-services {
    align-items: flex-start;
    height: auto;
    flex-direction: column;
}
.c-top-service-box {
    width: 100%;
}

.c-top-services {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
}

.c-top-service-icon img {
    width: 100px;
}
section.c-top-container {
    background-color: #eeeae6;
    height: auto;
padding-bottom: 10px;
}

.c-top-content {
    padding: 70px 15px;
}

.c-top-metrics {
    margin-top: 50px;
}

.c-main-inner {
    width: 100%;
}

#products .col-md-3 {
        width: 50%;
        padding: 0px 5px;
        float: left;
}
#products .c-lowopacity {
    margin-top: 0;
    margin-bottom: 30px;
}

.c-product-boxy {
    margin-bottom: 10px;
}

.c-products-text {
    display: none;
}

.c-inpage-header-image img {
    min-height: 200px;
    object-fit: cover;
    object-position: center;
}

.c-company-icon {
    width: 25%;
}

.c-company-icon img {
    width: 100%;
    height: auto;
        padding: 10px;
}

.c-company-icon-boxy > div:nth-child(2) {
    width: calc(75% - 20px);
}

.c-moto-box {
    margin: 0 15px;
    font-size: 24px;
}

div.items div.itemcontent {
   padding-bottom: 0px;
}

div.horizontalitems div.item {

}

div.horizontalitems div.theitems {
    width: 100% !important;
    margin: 0 auto;
    padding-right: 10px;
    box-sizing: border-box;
}

div.items div.list h3 {
    font-size: 22px !important;
    text-align: left !important;
}

#contenttop #inpage-header h1 {
    text-align: left;
    font-size: 30px;
}

#services {
    margin-top: 0px;
}

#contact-page .c-main-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

}