.chauffeur-custom-footer-6e95c32b {
	background-color: #1a1a1a;
	color: #e0e0e0;
	font-family: Arial, sans-serif;
	padding: 60px 20px 20px;
	margin-top: 40px;
}

.chauffeur-footer-container-6e95c32b {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
}

.chauffeur-footer-heading-6e95c32b {
	color: #cda85a; /* Gold touch */
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 600;
}

.chauffeur-footer-text-6e95c32b {
	line-height: 1.6;
	margin: 0;
}

.chauffeur-footer-list-6e95c32b {
	list-style: none;
	padding: 0;
	margin: 0;
}

.chauffeur-footer-list-6e95c32b li {
	margin-bottom: 12px;
	line-height: 1.6;
}

.chauffeur-footer-list-6e95c32b a {
	color: #e0e0e0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.chauffeur-footer-list-6e95c32b a:hover {
	color: #cda85a;
}

.chauffeur-footer-bottom-6e95c32b {
	max-width: 1200px;
	margin: 40px auto 0;
	padding-top: 20px;
	border-top: 1px solid #333;
	text-align: center;
	font-size: 14px;
	color: #888;
}

@media (max-width: 768px) {
	.chauffeur-custom-footer-6e95c32b {
		padding: 40px 15px 15px;
	}
}