:root{
	--main-orage:#f58227;
	--main-gray:#58585a;
}

body .footer.full-width .grid-child.footer-main {
 max-width: 1320px;
}

.container-component > * + *{
	margin-top: 0;
}

.view-categories .container-component > * + *,
.view-category .container-component > * + *{
	margin-top: 50px !important;
	max-width: 1620px;
	margin: 0 auto;
}

.no-image{display:none;}


.homepage .container-top-a{
	max-width:1920px !important;
}


/* MENU EFFECT */

.mod-elmenu.el-hor-dropdown .el-main-list .list-item.parent:hover > .list-inner-wrapper > .list-inner {
  transform: scale(1) translateZ(0); /* Make it scale and come into view */
  transition: transform 0.3s ease, opacity 0.3s ease; /* Smooth transition */
}

.mod-elmenu.el-hor-dropdown .el-main-list .list-item.parent > .list-inner-wrapper > .list-inner {
  opacity: 0;
  transform: scale(0.9) translateZ(-100px); /* Initially hidden and in the background */
}


/* BUTTON */

a.btn{
	position: relative;
	z-index: 0;
	border: 1px solid var(--main-gray);
	border-radius: 0;
	color: #fff !important;
	background: transparent !important;
}

a.btn:hover{
	background: transparent !important;
	border: 1px solid var(--main-gray);
	color:#333 !important;
}

a.btn:before,
a.btn:after{
	content: "";
  position: absolute;
  width: 50.2%;
  background: var(--main-gray);
  height: 100%;
  top: 0;
  left: 0;
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1) !important;
  z-index: -1;
}
/*a.btn:after {content:"";position:absolute;left:0;background: #fff;width: 55%;transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);}*/

a.btn:after {left: unset;right: 0;}

a.btn:hover:before,
a.btn:hover:after {width: 0;}


/* light version  */
a.btn.light{
	color: #111 !important;
	background: var(--main-gray) !important;
	border: 1px solid #fff;
}

a.btn.light:hover{
	color:#fff !important;
	background: var(--main-gray) !important;
	border: 1px solid #fff;
}

a.btn.light:before,
a.btn.light:after{
  background: #fff;
}
/*.wdt-secondary-button .wdt-button-holder.wdt-template-filled a.wdt-button{border-color: var(--wdtSecondaryColor);}
.wdt-secondary-button .wdt-button-holder.wdt-template-filled a.wdt-button:before,
.wdt-secondary-button .wdt-button-holder.wdt-template-filled a.wdt-button:after {background: var(--wdtSecondaryColor);}*/


/* info buttons */

.header .info.tel{
	order:1;
}

.info.tel > .custom > *{
	display: flex;
	flex-direction: row;
	gap:5px;
}

.info > .custom a{
	display: flex;
	flex-direction: row;
	gap: 3px;
	align-items: center;
}


/* company content */

.company .com-content-article__body .col-md-6 img {
	box-shadow: 15px 15px 0 0 #555558;
}


/* END OF BUTTON */

/* HEADER */

.header{
	box-shadow: 0 7px 18px 0 rgba(24, 16, 16, .05) !important;	
}


/* FOOTER */

footer.footer {
	margin-top: 30px;
}

.footer-main{
	align-items: flex-start !important;
	flex-wrap: wrap;
}
.footer-styled-header{
	color: var(--main-orage);
	font-size: 20px;
	font-weight: 500;
}

.footer .mod-menu li a {
	padding-left: 0;
}

.footer .info img{
	filter:brightness(0) invert(1);
}

.footer-main-menu,
.footer-services-menu{
	margin-top: 15px;
}

.footer-services-menu ul{
  display: block;
  column-count: 2;
  list-style-type: none;
  padding: 0;
}

.footer-services-menu ul li{
	break-inside: avoid;
}

/*.footer-services-menu ul li:not(.align-end){
	text-align: center;
}*/


.footer-services-menu ul li.align-end{ text-align: right; }
.footer-services-menu ul li.align-end a{ padding-right: 0; }


.footer .info svg {
  fill: white;
}

/* END OF FOOTER */

/* ARTICLES VIEW */
.tags.list-inline a,
.tags.list-inline a:hover{
	color:white;
}

.view-article .fields-container{
	list-style: none;
	padding: 0;
	margin: 0;
}
.com-content-article__body {
  margin-top: 35px;
}
/* END OF ARTICLES VIEW */


/* MODULES STYLED HEADER */

.styled-header{
	text-align: center;
  position: relative;
  font-size: 30px;
  color: #272727;
  line-height: 54px;
  font-weight: 900;
  width: fit-content;
  margin: 0 auto;
  z-index: 0;
}

.styled-header.bg-effect::after {
	content: attr(data-title);
  position: absolute;
  top: 15px;
  left: 100%;
  z-index: 0;
  margin: 0;
  font-weight: 900;
  font-size: 178px;
  opacity: 0.05;
  color: #313132;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: -1;
}

/* ARTICLES MODULE */

.mod-articlesnews .mod-articlesnews__item .newsflash-title a{
	display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.1s;
}

.mod-articlesnews .mod-articlesnews__item .newsflash-title a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512' fill='%23c5c5c5'%3E%3Cpath d='M221,40l179.4,216-179.4,216c-4.4,5.1-3.9,12.8,1.2,17.2,5.1,4.4,12.8,3.9,17.2-1.2l185.7-224c3.7-4.4,3.7-10.9,0-15.4L239.5,24c-4.4-5.1-12.1-5.7-17.2-1.2-5.1,4.4-5.7,12.1-1.2,17.2Z'/%3E%3Cpath d='M291,264c3.6-4.5,3.6-10.9,0-15.4L105.2,24c-4.3-5.1-11.8-5.8-16.9-1.5-2.8,2.3-4.4,5.8-4.3,9.5v448c-.2,6.6,5.1,12.1,11.7,12.3,3.7,0,7.2-1.5,9.5-4.3l185.8-224Z'/%3E%3C/svg%3E");
  background-repeat: repeat;
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  align-self: flex-start;
}
/**/
.mod-articlesnews .mod-articlesnews__item:hover .newsflash-title a{color:var(--main-orage);}
.mod-articlesnews .mod-articlesnews__item:hover .newsflash-title a::after {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 512' fill='%23f58227'%3E%3Cpath d='M221,40l179.4,216-179.4,216c-4.4,5.1-3.9,12.8,1.2,17.2,5.1,4.4,12.8,3.9,17.2-1.2l185.7-224c3.7-4.4,3.7-10.9,0-15.4L239.5,24c-4.4-5.1-12.1-5.7-17.2-1.2-5.1,4.4-5.7,12.1-1.2,17.2Z'/%3E%3Cpath d='M291,264c3.6-4.5,3.6-10.9,0-15.4L105.2,24c-4.3-5.1-11.8-5.8-16.9-1.5-2.8,2.3-4.4,5.8-4.3,9.5v448c-.2,6.6,5.1,12.1,11.7,12.3,3.7,0,7.2-1.5,9.5-4.3l185.8-224Z'/%3E%3C/svg%3E");
/*	filter:brightness(0) invert(60%) sepia(97%) saturate(2406%) hue-rotate(345deg) brightness(102%) contrast(92%);*/
}

.mod-articlesnews .mod-articlesnews__item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  transition: box-shadow .3s;
  overflow: hidden;
}

.mod-articlesnews .mod-articlesnews__item:hover{
	/* box-shadow: 0 3px 10px rgba(110,122,182,0.1); */
  box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 13px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.mod-articlesnews .mod-articlesnews__item .fields-container{
	display: none;
}

.mod-articlesnews .newsflash-image{
	margin: 0;
	height: 100%;
	cursor: pointer;
	max-height: 220px;
}

/* Works Module */
.works-section{
	margin: 50px 0 25px !important;
}


.partners-section{
	margin: 25px 0 !important;
}

.partners-section .banneritem{
	filter:grayscale(100%);
	transition: filter 0.2s linear;
}

.partners-section .banneritem:hover{
	filter:grayscale(0);
}

.partners-section .styled-header{
	margin-bottom: 20px;
}

.partners-section .navigation-wrapper .dots{
	margin-top: 20px;
}
/* END OF ARTICLES MODULE */

/* CATEGORY CSS */

.blog > h2{
	display: none;
}

.boxed .blog-item .item-content h2 {
    font-size: 1.8rem;
    font-weight: 200 !important;
  }

/* FILTER BY TAG MODULE */
.filter_tags{width: 100%;}

.filter_tags .list-group{
	display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0;
  gap: 10px;
  padding: 10px 0;
/*  overflow: visible;*/
	width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
/*  justify-content: flex-start !important;*/
}

.filter_tags .list-group .list-group-item{
	border:1px solid #cdcdcd;
	border-radius: 2px;
	gap: 8px;
	white-space: nowrap;
}

.filter_tags .list-group .list-group-item.active {
  background-color: #2b2b2b;
}

.filter_tags .badge.bg-info{
	background-color: #58585a !important;
}
/* END OF FILTER BY TAG MODULE */


/* HOME CSS */

/* home middle banner */

/* home cards */
.custom-card{
	margin-bottom:25px !important;
/*	max-width: 33.3333%;*/
}
.custom-card .custom{
	margin: 0 10px;
	border:2px dashed #afafaf;
	border-radius: 8px;
	padding: 30px;
	height: 100%;
}

.custom-card .icon{
	width: 50px;
  height: 50px;
  background: #afafaf;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.custom-card .custom > div{
	gap:10px;
}

.home-middle{
	background-color: #4d4d4d;
	padding: 120px 0px 150px 0px;
	color:#ffffff;
}


/* CONTACT FOOTER BEFORE MODULE */
/*.before-footer-contact img{
	position: absolute; top: -260px;
}*/
.home-estimate-section{
	margin: 75px 0 75px 0 !important;
	padding: 50px 0;
	color:#fff;
	background: var(--main-gray);
}

.home-estimate-section img{
	margin:-80px 0 -80px 0;
}

.home-estimate-section .row > div[class^="col"] h1,
.home-estimate-section .row > div[class^="col"] h2,
.home-estimate-section .row > div[class^="col"] h3,
.home-estimate-section .row > div[class^="col"] h4,
.home-estimate-section .row > div[class^="col"] h5{
	font-weight: 450;
}

/*.before-footer-contact a{
	text-decoration: underline;
}*/
/*.before-footer-contact a:hover{
	color:#555;
}*/



/* home company section */
.home-company-section{
	margin:75px auto !important;
}

.home-company-section .row > div[class^="col"] > p:nth-of-type(1){
	font-weight: bold;
  font-size: 18px;
  color: #595555 !important;
  letter-spacing: 1px;
  margin-bottom: .5rem;
}

.home-company-section .row > div[class^="col"] h2{
	font-weight: 450;
}

.home-company-section .row > div[class^="col"] > p:nth-of-type(2){
	color: #6a6a6a;
}


/* categories list page */
.categories-list-page .com-content-categories > h1{
	display: none;
}

.categories-list-page .com-content-categories__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between items */
    padding: 20px;
}

.categories-list-page .com-content-categories__item {
    width: calc(33.333% - 20px); /* Three items per row */
    background-color: #ffffff; /* White background for each item */
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 3px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Light shadow */
    overflow: hidden; /* Clip overflowing content */
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
}

.categories-list-page .com-content-categories__item:hover {
	cursor: pointer;
    transform: translateY(-5px); /* Slight lift on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

/*.categories-list-page .com-content-categories__item:hover .com-content-categories__item-title a{
    color: var(--main-orage);
}*/

.categories-list-page .com-content-categories__item img {
    width: 100%; /* Full width image */
    height: 300px;
    object-fit: cover;
    display: block;
}

.categories-list-page .com-content-categories__item-title-wrapper {
    padding: 15px;
    background-color: #f1f1f1; /* Light grey background */
    border-bottom: 1px solid #ddd; /* Divider */
}

.categories-list-page .com-content-categories__item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333; /* Dark text color */
    margin: 0;
}

.categories-list-page .com-content-categories__item-title a {
    text-decoration: none; /* Remove underline */
    color: initial; /* Bootstrap blue */
    transition: color 0.3s; /* Smooth color transition */
}

.categories-list-page .badge {
    font-size: 14px;
    font-weight: 500;
    margin-left: 8px; /* Space after title */
}

.categories-list-page .com-content-categories__description {
		padding: 15px;
    font-size: 14px;
    color: #555; /* Subtle text color */
    line-height: 1.6;
}


/* services page */

.categories-list-page.view-categories .com-content-categories__item .badge{
	display: none;
} 

.newsflash-title{
	font-size: 1.35rem;
	font-weight: 600 !important;
	padding: 7px 5px 7px 15px !important;
}

.blog-item .item-image img {
  width: 100%;
  height: 280px !important;
}
.product-section.erga-section.mart {margin: 70px auto !important;}

.offcanvas-wrapper .footer-info{
	display: none;
}
.offcanvas-wrapper.offcanvas-wrapper--visible .footer-info{
	display: flex;
}

@media screen and (max-width: 992px) {

  	.styled-header.bg-effect::after {
  		font-size: 45px;
  		left: 70%;
	}

	.header-line1-left-inner{
		align-items: flex-end;
		flex-direction: column;
		gap: 10px;
	}

	.info > .custom a {
  		font-size: 0.95rem;
	}

	.header-line2-outer{
		display: none;
	}

	.header-line1-right-inner{
		justify-content: space-between;
	}

	.header-line1-right .offcanvas-toggler{
		order: -1;
	}


	.offcanvas-toggler{position: relative;}
	.offcanvas-toggler svg{transform: scaleX(1) !important;}
	.offcanvas-toggler::after {
	  content: "ΜΕΝΟΥ";
	  position: absolute;
	  top: calc(100% - 7px);
	  left: 50%;
	  transform: translateX(-50%);
	  font-size: 0.7rem;
	  font-weight: bold;
	}
  
  	.footer-info .footer-styled-header{
  		margin-top: 15px;
  	}
  	.footer-info,
  	.footer-info .info,
  	.footer-info .footer-styled-header{
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		text-align:center;
  	}

  	.footer-company{
  		text-align: center;
  	}

  	.footer-services-menu ul {
  		column-count: 1;
	}
  	.footer-services-menu ul li {
  		text-align: center !important;
	}	

  	.categories-list-page .com-content-categories__item{
  		width: 100%;
  	}

  	.filter_tags .list-group{
		justify-content: flex-start !important;
	}

	.categories-list-page .com-content-categories__items {
    	padding: 0px;
	}

	.home-company-section {
	  margin: 0px auto !important;
	}

	.home-estimate-section .btn span:first-child{
		font-weight: bold;
	}
	.home-estimate-section .btn{
		display: flex;
		flex-direction: column;
	}
	.home-estimate-section .btn .btn-separator{
		display: none;
	}
}

@media screen and (max-width: 767px) {

	.home-estimate-section .col-md-8{
		margin-top: -200px;
  		background: linear-gradient(0deg, rgb(88, 88, 90) 0%, rgb(88, 88, 90) 75%, rgba(112, 112, 112, 0.07) 100%);
  		padding-top: 20px;
  		padding-bottom: 20px;
	}
}

@media screen and (max-width: 400px) {

	.info > .custom a {
  		font-size: 0.85rem;
	}

}