.together-content {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	border: 1px solid #e3e3e3;
}
.together-content .form-control input {
	background: #fff;
	border-radius: 10px;
	height: 50px;
	padding: 10px 16px;
	border: 1px solid #e3e3e3;
}
h2.let-heading-together {
	color: #053c52;
	font-size: 33px;
	margin-top: 22px;
}
.form-control textarea#exampleFormControlTextarea1 {
	background: #fff;
	border-radius: 10px;
	padding: 10px 16px;
	border: 1px solid #e3e3e3;
	height: 110px;
	resize: none;
	padding: 20px;
	font-size: 16px;
	color: #b8b8b8;
	font-family: "Gilroy-Light";
}
.form-control textarea#exampleFormControlTextarea1::placeholder {
	font-size: 16px;
	color: #b8b8b8;
	font-family: "Gilroy-Light";
}
.contact-info ul.address-details li {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 18px;
}
.contact-info ul.address-details li h5 {
	font-family: "Gilroy-Medium";
	color: #fff;
	font-size: 22px;
	margin: 0;
}
.icon-twitter {
	width: 30px;
	height: 26px;
	object-fit: scale-down;
	position: relative;
	top: -4px;
}
.contact-info ul.address-details li i {
	color: #fff;
	font-size: 16px;
	margin: 0;
	border-radius: 100%;
	border: 1px solid #fff;
	padding: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-info h2.let-heading-together.text-whie {
	color: #fff;
}
.contact-info ul.address-details {
	margin-top: 20px;
}
.contact-info {
	padding: 20px 20px 20px 30px;
	background: #27aae1;
	border-radius: 20px;
}
.contact-info ul.social-wrapper {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 28px;
}
.contact-info ul.social-wrapper li a i {
	color: #fff;
	font-size: 22px;
	background: transparent;
	padding: 0px;
}
section.contact-us {
	padding: 70px 0 110px 0;
}
.background-logo {
	background-image: url("../img/big-logo.png");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1; /* Ensures that the background doesn't cover other content */
}
.background-logo img {
	display: none;
}
/* term and policy */
section.term-policy {
	padding-bottom: 90px;
	padding-top: 50px;
}
.terms-policy-content h3 {
	color: #27aae1;
	font-size: 21px;
	margin-bottom: 10px;
}
.terms-policy-content h2 {
	font-family: "Gilroy-Bold";
	font-size: 26px;
	color: #080c10;
	margin: 30px 0px;
}
.terms-policy-content p {
	color: #738288;
	line-height: 1.5;
}
@media (min-width: 1000px) and (max-width: 1025px) {
	h2.let-heading-together {
		font-size: 28px;
	}
}
@media (max-width: 835px) {
	.contact-info {
		margin-top: 30px;
	}
}
@media (max-width: 576px) {
	.contact-info {
		margin-top: 30px;
	}
}
@media (max-width: 281px) {
	h2.let-heading-together {
		color: #053c52;
		font-size: 23px;
		margin-top: 22px;
	}
	.contact-info ul.address-details li h5 {
		font-family: "Gilroy-Medium";
		color: #fff;
		font-size: 12px;
		margin: 0;
	}
}
