/* About Us page — company intro, vision, mission, values, events */
body.nynglobal-about-page .hero-wrap {
	background: #fff;
	min-height: auto;
	padding-top: 0;
	overflow: visible;
}

body.nynglobal-about-page .hero-wrap::before,
body.nynglobal-about-page .hero-wrap::after,
body.nynglobal-about-page .hero-silhouettes {
	display: none;
}

.about-page-main {
	background: #fff;
}

.about-hero {
	position: relative;
	padding: 140px 0 100px;
	text-align: center;
	color: #fff;
	background:
		linear-gradient(rgba(7, 22, 44, 0.78), rgba(7, 22, 44, 0.86)),
		url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.about-hero h1 {
	font-size: clamp(1.85rem, 4vw, 2.75rem);
	font-weight: 800;
	max-width: 920px;
	margin: 0 auto 18px;
	line-height: 1.25;
}

.about-hero p {
	max-width: 760px;
	margin: 0 auto;
	font-size: 1.05rem;
	opacity: 0.95;
	line-height: 1.7;
}

.about-company,
.about-vision,
.about-mission,
.about-values,
.about-events {
	padding: 80px 0;
}

.about-events {
	background: #f7f8fa;
}

.about-section-title {
	font-size: clamp(1.6rem, 3vw, 2.15rem);
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 22px;
	color: var(--primary-blue, #1a73e8);
}

.about-section-title span {
	color: var(--indo-orange, #ff6f00);
}

.about-prose {
	color: var(--text-light, #64748b);
	line-height: 1.85;
}

.about-prose p {
	margin-bottom: 1rem;
}

.about-prose > :last-child {
	margin-bottom: 0;
}

.about-text-end {
	text-align: left;
}

@media (min-width: 992px) {
	.about-text-end {
		text-align: right;
	}

	.about-text-end .about-prose {
		margin-left: auto;
	}

	.about-text-end .about-check-list {
		display: inline-block;
		text-align: left;
	}
}

.about-media {
	position: relative;
}

.about-media img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 20px 45px rgba(7, 22, 44, 0.12);
	display: block;
	object-fit: cover;
	min-height: 280px;
	max-height: 420px;
}

.about-read-more {
	margin-top: 28px;
	border: 1px solid rgba(7, 22, 44, 0.18);
	background: #f3f4f6;
	color: var(--indo-blue-dark, #07162c);
	border-radius: 999px;
	padding: 0.65rem 1.75rem;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.about-read-more:hover {
	background: var(--indo-orange, #ff6f00);
	border-color: var(--indo-orange, #ff6f00);
	color: #fff;
}

.about-check-list {
	list-style: none;
	padding: 0;
	margin: 22px 0 0;
}

.about-check-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	color: var(--text-light, #64748b);
	line-height: 1.7;
}

.about-check-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background: var(--indo-orange, #ff6f00);
}

.about-values-diagram {
	position: relative;
	width: 100%;
	max-width: 420px;
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, rgba(26, 115, 232, 0.08) 0%, transparent 62%),
		#fff;
	border: 1px dashed rgba(26, 115, 232, 0.25);
}

.about-values-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--primary-blue, #1a73e8), var(--indo-orange, #ff6f00));
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 800;
	line-height: 1.25;
	padding: 12px;
	box-shadow: 0 12px 30px rgba(26, 115, 232, 0.3);
}

.about-value-node {
	position: absolute;
	width: 86px;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--indo-blue-dark, #07162c);
}

.about-value-node i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 6px;
	border-radius: 50%;
	background: #fff;
	color: var(--indo-orange, #ff6f00);
	font-size: 1.2rem;
	box-shadow: 0 8px 20px rgba(7, 22, 44, 0.12);
}

.about-value-node-1 { top: 6%; left: 50%; transform: translateX(-50%); }
.about-value-node-2 { top: 22%; right: 4%; }
.about-value-node-3 { bottom: 22%; right: 4%; }
.about-value-node-4 { bottom: 6%; left: 50%; transform: translateX(-50%); }
.about-value-node-5 { bottom: 22%; left: 4%; }
.about-value-node-6 { top: 22%; left: 4%; }

.about-events-media {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 45px rgba(7, 22, 44, 0.12);
}

.about-events-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(88, 28, 135, 0.35), rgba(26, 115, 232, 0.35));
	pointer-events: none;
}

.about-events-media img {
	width: 100%;
	display: block;
	object-fit: cover;
	min-height: 280px;
	max-height: 400px;
}

.about-events-carousel .carousel-indicators {
	position: static;
	margin: 18px 0 0;
}

.about-events-carousel .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cbd5e1;
	border: 0;
	opacity: 1;
}

.about-events-carousel .carousel-indicators .active {
	background-color: var(--indo-orange, #ff6f00);
}

@media (max-width: 991.98px) {
	.about-company,
	.about-vision,
	.about-mission,
	.about-values,
	.about-events {
		padding: 56px 0;
	}

	.about-hero {
		padding: 120px 0 70px;
	}
}
