/* =========================
   FOOTER BASE
========================= */
.dr1051footer {
	background: #0b1f17;
	color: #d1fae5;
	font-family: inherit;
	text-align: center;
	line-height: 1.6;
}

/* =========================
   FOOTER INNER GRID
========================= */
.dr1051footer .footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 20px 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

/* =========================
   FOOTER COLUMNS
========================= */
.dr1051footer .footer-col {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* =========================
   FOOTER ABOUT
========================= */
.dr1051footer .footer-about {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* =========================
   LOGO
========================= */
.dr1051footer .footer-logo {
	max-width: 260px;
	width: 100%;
	margin-bottom: 20px;
	background: #ffffff;
	padding: 18px;
	border-radius: 18px;
	box-shadow: 0 0 18px rgba(52, 211, 153, .45), 0 0 40px
		rgba(52, 211, 153, .35), 0 20px 40px rgba(0, 0, 0, .25);
}

/* =========================
   HEADINGS
========================= */
.dr1051footer h4 {
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 14px;
	letter-spacing: .3px;
}

/* =========================
   TEXT
========================= */
.dr1051footer p, .dr1051footer address {
	font-size: 14.5px;
	line-height: 1.7;
	margin: 0;
	max-width: 420px;
	font-style: normal;
}

/* =========================
   LINKS
========================= */
.dr1051footer a {
	color: #d1fae5;
	text-decoration: none;
	font-size: 14.5px;
	display: inline-block;
	margin-bottom: 6px;
	transition: all .25s ease;
}

.dr1051footer a:hover {
	color: #34d399;
	transform: translateY(-1px);
}

/* =========================
   ICONS
========================= */
.dr1051footer i {
	margin-right: 6px;
	color: #34d399;
}

/* =========================
   SEO LINKS SECTION
========================= */
.footer-seo-links {
	background: #081710;
	padding: 40px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-seo-links .seo-inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.footer-seo-links h4 {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 16px;
}

/* SEO GRID */
.seo-links-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 30px;
	max-width: 900px;
	margin: 0 auto;
}

/* SEO LINKS */
.seo-links-grid a {
	font-size: 14px;
	color: #a7f3d0;
	text-decoration: none;
	transition: all .25s ease;
}

.seo-links-grid a:hover {
	color: #34d399;
	transform: translateY(-2px);
}

/* =========================
   SOCIAL ICONS
========================= */
.dr1051footer .footer-social {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin: 25px auto;
	flex-wrap: wrap;
}

.dr1051footer .footer-social a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: all .25s ease;
}

.dr1051footer .footer-social a:hover {
	background: #34d399;
	color: #0b1f17;
	transform: translateY(-3px);
}

/* =========================
   ACTION BUTTONS
========================= */
.dr1051footer .footer-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.dr1051footer .footer-actions a {
	padding: 10px 22px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
	transition: all .25s ease;
}

.dr1051footer .footer-actions a:hover {
	transform: translateY(-2px);
}

/* BUTTON COLORS */
.btn-whatsapp {
	background: #25D366;
	color: #003b1d;
}

.btn-call {
	background: #34d399;
	color: #0b1f17;
}

/* =========================
   QR CODE
========================= */
.dr1051footer .footer-qr {
	margin: 0 auto 40px;
	padding: 14px;
	width: fit-content;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
}

.dr1051footer .footer-qr img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto;
	background: #ffffff;
	padding: 8px;
	border-radius: 10px;
}

.dr1051footer .footer-qr span {
	display: block;
	margin-top: 8px;
	font-size: 12.5px;
	color: #a7f3d0;
}

/* =========================
   TRUST BAR
========================= */
.footer-trust {
	text-align: center;
	font-size: 13px;
	padding: 18px 20px;
	background: #06130d;
	color: #9ae6b4;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* =========================
   DISCLAIMER
========================= */
.dr1051footer .footer-bottom {
	background: #081710;
	padding: 16px;
	font-size: 13px;
	color: #a7f3d0;
	line-height: 1.5;
}

/* =========================
   POWERED BY
========================= */
.dr1051footer .footer-powered {
	background: #06130d;
	padding: 10px 15px;
	font-size: 12.5px;
	color: #9ae6b4;
}

.dr1051footer .footer-powered a {
	color: #34d399;
	font-weight: 600;
}

.dr1051footer .footer-powered a:hover {
	text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */
@media ( max-width : 900px) {
	.dr1051footer .footer-inner {
		grid-template-columns: 1fr 1fr;
	}
	.seo-links-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media ( max-width : 600px) {
	.dr1051footer .footer-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.seo-links-grid {
		grid-template-columns: 1fr;
	}
}