footer .footer-two-main-wrapper a.logo img {
	width: 90%;
	display: flex;
	margin: 0 auto;
}

.social-style-two-wrapper .line svg {
	fill: #656565;
	stroke: #696969;
	width: 20px;
	transition: all 0.3s ease-in-out;
}

.social-style-two-wrapper li a:hover svg {
	fill: var(--color-primary);
	stroke: var(--color-primary);
}

.footer-two-main-wrapper {

	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.footer-two-main-wrapper-right {
	gap: 5px;
	justify-content: space-around;
}

.single-footer-wized ul {
	margin: 0;
}

.single-footer-wized ul li {
	margin-top: 0;
	margin-bottom: 16px;
}

.service-area-start {
	background-attachment: fixed;
	background-size: cover;
}
.footer-two-main-wrapper-right .single-footer-wized .location {
    margin-bottom: 17px;
}

.footer-two-main-wrapper-right .single-footer-wized .location a {
	color: #30373E;
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
}
.footer-two-main-wrapper-right .single-footer-wized .location a:hover{
	color: var(--color-primary);
}
.footer-two-main-wrapper-right .single-footer-wized .location span {
	font-size: 16px;
	color: var(--color-primary);

}
.footer-two-main-wrapper-right .single-footer-wized .contact-call a:hover{
	color: var(--color-primary);
}
.footer-two-main-wrapper-right .single-footer-wized .contact-call span {
	color: var(--color-primary);

}

.consultation {
	position: fixed;
	right: 25px;
	bottom: 10px;
	height: 60px;
	width: 60px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 10000;
	opacity: 0.7;
	visibility: visible;
	transform: translateY(0);
	transition: all 200ms linear;
}

.consultation:hover {
	transform: scale(1.1);
	opacity: 1;
}

@media(width<=768px) {
	footer .footer-two-main-wrapper a.logo img {
		width: 30%;
	}

	.footer-two-main-wrapper-right {
		text-align: center;
		align-items: center;
	}
}

.footer-copyright {
	text-align: center;
}

.footer-copyright .ouo-a {
	color: #b19777;
}
.company-info i{
	width: 17px;
}

@media(width>=992px) {
	.footer-two-main-wrapper-right .single-footer-wized:first-of-type {
		flex-basis: 77%;
	}

	.footer-two-main-wrapper-right .single-footer-wized:last-of-type {
		flex-basis: 23%;
	}
}

@media(width<=992px) {
	.footer-two-main-wrapper-right .single-footer-wized:first-of-type {
		flex-basis: 40%;
	}

	.footer-two-main-wrapper-right .single-footer-wized:last-of-type {
		flex-basis: 35%;
	}
	.footer-two-main-wrapper-right .single-footer-wized .location {
    margin-bottom: 6px;
}
.company-info{
	margin-bottom: 10px;
}

}

.location .title {
  position: relative;
  display: inline-block; /* 讓底線長度跟文字寬度一致，可改為 block 改變長度 */
  padding-bottom: 0.5em; /* 保留底線與文字間距 */
}

.location .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; /* 底線高度 */
  width: 100%; /* 與標題等寬，可改為固定值 */
  background-color: #bc8b5e; /* 底線顏色，可自訂 */
}

@media(width<=576px) {
	.progress-wrap{
		bottom: 90px;
	}
}