/* ========================================
   HERO SECTION
   ======================================== */
#about-hero-section {
	background-image: url("../i/007-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: auto;
}
.hero-fullwidth {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 260px 0 70px 0;
	border-bottom: 1px solid #ddd;
	background-color: #ffffff;
}

.hero-fullwidth.hero-about {
	background: var(--color-white);
	padding: 260px 0 80px 0 !important;
	position: relative;
	overflow: visible;
}

/* ========================================
   MAIN SECTION
   ======================================== */

.about-main-background {
	position: relative;
	min-height: 100vh;
}

/* ========================================
   STORY SECTION
   ======================================== */
   
#biz-section{
	position: relative;
	max-height: 800px;
	box-shadow: 0 0 10px #ccc;
}
#biz-section::before {
	position: absolute;
	top: 18px;
	left: 18px;
	bottom: 18px;
	right: 18px;
	background-image: url("../i/about-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 0%;
	opacity: .95;
	content: "";
	z-index: -1;
}
#biz-section .card{
	position: relative;
	top: -172px;
	left: 40px;
}
#biz-section .card-header{
	min-height: 170px;
	padding-top: 70px;
	background-color: rgba(255, 255, 255, .4);
	backdrop-filter: blur(3px);
}
#biz-section .card-body{
	backdrop-filter: blur(15px);
	background: rgba(255, 255, 255, 0.8);
}
.story-content {
	padding: 0;
}

.story-image-wrapper {
	position: relative;
}

.story-image {
	width:100%;
	height: auto;
}

/* ========================================
   PURPOSE SECTION ILLUSTRATION
   ======================================== */

.purpose-section {
	overflow: visible;
}

.purpose-illustration-bg {
	position: absolute;
	left: 0;
	top: 20%;
	transform: translateY(-50%);
	width: 50%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.purpose-illustration {
	width: auto;
	height: 450px;
	max-width: none;
	opacity: 0.95;
	margin-left: -50px;
}

.purpose-content-box {
	position: relative;
	z-index: 2;
}
#purpose-decorative-icon {
	position: absolute;
	bottom: -50px;
	right: -50px;
}

#purpose-decorative-icon .ti {
	font-size: 15rem;
}

/* ========================================
   CONTENT SPACING
   ======================================== */

.about-main-content {
	margin-top: 3rem;
}

/* ========================================
   HERO TEXT ALIGNMENT
   ======================================== */
.about-hero-description {
	margin-left: auto;
	margin-right: auto;
}

.about-line-accent {
	margin-left: auto;
	margin-right: auto;
}

/* ========================================
   VALUES SECTION
   ======================================== */

.about-page .stat-module h4 {
	color: #1d2939 !important;
}

.about-page .stat-module p {
	color: #6c757d !important;
}

/* ========================================
   TIMELINE
   ======================================== */

.timeline-container {
	position: relative;
	padding: 30px 0 0 0;
	margin: 0 !important;
	overflow-x: auto;
	overflow-y: visible;
	border-bottom: 0;
}
.timeline-line {
	display: none;
}
.timeline-items {
	position: relative;
	z-index: 1;
	min-width: 100%;
}
.timeline-items::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #e9ecef 0%, var(--tblr-primary) 50%, #e9ecef 100%);
	z-index: 0;
	pointer-events: none;
}
.timeline-item {
	flex: 1;
	min-width: 140px;
	max-width: 160px;
	position: relative;
	z-index: 2;
}
.timeline-icon-wrapper {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	border: 5px solid #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
.timeline-icon {
	font-size: 1.75rem;
	color: #fff;
}

.timeline-item:hover .timeline-icon-wrapper {
	transform: scale(1.15) rotate(2deg);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover .timeline-icon {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}
.timeline-avatar-wrapper {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
	border: 5px solid #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background: #f8f9fa;
}
.timeline-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: grayscale(20%);
}
.timeline-memorial {
	position: relative;
}

.timeline-memorial .timeline-content {
	padding: 15px;
	border-radius: 5px;
	/*background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.05);*/
}
.timeline-memorial .timeline-avatar-wrapper {
	margin-bottom: 0 !important;
	transition: transform 0.5s ease, box-shadow 0.3s ease;
}
.timeline-memorial:hover .timeline-avatar-wrapper {
	transform: scale(1.2);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}

.timeline-memorial .timeline-avatar {
	transition: filter 0.3s ease;
}

.timeline-memorial:hover .timeline-avatar {
	filter: grayscale(100%);
}

.timeline-memorial .timeline-content {
	transition: background-color 0.3s ease;
}

.timeline-memorial:hover .timeline-content {
	transform: none;
	background-color: #e1e1e1;
}

.timeline-memorial .timeline-description {
	transition: color 0.3s ease;
}

.timeline-memorial:hover .timeline-description {
	color: #333;
}
.timeline-item:hover .timeline-content {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}
.timeline-year {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1;
}
.timeline-title {
	font-size: 1rem;
	font-weight: 600;
	color: #1d2939;
	margin-bottom: 8px;
	line-height: 1.2;
}
.timeline-description {
	font-size: 0.85rem;
	color: #6c757d;
	line-height: 1.4;
	margin: 0;
}

/* ========================================
   MOBILE RESPONSIVE (max-width: 767px)
   ======================================== */

@media (max-width: 767px) {
	.hero-fullwidth.hero-about {
		padding: 200px 0 30px 0 !important;
	}
	
	.hero-fullwidth .container-xl {
		padding-bottom: 40px !important;
		min-height: 200px !important;
	}
	.about-hero-title{text-align: center;}
	.about-illustration-container,
	.purpose-illustration-bg {
		display: none;
	}
	.timeline-container {
		padding: 40px 10px;
		-webkit-overflow-scrolling: touch;
	}
	
	.timeline-items::before {
		top: 25px;
	}
	
	.timeline-icon-wrapper {
		width: 50px;
		height: 50px;
		border: 4px solid #fff;
	}
	
	.timeline-icon {
		font-size: 1.5rem;
	}
	
	.timeline-avatar-wrapper {
		width: 70px;
		height: 70px;
		border: 4px solid #fff;
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	
	.timeline-memorial:hover .timeline-avatar-wrapper {
		transform: scale(1.15);
	}
	
	.timeline-items {
		padding: 0 20px;
		min-width: max-content;
	}
	
	.timeline-item {
		min-width: 160px;
		max-width: 180px;
	}
	
	.timeline-year {
		font-size: 1.4rem;
	}
	
	.timeline-title {
		font-size: 0.95rem;
	}
	
	.timeline-description {
		font-size: 0.8rem;
		line-height: 1.4;
	}
	.story-content {
		padding: 0;
	}
	
	.story-content p {
		text-indent: 0 !important;
		text-align: left !important;
		margin-bottom: 1rem !important;
	}
	#biz-section {
		max-height: none !important;
		overflow: visible !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	#biz-section .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#biz-section .col-6:first-child {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#biz-section .col-6:last-child {
		display: none !important;
	}
	
	#biz-section .card {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 0 !important;
	}
	
	#biz-section .card-header {
		min-height: auto !important;
		padding-top: 1.5rem !important;
		padding-bottom: 1rem !important;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	
	#biz-section .card-header .ti {
		font-size: 2.5rem !important;
	}
	
	#biz-section .card-header h2 {
		font-size: 1.25rem !important;
	}
	
	#biz-section .card-body {
		padding: 1.5rem !important;
	}
	.hero-about .col-12[style*="padding-left"] {
		padding-left: 1rem !important;
	}
	
	.hero-about .about-hero-title {
		font-size: 2rem !important;
	}
	
	.hero-about .about-hero-description {
		font-size: 1rem !important;
		max-width: 100% !important;
	}
	.story-section {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
	}
	
	#biz-section::before {
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
	}
	.about-main-background.mt-6 {
		margin-top: 0 !important;
	}
	
	.about-main-background.pt-6 {
		padding-top: 0 !important;
	}
}

/* ========================================
   DESKTOP RESPONSIVE (min-width: 768px)
   ======================================== */

@media (min-width: 768px) {
	.about-main-content {
		margin-top: 1.5rem;
	}
	.about-hero-description {
		margin-left: 0;
		margin-right: 0;
	}
	
	.about-line-accent {
		margin-left: 0;
		margin-right: 0;
	}
	.story-content {
		padding: 0;
	}
}
