/* Terms and Conditions Page Styles */
.terms-section {
	background: #fff;
	padding: 48px 0 48px 0;
}
.terms-section .container {
	max-width: 900px;
	margin: 0 auto;
	background: #f8f9fa;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.04);
	padding: 32px 24px;
}
.terms-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #0B4D88;
	margin-bottom: 2rem;
	text-align: center;
}
.terms-content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #0B4D88;
	margin-top: 2rem;
	margin-bottom: 0.7rem;
}
.terms-content p, .terms-content ul {
	font-size: 1rem;
	color: #222;
	margin-bottom: 1rem;
}
.terms-content ul {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}
.terms-content li {
	margin-bottom: 0.5rem;
}
.terms-content a {
	color: #0B4D88;
	text-decoration: underline;
}
.terms-content a:hover {
	color: #0B4D88;
	text-decoration: none;
}
@media (max-width: 600px) {
	.terms-section .container {
		padding: 16px 6px;
	}
	.terms-title {
		font-size: 1.4rem;
	}
}
