/* Contact Form 7: "Contact form 1" (form ID 7). */
[id^="wpcf7-f7-"] .wpcf7-form > p {
	margin: 0;
	padding: 0;
}

[id^="wpcf7-f7-"] .wpcf7-form > p + p {
	margin-top: 23px;
}

[id^="wpcf7-f7-"] .wpcf7-form > p:last-of-type {
	margin-top: 50px;
}

[id^="wpcf7-f7-"] .wpcf7-form label > br {
	display: none;
}

[id^="wpcf7-f7-"] .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

[id^="wpcf7-f7-"] .wpcf7-form label {
	display: block;
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

[id^="wpcf7-f7-"] .wpcf7-form input[type="text"],
[id^="wpcf7-f7-"] .wpcf7-form input[type="email"],
[id^="wpcf7-f7-"] .wpcf7-form input[type="tel"] {
	box-sizing: border-box;
	height: 42px;
	min-height: 42px;
	padding: 7px 13px;
}

[id^="wpcf7-f7-"] .wpcf7-form input[type="text"],
[id^="wpcf7-f7-"] .wpcf7-form input[type="email"],
[id^="wpcf7-f7-"] .wpcf7-form input[type="tel"],
[id^="wpcf7-f7-"] .wpcf7-form textarea {
	width: 100%;
	border: 1px solid #9e9e9e;
	border-radius: 10px;
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 27px;
	max-height: 100px;
}

[id^="wpcf7-f7-"] .wpcf7-form input::placeholder,
[id^="wpcf7-f7-"] .wpcf7-form textarea::placeholder {
	color: #9e9e9e;
	opacity: 1;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 27px;
}

[id^="wpcf7-f7-"] .wpcf7-form input[type="submit"] {
	height: 50px;
	min-height: 50px;
	border-radius: 60px;
	width:100%;
	background: #044F68;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
}
[id^="wpcf7-f7-"] .wpcf7-form input[type="submit"]:hover {
	background: #044F68;
}

#heading-icon {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

#heading-icon::after {
	content: "";
	width: 18px;
	height: 12px;
	flex: 0 0 18px;
	background: url("/wp-content/uploads/2026/08/Vector-3.svg") center / contain no-repeat;
}
