.dr1027faq {
	background: linear-gradient(to bottom, #f4f7fa, #ffffff);
	padding: 80px 20px;
	font-family: 'Segoe UI', 'Noto Sans Telugu', sans-serif;
	color: #2C3E50;
	box-sizing: border-box;
}

.dr1027faq .faq-section h2 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 10px;
	color: #2E3A59;
	font-weight: 700;
	line-height: 1.3;
}

.dr1027faq .faq-section h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #6FCF97;
	margin: 12px auto 0;
	border-radius: 4px;
}

.dr1027faq .telugu-subtitle {
	font-size: 1.1rem;
	color: #FF7043;
	display: block;
	margin-top: 6px;
	font-family: 'Noto Sans Telugu', sans-serif;
}

.dr1027faq .faq-list {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.dr1027faq .faq-box {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(46, 58, 89, 0.08);
	border: 1px solid #dce3ea;
	overflow: hidden;
	transition: all 0.3s ease;
}

.dr1027faq .faq-title {
	padding: 18px 24px;
	font-weight: 600;
	font-size: 1.1rem;
	color: #2E3A59;
	cursor: pointer;
	background: #edf3f8;
	line-height: 1.4;
	display: flex;
	justify-content: space-between;
}

.dr1027faq .faq-title::after {
	content: '+';
	font-size: 1.6rem;
	color: #6FCF97;
	transition: transform 0.3s ease;
	width: 24px;
	text-align: center;
}

.dr1027faq .faq-box.active .faq-title::after {
	content: '−';
}

.dr1027faq .faq-sub {
	display: block;
	font-size: 0.95rem;
	color: #FF7043;
	font-style: italic;
	margin-top: 4px;
	font-family: 'Noto Sans Telugu', sans-serif;
}

.dr1027faq .faq-content {
	padding: 0 24px;
	max-height: 0;
	overflow: hidden;
	background: #f7fbfd;
	color: #2C3E50;
	font-size: 0.95rem;
	line-height: 1.6;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

.dr1027faq .faq-box.active .faq-content {
	padding: 16px 24px;
	max-height: 500px;
}

.dr1027faq .faq-content .telugu {
	margin-top: 6px;
	color: #2C3E50;
	font-size: 0.95rem;
	font-family: 'Noto Sans Telugu', sans-serif;
	line-height: 1.6;
}

@media ( max-width : 768px) {
	.dr1027faq .faq-section h2 {
		font-size: 2rem;
	}
	.dr1027faq .telugu-subtitle {
		font-size: 1rem;
	}
	.dr1027faq .faq-title {
		font-size: 1rem;
	}
	.dr1027faq .faq-sub {
		font-size: 0.9rem;
	}
}

@media ( max-width : 480px) {
	.dr1027faq {
		padding: 50px 15px;
	}
}