/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.elementor-location-header .glass{
	background: rgba(255, 255, 255, 0.2); /* translucent layer */
	backdrop-filter: blur(34px);           /* frosted glass blur */
	-webkit-backdrop-filter: blur(34px);   /* Safari support */
	border: 1px solid rgba(255, 255, 255, 0.2); /* subtle border */
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1); /* soft shadow */

}
body:not(.elementor-editor-active) .elementor-location-header{
	position: absolute;
	width: 100%;
	z-index: 4;
}
.portfolio-list{
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(12, 1fr);
}
.portfolio-item{
	position: relative;
	height: 409px;
	padding: 62px 32px;
	border-radius: 40px;
	box-shadow: 0 4px 94px 0 rgba(0,0,0,0.12);
	overflow: hidden;
	grid-column: span 12;
}
.portfolio-item:first-child,
.portfolio-item:nth-child(2){
	grid-column: span 12;
}
.portfolio-item:after,
.portfolio-content{
	opacity: 0;
	transform: translate3d(0,-10px,0);
	transition: all 0.3s ease-in-out;
}
.portfolio-item:hover:after,
.portfolio-item:hover .portfolio-content{
	opacity: 1;
	transform: translate3d(0,0px,0);
}
.portfolio-item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(38,38,38,0.9);
	z-index: 1;
}
.portfolio-item .portfolio-content a,
.portfolio-item .portfolio-content h3,
.portfolio-item .portfolio-content{
	color: #fff;
}
.portfolio-item .portfolio-content h3{
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 1.3;
}
.portfolio-item .portfolio-content a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	text-decoration: none!important;
}
.portfolio-item .portfolio-content a svg{
	color: #fff;
	height: 15px;
    margin-bottom: -2px;
}
.portfolio-item .portfolio-content a:is(:hover,:focus){
	color: #fff;
	opacity: 0.9;
}
.portfolio-item .portfolio-content{
	position: relative;
	z-index: 2;
	text-align: center;
	
}
.portfolio-item .portfolio-content p{
	margin-bottom: 32px;
}
.portfolio-item .portfolio-content p + p{
	margin-bottom: 20px;
}
.portfolio-item .manufacturer-list{
	list-style: none;
	margin: 20px auto 30px;
	display: flex;
	gap: 10px;
	padding-left: 0;
	justify-content: center;
	align-items: center;
	
}
.portfolio-item .manufacturer-list li{
	background: #fff;
	border-radius: 12px;
	padding: 10px 12px;
	text-align: center;
}
.portfolio-item .manufacturer-list li img{
	max-height: 20px;
}
@media (min-width:992px){
	.portfolio-item{
		grid-column: span 4;
		padding: 32px;
	}
	.portfolio-item:first-child,
	.portfolio-item:nth-child(2){
		grid-column: span 6;
		padding: 62px 32px;
	}
}