/*--------------------------------------------------------------
>>> STYLING OF CUSTOM PAGES:
**	/page
*** Appearance -> Customize -> Load Style-page.css for checked pages.
---------------------------------------------------------------*/
/**
 * Pages Styles
 */
.hero-style .header-section {
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(2px) brightness(0.9);
	-webkit-backdrop-filter: blur(7px) brightness(0.9);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.05), transparent);
}
.hero-style .header-section:hover { background-color: var(--dark-blue) }
.hero-style .header-wrapper a,
.hero-style .header-content .item-branch .item-inner a,
.hero-style .header-content .site-title a,
.hero-style .toggle-btn,
.hero-style .header-section .search-btn .iconset,
.hero-style .navigation-menu ul li.menu-item-has-children ul > li.iconset:before { color: #fff }
.hero-style .header-wrapper a:focus,
.hero-style .header-wrapper a:active,
.hero-style .header-wrapper a:hover,
.hero-style .header-content .item-branch .item-inner a:hover,
.hero-style .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before { color: var(--orange) }

.page-about-us .header-wrapper,
.page-about-us .header-wrapper .navigation-menu ul li.menu-item-has-children ul,
.hero-style .isStuck,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul,
.hero-style .searchStuck,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul { background-color: var(--dark-blue) }

.page-about-us .header-wrapper .header-content .site-title a,
.page-about-us .header-wrapper .header-content .item-branch .item-inner a,
.page-about-us .header-wrapper .header-content .search-btn .iconset,
.page-about-us .header-wrapper .header-content .navigation-menu ul li.menu-item-has-children ul > li.iconset::before,
.hero-style .isStuck a,
.hero-style .isStuck .header-content .site-title a,
.hero-style .isStuck .header-content .item-branch .item-inner a,
.hero-style .isStuck .toggle-btn,
.hero-style .isStuck .search-btn .iconset,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li a,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset::before,
.hero-style .searchStuck a,
.hero-style .searchStuck .header-content .site-title a,
.hero-style .searchStuck .header-content .item-branch .item-inner a,
.hero-style .searchStuck .toggle-btn,
.hero-style .searchStuck .search-btn .iconset,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li a,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset::before { color: var(--eff) }

.page-about-us .header-wrapper .header-content .site-title a:hover,
.page-about-us .header-wrapper .header-content .toggle-btn:hover,
.page-about-us .header-wrapper .header-content .navigation-menu ul li.menu-item-has-children ul > li a:hover,
.page-about-us .header-wrapper .header-content .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before,
.hero-style .isStuck a:focus,
.hero-style .isStuck a:active,
.hero-style .isStuck a:hover,
.hero-style .isStuck .header-content .site-title a:hover,
.hero-style .isStuck .toggle-btn:hover,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li a:hover,
.hero-style .isStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before,
.hero-style .searchStuck a:focus,
.hero-style .searchStuck a:active,
.hero-style .searchStuck a:hover,
.hero-style .searchStuck .header-content .site-title a:hover,
.hero-style .searchStuck .toggle-btn:hover,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li a:hover,
.hero-style .searchStuck .navigation-menu ul li.menu-item-has-children ul > li.iconset:hover::before { color: var(--orange) }

ul::before {
	content:attr(aria-label); 
	font-size: 2rem;
    font-weight: bold;
	display: block;
	line-height: 1.0;
	margin-bottom: 1rem;
}

/* Text over on DIV*/
.text-overlay {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%); /* Centers horizontally */
    width: 60%;
    padding: 2%;
    margin: 0;
    text-align: center;
    font-size: 7vw;
    line-height: 1;
    color: #e6e6e6;
    text-shadow: 1px -1px #fff, -1px -1px #999, -10px 10px 10px #808080;
}
.locate-container {
	width: 20%;
}
.locate-container .line {
	flex: 1;
    height: 2px;
	background-color: var(--ahover-color);
    border: 1px solid var(--ahover-color)
}
.locate-container .line.left {
    left: 0;
    right: 50%;
    margin-right: 15px;
}
.locate-container .line.right {
    right: 0;
    left: 50%;
    margin-left: 15px;
}
.locate-container .iconset {
	font-size: 32px;
	font-size: 3.2rem;
	color: var(--ahover-color);
}
/* Page Header*/
.hero-style .header-wrapper {
	position: relative;
	overflow: hidden;
	height: 90vh;
	min-height: 642px;
}
.hero-style .header-wrapper > img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;	
	animation: slow-zoom 15s infinite alternate;
}
/**
 * Page Hero
 */
/* home hero*/
.section-hero {
	position: absolute;
    top: 30%;
	width: 100%;
}
.section-hero .main {
	background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px) brightness(0.9);
	-webkit-backdrop-filter: blur(8px) brightness(0.9);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent);
	padding: 2rem;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.section-hero .main:hover {
    background-color: rgba(255, 255, 255, 0.3);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}
.section-hero .main > div.flip-hero {
	display: block;
	font-size: 5vw;
	line-height: 0.9;
	color: #fff;
}
.section-hero .main > p {	
	line-height: 0.9;
	color: #f7f7f7;
	padding: 2rem 1rem;
}
.section-hero .aside {
	position: relative;
	-webkit-justify-content: flex-end;
	   -moz-justify-content: flex-end;
	       -webkit-box-pack: end;
	          -ms-flex-pack: end;
			justify-content: flex-end;
	-webkit-align-items: flex-end;
	   -moz-align-items: flex-end;
		-ms-align-items: flex-end;
		 -o-align-items: flex-end;
		   -webkit-box-align: end;
              -ms-flex-align: end;
	        align-items: flex-end;
}
.section-hero .hero-arrow {
	width: 100px;
	height: 100px;
	background-color: rgba(208,255,113, 0.6);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s ease, background 0.3s ease;
}
.section-hero .hero-arrow::before {
	content: '\2794';
	font-size: 66px;
	color: #fff;
}
.section-hero:hover .hero-arrow {
	transform: rotate(60deg);
	background: rgba(92,166,79, 1);
}

/* Page Contact*/
.section-hello {	
	font-size: 9vw;
	font-weight: 800;
	line-height: 1;
	color: #000;
}
.section-hello span::before {	
	content: 'contact';
	padding-right: 10em;
	font-size: 16px;
	font-weight: lighter;
	vertical-align: top;
	color: #5ca64f;
}
.section-hello p.hello-arrow::after {
	content: '\2794';
	font-size: 66px;
	color: #fff;
	background-color: rgba(208,255,113, 0.8);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
	transition: transform 0.3s ease, background 0.3s ease;
}
.section-hello:hover .hello-arrow::after {
	transform: rotate(60deg);
	background: rgba(92,166,79, 1);
}

/*Flip Hero*/
.flip-hero .flip-js {
  display: inline-block;
  height: 0.9em;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  text-align: left;
  backface-visibility: hidden;
  will-change: transform;
  clip-path: inset(0);
  transform: translateZ(0);
}

.flip-hero .flip-js-item {
  display: block;
  line-height: inherit;
  padding: 0;
  transition: transform 0.4s ease-in-out;
  transform: translateY(0) translateZ(0);
  white-space: nowrap;
  backface-visibility: hidden;
  animation: flipMove 6s infinite;
  margin-bottom: -1px;
}

.flip-hero .flip-js-item:nth-child(1) { background: linear-gradient(to bottom, transparent 49.9%, #4ec7f3 50.1%); }
.flip-hero .flip-js-item:nth-child(2) { background: linear-gradient(to bottom, transparent 49.9%, #42c58a 50.1%); }
.flip-hero .flip-js-item:nth-child(3) { background: linear-gradient(to bottom, transparent 49.9%, #DC143C 50.1%); }

@keyframes flipMove {
  0%, 16.66% { transform: translateY(0) translateZ(0); }
  33.33%, 50% { transform: translateY(-100%) translateZ(0); }
  66.66%, 83.33% { transform: translateY(-200%) translateZ(0); }
  100% { transform: translateY(0) translateZ(0); }
}

/* Common Title */
.section-title {
	margin: 0 0 1rem;
	line-height: 1.1;
	color: #001e60;
	max-width: 420px;
}
.section-title i {
	color: #3a913f;
	opacity: .75;
	
}

/* Who are we*/
.section-company {
	background: var(--bg-white)
}
.company-title {
	text-align: center
}
.years-badge {
	font-size: 75px;
	font-size: 7.5rem;
	line-height: 75px;
	color: #5ca64f;
	text-align: center
}
.years-badge strong {
	font-size: 115px;
	font-size: 11.5rem;
}
.company-hero-image {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}
.company-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.company-hero-image img:hover {
	-webkit-transform: scale(1.12);
	   -moz-transform: scale(1.12);
	    -ms-transform: scale(1.12);
	     -o-transform: scale(1.12);	
	        transform: scale(1.12);			
}
.company-summary {
	display: block;
	line-height: 1.2;
	font-size: 1.8rem;	
}

/* =========================================================
   Industrial Solution Selector Section
   ========================================================= */
.section-capacitys {
	position: relative;
}

/* Grid */
.capacity-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	align-items: stretch;
}
.capacity-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
	isolation: isolate;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
	transition:
		transform .45s cubic-bezier(.2,.8,.2,1),
		box-shadow .45s cubic-bezier(.2,.8,.2,1);
	
}
.capacity-card:hover,
.capacity-card:focus-within {
	transform: translateY(-2px);
	box-shadow:
		0 20px 60px rgba(0,0,0,.22);
}
/*  Media */
.capacity-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;	
}
.capacity-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;	
	transition:
		transform .8s cubic-bezier(.2,.8,.2,1),
		filter .5s ease;
}
.capacity-card:hover .capacity-media img,
.capacity-card:focus-within .capacity-media img {
	transform: scale(1.04);
	filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.08)) brightness(0.88);
}

/* Content */
.capacity-content {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	background: #eef4ff;
}

/* section.Main */
.capacity-main {
	position: relative;
	z-index: 2;
	transition: transform .45s cubic-bezier(.2,.8,.2,1);
}
.capacity-card:hover .capacity-main,
.capacity-card:focus-within .capacity-main {
	opacity: 0;
	transform: translateY(-18px);
}
.capacity-label {
	display: inline-block;
	margin-bottom: .9rem;
	text-transform: uppercase;
}
.capacity-subtitle {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
	margin: 0 0 1rem;
	font-size: 2.0rem;
	line-height: 1.2;
	font-weight: 700;
}
.capacity-subtitle::before {
	content: '';
	flex: 0 0 auto;
	width: 4px;
	height: 20px;
	margin-top: .15em;
	border-radius: 2px;
	background: #006ee6;
}
.capacity-summary {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.0;
}

/* Reveal Panel */
.capacity-reveal {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;	
	padding: 1.5rem 2rem 2rem;
	background: #eef4ff;
	opacity: 0;
	transform: translateY(100%);
	transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .35s ease;
	z-index: 3;
}
.capacity-card:hover .capacity-reveal,
.capacity-card:focus-within .capacity-reveal {
	transform: translateY(0);
	opacity: 1;
}
/* Benefits */
.solution-benefits {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}
.solution-benefits li {
	position: relative;
	padding-left: 1.2rem;
	font-size: 1.5rem;
	line-height: 1.5;
}
.solution-benefits li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgb(85 138 228 / 55%);
}

/* CTA */
.capacity-link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-weight: 600;
	text-decoration: none;
	transition:
		opacity .3s ease,
		transform .3s ease;
}
.capacity-link:hover {
	opacity: .78;
	transform: translateX(4px);
}
@media (max-width: 991px) {
	.capacity-grid {
		grid-template-columns: 1fr;
	}
	.capacity-reveal {
		position: relative;
		padding: 1.5rem 0 0;
		background: transparent;
		transform: none;
		opacity: 1;		
	}
	.capacity-main {
		transform: none !important;
	}
	.capacity-card:hover,
	.capacity-card:focus-within {
		transform: none;
	}
	.capacity-card:hover .capacity-main,
	.capacity-card:focus-within .capacity-main {
		opacity: 1;
		transform: none;
	}
}

/* =========================================================
   section-clients
   ========================================================= */
.section-clients {
	position: relative;
}
.section-clients .clients-banner {
	height: calc(10vw + 100px);
}
.section-clients .clients-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(10vw + 100px);
    background-color: #efedeb;
    z-index: -1;
}
.clients-content {
	background-color: #ffffff;
	border-radius: 10px;
	color: #005924;	
}
.clients-content {
	align-items: start;
}
.clients-content .main {
	display: grid;
	grid-template-columns:
		repeat(5,minmax(0,1fr));
	gap: 1rem;
}
.brands-icon {
	width: 100%;
	padding: 1rem;
	background: #fff;
	border-radius: 12px;
	box-sizing: border-box;
	object-fit: contain;
	opacity: .82;
	transition:
		transform .35s ease,
		opacity .35s ease;
}
.brands-icon:hover {
	opacity: 1;
	transform: translateY(-2px);
}
@media (max-width: 991px){
	.clients-content {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		align-items: start;
	}
	.clients-content .main{
		grid-template-columns:
			repeat(4,minmax(0,1fr));
	}
}
@media (max-width: 640px){
	.clients-content {
		grid-template-columns: 1fr;
		gap: 1.5rem;
		align-items: start;
	}
	.clients-content .main{
		grid-template-columns:
			repeat(3,minmax(0,1fr));
	}
}

/* =========================================================
SECTION SOLUTIONS
========================================================= */
.section-solutions .section-title {
	max-width: 620px;
}
.solution-slider {
    position: relative;
    overflow: hidden;
    padding: 20px 0 50px;  /* 底部留空间给导航圆点 */
}
.solution-slide {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
}
.solution-slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.solution-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    display: block;
	padding: 0.25rem 0.75rem;
}

.solution-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.solution-meta {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
}
.solution-meta span {
	display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f0f4f9;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    color: #1e3a8a;
    transition: all .2s ease;
}
.solution-meta span:hover {
	color: #1e3a8a;
    background: #eaf2ff;    
    transform: translateY(-1px);
}
.solution-content h3 {	   
    margin: 0;
    font-weight: 700;
    color: #0f172a;
	line-height: 1.1;	
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
    min-height: calc(1.1em * 2); 
}
.solution-content h3::before {
	content: '';
    display: inline-block;
    flex: 0 0 auto;
    width: 6px;
    height: 15px;
    margin-right: 0.5rem;
    margin-top: .15em;
    border-radius: 2px;
    background: #006ee6;
}
.solution-content h3:hover::before {
    background: #f8783a;
}
.solution-link {
	color: inherit;
	text-decoration: none;
	transition:
		color .25s ease,
		transform .25s ease;
}
.solution-link:hover {
    color: #006ee6;
}

.solution-desc {
    color: #334155;
    line-height: 1;
    margin: 0;
}

.solution-highlights {
    background: #f8fafc;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    margin-top: 0.25rem;
	display: none
}
.highlights-title {
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.solution-highlights ul {
    margin: 0;
    padding-left: 1.5rem;
}
.solution-highlights li {
    color: #1e293b;
    margin-bottom: 0.25rem;
	line-height: 1
}
/* Slider */
.section-solutions:hover .tns-controls { 
	opacity: 1;
}
.section-solutions .tns-outer {
	position: relative;
}
.section-solutions .tns-nav {
	position: absolute;
	top: unset;
	bottom: 0;
    margin-top: 2rem
}

/* =========================================================
   SECTION CAPABILITY
   ========================================================= */
.section-capability {
	position: relative;
	padding: 8rem 0;
	overflow: hidden;
	background:
		linear-gradient(
			180deg,
			#1b222c 0%,
			#161c24 100%
		);
}
.section-capability::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(
			circle at 15% 20%,
			rgba(47,125,246,.12),
			transparent 40%
		),
		radial-gradient(
			circle at 85% 80%,
			rgba(105,168,255,.08),
			transparent 35%
		);

	pointer-events: none;
}
.section-capability::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(255,255,255,.015),
			transparent 30%
		);
	pointer-events: none;
}

.capability-heading {
	max-width: 60vw;
	margin-bottom: 3rem;
	text-align: left;
}
.capability-label {
	display: inline-block;
	margin-bottom: 1rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(219,228,238,.52);
}

.capability-title {
	margin: 0 0 1rem;
	line-height: 1.08;
	font-weight: 700;
	color: #f3f7fc;
}
.capability-title i {
	color: #3a913f;
	opacity: 0.75
}
.capability-subtitle {
	margin: 0;
	max-width: 680px;
	line-height: 1;
	color: rgba(219,228,238,.72);
}

.layout-50-50 {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns:
		minmax(0, .95fr)
		minmax(0, 1.05fr);
	gap: clamp(3rem, 5vw, 5rem);
	align-items: flex-start;
}

.layout-50-50 > * {
	min-width: 0;
}
.capability-content {
	align-items: start;
}

.capability-media {
	position: sticky;
	top: 6rem;
	align-self: start;
}

.capability-image-stack {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.08;
	overflow: hidden;
	border-radius: 2rem;
	background:
		linear-gradient(
			145deg,
			#202935,
			#161c24
		);
	border: 1px solid rgba(255,255,255,.06);
	box-shadow:
		0 30px 80px rgba(0,0,0,.38),
		0 10px 30px rgba(0,0,0,.22);
}

.capability-image {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.05);
	transition:
		opacity .7s ease,
		transform 1s cubic-bezier(.2,.8,.2,1),
		visibility .7s ease;
}

.capability-image.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	z-index: 2;
}

.capability-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* CONTENT */
.capability-main {
	color: #dbe4ee;
}
.capability-accordion {
	height: 95vh;
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	border-top: 1px solid rgba(255,255,255,.08);
}
.capability-accordion::-webkit-scrollbar {
    display: none;
}
.capability-item {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.08);
	transition:
		background .35s ease,
		border-color .35s ease;
}
.capability-item.active {
	background:
		linear-gradient(
			90deg,
			rgba(47,125,246,.08),
			transparent 70%
		);
}

.capability-trigger {
	position: relative;
	width: 100%;
	padding: 2rem 0;
	background: none;
	border: none;
	cursor: pointer;
	color: inherit;
	text-align: left;
}
.capability-trigger-inner {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
}
.capability-index {
	position: relative;
	top: .2rem;
	width: 3em;
	font-weight: 600;
	color: rgba(219,228,238,.35);
	transition: color .35s ease;
}
.capability-item.active .capability-index {
	color: rgba(105,168,255,.9);
}
.capability-trigger-content h3 {
	margin: 0 0 .75rem;
	line-height: 1.2;
	font-weight: 600;
	color: #f3f7fc;
	transition: color .35s ease;
}
.capability-trigger-content p {
	margin: 0;
	line-height: 1;
	color: rgba(219,228,238,.68);
}
.capability-impact {
	display: block;
	margin: 0 0 2rem 3.3rem;
	padding: 5px 8px;
	border-left: 3px solid rgba(30, 90, 160, 0.5);
	background: rgba(30, 90, 160, 0.04);
	font-size: 0.9em;
	line-height: 1.4;
}
.capability-item:hover h3,
.capability-item.active h3 {
	color: #69a8ff;
}
.capability-icon {
	position: absolute;
	top: 2.2rem;
	right: 0;
	width: 18px;
	height: 18px;
}
.capability-icon::before,
.capability-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(219,228,238,.72);
	transform:
		translate(-50%, -50%);
	transition:
		transform .35s ease,
		opacity .35s ease,
		background .35s ease;
}
.capability-icon::before {
	width: 18px;
	height: 1.5px;
}
.capability-icon::after {
	width: 1.5px;
	height: 18px;
}
.capability-item.active .capability-icon::before,
.capability-item.active .capability-icon::after {
	background: #69a8ff;
}
.capability-item.active .capability-icon::after {
	opacity: 0;
	transform:
		translate(-50%, -50%)
		rotate(90deg);
}

.capability-body {
	display: grid;
	grid-template-rows: 0fr;
	transition:
		grid-template-rows .5s cubic-bezier(.2,.8,.2,1);
}
.capability-item.active .capability-body {
	grid-template-rows: 1fr;
}
.capability-body-inner {
	overflow: hidden;
}
.capability-body ul {
	margin: 0;
	padding:
		0
		0
		2rem
		3.3rem;
	list-style: none;
}
.capability-body li {
	position: relative;
	margin-bottom: .95rem;
	padding-left: 1.2rem;
	line-height: 1;
	color: rgba(219,228,238,.82);
}
.capability-body li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(105,168,255,.75);
}
.capability-inline-media{
	display:none;
}
@media (max-width: 1024px) {
	.layout-50-50 {
		grid-template-columns: 1fr;
	}
	.capability-media {
		position: relative;
		top: auto;
	}
	.capability-image-stack {
		aspect-ratio: 16 / 10;
	}
	.capability-title {
		font-size: 2.2rem;
	}
}

@media (max-width: 768px) {
	.layout-50-50{
		grid-template-columns:1fr;
		gap:2rem;
	}
	.capability-heading{
		max-width:100%;
	}
	.capability-media{
		display:none;
	}
	.capability-main{
		width:100%;
	}
	.capability-accordion{
		height:auto;
		overflow:visible;
	}
	.capability-inline-media{
		display:block;
		position:relative;
		margin:
			1.5rem
			0
			1.5rem;
		overflow:hidden;
		border-radius:1.25rem;
		aspect-ratio:16 / 10;
		background:
			linear-gradient(
				145deg,
				#202935,
				#161c24
			);
		border:
			1px solid
			rgba(255,255,255,.06);
		box-shadow:
			0 16px 40px rgba(0,0,0,.28),
			0 6px 20px rgba(0,0,0,.18);
	}
	.capability-inline-media
	.capability-image{
		position:relative;
		inset:auto;
		width:100%;
		height:100%;
		opacity:1;
		visibility:visible;
		transform:none;
		transition:none;
	}
	.capability-inline-media
	.capability-image img{
		display:block;
		width:100%;
		height:100%;
		object-fit:cover;
	}
	.capability-trigger{
		padding: 1.5rem 0;
	}
	.capability-body ul {
		padding: 0 0 1.5rem 2rem;
	}
}

/* =========================================================
   SECTION Technical
   ========================================================= */
.technical-layout{
    display:grid;
    grid-template-columns:minmax(320px,42%) 1fr;
    gap:clamp(32px,4vw,72px);
    align-items:start;
}

.technical-media{
    position:sticky;
    top:120px;
}

.technical-featured{
    margin:0;
}

.technical-featured img{
    display:block;
    width:100%;
    height:auto;
    border-radius:var(--radius-lg);
}
.technical-inline-media{
    display:none;
}

@media (max-width:991px){
    .technical-layout{
        grid-template-columns:1fr;
    }
    .technical-media{
        display:none;
    }
    .technical-inline-media{
        display:block;
        margin-top:24px;
    }
    .technical-inline-media img{
        width:100%;
        height:auto;
        display:block;
    }
}


/* ==========================================================================
   SECTION: ENGINEERING PROCESS (jrmot.com Home Custom Styles)
   ========================================================================== */
.section-process {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}
.section-process .process-label {
    display: block;
    text-transform: uppercase;
    color: #0052cc;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.section-process .section-title {
    max-width: 50vw
}
.section-process .section-title i {
    font-style: italic;
    color: #002e7a; 
}

.section-process .section-heading p {
    line-height: 1.2;
    color: #555555;
	max-width: 50vw;
	margin-left: 0
}

.process-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3.5rem;
    position: relative;
}
.process-flow-grid article {
    background: #f8f9fa;
    border-top: 4px solid #e9ecef;
    padding: 2.25rem 1.75rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    flex-direction: column;
}

.process-flow-grid article:hover {
    background: #ffffff;
    border-top-color: #0052cc;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 46, 122, 0.08);
}

.process-flow-grid .step-meta {
	line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #868e96;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.process-flow-grid article:hover .step-meta {
    color: #0052cc;
}

.process-flow-grid .step-title {
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.process-flow-grid .step-desc {
    line-height: 1.1;
    color: #495057;
    margin: 0;
}
@media (max-width: 1024px) {
    .process-flow-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .section-process .section-title {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .section-process {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .process-flow-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2rem;
    }
    
    .section-process .section-title {
        font-size: 1.75rem;
    }
    
    .process-flow-grid article {
        padding: 1.75rem 1.5rem;
    }
    
    .process-flow-grid article:hover {
        transform: translateY(-4px);
    }
}

/** Section Contact **/
.contact-content {
	background: #001e60;
	border-radius: var(--border-radius);
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.contact-us .title {
	color: #fff;
}
.contact-us .subtitle-m {
	color: #fff;
	line-height: 1.1;
}
.contact-details {
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
}
.contact-details li {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	color:#fff;
}
.contact-details li:last-child {
	margin-bottom: 0;
}
.contact-details .icon {
	font-size: 1.25rem;
	width: 28px;
	text-align: center;
}
.contact-details a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
}
.contact-details a:hover {
	color: var(--primary-hover);
	text-decoration: underline;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}
.contact-image {
	width: 100%;
	border-radius: var(--border-radius);
	overflow: hidden;
}
.contact-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.contact-image:hover img {
	transform: scale(1.02);
}
@media (max-width: 768px) {
	.section-contact .inner-wrapper.layout-70-30 {
        width: 90%;
        max-width: 90%;
    }
	.layout-70-30 {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.button-group {
		justify-content: center;
	}
	.pall-3 {
		padding: 1rem;
	}
}







/* =========================================================
   OLD
   ========================================================= */
/*section-solution*/
.section-solution .flex-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
}
.section-solution .flex-item > img {
	flex-shrink: 0;
    max-width: 40%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}
.section-solution .flex-item .flext-item-content {
	flex: 1;
    min-width: 0;
}


/* What we offer: section-what*/
.innovate-title,
.innovate-slogan {
	color: #fff;
	text-shadow: #000 1px 1px;
}
.ideal-slogan > span {
	width: 50%;
	color: #fff
}
.mot > img,
.mcr > img,
.filter > img {
	position: absolute;
	z-index: -1;
    bottom: 0;
    right: 0;
    width: auto;
	height: 80%
}
.mot > img.mots,
.mcr > img.mcrs {
	z-index: -2;
}
.mot:hover img.mots,
.mcr:hover img.mcrs {
	z-index: -1;
}
.mot:hover img.mot,
.mcr:hover img.mcr {
	z-index: -2;
}
/*What makes us the ideal option?: section-ideal*/
.ideal-title {
	color: #fff;
	text-shadow: #000 1px 1px;
}
.ideal-slogan > span {
	width: 50%;
	color: #fff
}
/*How do we have the*/
.client-brands img {
	display: inline-block;
	width: calc(var(--singular-wrapper)/7 - 10px);
	max-width: 110px;
	padding: 5px;
	vertical-align: top;
}
.client-slogan { color: #ff5f58 }
.capacity-option span {
	line-height: 1.3
}
.capacity-option span::before {
	content: "\2142";
	font-size: 85px;
	font-size: 8.5rem;
	line-height: 85px;
	color: #ff5f58;
	display: inline-block;
	transform: scaleX(-1);
	position: absolute;
	top: 0;
	left: -3%;
	text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.5);
}
.capacity-option mark {
	font-family: Tahoma, sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.15
}
.capacity-tailor img {
	width: 70%;
    height: auto;
}
/* Project Cases*/
.case-application {	border-radius: 20px }
.case-application ul {
	position: relative;
	list-style-type: none;
	counter-reset: li;
	padding-left: 5%;
	color: #ffffff
}
.case-application ul::before {
	content:attr(aria-label); 
	font-size: 2em;
    font-weight: bold;
	line-height: 1.5;
}
.case-application ul li {
	cursor: pointer;
	touch-action: manipulation;	
}
.case-application ul li::before {
	font-size: 1.5em;
	counter-increment: li;
	content: counter(li, decimal-leading-zero);
	color: #ffb2c2;
	margin-right: 0.25em;
}
.case-application ul li:hover {
	text-decoration: wavy underline 1px;
}
.case-application p {
	color: #ffb1c2;
	font-size: 1em;
	text-align: center;
}
.case-details img {
	border-radius: 20px;
}
/* Sticky Catalog*/
.section-sticky .section-header { color: #f9fdfe }
.section-sticky .sticky-content figure {
	position: relative;
	background-color: #f9fdfe;
	border: 1px solid #e0efdc;
	width: calc(var(--wrapper-width)/4 - 12px);
	margin: 5px;	
	border-radius: 5px
}
.section-sticky .sticky-content figure > figcaption {
	width: 100%;
	padding: 2%;
	background-color: rgba(255, 255, 255, 0.3);
	color: #333;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	transition: opacity 0.3s;
}
.section-sticky .sticky-content figure > figcaption h2 {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
}
.section-sticky .sticky-content figure > figcaption p.tag-links {
	line-height: 16px;
	padding: 5px 0 10px 0;
}
.section-sticky .sticky-content figure:hover > figcaption {
	opacity: 0.8;
}
.section-sticky .sticky-content figure:nth-of-type(1n+0):hover { border: 1px solid #a96dad }
.section-sticky .sticky-content figure:nth-of-type(2n+0):hover { border: 1px solid #04aa6d }
.section-sticky .sticky-content figure:nth-of-type(3n+0):hover { border: 1px solid #ff7a5a }
/* Section Service*/
.service-teams .main img {
	border-radius: 20px;
}
.service-teams .aside {
	background-color: #005924;
	border-radius: 20px;
	color: #ffffff;
	padding: 5%;
}
.service-teams .aside ul {
	padding: 5% 0
}

/**
 * About Us
 */
 /*Section About Us*/
.section-aboutus {	
	position: relative;
	overflow: hidden;
	background-color: #0b2a2b;
}
.section-aboutus h2 {
	display:block;
	color: #f8783a
}
.section-aboutus p {
	color: #ffffff
}
.about-us .aside {
	padding: 5% 0;
	text-align: center
}
.about-us .main {
	padding: 5% 0
}
.about-us .main h2 {
	padding: 2%;
	color: #ffb1c2
}
.about-us .main p {
	padding: 1% 2%;
	margin: 0.5% 0;
}
.about-us .main p::before {
	content:attr(aria-label); 
	font-size: 2em;
    font-weight: bold;
	line-height: 1.5;
	padding-right: 2%
}
.about-us .main p:nth-of-type(even) {
	background-color: rgba(187, 220, 248, 0.1);
	border-radius: 20px
}
.about-us .main p:nth-of-type(odd) {
	background-color: rgba(187, 220, 248, 0.05);
	border-radius: 20px
}
.about-us .main p:nth-of-type(1)::before {
	color: #ea4c89
}
.about-us .main p:nth-of-type(2)::before {
	color: #fdae43
}
.about-us .main p:nth-of-type(3)::before {
	color: #2b85d2
}
.about-us .main p:nth-of-type(4)::before {
	color: #f82204
}
.about-us .main p:nth-of-type(5)::before {
	color: #f2ccf7
}
.about-us .main p:nth-of-type(6)::before {
	color: #f8783a
}
/*Section Enterprise Culture*/
.culture-header h2 {
	display: inline-block;	
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 35px;
	padding: 20px;
	margin: 10px 0;
	background-color: #f8783a;
	border-radius: 20px;
	color: #0b2a2b;
	transform: rotate(-2deg);
    transition: transform 0.5s ease;
	position: relative;
}
.culture-title {
	list-style-position: inside;
	color: #007048
}
/*Talent*/
.section-talents {
	background-color: #0b2a2b;
	padding: 10% 0
}
.talents .main {
	color: #ffb2c2;
	padding: 0 5%;
	text-align: center
}
.talents .main p{
	color: #fbfcfc;
	padding: 2%
}
.talents .main hr { width: 10% }
.talents .aside img {
	transition: all 0.3s ease-out;
}
.talents .aside img:nth-child(1) {
    transform: rotate3d(0,0,1,-5deg);
}
.talents .aside img:nth-child(1):hover {
	transform: translate3d(2%, 0, 0) rotate3d(0,0,1,1deg);
}
.talents .aside img:nth-child(2):hover {
	transform: scale(1.1) rotate3d(0,0,1,-2deg);
}
/* Section Facility*/
.factory-area {	color: #5ca64f }
.factory-area sup:nth-child(2) { font-size: 0.6em }

/* Section design*/
.design-control .aside::before {
	content:attr(aria-label); 
	position: absolute;
	right: 0;
	top: 0;
	color: rgb(217, 215, 215); 
	font-size: 12em;
	line-height: 1
}
.design-control .aside ul {
	position: relative;
	list-style-position: inside;
	list-style-type: none;
}
.design-control .aside ul li{
	position: relative;
}
.design-control .aside ul::before{
    content:attr(aria-label);
    font-size: 2em;
    font-weight: bold;
	line-height: 1
}
.design-control .aside ul li::before{
	content: '\221A';
	padding-right: 5px;
	display: inline;
	font-weight: 800
}
/*Section Quality*/
.quality-header h2 {
	display: inline-block;	
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 35px;
	padding: 20px;
	margin: 10px 0;
	background-color: #f8783a;
	border-radius: 20px;
	color: #0b2a2b;
	transform: rotate(-2deg);
    transition: transform 0.5s ease;
	position: relative;
}
.quality-control ul.check-circle li::before {
	position: absolute;
	left: 0;
	top: 15%;
	transform: translateY(-15%);
}
/*Section Values*/
.values {
	display: block;
	color: #ebdcc3;
	width:100%;
	max-width: calc(var(--wrapper-width)*3/5);
	text-align: center
}
.values h2.value-title {
	display: inline-block;	
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 55px;
	padding: 20px;
	background-color: #231f20;
	border-radius: 50px;
	color: #f3ca2b;
	transform: rotate(-2deg);
	transition: transform 0.5s ease;
	position: relative;
}
.values h2.value-title .circle-line {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translateY(-50%);
	width: 96%;
	height: 90%;
	border: 2px solid #f3ca2b;
	border-radius: 50px;
	background-color: transparent;
}
/*Contact*/
.page-contact-us .entry-header {
	display: none
}
.contact-touch div.main {
	border-radius: 10px
}


/*Flip show*/
.flip-container {
  color:#999;
  text-transform: uppercase;
  font-size:36px;
  font-weight:bold;
  display:block;
  padding-top: 5%
}
.flip {
  height:50px;
  overflow:hidden;
}
.flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}
.flip div:first-child {
  animation: show 5s linear infinite;
}
.flip div div {
  background:#42c58a;
}
.flip div:first-child div {
  background:#4ec7f3;
}
.flip div:last-child div {
  background:#DC143C;
}
@keyframes show {
  0% {margin-top:-270px;}
  10% {margin-top:-180px;}
  33% {margin-top:-180px;}
  43% {margin-top:-90px;}
  66% {margin-top:-90px;}
  76% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

/* Bob animation*/
.bop-t {
	 animation: bop 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
.bop-b {
	 animation: bopB 3s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
}
 @keyframes bop {
	 0% {
		 transform: scale(0.9);
	}
	 50%, 100% {
		 transform: scale(1);
	}
}
 @keyframes bopB {
	 0% {
		 transform: scale(0.9);
	}
	 80%, 100% {
		 transform: scale(1);
	}
}

/* Header circle animation*/
.header-shape {
	position:absolute;
	z-index:0;
}
.quartercircle {
	width:36vw;
	height:36vw;
	max-width:60rem;
	max-height:60rem;
	transform:scale(var(--circle));
	transition:transform 1.5s cubic-bezier(.165,.84,.44,1);
	will-change:opacity,transform
}
.shape--top {
	top:0;
	left:0
}
.shape--top .quartercircle {
	border-radius:0 0 100% 0;
	background-color:#ffbd59;
	transform-origin:top left
}
.shape--bottom {
	bottom:0;
	right:0
}
.shape--bottom .quartercircle {
	border-radius:100% 0 0 0;
	background-color:#f87854;
	transform-origin:bottom right
}

/* Header service animation*/
.header-blob {
  position: absolute;
  z-index:0;
  top:0;
  left:0;
  width: 20vw;
  height: 20vw;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255,0.42) 5%,
    #c034bd 70%
  );
  mix-blend-mode: color;
  -webkit-animation: move 15s infinite alternate;
          animation: move 15s infinite alternate;
  transition: 1s cubic-bezier(0.07, 1.8, 1.16, 3);
}
@-webkit-keyframes move {
  from {
    -webkit-transform: translate(-10vw, -10vw) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(20vw, 8vw) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}
@keyframes move {
  from {
    transform: translate(-10vw, -10vw) rotate(-90deg);
    border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
  }

  to {
    transform: translate(20vw, 8vw) rotate(-10deg);
    border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
  }
}

/* Header service svg blob*/
.header-svg-blob {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
}
.header-svg-blob .svg {
	transform-origin: 50% 50%;
	animation: amove 50s ease-in-out infinite;
}
@keyframes amove {
  0%   { transform: scale(1)   translate(0, 0) rotate(0); fill: #00D69C; filter: drop-shadow( 20px 14px 10px rgba(0, 0, 0, .7)); }
  25%  { transform: scale(0.8) translate(5vw, 10vh) rotate(55deg); fill: #C52AFC; filter: drop-shadow( 14px 14px 6px rgba(0, 0, 0, .7)); }
  50%  { transform: scale(0.6) translate(15vw, 5vh) rotate(180deg); fill: #FF1F00; filter: drop-shadow( -16px -16px 16px rgba(0, 0, 0, .7)); }
  75%  { transform: scale(0.8) translate(5vw, 10h) rotate(55deg); fill: #FFD600; filter: drop-shadow( 14px 14px 6px rgba(0, 0, 0, .7)); }
  100% { transform: scale(1)   translate(0, 0) rotate(0); fill: #00D69C; filter: drop-shadow( 20px 14px 10px rgba(0, 0, 0, .7)); }
}
.slow-zoom img {
	animation: slow-zoom 15s infinite alternate;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@keyframes slow-zoom {
  0% { transform: scale(1); } /* Start with normal scale */
  50% { transform: scale(1.1); } /* Zoom in halfway through the animation */
  100% { transform: scale(1.2); } /* Return to normal scale at the end */
}
/* Page in Mobile*/
@media (max-width: 767px) {
	.page-home .header-wrapper {
		height: 232px
	}
	.section-hero .aside {
	position: relative;
		-webkit-justify-content: flex-start;
		   -moz-justify-content: flex-start;
			   -webkit-box-pack: start;
				  -ms-flex-pack: start;
				justify-content: flex-start;
		-webkit-align-items: flex-end;
		   -moz-align-items: flex-end;
			-ms-align-items: flex-end;
			 -o-align-items: flex-end;
			   -webkit-box-align: end;
				  -ms-flex-align: end;
				align-items: flex-end;
	}
	.section-hero .hero-arrow {
		width: 50px;
		height: 50px;
	}
	.section-hero .hero-arrow::before {
		font-size: 30px
	}	
	.section-what img {
		position: relative;
		display: none
	}
	.section-what img:last-child {
		display: block;
	}
	
	.section-sticky .sticky-content figure {
		width: 95%;
		max-width: calc(var(--media-screen)*0.95);
	}
	
	/*page contact*/
	.section-hello span::before {
		display: block;
		padding-right: 0;
	}
	.section-hello p.hello-arrow::after {
		width: 50px;
		height: 50px;
		font-size: 30px
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-home .header-wrapper {
		height: 432px
	}
	.section-hero .hero-arrow {
		width: 70px;
		height: 70px;
	}
}
@media (min-width: 992px) {
}
@media (min-width: 1600px) {
	.section-hero {
		top: 20%;
	}
	.section-hero .main > span {
		font-size: 4vw;
	}
}