.contact h1,
.contact p{
	color: #fff;
	text-align: center;
}
.contact h1 {
	font-size: 48px;
	margin: 0;
	padding-bottom: 24px;
}
.formcontacts {
	margin-top: -72px;
}
.form-contact7{
	background:#fff;
	border-radius:22px;
	padding:35px 38px 45px;
	box-shadow:0 10px 35px rgba(0,0,0,.08);
	width: 100%;
	max-width: 100%;
	height: 610px;
}
.form-contact7 h2{
	margin:0;
	font-size:30px;
	font-weight:700;
	color:#111827;
	padding-bottom: 8px;
}
.form-desc{
	color: #6b7280;
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 20px !important;
}
.form-row{
	display:flex;
	gap:18px;
}
.form-group{
	width:100%;
	margin-bottom:18px;
}
.form-row .form-group{
	flex:1;
}
.form-contact7 label{
	display:block;
	font-size:14px;
	font-weight:600;
	color:#111827;
	margin-bottom:8px;
}
.form-contact7 label span{
	color:#ff0000;
}
.form-contact7 input,
.form-contact7 select,
.form-contact7 textarea{
	width:100%;
	border:1px solid #dbe3ef;
	border-radius:10px !important;
	background:#fff;
	padding:14px 14px;
	font-size:14px;
	color:#374151;
	outline:none;
	transition:.25s;
	box-sizing:border-box;
}
.form-contact7 input,
.form-contact7 select{
	height:50px;
}
.form-contact7 textarea{
	height:110px;
	resize:none;
}
.form-contact7 input::placeholder,
.form-contact7 textarea::placeholder{
	color:#a7b0bf;
}
.form-contact7 input:focus,
.form-contact7 select:focus,
.form-contact7 textarea:focus{
	border-color:#117b72;
	box-shadow:0 0 0 3px rgba(17,123,114,.1);
}
.submit-box{
	margin-top:5px;
}
.form-contact7 .wpcf7-submit{
	width:100%;
	background:#087c72;
	color:#fff;
	border:none;
	height:45px;
	border-radius:10px;
	font-size:15px;
	font-weight:600;
	cursor:pointer;
	box-shadow:0 10px 20px rgba(8,124,114,.18);
	transition:.3s;
}
.form-contact7 .wpcf7-submit:hover{
	background:#05665e;
	transform:translateY(-2px);
}
@media(max-width:768px){
	.form-row{
		flex-direction:column;
		gap:0;
	}
	.form-contact7{
		padding:25px 20px;
	}
	.form-contact7 h2{
		font-size:24px;
	}
	.form-contact7 {
		height: 760px;
	}
	.gd-title {
		letter-spacing: -2px;
	}
	.gd-wrapper {
		padding: 15px !important;
	}
}
.gd-wrapper{
	background:#fff;
	border-radius:25px;
	padding:35px;
	box-shadow:0 5px 25px rgba(0,0,0,.05);
}
.gd-title{
	font-size: 24px;
	font-weight: 700;
	color: #0b2343;
	margin: 0;
	padding-bottom: 32px;
}
.gd-item{
	display: flex;
	gap: 20px;
	margin: 0;
	align-items: flex-start;
	padding-bottom: 24px;
}
.gd-icon{
	width:48px;
	min-width:48px;
	height:48px;
	background:#eef4f3;
	border-radius:12px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.gd-icon img{
	width:28px;
	height:28px;
	object-fit:contain;
}
.gd-content h3{
	margin:0 0 4px;
	font-size: 16px;
	font-weight: 700;
	color: #0b2343;
}
.gd-info{
	color:#5c6b7a;
	line-height:1.8;
	font-size:16px;
}
.gd-info p{
	margin-bottom:0;
	overflow-wrap: anywhere;
}
.gd-map{
	margin-top:35px;
	border-top:1px solid #e5e5e5;
	padding-top:25px;
}
.gd-map iframe{
	width:100%;
	height:200px;
	border-radius:15px;
	overflow:hidden;
}