.xp-footer {
	width: 100%;
	background-image: url(../images/banner/banner-footer.png);
	background-color: #2b2b2b;
	background-size: cover;
	background-repeat: no-repeat;
}
.xp-inner-footer {
	padding: 60px 0 40px;
}
.xp-footer-widget {
	margin-bottom: 30px;
}
.xp-text-white {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Jost', sans-serif;
	padding-bottom: 12px;
}
.xp-text-white::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #81ba2d, #93f700);
	border-radius: 2px;
	animation: slideIn 0.6s ease-out;
}
@keyframes slideIn {
	from { width: 0; opacity: 0; }
	to { width: 40px; opacity: 1; }
}
.xp-text-variant {
	color: #d7d7d7;
	line-height: 1.8;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 24px;
	font-family: 'Jost', sans-serif;
}
.xp-wd-social span {
	letter-spacing: 1px;
	color: #cbd5e0;
	font-weight: 500;
	margin-bottom: 12px;
	display: block;
	font-size: 16px;
	font-family: 'Jost', sans-serif;
}
.xp-list-social {
	list-style: none;
	display: flex;
	gap: 10px;
	padding: 0;
}
.xp-list-social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #a3b1bf;
	text-decoration: none;
	font-size: 16px;
	transition: all 0.3s ease;
}
.xp-list-social li a:hover {
	background: #81ba2d;
	color: #fff;
	border-color: #81ba2d;
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(232, 162, 62, 0.35);
}
.xp-navigation-menu-footer {
	list-style: none;
	padding: 0;
}
.xp-navigation-menu-footer li {
	margin-bottom: 14px;
}
.xp-navigation-menu-footer li a {
	color: #d7d7d7;
	text-decoration: none;
	font-size: 15px;
	transition: all 0.3s ease;
	position: relative;
	padding-left: 0;
	font-family: 'Jost', sans-serif;
	letter-spacing: 1px;
}
.xp-navigation-menu-footer li a::before {
	content: '›';
	position: absolute;
	left: -15px;
	opacity: 0;
	color: #81ba2d;
	font-weight: 700;
	transition: all 0.3s ease;
}
.xp-navigation-menu-footer li a:hover {
	color: #81ba2d;
	padding-left: 15px;
}
.xp-navigation-menu-footer li a:hover::before {
	opacity: 1;
	left: 0;
}
.xp-contact {
	list-style: none;
	padding: 0;
}
.xp-contact-widget {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}
.xp-contact-widget i {
	color: #81ba2d;
	font-size: 18px;
	margin-top: 3px;
	flex-shrink: 0;
	width: 20px;
	text-align: center;
}
.xp-contact-widget p,
.xp-contact-widget a {
	color: #d7d7d7;
	font-size: 15px;
	font-family: 'Jost', sans-serif;
	line-height: 1.7;
	letter-spacing: 1px;
	text-decoration: none;
	transition: color 0.3s ease;
}
.xp-contact-widget a:hover {
	color: #81ba2d;
}
.xp-bottom-footer {
	border-top: 1px solid rgb(255 255 255 / 40%);
	padding: 22px 0;
}
.xp-content-footer-bottom {
	text-align: center;
}
.xp-copyright {
	color: #d7d7d7;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Jost', sans-serif;
}
@media (max-width: 767px) {
	.xp-inner-footer { 
		padding: 40px 0 0px; 
	}
	.xp-text-white { 
		font-size: 18px; 
	}
	.xp-bottom-footer{
		padding: 20px 0 80px;
	}
	.xp-copyright {
		font-size: 16px;
	}
}