.website-footer.footer-template-3 {
	--ahura-footer-3-shell-bg: #f0f0f2;
	--ahura-footer-3-card-bg: #ffffff;
	--ahura-footer-3-card-radius: 24px;
	--ahura-footer-3-card-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
	--ahura-footer-3-divider: rgba(15, 23, 42, 0.08);
	--ahura-footer-3-max-width: 1280px;
	background-image: none !important;
	border-top: none !important;
	padding: 32px 20px 40px;
	box-shadow: none;
}

/* Footer slogan — same width, radius, and shadow as the footer card */
.website-footer.footer-template-3 > .footer-legend {
	width: 100%;
	max-width: var(--ahura-footer-3-max-width);
	margin: 0 auto 20px;
	padding: 0;
	box-sizing: border-box;
	border-radius: var(--ahura-footer-3-card-radius);
	overflow: hidden;
	box-shadow: var(--ahura-footer-3-card-shadow);
	background-color: var(--ahura-footer-3-card-bg, #ffffff);
	background-size: cover;
	background-position: center;
}

.website-footer.footer-template-3 > .footer-legend .footer-legend-inner {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 28px 40px;
	border-radius: var(--ahura-footer-3-card-radius);
	box-sizing: border-box;
}

.website-footer.footer-template-3 .footer-3-shell {
	max-width: var(--ahura-footer-3-max-width);
	margin: 0 auto;
}

.website-footer.footer-template-3 .footer-3-card {
	background-color: var(--ahura-footer-3-card-bg, #ffffff);
	border-radius: var(--ahura-footer-3-card-radius);
	box-shadow: var(--ahura-footer-3-card-shadow);
	padding: 48px 40px 28px;
	width: 100%;
	margin: 0 auto;
}

.website-footer.footer-template-3 .footer-3-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px 32px;
}

.website-footer.footer-template-3 .footer-3-brand {
	flex: 0 1 320px;
	max-width: 360px;
	min-width: 0;
}

.website-footer.footer-template-3 .footer-3-logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;
}

.website-footer.footer-template-3 .footer-3-logo img {
	max-height: 40px;
	width: auto;
	height: auto;
	border-radius: 0;
}

.website-footer.footer-template-3 .footer-3-site-name {
	display: inline-block;
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: inherit;
	text-decoration: none;
}

.website-footer.footer-template-3 .footer-3-about .foot-widget-title {
	margin-bottom: 12px;
	padding: 0;
	border: none;
}

.website-footer.footer-template-3 .footer-3-about .foot-widget-content {
	color: #6b7280;
	font-size: var(--ahura-footer-widget-font-size, 15px);
	font-weight: var(--ahura-footer-widget-font-weight, 400);
	line-height: 1.65;
	text-align: start;
}

.website-footer.footer-template-3 .footer-3-brand-social {
	margin-top: 20px;
}

.website-footer.footer-template-3 .footer-3-brand-social .footer-widget {
	padding: 0;
	width: 100%;
	max-width: none;
}

.website-footer.footer-template-3 .footer-3-brand-social .footer-widget-title {
	display: none;
}

.website-footer.footer-template-3 .footer-3-brand-social .ahura_social_widget,
.website-footer.footer-template-3 .footer-3-brand-social .social2-box {
	margin-top: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	grid-template-columns: unset;
}

.website-footer.footer-template-3 .footer-3-brand-social .ahura_social_widget a,
.website-footer.footer-template-3 .footer-3-brand-social .social2-box a {
	width: 40px;
	height: 40px;
	min-width: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.05);
}

.website-footer.footer-template-3 .footer-3-widgets {
	flex: 1 1 480px;
	min-width: 0;
}

.website-footer.footer-template-3 .footer-3-widgets > .footer-widget {
	padding: 0;
}

.website-footer.footer-template-3 .footer-3-widgets .footer-widget-title,
.website-footer.footer-template-3 .footer-3-widgets span.footer-widget-title {
	display: block;
	font-size: var(--ahura-footer-widget-font-size, 16px);
	font-weight: var(--ahura-footer-widget-font-weight, 700);
	margin-bottom: 14px;
	color: #111827;
}

.website-footer.footer-template-3 .footer-3-widgets .menu li a,
.website-footer.footer-template-3 .footer-3-widgets .footer-widget * {
	font-size: var(--ahura-footer-widget-font-size, 15px);
	font-weight: var(--ahura-footer-widget-font-weight, 400);
}

.website-footer.footer-template-3 .footer-3-widgets .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.website-footer.footer-template-3 .footer-3-widgets .menu li {
	margin-bottom: 10px;
}

.website-footer.footer-template-3 .footer-3-widgets .menu li a {
	color: #6b7280;
	text-decoration: none;
	transition: color 0.15s ease;
}

.website-footer.footer-template-3 .footer-3-widgets .menu li a:hover {
	color: var(--mw_primary_color, #1d67e8);
}

.website-footer.footer-template-3 .footer-3-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid var(--ahura-footer-3-divider);
	font-size: 14px;
	color: #6b7280;
}

.website-footer.footer-template-3 .footer-3-copyright,
.website-footer.footer-template-3 .footer-3-copyright2 {
	margin: 0;
	float: none;
	width: auto;
	text-align: inherit;
}

.website-footer.footer-template-3 .footer-3-bottom-end {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 16px 24px;
}

.website-footer.footer-template-3 .footer-3-namad {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.website-footer.footer-template-3 .footer-3-namad img {
	width: 70px;
	height: auto;
	border-radius: 6px;
}

@media screen and (max-width: 991px) {
	.website-footer.footer-template-3 .footer-3-card {
		padding: 36px 24px 24px;
	}

	.website-footer.footer-template-3 > .footer-legend .footer-legend-inner {
		padding: 24px 24px;
	}

	.website-footer.footer-template-3 .footer-3-brand {
		flex: 1 1 100%;
		max-width: none;
	}

}

@media screen and (max-width: 991px) {
	.website-footer.footer-template-3 > .footer-legend .footer-legend-inner {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
}

@media screen and (max-width: 575px) {
	.website-footer.footer-template-3 > .footer-legend .footer-legend-inner {
		padding: 20px 20px;
	}

	.website-footer.footer-template-3 .footer-3-bottom,
	.website-footer.footer-template-3 .footer-3-bottom-end {
		flex-direction: column;
		align-items: flex-start;
	}
}
