/* Service List Styles */
.service-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.service-list li {
	margin-bottom: 10px;
}

.service-list li a {
	text-decoration: none;
	transition: all 0.3s ease;
	display: block;
	padding: 8px 0;
	font-weight: 500;
	color: var(--tg-blue);
	line-height: 1.2;
	font-size: 16px;
}

.service-list li a:hover {
	color: #007cfb;
	padding-left: 5px;
}

.service-icon {
	margin-right: 10px;
	color: #007cfb;
	width: 20px;
	text-align: center;
}
