.hero-banner {
	position: relative;
	width: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 100px 0 80px;
	background-color: #f7f2ec;
}
.hero-banner .page-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.hero-banner h3,
.contact-section .title {
	font-size: 20px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #d85575;
}
.hero-banner .hero-title {
	font-size: 70px;
	font-family: "Playfair Display", serif;
	margin: 0;
	max-width: 600px;
	line-height: 110%;
}
.hero-banner p {
	margin: 0;
	max-width: 500px;
	font-size: 20px;
	line-height: 30px;
	color: #191919;
	font-weight: 400;
}
.contact-section {
	padding: 60px 0;
}
.contact-section .page-wrapper {
	display: flex;
	gap: 40px;
}
.contact-section .contact-left {
	width: 30%;
	border-right: 1px solid #eee;
}
.contact-section .contact-right {
	width: 70%;
}
.contact-info li span {
	min-width: 80px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	border-radius: 9999px;
}
.contact-section .title {
	margin-bottom: 30px;
}
.contact-info li {
	display: flex;
	gap: 20px;
}
.contact-info ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.contact-info li strong {
	font-size: 22px;
	font-family: "Playfair Display", serif;
	margin: 0;
	line-height: 110%;
	font-weight: 500;
	margin-bottom: 5px;
}
.contact-info li p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}
.contact-info li a {
	color: #191919;
	text-decoration: none;
}
.contact-info li a:hover {
	color: #d85575;
}
.contact-map {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 42.85%;
}
.contact-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.contact-support ul {
	background-color: #f7f2ec;
	padding: 30px 20px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.contact-form input,
.contact-form textarea {
	min-height: 42px;
	border: 1px solid #eee;
	border-radius: 5px;
	display: block;
	width: 100%;
	margin-top: 0;
	padding: 10px;
	color: #191919;
	font-size: 16px;
	font-family: 'Poppins';
}
.contact-support li {
	display: flex;
	gap: 10px;
	align-items: center;
	width: calc(33.33% - 14px);
}
.contact-support li strong {
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}
.contact-support li p {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
	font-weight: 400;
}
.contact-form [type="submit"] {
	background-color: #d85575;
	border: 1px solid #d85575;
	color: #fff;
	max-width: 210px;
	display: flex;
	height: 42px;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	border-radius: 4px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.contact-form [type="submit"]:hover {
	background-color: #0000;
	color: #d85575;
}
.contact-form .wpcf7-not-valid-tip {
	font-size: 12px;
}
body .contact-form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 14px;
}
@media(max-width: 1200px) {
	.hero-banner {
		background-position: left;
	}
	.hero-banner h3,
	.contact-section .title {
		font-size: 18px;
	}
	.hero-banner .hero-title {
		font-size: 54px;
		max-width: 400px;
	}
	.contact-support li strong {
		font-size: 18px;
		line-height: 22px;
	}
	.contact-support li p {
		font-size: 16px;
		line-height: 20px;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.contact-info ul {
		flex-direction: unset;
		flex-wrap: wrap;
	}
	.contact-info li {
		width: calc(50% - 15px);
	}
}
@media(max-width: 991px) {
	.hero-banner {
		min-height: 380px;
		padding: 60px 0 30px;
	}
	.hero-banner h3,
	.contact-section .title {
		font-size: 14px;
	}
	.hero-banner .hero-title {
		font-size: 50px;
	}
	.hero-banner p {
		max-width: 337px;
		font-size: 16px;
		line-height: 26px;
	}
	.contact-section .page-wrapper {
		flex-direction: column;
	}
	.contact-section .contact-left {
		border-right: 0;
	}
	.contact-section .contact-left,
	.contact-section .contact-right {
		width: 100%;
		border-right: 0;
	}
	.contact-info li strong {
		font-size: 18px;
	}
	.contact-info li p {
		font-size: 14px;
		line-height: 20px;
	}
	.contact-info li span svg {
		width: 26px;
		height: 26px;
	}
	.contact-info li span {
		min-width: 60px;
		width: 60px;
		height: 60px;
	}
	.contact-form input,
	.contact-form textarea {
		min-height: 38px;
		margin-top: 10px;
		font-size: 14px;
	}
	.contact-support li strong {
		font-size: 16px;
	}
	.contact-support li p {
		font-size: 14px;
		line-height: 18px;
	}
	.contact-form [type="submit"] {
		max-width: 125px;
		height: 38px;
		font-size: 14px;
		line-height: 18px;
	}
	.contact-right .title {
		margin-bottom: 20px;
	}
}
@media(max-width: 767px) {
	.hero-banner .hero-title {
		font-size: 40px;
	}
	.contact-support li {
		align-items: start;
		width: calc(50% - 10px);
		flex-direction: column;
	}
}