/*=========================================
AI Wealth Tech India Premium Footer
=========================================*/

.awti-footer-branding{

	max-width:900px;
	margin:50px auto;
	padding:45px 30px;

	background:#fff;

	border:1px solid #edf2f7;
	border-radius:26px;

	text-align:center;

	box-shadow:0 20px 45px rgba(0,0,0,.08);

	position:relative;

	overflow:hidden;

	transition:.35s;

}

.awti-footer-branding:hover{

	transform:translateY(-4px);

	box-shadow:0 30px 60px rgba(37,99,235,.15);

}

.awti-footer-line{

	width:110px;
	height:6px;

	margin:0 auto 30px;

	border-radius:30px;

	background:linear-gradient(90deg,#22c55e,#2563eb);

}

.awti-footer-title{

	margin:0;

	font-size:38px;

	font-weight:800;

	line-height:1.2;

	color:#111827;

}

.awti-footer-badge{

	display:inline-block;

	margin:18px 0 28px;

	padding:11px 24px;

	border-radius:999px;

	background:#eef6ff;

	border:1px solid #dbeafe;

	color:#2563eb;

	font-size:15px;

	font-weight:700;

}

.awti-footer-chips{

	display:flex;

	flex-wrap:wrap;

	justify-content:center;

	gap:12px;

	max-width:760px;

	margin:0 auto 28px;

}

.awti-footer-chips span{

	display:inline-flex;

	align-items:center;

	justify-content:center;

	min-width:145px;

	padding:11px 18px;

	border-radius:999px;

	background:linear-gradient(135deg,#22c55e,#2563eb);

	color:#fff;

	font-size:14px;

	font-weight:700;

	box-shadow:0 8px 18px rgba(37,99,235,.18);

	transition:.30s;

}

.awti-footer-chips span:hover{

	transform:translateY(-3px) scale(1.05);

	box-shadow:0 15px 30px rgba(37,99,235,.25);

}

.awti-footer-tagline{

	margin:12px 0 25px;

	font-size:22px;

	font-weight:600;

	line-height:1.7;

	color:#374151;

}

.awti-footer-made{

	display:inline-block;

	padding:11px 24px;

	border-radius:999px;

	background:#f8fafc;

	border:1px solid #e5e7eb;

	font-size:17px;

	font-weight:700;

	color:#111827;

}

.awti-footer-hr{

	margin:35px auto 22px;

	border:none;

	height:1px;

	background:#e5e7eb;

	width:100%;

}

.awti-footer-copy{

	margin:0;

	font-size:14px;

	color:#6b7280;

	font-weight:500;

}

/* Mobile */

@media(max-width:768px){

	.awti-footer-branding{

		padding:35px 20px;

		border-radius:20px;

	}

	.awti-footer-title{

		font-size:30px;

	}

	.awti-footer-badge{

		font-size:14px;

		padding:10px 20px;

	}

	.awti-footer-tagline{

		font-size:18px;

	}

	.awti-footer-made{

		font-size:15px;

		padding:10px 18px;

	}

	.awti-footer-chips{

		gap:10px;

	}

	.awti-footer-chips span{

		min-width:135px;

		font-size:13px;

		padding:10px 14px;

	}

}