/*=========================================
IPO Timeline
AI Wealth Tech India
=========================================*/

.awti-timeline-card{
	margin-bottom:25px;
}

.awti-timeline-card h2{
	margin:0 0 20px;
	font-size:24px;
	font-weight:700;
	color:#111827;
}

.awti-table{
	width:100%;
	border-collapse:collapse;
	background:#fff;
	border-radius:14px;
	overflow:hidden;
}

.awti-table tr{
	border-bottom:1px solid #e5e7eb;
	transition:.3s ease;
}

.awti-table tr:last-child{
	border-bottom:none;
}

.awti-table tr:hover{
	background:#f8fafc;
}

.awti-table th{
	width:220px;
	padding:16px 18px;
	text-align:left;
	font-weight:700;
	color:#374151;
	background:#f9fafb;
}

.awti-table td{
	padding:16px 18px;
	color:#111827;
	font-weight:600;
}

@media(max-width:768px){

	.awti-table,
	.awti-table tbody,
	.awti-table tr,
	.awti-table th,
	.awti-table td{
		display:block;
		width:100%;
	}

	.awti-table tr{
		margin-bottom:15px;
		border:1px solid #e5e7eb;
		border-radius:12px;
		overflow:hidden;
	}

	.awti-table th{
		background:#f3f4f6;
		border-bottom:1px solid #e5e7eb;
	}

	.awti-table td{
		border-bottom:none;
	}

}