/*
 * Footer
 *
 * CSS dành riêng cho Site Footer.
 */
 .site-footer {
	background-color: #f8f9fa;
}

.site-footer__top {
	padding: 4rem 0;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.site-footer__middle {
	padding: 2rem 0;
	border-bottom: 1px solid #dee2e6;
}

.site-footer__bottom {
	padding: 1.5rem 0;
}

.footer-widget {
	height: 100%;
    padding: 0 1rem;
}

.footer-widget p:last-child {
	margin-bottom: 0;
}

.footer-widget__title {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 600;
}

.site-footer__copyright {
	margin: 0;
	text-align: center;
}

.site-footer .widget {
	margin-bottom: 0;
}

.site-footer .widget p {
	margin-bottom: 0;
	text-align: left;
}

.site-footer .widget ul {
	margin: 0;
	padding-left: 1.25rem;
}

.site-footer .widget a {
	text-decoration: none;
}

.site-footer .footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-menu li + li {
	margin-top: 0.75rem;
}

.site-footer .footer-menu a {
	text-decoration: none;
	color: inherit;
}

.site-footer .footer-menu a:hover,
.site-footer .footer-menu a:focus {
	text-decoration: underline;
}

.footer-company__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.footer-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: inherit;
	text-decoration: none;
	border-radius: 50%;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.footer-social__link svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.footer-social__link:hover {
	color: var(--bs-primary);
	transform: translateY(-2px);
}

.footer-company__name {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.25rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer-contact-icon {
    flex: 0 0 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/*Contact Information */
.footer-contact__item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 14px;
	transition: color 0.25s ease;
}

.footer-contact__icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 0px;
	color: var(--bs-primary);
	transition: transform 0.25s ease, color 0.25s ease;
}

.footer-contact__icon svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
	transition: inherit;
}

.footer-contact__item:hover .footer-contact__icon {
	transform: translateY(-2px) scale(1.08);
	color: var(--bs-danger);
}

.footer-contact__text {
	flex: 1;
	font-size: 0.95rem;
	line-height: 1.5;
}

.footer-contact__location + .footer-contact__location {
	margin-top: 10px;
}

.footer-contact__location-title {
	margin: 0 0 2px;
	line-height: 1.3;
	font-size: 0.95rem;
	font-weight: 600;
}

.footer-contact__location-address {
	margin: 0;
	line-height: 1.5;
}

.footer-contact__item {
    align-items: flex-start;
}

.footer-contact__icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}