.footer_part {
	margin-top: 0 !important;
	padding-top: 55px;
	background: #111 !important;
}

.footer-title {
	margin-bottom: 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.footer_part p,
.footer_part li {
	color: #ccc !important;
	font-size: 14px;
	line-height: 1.8;
}

.footer_part ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer_part a {
	color: #ccc;
	transition: 0.2s ease;
}

.footer_part a:hover {
	color: var(--primary);
}

.subscribe-btn {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
	background: var(--primary);
	color: #fff !important;
	font-weight: 600;
}

.social-links {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.social-links a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #292929;
	color: #fff;
}

.social-links a:hover {
	background: var(--primary);
	color: #fff;
}

.copyright_part {
	margin-top: 40px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright_part p {
	margin: 0;
	text-align: center;
	color: #999 !important;
}
