.dr1027hero2 {
	background: linear-gradient(to right, #e0f2f1, #b2dfdb);
	color: #004d40;
	padding: 100px 20px;
	font-family: 'Poppins', 'Noto Serif Telugu', sans-serif;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.dr1027hero2 .hero2-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 40px;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s ease, transform 1s ease;
	background: rgba(255, 255, 255, 0.6);
	padding: 40px;
	border-radius: 24px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(6px);
}

.dr1027hero2 .hero2-content.visible {
	opacity: 1;
	transform: translateY(0);
}

.dr1027hero2 .hero2-text {
	flex: 1 1 48%;
	text-align: left;
}

.dr1027hero2 .hero2-title {
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
	color: #00695c;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.4);
}

.dr1027hero2 .telugu-line {
	display: block;
	font-size: 1.5rem;
	color: #00796b;
	font-weight: 600;
	margin-top: 10px;
	font-family: 'Noto Serif Telugu', serif;
}

.dr1027hero2 .hero2-subtitle {
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 20px;
	max-width: 600px;
	color: #004d40;
}

.dr1027hero2 .telugu-subtitle {
	display: block;
	font-size: 1.05rem;
	color: #00695c;
	font-weight: 500;
	font-family: 'Noto Serif Telugu', serif;
	opacity: 0.95;
}

/* WhatsApp Button */
.dr1027hero2 .whatsapp-button {
	display: inline-block;
	padding: 14px 36px;
	background: #25D366;
	color: white;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s
		ease;
	font-family: 'Noto Serif Telugu', serif;
}

.dr1027hero2 .whatsapp-button:hover, .dr1027hero2 .whatsapp-button:focus
	{
	background: #1ebd5a;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	transform: translateY(-2px);
	cursor: pointer;
}

/* Image Styling - Soft rounded and shadowed */
.dr1027hero2 .hero2-image-wrapper {
	flex: 1 1 48%;
	display: flex;
	justify-content: center;
}

.dr1027hero2 .hero2-image {
	width: 100%;
	max-width: 440px;
	height: auto;
	border-radius: 20px;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media ( max-width : 992px) {
	.dr1027hero2 .hero2-content {
		flex-direction: column;
		text-align: center;
		padding: 30px;
	}
	.dr1027hero2 .hero2-text {
		text-align: center;
	}
	.dr1027hero2 .hero2-title {
		font-size: 2.2rem;
	}
	.dr1027hero2 .telugu-line {
		font-size: 1.3rem;
	}
	.dr1027hero2 .hero2-subtitle, .dr1027hero2 .telugu-subtitle {
		font-size: 1rem;
	}
	.dr1027hero2 .whatsapp-button {
		padding: 12px 28px;
		font-size: 1rem;
	}
}