/* Custom CSS for hover animation */
.card:hover {
	transition: 0.3s ease;
	opacity: 0.8;
}
.service-link {
	background-color: #efefef;
	color: #333;
	padding: 20px;
	margin: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: 0.3s;
	cursor: pointer;
}
.icon-hover:hover .circle-icon i {
	color: #fa8900;
}
.service-link:hover {
	transform: translateY(-10px);
	transition: 0.5s;
	background: linear-gradient(
		45deg,
		#61c5e0 0%,
		#61c5e0 50%,
		#50bfdd 50%,
		#50bfdd 100%
	);
}
.service-link {
	display: block;
	width: 100%; /* Set all links to the same width */
	text-decoration: none;
	margin-bottom: 20px; /* Add spacing between links */
}
.service-link h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.service-link p {
	font-size: 16px;
	line-height: 1.6;
}
a {
	text-decoration: unset !important;
}
a:hover {
	color: black !important;
	font-size: 20px !important;
}
.circle-icon {
	width: 90px;
	height: 90px;
	background-color: #fff;
	border-radius: 50%;
	margin-bottom: 15px;
}

.circle-icon i {
	font-size: 45px;
	color: #333;
}
.wrapper-custom {
	background-position: center;
	padding: 50px;
	text-align: center;
	background-image: linear-gradient(
			rgba(113 114 116 / 52%),
			rgba(39, 188, 247, 0.73)
		),
		url("images/Consultation-page.jpg");

	background-size: cover;

	font-size: 30px;
	margin-bottom: 7rem;
}
.wrapper-custom h1,
.wrapper-custom p {
	color: #fff; /* Set text color to white */
}
.custom-font-size {
	font-size: 17px !important;
}
