/**
 * NIYAPRESS: Footer Clean
 * Remove "STE ANRE SARL, WE CREATE" and center copyright text
 */

/* Hide STE ANRE SARL and WE CREATE text */
.site-footer .footer-credit,
.site-footer .footer-credit-text,
.site-footer .footer-company,
.site-footer .footer-agency,
.footer-agency {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

/* Force center copyright text - STRONG */
.footer-bottom,
.footer-bottom-inner,
.footer-copy {
	text-align: center !important;
	direction: rtl !important;
	display: block !important;
	width: 100% !important;
	margin: 0 auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	justify-content: center !important;
	align-items: center !important;
}

.footer-bottom-inner {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
}

.footer-copy {
	margin: 0 auto !important;
	text-align: center !important;
	width: 100% !important;
	max-width: none !important;
}

/* Remove any float or positioning */
.footer-bottom *,
.footer-bottom-inner * {
	float: none !important;
	position: static !important;
}

/* Style the copyright text */
.site-footer {
	padding: 20px 0 !important;
	background: #1a1a1a !important;
	color: #ffffff !important;
}

.site-footer .site-info {
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 20px !important;
}

.footer-copy {
	color: #ffffff !important;
	font-size: 14px !important;
	margin: 15px auto !important;
	font-family: 'Tajawal', sans-serif !important;
	line-height: 1.6 !important;
}

/* Ensure container is centered */
.footer-bottom .container {
	text-align: center !important;
	display: block !important;
	margin: 0 auto !important;
}

