@media (min-width: 992px) {
    .c-layout-header .c-navbar .c-mega-menu.c-fonts-bold > .nav.navbar-nav > li > .c-link {
        font-weight: 400!important;
    }
}

.sk-cube-grid .sk-cube {
    background-color: #7c222b!important;
 }
 
 .ekthetes-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:24px;
}

 .ekthetes-grid a p{
    color: #2b2a29!important;
}

.ekthetis-card{
  background:#fff;
  border-radius:14px;
  padding:24px 18px;
  text-align:center;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  transition: box-shadow .2s ease, transform .2s ease;
}

.ekthetis-card--link{
  display:block;         /* για να δουλεύει σαν card */
  color:inherit;         /* να μη γίνεται μπλε */
  text-decoration:none;  /* να μην underline */
}

.ekthetis-card:hover{
  box-shadow:0 14px 34px rgba(0,0,0,.14);
  transform: translateY(-3px);
}

.ekthetis-card--link:focus-visible{
  outline:2px solid currentColor;
  outline-offset:4px;
}

.ekthetis-logo img{
  max-width:180px;
  max-height:90px;
  width:auto;
  height:auto;
  display:block;
  margin:0 auto 14px;
  object-fit:contain;
}

.ekthetis-title{
  margin:0 0 10px;
  font-size:16px;
  font-weight:600;
}

.ekthetis-desc{
  font-size:14px;
  line-height:1.55;
  opacity:.85;
}

/* responsive */
@media (max-width: 1200px){
  .ekthetes-grid{ grid-template-columns:repeat(3, 1fr); }
}
@media (max-width: 900px){
  .ekthetes-grid{ grid-template-columns:repeat(2, 1fr); }
}
@media (max-width: 600px){
  .ekthetes-grid{ grid-template-columns:1fr; }
}



  /* Break out of container -> true full width */
.ekthesi-photos-fullwidth{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
}

/* Remove container padding inside */
.ekthesi-photos-inner{
  width: 100%;
  padding: 0;
}

/* Owl should use full width */
.ekthesi-photos-owl{
  width: 100%;
}


.ekthesi .owl-carousel .nav-btn{
      height: 32px;
      position: absolute;
      width: 18px;
      cursor: pointer;
     top: calc(50% - 16px)!important;
  }

.ekthesi .owl-carousel .owl-prev.disabled,
.ekthesi .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

.ekthesi .owl-carousel .prev-slide{
      background: url(../img/nav-icon.png) no-repeat scroll 0 0;
      left: 50px;
  }
  
.ekthesi .owl-carousel .next-slide{
      background: url(../img/nav-icon.png) no-repeat scroll -24px 0px;
      right: 50px;

  }
  
.ekthesi .owl-carousel,.ekthesi .owl-carousel img {
	  height: 500px!important;
	
}

.ekthesi .owl-carousel .owl-stage-outer {
	  max-height: 500px!important;
	
}

.ekthesi .owl-carousel .owl-item img {
	  width:auto!important;
	      display: block;
}

.ekthesi .owl-theme:not(.owl-single):not(.owl-bordered) .owl-stage-outer .owl-item {
  padding: 0px!important;
}

.ekthesi-videos{
  display: grid;
  gap: 16px;
}

.ekthesi-videos--cols-1{ grid-template-columns: 1fr; }
.ekthesi-videos--cols-2{ grid-template-columns: repeat(2, 1fr); }
.ekthesi-videos--cols-3{ grid-template-columns: repeat(3, 1fr); }
.ekthesi-videos--cols-4{ grid-template-columns: repeat(4, 1fr); }

/* ✅ Mobile: πάντα 1 col */
@media (max-width: 767px){
  .ekthesi-videos{
    grid-template-columns: 1fr !important;
  }
}

/* ---------------------------------------
   Responsive embed wrapper (works with Drupal wrappers)
---------------------------------------- */
.ekthesi-video-embed{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;

  /* Default ratio αν για κάποιο λόγο ΔΕΝ έχει μπει class ακόμα */
  padding-top: 56.25%; /* default 16:9 */
}

/* Orientation overrides */
.ekthesi-video-item.is-portrait .ekthesi-video-embed{
  padding-top: 177.78%; /* 9:16 */
}

.ekthesi-video-item.is-landscape .ekthesi-video-embed{
  padding-top: 56.25%; /* 16:9 */
}

/* Το πρώτο rendered block (field/field__item/article) να γεμίζει το wrapper */
.ekthesi-video-embed > *{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Ό,τι wrappers υπάρχουν μέσα να παίρνουν height 100% */
.ekthesi-video-embed .field,
.ekthesi-video-embed .field__items,
.ekthesi-video-embed .field__item,
.ekthesi-video-embed article{
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

/* Το iframe/video να γεμίζει 100% */
.ekthesi-video-embed iframe,
.ekthesi-video-embed video{
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

@media (max-width: 991px) {
  .c-layout-header .c-brand {
    margin: 12px 15px 21px 15px!important;
  }
}

.c-layout-header .c-navbar .c-logo img.c-mobile-logo { 
  max-height: 40px;
}

.c-copyright a {
color:#a4aeb8!important;	
}

.ekthetes-title {
	margin:30px 0px 15px 0px;
}
.video-title {
	margin:30px 0px 15px 0px;
}

.photos-title {
	margin:0px 0px 15px 0px;
}



.nav .tbm-item--has-dropdown li:focus > a:not(.btn), .nav .tbm-item--has-dropdownv li:active > a:not(.btn), .nav .tbm-item--has-dropdown li:hover > a:not(.btn) {
    color: #ffffff !important;
}
	
.c-theme-nav li.c-active > a:not(.btn) {
    color: #2b2a29 !important;
}

.c-theme-nav li ul li.c-active > a:not(.btn) {
    color: #ffffff !important;
}

@media (max-width: 991px) {
	
	.c-theme-nav li.c-active > a:not(.btn) {
    color: #ffffff !important;
}
.c-theme-nav li:focus > a:not(.btn), .c-theme-nav li:active > a:not(.btn), .c-theme-nav li:hover > a:not(.btn) {
    color: #ffffff !important;
}
#diorgside {
	display:none;
}	
}


.c-content-feature-9 > .c-list > li > .c-card > i.icon-edu {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px; /* ← εδώ μικραίνει το εικονίδιο */
}

.c-content-feature-9 > .c-list > li > .c-card > i.icon-bottle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px; /* ← εδώ μικραίνει το εικονίδιο */
}

.c-content-feature-9 > .c-list > li > .c-card > i.icon-glass {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px; /* ← εδώ μικραίνει το εικονίδιο */
}

.icon-edu {
  background-image: url('../icons/edu.svg');
}

.icon-bottle {
  background-image: url('../icons/bottle.svg');
}

.icon-glass {
  background-image: url('../icons/glass.svg');
}

.c-content-feature-9 > .c-list > li > .c-card > i {
    border: 1px solid #000000;
}

.c-content-title-1 > h3.c-font-uppercase {
    font-size: 22px!important;
}

.c-content-title-1 .c-font-bold {
	font-weight:400!important;
}

@media (min-width: 991px) {

#diorgtop {
	display:none;
}	
}

.countdown-clean {
  text-align: center;
  font-family: inherit;
  color: #fff;
}

.countdown-clean .cd-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 24px;
}

.countdown-clean .cd-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.countdown-clean .cd-unit {
  min-width: 90px;
}

.countdown-clean .cd-number {
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

.countdown-clean .cd-label {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  opacity: 0.7;
}

.countdown-clean .cd-separator {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,0.15);
}

.countdown-clean .cd-date {
  margin-top: 24px;
  font-size: 18px;
  opacity: 0.8;
}

/* Όταν τελειώσει */
.countdown-clean.is-ended {
  opacity: 0.8;
}

.countdown-clean .cd-end-message {
	font-size: 38px;
}

.form-number {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  padding: 10px 16px;
  width: 100%;
  color: #555555;
  font-size: 14px;
  font-weight: 300;
}

input.form-number {
     background: white;
    border: 1px solid #d0d7de!important;
}

input.form-number:focus, input.form-number:active, input.form-number.active {
	border: 1px solid #7c222b!important;
}

@media (max-width: 991px) {

.countdown-clean .cd-number {
  font-size: 50px;
}
.countdown-clean .cd-unit {
  min-width: 60px;
}
.countdown-clean .cd-grid {
  gap: 10px;
}

}


@media (min-width: 992px) {
    .c-layout-header.c-layout-header-4.c-bordered {
        border-bottom: 1px solid #7c222b!important;
    }
}

.c-page-on-scroll .c-layout-header .c-navbar .c-logo img {
    max-height: 40px;
    margin-top: 0px;
}

.c-checkbox label {
    font-size: 17px!important;
}

/* TB Mega Menu: allow deeper dropdowns to open on mobile */
@media (max-width: 991px) {

  /* Show the submenu (it is rendered as .dropdown-menu) when the TBM item is open */
  .c-layout-header .c-navbar .c-mega-menu .tbm-item.c-open > .dropdown-menu,
  .c-layout-header .c-navbar .c-mega-menu .tbm-item.tbm-open > .dropdown-menu {
    display: block !important;
  }

  /* Also cover TBM submenu class */
  .c-layout-header .c-navbar .c-mega-menu .tbm-item.c-open > .tbm-submenu,
  .c-layout-header .c-navbar .c-mega-menu .tbm-item.tbm-open > .tbm-submenu {
    display: block !important;
  }

  /* Ensure stacked (not flyout) behavior on mobile */
  .c-layout-header .c-navbar .c-mega-menu .dropdown-menu,
  .c-layout-header .c-navbar .c-mega-menu .tbm-submenu {
    position: static !important;
    float: none !important;
    width: 100% !important;
  }
  
  .tbm-subnav li ul li {
	  padding: 5px 10px!important;
  }
}


/* privacy-cookies opt-in block */
.ppblock{
  position: fixed;
  z-index: 1000;
  padding: 15px;
  font-size: 15px;
  width: 350px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.96);
  color: #fff;
  bottom: 10px;
  right: -450px;
  transition: all 500ms ease-out 500ms;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.ppblock p{
  margin-bottom: 15px;
}
.showppblock.ppblock{
  right: 10px;
}
.ppbutton{
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  line-height: 1;
  margin-right: 5px;
  color: #333;
  transition: all 500ms ease-out;
}
.ppbutton:hover{
  color: #000;
}
.moreppblock{
  display: block;
  margin-top: 5px;
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}
.moreppblock:hover{
  color: rgba(255,255,255,1);
}
.ppblock > div{
  display: none;
}
html[lang="el"] .ppblock-el{
  display: block;
}
html[lang="en"] .ppblock-en{
  display: block;
}
.pplang{
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  text-decoration: underline;
}
.pplang:hover{
  color: rgba(255,255,255,1);
}

@media screen and (max-width: 400px) {
  .ppblock{
    width: 96%;
    font-size: 14px;
  }
  .showppblock.ppblock{
    right: 2%;
  }
}
/* end privacy-cookies opt-in block */\

