h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
label,
input,
button {
	font-family: 'Radley', sans-serif;
	outline: 0;
	margin: 0;
}

.post,
.page {
	margin: 0;
}

body {
	margin: 0;
	box-sizing: border-box;
	padding: 0;
}

body.no-scroll {
	overflow: hidden;
}






/*--------------------------------------------- HEADER ---------------------------------------------------- */

.header-desktop {
	position: absolute;
	z-index: 999;
	width: 100%;
}

.menu-parkhouse {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 60px 70px 0;
}

.hamburger-menu {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-end;
	z-index: 9999;
}

.hamburger-menu .line {
	width: 50px;
	height: 4px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 4px;
}

.hamburger-open {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-end;
	z-index: 9999;
	padding: 60px 70px 0;
}

.hamburger-open .line {
	width: 50px;
	height: 4px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 4px;
}

.hamburger-menu span:nth-child(1) {
	width: 80%;
}

.hamburger-menu span:nth-child(3) {
	width: 70%;
}

.hamburger-open span:nth-child(1) {
	transform: rotate(45deg) translate(18px, 6px);
}

.hamburger-open span:nth-child(2) {
	transform: rotate(-45deg) translate(1px, 6px);
}

#menu-container {
	/* display: none; */
	position: absolute;
	top: 0;
	right: -100%;
	background: #D6CBB3;
	box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	/* transition: 1s; */
	z-index: 1000;
	max-width: 800px;
	height: 100vh;
	overflow: hidden;
	/* menu overlay transition */
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


#menu-container.active {
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.menu-links {
	/* padding-bottom: 100px;
	padding-top: 185px; */
	position: absolute;
	bottom: 30%;
	right: 0;
}

.menu-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 57px;
	text-align: right;
}

.menu-links ul li a {
	color: #FFF;
	text-align: right;
	font-size: 50px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.menu-links ul li a:hover {
	color: #000;
	transition: all 0.3s;
}

.header-bottom {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	padding: 0 57px 47px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.header-bottom a {
	color: #FFF;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.phone-number {
	display: flex;
	align-items: center;
	gap: 4px;
}

@media screen and (max-width: 768px) {
	.menu-parkhouse {
		padding: 60px 15px 0;
	}

	.parkhouse-logo img {
		width: 120px;
	}
}

@media screen and (max-width: 425px) {

	.parkhouse-logo img {
		width: 95px;
	}
}


/*--------------------------------------------- HOMEPAGE ---------------------------------------------------- */
body.home {
	overflow: hidden;
}

.hero-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	padding: 0 70px 47px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}

.hero-content h1 {
	color: #FFF;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
	padding-bottom: 5px;
}

.hero-content p {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	max-width: 700px;
	width: 100%;
}

@media screen and (max-width: 1280px) {
	.hero-content h1 {
		font-size: 50px;
		line-height: 50px;
	}

	.hero-content p {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.hero-overlay {
		padding: 0 30px 47px;
	}

	.hero-content p {
		max-width: 570px;
	}
}

@media screen and (max-width: 375px) {
	.header-bottom {
		flex-direction: column;
	}

	.menu-links ul {
		padding-right: 48px;
	}

	.hamburger-open {
		padding: 60px 60px 0;
	}
}

/*--------------------------------------------- ABOUT PROJECT ---------------------------------------------------- */

.about-project-content {
	display: flex;
	gap: 70px;
	padding: 70px 89px;
	background: #D6CBB3;
}

.about-content h1 {
	color: #FFF;
	font-size: 50px;
	font-weight: 400;
	line-height: 56px;
	max-width: 700px;
}

.about-content p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	max-width: 1200px;
}

.about-hr {
	width: 85%;
	color: #fff;
	border: 0;
	height: 2px !important;
	background-color: #fff;
	margin: 30px 0;
	opacity: 1 !important;
}

.dual-section {
	padding: 150px 70px 124px;
}

.background-dual {
	display: flex;
	justify-content: flex-end;
}

.background-color-right {
	background-color: #D6CBB380;
	max-width: 1073px;
	width: 100%;
	height: calc(100vh - 102px);
	position: absolute;
	z-index: -1;
}

.image-container {
	padding: 50px 40px 50px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.content-block {
	display: flex;
	justify-content: space-between;
	padding: 0 70px 124px;
	gap: 40px;
}

.description {
	color: #3B0D11;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	opacity: 0.8;
	max-width: 870px;
	width: 100%;
}

.about-image-second-content {
	background-color: #D6CBB3;
	padding: 112px 70px 90px;
}

.about-image-second-content p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	padding-bottom: 22px;
	max-width: 1265px;
}

.about-hero {
	background-image: url('/wp-content/uploads/2025/05/banner-about.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 75vh;
	background-position: center;
}

.dual-section .left img {
	position: absolute;
	width: 44%;
	vertical-align: bottom;
	margin-top: 150px;
}

.dual-section .right {
	background-color: #D6CBB380;
}

.dual-section .right img {
	padding: 23px 2px;
}



/* .mob-display {
	display: none;
} */


@media screen and (max-width: 1600px) {
	.background-color-right {
		height: calc(100vh - 132px);
	}
}

@media screen and (max-width: 768px) {
	.dual-section {
		padding: 40px 0;
	}

	.dual-section .left img {
		position: relative;
		width: 100%;
		vertical-align: bottom;
		margin: 25px auto;
	}

	.about-image-second-content {
		padding: 25px;
	}
}



@media screen and (max-width: 440px) {
	/* .mob-display {
		display: block;
	}*/

	.about-content h1 {
		font-size: 25px;
		line-height: 35px;

	}

	.about-hero {
		background-position: 73%;
	}
}

@media screen and (max-width: 425px) {
	.about-project-content {
		padding: 70px 25px;
		gap: 25px;

	}

	.about-project-content .down-arrow img {
		width: 187px;
		margin-top: 30px;
	}
}




/*--------------------------------------------- CONTACT ---------------------------------------------------- */
.contact-content {
	display: flex;
	justify-content: space-between;
}

.contact-left {
	background-color: #D6CBB3;
	padding: 20% 0 0 72px;
	/* max-width: 700px; */
	width: 100%;
}

.contact-left h1 {
	color: #FFF;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
	padding-top: 50px;
}

.contact-right iframe {
	width: 1220px;
	height: 100%;
}

.data-contact {
	padding-top: 40px;
}

.contact-info {
	display: flex;
	gap: 30px;
	padding-bottom: 10px;
}

.contact-info p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	max-width: 130px;
	width: 100%;
}

.contact-info span {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	max-width: 334px;
}

.contact-info span a {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.contact-form {
	padding-top: 40px;
}

.contact-form form {
	max-width: 488px;
}

.contact-form label {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	padding: 10px 0 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	margin-top: 5px;
	padding: 8px 17px;
	border: 0.7px solid #FFF;
	background-color: transparent;
	width: 100%;
	outline: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {}

input::placeholder,
textarea::placeholder {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.7;
}

textarea {
	width: 100%;
	height: 100px;
	resize: none;
}

input[type="submit"] {
	width: 100%;
	color: #ACA088;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	/* 122.222% */
	background-color: #FFF;
	border: none;
	margin-top: 15px;
}

@media screen and (max-width: 1350px) {
	.contact-left {
		padding: 28% 0 0 72px;

	}
}

@media screen and (max-width: 1024px) {
	.contact-left {
		padding: 35% 25px 0 25px;

	}

	.contact-info {
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.contact-page {
		iframe {
			min-height: 500px;
		}
	}

	.contact-left {
		padding: 20% 25px 0 25px;

	}
}

/*--------------------------------------------- PROPERTIES ---------------------------------------------------- */
.properties-title h1 {
	color: #D6CBB3;
	text-align: center;
	font-size: 70px;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 50px;
}

.properties-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 70px 118px;
}

.properties-name {
	position: relative;
}

.properties-name h2 {
	color: #D6CBB3;
	font-size: 50px;
	font-weight: 400;
	line-height: 56px;
}

.properties-hr {
	position: absolute;
	margin: 30px 0 0 86px;
	height: 2px !important;
	background-color: #D6CBB3;
	width: 700px;
	opacity: 1 !important;
	z-index: 99;
}

.properties-details {
	padding: 50px 0 0 86px;
}

.properties-details p {
	color: #D6CBB3;
	font-size: 30px;
	font-weight: 400;
	line-height: 56px;
}

.properties-image-container {
	position: relative;
}

.properties-text {
	background-color: #D6CBB3;
	padding: 35px 35px 31px;
	max-width: 780px;
	margin-left: 60px;
	position: absolute;
	bottom: -38px;
}

.properties-text h3 {
	color: #FFF;
	font-size: 26px;
	font-weight: 400;
	line-height: normal;
}

.properties-text p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}


.properties-item-two {
	background-color: #D6CBB3;
	padding: 148px 70px 175px;
	margin-bottom: 88px;
}

.properties-item-two .properties-name h2 {
	color: #FFF;
}

.properties-item-two .properties-details p {
	color: #FFF;
}

.properties-item-two .properties-text {
	background-color: #fff;
}

.properties-item-two .properties-text h3 {
	color: #ACA088;
}

.properties-item-two .properties-text p {
	color: #ACA088;
}

.properties-item-two .properties-hr {
	background-color: #fff;
}

.my-property {
	padding-bottom: 7rem;
	padding-top: 2.5rem;
	padding-left: 40px;
	padding-right: 40px;
}

@media screen and (max-width: 1024px) {
	.properties-name-details .properties-name h2 {
		font-size: 45px;
	}

	.properties .properties-title h1 {
		font-size: 60px;
	}

	.properties-details p {
		font-size: 24px;
		line-height: 48px;
	}

	.my-property {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Medium devices (tablets, 992px and down) */
@media (max-width: 992px) {
	.properties-name-details .properties-name h2 {
		font-size: 40px;
	}

	.properties .properties-title h1 {
		font-size: 50px;
		padding-bottom: 0;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.properties-name-details .properties-details {
		padding: 30px 0 0 35px;
	}

	.properties-image-container .properties-text {
		padding: 11px 15px 11px;
		max-width: 100%;
		margin: 0px 10%;
		bottom: -85px;
	}

	.my-property {
		padding-top: 0;
	}

	.properties-hr {
		width: 300px;
	}

	.properties-item-two {
		margin-bottom: 30px;
	}
}

/* Small devices (phones, 600px and down) */
@media (max-width: 600px) {
	.properties-name-details .properties-name h2 {
		font-size: 36px;
	}

	.properties-text p {
		font-size: 13px;
		line-height: normal;
	}

	.my-property {
		padding-bottom: 7rem;
		padding-top: .5rem;
	}

	.properties .properties-title h1 {
		font-size: 40px;
		margin: 25px 0;
		padding-bottom: 0;
	}
}

@media (max-width: 600px) {
	.properties-text h3 {
		font-size: 20px;
	}
}




/*--------------------------------------------- FOOTER ---------------------------------------------------- */

.footer {
	background-color: #ACA088;
	padding: 40px 70px;
	display: flex;
	justify-content: space-between;
}

.footer-right-reserved p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

.footer-social a {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

@media (max-width: 600px) {
	.footer {
		padding: 25px;
		gap: 20px;
	}
}

@media (max-width: 375px) {
	.footer {
		gap: 10px;
	}
}