@media (max-width: 767px) {
	.navbar-brand {
		max-width: 180px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
	}

	.navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.yijing-cert {
	cursor: default;
}
.yijing-cert:hover {
	transform: none;
}
.yijing-blur {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	transform: scale(1.02);
}

@media (min-width: 768px) {
	.navbar-brand {
		max-width: 480px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

#fh5co-home .gradient {
	opacity: 0.55;
}

.yijing-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1.2s ease;
	will-change: opacity;
}
.yijing-hero-bg-a {
	background-image: url("../images/yijing/hero.jpeg");
	opacity: 1;
}

@media (max-width: 767px) {
	#fh5co-home {
		background-attachment: scroll;
	}
}

#fh5co-header:not(.navbar-fixed-top) .navbar-brand,
#fh5co-header:not(.navbar-fixed-top) #navbar li a {
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

@media (min-width: 768px) {
	#fh5co-header:not(.navbar-fixed-top) #navbar {
		float: right;
		width: auto;
		margin-top: 6px;
		background: rgba(255, 255, 255, 0.18);
		border: 1px solid rgba(255, 255, 255, 0.28);
		border-radius: 12px;
		padding: 6px 10px;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar > ul {
		margin: 0;
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar li a {
		color: rgba(255, 255, 255, 0.92) !important;
		font-size: 16px;
		font-weight: 600;
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar li a:hover {
		color: #fff !important;
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar li a span:before {
		background-color: rgba(255, 255, 255, 0.85) !important;
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar li a {
		border-radius: 8px;
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar li a:hover,
	#fh5co-header:not(.navbar-fixed-top) #navbar li.active a {
		background: rgba(255, 255, 255, 0.14);
	}

	#fh5co-header:not(.navbar-fixed-top) #navbar li a span {
		padding-bottom: 0;
	}
}

.yijing-clients:before,
.yijing-clients:after {
	content: " ";
	display: table;
}
.yijing-clients:after {
	clear: both;
}
.yijing-client-card {
	background: #fff;
	border: 1px solid rgba(82, 211, 170, 0.25);
	border-radius: 10px;
	padding: 22px 16px;
	margin-bottom: 20px;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	transition: 0.25s;
}
.yijing-client-card:hover {
	transform: translateY(-4px);
	border-color: rgba(82, 211, 170, 0.8);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}
.yijing-client-name {
	display: block;
	text-align: center;
	color: rgba(0, 0, 0, 0.75);
	font-size: 16px;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.yijing-client-card {
		padding: 18px 14px;
		min-height: 68px;
	}
	.yijing-client-name {
		font-size: 15px;
	}
}

.yijing-page .section-heading h2:before {
	background-color: #52d3aa;
}
.yijing-page-header {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 48px 0 22px;
}
.yijing-page-header h1 {
	margin: 0;
	font-size: 34px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.82);
}
.yijing-page-header p {
	margin: 12px 0 0;
	color: rgba(0, 0, 0, 0.55);
	font-size: 16px;
}
.yijing-page-content {
	padding: 28px 0 60px;
}
.yijing-banner {
	position: relative;
	padding: 150px 0 46px;
	color: #fff;
	overflow: hidden;
}
.yijing-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(1.02);
}
.yijing-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
}
.yijing-banner .container {
	position: relative;
	z-index: 2;
}
.yijing-banner h1 {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
}
.yijing-banner p {
	margin: 12px 0 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.85);
}
.yijing-breadcrumb-wrap {
	margin-top: 18px;
}
.yijing-breadcrumb {
	background: transparent;
	margin-bottom: 0;
	padding-left: 0;
}
.yijing-breadcrumb a {
	color: rgba(0, 0, 0, 0.55);
}
.yijing-breadcrumb > .active {
	color: rgba(0, 0, 0, 0.75);
}
.yijing-subnav {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	padding: 6px;
	background: #fff;
	border: 1px solid rgba(18, 32, 56, 0.08);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(18, 32, 56, 0.06);
}
.yijing-subnav a {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 999px;
	color: #243447;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	transition: 0.2s ease;
}
.yijing-subnav a:hover,
.yijing-subnav a:focus {
	color: #0c7075;
	background: rgba(82, 211, 170, 0.1);
}
.yijing-subnav a.active {
	color: #fff;
	background: linear-gradient(135deg, #1aa39f 0%, #52d3aa 100%);
	box-shadow: 0 10px 20px rgba(26, 163, 159, 0.22);
}
.yijing-about-card {
	background: #fff;
	border: 1px solid rgba(18, 32, 56, 0.08);
	border-radius: 22px;
	padding: 44px 48px;
	box-shadow: 0 24px 60px rgba(18, 32, 56, 0.08);
}
.yijing-about-card h2 {
	margin: 0 0 22px;
	color: #17283b;
	font-size: 34px;
	font-weight: 700;
}
.yijing-about-card p {
	margin-bottom: 20px;
	color: rgba(23, 40, 59, 0.82);
	font-size: 18px;
	line-height: 2;
}
.yijing-about-card p:last-child {
	margin-bottom: 0;
}
.yijing-about-main {
	min-height: 100%;
}
.yijing-idea-card {
	padding: 22px;
	overflow: hidden;
}
.yijing-idea-media {
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(12, 112, 117, 0.08) 0%, rgba(82, 211, 170, 0.12) 100%);
}
.yijing-idea-media img {
	display: block;
	width: 100%;
}
.yijing-idea-content {
	padding: 28px 12px 8px;
}
.yijing-about-kicker {
	margin-bottom: 14px;
	color: #0c7075;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.yijing-idea-card h2 {
	margin-bottom: 16px;
}
.yijing-idea-quote {
	margin-top: 28px;
	padding: 28px 40px;
	border-radius: 20px;
	background: linear-gradient(135deg, #163249 0%, #0c7075 100%);
	box-shadow: 0 20px 50px rgba(12, 112, 117, 0.2);
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}
.yijing-qual-page #fh5co-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1008;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(18, 32, 56, 0.12);
	box-shadow: 0 10px 28px rgba(18, 32, 56, 0.08);
}
.yijing-qual-page #fh5co-header .navbar {
	padding-top: 6px;
	padding-bottom: 6px;
}
.yijing-qual-page .yijing-banner-qual {
	margin-top: 86px;
	padding: 86px 0 40px;
}
.yijing-qual-page .yijing-banner-qual h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.yijing-qual-page .yijing-banner-qual p {
	color: rgba(255, 255, 255, 0.96);
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
.yijing-qual-page .yijing-breadcrumb-wrap,
.yijing-qual-page .yijing-page-content {
	position: relative;
	z-index: 2;
}
.yijing-qual-page #fh5co-header .navbar-brand {
	color: #17283b !important;
	font-size: 22px;
	font-weight: 700;
	text-shadow: none !important;
}
.yijing-qual-page #fh5co-header #navbar {
	float: right;
	margin-top: 4px;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-backdrop-filter: none !important;
	backdrop-filter: none !important;
}
.yijing-qual-page #fh5co-header #navbar > ul {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 0;
}
.yijing-qual-page #fh5co-header #navbar li a {
	color: #17283b !important;
	font-size: 17px;
	font-weight: 700;
	padding: 12px 14px;
	background: transparent !important;
	border-radius: 0 !important;
	text-shadow: none !important;
	opacity: 1 !important;
}
.yijing-qual-page #fh5co-header #navbar li a span:before {
	display: none !important;
}
.yijing-qual-page #fh5co-header #navbar li a:hover,
.yijing-qual-page #fh5co-header #navbar li.active a {
	color: #0c7075 !important;
}
.yijing-qual-page #fh5co-header #navbar li.active a {
	position: relative;
}
.yijing-qual-page #fh5co-header #navbar li.active a:after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 8px;
	height: 2px;
	background: #0c7075;
	border-radius: 2px;
}
.yijing-qual-page .yijing-lang-toggle {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.yijing-qual-page .yijing-lang-toggle i {
	font-size: 14px;
	color: #52606d;
}
.yijing-qual-page .yijing-lang-short {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #17283b;
}
.yijing-qual-page .yijing-lang-toggle.active i,
.yijing-qual-page .yijing-lang-toggle.active .yijing-lang-short,
.yijing-qual-page .yijing-lang-toggle:hover i,
.yijing-qual-page .yijing-lang-toggle:hover .yijing-lang-short {
	color: #0c7075;
}
.yijing-lang-group {
	display: flex;
	align-items: center;
}
#fh5co-header #navbar .yijing-lang-group > a {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.yijing-lang-label {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: inherit;
}
.yijing-lang-flag {
	width: 18px;
	height: 12px;
	display: block;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.18);
}
#fh5co-header #navbar .yijing-lang-toggle.active .yijing-lang-flag,
#fh5co-header #navbar .yijing-lang-toggle:hover .yijing-lang-flag {
	border-color: #0c7075;
}
@media (max-width: 767px) {
	.yijing-banner {
		padding: 120px 0 34px;
	}
	.yijing-banner h1 {
		font-size: 26px;
	}
	.yijing-qual-page .yijing-banner-qual {
		margin-top: 72px;
		padding: 70px 0 28px;
	}
	.yijing-subnav {
		display: flex;
		width: 100%;
		gap: 6px;
		padding: 5px;
	}
	.yijing-subnav a {
		flex: 1;
		text-align: center;
		padding: 10px 12px;
		font-size: 14px;
	}
	.yijing-about-card {
		padding: 26px 20px;
	}
	.yijing-about-card h2 {
		font-size: 28px;
	}
	.yijing-about-card p {
		font-size: 16px;
		line-height: 1.85;
	}
	.yijing-idea-card {
		margin-top: 20px;
		padding: 16px;
	}
	.yijing-idea-content {
		padding: 20px 4px 4px;
	}
	.yijing-idea-quote {
		margin-top: 20px;
		padding: 20px 18px;
		font-size: 17px;
		line-height: 1.7;
	}
	.yijing-qual-page .yijing-banner-qual h1 {
		font-size: 34px;
		letter-spacing: 1px;
	}
	.yijing-qual-page .yijing-banner-qual p {
		font-size: 16px;
	}
	.yijing-qual-page #fh5co-header .navbar-brand {
		font-size: 18px;
	}
	.yijing-qual-page #fh5co-header #navbar {
		float: none;
		margin-top: 0;
	}
	.yijing-qual-page #fh5co-header #navbar > ul {
		display: block;
	}
	.yijing-qual-page #fh5co-header #navbar li a {
		font-size: 15px;
		padding: 12px 10px;
	}
	.yijing-qual-page #fh5co-header #navbar li.active a:after {
		left: 10px;
		right: 10px;
	}
}
.yijing-gallery-card {
	display: block;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
	margin-bottom: 22px;
	transition: 0.25s;
}
.yijing-gallery-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
}
.yijing-gallery-thumb {
	height: 220px;
	background: #f4f6f8;
}
.yijing-gallery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: blur(1px);
	filter: blur(1px);
	transform: scale(1.02);
}
.yijing-gallery-body {
	padding: 12px 14px;
}
.yijing-gallery-title {
	color: rgba(0, 0, 0, 0.72);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.yijing-solution-card {
	display: block;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
	margin-bottom: 28px;
	transition: 0.25s;
}
.yijing-solution-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}
.yijing-solution-thumb {
	height: 250px;
	background: #eef3f6;
}
.yijing-solution-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yijing-solution-body {
	padding: 18px 18px 16px;
}
.yijing-solution-kicker {
	color: #45c7b3;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
}
.yijing-solution-title {
	color: #243142;
	font-size: 22px;
	line-height: 1.45;
	margin: 0 0 10px;
}
.yijing-solution-summary {
	color: rgba(36, 49, 66, 0.72);
	font-size: 15px;
	line-height: 1.8;
	min-height: 82px;
	margin: 0 0 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.yijing-solution-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(36, 49, 66, 0.7);
	font-size: 14px;
	font-weight: 600;
}
.yijing-solution-action {
	color: #45c7b3;
}
.yijing-back-link {
	display: inline-block;
	margin-bottom: 18px;
	color: #45c7b3;
	font-size: 14px;
	font-weight: 700;
}
.yijing-detail-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 18px;
	padding: 24px 24px 10px;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}
.yijing-detail-title {
	color: #243142;
	font-size: 34px;
	line-height: 1.4;
	margin: 0 0 10px;
}
.yijing-detail-count {
	color: rgba(36, 49, 66, 0.68);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}
.yijing-detail-block {
	margin-top: 24px;
}
.yijing-detail-block h3 {
	color: #243142;
	font-size: 20px;
	margin: 0 0 14px;
}
.yijing-detail-list {
	padding-left: 18px;
	margin: 0;
}
.yijing-detail-list li {
	color: rgba(36, 49, 66, 0.78);
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 8px;
}
.yijing-empty-state {
	color: rgba(36, 49, 66, 0.72);
	font-size: 15px;
	margin: 0;
}
.yijing-gallery-card-clear {
	box-shadow: none;
}
.yijing-gallery-thumb-clear {
	height: 240px;
}
.yijing-gallery-img-clear {
	-webkit-filter: none;
	filter: none;
	transform: none;
}
@media screen and (max-width: 768px) {
	.yijing-solution-thumb {
		height: 220px;
	}
	.yijing-solution-title {
		font-size: 20px;
	}
	.yijing-detail-card {
		padding: 18px 16px 6px;
	}
	.yijing-detail-title {
		font-size: 26px;
	}
}
