/* ===============================
   FOOTER – PREMIUM MODERN STYLE
================================ */
.dr1007footer {
	background: linear-gradient(180deg, #bf360c, #e65100, #ff8f00);
	color: #fff;
	padding: 60px 20px 35px;
	text-align: center;
	font-family: 'Noto Sans Telugu', 'Poppins', sans-serif;
}

/* ===============================
   INNER CONTAINER
================================ */
.dr1007footer .footer-inner {
	max-width: 1000px;
	margin: 0 auto;
}

/* ===============================
   LOGO
================================ */
.dr1007footer .footer-logo img {
	width: 160px;
	margin-bottom: 18px;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
	transition: transform 0.4s ease;
}

.dr1007footer .footer-logo img:hover {
	transform: scale(1.08);
}

/* ===============================
   BRAND TITLE
================================ */
.dr1007footer .footer-title {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 10px;
	background: linear-gradient(90deg, #fff8e1, #ffe082);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* ===============================
   TAGLINE
================================ */
.dr1007footer .footer-tagline {
	font-size: 18px;
	color: #fff3e0;
	max-width: 720px;
	margin: 15px auto 40px;
	line-height: 1.7;
	opacity: 0.95;
}

/* ===============================
   QR CODE
================================ */
.dr1007footer .qrcode {
	margin: 40px auto;
}

.dr1007footer .qrcode-title {
	font-size: 18px;
	font-weight: 600;
	color: #fffde7;
	margin-bottom: 14px;
}

.dr1007footer .qrcode img {
	width: 160px;
	height: 160px;
	border-radius: 16px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

/* ===============================
   INFO LINKS (CHIPS STYLE)
================================ */
.dr1007footer .infolinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 30px 0;
}

.dr1007footer .infolinks a {
	color: #fffde7;
	text-decoration: none;
	font-size: 15px;
	padding: 8px 16px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(4px);
	transition: all 0.3s ease;
}

.dr1007footer .infolinks a:hover {
	background: rgba(255, 255, 255, 0.28);
	transform: translateY(-2px);
}

/* ===============================
   SOCIAL ICONS
================================ */
.dr1007footer .social-icons {
	margin: 35px 0 25px;
}

.dr1007footer .social-icons a {
	width: 46px;
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 22px;
	margin: 0 8px;
	color: #ff9800;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
	transition: transform 0.3s ease, background 0.3s ease;
}

.dr1007footer .social-icons a:hover {
	transform: translateY(-4px) scale(1.1);
	background: #fff3e0;
}

/* ===============================
   COPYRIGHT
================================ */
.dr1007footer .footer-copy {
	font-size: 14px;
	color: #fff8e1;
	margin-top: 25px;
	line-height: 1.6;
	opacity: 0.9;
}

.dr1007footer .footer-copy a {
	color: #ffffff;
	text-decoration: underline;
}

.dr1007footer .footer-copy a:hover {
	color: #ffe082;
}

/* ===============================
   RESPONSIVE
================================ */
@media ( max-width : 768px) {
	.dr1007footer .footer-title {
		font-size: 26px;
	}
	.dr1007footer .footer-tagline {
		font-size: 16px;
	}
	.dr1007footer .infolinks {
		gap: 10px;
	}
}

@media ( max-width : 480px) {
	.dr1007footer {
		padding: 45px 15px 30px;
	}
	.dr1007footer .footer-title {
		font-size: 24px;
	}
	.dr1007footer .qrcode img {
		width: 140px;
		height: 140px;
	}
}