
.fusion-text.fusion-text-4 {
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 75%;
	line-height: 2;
	color: #FFFFFFB2;
}

.flip-box-container {
	max-width: calc(1200px + 70px);
	margin-left: calc(-70px / 2);
	margin-right: calc(-70px / 2);
	padding-bottom: 40px;
}

.pg-wrapper {
	padding-right: 0 !important;
}

/* Прибираємо горизонтальний скрол */
body {
	margin: 0;
	overflow-x: hidden; /* Ховає горизонтальний скрол */
}

#container {
	width: 100%;
	overflow-x: hidden; /* Вимикає горизонтальний скрол для контейнера */
}

[data-anchor="Page 1"], [data-anchor="Page 2"], [data-anchor="Page 3"], [data-anchor="Page 4"], [data-anchor="Page 6"] {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* Оптимізація margins для Page 3 щоб все вміщалося в 100vh */
[data-anchor="Page 3"] .row.mt-5 {
	margin-top: 1rem !important;
}

[data-anchor="Page 3"] .hover-column-container {
	margin-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

[data-anchor="Page 3"] .flip-box-container {
	padding-bottom: 1rem;
}

[data-anchor="Page 3"] .fusion-layout-column .row.mb-4 {
	margin-bottom: 0.75rem !important;
}

[data-anchor="Page 1"] {
	background-image: linear-gradient(rgb(24, 25, 29) 0%, rgba(24, 25, 29, 0.68) 100%), url('../images/galery/Superstructure of the second floor and redevelopment of the house. Canada.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-anchor="Page 10"] {
	background: rgb(24, 25, 29);
	position: relative;
	overflow: hidden;
}

[data-anchor="Page 10"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgb(24, 25, 29) 0%, rgba(24, 25, 29, 0.68) 100%);
	z-index: 1;
}

[data-anchor="Page 10"] video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: 0;
}

/*[data-anchor="Page 1"] .overlay-text {*/
/*	position: relative;*/
/*	z-index: 2;*/
/*}*/

[data-anchor="Page 2"], [data-anchor="Page 3"] {
	background-image: linear-gradient(rgb(24, 25, 29) 0%, rgba(24, 25, 29, 0.68) 100%), url('../images/galery/airport lounge. orly 4. paris.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-anchor="Page 4"], [data-anchor="Page 6"] {
	background-image: linear-gradient(rgb(24, 25, 29) 0%, rgba(24, 25, 29, 0.68) 100%), url('../images/galery/house tm 522 3.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-anchor="Page 2"], [data-anchor="Page 3"], [data-anchor="Page 4"], [data-anchor="Page 5"], [data-anchor="Page 6"], [data-anchor="contact_page"] {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

[data-anchor="Page 5"] {
	background-image: linear-gradient(rgb(24, 25, 29) 0%, rgba(24, 25, 29, 0.68) 100%), url('../images/galery/15 Osborne Grove, front. Melbourne.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-anchor="Page 5"], [data-anchor="contact_page"] {
	position: relative;
	width: 100%;
	height: 100vh; /* Секція займає весь екран */
	overflow: hidden;
}

.overlay-text {
	position: absolute;
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: white;
	z-index: 1;

}

.overlay-text-animate {
	opacity: 0;
	animation: fadeIn 3s ease-in-out forwards;
}

.overlay-text h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.overlay-text h2 {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.overlay-text p {
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 2;
	max-width: 800px;
	margin: 0 auto;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translate(-50%, -60%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}

.title-heading {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: -0.015em;
	text-transform: capitalize;
	line-height: inherit;
}

.title-text {
	color: white;
	padding-top: 120px;
}


.form-wrapper {
	max-width: 500px !important;
	margin: 50px auto !important;
	padding: 30px !important;
	border-radius: 10px !important;
}
.shadow {
	background-color: #121212 !important;
}
.form-header {
	font-size: 28px !important;
	font-weight: bold !important;
	text-align: left !important;
	margin-bottom: 30px !important;
}
.form-label-custom {
	font-size: 14px !important;
	color: #ffffff !important;
}
.input-field, .select-field {
	background-color: #0d0d0d !important;
	color: #ffffff !important;
	border: none !important;
	border-bottom: 2px solid #444444 !important;
	border-radius: 0 !important;
	padding: 10px !important;
}
.input-field:focus, .select-field:focus {
	background-color: #0d0d0d !important;
	color: #ffffff !important;
	outline: none !important;
	box-shadow: none !important;
	border-bottom: 2px solid #ffcc00 !important;
}
.submit-button {
	background-color: #ffcc00 !important;
	color: #000000 !important;
	font-weight: bold !important;
	border: none !important;
	padding: 12px !important;
	border-radius: 20px !important;
	width: 100% !important;
	margin-top: 20px !important;
	font-size: 16px !important;
}
.submit-button:hover {
	background-color: #e6b800 !important;
}

/* Адаптивні стилі для різних розширень екрану */

/* Планшети та менші ноутбуки */
@media (max-width: 1200px) {
	.title-text {
		padding-top: 120px;
	}

	.title-heading {
		font-size: 38px;
	}

	.hover-column-header {
		font-size: 32px;
	}
}

/* Планшети */
@media (max-width: 991px) {
	.title-text {
		padding-top: 100px;
	}

	.title-heading {
		font-size: 32px;
	}

	.flip-box-container {
		padding-bottom: 30px;
	}

	.hover-column-container {
		margin-top: 30px !important;
		padding-bottom: 40px !important;
	}

	.hover-column-header {
		font-size: 28px;
	}
}

/* Мобільні пристрої */
@media (max-width: 767px) {
	.title-text {
		padding-top: 80px;
	}

	.title-heading {
		font-size: 28px;
	}

	.hover-column-container {
		margin-top: 20px !important;
		padding-bottom: 30px !important;
	}

	.hover-column-header {
		font-size: 24px;
	}

	.fusion-text.fusion-text-4 {
		max-width: 90%;
		font-size: 0.9em;
	}

	/* Зменшуємо padding для колонок на мобільних */
	.fusion-layout-column {
		--padding: 24px;
	}
}

/* Маленькі мобільні пристрої */
@media (max-width: 480px) {
	.title-text {
		padding-top: 60px;
	}

	.title-heading {
		font-size: 24px;
	}

	.hover-column-header {
		font-size: 20px;
	}
}

/* Стилі для цін */
[data-anchor="Page 3"] .price-container {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.4;
}

[data-anchor="Page 3"] .price-text {
	display: block;
	font-size: 25px !important;
}

[data-anchor="Page 3"] .price-old {
	position: relative;
	font-size: 25px !important;
	/*color: #ff4444;*/
	font-weight: normal;
	display: inline-block;
}

[data-anchor="Page 3"] .price-old::after {
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: 50%;
	height: 4px;
	background: red;
	transform: rotate(-15deg);
	transform-origin: center;
}

[data-anchor="Page 3"] .price-new {
	/*color: #4CAF50;*/
	font-weight: bold;
	font-size: 25px !important;
	/*font-size: 16px;*/
	margin-left: 4px;
}