body {
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='%200.01' fill-rule='evenodd'/%3E%3C/svg%3E");
}
        
.glass {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}
        
.gradient-text {
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 50%, #ec4899 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
        
.gradient-border {
	position: relative;
	background: linear-gradient(135deg, #3b82f6 0%, #a855f7 50%, #ec4899 100%);
	padding: 1px;
	border-radius: 0.75rem;
}
        
.gradient-border > div {
	background: #1a1a1a;
	border-radius: 0.75rem;
}
        
.avatar-glow {
	box-shadow: 0 0 60px rgba(59, 130, 246, 0.5),
				0 0 100px rgba(168, 85, 247, 0.3),
				0 0 140px rgba(236, 72, 153, 0.1);
}
        
.skill-badge {
	transition: all 0.3s ease;
}
        
.skill-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.3);
}
        
.project-card {
	transition: all 0.3s ease;
}
        
.project-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
}
        
.testimonial-card {
	transition: all 0.3s ease;
}
        
.testimonial-card:hover {
	transform: translateX(4px);
}
        
.form-input:focus {
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
        
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
/* Social buttons for About section */
.social-inline {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 20px;
}

.social-inline a {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 12px;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	text-decoration: none;
	font-size: 18px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.35);
	border: 1px solid rgba(255,255,255,0.04);
	padding: 6px;
	background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.05));
}

.social-inline a.github {
	background: linear-gradient(180deg, #0f1722, #0b0b0b);
	border: 1px solid rgba(255,255,255,0.06);
	color: #ffffff;
}

.social-inline a.instagram {
	background: linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-inline a.tiktok {
	background: linear-gradient(135deg,#00f2ea 0%,#010101 50%,#ff0050 100%);
}

.social-inline a:hover {
	transform: translateY(-6px) scale(1.03);
}
