:root {
	--about-accent: #4dbb6d;
	--about-role: #6a7786;
	--about-role-divider: #4dbb6d;
	--about-ink: #1f2a37;
	--about-muted: #5f6b7a;
	--about-border: #dce3ea;
	--about-surface: #ffffff;
	--about-soft: #f6f8fb;
	--about-section-light: #ffffff;
	--about-section-soft: #f3f7f5;
}

/* Migrated from demo-architecture-2.css so Company Profile effects remain
   after removing that page-level demo stylesheet. */
.custom-font-tertiary {
	font-family: "Poppins", Arial, sans-serif !important;
}

.custom-stroke-text-effect-1 {
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ccc;
	white-space: nowrap;
}

.custom-big-font-size-1 {
	font-size: 147.2px;
	font-size: 9.2rem;
}

.main > .custom-page-header-1 {
	padding-top: 118px;
}

.about-profile-section,
.about-team-section,
.about-development-section,
.about-logo-section {
	position: relative;
	z-index: 1;
	padding: clamp(56px, 8vw, 84px) 0;
}

.about-profile-section {
	background: var(--about-section-light);
}

.about-team-section {
	background: var(--about-section-soft);
}

.about-development-section {
	background: var(--about-section-light);
}

.about-logo-section {
	background: var(--about-section-soft);
}

.about-video-card,
.about-logo-card {
	background: var(--about-surface);
	border: 1px solid var(--about-border);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.about-profile-copy {
	min-width: 0;
}

.about-profile-section .container {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.about-profile-copy p,
.about-copy-card p,
.about-team-body p,
.about-video-body p,
.about-development-section p {
	color: var(--about-muted);
	word-break: break-word;
}

.about-profile-copy > p {
	max-width: 58ch;
}

.about-profile-body-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.about-watermark {
	position: absolute;
	top: 72px;
	left: -36px;
	pointer-events: none;
	opacity: 0.45;
}

.about-watermark-center {
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	white-space: nowrap;
}

.about-media-card {
	height: 100%;
	min-height: clamp(220px, 30vw, 360px);
	border-radius: 14px;
	overflow: hidden;
	background: #e7edf3;
}

.about-media-card-tall {
	min-height: clamp(260px, 34vw, 520px);
}

.about-profile-section .about-media-card {
	max-width: none;
	margin-left: 0;
}

.about-profile-section .about-media-card-tall {
	min-height: 0;
}

/* Keep Company Profile image height aligned with the left text block on desktop. */
.about-profile-section .about-profile-layout {
	align-items: stretch !important;
}

.about-profile-section .about-profile-media-col,
.about-profile-section .about-profile-media-row,
.about-profile-section .about-profile-media-cell {
	height: 100%;
}

.about-profile-section .about-profile-media-cell {
	display: flex;
}

.about-profile-section .about-profile-media-cell .about-media-card {
	height: 100%;
	width: 100%;
}

.about-profile-section .about-media-card img {
	object-fit: contain;
	object-position: center center;
}

.about-media-card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.about-copy-card {
	height: 100%;
	padding: 24px;
	border-radius: 14px;
	background: var(--about-soft);
	border: 1px solid var(--about-border);
}

.about-section-intro-text {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.about-sustain-heading {
	color: #3e3e3e;
	text-transform: none;
	font-weight: 700;
	font-size: 2.3em;
	line-height: 1.2em;
}

.about-sustain-subtitle {
	color: var(--about-muted);
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.about-team-grid {
	align-items: stretch;
	justify-content: center;
}

.about-team-card {
	position: relative;
	perspective: 1200px;
	cursor: pointer;
	display: flex;
	height: 100%;
	border-radius: 14px;
	min-height: 100%;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.about-team-card:focus-visible {
	outline: 2px solid var(--about-accent);
	outline-offset: 4px;
}

.about-team-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 380px;
	transform-style: preserve-3d;
	transition: transform 0.5s ease;
}

.about-team-face {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	padding: 0;
	border-radius: 14px;
	background: var(--about-surface);
	border: 1px solid var(--about-border);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.about-team-front {
	z-index: 2;
	display: grid;
	grid-template-rows: 3fr 1fr;
}

.about-team-back {
	transform: rotateY(180deg);
	padding: 20px 16px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.about-team-media {
	background: #e7edf3;
	width: 100%;
	height: 100%;
	border-radius: 14px 14px 0 0;
	overflow: hidden;
	flex: 1 1 auto;
	margin: 0;
	border: 0;
	box-shadow: none;
}

.about-team-media img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center top;
	image-rendering: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: none;
}

.about-team-body {
	display: flex;
	flex-direction: column;
	padding: 10px 12px 12px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: var(--about-surface);
	flex: 1 1 auto;
}

.about-team-body h4 {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--about-ink);
	line-height: 1.35;
	letter-spacing: 0;
	margin-bottom: 4px !important;
}

.about-team-body h3 {
	min-height: 0;
	color: var(--about-role) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.5;
	text-transform: none;
	letter-spacing: 0.02em;
	position: relative;
	padding-top: 8px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	max-width: 28ch;
}

.about-team-body h3::before {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	margin: 0 auto 8px;
	border-radius: 999px;
	background-color: var(--about-role-divider);
	opacity: 0.85;
}

.about-team-body p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
	max-width: 34ch;
}

.about-team-back-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

.about-team-back-name {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 700;
	color: var(--about-ink);
}

.about-team-back .card-text {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.65;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	max-width: 34ch;
}

.about-video-section {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.about-video-card {
	height: 100%;
	padding: 18px;
	border-radius: 14px;
}

.about-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
}

.about-video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.about-video-body h4 {
	color: var(--about-ink);
	font-size: 20px;
	line-height: 1.4;
}

.about-video-body p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.75;
}

.aboutus-bottom40 {
	margin-bottom: 28px;
}

.about-development-visual {
	border-radius: 0;
	overflow: visible;
	background: transparent;
	border: 0;
}

.aboutus-timeline img {
	display: block;
	width: 100%;
	height: auto;
}

.about-logo-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

.about-logo-carousel .owl-item {
	display: flex;
}

.about-logo-carousel .item {
	width: 100%;
}

.about-logo-card {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: 6px;
	border-radius: 14px;
	max-width: none;
	width: 100%;
	margin: 0;
}

.about-logo-card img {
	width: auto !important;
	max-width: 96%;
	max-height: 96%;
	margin: 0 auto;
}

#header .header-btn-collapse-nav {
	border-color: var(--about-accent) !important;
	color: #fff !important;
}

@media (max-width: 1199px) {
	.about-watermark {
		left: -16px;
	}

	.about-watermark-center {
		left: 50%;
	}

	.about-team-body h3 {
		min-height: 0;
	}
}

@media (max-width: 991px) {
	.main > .custom-page-header-1 {
		padding-top: 96px;
	}

	.about-profile-section .about-profile-layout {
		align-items: flex-start !important;
	}

	.about-profile-section .about-profile-media-col,
	.about-profile-section .about-profile-media-row,
	.about-profile-section .about-profile-media-cell {
		height: auto;
	}

	.about-profile-section .about-media-card-tall {
		min-height: clamp(220px, 48vw, 360px);
	}

	.about-profile-section .about-media-card img {
		object-fit: cover;
		object-position: center center;
	}

	.about-watermark {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 16px;
		opacity: 0.3;
	}

	.about-watermark-center {
		position: absolute;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 0;
	}

	.about-team-body h3 {
		min-height: 0;
	}

	.about-media-card-tall {
		min-height: clamp(220px, 48vw, 360px);
	}
}

@media (max-width: 767px) {
	.main > .custom-page-header-1 {
		padding-top: 82px;
	}

	.about-profile-section .container,
	.about-team-section .container,
	.about-video-section .container,
	.about-development-section .container,
	.about-logo-section .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.about-team-section {
		padding-top: 48px;
	}

	.about-team-card-inner {
		min-height: auto;
	}

	.about-profile-copy h3 {
		line-height: 1.2;
	}

	.about-video-card {
		padding: 14px;
	}

	.about-video-body h4 {
		font-size: 18px;
	}

	.about-media-card-tall {
		min-height: clamp(200px, 56vw, 320px);
	}

	.about-team-card {
		cursor: default;
	}

	.about-team-card-inner {
		display: flex;
		flex-direction: column;
		gap: 0;
		transform: none !important;
	}

	.about-team-face {
		position: relative;
		inset: auto;
		backface-visibility: visible;
		-webkit-backface-visibility: visible;
		box-shadow: none;
	}

	.about-team-front {
		display: block;
		border-bottom: 0;
		border-radius: 14px 14px 0 0;
		padding-bottom: 0;
	}

	.about-team-media {
		height: 240px;
		border-radius: 14px 14px 0 0;
	}

	.about-team-back {
		transform: none;
		border-top: 0;
		border-radius: 0 0 14px 14px;
		padding: 14px 12px 16px;
		background: var(--about-surface);
	}

	.about-team-card:hover .about-team-card-inner,
	.about-team-card:focus .about-team-card-inner,
	.about-team-card:focus-within .about-team-card-inner {
		transform: none !important;
	}

	.about-team-back-body {
		padding-top: 0;
	}

	.about-team-back-name {
		display: none;
	}

	.about-team-back .card-text {
		-webkit-line-clamp: unset;
		overflow: visible;
		max-width: none;
		font-size: 14px;
		line-height: 1.7;
	}

	.about-logo-card {
		min-height: 0;
		padding: 6px;
		max-width: none;
	}

	.about-logo-card img {
		max-height: 94%;
	}
}


@media (max-width: 575px) {
	.about-copy-card {
		padding: 20px;
	}

	.about-team-body {
		padding: 10px 10px 12px;
	}

	.about-team-media {
		height: 220px;
	}

	.about-team-card-inner {
		min-height: auto;
	}

	.about-team-face {
		padding: 0;
	}

	.about-team-back-name {
		font-size: 17px;
	}

	.about-logo-section {
		padding-bottom: 44px;
	}

}

/* 2D reveal effect: keeps image quality stable (no 3D perspective/rotate) */
.about-team-card {
	perspective: none;
	cursor: pointer;
}

.about-team-card-inner {
	position: relative;
	min-height: 380px;
	transform: none !important;
	transform-style: flat;
	transition: none;
}

.about-team-face {
	position: absolute;
	inset: 0;
	backface-visibility: visible;
	-webkit-backface-visibility: visible;
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.about-team-front {
	z-index: 2;
	opacity: 1;
	transform: none;
}

.about-team-back {
	z-index: 3;
	display: flex !important;
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
}

.about-team-card:hover .about-team-front,
.about-team-card:focus-visible .about-team-front {
	opacity: 0;
	transform: translateY(-8px);
}

.about-team-card:hover .about-team-back,
.about-team-card:focus-visible .about-team-back {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

/* Prevent sticky state when card gets mouse focus after click */
.about-team-card:focus:not(:focus-visible):not(:hover) .about-team-front {
	opacity: 1;
	transform: none;
}

.about-team-card:focus:not(:focus-visible):not(:hover) .about-team-back {
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
}

/* Touch devices: show static combined card (no hover/tap flip) */
@media (hover: none), (pointer: coarse), (max-width: 991px) {
	.about-team-card {
		cursor: default;
		height: clamp(580px, 108vw, 660px) !important;
	}

	.about-team-card-inner {
		min-height: auto;
		height: 100% !important;
		display: flex;
		flex-direction: column;
		gap: 0;
		transform: none !important;
	}

	.about-team-face {
		position: relative;
		inset: auto;
		transition: none;
		backface-visibility: visible;
		-webkit-backface-visibility: visible;
		box-shadow: none;
	}

	.about-team-front {
		opacity: 1 !important;
		transform: none !important;
		display: block;
		border-bottom: 0;
		border-radius: 14px 14px 0 0;
		padding-bottom: 0;
	}

	.about-team-media {
		height: 250px;
	}

	.about-team-back {
		display: flex !important;
		opacity: 1;
		transform: none;
		pointer-events: auto;
		position: relative;
		border-top: 0;
		border-radius: 0 0 14px 14px;
		padding: 14px 12px 16px;
		background: var(--about-surface);
	}

	.about-team-back-name {
		display: none;
	}

	.about-team-back .card-text {
		-webkit-line-clamp: unset;
		overflow: visible;
		max-width: none;
		font-size: 14px;
		line-height: 1.7;
	}
}
