.footer_social_list {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

.footer_social_item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.footer_social_item a:hover {
	background: rgba(250, 158, 27, 0.8);
	transform: translateY(-3px);
}

.footer_social_item i {
	font-size: 18px;
	color: #fff;
}
