/* ==========================================================
   TaxiERP Child Theme
   Footer Layout Fix
   ========================================================== */

/* Footer main widgets */
.bt-footer .bt-footer-widget {
	margin: 0;
	padding: 0;
}

/* Footer headings */
.bt-footer .bt-footer-widget h3,
.bt-footer .bt-footer-widget h4 {
	margin-top: 0;
	margin-bottom: 18px;
	line-height: 1.3;
}

/* Footer normal paragraphs */
.bt-footer .bt-footer-widget p {
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.6;
}

/* ==========================================================
   Contact & Booking
   ========================================================== */

.bt-footer .bt-footer-contact {
	text-align: left;
}

.bt-footer .bt-footer-contact .bt-contact-label {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.bt-footer .bt-footer-contact p {
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.6;
}

/* Phone / Email / Address links */
.bt-footer .bt-footer-contact a {
	text-decoration: none;
	line-height: 1.6;
}

.bt-footer .bt-footer-contact a:hover {
	text-decoration: underline;
}

/* WhatsApp button */
.bt-footer .bt-footer-contact .bt-btn.bt-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 4px;
	text-decoration: none;
}

/* ==========================================================
   Footer Lists
   ========================================================== */

.bt-footer .bt-footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-footer .bt-footer-links li {
	margin: 0 0 12px;
	padding: 0;
	line-height: 1.5;
}

/* ==========================================================
   Footer Bottom
   ========================================================== */

.bt-footer .bt-footer-bottom {
	margin-top: 24px;
	padding-top: 24px;
}

.bt-footer .bt-footer-bottom p {
	margin: 0;
}

/* ==========================================================
   Mobile
   ========================================================== */

@media (max-width: 767px) {

	.bt-footer .bt-footer-widget {
		margin-bottom: 30px;
	}

	.bt-footer .bt-footer-contact p {
		margin-bottom: 12px;
	}

	.bt-footer .bt-footer-bottom {
		margin-top: 15px;
		padding-top: 20px;
	}

}