/* ==========================================================================
   Base & Reset
   ========================================================================== */
html {
	font-size: 20px; /* 1rem = 20px */
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.30769231;
	color: #445D47; 
	direction: rtl;
	background-color: #f0f4ee; /* צבע מדויק יותר לפי העיצוב */
	overflow-x: unset;
}

* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }

.lp-section-title {
	font-size: 2rem; /* 40px */
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #445D47; 
}

a, a:active, a:hover {
	color: inherit;
}

.checkbox-wrap a {
	text-decoration: underline;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.lp-hero {
	position: relative;
	 overflow: hidden;
	height: 80vh; /* מומלץ גם לנסות 100dvh אם אתה רוצה דיוק מקסימלי במובייל */
	min-height: 32rem; /* 640px - מתאים לכל לפטופ ממוצע ומעלה */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* הסרנו את ה-flex כי הפס התחתון ממוקם כעת אבסולוטית */
}

.lp-hero__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.lp-hero__container {
	position: absolute;
	top: 25vh; /* מיקום הלוגואים למעלה מרכז */
	left: 0; right: 0;
	z-index: 2;
	text-align: center;
}

.lp-hero__logo_1 {
	display: block;
	position: absolute;
	top: 20%; /* המיקום האנכי שרצית */
	left: 0;
	right: 0;
	margin: 0 auto; /* ממרכז אופקית בצורה מושלמת */
	width: 35.65rem;
	height: auto;
	
	/* מבטיח שהאנימציה תקרה בול מהמרכז של הלוגו */
	transform-origin: center center;
}
.lp-hero__logo_2 {
	display: block;
	position: absolute;
	top: 64%;
	right: 50%;
	transform: translateX(50%);
	width: 11.15rem;
	height: auto;
}

/* פס ירוק תחתון בהירו - מודבק לתחתית המסך */
.lp-hero__bottom-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #435D47;
	padding: 1.5rem 5vw;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: rtl;
	text-align: right;
}
.wpcf7-tel {
	direction: ltr !important;
}

.lp-hero__form-wrapper {
	flex-grow: 1;
	margin-left: 3vw; /* מרחק מהטלפון שמאלה */
}

.lp-hero__form-wrapper {
	flex-grow: 1;
	margin-left: 3vw; /* מרחק מהטלפון שמאלה */
	display: flex;
	align-items: flex-start;
	gap: 1.5vw; /* ריווח בין הכותרת לשדות הטופס */
}

.lp-hero__form-title {
	display: block; /* מבטל את ה-none שהיה קודם */
	font-size: 1.3rem; /* 26px */
	color: #ffffff;
	font-weight: 700;
	margin: 0;
	margin-top: 0.3rem; /* יישור קל מול מרכז השדות */
	white-space: nowrap; /* מונע מהכותרת להישבר לשתי שורות */
}

/* מוודא שהטופס עצמו תופס את שאר המקום משמאל לכותרת */
.lp-hero__form-wrapper #lead {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.6vw;
}
span.checkbox-wrap {
	display: flex;
	gap: 0.3rem;
	align-items: center;
}

.lp-hero__phone {
	position: relative;
	top: 0.4rem;
	text-decoration: none;
}

.lp-hero__phone img {
	max-width: 6rem; 
}

/* CF7 Top Bar Layout (Horizontal) */
.lp-hero__bottom-bar .cf7-custom-form .lp-form-row {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5vw;
	align-items: stretch;
}

.lp-hero__bottom-bar .cf7-custom-form .lp-form-group {
	flex: 1;
	margin-bottom: 0;
}

.lp-hero__bottom-bar .cf7-custom-form .lp-form-submit {
	flex: 0 0 auto;
	min-width: 120px;
}
.lp-form-group {
	width: 13vw;
}

.lp-hero__bottom-bar .cf7-custom-form .lp-form-checkboxes {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 2vw;
	color: #ffffff;
	font-size: 0.65rem; /* 13px */
	margin-top: 0.4rem;
}
.cf7-custom-form .lp-form-checkboxes {
	font-size: 0.65rem;
}
.wpcf7-spinner {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	margin: 0;
}
.lp-form-submit {
	position: relative;
}

/* ==========================================================================
   Welcome Section (קולאז' מדויק - עם כיוון השעון מ-1 עד 5)
   ========================================================================== */
.lp-welcome {
	padding: 6rem 0 0;
	overflow: hidden;
	background-color: #E9F2EB;
}

.lp-welcome__container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	row-gap: 2rem;
	column-gap: 2vw;
	width: 85vw;
	margin: 0 auto;
	align-items: start; /* מאפשר לנו לשלוט בגובה של כל אלמנט בנפרד */
}

/* טקסט 1 - עליון מרכזי */
.lp-welcome__text-1 {
	grid-column: 3 / 11;
	grid-row: 1;
	text-align: center;
	margin-bottom: 3rem;
}

/* ---------------- סידור הגלריה (כיוון השעון) ---------------- */

/* תמונה 1 - ימנית עליונה (משפחה בספסל) | Landscape */
.lp-welcome__img--1 {
	grid-column: 2 / 6; /* מיושר קצת פנימה מצד ימין */
	grid-row: 2;
}
.lp-welcome__img--1 img { aspect-ratio: 3 / 2; }

/* תמונה 2 - ימנית אמצעית (שמפניה) | Portrait */
.lp-welcome__img--2 {
	grid-column: 1 / 4; /* צמודה לימין */
	grid-row: 3;
	margin-top: 3rem; /* עולה קצת לכיוון השורה שלמעלה */
}
.lp-welcome__img--2 img { aspect-ratio: 7 / 8; }

/* טקסט 2 - הלב של הקולאז' */
.lp-welcome__text-2 {
	grid-column: 4 / 10; /* תופס את האמצע וקצת יותר כדי שהטקסט יזרום טוב */
	grid-row: 3;
	text-align: center;
	align-self: center; /* ממורכז אנכית ביחס לתמונות שמסביב */
}

/* תמונה 3 - תחתונה אמצעית (סלון) | Landscape */
.lp-welcome__img--3 {
	grid-column: 5 / 9; /* ממורכז בדיוק מתחת לטקסט */
	grid-row: 4;
	position: relative;
	top: 6rem;
}
.lp-welcome__img--3 img { aspect-ratio: 16 / 9; }

/* תמונה 4 - שמאלית אמצעית (שזלונגים) | Landscape */
.lp-welcome__img--4 {
	grid-column: 10 / 13; /* צמודה לשמאל */
	grid-row: 3;
	margin-top: 4rem; /* יושבת קצת יותר נמוך מהטקסט */
}
.lp-welcome__img--4 img { aspect-ratio: 3 / 2; }

/* תמונה 5 - שמאלית עליונה (יוגה) | Landscape */
.lp-welcome__img--5 {
	grid-column: 8 / 12; /* מיושר קצת פנימה מצד שמאל */
	grid-row: 2;
	margin-top: -1.5rem;
}
.lp-welcome__img--5 img { aspect-ratio: 3 / 2; }

/* הגדרות חיתוך אחידות לכל תמונות הגלריה */
.lp-welcome__img img {
	width: 100%;
	object-fit: cover;
}

/* ==========================================================================
   Location Section
   ========================================================================== */
.lp-location {
	background-color: #4f664a;
	color: #ffffff;
}
.lp-location .lp-section-title { color: #ffffff; text-align: center;}

.lp-location__container {
	display: flex;
	width: 100%;
	margin: 0;
	flex-direction: row-reverse; /* מפה משמאל, טקסט מימין */
}

.lp-location__map { width: 50vw; }
.lp-location__map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-location__content {
	width: 50vw;
	padding: 6rem 3vw 6rem 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lp-location__list {
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column; gap: 2rem;
	max-width: 26rem;
	margin: 0 auto;
}

.lp-location__item {
	display: flex; flex-direction: row; gap: 5rem; align-items: baseline;
}

.lp-location__item-title {
	font-size: 1.2rem; min-width: 6rem; line-height: 1.3;
}
.lp-location__item-text { display: block;
	max-width: 14rem; font-size: 1rem; line-height: 1.3; }

/* ==========================================================================
   Advantages Section
   ========================================================================== */
.lp-advantages { padding: 6rem 0; background-color: #ffffff; }

.lp-advantages__container {
	display: flex; width: 85vw; margin: 0 auto; gap: 5vw;
	align-items: center; flex-direction: row-reverse; /* תמונה משמאל, תוכן מימין */
}

.lp-advantages__image { width: 42vw; }

.lp-advantages__content { width: 40vw; text-align: center; }

.lp-advantages__text {
	font-size: 1.3rem; line-height: 1.30769231; margin-bottom: 1.8rem;
}

.lp-advantages__grid {
	display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem 1rem;
}

.lp-advantages__item {
	display: flex; flex-direction: column; align-items: center; text-align: center;
}
.lp-advantages__item img { height: 2.1rem; margin-bottom: 0.8rem; }
.lp-advantages__item span { font-size: 1rem; font-weight: 500; }

/* ==========================================================================
   Footer Section
   ========================================================================== */
.lp-footer {
	background-color: #435D47; color: #ffffff; padding: 4rem 0;
}

.lp-footer__container {
	display: flex; width: 85vw; margin: 0 auto;
	justify-content: space-between; gap: 8vw;
	flex-direction: row-reverse; /* טופס משמאל, פרטים מימין */
}

.lp-footer__form-area { width: 44vw; }

.lp-footer__form-title {
	font-size: 1.3rem; margin-top: 0; margin-bottom: 0.5rem; color: #ffffff; font-weight: 700;
}
.lp-footer__form-text {
	font-size: 1.2rem; line-height: 1.29166667; margin-top: 0; margin-bottom: 2rem;
}

/* ==========================================================================
   CF7 Footer Layout (Grid & DOM Ordering)
   ========================================================================== */

.lp-footer__form-area .cf7-custom-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.lp-footer__form-area .lp-form-row,
.lp-footer__form-area .lp-form-checkboxes {
	display: contents; /* מאפשר לשדות להיכנס ישירות לגריד של הטופס */
}

/* סידור השדות בגריד (RTL) */
.lp-footer__form-area .lp-form-group:nth-child(1) { grid-column: 1 / 2; grid-row: 1; } /* שם פרטי (ימין) */
.lp-footer__form-area .lp-form-group:nth-child(2) { grid-column: 1 / 2; grid-row: 2; } /* שם משפחה (ימין) */
.lp-footer__form-area .lp-form-group:nth-child(3) { grid-column: 2 / 3; grid-row: 1; } /* דוא"ל (שמאל) */
.lp-footer__form-area .lp-form-group:nth-child(4) { grid-column: 2 / 3; grid-row: 2; } /* טלפון (שמאל) */

/* סידור הצ'קבוקסים */
.lp-footer__form-area .checkbox-wrap:nth-child(2) { grid-column: 2 / 3; grid-row: 3; } /* פרטיות (ימין) */
.lp-footer__form-area .checkbox-wrap:nth-child(1) { grid-column: 1 / 2; grid-row: 3; } /* שיווקי (שמאל) */

.lp-footer__form-area .checkbox-wrap {
	display: flex;
	align-items: flex-start;
	text-align: right;
	margin-top: 0.5rem;
}

/* כפתור שליחה ממורכז */
.lp-footer__form-area .lp-form-submit {
	grid-column: 1 / 2;
	grid-row: 4;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
}

.lp-footer__form-area .lp-form-submit input {
	width: 50%;
	min-width: 200px;
}

/* ==========================================================================
   Footer Details Area
   ========================================================================== */
.lp-footer__details-area {
	width: 35vw; 
	display: flex; 
	flex-direction: column; 
}
.lp-footer__logo { max-width: 28.48958333vw; }

.lp-footer__contact {
	font-size: 1rem; 
	line-height: 1.30769231; 
	margin: 2.3vw 0; 
	text-align: right;
}
.lp-footer__contact p {
	font-size: 1rem;
	line-height: 1.6;
}

.lp-footer__social {
	display: flex; gap: 1.5vw;
}
.lp-footer__social img { height: 2.2rem; }

.lp-footer__bottom-logo {
	padding-top: 2.3vw;
}
.lp-footer__bottom-logo img { max-width: 10.52083333vw; }

/* ==========================================================================
   CF7 Global Base Styling (Inputs & Submit)
   ========================================================================== */
.wpcf7-form-control-wrap { display: block; }

.cf7-custom-form input:not([type="checkbox"]):not([type="submit"]) {
	width: 100%;
	height: 2.2rem; /* 50px */
	border-radius: 0.2rem; /* 4px */
	font-size: 0.9rem; /* 20px */
	padding: 0 0.8rem;
	border: none;
	background-color: #E9F2EB;
	color: #435D47;
	outline: none;
}
.cf7-custom-form input:not([type="checkbox"]):not([type="submit"])::placeholder {
	color: #435D47;
}

.cf7-custom-form input[type="submit"] {
	width: 100%;
	height: 2.2rem;
	padding: 0;
	border-radius: 0.2rem;
	font-size: 1.1rem; /* 26px */
	font-weight: bold;
	background-color: #FF710D;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s;
}

.cf7-custom-form input[type="submit"]:hover {
	background-color: #ffffff;
	color: #435d47;
}

.wpcf7-not-valid-tip {
	font-size: 0.7rem;
	color: #ffb4b4;
	margin-top: 0.2rem;
}

.lp-footer__form-area .lp-form-group {
	width: 100%;
}

/* ==========================================================================
   Custom Checkbox Styling
   ========================================================================== */

/* איפוס הצ'קבוקס של הדפדפן ויצירת הריבוע המעוצב */
.cf7-custom-form input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 0.75rem; /* גודל הריבוע - 18 פיקסלים */
	height: 0.75rem;
	border: 1px solid #ffffff; /* בורדר 1 פיקסל לבן */
	border-radius: 0; /* ללא בורדר רדיוס */
	background-color: transparent; /* ללא צבע רקע */
	cursor: pointer;
	position: relative;
	flex-shrink: 0; /* שומר שהריבוע לא יתכווץ כשהטקסט יורד שורה */
	margin: 0;
	position: relative;
	top: 0.12rem; /* יישור אנכי עדין מול שורת הטקסט הראשונה */
	margin-left: 0.3rem;
	outline: none;
}

/* ציור ה"וי" (Checkmark) כשהצ'קבוקס מסומן */
.cf7-custom-form input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 40%; /* מיקום קל כלפי מעלה כדי למרכז את הוי אחרי הסיבוב */
	left: 50%;
	width: 0.2rem; /* רוחב הוי */
	height: 0.4rem; /* גובה הוי */
	border: solid #ffffff; /* צבע הוי - לבן */
	border-width: 0 1.5px 1.5px 0; /* עובי הקו של הוי */
	transform: translate(-50%, -50%) rotate(45deg); /* סיבוב של 45 מעלות ליצירת צורת V */
}

/* מוודא שהטקסט שליד הצ'קבוקס מיושר אליו יפה בעטיפה החדשה של CF7 */
.cf7-custom-form .wpcf7-list-item {
	display: flex;
	align-items: flex-start;
	gap: 0.4rem;
	margin: 0;
}

/* מבטל את המרווח הדיפולטיבי של CF7 */
.cf7-custom-form .wpcf7-list-item-label {
	cursor: pointer;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.3rem;
	line-height: 1.3;
}
label {
	line-height: 1.3;
}

.creds {
	direction: ltr;
	display: flex;
	gap: 0.3rem;
	font-size: 0.8rem;
	font-weight: 300;
	align-items: center;
	margin-top: 2.3rem;
}
.creds img {
	display: block; 
	width: 6.05rem;
	height: auto;
}

.creds strong {
	font-weight: 700;
}
.creds > span:nth-child(1) {
	position: relative;
	top: 0.09rem;
}

html.lenis, html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/* ==========================================================================
   Hero Animations (Initial States & Transitions)
   ========================================================================== */

/* לוגו נווה אביב: מתחיל מ-0, ללא שקיפות */
.lp-hero__logo_1 {
	transform: translateY(40px);
	opacity: 0;
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* לוגו ישראל קנדה: מתחיל מוסתר קצת למטה */
.lp-hero__logo_2 {
	transform: translateY(30px) translateX(50%);
	opacity: 0;
	transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

/* הפס הירוק: מוסתר מתחת למסך (100% מהגובה שלו כלפי מטה) */
.lp-hero__bottom-bar {
	transform: translateY(100%);
	transition: transform 0.3s ease-in-out; /* אנימציה קשיחה וסטנדרטית כמו שביקשת */
}

/* ==========================================================================
   Hero Animations (Active States triggered by JS)
   ========================================================================== */
.lp-hero__logo_1.is-visible {
	transform: translateY(0);
	opacity: 1;
}

.lp-hero__logo_2.is-visible {
	transform: translateY(0) translateX(50%);
	opacity: 1;
}

.lp-hero__bottom-bar.is-visible {
	transform: translateY(0);
}

/* ==========================================================================
   CF7 Success State (Thank You Message)
   ========================================================================== */

/* מסתיר את השדות, כפתור השליחה והצ'קבוקסים ברגע שהטופס נשלח בהצלחה */
.wpcf7.is-sent .cf7-custom-form {
	display: none;
}

.wpcf7-response-output {
	display: none !important;
}

/* עיצוב הודעת התודה של CF7 שתחליף את הטופס */
.wpcf7.is-sent .wpcf7-response-output {
	display: block !important;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
	color: #ffffff;
	margin-top: 0.3rem;
	line-height: 1.2;
	border: none;
	background: none;
	
	/* אנימציית הופעה חלקה להודעת התודה */
	opacity: 0;
	animation: fadeInResponse 0.5s ease forwards;
}

/* הסתרת הודעות שגיאה כלליות אם הטופס נשלח בהצלחה */
.wpcf7.is-sent .wpcf7-not-valid-tip, .wpcf7.is-sent .wpcf7-form .field-error {
	display: none !important;
}

@keyframes fadeInResponse {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* עיצוב הודעת השגיאה החדשה שנייצר ב-JS */
.wpcf7-form .field-error {
	display: block;
	width: 100%;
	font-size: 0.7rem;
	color: #ffb4b4;
	margin-top: 0.2rem;
	font-weight: 400;
	text-align: right;
}

.no_m { display: block !important; }
.m_only { display: none !important; }

/* ==========================================================================
   Mobile Responsive (Breakpoint < 768px)
   ========================================================================== */
@media (max-width: 767px) {
	.no_m { display: none !important; }
	.m_only { display: block !important; }
	
	html { font-size: 14px; }

	.lp-hero__bottom-bar {
		position: relative;
		flex-direction: column-reverse; /* טלפון למעלה, טופס למטה במובייל */
		padding: 2rem 5vw;
		gap: 1.5rem;
	}

	.lp-hero__form-wrapper {
		margin-left: 0; width: 100%; gap: 2vw;
	}

	.lp-hero__bottom-bar .cf7-custom-form .lp-form-row {
		flex-direction: column;
	}
	
	.lp-hero__bottom-bar .cf7-custom-form .lp-form-submit {
		width: 100%;
	}

	.lp-hero__bottom-bar .cf7-custom-form .lp-form-checkboxes {
		flex-direction: column; gap: 0.5rem; font-size: 0.85rem;
	}

	/* איפוס הקולאז' במובייל לטור מסודר */
	.lp-welcome__container {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		width: 90vw;
	}
	
	.lp-welcome__text-1, 
	.lp-welcome__text-2,
	.lp-welcome__img--1,
	.lp-welcome__img--2,
	.lp-welcome__img--3,
	.lp-welcome__img--4,
	.lp-welcome__img--5 {
		grid-column: auto;
		grid-row: auto;
		width: 100%;
		margin-top: 0;
	}
	
	/* ביטול הגריד המורכב במובייל - חזרה לתצוגת טור קלאסית */
	.lp-welcome__gallery {
		display: flex; flex-direction: column; align-items: center;
		width: 100%; transform: none; margin-top: 2rem;
	}
	.lp-welcome__gallery-item { width: 100%; margin-top: 0 !important; }

	.lp-location__container, .lp-advantages__container, .lp-footer__container {
		flex-direction: column; width: 100vw; gap: 3rem;
	}

	.lp-location__map, .lp-location__content, .lp-advantages__image, 
	.lp-advantages__content, .lp-footer__form-area, .lp-footer__details-area {
		width: 100%;
	}

	.lp-location__content { padding: 4rem 5vw; }
	.lp-advantages__container { width: 90vw; }
	.lp-footer__container { width: 90vw; }

	.lp-footer__details-area { align-items: center; text-align: center; }
	.lp-footer__contact { text-align: center; }
	.lp-footer__social { justify-content: center; gap: 4vw; }
	.lp-footer__logo { max-width: 70vw; }
	.lp-footer__bottom-logo img { max-width: 30vw; }
	
	.lp-hero {
		position: relative;
		height: auto;
		padding-top: 37vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.lp-hero__container {
		position: relative;
		top: 0;
		margin-top: 15vh;
		margin-bottom: 2rem;
	}
	.lp-hero__form-wrapper {
		flex-direction: column;
	}
	.lp-hero__form-title {
		margin-top: 0;
	}
	.lp-hero__form-title {
		font-size: 1.8rem;
	}
	.lp-form-group {
		width: 100%;
	}
	.cf7-custom-form input:not([type="checkbox"]):not([type="submit"]) {
		width: 100%;
		height: 3rem;
		border-radius: 0.3rem;
		font-size: 1.4rem;
		padding: 0 1.4rem;
	}
	.lp-hero__bottom-bar .cf7-custom-form .lp-form-row {
		gap: 2vw;
	}
	.cf7-custom-form input[type="submit"] {
		height: 3rem;
		padding: 0;
		border-radius: 0.3rem;
		font-size: 1.4rem;
	}
	.wpcf7-not-valid-tip, .wpcf7-form .field-error {
		font-size: 1.2rem;
	}
	.lp-hero__logo_1 {
		top: 16vw;
		right: 5vw;
		transform: none;
		width: 90vw;
		height: auto;
		margin: 0;
	}
	.lp-hero__logo_2 {
		bottom: unset;
		top: 53vw;
		right: calc((100vw - 48vw) / 2);
		width: 48vw;
		height: auto;
	}
	p {
		font-size: 1.2rem;
	}
	.lp-section-title {
		margin-bottom: 2rem;
	}
	.lp-welcome {
		padding: 4rem 0;
	}
	.lp-welcome__text-1 {
		margin-bottom: 0;
	}
	.lp-location__container, .lp-advantages__container, .lp-footer__container {
		gap: 0;
	}
	.lp-location__item-title {
		font-size: 1.4rem;
		min-width: 8rem;
	}
	.lp-location__item-text {
		max-width: 14rem;
		font-size: 1.3rem;
	}
	.lp-location__item {
		align-items: flex-start;
	}
	.lp-advantages {
		padding: 4rem 0;
	}
	.lp-advantages__container {
		gap: 2rem;
	}
	.lp-advantages__item img {
		height: 3rem;
		margin-bottom: 1.2rem;
	}
	.lp-advantages__grid {
		gap: 2rem 0;
	}
	.lp-advantages__item span {
		font-size: 1.2rem;
	}
	.lp-advantages__text {
		margin-bottom: 2.3rem;
	}
	.lp-footer__form-title {
		font-size: 2rem;
	}
	.lp-footer__form-text {
		font-size: 1.3rem;
	}
	.lp-footer__form-area .lp-form-row {
		display: flex;
		flex-direction: column;
		gap: 2vw;
	}
	.lp-footer__form-area .cf7-custom-form {
		display: flex;
		flex-direction: column;
	}
	.lp-footer__form-area .lp-form-group {
		margin-top: 0;
	}
	.lp-hero__bottom-bar .cf7-custom-form .lp-form-checkboxes {
		margin-top: 3vw;
	}
	.cf7-custom-form input[type="checkbox"] {
		width: 1.2rem;
		height: 1.2rem;
		margin-left: 0.4rem;
	}
	.lp-hero__bottom-bar .cf7-custom-form .lp-form-checkboxes, .cf7-custom-form .lp-form-checkboxes {
		font-size: 1.2rem;
	}
	.cf7-custom-form input[type="checkbox"]:checked::after {
		width: 0.4rem;
		height: 0.8rem;
		border-width: 0 2px 2px 0;
	}
	.cf7-custom-form input[type="checkbox"] {
		top: 0.26rem;
	}
	.lp-footer__form-area .checkbox-wrap {
		margin-top: 0;
	}
	.lp-footer__form-area .lp-form-row, .lp-footer__form-area .lp-form-checkboxes {
		display: flex;
	}
	.lp-footer__form-area .lp-form-checkboxes {
		flex-direction: column;
		gap: 2vw;
	}
	.lp-footer__contact {
		font-size: 1.2rem;
		line-height: 1.30769231;
		margin: 2rem;
	}
	.lp-footer__contact p {
		font-size: 1.2rem;
	}
	.lp-footer__social img {
		height: 3.4rem;
	}
	.lp-footer__bottom-logo img {
		max-width: 42vw;
	}
	.lp-footer__bottom-logo {
		padding-top: 2rem;
	}
	.creds {
		justify-content: center;
		font-size: 1.2rem;
		gap: 0.6rem;
	}
	.creds img {
		width: 9.3rem;
	}
	.lp-footer__container {
		gap: 3rem;
	}
	
	.lp-welcome__img--3 {
		top: unset;
	}
	.lp-hero {
		background-size: 180% auto;
		background-position: center top;
	}
	
	
	/* מבטל את מצב ההתחלה המוסתר ומציג הכל רגיל במובייל */
	.lp-hero__logo_1,
	.lp-hero__logo_2,
	.lp-hero__bottom-bar {
		transform: none !important;
		opacity: 1 !important;
		transition: none !important;
	}
	
	.wpcf7.is-sent .wpcf7-response-output {
		font-size: 1.8rem;
	}
}