.dr1049footer {
	background: linear-gradient(to bottom, rgba(102, 0, 0, 0.95),
		rgba(51, 0, 0, 0.95)),
		url('https://www.transparenttextures.com/patterns/gold-scale.png')
		no-repeat center center/cover;
	color: #FDF1E0;
	font-family: 'Poppins', 'Noto Sans Telugu', sans-serif;
	padding: 50px 20px 30px;
	border-top: 5px solid #B8860B;
	background-blend-mode: overlay;
}

.dr1049footer .footer-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	max-width: 1200px;
	margin: auto;
}

.dr1049footer .footer-brand {
	flex: 1 1 250px;
	display: flex;
	gap: 16px;
	align-items: center;
}

.dr1049footer .footer-brand img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 4px solid #FFD700;
	padding: 8px;
	background: #4B0000;
	transition: all 0.3s ease-in-out;
}

.dr1049footer .footer-brand h2 {
	font-size: 1.4rem;
	color: #FFD700;
	margin-bottom: 5px;
}

.dr1049footer .footer-brand p {
	font-size: 0.95rem;
	color: #FDF1E0;
}

.dr1049footer .footer-links {
	flex: 1 1 180px;
}

.dr1049footer .footer-links h4, .dr1049footer .footer-contact h4,
	.dr1049footer .footer-qr h4 {
	font-size: 1.1rem;
	color: #FFD700;
	margin-bottom: 12px;
}

.dr1049footer .footer-links ul {
	list-style: none;
	padding: 0;
}

.dr1049footer .footer-links li {
	margin-bottom: 10px;
}

.dr1049footer .footer-links a {
	color: #FDF1E0;
	text-decoration: none;
	transition: 0.3s;
}

.dr1049footer .footer-links a:hover {
	color: #FFD700;
}

.dr1049footer .footer-contact {
	flex: 1 1 200px;
}

.dr1049footer .footer-btn {
	display: block;
	margin-bottom: 10px;
	padding: 12px 18px;
	border-radius: 30px;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.95rem;
	width: 100%;
	max-width: 220px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.dr1049footer .call-btn {
	background: #FFD700;
	color: #4B0000;
}

.dr1049footer .whatsapp-btn {
	background: #25D366;
	color: #fff;
}

.dr1049footer .footer-btn:hover {
	transform: scale(1.05);
	opacity: 0.95;
}

.dr1049footer .footer-social {
	display: flex;
	gap: 18px;
	margin-top: 15px;
}

.dr1049footer .footer-social a {
	color: #FFD700;
	font-size: 1.5rem;
	transition: 0.3s;
}

.dr1049footer .footer-social a:hover {
	color: #FDF1E0;
	transform: scale(1.3);
}

.dr1049footer .footer-qr {
	flex: 1 1 150px;
	text-align: center;
}

.dr1049footer .footer-qr img {
	width: 100px;
	height: 100px;
	border: 3px dashed #FFD700;
	border-radius: 15px;
	background: #4B0000;
	padding: 10px;
}

.dr1049footer .footer-bottom {
	text-align: center;
	font-size: 0.85rem;
	color: #FDF1E0;
	margin-top: 40px;
	border-top: 1px solid #FFD70030;
	padding-top: 20px;
}

.dr1049footer .footer-bottom a {
	color: #FFD700;
	text-decoration: none;
}

.dr1049footer .footer-bottom a:hover {
	text-decoration: underline;
}

/* Responsive */
@media ( max-width : 768px) {
	.dr1049footer .footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.dr1049footer .footer-brand {
		flex-direction: column;
		align-items: center;
	}
	.dr1049footer .footer-btn {
		margin: 0 auto 10px;
	}
	.dr1049footer .footer-social {
		justify-content: center;
	}
}