/*
 * Theme Name: Artware Child
 * Theme URI: https://www.artware.gr/
 * Description: Artware Child is a child theme of Artware
 * Author: Artware Development Team
 * Author URI: https://www.artware.gr/
 * Template: artware
 * Version: 1.7
 * Text Domain: xlate
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */




/********************2026 changes************/
.prod-main-row {
    max-width: 100%;
    margin:20px auto;
}
.prod-main-row img {
    max-width: 100%;
    height:auto;
}
.prod-main-row h3 {
    font-size: clamp(20px, 4vw, 18px);
    line-height: 1.1;
}



/*********************2026 menu****************/
/* Basic structure to get you started - change colors/spacing as needed */
  .mega-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    background-color: var(--header-bg, #eee);
    color: #fff;
    padding: 50px 40px;
    font-family: sans-serif;
    border-top:solid 1px var(--hr-darker-gray);
  }
  .menu-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .menu-group {
    display: flex;
    flex-direction: column;
  }
.menu-parent {
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.menu-parent a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: transparent; 
    text-underline-offset: 4px;
    transition: text-decoration-color 0.3s ease-in-out; 
}
.menu-parent a:hover {
    text-decoration-color: #fff; 
}
.menu-subcategories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px; 
  }
.menu-subcategories li a {
    color: #ccc; 
    font-size: 1.05rem;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-color: transparent; 
    text-underline-offset: 3px; 
    transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
    }
.menu-subcategories li a:hover {
    color: #fff;
    text-decoration-color: #fff;
}
#menu-menu .menu-item .menu-subcategories li,
#menu-menu-en .menu-item .menu-subcategories li {
    border-bottom: none;
}


/*************  amea**********/
button.mobile-menu {
    background-color: var(--black);
    padding: 5px 10px;
    border-radius: 5px;
}


 /*************GENERAL***************/
 @font-face{
    font-family: fontawesome;
    src: url(/wp-content/themes/artware-child/fonts/fontawesome-webfont.woff) format('woff');
}
 :root {
    --black: #262122;
    --gray: #D6D5D6;
    --hr-gray: #BCBCBC;
    --hr-darker-gray: #434343;


    --font-roboto: "Roboto", sans-serif;

 }

body:after {
    content: '';
    width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    background-image: repeating-linear-gradient(to right, #dedede2e, #ededed00 1px, #003da600 1px, #003da600);
    background-size: 16.6vw;
    background-position-x: -8.3vw;
    mix-blend-mode: difference;
}

 p, span, ul, li, strong, a, button {
    font-size:16.5px;
    line-height: 160%;
    font-family: var(--font-roboto);
    margin:0;
 }
 div {
    font-size:16px;
    font-family: var(--font-roboto);
    margin:0;
 }
 h1,h2,h3,h4,h5,h6 {
    font-weight:600;
    font-family: var(--font-roboto);
 }

ul {
  list-style-type: square;
  list-style-position: outside;
  margin: 0;
}
#main-container ul{
  padding-left: 1.2em;
}

ul li::marker {
  font-size: 1.2em;
}



  .row-emp {
    height: clamp(30px, 3vw, 50px);
  }
.row-emp-100 {
    height: clamp(50px, 5.5vw, 100px);
}


/***********2026*************/
div.asp_w.ajaxsearchpro.asp_non_compact {
    min-width: 180px !important;
}


/***********BREADCRUMZZZ************/
.breads .breads-inn {
    flex-wrap: wrap;
}
.breads-sin a {
    color: var(--black);
    font-size: 14.5px;
}
.breadcrumz {
    border-bottom: solid 1px var(--hr-gray);
}
.breads {
    margin: 20px auto;
}
.breads .breads-inn .breads-sin {
    line-height: 1;
}

.rank-math-breadcrumb {
    padding: clamp(30px, 5vw, 50px) var(--gutter) clamp(10px, 3vw, 30px);
    border-bottom: solid 1px var(--hr-gray);
    text-align: center;
    font-weight: 500;
}
.rank-math-breadcrumb a{
    color:var(--black);
    font-size: 14.5px;
}
.rank-math-breadcrumb .last{
    font-size: 14.5px;
    font-weight: 600;
}
.rank-math-breadcrumb p {
   display:flex;
   flex-wrap:wrap;
   justify-content: center;
   align-items: center;
   gap:10px;
}
.separator {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url('/wp-content/uploads/2025/04/bread-arrow.svg') no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
}
.separator::before {
  content: '';
}


/**************HEADER***************/
.tophead {
    background-color: var(--gray);
    display: flex;
    justify-content: space-between;
    min-height:50px;
    padding:0 var(--gutter);
}
.tophead a, .tophead div{
    font-size:13px;
    color:var(--black);
    font-weight:500;
    transform: all .25s;
}
.tophead-ri-lang--gr a{
    text-decoration: underline;
    font-size:15px;
    padding:0 4px;
}
.tophead a:hover, .tophead div:hover {
    color:var(--hr-darker-gray);
}
.tophead-le, .tophead-ri {
    display: flex;
    align-items: center;
    gap: 20px;
}
.tophead-le-socs .socialmedia-dv {
    border: none;
    width: 20px;
    height: 20px;
}
.tophead-le-socs .socialshare .socialmedia a {
    background-color: var(--black);
    transition: all .2s;
    width: 16px;
    height: 16px;
}
.tophead-ri--kentro {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tophead-ri--kentro::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/kentro-lipsewn-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 15px;
}
.header-rig--lipseis-li::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/04/download.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 18px;
}
.tophead-ri-lang {
    display: flex;
    height: 50px;
    align-items: center;
    border-left: solid 1px var(--hr-gray);
    padding-left: 20px;
    gap:10px;
}
.tophead-ri-lang::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/language-selector.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 16px;
}
.tophead .footer-ins-col-socs-ri-socs a{
    font-size:16px;
}
.footer-ins-col-socs-ri-socs--x {
    position: relative;
    top:2px;
}

/****************MENU****************/
body > header .menu-main-container {
    height: 100%;
    padding: 0;
}
body > header .menu-main-container ul.sub-menu {
    left: 0;
    min-width: 220px;
    transform: translate(0%);
    top: 100%;
}
#menu-menu .menu-item,
#menu-menu-en .menu-item{
    border-left: solid 1px var(--hr-darker-gray);
    padding: 0 var(--gutter);
}
.primary-menu .menu-item-has-children a span, .primary-menu .menu-item-object-custom a span {
    color:var(--gray);
    font-size:13px;
    font-weight:500;
}
.primary-menu .menu-item-object-page a span {
    color:var(--gray);
    font-size:13px;
    font-weight: 500;
    /* text-transform: uppercase; */
}
body > header .primary-menu > ul > li.menu-item-has-children::after, body > header .primary-menu > ul > li.sub-menu-custom::after, body > header .primary-menu > ul > li.sub-menu-full::after {
    background-image: url(/wp-content/uploads/2025/07/menu-arrow-new.svg);
    width: 23px;
    height: 100%;
    right: 0;
    top: -1px;
}

body > header .menu-main-container > ul.menu li > ul.sub-menu > li {
    background-color: var(--black);
}
body > header .menu-main-container > ul.menu li > ul.sub-menu > li:hover {
    background-color: var(--hr-darker-gray);
}
#menu-menu .menu-item li,
#menu-menu-en .menu-item li  {
    padding:10px var(--gutter);
    border-bottom: solid 1px var(--hr-darker-gray);
}
#menu-menu .menu-item li a span,
#menu-menu-en .menu-item li a span{
    font-weight:400;
    font-size: 14.5px;
} 

#menu-menu ul.sub-menu li a,
#menu-menu-en ul.sub-menu li a {
    display:block;
    width: 100%;
    height: 100%;
    padding: 3px 5px;
    line-height:1.15;
}
ul.sub-menu li {
    position: relative;
}


/**************MEGA MENU*************
body > header .menu-main-container > ul.menu > li.sub-menu-full > ul.sub-menu {
    top: calc(var(--header-height) + 50px);
}*/
body.scrolled > header .menu-main-container > ul.menu > li.sub-menu-full > ul.sub-menu { top: calc(var(--header-height) - 20px);}

ul.sub-menu-full {
    background-color: var(--header-bg, #eee) !important;
    color: var(--gray);
    /* padding: 40px var(--gutter); */
}
.megalo-menu-row:not(:last-child) {
    margin-bottom: 40px;
}
.megalo-menu-row-cols {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
}
.megalo-menu-row-cols-ins {
    width: 290px;
    max-width: 100%;
    transition: all .3s;
    background-color: var(--black);
    border:solid 1px var(--black);
}
.megalo-menu-row-cols-ins:hover {
    border:solid 1px var(--hr-gray);
}
.megalo-menu-row-caps {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.megalo-menu-row-cols-ins a{
    display: flex;
    align-items:center;
    gap:20px;
    color: var(--gray);
    font-size:14.5px;
}
.megalo-menu-row-cols-txt {
    padding-right: var(--gutter);
    font-size: 14.5px;
    line-height: 1.3;
}
.megalo-menu-row-cols-ico {
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
}
.megalo-menu-row-cols-ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




/**************HOME PAGE*************/
.paragwgi-row.ypersygxroni-row {
    gap:0;
    position: relative;
    padding:0;
}
.paragwgi-row.home-row1 {
    padding: clamp(50px, 5.5vw, 100px) 0;
    gap: clamp(30px, 4vw, 50px);
}
.home-stats-row {
    background-image: url(/wp-content/uploads/2025/04/ofeli-bg.webp);
    background-color:var(--black);
    background-repeat: no-repeat;
    background-size: cover;
    color:var(--gray);
    padding:50px 0;
}
.paragwgi-row.home-stats-row {
    padding: clamp(60px, 5vw, 100px) 0;
}
.home-row-ins-bot {
    margin-left: calc((var(--grid) * 5) + (var(--gutter) * 5));
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
}
.stoixeia-arithmwn-home {
    margin-left: calc((var(--grid) * 6) + (var(--gutter) * 7));
}
.ypersygxroni-row-ins {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap: var(--gutter);
}
.ypersygxroni-row-ins-image {
    display:flex;
    align-self: end;
}
.ypersygxroni-row-ins-logia {
    display: flex;
    flex-direction: column;
    gap:var(--gutter);
}
.keimeno-paragwgis-title {
    font-size: 32px;
    font-weight: 600;
}
.ypersygxroni-row-ins-bot {
    margin-left: calc((var(--grid) * 5) + (var(--gutter) * 4));
}
.row-3.home-row-why {
    background-image: none;
    padding:0;
}
.row-3-head.row-3-head-why {
    color:var(--black);
}

#why-choose-splide .splide__arrow svg {
    display: none;
}
#why-choose-splide .splide__arrow--next {
    right: calc((var(--grid) + (var(--gutter) * 2)));
    background-image: url(/wp-content/uploads/2025/07/white-arrow-next-new.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#why-choose-splide .splide__arrow--prev {
    left: inherit;
    right: calc((var(--grid) + (var(--gutter) * 2)) + 60px);
    background-image: url(/wp-content/uploads/2025/07/white-arrow-prev-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-right: solid 1px var(--hr-darker-gray);
}
#why-choose-splide .splide__arrow {
    top: -50px;
    width: 60px;
    height: 60px;
    background-color: var(--black);
    border-radius: 0;
    opacity: 1;
}
#why-choose-splide .splide__arrow--prev:hover, #why-choose-splide .splide__arrow--next:hover {
    opacity: .88;
}
.titlos-arithmwn.titlos-arithmwn-big{
    font-size:clamp(30px, 3vw, 44px);
}


/*************COMPANY PROFILE***********/
.company-row-1 {
    margin-top: var(--gutter);
}
.row-3-trio-col-caps.timeline-caps {
    font-size:clamp(25px, 4vw, 40px);
    line-height: 1.1;
    padding: var(--gutter);
    margin-bottom: 0;
}
.row-3-trio-col-hr.timeline-hr {
    margin-bottom: 0;
}
.row-3-trio-col-txt.timeline-txt {
    padding: var(--gutter);
}
.timeline-row-bg {
    background-image: url(/wp-content/uploads/2025/05/mak-bg-logo.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 90%;
}
.timeline-row {
    align-self: center;
}
.timeline-butt {
    padding: 0;
}
.timeline-butt-a::after {
    background-color: var(--black) !important;
    background-image: url(/wp-content/uploads/2025/07/white-arrow-new.svg) !important;
    border-left: solid 1px var(--hr-darker-gray) !important;
}
#timeline-splide .splide__arrow {
    top: -50px;
    width: 60px;
    height: 60px;
    background-color: var(--black);
    border-radius: 0;
    opacity: 1;
}
#timeline-splide .splide__arrow svg {
    display: none;
}
#timeline-splide .splide__arrow--next {
    right: calc((var(--grid) + (var(--gutter) * 2)));
    background-image: url(/wp-content/uploads/2025/07/white-arrow-next-new.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#timeline-splide .splide__arrow--prev {
    left: inherit;
    right: calc((var(--grid) + (var(--gutter) * 2)) + 60px);
    background-image: url(/wp-content/uploads/2025/07/white-arrow-prev-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-right: solid 1px var(--hr-darker-gray);
}
.keimeno-paragwgis-bullets {
    border-top: solid 1px var(--hr-gray);
    padding-top: 30px;
}
.keimeno-paragwgis-bullets ul {
    /* display: flex;
    flex-wrap: wrap; */
    column-count: 3;
    column-gap: 2em;
    margin: 0;
    padding-left: 1.2em;
}
.keimeno-paragwgis-bullets ul li {
    flex: 0 0 50%; /* Makes it take 50% width, no growing */
    box-sizing: border-box;
    padding-left: 5px;
    position: relative;
    margin-bottom: 0.2em;
}

.keimeno-paragwgis-bullets ul li::before {
    position: absolute;
    left: 0;
    color: #000;
    font-size: 1em;
    line-height: 1.2;
}
.why-choose-grid-company {
    justify-content: flex-start;
    gap:var(--gutter);
}
.row-3-trio-col-comp {
    width: calc(33.3% - 13px) !important;
}



 /***********CATEGORY PAGES**********/
 .category-h1 {
    font-size:clamp(25px, 4vw, 40px);
    line-height: 1.1;
    margin-bottom:20px;
    text-transform:uppercase;
 }
 .product-title-h1 {
    font-size:40px;
    line-height: 1.1;
    margin-bottom: 20px;
 }
 .row-1 {
    align-items: flex-start;
 }
 .row-1-ins-left {
    position:relative;
}
 .row-1-ins-right {
    margin-left: calc(var(--grid) + var(--gutter) * 2);
    margin-top: clamp(30px, 5vw, 50px);
}
.row-1-ins-right > * + * {
  margin-bottom: 30px;
}
.row-1-ins-right > p + p  {
  margin-bottom: 0;
}
.row-1-ins-right > *:not(p) + p {
  margin-bottom: 0;
}


 .row-1-ins-right--butss {
    border-top: solid 1px var(--hr-gray);
    padding-top: 20px;
    gap: 20px;
    display: flex;
    flex-wrap:wrap;
}
.btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--black);
    color: var(--gray);
    text-decoration: underline;
    transition: background 0.3s ease;
    text-transform: uppercase;
    font-size: 14.5px;
    height: 60px;
    padding: 0 20px 0 5px;
    font-weight:600;
  }
.btn::before {
    border-right: 1px solid var(--hr-darker-gray);
    width: 55px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn:hover {
    text-decoration: underline;
}
.btn--brochure::before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/download.svg);
    background-size: 22px 22px;

    /* This creates space between icon and red border */
    padding-right: 40px;

    /* This creates space between border and text */
    margin-right: 10px;
  }
.btn--askus::before {
    content: '';
    display: inline-block;
    background-image: url(/wp-content/uploads/2025/04/Ask-us.svg);
    background-size: 22px 22px;

    /* This creates space between icon and red border */
    padding-right: 40px;

    /* This creates space between border and text */
    margin-right: 10px;
}

.contact-form-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}
.contact-form-wrapper.active {
    max-height: 1000px; /* should be more than your form height */
    opacity: 1;
}

.category-slid .splide__arrow {
    opacity:1 !important;
    border:solid 1px var(--hr-gray);
}
.category-slid .splide__arrow--next {
    top: inherit;
    bottom: 6px !important;
    width: 68px !important;
    height: 68px !important;
    border-radius: 0 !important;
    right: 0 !important;
    background-color: var(--body-bg) !important;
    background-image:url(/wp-content/uploads/2025/07/black-arrow-next-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:10px;
    height:20px;
}
.category-slid .splide__arrow--prev {
    top: inherit;
    bottom: 6px !important;
    width: 68px !important;
    height: 68px !important;
    border-radius: 0 !important;
    right: 68px !important;
    background-color: var(--body-bg) !important;
    left: inherit !important;
    background-image:url(/wp-content/uploads/2025/07/black-arrow-prev-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    width:10px;
    height:20px;
}
.category-slid .splide__arrow svg{
    display:none;
}
.splide__slide img {
    object-fit: cover;
}
.slider-image-zoomin {
    background-color: var(--body-bg) !important;
    background-image: url(/wp-content/uploads/2025/04/zoom-in.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: solid 1px var(--hr-gray);
    width: 68px;
    height: 68px;
    position: absolute;
    transition: none;
    right: 136px;
    pointer-events: none;
    bottom: 40px;
    z-index:99;
}

#hero .fetcher-sin-tit {
    color: var(--black);
    position: relative;
    bottom: 40px;
    left: 0;
    pointer-events: none;
    font-weight: bold;
    padding: 0 10px;
    background: var(--black);
    color: var(--gray);
    height: 68px;
    display: flex
;
    align-items: center;
}
#hero .splide__slide {
    width: 100%;
    aspect-ratio: 4/3;
}
#full-width-slider .fetcher-sin-img {
    padding-bottom:40px;
}
#full-width-slider .fetcher-sin-tit {
    color: var(--black);
    position: absolute;
    bottom: 10px;
    left: 10px;
    pointer-events: none;
    font-weight:600;
}
#related-projs .fetcher-sin-tit {
    color: var(--black);
    position: relative;
    bottom: 100px;
    left: -1px;
    pointer-events: none;
    font-weight: 600;
    background: var(--gray);
    width: 100%;
    display: inline-block;
    padding: 40px 20px;
    max-width: 400px;
}
#related-projs .fetcher-sin-tit a {
    color:var(--black);
    font-size:20px;
    position: relative;
    bottom: 15px;
    font-weight: 600;
}
.post-location {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--black);
    font-weight:600;
    font-size:14.5px;
}

#related-projs .fetcher-sin-img {
    aspect-ratio: 16 / 9;
}
#related-projs .splide__arrow {
    top: -50px;
    width: 60px;
    height: 60px;
    background-color: var(--black);
    border-radius: 0;
    opacity: 1;
}
#related-projs .splide__arrow--prev {
    left: inherit;
    right: 60px;
    background-image: url(/wp-content/uploads/2025/07/white-arrow-prev-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-right: solid 1px var(--hr-darker-gray);
}
#related-projs .splide__arrow--next {
    right: 0;
    background-image: url(/wp-content/uploads/2025/07/white-arrow-next-new.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#related-projs .splide__arrow svg {
    display:none;
}
#related-projs .splide__arrow--prev:hover, #related-projs .splide__arrow--next:hover {
    opacity: .88;
}



/************** 2026*************/
@media (max-width: 600px) {
    /* 1. Tell the slide to naturally stack its contents from top to bottom */
    #hero .splide__slide {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: auto !important; /* Ensures the slide grows to fit your layout */
    }

    /* 2. Stop the image container from squishing or cropping */
    #hero .fetcher-sin-img {
        flex: none; 
    }

    /* 3. Free the title from strict positioning */
    #hero .fetcher-sin-tit {
        position: static; /* Removes relative/absolute positioning */
        box-sizing: border-box;
        width: 100%;
        padding-right: 20px; /* Safe mobile padding */
        
        /* 💥 USE MARGIN TO PUT IT WHEREVER YOU WANT! 💥 */
        margin-top: 0; /* This safely pushes it exactly 100px below the image */
    }
    .category-slid .splide__arrow--prev {bottom: 34px !important;}
    .category-slid .splide__arrow--next {bottom: 34px !important;}
}
/************************/


.category-slid-wide .splide__slide img {
    aspect-ratio: 16/9;
}
.category-slid-wide .fetcher-sin-tit a {
    color: #000;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
}

.row-3 {
    background-image: url(/wp-content/uploads/2025/04/ofeli-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding:50px 0 60px;
}
.row-3-trio {
    display: flex;
    gap: var(--gutter);
}
.cat-h3-head {
    font-size:clamp(26px, 4vw, 40px);
    line-height: 1.1;
    margin-bottom:30px;
    color:var(--black);
}
.row-3-head {
    color:var(--gray);
}
.row-3-trio-col {
    background-color: var(--black);
    color: var(--gray) !important;
    border: solid 1px var(--hr-darker-gray);
    width:calc(33.3% - var(--gutter));
}
.row-3-trio-col-num {
    display:inline-block;
    padding-bottom: 20px;
    font-size:20px;
    font-weight:600;
    border-right: solid 1px var(--hr-darker-gray);
    padding:var(--gutter);
}
.row-3-trio-col-hr {
    width:100%;
    height:1px;
    background-color: var(--hr-darker-gray);
    margin-bottom: 50px;
}
.row-3-trio-col-caps {
    font-size:24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 20px;
    padding:0 var(--gutter);
}
.row-3-trio-col-txt {
    padding:0 var(--gutter) var(--gutter);
}

.row-5-ins {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
    margin-left: calc((var(--grid) * 3) + var(--gutter) * 3);
}
.row-5-ins-col {
    display: flex;
    background-color: var(--black);
    color: var(--gray);
    border: solid 1px var(--hr-gray);
    transition: all .3s;
}
.row-5-ins-col:hover {
    border: solid 1px var(--black);
}
.row-5-ins-col-ri, .row-5-ins-col-le {
    width:100%;
}
.row-5-ins-col-ri-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(5px, 6vw, 80px);
    padding: var(--gutter);
}
.row-5-ins-col-ri-top-head {
    font-size: 24px;
    font-weight: 600;
}
.row-5-ins-col-ri-top-num {
    font-size: 24px;
    font-weight: 400;
}

.row-5-ins-col-ri-mid {
    padding: var(--gutter);
}
.row-5-ins-col-ri-bot-let {
    border-top: solid 1px var(--hr-darker-gray);
    text-align: right;
    font-size:14.5px;
    font-weight:600;
    display:flex;
    align-items: center;
    justify-content: flex-end;
    color:var(--gray);
}
.row-5-ins-col-ri-bot-let:after {
    content:'';
    background-color:var(--body-bg);
    display:inline-block;
    width:60px;
    height:60px;
    background-image: url(/wp-content/uploads/2025/07/black-arrow-next-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left:15px;
}
a.full-clickable-tile:hover {
    color:var(--gray);
}

.hr-categories {
    margin-bottom:30px;
    width:100%;
    height:1px;
    background-color: var(--hr-darker-gray);
}

#ypokathgories .fetcher-sin-img {
    width: fit-content !important;
    height: inherit !important;
    aspect-ratio: 4 / 3 !important;
}
.term-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background-color:var(--black);
    color:var(--gray);
    padding:var(--gutter);
    min-height: 110px;
}
.term-title {
    font-size:clamp(16px, 3vw, 20px);
    line-height: 1.1;
    font-weight: 600;
    text-align: right;
}
.term-number {
    font-size:20px;
}
.fetcher-hook-but {
    background-color: var(--black);
    color:var(--gray);
}
.fetcher-hook-but::after {
    background-color: var(--black);
    background-image: url(/wp-content/uploads/2025/07/white-arrow-new.svg);
    border-left: solid 1px var(--hr-darker-gray);
}
#ypokathgories .fetcher-sin-tit {
    display: none;
}
#ypokathgories .fetcher-sin-img {
    overflow: hidden;
}
#ypokathgories .splide__slide img {
    scale: 1;
    transition: all 1s;
}
#ypokathgories .splide__slide img:hover {
    scale: 1.12;
}


/************CATEGORY LVL 2 *************/
.row-1-ins-right-chars {
    border-top: 1px solid var(--hr-gray);
    padding-top: 20px;
}
.accordion-toggle {
    background-color: var(--black);
    color: var(--gray);
    padding: 0 20px;
    cursor: pointer;
    font-size: 15px;
    border: none;
    width: 100%;
    text-align: left;
    transition: background 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 60px;
    border: solid 1px var(--hr-darker-gray);

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-toggle:hover {
    background-color: var(--hr-darker-gray);
}
.accordion-content {
    background-color: var(--black);
    color: var(--gray);
    max-height: 0;
    overflow-y: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    padding: 0 var(--gutter);
    visibility: hidden;
}
.accordion-content.open {
    max-height: 300px; /* fixed height */
    overflow-y: auto;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    padding: 15px 20px;
}
/* Wrapper has the border and holds the rotating arrow inside */
.accordion-icon-wrapper {
    display: flex;
    align-items: center;
    height: 60px;
    border-left: solid 1px var(--hr-darker-gray); /* stays static */
    padding-left: 20px;
    margin-left: 10px;
}

/* Arrow rotates */
.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/04/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

/* Rotate only the arrow on open */
.accordion-toggle.open .accordion-icon {
    transform: rotate(0deg);
}




.accordion-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.5;
    color:var(--gray);
}
.accordion-content th,
.accordion-content td {
    border: 1px solid var(--hr-darker-gray);
    padding: 15px 15px;
    text-align: left;
    vertical-align: middle;
}




/**************PRODUCT PAGE*************/
.row-3d {
    justify-content: space-between;
}
.row-3d-ins-right {
    margin-top: clamp(30px, 5vw, 50px);
    gap: 30px;
}
.h2-3d-title {
    font-size:40px;
    line-height: 1.1;
}
.hr-products {
    margin-bottom:50px;
    width:100%;
    height:1px;
    background-color: var(--hr-darker-gray);
}
.icon-3d {
    margin-bottom: -20px;
}


/******************FOOTER*****************/
.pre-footer {
    width:100%;
    background-image: url(/wp-content/uploads/2025/04/ofeli-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.pre-footer-ins {
    margin: 0 auto;
}

footer {
    background-color:var(--black);
    color:var(--gray);
}
footer a{
    color:var(--gray);
}
.footer-ins {
    align-items: flex-start;
}

.footer-ins-col-img {
    padding:30px 0;
}
.footer-ins-col-max {
    max-width: 360px;
    border-left: solid 1px var(--hr-darker-gray);
    padding-left: var(--gutter);
    min-height: 420px;
    padding:30px 0 30px var(--gutter);
}
.footer-ins-col-caps {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}
.footer-ins-col--stoix:not(:last-child) {
    border-bottom: solid 1px var(--hr-darker-gray);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.footer-ins-col-tel, .footer-ins-col-mail, .footer-ins-col-socs  {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-ins-col-socs-ri {
    display:flex;
    gap:15px;
}
.footer-ins-col-socs-ri-socs a {
    font-family:fontawesome;
}
.footer-ins-col-socs-ri-socs--xgray {
    position: relative;
    top:2px;
}
.copyrights {
    background-color: var(--black);
    color: var(--gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top:solid 1px var(--hr-darker-gray);
    padding:var(--gutter);
    flex-wrap: wrap;
    gap: var(--gutter);
}
.copyrights a{
    color:var(--gray);
    text-decoration: underline;
}
.copyrights-le, .copyrights-ri {
    display: flex;
    gap: 20px;
}
.copyrights-le-txt, .copyrights-le-txt a {
    font-size: 14.5px;
}


.footer-ins-col-prods-ins:not(:last-child) {
    margin-bottom:10px;
}
.footer-ins-col-prods-ins a {
    font-size:18px;
}


/************CONTACT FORM ON PRODUCTS*********/
.forma {
    margin: 0 auto;
    padding-bottom: 20px;
}
.forma-row-dual {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.forma-row-dual-col {
    width: 49%;
}
.wpcf7-form input[type="text"], input[type="email"], input[type="tel"], textarea {
    padding: 20px 14px;
    border: none;
    border-bottom:solid 2px var(--black);
    width: 100%;
    transition: all .25s;
    font-family:var(--font-roboto);
    background-color: #E9E9E9;
    font-weight:500;
}
.forma-row-single {
    margin-bottom: 20px;
}
.oroi-sub {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.oroi-sub-col {
    text-align: left;
}
input[type="submit"] {
    color: var(--gray);
    background-color: var(--black);
    padding: 12px 60px 12px 20px;
    transition: all .3s;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    font-size: 14.5px;
    display: flex;

    font-family: var(--font-roboto);
    text-decoration: underline;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2025/07/white-arrow-new.svg);
    background-repeat: no-repeat;
    background-position: 90%;
    display: inline-block;
    height: 60px;
    width: auto;
}

input[type="checkbox" i] {
    width: 24px;
    height: 24px;
    position: relative;
    top: 3px;
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7-spinner {
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 20px 12px;
}


/**************CONTACT PAGE**************/
.contact-row1 {
    padding:60px 0 30px;
}
.contact-row2-caps {
    font-size:26px;
    line-height: 1.1;
    margin-bottom: 40px;
}
.map-row {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
}
.map-row-ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.map-row-ins-col:last-child {
    background-color:var(--black);
}
.map-row-ins-col {
    width:50%;
}
.map-row-ins-col-max {
    min-height: 440px;
    color: var(--gray);
    max-width: 100%;
    padding: 30px var(--gutter);
}
.map-row-ins-col-max a{
    color: var(--gray);
}
.hr-generic {
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: var(--hr-gray);
}


/***********KENTRO LIPSEWN************/
.kentro-rows-tits {
    font-size: clamp(20px, 4vw, 24px);
    color:var(--black);
    line-height: 1.1;
}
.kentro-lipsewn--butss {
    border-top:none;
}
.kentro-lipsewn--butss a {
    border-radius: 5px;
}
.kentro-rows {
    border-top: solid 1px var(--black);
    padding-top: 25px;
    margin-bottom: 40px;
}
#main-container .kentro-rows:last-of-type  {
    margin-bottom: clamp(50px, 5.5vw, 100px);
}
.brochure-txt {
    margin-top:20px;
} 
  


/***************PROJECT CATS**************/
.project-row1 {
    padding:60px 0;
}


/*******************PARAGWGI***************/
.video-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: var(--gutter) 0 0;
}
.paragwgi-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: clamp(30px, 3vw, 50px) 0;
}
.titlos-paragwgis {
    font-size:clamp(30px, 3vw, 44px);
}
.titlos-arithmwn {
    font-size:clamp(26px, 3vw, 32px);
}
.stoixeio-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    border-bottom: solid 1px var(--hr-gray);
    padding-bottom: var(--gutter);
    padding-top: var(--gutter);
    font-weight: 600;
}
.statistika-stoixeia {
    font-size: clamp(26px, 3vw, 50px);
    width: calc(40% - 5px);
}
.keimeno-statistikwn {
    font-size:20px;
    width: calc(40% - 5px);
}
.katartismenoi-texnikoi-block, .melos-omadas-block, .pistopoihseis-paragwgi-block {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
}
.katartismenoi-texnikoi, .melos-omadas {
    font-size:clamp(26px, 3vw, 32px);
    font-weight:600;
}
.katartismenoi-texnikoi-image img {
    max-width: 100%;
}
.pistopoihseis-paragwgi {
    font-size:clamp(26px, 3vw, 32px);
    font-weight:600;
}
.logotypa-paragwgi-block {
    display: flex;
    flex-wrap:wrap;
    gap:50px;
}
.logotypo-name {
    font-weight: 600;
    text-align: right;
}
.logotypo-name a{
    color:var(--black);
}
.logotypo-entry {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hr-generic-top-margin {
    width: 100%;
    height: 1px;
    background-color: var(--hr-gray);
}
.btn--arrowright {
    padding: 0 0 0 20px;
}
.btn--arrowright::after {
        content: ""; /* REQUIRED for pseudo-elements to render */
        display: inline-block; /* or block depending on layout */
        width: 60px; /* adjust size as needed */
        height: 60px; /* adjust size as needed */
        background-color: var(--black);
        background-image: url(/wp-content/uploads/2025/07/white-arrow-new.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size:20px 20px;
        margin-left: 15px;
        vertical-align: middle; /* alignment tweak */
        border-left:solid 1px var(--hr-darker-gray);
}


.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.video-paragwgi {
    width: 100%;
    height: auto;
    display: block;
}
.video-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    font-size: 1rem;
    z-index: 10;
}
.video-btn a:hover {
    color:var(--hr-darker-gray);
}
.btn--video {
    padding: 0 0 0 40px;
    height: 100px;
    background-color: var(--gray);
    color:var(--black);
    border:solid 1px var(--hr-gray);
    font-size: 16px;
}
.btn--video::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(/wp-content/uploads/2025/04/video-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:22px 28px;
    margin-left: 50px;
    vertical-align: middle;
    border-left:solid 1px var(--hr-gray);
}


/**************POSTS PAGE****************/
.generic-row {
    padding: 60px 0 0;
}
.posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.post-card {
    flex: 1 1 calc(50% - 10px);
    box-sizing: border-box;
    background: #f9f9f9;
    border: 1px solid #ddd;
    overflow:hidden;
}

.post-thumb img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .75s;
}
.post-thumb img:hover {
    transform: scale(1.03);
    overflow: hidden;
    transition: all .75s;
}
.post-infos {
    background-color: var(--black);
    padding: 10px 0 var(--gutter);
    position: relative;
}
.post-date {
    padding:0 var(--gutter) 10px;
    font-size: 16px;
    line-height: 160%;
    color: var(--gray);
    border-bottom: solid 1px var(--hr-darker-gray);
}

.post-title {
    padding:10px var(--gutter) 0;
    margin: 0.5rem 0;
    font-size: 20px;
    font-weight: 600;
}
.post-title a{
    color: var(--gray);
    font-size: 20px;
    text-decoration-line: underline;
}

.post-category {
    padding:0 var(--gutter);
    font-size: 16px;
    font-weight: 600;
    color: var(--gray);
    margin-bottom: 10px;
}
.pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top:50px;
}
.page-numbers.current {
    border: solid 1px var(--hr-darker-gray);
    padding: 5px 15px;
    background: var(--black);
    color: var(--gray);
}
a.page-numbers {
    color: var(--black);
}
.custom-pagi-arrow{
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-pagi-arrow img{
    border: solid 1px var(--hr-gray);
    padding: 10px 15px;
}
.post-filters {
    margin-bottom: var(--gutter);
}

/***************SINGLE POSTS**************/
.single-post-article {
    margin-bottom: clamp(30px, 10vh, 50px);
}
.post-thumb-single img {
    width: 100%;
    height: auto;
    display: block;
}
.single-infos {
    background-color: var(--black);
    padding: 10px 0 var(--gutter);
    color: var(--gray);
}
.post-title--single {
    font-size:clamp(26px, 3vw, 40px);
}
.post-categories .category{
    font-size:20px;
}
.single-apories {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-image: url(/wp-content/uploads/2025/04/ofeli-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 40px;
    color: var(--gray);
}
.single-apories-title {
    font-size:clamp(26px, 3vw, 40px);
    font-weight:600;
}
.generic-butt-single {
    border-top:none;
}
.generic-butt-single .btn {
    border-radius: 5px;
    border:solid 1px var(--hr-darker-gray);
}
.single-apories-txt {
    line-height: 160%;
}
.single-content {
    display: flex;
    flex-direction: column;
    gap:30px;
}
.acf-post-image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.acf-post-image-gallery a {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
    display: block;
}

.acf-post-image-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: all 0.5s ease;
}

.acf-post-image-gallery img:hover {
    filter: brightness(1.125);
}
.acf-keimeno-arthrou {
    border-bottom: solid 1px var(--hr-darker-gray);
    padding-bottom: 30px;
}

#related-posts .splide__arrow, #ypokathgories .splide__arrow {
    top: -50px;
    width: 60px;
    height: 60px;
    background-color: var(--black);
    border-radius: 0;
    opacity: 1;
}
#related-posts .splide__arrow--prev, #ypokathgories .splide__arrow--prev {
    left: inherit;
    background-image: url(/wp-content/uploads/2025/07/white-arrow-prev-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-right: solid 1px var(--hr-darker-gray);
}
#related-posts .splide__arrow--prev {
    right: calc(var(--grid) + (var(--gutter) + 60px));
}
#related-posts .splide__arrow--next {
    right: calc(var(--grid) + var(--gutter));
}
#ypokathgories .splide__arrow--prev { 
    right: 60px;
}
#ypokathgories .splide__arrow--next {
    right: 0;
}
#related-posts .splide__arrow--next, #ypokathgories .splide__arrow--next {
    background-image: url(/wp-content/uploads/2025/07/white-arrow-next-new.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#related-posts .splide__arrow svg, #related-posts .splide__arrow svg, #ypokathgories .splide__arrow svg   {
    display: none;
}
#related-posts .fetcher-sin-tit {
    position: relative;
    bottom: 0;
    left: 0;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    padding: 10px var(--gutter) 0;
}
#related-posts .fetcher-sin-tit a {
    color: var(--gray);
    font-size: 20px;
    position: relative;
    font-weight: 600;
    text-decoration: underline;
}
#related-posts .fetcher-sin {
    height: 100%;
    background-color: var(--black);
    color: var(--gray);
    padding-bottom: var(--gutter);
}
.post-date-single {
    padding: 10px var(--gutter);
    border-bottom: solid 1px var(--hr-darker-gray);
    background-color: var(--black);
    position: relative;
}
.post-category-single {
    padding: 0 var(--gutter);
    font-weight:600;
    background-color: var(--black);
}


#related-projs .fetcher-sin-img:hover {
    filter: brightness(1.125);

}
.fetcher-sin-img, .fetcher-sin {
    transition: filter .5s;
}




/************PROJECTS TAXONOMY PAGE********/
.project-filters {
    border-top: solid 1px var(--hr-gray);
    padding-top: var(--gutter);
}
.project-filters ul {
    list-style-type: none;
    display: flex;
    flex-wrap:wrap;
    gap: 10px;
    padding-left:0 !important;
}
.btn-projects--arrowright{
    text-transform: none;
    font-weight: 400;
    border-radius:5px;
    border:solid 1px var(--hr-darker-gray);
    height: 42px;
    font-size:15px;
}
.btn-projects--arrowright::after {
    border-radius:0 5px 5px 0;
    width: 40px;
    height: 40px;
}
.projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: var(--gutter);
}
.projects-list a{
    position: relative;
}
.project-item {
    width: calc(50% - 10px);
    box-sizing: border-box;
    overflow:hidden;
}
.project-infos {
    position: absolute;
    bottom: 7px;
    left: 0;
    min-width: 400px;
    background: var(--gray);
    padding: 20px;
}
.project-thumb img {
    width: 100%;
    height: auto;
    overflow:hidden;
    transition: all .5s;
}
.project-title {
    max-width: 400px;
    color: var(--black);
    font-weight: 600;
    font-size: 20px;
}
.project-location {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}
.project-thumb img:hover {
    filter: brightness(1.125);
    overflow: hidden;
}


/*************PROJECTS SINGLE**************/
.project-single-infos {
    background-color: var(--black);
    padding: 30px;
    color: var(--gray);
}
.project-single-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 600;
    padding-bottom: var(--gutter);
}
.project-meta, .project-relations {
    border-bottom: solid 1px var(--hr-darker-gray);
    padding-bottom: 30px;
    margin-bottom: 30px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.project-poli {
    display: flex;
    align-items: center;
    gap: 10px;
}
.project-catego {
    display: flex;
    gap:10px;
    align-items: center;
}
ul.project-categories {
    display: flex;
    gap:5px;
    list-style-type: none;
    font-weight:600;
}
ul.project-categories a{
    color:var(--gray);
    text-decoration: underline;
    line-height: 1.1;
}
.project-categories li{
    line-height: 1.1;
}
.project-relations-caps, .project-share-caps {
    font-size: 20px;
    font-weight: 600;
}
.project-relations-caps {
    margin-bottom: 15px;
}
.project-share {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    gap:10px;
}
.socialshare {
    display: block;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    border-top: none;
}
.socialshare p {
    display: none;
}
.socialshare .socialmedia a {
    background-color: var(--gray);
    transition: all .2s;
    width:18px;
    height:18px;
}
.socialshare .socialmedia a:hover {
    background-color: var(--hr-darker-gray);
}
.socialshare .socialmedia a:last-child {
    margin: 0;
}
.socialmedia {
    display:flex;
    gap:10px;
}
.socialmedia-dv {
    border: solid 1px var(--hr-darker-gray);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.used-products {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


/****************404 ERROR****************/
.erroraki {
    text-align: center;
}
.erroraki h1{
    font-size:clamp(32px, 5vw, 55px);
}
.erroraki p{
    font-size:clamp(22px, 3vw, 32px);
}

/**************SEARCH MENU LABEL**********/
body > header .header-wrapper {
    border-bottom: none;
}
.search-results .tabs-nav {
    gap: 15px;
    margin-bottom: clamp(30px, 5vw, 50px);
}
form.is-search-form {
    width: 12vw;
    position: relative;
    border-left: solid 1px var(--hr-darker-gray);
}
.header-rig {
    align-items: center;
    gap: 20px;
    padding-right: var(--gutter);
}
.is-form-style input.is-search-input {
    font-family: var(--font-roboto);
    height:100%;
    transition: all .5s;
    font-weight: 600;
}
body.scrolled > header .header-wrapper .is-form-style input.is-search-input{
    height: var(--header-height-scroll);
}
.is-form-style button.is-search-submit {
    height: 100%;
    transition: all .5s;
}
body.scrolled > header .header-wrapper .is-form-style button.is-search-submit{
    height: var(--header-height-scroll);
}
.is-form-style input.is-search-submit, .is-search-icon {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
body.scrolled > header .header-wrapper .is-form-style input.is-search-submit, .is-search-icon{
    height: var(--header-height-scroll);
}
.search-results .tabs-stage{
    text-align: center;
}
.search-results .search-title span {
    background-color: transparent;
    font-size:44px;
}
.search-results-inner a {
    font-size: 24px;
    color: var(--black);
    text-decoration: underline;
    font-weight: 600;
}
.search-results .tabs-nav li a {
    color: var(--black);
    padding: 10px 25px;
    border-radius: 5px;
    border:solid 2px var(--black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s;
}
.search-results .tabs-nav li a:hover {
    background-color: var(--black);
    color:#fff;
}
.search-results .tabs-nav li.tab-active a {
    border-color: var(--black);
    background-color: var(--black);
    color: #fff;
}
.is-search-icon svg {
    width: 28px;
}
.header-rig--cont {
    border-left: solid 1px var(--hr-darker-gray);
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: var(--gutter);
}
.header-rig--cont-lin::before {
    content: '';
    background-image: url(/wp-content/uploads/2025/04/Ask-us.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 20px;
}
.header-rig--cont-lin{
    font-size:14.5px;
    color:var(--gray);
    display:flex;
    align-items: center;
    gap:10px;
    font-weight: 600;
}
.search-results .tabs-wrapper {
    flex-direction: column;
}
.header-rig--lipseis-li {
    font-size: 13px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}

/****ajax pro***/
.asp_w_container_1 {
    height: 100%;
    display: flex;
    align-items: center;
    border-left: solid 1px var(--hr-darker-gray);
}
#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    text-transform: uppercase;
    font-weight: 500;
}

.proinput input.orig::placeholder {
  color: #fff !important;
  font-weight:500;
}




/****************RESPONSIVE MENU - MOBILE MENU**********/
/****************2026*******************/

/* 2. Add the border to ALL sub-menu items (This hits Level-1) */
.responsive-menu-wrap .sub-menu > li {
    border-bottom: 1px solid var(--hr-darker-gray, lightgray) !important;
}

/* 2. Remove the border from Level-2 (and deeper) sub-categories */
.responsive-menu-wrap .sub-menu .sub-menu > li {
    border-bottom: none !important;
}

/* 3. Remove the border from the very last Level-1 item so it doesn't leave an extra line at the bottom */
.responsive-menu-wrap .sub-menu > li:last-child {
    border-bottom: none !important;
}



/* Hide by default using height, not display */
.responsive-menu-wrap {
    flex-direction: column;
    position: fixed; /* <--- CHANGE THIS FROM absolute TO fixed */
    top: var(--header-height);
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    
    max-height: 0;
    /* We add a secondary max-height rule to the open state below to ensure it doesn't overflow the screen */
    overflow-y: auto; /* <--- Optional but recommended: Change to auto so users can scroll inside the menu if it's taller than their screen */
    transition: max-height .4s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.responsive-menu-wrap.open {
    opacity: 1;
    pointer-events: auto;
    /* Optional but recommended: This ensures the menu fits perfectly between the header and the bottom of the screen */
    max-height: calc(100vh - var(--header-height)); 
}

body.scrolled .responsive-menu-wrap {
  top: var(--header-height-scroll);
}

body.scrolled .responsive-menu-wrap.open {
  /* Updates the max-height when the header shrinks on scroll */
  max-height: calc(100vh - var(--header-height-scroll)); 
}


/* Show when checkbox is checked */
#mobile-menu:checked ~ .responsive-menu-wrap {
    /* Limit height to the screen size minus your header */
    max-height: calc(100vh - var(--header-height)); 
    
    /* Enable internal scrolling for the menu */
    overflow-y: auto; 
    
    /* Keep your existing styles */
    opacity: 1;
    pointer-events: auto;
    background-color: var(--black);
    color: var(--gray);
    
    /* Add a safety buffer so the bottom isn't cut off by Safari/Chrome mobile bars */
    padding-bottom: 60px; 
}


/* .mobile-menu {
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('/path-to-your-hamburger-icon.svg') no-repeat center;
    background-size: contain;
} */
.submenu-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.responsive-menu,
.responsive-menu ul,
.responsive-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.responsive-menu a,
.responsive-menu ul a,
.responsive-menu li a{
    color:var(--gray);
    font-size:14.5px;
    font-weight: 500;
    text-transform: uppercase;
}

.responsive-menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.submenu-toggle img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    pointer-events: none;
}
.close-menu-button {
    font-size: 14.5px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    cursor: pointer;
    padding: 20px;
    color: var(--gray);
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
    font-weight:400;
    border-bottom: solid 1px var(--hr-darker-gray);
    background-color: var(--black);
}

.close-menu-button:hover {
    color: var(--hr-darker-gray);
}
.responsive-menu > li {
    border-bottom: solid 1px var(--hr-darker-gray);
    background-color: var(--black);
}
.responsive-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--gutter);
    min-height:65px;
}
.responsive-menu ul.sub-menu  {
    background-color: #1A1516;
}
.responsive-menu .sub-menu li{
    background-color: #1A1516;
    padding:10px var(--gutter);
}
.responsive-menu .sub-menu li:first-child{
    padding:20px var(--gutter) 10px;
}
.responsive-menu .sub-menu li:last-child{
    padding:10px var(--gutter) 20px;
}
.responsive-menu .sub-menu li a{
    text-decoration: underline;
    text-transform: none;
    font-weight:400;
}
.menu-label {
    color:var(--gray);
}





.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.menu-item-has-children > a .menu-text {
    flex: 1;
}

.submenu-arrow {
    transition: transform 0.3s ease;
    display: flex;
    border-left: solid 1px var(--hr-darker-gray);
    height: 100%;
    align-self: center;
    height: 65px;
    padding-left: 20px;
}

.submenu-arrow img {
    width: 18px;
    height: auto;
    transition: .3s;
}

/* Rotate arrow when submenu is open */
.submenu-arrow.open img {
    transform: rotate(180deg);
    transition: .3s;
}
.tophead-mobile {
    display: none;
}

ul.sub-menu > li.menu-item-has-children > a {
  /* Top-level menu link styles here */
  font-weight: bold;
  font-size: 15px;
}
.responsive-menu ul.sub-menu {
    overflow: auto !important;
}
ul.sub-menu > li.menu-item-has-children > a > .submenu-arrow {
    border-left:none;
    height:40px;
}




/* Show toggle below 1100px */
@media (max-width: 1100px) {
    .mobile-menu {display: flex !important;align-items: center;gap: 10px;}
    .header-rig nav.primary-menu {display: none;}
    .header-rig--cont {display: none;}
    
    #mobile-menu:checked ~ .responsive-menu-wrap {top: calc(var(--header-height) + 50px);}
    .scrolled #mobile-menu:checked ~ .responsive-menu-wrap {top: 60px;}
}



/*************PAGE PROIONTA***********/
.ypokathgories_proionta {
    gap:var(--gutter);
    box-sizing: border-box;
}
#ypokathgories.ypokathgories_proionta .fetcher-sin {
    box-sizing: border-box;
    flex: 0 0 calc(25% - (var(--gutter) * 0.75));
}
#ypokathgories.ypokathgories_proionta .fetcher-sin-img {
    position: relative;
    width: 100% !important;
}
#ypokathgories.ypokathgories_proionta .fetcher-sin-img img{
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    will-change: transform;
}
#ypokathgories .fetcher-sin-img img:hover {
    transform: scale(1.12);
}
#ypokathgories .fetcher-sin-img img {
    transform: scale(1);
    transition: all 1s;
}
.titlos-productis {
    font-size: clamp(22px, 3vw, 32px);
}



/****************RESPONSIVE***************/
@media (max-width: 1600px) {
.slider-image-zoomin {display:none;}
.home-stoixeia {flex-direction: column;gap: var(--gutter);}
}

@media (max-width: 1400px) {
.row-5-ins {margin-left: calc(var(--grid) + var(--gutter));}
.posts-wrapper {gap: 20px;}
.post-card {flex: 0 0 calc(50% - 10px);}
.home-row-ins {margin:inherit;margin-left: calc((var(--grid)) + (var(--gutter) * 1));}
.home-row-ins-bot {margin-left: calc((var(--grid) * 3) + (var(--gutter) * 3));}
.stoixeia-arithmwn-home {margin-left: calc((var(--grid) * 5) + (var(--gutter) * 6));}
/* #related-projs .splide__arrow--next {right: calc(var(--grid) + var(--gutter));}
#related-projs .splide__arrow--prev {right: calc(var(--grid) + (var(--gutter) + 60px));} */
.row-3-trio-col-comp {width: calc(50% - (var(--gutter)) / 2) !important;}
}

@media (max-width: 1100px) {
body:after {background-size: 20.8vw;background-position-x: -12.5vw;}
.row-1-ins-right, .row-1-ins-left {margin:0 auto;}
/* .footer-ins-col:first-child {display: none;} */
.footer-ins-col .footer-ins-col-max {border-left: none;}
.footer-ins-col:nth-of-type(2) .footer-ins-col-max {border-left: none;padding: 30px 0;}
.pre-footer-ins {margin: 0 0 0 var(--gutter);}
.pre-footer-ins img {width:100%;}
.home-row-ins {margin-left: 0;}
.home-row-ins-bot {margin-left: calc((var(--grid) * 2 ) + (var(--gutter) * 2));}
.home-stoixeia {margin-left: var(--gutter);}
.stoixeia-arithmwn-home {margin-left: calc((var(--grid) * 4) + (var(--gutter) * 5));}
.ypersygxroni-row-ins-logia {margin: 0;}
.ypersygxroni-row-ins-bot {position: absolute;top: 59%;right: calc(var(--grid) + (var(--gutter) * 2));}
#why-choose-splide .splide__arrow--next, #timeline-splide .splide__arrow--next {right:var(--gutter);}
#why-choose-splide .splide__arrow--prev, #timeline-splide .splide__arrow--prev {right:calc(var(--gutter) + 60px);}
#related-projs .splide__arrow--next {right:0;}
#related-projs .splide__arrow--prev {right: 60px;}
#related-posts .splide__arrow--prev, #ypokathgories .splide__arrow--prev {right: 60px;}
#related-posts .splide__arrow--next, #ypokathgories .splide__arrow--next {right:0;}
.tophead {background-color: var(--black);}
.tophead a, .tophead div {color: var(--gray);}
.tophead-ri-lang::before {background-image: url(/wp-content/uploads/2025/05/language-selector-gray.svg);}
.tophead-ri--kentro::before {background-image: url(/wp-content/uploads/2025/05/kentro-lipsewn-gray.svg);}
form.is-search-form {display: none;}
.responsive-menu-wrap form.is-search-form{display: block;width: 100%;border-left: none;}
.mobile-menu-search {border-bottom:solid 1px var(--hr-darker-gray);padding:10px 0;}
.asp_w_container_1 {border-left: none;}
.tophead-ri-lang {border-left: solid 1px var(--hr-darker-gray);}
#ypokathgories.ypokathgories_proionta .fetcher-sin {flex: 0 0 calc(33.333% - (var(--gutter) * 2 / 3)); /* 2 gaps / 3 items */}
.row-1 {gap: 30px;}
}

@media (max-width: 768px) {
body:after {background-size: 32vw;background-position-x: 2vw;}
.row-5-ins {margin-left: 0;}
.footer-ins-col .footer-ins-col-max {border-left: none;padding: 30px 0;}
.footer-ins-col:not(:last-child){border-bottom:solid 1px var(--gray);}
.row-5-ins-col-le{min-height:clamp(250px, 50vw, 300px);}
#related-projs .splide__arrow, #related-projs .splide__arrow{top: -45px;}
.map-row-ins-col {width: 100%;}
.keimeno-statistikwn {width:100%;}
.post-card {flex: 0 0 100%;margin-bottom: 0;}
.project-item {width: 100%;}
.project-infos {position: inherit;}
.ypersygxroni-row-ins-bot {display:none;}
.stoixeia-arithmwn-home {margin-left: calc((var(--grid) * 2) + (var(--gutter) * 3));}
.tophead {display:none;min-height: 65px;}
.tophead.tophead-mobile {display:flex;}
#ypokathgories.ypokathgories_proionta .fetcher-sin {flex: 0 0 calc(50% - (var(--gutter) / 2));}
.mobile-menu-search .asp_w_container {display:inherit;}
.asp_w_container {display:none;}

#mobile-menu:checked ~ .responsive-menu-wrap {top: calc(var(--header-height));}
.scrolled #mobile-menu:checked ~ .responsive-menu-wrap {top: 60px;}
}

@media (max-width: 600px) {
body > header a.logo img {max-width: 80%;}
.footer-ins-col-max {max-width: 100%;min-height: 100%;}
.row-5-ins-col-ri-top {flex-direction: column-reverse;}
#related-projs .splide__arrow, #related-projs .splide__arrow {top: -40px;}
.breads .breads-inn {padding: 0;}
#related-projs .splide__list {padding-bottom: 100px !important;}
#related-projs .post-location {position:relative;bottom: 80px;}
#related-projs .fetcher-sin-tit {bottom: 20px;background-color: transparent;max-width: 100%;}
.home-row-ins-bot {margin-left: 0;}
.stoixeia-arithmwn-home {margin-left: var(--gutter);}
.row-3-trio-col-comp {width: 100% !important;}
#why-choose-splide .splide__arrow--prev, #timeline-splide .splide__arrow--prev {display:none;}
#why-choose-splide .splide__arrow--next, #timeline-splide .splide__arrow--next {display:none;}
.tophead-le-socs{display:none;}
.tophead {justify-content: space-between;flex-wrap: wrap;}
.tophead-ri-lang {border-left: none;}
.tophead.tophead-mobile {flex-direction: column-reverse;row-gap: 20px;padding: var(--gutter);}
.tophead-ri-lang {height: auto;padding-left: 0;}
.tophead-le, .tophead-ri {gap: 30px;}
#ypokathgories.ypokathgories_proionta .fetcher-sin {flex:100%;}
.video-row{padding: 0;width: 100% !important;gap: 0;}
.video-btn{position: relative;}
.btn--video{padding: 0 0 0 20px;width: 100%;}
.btn--video::after {margin-left: auto;}
.keimeno-paragwgis-bullets ul {column-count: 2;}
#hero .fetcher-sin-tit {padding-right: 130px;}
#hero .splide__slide{height: -webkit-fill-available;}

}





/***************DROPDOWN MENU************************/
/* 1) Keep your existing positioning (only ensure absolute, no transforms) */
body > header .menu-main-container .sub-menu { position: absolute; }
body > header .menu-main-container > ul > li > .sub-menu { top: 100%; left: 0; }
body > header .menu-main-container .sub-menu .sub-menu { top: 0; left: 100%; }



/* 3) Remove the old centering that caused overlap */


body > header .menu-main-container > ul.menu > li.sub-menu-full > ul.sub-menu {
  width:100vw; position:fixed; top: calc(var(--header-height) + 50px);
}




/* The arrow itself */
body > header .menu-main-container
  > ul > li > ul.sub-menu
  > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: .5rem;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-color: var(--gray);

  /* mask = the SVG shape (right chevron) */
  -webkit-mask-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12">\
<path d="M1.3 0L0 1.3 5.4 6 0 10.7 1.3 12 8 6z" fill="black"/>\
</svg>');
  mask-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 12">\
<path d="M1.3 0L0 1.3 5.4 6 0 10.7 1.3 12 8 6z" fill="black"/>\
</svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}




