/* Main Container Styling */
.about {
	
padding-top: 100px;
	
padding-bottom: 60px;
}        
/* Header Section with Gradient Overlay */
.custom-about-uppar {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}        
.custom-about-image {
	position: relative;
	height: 450px;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}        
.custom-about-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(15, 12, 41, 0.3), rgba(48, 43, 99, 0.8));
	z-index: 1;
}        
.custom-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
	transition: transform 0.8s ease;
}        
.custom-about-image:hover img {
	transform: scale(1.1);
}        
.custom-about-content {
	padding: 40px 60px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	margin-left: 40px;
	margin-right: 40px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}        
/* Typography */
.custom-about-content h1 {
	font-size: 3.5rem;
	font-weight: 500;
	margin-bottom: 30px;
	background: linear-gradient(45deg, #d32f2f, #ff6659);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}
.custom-about-content h1::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100px;
	height: 6px;
	background: linear-gradient(90deg, #d32f2f, #ff6659);
	border-radius: 3px;
}    
.custom-about-content h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0px 0 20px;
	color: #302b63;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-content p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}        
.highlight {
	background: linear-gradient(120deg, rgba(211, 47, 47, 0.15) 0%, rgba(211, 47, 47, 0.15) 100%);
	color: #d32f2f;
	font-weight: 600;
	padding: 0 5px;
	border-radius: 4px;
}        
/* Content Sections */
.content-wrapper {
	padding: 0 0px 0px;
}        
.section-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}        
.custom-about-focus {
	grid-column: span 12;
	background: linear-gradient(135deg, #f5f7fa 0%, #e8eaec 100%);
	border-radius: 20px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-left: 8px solid #302b63;
	z-index: 1;
}  
.custom-about-focus h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0px 0 20px;
	color: #302b63;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-focus p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}   
.custom-about-focus ul {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
}        
.custom-about-focus li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	font-size: 1.05rem;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-focus li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #d32f2f;
	font-weight: bold;
	font-size: 1.2rem;
}  
.custom-about-mission {
	grid-column: span 6;
	background: linear-gradient(135deg, #fff1f1 0%, #ffe8e8 100%);
	border-radius: 20px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-left: 8px solid #d32f2f;
	z-index: 1;
}    
.custom-about-mission h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0px 0 20px;
	color: #302b63;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-mission p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}       
.custom-about-digital {
	grid-column: span 6;
	background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
	border-radius: 20px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-left: 8px solid #2e7d32;
	z-index: 1;
}  
.custom-about-digital h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0px 0 20px;
	color: #302b63;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-digital p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}    
.custom-about-community {
	grid-column: span 5;
	background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
	border-radius: 20px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-left: 8px solid #1565c0;
	z-index: 1;
}
.custom-about-community h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0px 0 20px;
	color: #302b63;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-community p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}  
.custom-about-choose {
	grid-column: span 7;
	background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
	border-radius: 20px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	border-left: 8px solid #ff8f00;
	z-index: 1;
}     
.custom-about-choose h2 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 0px 0 20px;
	color: #302b63;
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-choose p {
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #444;
}   
.custom-about-choose ul {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	margin-top: 0;
}        
.custom-about-choose li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	font-size: 1.05rem;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-choose li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #d32f2f;
	font-weight: bold;
	font-size: 1.2rem;
}     
.custom-about-thank {
	grid-column: span 12;
	background: linear-gradient(135deg, #302b63 0%, #24243e 100%);
	border-radius: 20px;
	padding: 60px 40px;
	text-align: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	color: white;
	z-index: 1;
}        
.custom-about-thank p {
	color: white;
	font-size: 1.3rem;
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-thank strong {
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	background: linear-gradient(45deg, #fff, #e0e0e0);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 1px;
}        
.custom-about-thank a {
	color: #ff6659;
	font-weight: 600;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}        
.custom-about-thank a:hover {
	color: #ff8a80;
}        
.custom-about-thank a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: #ff6659;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s ease;
}        	
.custom-about-thank a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}        
/* Decorative Elements */
.section-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 4rem;
	opacity: 0.1;
	color: #333;
}        
/* Hover Effects */
.custom-about-focus:hover,
.custom-about-mission:hover,
.custom-about-digital:hover,
.custom-about-community:hover,
.custom-about-choose:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}	
/* Lists */      
/* Decorative Shapes */
.shape {
	position: absolute;
	z-index: 0;
	opacity: 0.1;
}        
.shape-1 {
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #d32f2f;
}        
.shape-2 {
	bottom: -30px;
	left: -30px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #302b63;
}        
/* Responsive Design */
@media (max-width: 1200px) {
	.section-grid {
		grid-template-columns: repeat(6, 1fr);
	}
	.custom-about-mission,
	.custom-about-digital {
		grid-column: span 6;
	}
	.custom-about-community,
	.custom-about-choose {
		grid-column: span 6;
	}
}        
@media (max-width: 992px) {
	.custom-about-content {
		margin-top: -60px;
		padding: 30px;
		margin-left: 20px;
		margin-right: 20px;
	}
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	.content-wrapper {
		padding: 0 30px 40px;
	}
}        
@media (max-width: 768px) {
	.about {
		margin: 20px;
	}
	.custom-about-image {
		height: 350px;
	}        
	.custom-about-content {
		margin-top: -40px;
		padding: 25px;
		margin-left: 15px;
		margin-right: 15px;
	}        
	h1 {
		font-size: 2.2rem;
	}
	.section-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}        
	.custom-about-focus,
	.custom-about-mission,
	.custom-about-digital,
	.custom-about-community,
	.custom-about-choose,
	.custom-about-thank {
		grid-column: span 1;
		padding: 30px;
	}        
	.content-wrapper {
		padding: 0 0px 30px;
	}
}
/* Animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}        
.fade-in {
	animation: fadeInUp 0.8s ease forwards;
	opacity: 0;
}        
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }
/* Custom Icons */
.icon-focus::before {
	content: '🔍';
	font-size: 2rem;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.2;
}        
.icon-mission::before {
	content: '🎯';
	font-size: 2rem;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.2;
}        
.icon-digital::before {
	content: '📱';
	font-size: 2rem;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.2;
}        
.icon-community::before {
	content: '👥';
	font-size: 2rem;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.2;
}        
.icon-choose::before {
	content: '✅';
	font-size: 2rem;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.2;
}