/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#footer.bg-primary {
	background-color: var(--bs-primary) !important;
	border-top: none;
}

.site-footer-heading {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-size: 0.9rem;
	margin-bottom: 1.25rem;
	padding-bottom: 0.35rem;
}

.site-footer-heading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.75rem;
	height: 2px;
	background-color: var(--bs-danger);
}

.site-footer-chevron {
	font-weight: 600;
	opacity: 0.95;
}

.site-footer-contact-icon {
	width: 1.25rem;
	text-align: center;
	opacity: 0.95;
}

#copyrights.border-top {
	background-color: transparent;
}

