body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
	background: #0a0a0a;
	color: #ffffff;
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden;
	max-width: 100%;
	position: relative;
}

/* Optimize scrolling performance */
* {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

/* Navbar */
.apple-navbar {
	width: 100%;
	background: rgba(10, 10, 10, 0.85);
	backdrop-filter: blur(5px);
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 1px 8px rgba(0, 122, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	padding: 0 2rem;
}
.nav-links {
	display: flex;
	gap: 2.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav-links li a {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	padding: 0.2rem 0.7rem;
	border-radius: 6px;
	transition: background 0.2s, color 0.2s, box-shadow 0.3s;
	position: relative;
	overflow: hidden;
}
.nav-links li a:hover {
	background: #e5f1fb;
	color: #0071e3;
	box-shadow: 0 2px 12px rgba(0,113,227,0.10);
}
.social-links {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
.social-links a {
	color: #ffffff;
	font-size: 1.4rem;
	transition: color 0.2s, transform 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-links a:hover {
	color: #007AFF;
	transform: scale(1.15);
}

/* Hero Section */
.apple-hero {
	width: 100%;
	height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-bottom: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible !important;
	z-index: 0;
}
.apple-hero::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent 0%, #007AFF 50%, transparent 100%);
	z-index: 5;
}
.hero-center {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 0 2rem 0;
}
.hero-main {
	font-size: 4.5rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	margin: 0 0 1.5rem 0;
	line-height: 1.08;
	background: linear-gradient(90deg, #0071e3 0%, #00c6fb 50%, #0071e3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 4px 24px rgba(0,113,227,0.12));
	transition: font-size 0.3s, background 0.3s;
}
.hero-desc {
	font-size: 2rem;
	font-weight: 400;
	color: #ffffff;
	margin: 0 0 1.5rem 0;
	letter-spacing: 1.2px;
}

main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	width: 100%;
	position: relative;
	padding-top: 60vh;
}

/* Section Styles */
.apple-section {
	width: 100%;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	padding: 5rem 0 4rem 0;
	border-bottom: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
}
.section-content {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.apple-section h2 {
	color: #ffffff;
	margin-bottom: 2.5rem;
	letter-spacing: 1.5px;
	font-size: 2.5rem;
	font-weight: 800;
	font-family: inherit;
	text-align: center;
	line-height: 1.08;
}
.apple-section p {
	font-size: 1.3rem;
	line-height: 1.7;
	color: #d0d0d0;
	margin-bottom: 0;
}

/* About & Education Container */
.about-education-container {
	display: flex;
	gap: 4rem;
	align-items: flex-start;
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.education-side {
	flex: 1;
	min-width: 0;
}

.about-description {
	flex: 1;
	text-align: left;
	min-width: 0;
}

.about-description p {
	font-size: 1.3rem;
	line-height: 1.7;
	color: #d0d0d0;
	margin: 0;
}

/* Education Timeline */
.timeline {
	position: relative;
	padding: 1rem 0;
	max-width: 900px;
	margin: 9rem auto 0 auto;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, #007AFF 0%, rgba(0, 122, 255, 0.3) 100%);
}

.timeline-item {
	position: relative;
	margin-bottom: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.timeline-date-top {
	position: absolute;
	left: -10px;
	top: 0;
	color: #007AFF;
	font-size: 0.75rem;
	font-weight: 700;
	white-space: nowrap;
	transform: translateX(-100%);
	padding-right: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.timeline-date-bottom {
	position: absolute;
	left: -10px;
	bottom: 0;
	color: #007AFF;
	font-size: 0.7rem;
	font-weight: 600;
	white-space: nowrap;
	transform: translateX(-100%);
	padding-right: 18px;
	letter-spacing: 0.5px;
}

.timeline-dot {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #007AFF;
	border: 3px solid #0a0a0a;
	box-shadow: 0 0 0 4px rgba(0, 122, 255, 0.2);
	z-index: 2;
}

.timeline-content {
	padding-left: 60px;
	display: flex;
	justify-content: center;
	position: relative;
}

.timeline-content::before {
	content: '';
	position: absolute;
	left: 21px;
	top: 50%;
	width: 39px;
	height: 2px;
	background: linear-gradient(90deg, #007AFF 0%, rgba(0, 122, 255, 0.3) 100%);
	z-index: 1;
}

.education-card {
	background: rgba(20, 20, 20, 0.7);
	backdrop-filter: blur(3px);
	border-radius: 12.75px;
	padding: 1.275rem 1.9125rem 1.275rem 2.55rem !important;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	text-align: left !important;
	width: fit-content;
	max-width: 637.5px;
}

.education-card:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 122, 255, 0.4);
	box-shadow: 0 8px 30px rgba(0, 122, 255, 0.15);
}

.education-card h3 {
	color: #ffffff;
	font-size: 30.6px !important;
	margin: 0 0 1.275rem 0 !important;
	font-weight: 600;
	line-height: 1.4;
	text-align: left !important;
}

.education-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.765rem;
	align-items: center;
	justify-content: flex-start !important;
}

.edu-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.57375rem 1.08375rem;
	background: transparent;
	border: 1px solid rgba(0, 122, 255, 0.5);
	border-radius: 5.1px;
	color: #d0d0d0;
	font-size: 15.9375px;
	font-weight: 400;
	transition: all 0.2s ease;
}

.edu-badge:hover {
	border-color: #007AFF;
	color: #ffffff;
}

/* Skills category headings */
.apple-section h3 {
	color: #ffffff;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
	letter-spacing: 1px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: inherit;
	text-align: center;
	line-height: 1.08;
	background: linear-gradient(90deg, #0071e3 0%, #00c6fb 50%, #0071e3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 2px 12px rgba(0,113,227,0.08));
}

/* Skills */
.apple-skills {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	list-style: none;
	padding: 0;
	margin: 0 auto 2rem auto;
	max-width: 700px;
	justify-content: center;
	align-items: center;
}
.apple-skills li {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	background: rgba(20, 20, 20, 0.7);
	backdrop-filter: blur(3px);
	color: #ffffff;
	border-radius: 2rem;
	padding: 1.1rem 2.2rem 1.1rem 1.7rem;
	margin-bottom: 1.2rem;
	letter-spacing: 1px;
	box-shadow: 0 4px 24px rgba(0, 122, 255, 0.15);
	transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.1);
	gap: 1rem;
	position: relative;
	overflow: hidden;
}
.apple-skills li:hover {
	background: rgba(30, 30, 30, 0.9);
	color: #007AFF;
	transform: scale(1.06) rotate(-1deg);
	border: 1.5px solid rgba(0, 122, 255, 0.4);
	box-shadow: 0 8px 32px rgba(0, 122, 255, 0.3);
}
.apple-skills li i {
	font-size: 1.7rem;
	margin-right: 0.8rem;
	vertical-align: middle;
	display: inline-block;
}
.apple-skills li .icon-img {
	height: 1.7rem;
	width: 1.7rem;
	margin-right: 0.8rem;
	vertical-align: middle;
	display: inline-block;
	filter: grayscale(0.2) contrast(1.1);
}
.icon-img {
	filter: grayscale(0.2) contrast(1.1);
}

/* Projects */
#projects .section-content {
	max-width: 100%;
	padding: 0;
}

.apple-projects {
	display: flex;
	flex-wrap: nowrap;
	gap: 2.5rem;
	margin-top: 2.5rem;
	padding: 3rem 2rem;
	justify-content: center;
	align-items: stretch;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.apple-projects::-webkit-scrollbar {
	height: 8px;
}

.apple-projects::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.apple-projects::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.apple-projects::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.project-card .icon-img {
	height: 1.7rem;
	width: 1.7rem;
	margin-right: 0.8rem;
	vertical-align: middle;
	display: inline-block;
	filter: grayscale(0.2) contrast(1.1);
}
.project-card {
	background: rgba(20, 20, 20, 0.7);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	border-radius: 1.5rem;
	padding: 2.5rem 2rem;
	box-shadow: 0 4px 24px rgba(0, 122, 255, 0.15);
	transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
	font-size: 1.1rem;
	width: 340px;
	min-height: 480px;
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.project-card:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: 0 8px 32px rgba(0, 122, 255, 0.3);
	background: rgba(30, 30, 30, 0.9);
	border-color: rgba(0, 122, 255, 0.4);
}
.project-card h3 {
	margin-top: 0;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}
.project-card p {
	font-size: 1.1rem;
	color: #d0d0d0;
	margin-bottom: 1.2rem;
	text-align: center;
}
.project-tools {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 0.5rem;
	font-size: 1.7rem;
}
.project-tools span {
	color: #1d1d1f;
	opacity: 0.7;
	transition: color 0.2s, opacity 0.2s, transform 0.2s;
	cursor: pointer;
}
.project-tools span:hover {
	color: #0071e3;
	opacity: 1;
	transform: scale(1.12);
}

/* Certifications */
#certifications .section-content {
	max-width: 100%;
	padding: 0;
}

.certifications-container {
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
	margin-top: 2.5rem;
	padding: 3rem 2rem;
	justify-content: center;
	align-items: stretch;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.certifications-container::-webkit-scrollbar {
	height: 8px;
}

.certifications-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.certifications-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.certifications-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.certification-item {
	background: rgba(20, 20, 20, 0.7);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #ffffff;
	padding: 3rem 2rem;
	border-radius: 1.5rem;
	box-shadow: 0 4px 24px rgba(0, 122, 255, 0.15);
	transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 300px;
	height: 580px;
	flex: 0 0 auto;
}

.certification-item:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow: 0 8px 32px rgba(0, 122, 255, 0.3);
	background: rgba(30, 30, 30, 0.9);
	border-color: rgba(0, 122, 255, 0.4);
}

.cert-icon {
	font-size: 3.5rem;
	color: #007AFF;
	margin-bottom: 1.5rem;
}

.certification-item h3 {
	margin: 0 0 0.75rem 0 !important;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.cert-platform {
	font-size: 0.9rem;
	margin: 0 0 0.9rem 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.platform-badge {
	background: transparent;
	color: #0071e3;
	padding: 0.4rem 1rem;
	border-radius: 1.5rem;
	font-weight: 600;
	font-size: 0.75rem !important;
	border: 2px solid #0071e3;
	transition: transform 0.2s, border-color 0.2s, color 0.2s;
	display: inline-block;
}

.platform-badge:hover {
	transform: translateY(-2px);
	border-color: #00c6fb;
	color: #00c6fb;
}

.cert-provider {
	font-size: 1.05rem !important;
	color: #d0d0d0;
	opacity: 0.9;
	margin: 0 0 0.3rem 0 !important;
	font-weight: 400;
}

.cert-date {
	font-size: 0.9rem !important;
	color: #d0d0d0;
	opacity: 0.7;
	margin: 0 0 4rem 0 !important;
}

.cert-skills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.6rem;
	padding: 1rem 1.5rem;
	flex-grow: 1;
	max-width: 450px;
	margin: 0 auto;
}

.skill-badge {
	background: transparent;
	border: 2.5px solid rgba(0, 122, 255, 0.7);
	color: rgba(0, 122, 255, 0.85);
	padding: 0.5rem 1.2rem;
	border-radius: 6px;
	font-size: 0.85rem;
	font-weight: 400;
	letter-spacing: 0.2px;
	transition: all 0.3s ease;
	text-align: center;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	position: relative;
	overflow: hidden;
}

.skill-badge::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(0, 122, 255, 0.2), transparent);
	transition: left 0.6s ease;
}

.skill-badge:hover::before {
	left: 100%;
}

.skill-badge:nth-child(5) {
	grid-column: 1 / -1;
	max-width: calc(50% - 0.3rem);
	margin: 0 auto;
}

.skill-badge:hover {
	background: rgba(0, 122, 255, 0.08);
	border-color: #007AFF;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 122, 255, 0.15);
}

.verify-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #007AFF;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 500;
	transition: color 0.2s, gap 0.2s;
	margin-top: auto;
}

.verify-link:hover {
	color: #0066CC;
	gap: 0.7rem;
}

.verify-link i {
	font-size: 0.85rem;
}

/* Contact Form */
#contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	background: rgba(20, 20, 20, 0.7);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.2rem;
	box-shadow: 0 4px 24px rgba(0, 122, 255, 0.15);
	padding: 2rem 2rem 1.5rem 2rem;
}
#contact-form input,
#contact-form textarea {
	background: rgba(30, 30, 30, 0.7);
	backdrop-filter: blur(3px);
	border: 1.5px solid rgba(255, 255, 255, 0.2);
	color: #ffffff;
	border-radius: 0.7rem;
	padding: 1.1rem;
	font-size: 1.1rem;
	resize: vertical;
	transition: border 0.2s, background 0.2s;
	width: 100%;
	box-sizing: border-box;
}
#contact-form textarea {
	min-height: 120px;
	max-height: 350px;
}
#contact-form input:focus,
#contact-form textarea:focus {
	border: 1.5px solid #007AFF;
	background: rgba(40, 40, 40, 0.8);
	outline: none;
}
#contact-form input::placeholder,
#contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
#contact-form button {
	background: #007AFF;
	color: #fff;
	border: none;
	border-radius: 0.7rem;
	padding: 1rem;
	font-size: 1.1rem;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	box-shadow: 0 2px 12px rgba(0, 122, 255, 0.3);
	position: relative;
	overflow: hidden;
}
#contact-form button:hover {
	background: #0066CC;
	box-shadow: 0 4px 24px rgba(0, 122, 255, 0.5);
}

@keyframes ripple-blue {
	0% {
		box-shadow: 0 0 0 0 rgba(0,113,227,0.18), 0 2px 12px rgba(0,113,227,0.10);
	}
	60% {
		box-shadow: 0 0 0 18px rgba(0,113,227,0.10), 0 2px 12px rgba(0,113,227,0.10);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0,113,227,0.0), 0 2px 12px rgba(0,113,227,0.10);
	}
}

/* Fade-in effect for sections */
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}
.visible {
	opacity: 1 !important;
	transform: none !important;
}

/* Scroll Animation Styles */
.scroll-hidden {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scroll-reveal {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

/* Project card pop-in animation */
@keyframes popIn {
	0% {
		opacity: 0;
		transform: scale(0.95) translateY(30px);
	}
	80% {
		opacity: 1;
		transform: scale(1.03) translateY(-4px);
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

/* Footer */
.apple-footer {
	text-align: center;
	padding: 2rem 0 1.5rem 0;
	background: transparent;
	color: #d0d0d0;
	font-size: 1.1rem;
	margin-top: 2rem;
	position: relative;
	z-index: 1;
}
