.goog-te-gadget .goog-te-combo {
	padding: 8px;
}

.goog-te-gadget {
	color: #000 !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link {
	color: #000 !important;
}

#wasim {
	@media only screen and (min-width: 1400px) {
		max-width: 84%;
	}
}

.project-one__facts {
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
}

.fact-item {
	background-color: #006968;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
	width: 49%;
}

.project-one__card:hover + h3.project-heading {
	display: none;
}

/* Add this CSS to your stylesheet or in a <style> tag in your HTML document */

.form-overlay {
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group {
	margin-bottom: 20px;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.form-control {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

.input-group {
	width: 100%;
}

.input-group-text {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 5px 0 0 5px;
}

select.custom-select {
	width: calc(50% - 5px);
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
}

textarea.form-control {
	height: 100px;
}

.btn-primary {
	background-color: #007bff;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.btn-primary:hover {
	background-color: #0056b3;
}

.hide {
	display: none;
}

.right-aligned {
	text-align: center;
	position: relative;
}

.right-aligned-button {
	position: absolute !important;
	top: 0;
	right: 0;
	margin-right: 15px;
}
