.contact-top-bar {
	background: #2c3e50;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	font-size: 16px;
}
.contact-top-bar a {
	color: #f39c12;
	text-decoration: none;
	font-weight: bold;
}
.contact-top-bar a:hover {
	color: #e67e22;
}
.contact-top-bar i {
	margin-right: 5px;
}
.navbar-brand-text {
	font-size: 14px;
	line-height: 1.2;
	max-width: 280px;
	white-space: normal;
	height: auto;
	padding: 8px 15px;
}
.navbar-brand-text a {
	color: #fff;
	text-decoration: none;
}
.navbar-brand-text a:hover {
	color: #f39c12;
}
.w3l_header_left ul li a.phone-link {
	color: #f39c12;
	font-weight: bold;
}
.service-card {
	background: #f8f9fa;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	border-left: 4px solid #2c3e50;
}
.service-card h4 {
	color: #2c3e50;
	margin-top: 0;
}
