/* Font Awesome 6 contact icons */
.ady-contact-icons {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 16px 0 0;
}

.ady-contact-icons.justify-content-center {
	justify-content: center;
}

.ady-contact-icons li {
	margin: 0;
	padding: 0;
}

.ady-contact-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(201, 162, 39, 0.15);
	border: 1px solid rgba(201, 162, 39, 0.45);
	color: #c9a227;
	font-size: 18px;
	text-decoration: none;
	transition: background 0.25s, color 0.25s, transform 0.25s;
}

.ady-contact-icons a:hover {
	background: #c9a227;
	color: #0d0d0d;
	transform: translateY(-2px);
}

.ady-contact-icons--light a {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(201, 162, 39, 0.6);
	color: #c9a227;
}

.ady-contact-icons--light a:hover {
	background: #c9a227;
	color: #0d0d0d;
}

.ady-contact-icons--footer a {
	color: #c9a227;
}

/* Header phone: FA icon instead of sprite */
.header-right-link .call-icon > a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.header-right-link .call-icon > a .icon {
	display: none !important;
}

.header-right-link .call-icon > a .fa-phone {
	font-size: 16px;
	color: #c9a227;
}

.header-right-link .call-icon:hover > a .fa-phone {
	color: #fff;
}
