div.textbox.bullet-sentence div.value:before {
  content: '• ';  /* Adds the bullet */
  display: inline; /* Keeps the bullet on the same line as the sentence */
}

div.textbox.bullet-sentence div.value:after {
  content: '\A';   /* Inserts a newline character */
  white-space: pre; /* Ensures the newline is respected */
}


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


body, p, button, h1, h2 {
  font-family: "Geologica", sans-serif;
}

body {
height: auto !important;
}

#belowsite a {
    text-decoration: none;
}

.c-border-image {
   border-radius: 20px;
}

.c-button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a84bf;
    color: white;
    border-radius: 50px;
    font-weight: 800;
    transition: 0.3s;
}

.c-download-button {
margin-bottom: 20px;
}
.c-download-button a.c-button {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.c-download-button a.c-button::after {
    content: '';
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    background-image: url('/cache/files/7c765d0d0a76742c7ed213164148c4e1433e4212.svg');
    background-size: 50%;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
}

button {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a84bf;
    color: white;
    border-radius: 50px;
    font-weight: 800;
    border: 0;
    transition: 0.3s;
}

.c-button:hover, button:hover {
    background-color: #26385f;
    color: white;
}

.c-title-box {
    position: relative;
}

.c-footer-container .c-title-box, #contact .c-title-box {
    margin-top: 20px;
}

#contenttop .c-title-box h1, #contentbottom .c-title-box h1, #belowsite .c-title-box h1 {
    text-align: left;
    font-size: 26px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 20px;
}

#belowsite .c-title-box h1 {
   color: white;
}

#contenttop #contact .c-title-box h1 {
    margin: 0;
    padding: 0;
}

/*
#contenttop .c-title-box h1::after, #contentbottom .c-title-box h1::after, #belowsite .c-title-box h1::after {
    content: '';
    height: 1px;
    display: block;
    width: 20%;
    background-color: #acacac;
}*/



div.items div.date.c-news-date {
    background-color: #6a84bf;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    color: white;
    font-style: normal;
    border-radius: 20px;
    margin-bottom: 5px;
}

div.horizontalitemsnews div.item .c-news-boxy div.photos {
    height: 100%;
}

#contenttop div.horizontalitemsnews div.item .c-news-boxy div.photos img {
    width: 100%;
    object-fit: cover;
    max-height: none;
    height: 100%;
    border-radius: 20px;
}

div.horizontalitemsnews div.list div.item .c-news-boxy h3 {
   padding-top: 10px;
   padding-bottom: 10px;
}

h3 a, div.items div.list h3 a, div.items h3 a {
    color: #222;
    font-size: 18px;
    font-weight: 300;
}

div.horizontalitemsnews div.list div.item .c-news-boxy .textbox {
    line-height: 1.6em;
    padding: 10px 0;
}

div.horizontalitemsnews div.textboxy.c-news-content {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

.slick-next, .slick-prev {
    height: 50px;
    width: 80px;
    border: 1px solid rgb(26 26 26 / 20%);
    opacity: 1;
    background-color: white;
    border-radius: 90px;
    overflow: hidden;
    transform: translateY(-50%);
}

.slick-next::after, .slick-prev::after {
    content: '';
    background-color: #6a84bf;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    z-index: 1;
    left: 0;
    border-radius: 90px;
    transition: .4s cubic-bezier(.165,.84,.44,1);
}

.slick-prev {
    left: 20px;
    top: 50%;
    bottom: auto;
}

.slick-next {
    right: 20px;
    left: auto;
    top: 50%;
    bottom: auto;
}

.slick-prev:before, .slick-next:before {
    background-image: url('/cache/files/40cdc840e15f74636b36af2cf7563844f3cd635b.svg');
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 33px center;
    z-index: 2;
    transition: 0.2s;
}

.slick-prev:hover:before, .slick-next:hover:before {
    background-image: url('/cache/files/c003e26bdec978cfd9c67fac37e92dc315102969.svg');
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: inline-block !important;
    opacity: 1;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    border: 1px solid rgb(26 26 26 / 20%);
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.2;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.slick-next:hover::after, .slick-prev:hover::after {
    top: 0;
}

.slick-prev.slick-disabled:hover::after, .slick-next.slick-disabled:hover::after {
    top: 100%;
}

.slick-prev.slick-disabled:hover::before, .slick-next.slick-disabled:hover::before {
    opacity: 0.2;
    background-image: url('/cache/files/40cdc840e15f74636b36af2cf7563844f3cd635b.svg');

}


/* END NEWS SECTION */
/* =================================== */

.c-main-inner {
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
}


.c-title-text {
    font-size: 24px;
    font-weight: 500;
}

/* =================================== */

/* FOOTER */

.c-footer-container {
    border-top: 2px solid #6a84bf;
}

.c-footer-inner {
    padding: 70px 20px 70px 20px;
    max-width: 1280px;
    margin: 0 auto;
}

.c-footer-container p, #contact p {
    margin-bottom: 0;
}

.c-footer-locations {
    border-top: 1px solid white;
    margin-top: 50px;
    padding-top: 25px;
}

.c-footer-extralinks {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.c-footer-extralinks a {
    margin-right: 15px;
}

.c-social-follow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 70px;
flex-wrap: wrap;
    justify-content: flex-end;
}

.c-social-title {
   color: #a5a5a5;
   color: white;
   font-size: 24px;
   font-weight: 600;
}

.c-social-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

.c-social-box a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
}

.c-social-icon {
    border: 1px solid;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
}

.c-social-text {
   font-size: 24px;
   font-weight: 600;
}

/* END FOOTER */

/* =================================== */

/* PRODUCT DETAILS DESIGN */



/* =================================== */

#contenttop div.htmlbox ul {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    line-height: 1.6em;
}


/* FIXED SUPPORT BUTTON */

.c-call-support-box {
    position: fixed;
    z-index: 99;
    right: -251px;
    bottom: 110px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s;
}

.c-call-support-box:hover {
    right: 0px;
}

.c-call-support-icon {
    background-color: #6a84bf;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #6a84bf;
}

.c-call-support-content {
    width: 230px;
    text-align: center;
    padding: 10px;
    border: 1px solid #6a84bf;
    border-radius: 0px 0px 0px 10px;
    position: relative;
    margin-right: -1px;
    background-color: white;
}

.c-call-support-content p {
    margin-top: 10px;
}

.c-call-support-content a {
    display: block;
    color: white;
    background-color: #6a84bf;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}

.path {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
}

.c-link-boxy {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

/*SCROLL TOP BUTTON*/
.scrolltopbutton {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 4vh; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer; /* Add a mouse pointer on hover */
z-index: 300;
    width: 50px;
    height: 50px;
    background-color: #6a84bf;
    border: 1px solid #9cafd8;
    border-radius: 50%;
    text-align: center;
   transition: 0.3s;
}

.detail .scrolltopbutton {
    bottom: 100px;
    right: 35px;
}

.scrolltopbutton img {
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    box-sizing: border-box;
}

.scrolltopbutton:hover {
  background-color: #546ea8; /* Add a dark-grey background on hover */
}



/*END OF SCROLL BUTTON*/.c-newlogo {
    background-image: url('/cache/files/e97aaaf1e7cf7946876ead3c560a6d4f690eb75b.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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


/* MENU */

.notloggedin #innertopmenu {
    max-width: 100%;
}

.notloggedin #innertopbanner {
    max-width: 100%;
    height: 50px;
}


.notloggedin #topbanner .langchooser {
    padding-top: 13px;
    padding-right: 15px;
}.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%;
}
}div.topmenu div.megamenu, div.megamenu {
    padding-left: 0px;
}

.column0, .column1, .column2, .column3, .column4 {
    padding-right: 2% !important;
    border-right: 1px solid #e6e6e6;
}

div.megamenucols4 {
    width: 100vw;
}

.column1, .column2, .column3, .column4, .column5 {
    padding-left: 2% !important;
}

.megafirstlevelitemmegafirstlevelitem {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.acolumn .megafirstlevelitemmegafirstlevelitem:nth-last-child(1) {
    border-bottom: 0px solid #e6e6e6;
}

div.fullsize.megamenucols6 div.acolumn {
    width: 16.66%;
}

#topmenu {
    border-bottom: 2px solid black;
}

div.horizmenu.topmenu div.megamenu ul {
   display: none;
}

div.megafirstlevelitemmegafirstlevelitem h2::before {
   content: '.' !important;
   display: inline-block !important;
   font-size: 0px;
   width: 10px;
   color: #6a84bf;
   background-image: url('/cache/files/5019a45a98e51744f1116a62de62b50aca94dfae.svg') !important;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
   position: absolute;
   top: 1px;
   left: 0px;
}

div.topmenu div.megamenu h2, div.megafirstlevelitemmegafirstlevelitem h2 {
   font-size: 16px;
   font-weight: normal;
   color: #333;
   position: relative;
   padding-left: 15px;
}


/* FIXED MENU 6-6 */

.notloggedin div.topmenu div.megamenu.megamenucols1 {
    position: fixed;
    width: 100vw;
    top: calc(50px + 52px + 43.5px);
    left: 0;
}

div.fullsize.megamenucols1 div.acolumn, div.megamenucols1 div.acolumn {
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: auto;
    grid-template-rows: repeat(6, auto);
    gap: 10px;
}

div.megamenu div.acolumn {
   width: 100%;
}

.c-abovemenu-links {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
align-items: center;
    margin-top: 20px;

}
#topbanner .c-abovemenu-links a.c-link {
    font-size: 14px;
    padding: 3px 10px;
    background-color: #6a84bf;
    color: white;
    border-radius: 20px;
}

.megafirstlevelitemmegafirstlevelitem:hover {
    background-color: #6a84bf
}

.megafirstlevelitemmegafirstlevelitem:hover h2 a {
color: white !important;
}
.megafirstlevelitemmegafirstlevelitem:hover h2::before {
   background-image: url('/cache/files/82b8b543c5538ece6f091d79165cfdc8264c808e.svg') !important;
}/* LIST */

div.items.horizontalitems{
    max-width: 1280px;
    margin: 0 auto;
}

#contenttop h1.pagetitle {
    margin-top: 80px;
   font-weight: 800;
}

div.list div.textbox {
    padding: 20px;
}

.horizontalitemsnews div.list div.textbox {
    padding: 0px;
}

div.horizontalitems div.list div.item h3 {
    text-align: left;
    padding: 1.6rem 6.6rem 0 1.6rem;
}

h3 a, div.items div.list h3 a, div.items h3 a {
    font-size: 1.5rem;
    font-weight: 800;
}

div.list div.textbox {
   text-align: left;
}


/* BUTTON */

div.items div.back {
    border: 0px solid #cbcbcb;
}

#contenttop h1 a.backtocat {
    font-weight: 800;
    color: #acacac;
}

h1 a.backtocat:before {
    top: 0.3em;
    border-right-color: #acacac;
}

#contenttop h1 a.backtocat:hover {
    color: #222222;
}

h1 a.backtocat:hover:before {
    border-right-color: #222222;
}

div.items div.detail .back a {
    background-color: #6a84bf;
    color: white;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding-left: 15px;
    padding-right: 20px;
    border-radius: 50px;
    display: flex;
    line-height: 0.9;
}

div.items div.detail .back a::before {
    content: '';
    background-image: url('/cache/files/c003e26bdec978cfd9c67fac37e92dc315102969.svg');
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 7px;
}


/* END BUTTON */

div.items div.detail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.c-benefits-box {
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
}

.c-benefits-box span.label, .c-technical-data-box span.label {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 800;
}

.c-technical-data-box {
    margin-top: 50px;
}

.c-technical-data-box .table tr:hover {
    background-color: #f5f5f5;
}

.notloggedin .group.wishlistbutton{
   display: none;
}

.c-pdf-form-box {
    display: flex;
    padding: 50px 0;
    gap: 20px;
}

.c-pdf-form-box > div {
    width: 50%;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 40px 20px;
    box-sizing: border-box;
}

div.items div.contactform {
    max-width: none;
}

div.contactform form p {
    position: relative;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

div.contactform form p.notrequired input, .contactform p.required input, .contactform p.textarea textarea {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
}

.c-button-pdfs a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6a84bf;
    color: white;
    border-radius: 50px;
    font-weight: 800;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
margin-bottom: 20px;
}

.c-button-pdfs a::after {
    content: '';
    width: 35px;
    height: 35px;
    background-color: white;
    border-radius: 50%;
    background-image: url('/cache/files/7c765d0d0a76742c7ed213164148c4e1433e4212.svg');
    background-size: 50%;
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
}

.htmlbox.c-button-pdfs::before {
    content: 'Σχετικά Αρχεία';
    display: block;
    margin-bottom: 20px;
    color: #222222;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    font-weight: 300;
    padding-left: 0;
    padding-bottom: 2px;
    padding-bottom: 10px;
    margin-top: 20px;
}


html[lang="en"] .htmlbox.c-button-pdfs::before {
  content: 'Related Files';
}

div.horizontalitemsnews div.textboxy {
padding: 20px;
}

.notloggedin .itemcontent {
    border: 1px solid #e3e7f0 !important;
    border-radius: 25px;
    overflow: hidden;
}

.detail .itemcontent {
    border: 0px solid #e3e7f0 !important;
    border-radius: 0px;
    overflow: visible;
}

.contactform {
    max-width: 720px;
}

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

/* RESPONSIVE */
@media (max-width: 990px) {
.c-pdf-form-box {
    flex-direction: column;
}

.c-pdf-form-box > div {
    width: 100%;
}

}.c-fixedbutton {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    background-color: #6a84bf;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 5px;
    border-radius: 70px;
cursor: pointer;
   z-index: 90;
    display: none;
}

.detail .c-fixedbutton {
   display: flex;
}

.c-fixedbutton-text {
  color: white;
  font-size: 18px;  
  padding-left: 10px;
}

.c-fixedbutton-icon img {
    height: 50px;
    width: 50px;
}.cont{
    width: 100%;
    overflow: hidden;
    background-color: white;
    border-top: 1px solid #6a84bf;
}

.scorri{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#belowsite ul.tithome{
    animation-name: marquee;
    animation-duration: 120s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

#belowsite ul.tithome li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 30px;
    font-size: 40px;
}

#belowsite ul.tithome li img {
margin-left: 10px;
margin-right: 10px;
    height: 80px;
    width: auto;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}.am_1513 .langchooser {
    display: none;
}

.c-menu-social-box  div.langlist ul {
    padding: 10px;
}

.c-menu-social-box  div.langlist ul li img {
    width: 25px;
    height: auto;
    max-width: none;
}

.c-menu-lang-box {
    position: relative;
    margin-right: 5px;
}

.c-menu-lang-button {
    background-color: white;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #6a84bf;
    box-shadow: 0px 0px 0px #6a84bf;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.c-menu-lang-button:hover {
    box-shadow: 0px 0px 10px #6a84bf;
}

.c-menu-lang {
    max-height: 0px;
    transition: 1s;
    overflow: hidden;
    position: absolute;
    top: calc(100% + 5px);
    left: -8px;
    background-color: white;
    border-radius: 10px;
    z-index: 19;
    border: 1px solid #ffffff;
}

.c-menu-lang.c-openlang {
    max-height: 160px;
    border: 1px solid #6a84bf;
}

#topbanner .langchooser ul li {
padding-right: 0px;
    float: none;
}

#topbanner .langchooser div.langlist ul, #topbanner .langchooser {
    float: none;
}

#topbanner .langchooser {
    padding-top: 10px;
    padding-right: 15px;
    padding: 10px;
    padding-bottom: 33px;
    padding-left: 12px;
}

@media (max-width: 990px) {
#mobile-header .langchooser {
    top: 6px;
}
}#contenttop h1.pagetitle {
  margin-top: 70px;
}

#thewhole {
  background: linear-gradient(to bottom, #f7faff 0%, #eef4fb 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#content {
  background: transparent;
}

.c-top-title p {
  font-size: 20px;
}

.c-metric-box {
  margin-bottom: 40px;
  flex: calc(50% - 10px);
}

.c-metric-number {
  font-size: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.c-metrics-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.c-about-image-radius img {
  width: 100%;
  border-radius: 40px;
}

.c-about-image-radius video {
  width: 100%;
  height: auto;
  border-radius: 40px;
}

.c-horizontal-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.c-li-boxy-list {
  width: 100%;
}

.c-horizontail-li {
  display: flex;
  width: calc(50% - 20px);
  flex-wrap: wrap;
  background-color: #f3f3f3;
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
}

.c-horizontail-li-in {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
}

.c-li-title {
  font-size: 20px;
  margin-bottom: 0px;
}

.c-li-boxy {
  width: 100%;
}

.c-margin-top-par {
  margin-top: 7vw;
}

.c-gallery-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 35px;
}

/*SCROLL TOP BUTTON*/
.scrolltopbutton {
  display: block; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 4vh; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer; /* Add a mouse pointer on hover */
  z-index: 300;
  width: 50px;
  height: 50px;
  background-color: #6a84bf;
  border: 1px solid #9cafd8;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}

.scrolltopbutton img {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
  box-sizing: border-box;
}

.scrolltopbutton:hover {
  background-color: #546ea8; /* Add a dark-grey background on hover */
}
/*END OF SCROLL BUTTON*/

/* GALLERY DESGIN */

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

#contenttop div.horizontalitemsgallery div.item div.photos img {
  max-height: 285.5px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* END GALLERY DESGIN */

/* ============= */

:root {
  --brand: #6E89C3;
  --ink: #0f172a;
  --muted: #64748b;
  --line: #e7eaf0;
  --bg: #ffffff;
  --bg-soft: #f7f9fc;
  --radius: 16px;
}

#about {
    line-height: 1.65;
}

/* Section rhythm */
section {
  padding: 88px 0;
}
.divider {
  border-top: 1px solid var(--line);
  margin: 12px 0 0;
}

/* HERO  */
.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  padding: 72px 0;
}

.hero::before,
.hero::after,
#about::before,
#about::after,
#sectors::before,
#sectors::after {
  display: none;
}

#about .clearfix:before,
#about .clearfix:after,
#about .container:before,
#about .container:after,
#about .container-fluid:before,
#about .container-fluid:after,
#about .row:before,
#about .row:after,
#about .form-horizontal .form-group:before,
#about .form-horizontal .form-group:after,
#about .btn-toolbar:before,
#about .btn-toolbar:after,
#about .btn-group-vertical > .btn-group:before,
#about .btn-group-vertical > .btn-group:after,
#about .nav:before,
#about .nav:after,
#about .navbar:before,
#about .navbar:after,
#about .navbar-header:before,
#about .navbar-header:after,
#about .navbar-collapse:before,
#about .navbar-collapse:after,
#about .pager:before,
#about .pager:after,
#about .panel-body:before,
#about .panel-body:after,
#about .modal-footer:before,
#about .modal-footer:after {
  display: none;
}

#contenttop .hero h1 {
  font-size: clamp(38px, 4.6vw, 51px);
  color: #0c5ea9;
    background: linear-gradient(90deg, #4F66A0, #6E89C3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-align: left;
}

#contenttop h2 {
    background: linear-gradient(90deg, #4F66A0, #6E89C3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#contenttop #about h1,
#contentbottom #about h1,
#contenttop #about h2,
#contentbottom #about h2,
#contenttop #sectors h2,
#contenttop #sectors h2,
#contenttop #gallery h2 {
  text-align: left;
margin: 0 0 .5rem;
    padding: 0;
   font-weight: bold;
}

.hero p {
  font-size: 18px;
  color: #111826;
  max-width: 62ch;
}
.hero .photo {
  border-radius: 18px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.kpi {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.kpi .n {
  font-weight: 900;
  font-size: clamp(22px, 2.8vw, 28px);
  color: #2c3333;
}
.kpi .l {
  font-size: 12.5px;
  color: var(--muted);
}

/* ABOUT e */
.about {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
}
.about p {
  font-size: 18px;
}
.timeline {
  margin-top: 14px;
  border-left: 2px solid var(--line);
  padding-left: 18px;
  display: grid;
  gap: 10px;
}
.timeline .row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding-left: 18px;
}
.timeline .year {
  font-weight: 800;
  color: var(--brand);
}
.about .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.about .gallery img {
  border-radius: 12px;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* SECTORS — */
.sectors .lead {
  color: var(--muted);
  max-width: 70ch;
}
.cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.cardx {
  grid-column: span 4;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease;
}
.cardx:hover {
  transform: translateY(-2px);
  border-color: #d9e2f2;
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.06);
}
.ic {
  width: 26px;
  height: 26px;
  stroke: var(--brand);
  display: inline-block;
  margin-right: 8px;
  vertical-align: -6px;
}
.cardx h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 6px;
}
.cardx ul {
  margin: 8px 0 0 1px;
  padding-left: 16px;
}
.cardx li {
  margin: 4px 0;
  color: #0f172a;
}
.meta {
  margin-top: 10px;
  font-size: 12.5px;
  color: var(--muted);
}

/* MODALS  */
dialog.modal {
  width: min(760px, 92vw);
  border: none;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.45);
}
.modal header {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal header h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.modal .content {
  padding: 16px 18px;
}
.modal .content ul {
  margin: 0;
  padding-left: 18px;
}
.close {
  appearance: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  color: var(--ink);
}

/* CAROUSEL  */
.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--line);
}
.track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 1;
}
.slide {
  min-width: 100%;
}
.slide img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}
.ar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  cursor: pointer;
  z-index: 2;
    color: var(--ink);
}
.ar.prev {
  left: 12px;
}
.ar.next {
  right: 12px;
}
.ar:hover {
  background: #eef4ff;
    color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero,
  .about {
    grid-template-columns: 1fr;
  }
  .kpis {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .kpis {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards {
    grid-template-columns: repeat(6, 1fr);
  }
  .cardx {
    grid-column: span 6;
  }
}


@media (max-width: 900px) {
  .cards {
    display: flex;
    flex-direction: column;
}
}

@media (max-width: 640px) {
  .bar nav {
    display: none;
  }
  .slide img {
    height: 360px;
  }
}
/* “Περισσότερα” button */
.link {
  appearance: none;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--brand);
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease;
}
.link::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230C5EA9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M12 5l7 7-7 7"/></svg>')
    no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230C5EA9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M12 5l7 7-7 7"/></svg>')
    no-repeat center / contain;
  opacity: 0.9;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.link:hover {
  background: #eef4ff;
  border-color: rgba(12, 94, 169, 0.35);
  transform: translateY(-1px);
  color: var(--brand);
}
.cardx:hover .link {
  border-color: #0c5ea973;
}
.link:hover::after {
  transform: translateX(2px);
}
.link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(12, 94, 169, 0.18);
}

.cards {
  align-items: stretch;
}
.cardx {
  display: flex;
  flex-direction: column;
}
.cardx .meta {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.carousel .slide {
  margin: 0;
  padding: 0;
  display: block;
}
.carousel .slide img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.carousel .slide {
  margin: 0;
  padding: 0;
  display: block;
}
.carousel .slide img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.hero-page-title-wrap {
  width: 100%;
  padding: 36px 0 8px;
}

.hero-page-title {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: clamp(20px, 4vw, 35px);
  font-weight: 900;
  letter-spacing: 0.1em;

  line-height: 1.2;
  color: #5e7cc7;
}

.cards .cardx.wide {
  grid-column: span 8;
}

@media (max-width: 900px) {
  .cards .cardx.wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .cards .cardx.wide {
    grid-column: span 12;
  }
}

.cards {
  gap: 22px;
  margin-top: 32px;
}

.cards .cardx.wide {
  grid-column: span 8;
}

@media (max-width: 900px) {
  .cards .cardx.wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .cards .cardx.wide {
    grid-column: span 12;
  }
}
.cards {
  gap: 22px;
  margin-top: 32px;
}

.cards .cardx.wide {
  grid-column: span 8;
}

@media (max-width: 900px) {
  .cards .cardx.wide {
    grid-column: span 6;
  }
}

@media (max-width: 640px) {
  .cards .cardx.wide {
    grid-column: span 12;
  }
}

.ic-waste {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: -6px;
}

.cardx[data-kind="waste"]:hover .ic-waste {
  filter: drop-shadow(0 1px 0 rgba(12, 94, 169, 0.06));
}

/* === Cities Section  === */
.cities-section{text-align:center;padding:96px 0 0;background:transparent;} .cities-title{font-size:clamp(28px,4vw,38px);color:var(--brand);font-weight:800;margin-bottom:48px;} .cities-banner{display:flex;justify-content:center;align-items:stretch;height:620px;width:100%;overflow:hidden;border-radius:0;} .cities-banner .city{position:relative;flex:1;background-size:cover;background-position:center;transition:transform .6s ease,filter .6s ease;display:flex;align-items:center;justify-content:center;} .cities-banner .city:not(:last-child)::after{content:"";position:absolute;right:0;top:0;width:1.5px;height:100%;background:rgba(255,255,255,.8);z-index:3;} .cities-banner .overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.25),rgba(0,0,0,.55));transition:opacity .4s ease;z-index:1;opacity:.8;} .cities-banner h3{position:relative;z-index:2;color:#fff;font-size:clamp(28px,3.5vw,42px);font-weight:800;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 4px 14px rgba(0,0,0,.45);transition:transform .4s ease,opacity .4s ease;} .cities-banner .city:hover{transform:scale(1.04);z-index:5;} .cities-banner .city:hover .overlay{opacity:.5;} .cities-banner .city:hover h3{transform:translateY(-8px);opacity:1;} @media(max-width:1024px){.cities-banner{height:500px;} .cities-banner h3{font-size:32px;}} @media(max-width:900px){.cities-banner{flex-direction:column;height:auto;} .cities-banner .city{height:320px;} .cities-banner .city:not(:last-child)::after{display:none;}}

/* === Cities Section:  === */
.cities-section{padding:56px 0 0;} .cities-title{margin-bottom:28px;} .cities-banner{display:flex;flex-direction:column;gap:20px;width:100%;height:auto;overflow:hidden;} .cities-banner .city{position:relative;width:100%;height:240px;min-height:200px;background-size:cover;background-position:center top;border-radius:12px;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;padding-top:14px;} .cities-banner .city:not(:last-child)::after{display:none;} .cities-banner .overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.18),rgba(0,0,0,.42));z-index:1;opacity:.85;transition:opacity .25s ease;} .cities-banner h3{position:relative;z-index:2;align-self:flex-start;margin:0;padding:8px 12px;font-size:18px;font-weight:800;color:#fff;letter-spacing:.03em;text-transform:uppercase;text-shadow:0 3px 10px rgba(0,0,0,.45);background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.01));border-radius:6px;} .cities-banner .city{touch-action:manipulation;} @media(min-width:600px){.cities-section{padding:72px 0 0;} .cities-title{margin-bottom:36px;font-size:clamp(24px,3.6vw,32px);} .cities-banner{flex-direction:row;height:420px;gap:0;} .cities-banner .city{height:100%;border-radius:0;padding-top:22px;min-width:0;} .cities-banner .city:not(:last-child)::after{content:"";position:absolute;right:0;top:0;width:1.5px;height:100%;background:rgba(255,255,255,.85);z-index:3;} .cities-banner h3{font-size:clamp(20px,2.6vw,30px);padding:10px 16px;}} @media(min-width:1024px){.cities-section{padding-top:96px;} .cities-banner{height:620px;} .cities-banner .city{background-position:center center;height:100%;border-radius:0;} .cities-banner h3{font-size:clamp(28px,3.2vw,42px);padding:12px 22px;}} @media(max-width:380px){.cities-banner .city{height:200px;} .cities-banner h3{font-size:16px;padding:6px 10px;}} @media(prefers-reduced-motion:reduce){.cities-banner .city,.cities-banner .overlay,.cities-banner h3{transition:none!important;}} .cities-img-fit{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}


.about .gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;} .about .gallery img{border-radius:12px;aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;transform:scale(1.05);transition:transform .3s ease;} .about .gallery img:hover{transform:scale(1.08);}