.about-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 40px;
	position: relative;
	overflow: visible;
}

.about-background-shapes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
	overflow: hidden;
}

.about-shape {
	position: absolute;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.15;
	animation: float 20s ease-in-out infinite;
}

.about-shape-1 {
	width: 400px;
	height: 400px;
	background: #7c3aed;
	top: 10%;
	left: -10%;
	animation-delay: 0s;
}

.about-shape-2 {
	width: 350px;
	height: 350px;
	background: #00a3ff;
	top: 60%;
	right: -15%;
	animation-delay: -7s;
}

.about-shape-3 {
	width: 300px;
	height: 300px;
	background: #22c55e;
	top: 30%;
	left: 70%;
	animation-delay: -14s;
}

.about-shape-4 {
	width: 250px;
	height: 250px;
	background: #00a3ff;
	bottom: 20%;
	left: 10%;
	animation-delay: -3s;
}

.about-shape-5 {
	width: 320px;
	height: 320px;
	background: #7c3aed;
	top: 50%;
	right: 60%;
	animation-delay: -10s;
}

.about-shape-6 {
	width: 280px;
	height: 280px;
	background: #22c55e;
	top: 5%;
	right: 20%;
	animation-delay: -5s;
}

.about-shape-7 {
	width: 200px;
	height: 200px;
	background: #7c3aed;
	bottom: 40%;
	right: 10%;
	animation-delay: -12s;
}

.about-shape-8 {
	width: 380px;
	height: 380px;
	background: #00a3ff;
	top: 45%;
	left: -5%;
	animation-delay: -8s;
}

@keyframes float {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}
	33% {
		transform: translate(30px, -30px) scale(1.1);
	}
	66% {
		transform: translate(-20px, 20px) scale(0.9);
	}
}

.about-hero-section {
	min-height: 70vh;
	padding: 120px 0 80px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.about-hero-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
	position: relative;
	z-index: 2;
}

.about-badge {
	display: inline-block;
	color: #7c3aed;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.about-hero-title {
	font-size: 52px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 32px;
	color: #0a1119;
	letter-spacing: -1px;
}

.about-hero-description {
	font-size: 16px;
	color: #64748b;
	line-height: 1.8;
	margin-bottom: 40px;
}

.about-hero-btn {
	padding: 10px 24px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border: none;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	background: #0a1119;
	color: white;
}

.about-hero-btn:hover {
	background: #1a2129;
	transform: translateX(4px);
}

.about-hero-btn i {
	transition: transform 0.3s ease;
}

.about-hero-btn:hover i {
	transform: translateX(4px);
}

.about-hero-right {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.about-hero-text-content {
	max-width: 550px;
}

.about-hero-text-content p {
	font-size: 16px;
	color: #475569;
	line-height: 1.8;
	margin-bottom: 20px;
}

.about-hero-text-content p:last-child {
	margin-bottom: 0;
}

.about-fade-in {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.about-fade-in.about-animate {
	opacity: 0;
	transform: translateY(30px);
}

.about-fade-in.about-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.about-hero-content {
		gap: 60px;
	}

	.about-hero-title {
		font-size: 44px;
	}
}

@media (max-width: 768px) {
	.about-container {
		padding: 0 20px;
	}

	.about-hero-section {
		padding: 80px 0 60px;
	}

	.about-hero-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-hero-title {
		font-size: 36px;
		text-align: center;
	}

	.about-badge {
		text-align: center;
		display: block;
	}

	.about-hero-description {
		text-align: center;
		font-size: 15px;
	}

	.about-hero-right {
		justify-content: center;
	}

	.about-hero-text-content {
		padding: 36px;
	}
}

@media (max-width: 577px) {
	.about-hero-section {
		padding: 60px 0 40px;
	}

	.about-hero-title {
		font-size: 28px;
	}

	.about-hero-description {
		font-size: 14px;
	}

	.about-hero-text-content {
		padding: 28px;
	}

	.about-hero-text-content p {
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	.about-hero-title {
		font-size: 24px;
	}

	.about-badge {
		font-size: 11px;
	}
}

.abt-gal-section {
	width: 100%;
	padding: 80px 24px;
}

.abt-gal-wrap {
	max-width: 1400px;
	margin: 0 auto;
	background-image: radial-gradient(#cfcfcf 1px, transparent 1px);
	background-size: 10px 10px;
	padding: 20px;
}

.abt-gal-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 220px;
	gap: 32px;
}

.abt-gal-item {
	border-radius: 24px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transform: scale(0.95) translateY(20px);
	animation: fadeInScale 0.8s ease-out forwards;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.abt-gal-item:hover {
	transform: scale(1.02) translateY(-5px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.abt-gal-1 {
	grid-column: span 4;
	grid-row: span 2;
	background-image: url(../images/gal1.jpg);
	animation-delay: 0.1s;
}

.abt-gal-2 {
	grid-column: span 8;
	grid-row: span 2;
	background-image: url(../images/shake3.jpg);
	animation-delay: 0.2s;
}

.abt-gal-3 {
	grid-column: span 8;
	grid-row: span 2;
	background-image: url(../images/gal3.jpg);
	animation-delay: 0.3s;
}

.abt-gal-4 {
	grid-column: span 4;
	grid-row: span 2;
	background-image: url(../images/gal2.jpg);
	animation-delay: 0.4s;
}

@keyframes fadeInScale {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(20px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@media (max-width: 1024px) {
	.abt-gal-grid {
		grid-auto-rows: 180px;
		gap: 24px;
	}

	.abt-gal-section {
		padding: 60px 20px;
	}
}

@media (max-width: 768px) {
	.abt-gal-grid {
		grid-auto-rows: 150px;
		gap: 20px;
	}

	.abt-gal-section {
		padding: 50px 16px;
	}

	.abt-gal-item {
		border-radius: 16px;
	}
}

@media (max-width: 480px) {
	.abt-gal-section {
		padding: 40px 16px;
	}

	.abt-gal-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 280px;
		gap: 20px;
	}

	.abt-gal-1,
	.abt-gal-2,
	.abt-gal-3,
	.abt-gal-4 {
		grid-column: span 1;
		grid-row: span 1;
	}

	.abt-gal-item {
		border-radius: 16px;
	}

	.abt-gal-item:hover {
		transform: scale(1) translateY(0);
	}
}

@media (max-width: 380px) {
	.abt-gal-grid {
		grid-auto-rows: 240px;
		gap: 16px;
	}

	.abt-gal-section {
		padding: 30px 12px;
	}
}

.abt-vls-section {
	width: 100%;
	padding: 100px 24px;
	background: #f8f9fa;
}

.abt-vls-container {
	max-width: 1400px;
	margin: 0 auto;
}

.abt-vls-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.abt-vls-left {
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.abt-vls-left.abt-vls-visible {
	opacity: 1;
	transform: translateX(0);
}

.abt-vls-title {
	font-size: 48px;
	font-weight: 900;
	line-height: 1.2;
	color: #0a1119;
	letter-spacing: -0.5px;
}

.abt-vls-visual {
	position: relative;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abt-vls-center-circle {
	width: 180px;
	height: 180px;
	background: #0a1119;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	box-shadow: 0 20px 60px rgba(10, 17, 25, 0.2);
}

.abt-vls-center-circle i {
	font-size: 80px;
	color: white;
}

.abt-vls-floating-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	opacity: 0;
	animation: floatIn 0.8s ease-out forwards;
}

.abt-vls-icon-1 {
	background: linear-gradient(135deg, #00a3ff, #0088cc);
	color: white;
	top: 10%;
	left: 15%;
	animation-delay: 0.2s;
}

.abt-vls-icon-2 {
	background: linear-gradient(135deg, #ffd1dc, #ff9aaa);
	color: #ff4466;
	bottom: 25%;
	left: 5%;
	animation-delay: 0.3s;
}

.abt-vls-icon-3 {
	background: linear-gradient(135deg, #c8b6ff, #9d7ce8);
	color: white;
	top: 35%;
	right: 5%;
	animation-delay: 0.4s;
}

.abt-vls-icon-4 {
	background: linear-gradient(135deg, #ffccaa, #ff9966);
	color: white;
	top: 5%;
	right: 20%;
	animation-delay: 0.5s;
}

.abt-vls-icon-5 {
	background: linear-gradient(135deg, #d4f1ff, #a3d9f5);
	color: #00a3ff;
	bottom: 15%;
	right: 15%;
	animation-delay: 0.6s;
}

@keyframes floatIn {
	from {
		opacity: 0;
		transform: scale(0.5) translateY(20px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.abt-vls-right {
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.abt-vls-right.abt-vls-visible {
	opacity: 1;
	transform: translateX(0);
}

.abt-vls-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.abt-vls-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease-out;
}

.abt-vls-item.abt-vls-item-visible {
	opacity: 1;
	transform: translateY(0);
}

.abt-vls-item-header {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 12px;
}

.abt-vls-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.abt-vls-item:nth-child(1) .abt-vls-item-icon i {
	color: #00a3ff;
}

.abt-vls-item:nth-child(2) .abt-vls-item-icon i {
	color: #22c55e;
}

.abt-vls-item:nth-child(3) .abt-vls-item-icon i {
	color: #7c3aed;
}

.abt-vls-item:nth-child(4) .abt-vls-item-icon i {
	color: #f59e0b;
}

.abt-vls-item:nth-child(5) .abt-vls-item-icon i {
	color: #00a3ff;
}

.abt-vls-item-title {
	font-size: 18px;
	font-weight: 700;
	color: #0a1119;
	margin-bottom: 8px;
}

.abt-vls-item-description {
	font-size: 15px;
	color: #64748b;
	line-height: 1.7;
}

@media (max-width: 1024px) {
	.abt-vls-content {
		gap: 60px;
	}

	.abt-vls-title {
		font-size: 40px;
	}

	.abt-vls-visual {
		height: 400px;
	}
}

@media (max-width: 768px) {
	.abt-vls-section {
		padding: 80px 20px;
	}

	.abt-vls-content {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.abt-vls-title {
		font-size: 36px;
		text-align: center;
	}

	.abt-vls-visual {
		height: 350px;
	}

	.abt-vls-center-circle {
		width: 140px;
		height: 140px;
	}

	.abt-vls-center-circle i {
		font-size: 60px;
	}

	.abt-vls-floating-icon {
		width: 60px;
		height: 60px;
		font-size: 24px;
		border-radius: 16px;
	}
}

@media (max-width: 577px) {
	.abt-vls-section {
		padding: 60px 16px;
	}

	.abt-vls-title {
		font-size: 28px;
	}

	.abt-vls-list {
		gap: 32px;
	}

	.abt-vls-item-header {
		gap: 12px;
	}

	.abt-vls-item-icon {
		font-size: 20px;
	}

	.abt-vls-item-title {
		font-size: 16px;
	}

	.abt-vls-item-description {
		font-size: 14px;
	}

	.abt-vls-visual {
		height: 300px;
	}

	.abt-vls-center-circle {
		width: 120px;
		height: 120px;
	}

	.abt-vls-center-circle i {
		font-size: 50px;
	}

	.abt-vls-floating-icon {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}

@media (max-width: 380px) {
	.abt-vls-title {
		font-size: 24px;
	}

	.abt-vls-item-title {
		font-size: 15px;
	}

	.abt-vls-item-description {
		font-size: 13px;
	}
}

.cta-section {
	width: 100%;
	padding: 80px 20px;
	position: relative;
	overflow: hidden;
}

.cta-container {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.cta-background {
	display: flex;
	height: 400px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.cta-bg-left {
	flex: 1;
	background: #0a1119;
	position: relative;
}

.cta-bg-right {
	flex: 1;
	background: #00a3ff;
	position: relative;
}

.cta-diagonal {
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	width: 150px;
	background: #0a1119;
	transform: skewX(-10deg);
	z-index: 1;
}

.cta-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	max-width: 650px;
	text-align: center;
}

.cta-title {
	font-size: 56px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.1;
	margin-bottom: 20px;
}

.cta-desc {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
	margin-bottom: 32px;
}

.cta-button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 24px;
	background: #ffffff;
	color: #0a1119;
	text-decoration: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	transition: all 0.3s ease;
	border: 2px solid #ffffff;
}

.cta-button:hover {
	background: transparent;
	color: #ffffff;
	gap: 16px;
}

.cta-button i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.cta-button:hover i {
	transform: translateX(4px);
}

@media (max-width: 1024px) {
	.cta-section {
		padding: 60px 20px;
	}

	.cta-background {
		height: 380px;
	}

	.cta-content {
		left: 50px;
		transform: translateY(-50%);
		max-width: 500px;
		text-align: left;
	}

	.cta-title {
		font-size: 48px;
	}

	.cta-desc {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.cta-section {
		padding: 50px 16px;
	}

	.cta-background {
		height: auto;
		min-height: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #0a1119;
	}

	.cta-bg-left {
		display: none;
	}

	.cta-bg-right {
		display: none;
	}

	.cta-diagonal {
		display: none;
	}

	.cta-content {
		position: static;
		transform: none;
		padding: 40px 30px;
	}

	.cta-title {
		font-size: 36px;
	}

	.cta-desc {
		font-size: 14px;
	}

	.cta-button {
		padding: 12px 28px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.cta-background {
		border-radius: 16px;
		min-height: 380px;
	}

	.cta-content {
		padding: 30px 24px;
	}

	.cta-title {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.cta-desc {
		font-size: 13px;
		margin-bottom: 24px;
	}

	.cta-button {
		width: 100%;
		justify-content: center;
	}
}

