/**
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.0.0
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
*/

html, body {
	overflow-x: hidden;
	width: 100%;
}


.elementor-widget-text-editor p {
	margin-bottom: 1em;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

.desktop-carousel figure {
	height: calc(100vh - 41.6px );
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.desktop-carousel img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.title-divider-left,
.title-divider-right {
	position: relative;
}

.title-divider-left::after,
.title-divider-right::after {
	content: '';
	background: #FEFEFE;
	width: 700%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 0;
}


.title-divider-left::after {
	right: 0;
}

.title-divider-right::after {
	left: 0;
}

.logo-gallery .gallery {
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
}

.logo-gallery .gallery-item {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
}

.logo-gallery .gallery-icon img {
	max-width: 599px !important;
	height: 80px !important;
	width: auto !important;
}

/* ABOUT SLIDER CSS */
.testi-media .gallery {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.testi-media .gallery .slick-slide {
	opacity: 0.6;
	transform: scale(0.9);
	transition: all 0.3s ease;
	padding: 0;
}

.testi-media .gallery .slick-slide figure {
	padding: 0 !important;
}

.testi-media .slick-track {
	padding-top: 100px;
}

.testi-media .gallery .slick-slide.slick-center {
	opacity: 1;
	transform: scale(1) translatey(-100px);
	z-index: 2;
}

.testi-media .gallery .slick-slide.slick-center img {
	border-radius: 0;
}
.testi-media .gallery .slick-slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0;
	transition: all 0.3s ease;
}
.testi-media .gallery .slick-slide:not(.slick-center) img {
	filter: brightness(0.85);
}
.testi-media .gallery .slick-dots {
	bottom: -40px;
	display: flex !important;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 30px;
}
.testi-media .gallery .slick-dots li {
	width: 36px;
	height: 2px;
	border-radius: 0;
	background-color: #FFFFFF8C;
	margin: 0 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.testi-media .gallery .slick-dots li.slick-active {
	background-color: #FEFEFE;
	height: 4px;
}
.testi-media .gallery .slick-arrow {
	width: 44px;
	height: 44px;
	background-color: #333;
	border: none;
	border-radius: 50%;
	color: white;
	font-size: 18px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}
.testi-media .gallery .slick-arrow:hover {
	background-color: #555;
	transform: translateY(-50%) scale(1.1);
}
.testi-media .gallery .slick-arrow.slick-prev {
	left: 10px;
}
.testi-media .gallery .slick-arrow.slick-next {
	right: 10px;
}
.testi-media .gallery .slick-arrow:before {
	display: none;
}
.testi-media .gallery .slick-prev::before {
	content: "←";
}
.testi-media .gallery .slick-next::before {
	content: "→";
}

/* SINGLE PROJECT PAGE CSS */
.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.project-item {
	position: relative;
	overflow: hidden;
}

.project-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 1.5s ease;
}

.project-item:hover img {
	transform: scale(1.1);
}
/*
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 32px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(137.81deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 0.36) 100%);
	font-family: var(--e-global-typography-d7baacf-font-family), Sans-serif;
	font-size: var(--e-global-typography-d7baacf-font-size);
	font-weight: var(--e-global-typography-d7baacf-font-weight);
	line-height: var(--e-global-typography-d7baacf-line-height);
	color: #fefefe;
}
*/
/*חדש*/
/* עיצוב שכבת הכיסוי */
/* עיצוב שכבת הכיסוי */
/* עיצוב שכבת הכיסוי */
/* עיצוב שכבת הכיסוי */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px 32px; 
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; 
    justify-content: flex-start; 
    background: linear-gradient(137.81deg, rgba(15, 15, 15, 0) 50%, rgba(15, 15, 15, 0.45) 100%);
    color: #fefefe;
    transition: all 0.5s ease;
}

/* העטיפה הפנימית */
.overlay-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    
    /* --- הגדלנו מ-25px ל-35px כדי שהיא תתחיל קצת יותר למטה --- */
    transform: translateY(35px); 
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* עיצוב הכותרת */
.project-title-main {
    font-family: var(--e-global-typography-d7baacf-font-family), Sans-serif;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 4px; 
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    transform: translateY(15px);
    transition: all 0.5s ease;
}

/* הקו הלבן */
.project-title-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* שורת הפרטים */
.project-details-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 8px; 
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
}

/* --- האפקטים במעבר עכבר (Hover) --- */

.project-item:hover .overlay-inner {
    transform: translateY(0);
}

.project-item:hover .project-title-main {
    transform: translateY(0);
}

.project-item:hover .project-title-main::after {
    opacity: 1;
}

.project-item:hover .project-details-row {
    opacity: 1;
    transform: translateY(0);
}

.project-item:hover .overlay {
    background: linear-gradient(137.81deg, rgba(15, 15, 15, 0.1) 0%, rgba(15, 15, 15, 0.7) 100%);
}
/*סוף חדש*/
.glightbox-clean .gslide-description {
	background: transparent !important;
}

.gdesc-inner .gslide-title {
	font-family: var(--e-global-typography-d7baacf-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-d7baacf-font-size) !important;
	font-weight: var(--e-global-typography-d7baacf-font-weight) !important;
	line-height: var(--e-global-typography-d7baacf-line-height) !important;
	color: #fefefe;
	text-align: center;
	margin: 0 !important;
}

.gclose {
	padding: 0 !important;
}

@media(min-width: 768px) and (max-width: 1024px) {
	.testi-media .slick-track {
		padding-top: 50px;
	}

	.testi-media .gallery .slick-slide.slick-center {
		transform: scale(1) translatey(-50px);
	}
}

@media (max-width: 768px) {
	.testi-media .gallery .slick-slide {
		padding: 0 10px;
	}
}


@media (max-width: 767px) {


	.desktop-carousel figure {
		height: calc(100vh - 105px );
	}
	.footer-list ul li:last-child {
		position: absolute;
		left: -20px;
		top: 2px;
	}

	.title-divider-left::after,
	.title-divider-right::after {
		width: 85%;
	}

	.title-divider-right::after {
		right: 0;
		left: auto;
	}

	.logo-gallery .gallery {
		gap: 10px;
	}
	.logo-gallery .gallery-icon img {
		max-width: 200px !important;
		height: 40px !important;
		width: auto !important;
	}

	.testi-media .slick-track {
		padding-top: 40px;
	}

	.testi-media .gallery .slick-slide.slick-center {
		transform: scale(1) translatey(-40px);
	}

	/* SINGLE PROJECT PAGE CSS */
	.projects-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
	
	.gslide-description.description-bottom {
		bottom: 80px !important;
	}


}