.htmlbox.problem {
  margin-top: 30px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: yellow;
}

/*

.contactform input, .contactform textarea {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
div.contactform p.checkbox label {
    display: inline !important;
    font-size: 1.2em;
    text-align: justify;
}
div.contactform p.checkbox input {
    width: auto;
}
*/

/*.contactform {
    display: none;
}
*/#xruses-times {
  display:none;
}
body {
font-family: "Ubuntu", sans-serif;
}

#belowsite {
    border-radius: 0px 0px 30px 30px;
}

#topbanner {
background-color: #047bbf;
padding-top: 10px;
}

#innertopbanner {
    border-radius: 30px 30px 0px 0px;
    max-width: 100%;
    padding: 0 2.5vw;
    background-color: white;
}

#mobile-header {
    box-shadow: none;
    transition: 0.4s;
}

.side-nav__footer {
    box-shadow: none;
}

.side-nav__hide {
    right: 16px;
left: auto;
}

.side-nav__container {
border-radius: 0px 30px 30px 0px;
height: 97%;
top: -2px;
}

/*TOP MENU*/

#topmenu{
    box-shadow: none;
}

div.topmenu ul {
    background-color: #047bbf;
border-radius: 30px 0px 0px 30px;
margin-left: 550px;
}

div.topmenu ul ul{
border-radius: 30px 0px 30px 30px;
margin-left: auto;
}


div.topmenu ul li {
border-radius: 30px;
}


/*END OF TOP MENU*/



/*PAGE TITLES*/

#contenttop h1, #belowcontent h1 {
    font-size: clamp(1.375rem, 0.947rem + 1.711vw, 3rem); /*22-48*/
    margin-bottom: 4vh;
    line-height: 1.4em;
    font-weight: 600;
    background-color: #0074bb;
    color: white;
    display: inline-block;
    padding-right: 40px;
    border-radius: 0px 50px 50px 0px;
    padding-bottom: 12px;
    padding-left: 12px;
border: none;
position: relative;
}
@media (max-width: 820px) {
#contenttop h1 {
    margin-bottom: 2vh;
    margin-top: 1vh;
}
}

#contenttop h1:before{
content: '';
    position: absolute;
    top: 0;
    left: -5vh;
    width: calc(5vh + 2px);
    height: 100%;
    background-color: #0074bb;
}

#contenttop h1 a{
color: #fff;

}

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

/*END OF PAGE TITLES*/


/*TOP BANNER*/

.c-topbanner-container {
display: flex;
    justify-content: flex-end;
    gap: 30px;
align-items: center;
}

.c-topbanner-social-img {
max-height: 27px;
width: auto;
margin-left: 10px;
    transition: 0.5s;
scale: 1;
}

.c-topbanner-social-img:hover{
scale: 1.1;
    transition: 0.5s;
}

.c-topbanner-phone {
display: flex;
    gap: 5px;
}

.c-topbanner-phone img{
max-height: 45px;
width: auto;
}

.c-topbanner-phone:hover  img{
filter: invert(24%) sepia(56%) saturate(3113%) hue-rotate(184deg) brightness(102%) contrast(103%);
}

.c-phone-title {
margin-bottom: 0px;
line-height: 1em;
font-weight: 900;
font-size: 1.7em;
color: #0095da;
}

.c-phone-subtitle {
font-size: 0.8em;
letter-spacing: 2px;
margin-bottom: 0px;
line-height: 1em;
text-transform: uppercase;
}

/*END OF TOP BANNER*/


/*FOOTER*/

.c-footer-container {
padding-top: 5vh;
    padding-bottom: 5vh;
    display: flex;
align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
.c-footer-container {
flex-direction: column;
}
}


.c-footer-info {
display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
padding: 0px 8vh;
}

.c-footer-logo {
height: 30vh;
width: auto;
}

@media (max-width: 1024px) {
.c-footer-logo {
height: 20vw;
}
}

@media (max-width: 540px) {
.c-footer-logo {
height: 120px;
}
}

.c-footer-social {
display: flex;
gap: 10px;
}
.c-footer-social img {
max-height: 40px;
width: auto;
}


.c-social-icon {
    transition: 0.5s;
scale: 1;
margin-left: 5px;
}

.c-social-icon:hover{
scale: 1.1;
    transition: 0.5s;
}


.c-footer-menu-container {
display: flex;
    gap: 5vh;
    padding: 10vh 5vh 5vh 5vh;
    justify-content: space-between;
flex-wrap: wrap;
}

.c-footer-menu-container a{
text-decoration: none;
}

.c-footer-menu-container p{
font-weight: 800;
    color: #0179ba;
    margin-bottom: 5px;
}


.c-footer-menu-container ul{
list-style-type: none !important;
    padding-left: 0 !important;
line-height: 1.8em;
}

.c-footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.c-hours-info {
    display: flex;
    gap: 20px;
    justify-content: center;
padding: 0px 5vh;
justify-content: flex-end;
font-size: 0.9em;
}

/*END OF FOOTER*/



/*PRODUCTS*/

#contenttop div.horizontalitems div.item {
   width: auto;
}

div.horizontalitems div.list div.item h3 {
display: none;
}

div.horizontalitems div.item div.photos img {
    border: 1px solid #eee8ea;
}

/*END OF PRODUCTS*/

/*TITLES*/

.c-title-1 {
font-size: 2em;
    color: #0179ba;
    margin-bottom: 10px;
    line-height: 1.1em;
    font-weight: 500;
}

.c-title-2 {
font-size: 1.2em;
    color: #0179ba;
    margin-bottom: 10px;
    line-height: 1.1em;
    font-weight: 700;
}

/*END OF TITLES*/


/*NEWS*/

#contenttop div.horizontalitemsnews div.item {
   width: auto;
}

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


div.horizontalitemsnews div.theitems {
    justify-content: center;
}
/*END OF NEWS*/

/* SINTAGES PAROUSIASI */

.imagemenu ul li a {
    border: 1px solid #cdcdcd !important;
    border-radius: 20px !important;
    background-image: none;
    margin: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
    position: relative;
    top: 0px;
    transition: 0.3s;
}

.imagemenu ul li a:hover {
border: 1px solid #0074bc !important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    top: -10px;
}

/* HIDE SUNTAGES UPOMENOU */
.notloggedin #treemenu_m10_parent_2609 {
  display: none;
}div.horizmenu ul ul ul {
    top: auto;
}

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


a.mobile-header-startlink {
    background-image: url('/cache/files/17a830224c62b5a812588d236b197309cfb8a778.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 270px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/17a830224c62b5a812588d236b197309cfb8a778.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 2vh;
    margin-right: 2vh;
}

.side-nav__header {
    max-height: 120px;
}.c-newsletter-container {
background-color: #047bbf;
color: #fff;
    border-radius: 50px 0px 0px 50px;
margin-top: 5vh;
display: flex;
    gap: 4vh;
    justify-content: center;
    padding: 10px 20px 10px 30px;
align-items: center;
}

@media (max-width: 540px) {
.c-newsletter-container {
flex-direction: column;
    padding: 10px 20px 30px 30px;
gap: 2vh;
}
}

.c-newsletter-title {
font-size: 2.4em;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: 'Ubuntu';
}

.c-newsletter-text {
margin-bottom: 0px;
font-size: 0.9em;
}

@media (max-width: 820px) {
.c-newsletter-text {
margin-bottom: 20px;
}
}.c-button-1 {
display: inline-block;
    text-align: center;
    padding: 10px 20px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #047bbf;
color: #fff;
border-radius: 20px;
font-size: 0.9em;
font-weight: 700;
}
.c-button-1:hover {
    background-color: #fff;
color: #047bbf;
}

.c-button-2 {
    font-weight: 900;
    padding: 15px 20px;
    color: #0179ba !important;
    background-color: #ffffff;
    transition: 0.3s;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
    border-radius: 30px;
    text-decoration: none;

}
.c-button-2:hover {
color: white !important;
background-color: #ed1c24;
}

.c-button-3 {
display: inline-block;
    text-align: center;
    padding: 15px 20px;
    transition: 0.3s;
    text-decoration: none;
        background-color: #047bbf;
color: #fff;
border-radius: 50px;
font-size: 0.9em;
font-weight: 700;
}
.c-button-3:hover {
    background-color: #ed1c24;
color: white;
}.c-blues-boxes {
    display: flex;
gap: 20px;
    flex-direction: column;
}


.c-blues-boxes div{
    display: flex;
align-items: center;
}

.c-blues-boxes div img{
    width: 100px;
    height: auto;
    margin-right: -40px;
    position: relative;
}

.c-blues-boxes p {
    background-color: #0179ba;
    color: #fff;
    padding: 30px;
    border-radius: 30px;
    font-size: 1.2em;
text-align: center;
}.c-dots-container {
display: flex;
    gap: 3vh;
flex-wrap: wrap;
}

@media (max-width: 980px) {
.c-dots-container {
flex-direction: column;
    gap: 0vh;
}
}

.c-dots-container div{
position: relative;
width: 30%;
}


@media (max-width: 980px) {
.c-dots-container div{
width: 100%;
}
}

.c-number {
font-size: 120px;
    margin-bottom: 0px;
    font-weight: 600;
    opacity: 0.2;
    color: #0179ba;
    line-height: 1em;
}

.c-number-text {
    font-size: 1.1em;
    margin-top: -100px;
    margin-left: 60px;
font-weight: 400;
}.pagetitle {
   display: none !important;
}

.c-sustainability-page {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  color: #102215;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.c-sustainability-page * {
  box-sizing: border-box;
}

.c-hero {
    width: 100%;
    min-height: 600px;
  background:
    radial-gradient(circle at 70% 30%, rgba(109, 156, 64, 0.45), transparent 26%),
    linear-gradient(135deg, #041c0d 0%, #063017 58%, #082411 100%);
  background: url('/cache/files/9d7a8e99ef24620c7e4704e4b1b649552c8ed4f4.jpg');
  color: #ffffff;
  display: grid;
  align-items: center;
  gap: 40px;
  padding: 40px 7% 70px;
  position: relative;
  overflow: hidden;
    background-position: right;
    background-size: cover;
}

.c-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -42px;
  height: 90px;
  background: #ffffff;
  border-radius: 50% 50% 0 0;
  z-index: 2;
}

.c-hero-content {
  position: relative;
  z-index: 3;
}

.c-hero-title {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.95;
  letter-spacing: -1.5px;
  font-weight: 800;
  background: none !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}

.c-hero-title::before {
   display: none !important;
}

.c-hero-text {
  max-width: 620px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.c-hero-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 35px;
}

.c-hero-icon-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.35;
  color: #ffffff;
}

.c-icon {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

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

.c-hero-image {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
}

.c-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background:
    linear-gradient(135deg, #d9d9d9, #f2f2f2);
  border-radius: inherit;
}

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

.c-image-placeholder-hero {
  width: min(520px, 100%);
  height: 240px;
  border-radius: 999px 0 0 999px;
  opacity: 0.9;
}

.c-main {
  width: 100%;
  padding: 0 5% 40px;
  position: relative;
  z-index: 4;
}

.c-section-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  color: #151515;
}

.c-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1420px;
  margin: 0 auto 24px;
}

.c-card {
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

.c-card-image {
  height: 220px;
  position: relative;
  border-radius: 0;
}

.c-card-badge {
  position: absolute;
  left: 24px;
  bottom: -28px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #edf7dd;
  color: #0c4a22;
  border: 4px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  z-index: 2;
}

.c-card-badge img {
    width: 80%;
    height: 80%;
}

.c-card-body {
  padding: 44px 24px 26px;
}

.c-card-body h3,
.c-feature h3,
.c-small-card h3,
.c-social-offer h3,
.c-cta h3 {
  margin: 0 0 14px;
  color: #174a24;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.c-card-body p,
.c-feature p,
.c-small-card p,
.c-social-offer p,
.c-cta p {
  margin: 0;
  color: #171717;
  font-size: 16px;
  line-height: 1.75;
}

.c-recycle-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  color: #174a24;
  font-size: 12px;
  line-height: 1.25;
}

.c-recycle-list > div {
    display: flex;
    align-items: center;
    gap: 5px;
    width: calc(33.33% - 10px);
}

/*
.c-recycle-list span::before {
  content: "♻";
  display: block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}*/

.c-feature-grid {
  max-width: 1420px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.c-feature {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.c-feature-with-image {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
}

.c-feature-content {
  padding: 28px;
}

.c-feature-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}

.c-feature-icon {
    width: 75px;
    min-width: 75px;
    height: 75px;
    min-width: 75px;
    max-width: 75px;
    background: #edf7dd;
    color: #164c24;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    aspect-ratio: 1 / 1;
}

.c-feature-icon img {
    width: 60%;
    height: 60%;
}

.c-feature-image {
  min-height: 320px;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
}

.c-check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
    padding-left: 0 !important;
}

.c-check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.45;
  display: block;
}

.c-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  color: #164c24;
  border: 1px solid #164c24;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.c-feature-renewable {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  min-height: 330px;
}

.c-big-number {
  display: block;
  margin: 12px 0 4px;
  font-size: clamp(30px, 3vw, 50px);
  line-height: 0.9;
  color: #174a24;
  font-weight: 900;
}

.c-renewable-image {
    width: 75%;
    height: 200px;
    border-radius: 80px 0 0 0;
    overflow: hidden;
    position: relative;
    margin-right: 0;
    margin-left: auto;
}

.c-social-offer {
  max-width: 1420px;
  margin: 0 auto 24px;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.c-logo-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin-top: 24px;
}

.c-logo-placeholder {
  min-height: 88px;
  padding: 14px;
  border-right: 1px solid #e5e5e5;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.c-logo-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100px;
}

.c-logo-placeholder:last-child {
  border-right: none;
}

.c-lower-grid {
  max-width: 1420px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
}

.c-small-card {
  background: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.c-small-card > div:first-child {
  padding: 26px;
}

.c-small-image {
  min-height: 200px;
}

.c-cta-outer {
  max-width: 1420px;
  margin: 0 auto;
}

.c-cta {
  max-width: 650px;
  margin: 50px 0 50px 0;
  background: linear-gradient(135deg, #083418, #0d5528);
  color: #ffffff;
  border-radius: 18px;
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}

.c-cta h3 {
  color: #ffffff;
  font-size: 26px;
}

.c-cta p {
  color: rgba(255,255,255,0.9);
}

.c-cta-leaf {
  font-size: 86px;
  color: rgba(167, 211, 79, 0.5);
}

.c-bottom-strip {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: linear-gradient(90deg, #083418, #0d5528);
  color: #ffffff;
  padding: 22px 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.c-bottom-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-bottom-item span {
  font-size: 40px;
  line-height: 1;
}

.c-bottom-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.c-bottom-item strong {
  font-size: 28px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .c-hero {
    grid-template-columns: 1fr;
    padding: 40px 5% 70px;
  }

  .c-hero-image {
    justify-content: flex-start;
  }

  .c-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-feature-grid,
  .c-lower-grid {
    grid-template-columns: 1fr;
  }

  .c-logo-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .c-bottom-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .c-hero {
    min-height: auto;
    padding: 34px 20px 60px;
    gap: 28px;
  }

  .c-hero-title {
    font-size: 40px;
  }

  .c-hero-text {
    font-size: 16px;
  }

  .c-hero-icons {
    gap: 18px;
  }

  .c-hero-icon-item {
    width: calc(50% - 10px);
    font-size: 13px;
  }

  .c-image-placeholder-hero {
    height: 190px;
    border-radius: 30px;
  }

  .c-main {
    padding: 0 18px 32px;
  }

  .c-cards-grid {
    grid-template-columns: 1fr;
  }

  .c-card-image {
    height: 190px;
  }

  .c-feature-with-image,
  .c-small-card {
    grid-template-columns: 1fr;
  }

  .c-feature-image,
  .c-small-image {
    min-height: 210px;
    border-radius: 0;
  }

  .c-renewable-image {
    position: static;
    width: 100%;
    height: 180px;
    border-radius: 0;
    margin-top: 18px;
  }

  .c-logo-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-logo-placeholder {
    border-bottom: 1px solid #e5e5e5;
  }

  .c-cta {
    max-width: 100%;
    padding: 24px;
  }

  .c-bottom-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .c-hero-title {
    font-size: 34px;
  }

  .c-section-title {
    font-size: 28px;
  }

  .c-hero-icon-item {
    width: 100%;
  }

  .c-card-body,
  .c-feature-content,
  .c-small-card > div:first-child,
  .c-social-offer {
    padding: 22px;
  }

  .c-card-body h3,
  .c-feature h3,
  .c-small-card h3,
  .c-social-offer h3 {
    font-size: 20px;
  }

  .c-logo-row {
    grid-template-columns: 1fr;
  }

  .c-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .c-cta-leaf {
    font-size: 58px;
  }
}