/*
Theme Name: Junction2024
*/

html{
	overflow: auto;
}
/*Filter*/
.portfolio-w-filter{
	padding-bottom: 0;
}
.filter-wrap{
	display:flex;
	align-items: center;
	gap:8px;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000000;
}
.filter-wrap .filter-col{
	max-width: 192px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
}
@media (max-width: 767px){
	.filter-wrap{
		flex-wrap: wrap;
	}
	.filter-wrap .filter-col{
		max-width: none;
	}
	.filter-wrap .filter-col-search{
		width: 100% !important;
		max-width: none!important;
		z-index: 1!important;
	}
}
.filter-wrap .filter-dropdown{
	padding: 16px;
	height: auto;
	background-color: rgba(216, 235, 255, 1);
}
.filter-wrap .filter-dropdown .contacts-dropdown__header:before{
	left: -16px;
	width: calc(100% + 32px);
}
.filter-wrap .filter-col-search{
	max-width:293px;
	margin-left: auto;
}
.filter-wrap .filter-col-reset{
	display:none;
}
.filter-wrap .filter-col-reset button{
	color: rgba(0, 0, 0, 1);
	font-size:20px;
	line-height:24px;
}
.button-search{
	background-color: rgba(216, 235, 255, 1);
	padding: 17px 13px;
}
.button-search input {
	padding-right: 20px;
}
.button-search .search-icon{
	width: 18px;
	height: 18px;
	background-image: url(../svg/icon-search.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 50% 75%;
}
.filter-dropdown .label{
	color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.filter-dropdown .contacts-dropdown__list{
	padding-bottom: 0;
}
.filter-dropdown .contacts-dropdown__list li{
	padding: 13px 10px 13px 20px;
}
@media(max-width:767px) {
	.filter-dropdown .contacts-dropdown__list {
		z-index: 5;
		top: 65%;
	}
}
.checked-wrap{
	color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checked-wrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 1px solid #000000;
}
/* On mouse-over, add a grey background color */
/*.checked-wrap:hover input ~ .checkmark {*/
/*	background-color: #ccc;*/
/*}*/
/* When the checkbox is checked, add a blue background */
/*.checked-wrap input:checked ~ .checkmark {*/
/*	background-color: #2196F3;*/
/*}*/
/* Show the checkmark when checked */
.checked-wrap input:checked ~ .checkmark::after {
	display: block;
}
/* Style the checkmark/indicator */
.checked-wrap .checkmark::after {
	content: '';
	position: absolute;
	display: none;
	left: 4px;
	top: 1px;
	width: 4px;
	height: 7px;
	border: solid #000000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*Filter items*/
.portfolio-items-wrapper{
	background-color: #A3C7ED;
	padding-top: 8px;
	padding-bottom: 80px;
}
.portfolio-result{
	display:flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	margin-left: -16px;
	margin-right: -16px;
}
/*.portfolio-result{*/
/*	border-top: 1px solid rgba(0, 0, 0, 1);*/
/*}*/
.portfolio-result .items-wrap{
	display: flex;
	/*grid-template-columns: 1fr 1fr;*/
	/*grid-auto-columns: minmax(424px, 1fr);*/
	/*grid-auto-flow: column;*/
	width: 33.333%;
	/*gap: 32px;*/
	align-items: stretch;
	margin-top: 32px;
	padding-left: 16px;
	padding-right: 16px;
}
.portfolio-result.home-portfolio .items-wrap{
	width: 50%;
}
.portfolio-result.home-portfolio .container{
	padding-top:0;
}
.no-records-found{
	width: 100%;
	text-align: center;
}
@media(max-width: 767px){
	.portfolio-result .items-wrap {
		width: 100%;
	}
	.portfolio-result.home-portfolio .items-wrap{
		width: 100%;
	}
}
.card {
	width:100%;
	/*background-color: #1e40af;*/
	border: 2px solid #ffffff;
	color: white;
	border-radius: 15px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column; /* Makes sure content stacks */
	justify-content: center; /* Centers content */
	align-items: center;
	height: 100%; /* Ensures equal height */
	min-height: 170px; /* Prevents shrinking */
	transition: 0.3s ease-in;
}
.card a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px;
	width: 100%;
	height: 100%;
}
.card:hover{
	background-color: #1e40af;
	border-color: #1e40af;
}
.card:hover a .top-text, .card:hover a .bottom-text-country{
	display: block;
}
/*.card.large {*/
/*	grid-column: span 2;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	margin-bottom: 32px;*/
/*}*/
/*.large {*/
/*	grid-column: span 2;*/
/*}*/
.top-text {
	position: absolute;
	top: 22px;
	left: 22px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	display: none;
}
.bottom-text-country{
	position: absolute;
	top: 22px;
	right: 22px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	display: none;
}
.company-logo.p-company-logo{
	max-width: 15vw;
}
.company-logo.p-company-logo--vertical {
	width: 6vw;
}
@media (max-width: 767px) {
	.company-logo.p-company-logo--vertical{
		width: 26.9230769231vw;
		max-width: 27vw;
	}
	.company-logo.p-company-logo{
		max-width: none;
	}
}
.button-wrap .button{
	background-color: #1e40af;
}
.button-wrap .button:hover .btn-text{
	display:none;
}
.button-wrap .button:hover .on-hover{
	display:block!important;
}
/*Footer*/
@media (max-width: 1512px) {
	.footer__logo {
		width: 375px!important;
		height: auto;
	}
	.footer__eu-logo{
		display: flex;
		justify-content: end;
	}
	.footer__social .icon-linkedin{
		font-size: 47px;
	}
}
.home .companies__list{
	max-width: 852px;
	width:100%;
}