/* Ensure the modal is scrollable on mobile */
.modal-content {
	border-radius: 12px;
	overflow: hidden;
}

.modal-header {
	background: #007bff;
	color: white;
	border-radius: 12px 12px 0 0;
}

.modal-body {
	max-height: 60vh;
	overflow-y: auto;
	padding: 20px;
	font-size: 0.95rem;
	line-height: 1.6;
}

.modal-footer {
	background: #f8f9fa;
	border-radius: 0 0 12px 12px;
	padding: 15px;
}

@media (max-width: 576px) {
	.modal-dialog {
		max-width: 95%;
		margin: 10px auto;
	}

	.modal-body {
		max-height: 70vh;
	}

	.modal-title {
		font-size: 1.2rem;
		padding-bottom: 13px;
	}
}
p{
	font-weight: normal;
	text-align: justify;
}
h5#exampleModalLabel {
    padding-bottom: 10px;
}
.policy-container {
	color: #222;
	line-height: 1.6;
	padding: 10px;
}

.main-heading {
	font-size: 1.4rem;
	font-weight: 700;
	color: #55af1b;
	margin-bottom: 8px;
}

.subtitle {
	font-size: 1rem;
	color: #555;
	margin-bottom: 15px;
}

.section-title {
	color: #222;
	font-weight: 600;
	margin-top: 20px;
	border-left: 4px solid #55af1b;
	padding-left: 10px;
}

.styled-list {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px;
}

.styled-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 6px;
}

.styled-list li::before {
	content: "•";
	color: #55af1b;
	position: absolute;
	left: 0;
}

.policy-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 0.95rem;
}

.policy-table th {
	background: #55af1b;
	color: #fff;
	text-align: left;
	padding: 8px;
}

.policy-table td {
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: top;
}

.note {
	font-size: 0.9rem;
	font-style: italic;
	margin-top: 8px;
	color: #555;
}

.faq p {
	margin-bottom: 10px;
}

.faq span {
	display: block;
	margin-left: 15px;
	color: #444;
}

.contact-box {
	margin-top: 20px;
	background: #f9f9ff;
	border-left: 4px solid #55af1b;
	padding: 12px;
	border-radius: 8px;
}

.contact-box h5 {
	margin-bottom: 8px;
	font-weight: 600;
}

.contact-box a {
	color: #000;
	text-decoration: none;
}
.policy-benefits .highlight {
	color: #ff4dc4;
	font-weight: 700;
}

.policy-benefits .subtext {
	font-size: 1rem;
	font-weight: 600;
	color: #ff4dc4;
	margin-bottom: 10px;
}

.policy-benefits ul {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.policy-benefits ul li {
	font-size: 0.95rem;
	margin-bottom: 8px;
}

.policy-benefits table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.policy-benefits th {
	background: #000;
	color: #fff;
	padding: 8px;
	font-weight: 600;
}

.policy-benefits td {
	border: 1px solid #000;
	padding: 8px;
	font-size: 0.95rem;
}