*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #333332;
	font-family: Lora, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
}

.skill-set li:hover {
	background: #3498db;
}

h1 {
	color: rgba(0, 0, 0, .75);
}

h2 {
	color: rgba(0, 0, 0, .75);
}

.wrapper {
	height: 100%;
}

.left {
	background-color: rgba(0, 0, 0, .025);
	border-right: 1px solid rgba(0, 0, 0, .05);
	float: right;
	height: 100%;
	margin-left: -1px;
	min-width: 256px;
	position: fixed;
	width: 30%;
}

.right {
	float: right;
	height: 100%;
	position: relative;
	width: 70%;
}

.name-main {
	background: rgba(0, 0, 0, .001);
	bottom: 0;
	height: 290px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 85%;
}

.me-img {
	background: url(images/profile-face.webp) no-repeat center center;
	background-size: 100%;
	background-position: 0px;
	border-radius: 100%;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	position: relative;
}

.name-main h1 {
	font-family: Open Sans, sans-serif;
	font-size: 1.5em;
	text-align: center;
}

.name-main h1 em {
	color: rgba(0, 0, 0, .3);
	font-style: normal;
	font-weight: 700;
}

.name-main p {
	color: rgba(0, 0, 0, .5);
	font-size: 1.0em;
	line-height: 1.5;
	margin: 0 8px 0 0;
	text-align: center;
}

.name-main .name-text {
	margin: 0 auto;
	width: 85%;
	font-size: 18px;
}

.inner {
	margin: 0 auto;
	max-width: 975px;
	padding: 3em;
}

.inner h1 {
	font-size: 1.75em;
}

.inner p {
	color: rgba(0, 0, 0, .3);
}

.inner p em {
	color: rgba(0, 0, 0, .75);
	font-style: normal;
}

.inner section {
	margin: 50px auto;
}

ul {
	list-style-type: none;
	margin-top: -10px;
	max-width: 570px;
	padding: 0;
}

.skill-set li {
	background: rgba(0, 0, 0, .75);
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	list-style: none;
	margin: 15px 15px 0 0;
	padding: 10px;
	text-align: justify;
}

.tech-stack li {
	background: rgba(92, 89, 89, 0.75);
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	list-style: none;
	margin: 5px 5px 0 0;
	padding: 5px;
	text-align: justify;
	font-size: 0.75em;
}

.database {
	background: rgba(35, 46, 206, 0.75);
}

span.protectedText:before {
	content: "" attr(title);
}

@media screen and (max-width: 48em) {
	.right, .left {
		float: none;
		position: relative !important;
		width: 100%;
		min-height: 400px;
	}
	.handmade {
		text-align: center !important;
		margin-top: 0px !important;
	}
	@media screen and (max-width: 75em) {
		body {
			font-size: 16px;
		}
	}
	@media screen and (max-width: 60em) {
		body {
			font-size: 14px;
		}
	}
	.handmade {
		text-align: right;
		margin-top: 100px;
	}
	.handmade em {
		font-size: 1.25em;
		margin-left: 5px;
	}
}

.education-item {
	border-left: 1px solid #f4f5f7;
	position: relative;
	padding: 32px 24px 8px 40px;
	margin-left: 35px;
}

.education-item .education-icon {
	position: absolute;
	left: -1.3rem;
	width: 42px;
	text-align: center;
	font-size: 22px;
	background-color: #fff;
}

@media (min-width: 48em) {
	.education-item {
		margin-left: 30px;
	}
	.education-item .education-date {
		position: absolute;
		left: -10rem;
		width: 7.5rem;
		text-align: right;
	}
}

.socialbtns {
	margin: 15px auto;
	width: 80px;
}

.socialbtns li {
	list-style: none outside none;
	display: inline-block;
	margin: auto 5px;
}

.socialbtns .fa {
	color: #FFF;
	text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000;
	-webkit-text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000;
	-moz-text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000;
	-o-text-shadow: 1px 1px 0px #000, 1px -1px 0px #000, -1px 1px 0px #000, -1px -1px 0px #000;
	transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
}

.socialbtns .fa:hover {
	color: #000;
	text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	-o-text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, -1px -1px 0px #fff;
	transition: all ease 0.5s;
	-moz-transition: all ease-in 0.5s;
	-webkit-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
}

/* PDF Download Button Styles */
.pdf-download {
	margin: 20px auto;
	text-align: center;
}

.pdf-btn {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border: none;
	border-radius: 6px;
	color: white;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.pdf-btn:hover {
	background: linear-gradient(135deg, #5a6fd8 0%, #6a4c93 100%);
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	transform: translateY(-1px);
}

.pdf-btn i {
	margin-right: 8px;
}

/* Print Styles for PDF Generation */
@media print {
	/* Hide elements that shouldn't appear in PDF */
	.pdf-download {
		display: none !important;
	}
	
	/* Optimize layout for print */
	body {
		font-size: 12px;
		line-height: 1.3;
		color: #000;
		background: white;
	}
	
	.wrapper {
		display: block;
		height: auto;
	}
	
	.left {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		border: none;
		background: white;
		page-break-after: avoid;
	}
	
	.right {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.inner {
		margin: 0;
		padding: 20px;
	}
	
	/* Ensure proper page breaks */
	section {
		page-break-inside: avoid;
		margin-bottom: 20px;
	}
	
	h1, h2 {
		page-break-after: avoid;
		color: #000;
	}
	
	/* Hide external links and make them print-friendly */
	a[href]:after {
		content: "";
	}
	
	/* Optimize images for print */
	.me-img {
		max-width: 100px;
		max-height: 100px;
	}
	
	/* Social buttons - show as text in print */
	.socialbtns {
		display: none;
	}
}
}