label {
	display: block;
	font-size: 18px;
	font-weight: 700;
}
form br{
	display: none;
}

input[type=text], 
input[type=email],
textarea{
	font-size: 16px;
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 2px solid #ccc;
	border-radius: 10px;
	box-shadow: 1px 1px 3px grey;
	box-sizing: border-box;
	resize: none;
}
textarea, .wpcf7-captchar{
	width: 73% !important;
}
.wpcf7-captchac{
	display: block;
}
.two-col {
	display: flex;
	gap: 40px;
}
.form-control{
	margin-bottom: 20px;
}
.required{
	color: red;
}
span.wpcf7-not-valid-tip {
	font-size: 16px;
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-checkbox {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 12px;
	margin-top: 12px;
}
.wpcf7-checkbox span.wpcf7-list-item label {
	font-weight: 400;
	line-height: 1.3;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.wpcf7-checkbox span.wpcf7-list-item label input {
	top: 4px;
	position: relative;
}
.wpcf7-submit {
	background-color: var(--color_primary);
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	border: 2px solid var(--color_primary) !important;
	padding: 12px 30px 12px 30px !important;;
}
.wpcf7-submit:hover {
	color: var(--color_primary);
	background-color: #fff;
}
.wpcf7-response-output {
	font-size: 18px;
}
.location-name{
	position: relative;
	width: 236px;
	height: 236px;
}
.location-name::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 236px;
	height: 236px;
	border-radius: 62px;
	border: 1px solid var(--color_primary);
	background-color: #fff;
	transform: rotate(45deg);
}
.location-name .elementor-widget-container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.office .elementor-widget-container, .office p, .office a, .office span {
	font-size: 20px;
}
.office .elementor-button .elementor-button-text{
	font-size: 14px;
}
.office .elementor-button{
	cursor: pointer;
	transition: 0.3s;
	border: 2px solid var(--color_primary) !important;
	padding: 12px 30px 12px 30px !important;
}
.office .elementor-button:hover {
	color: var(--color_primary);
	background-color: #fff;
}
.offices{
	position: relative;
	padding-bottom: 420px;
}
.offices::after{
	content: "";
	background-image: url(/wp-content/uploads/2024/11/contact-bottom-bg-desktop.svg);
	background-position: center bottom;
	bottom: -4px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.office .mail a{
	color: inherit;
	text-decoration: underline;
}

@media(max-width: 991px) and (min-width: 768px){
	.location-name{
		width: 200px;
		height: 200px;
	}
	.location-name::before{
		width: 200px;
		height: 200px;
	}
}

@media(max-width: 767px){
	.two-col {
		flex-direction: column;
		gap: 0;
	}
	.wpcf7-checkbox {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	textarea, .wpcf7-captchar {
		width: 100% !important;
	}
	.location-name{
		margin: auto;
	}
	.office {
		text-align: center;
		margin-bottom: 80px;
		gap: 40px;
	}
	.office .elementor-align-right {
		text-align: center;
	}
	.location-name {
		margin-bottom: 20px !important;
	}
	.offices {
		padding-bottom: 80px;
	}
	.offices::after{
		background-image: url(/wp-content/uploads/2024/11/contact-bottom-bg-mobile.svg);

	}
}