body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	/* color: #656c6d; */
	color: #121d1f;
	width: 100% !important;
	height: 100% !important;
}

body.is-modal-open {
	overflow: hidden;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: #121d1f;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 34px;
}
h3, h4 {
	color: #121d1f;
	font-size: 20px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #7bc3d1;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #7bc3d1;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
.navbar-custom {
	margin-bottom: 0;
	background-color: #121d1f;
	border-radius: 0px;
	padding: 10px 0;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #f4f5f6;
}
.navbar-custom .nav li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #7bc3d1;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #7bc3d1;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.navbar-custom .theme-switcher {
	padding-left: 15px;
	padding-right: 0;
	padding-top: 10px;
	display: flex;
	align-items: center;
}
.theme-toggle {
	display: inline-flex;
	position: relative;
}
.theme-toggle-trigger {
	padding: 4px 18px 4px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,0.4);
	background: rgba(255,255,255,0.08);
	color: #f4f5f6;
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	position: relative;
	cursor: pointer;
}
.theme-toggle-trigger:after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 8px;
	font-size: 12px;
}
.theme-toggle-trigger:hover,
.theme-toggle-trigger:focus {
	background-color: #f4f5f6;
	color: #121d1f;
	border-color: #f4f5f6;
}
.theme-toggle-trigger:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(123,195,209,0.45);
}
.theme-toggle-menu {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 140px;
	padding: 8px;
	border-radius: 12px;
	background: rgba(18,29,31,0.95);
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
	display: none;
	flex-direction: column;
	gap: 6px;
	z-index: 1000;
}
.theme-toggle-menu.is-open {
	display: flex;
}
.theme-toggle-option {
	width: 100%;
	padding: 6px 12px;
	border-radius: 8px;
	border: 1px solid transparent;
	background: transparent;
	color: #f4f5f6;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	cursor: pointer;
}
.theme-toggle-option.is-active {
	background-color: rgba(123,195,209,0.15);
	border-color: rgba(123,195,209,0.6);
}
.theme-toggle-option:hover,
.theme-toggle-option:focus {
	background-color: rgba(244,245,246,0.15);
	color: #fff;
}
.theme-toggle-option:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(123,195,209,0.35);
}
.btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	padding: 10px 20px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #121d1f;
	border-color: #121d1f;
}
.btn-primary {
	color: #fff;
	background-color: #121d1f;
	padding: 10px 20px;
	border-color: #121d1f;
	border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
	color: #fff;
	background-color: #7bc3d1;
	border-color: #7bc3d1;
}
.btn-primary i.fa {
	margin-right: 10px;
}
/* Home Section */
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg2.jpg) no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.section-title.center {
	padding: 25px 0 45px 0;
}
/* About Section */
#about {
	padding: 100px 0;
	background: #f6f6f6;
}
#about .about-text {
	margin-left: 10px;
}
#about img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	display: inline-block;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}
/* Skills Section */
#skills {
	padding: 100px 0;
	background: #7bc3d1;
}
#skills h2 {
	color: #fff;
}
#skills hr {
	background: rgba(255,255,255,0.3);
}
#skills .skill {
	margin-bottom: 40px;
	text-align: center;
	padding: 0px;
}
#skills .skill h4 {
	font-weight: 600;
	color: #fff;
}
.chart {
	position: relative;
	display: inline-block;
	width: 152px;
	height: 152px;
	margin-bottom: 26px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 21px;
	color: #121d1f;
	line-height: 152px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
/* Portfolio Section */
#portfolio {
	padding: 80px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f4f5f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	background: #7bc3d1;
	color: #fff;
	padding: 6px 14px;
}
ol.type li a.active {
	background: #121d1f;
	color: #fff;
}
ol.type li a:hover {
	background: #121d1f;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 33% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#portfolio i.fa {
	font-size: 20px;
	padding: 5px;
	color: #E87E04;
}

.portfolio-more-btn {
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px;
	border: 1px solid rgba(18, 29, 31, 0.16);
	border-radius: 999px;
	background: rgba(255,255,255,0.9);
	color: #121d1f;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.portfolio-more-btn:after {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 13px;
	transition: transform 0.25s ease;
}

.portfolio-more-btn:hover,
.portfolio-more-btn:focus {
	background: #7bc3d1;
	color: #020617;
	box-shadow: 0 12px 24px rgba(18, 29, 31, 0.18);
	transform: translateY(-2px);
}

.portfolio-more-btn:hover:after,
.portfolio-more-btn:focus:after {
	transform: translateX(3px);
}

.portfolio-more-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(123,195,209,0.45);
}

.portfolio-screencast {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 18px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: #121d1f;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.portfolio-screencast:before {
	content: '\f16a';
	font-family: FontAwesome;
	font-size: 14px;
}

.portfolio-screencast:hover,
.portfolio-screencast:focus {
	color: #7bc3d1;
	opacity: 0.85;
}

.portfolio-screencast:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(123,195,209,0.35);
	border-radius: 6px;
	padding: 2px 4px;
}

.portfolio-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 32px 16px;
	background: rgba(10, 15, 26, 0.55);
	z-index: 1050;
}

.portfolio-modal.is-visible {
	display: flex;
}

.portfolio-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.portfolio-modal__dialog {
	position: relative;
	max-width: 1240px;
	width: 100%;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 36px 68px rgba(18, 29, 31, 0.35);
	overflow: hidden;
	animation: modalFadeIn 0.35s ease;
}

.portfolio-modal__body {
	padding: 32px 36px 44px;
	text-align: left;
}

.portfolio-modal__content {
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

.portfolio-modal__media {
	flex: 1 1 52%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.portfolio-modal__title {
	margin: 0 0 14px;
	font-size: 28px;
	font-weight: 700;
}

.portfolio-modal__subtitle {
	display: none;
	margin: 0 0 20px;
	font-size: 1.6rem;
	color: #64748b;
	font-style: italic;
}

.portfolio-modal__details {
	flex: 1 1 48%;
	text-align: left;
}

.portfolio-modal__details .portfolio-pill {
	display: none;
	margin-bottom: 18px;
}

.portfolio-modal__description p {
	margin-bottom: 16px;
	font-size: 1.45rem;
	line-height: 1.7;
}

.portfolio-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: rgba(18, 29, 31, 0.08);
	color: #121d1f;
	font-size: 24px;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease;
}

.portfolio-modal__close:hover,
.portfolio-modal__close:focus {
	background: rgba(18, 29, 31, 0.14);
	transform: scale(1.05);
}

.portfolio-modal__close:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(123,195,209,0.45);
}

.portfolio-modal__carousel {
	position: relative;
	display: flex;
	align-items: center;
	gap: 18px;
}

.portfolio-modal__viewport {
	flex: 1;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: inset 0 0 0 1px rgba(18, 29, 31, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(320px, 65vh, 720px);
}

.portfolio-modal__track {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	transition: transform 0.5s ease;
}

.portfolio-modal__slide {
	min-width: 100%;
	flex: 0 0 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

.portfolio-modal__slide img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	border-radius: 16px;
	padding: 12px;
}

.portfolio-modal__slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
}

.portfolio-modal__nav {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: rgba(18, 29, 31, 0.75);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease;
}

.portfolio-modal__nav:hover,
.portfolio-modal__nav:focus {
	background: rgba(123, 195, 209, 0.95);
	color: #020617;
	transform: translateY(-2px);
}

.portfolio-modal__nav:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(123,195,209,0.45);
}

.portfolio-modal__nav[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
	transform: none;
}

.portfolio-modal__pagination {
	margin-top: 22px;
	display: flex;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

.portfolio-modal__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(18, 29, 31, 0.2);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: transform 0.25s ease, background 0.25s ease;
}

.portfolio-modal__dot.is-active {
	transform: scale(1.25);
	background: #7bc3d1;
}

@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#productivity-apps {
	padding: 90px 0 110px;
	background: linear-gradient(135deg, #f5f9ff 0%, #eef2ff 48%, #f7f5ff 100%);
	overflow: hidden;
}

.productivity-header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 48px;
}

.productivity-label {
	display: inline-block;
	margin-bottom: 18px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(99, 102, 241, 0.12);
	color: #4c51bf;
	letter-spacing: 0.16em;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.productivity-header h2 {
	font-size: 3.2rem;
	margin-bottom: 14px;
	color: #0f172a;
}

.productivity-tagline {
	font-size: 1.6rem;
	color: #475569;
	margin: 0;
}

.productivity-summary {
	font-size: 1.55rem;
	line-height: 1.7;
	color: #1f2937;
	margin-bottom: 20px;
}

.productivity-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.productivity-meta .meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: rgba(99, 102, 241, 0.1);
	color: #312e81;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
}

.productivity-meta .meta-item i {
	color: #6366f1;
}

@media (max-width: 991px) {
	.productivity-meta {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.productivity-meta {
		flex-direction: column;
		align-items: center;
	}

	.productivity-meta .meta-item {
		width: 100%;
		justify-content: center;
	}
}

/* Achivements Section */
#achievements {
	padding: 100px 0;
	background: #7bc3d1;
}
#achievements h2 {
	color: #fff;
}
#achievements hr {
	background: rgba(255,255,255,0.3);
}
.achievement-box h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-left: 5px;
}
.achievement-box span.count {
	font-size: 52px;
	font-weight: 600;
	display: block;
	color: #121d1f;
	padding: 0;
	margin: 0;
}
/* Resume Section */
#resume {
	padding: 100px 0;
	background: #f6f6f6;
}
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	background-color: #eee;
}
.timeline>li {
	position: relative;
	margin-bottom: 50px;
	min-height: 50px;
}
.timeline>li:before, .timeline>li:after {
	content: " ";
	display: table;
}
.timeline>li:after {
	clear: both;
}
.timeline>li .timeline-panel {
	float: right;
	position: relative;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li .timeline-image {
	z-index: 100;
	position: absolute;
	left: 0;
	width: 70px;
	height: 70px;
	margin-left: 0;
	border: 1px solid #eee;
	border-radius: 100%;
	text-align: center;
	background: #fff;
}
.timeline>li .timeline-image h4 {
	margin-top: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.timeline>li:last-child {
	margin-bottom: 40px;
}
.timeline .timeline-heading h4 {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.timeline .timeline-heading h2 {
	margin-top: 30px;
}
.timeline .timeline-heading h4.subheading {
	text-transform: none;
	color: #629ca7;
	font-size: 20px;
}
.timeline .timeline-body>p, .timeline .timeline-body>ul {
	margin-bottom: 0;
}
/* Contact Section */
#contact {
	padding: 100px 0 40px 0;
	color: #121d1f;
	background: #7bc3d1;
}
#contact h2 {
	color: #fff;
}
#contact hr {
	background: rgba(255,255,255,0.3);
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 60px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #121d1f;
}
#contact .btn {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #121d1f;
	border: 1px solid #121d1f;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #121d1f;
	color: #7d8384;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #a0a5a5;
}
#footer a:hover {
	color: #7bc3d1;
}

/* Theme modes */
html[data-theme="light"] {
	color-scheme: light;
}

html[data-theme="dark"] {
	color-scheme: dark;
}

html[data-theme="dark"],
html[data-theme="dark"] body {
	background-color: #0f172a;
	color: #e2e8f0;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
	color: #f8fafc;
}

html[data-theme="dark"] a {
	color: #7dd3fc;
}

html[data-theme="dark"] a:hover,
html[data-theme="dark"] a:focus {
	color: #38bdf8;
}

html[data-theme="dark"] hr {
	background: #7bc3d1;
}

html[data-theme="dark"] #about,
html[data-theme="dark"] #resume {
	background: #14203b;
}

html[data-theme="dark"] #portfolio {
	background: linear-gradient(to bottom, #111827 0%, #1f2937 50%, #111827 100%);
}

html[data-theme="dark"] .portfolio-item .hover-bg {
	box-shadow: 0 10px 30px rgba(8, 47, 73, 0.45);
}

html[data-theme="dark"] .portfolio-item .hover-bg .hover-text {
	background: rgba(15, 23, 42, 0.8);
}

html[data-theme="dark"] #achievements {
	background: #0f172a;
}

html[data-theme="dark"] #achievements h2,
html[data-theme="dark"] #achievements hr,
html[data-theme="dark"] #achievements .achievement-box h4 {
	color: #f8fafc;
}

html[data-theme="dark"] .achievement-box span.count {
	color: #7bc3d1;
}

html[data-theme="dark"] #contact {
	background: #0f172a;
	color: #e2e8f0;
}

html[data-theme="dark"] #contact h2,
html[data-theme="dark"] #contact h3,
html[data-theme="dark"] #contact hr {
	color: #f8fafc;
}

html[data-theme="dark"] #contact .form-control {
	background-color: rgba(15, 23, 42, 0.85);
	color: #e2e8f0;
}

html[data-theme="dark"] #contact .form-control::-webkit-input-placeholder {
	color: #cbd5f5;
}

html[data-theme="dark"] #contact .form-control:-moz-placeholder {
	color: #cbd5f5;
}

html[data-theme="dark"] #contact .form-control::-moz-placeholder {
	color: #cbd5f5;
}

html[data-theme="dark"] #contact .form-control:-ms-input-placeholder {
	color: #cbd5f5;
}

html[data-theme="dark"] #contact .social i.fa {
	color: #f8fafc;
}

html[data-theme="dark"] #contact .social i.fa:hover {
	color: #7bc3d1;
}

html[data-theme="dark"] #footer {
	background: #020617;
	color: #94a3b8;
}

html[data-theme="dark"] #footer a {
	color: #cbd5f5;
}

html[data-theme="dark"] #footer a:hover {
	color: #7dd3fc;
}

html[data-theme="dark"] .navbar-custom {
	background-color: rgba(2, 6, 23, 0.95);
}

html[data-theme="dark"] .navbar-custom a {
	color: #e2e8f0;
}

html[data-theme="dark"] .navbar-custom .nav li a:hover,
html[data-theme="dark"] .navbar-custom .nav li a:focus {
	color: #7dd3fc;
}

html[data-theme="dark"] .portfolio-more-btn {
	background: rgba(148, 163, 184, 0.1);
	border-color: rgba(148, 163, 184, 0.35);
	color: #e2e8f0;
}

html[data-theme="dark"] .portfolio-more-btn:hover,
html[data-theme="dark"] .portfolio-more-btn:focus {
	background: rgba(125, 211, 252, 0.35);
	color: #020617;
	box-shadow: 0 16px 30px rgba(2, 6, 23, 0.45);
}

html[data-theme="dark"] .portfolio-screencast {
	color: #e2e8f0;
}

html[data-theme="dark"] .portfolio-screencast:hover,
html[data-theme="dark"] .portfolio-screencast:focus {
	color: #7dd3fc;
}

html[data-theme="dark"] .portfolio-modal {
	background: rgba(2, 6, 23, 0.7);
}

html[data-theme="dark"] .portfolio-modal__dialog {
	background: #0f172a;
	box-shadow: 0 44px 80px rgba(2, 6, 23, 0.6);
}

html[data-theme="dark"] .portfolio-modal__body {
	color: #e2e8f0;
}

html[data-theme="dark"] .portfolio-modal__title {
	color: #f8fafc;
}

html[data-theme="dark"] .portfolio-modal__subtitle {
	color: #cbd5f5;
}

html[data-theme="dark"] .portfolio-modal__description p {
	color: #e2e8f0;
}

html[data-theme="dark"] .portfolio-modal__close {
	background: rgba(148, 163, 184, 0.2);
	color: #e2e8f0;
}

html[data-theme="dark"] .portfolio-modal__close:hover,
html[data-theme="dark"] .portfolio-modal__close:focus {
	background: rgba(148, 163, 184, 0.35);
	color: #020617;
}

html[data-theme="dark"] .portfolio-modal__viewport {
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.25);
}

html[data-theme="dark"] .portfolio-modal__nav {
	background: rgba(30, 41, 59, 0.85);
}

html[data-theme="dark"] .portfolio-modal__nav:hover,
html[data-theme="dark"] .portfolio-modal__nav:focus {
	background: rgba(125, 211, 252, 0.9);
}

html[data-theme="dark"] .portfolio-modal__dot {
	background: rgba(148, 163, 184, 0.25);
}

html[data-theme="dark"] .portfolio-modal__dot.is-active {
	background: #38bdf8;
}

html[data-theme="dark"] #productivity-apps {
	background: linear-gradient(135deg, #0f172a 0%, #111c34 50%, #0b1222 100%);
}

html[data-theme="dark"] .productivity-header h2 {
	color: #f8fafc;
}

html[data-theme="dark"] .productivity-tagline {
	color: #cbd5f5;
}

html[data-theme="dark"] .productivity-label {
	background: rgba(59,130,246,0.22);
	color: #cbd5f5;
}

html[data-theme="dark"] .productivity-summary {
	color: #cbd5f5;
}

html[data-theme="dark"] .productivity-meta .meta-item {
	background: rgba(79,70,229,0.22);
	color: #e0e7ff;
}

html[data-theme="dark"] .productivity-meta .meta-item i {
	color: #93c5fd;
}

html[data-theme="dark"] .theme-toggle-trigger {
	background: rgba(148, 163, 184, 0.18);
	border-color: rgba(148, 163, 184, 0.35);
	color: #e2e8f0;
}

html[data-theme="dark"] .theme-toggle-trigger:hover,
html[data-theme="dark"] .theme-toggle-trigger:focus {
	background: rgba(148, 163, 184, 0.35);
	color: #020617;
	border-color: rgba(148, 163, 184, 0.55);
}

html[data-theme="dark"] .theme-toggle-menu {
	background: rgba(15, 23, 42, 0.95);
	box-shadow: 0 24px 48px rgba(2, 6, 23, 0.55);
}

html[data-theme="dark"] .theme-toggle-option {
	color: #e2e8f0;
}

html[data-theme="dark"] .theme-toggle-option:hover,
html[data-theme="dark"] .theme-toggle-option:focus {
	background-color: rgba(59, 130, 246, 0.25);
}

html[data-theme="dark"] .theme-toggle-option.is-active {
	background-color: rgba(59, 130, 246, 0.4);
	border-color: rgba(59, 130, 246, 0.65);
}

html[data-theme="dark"] .tech-stack-container ul {
	background: #1f2937;
	box-shadow: 0 8px 18px rgba(8, 47, 73, 0.45);
}

html[data-theme="dark"] .btn-default {
	color: #f8fafc;
	border-color: #f8fafc;
}

html[data-theme="dark"] .btn-default:hover,
html[data-theme="dark"] .btn-default:focus,
html[data-theme="dark"] .btn-default.focus,
html[data-theme="dark"] .btn-default:active,
html[data-theme="dark"] .btn-default.active {
	background-color: #38bdf8;
	border-color: #38bdf8;
	color: #020617;
}

html[data-theme="dark"] .btn-primary {
	background-color: #38bdf8;
	border-color: #38bdf8;
	color: #020617;
}

html[data-theme="dark"] .btn-primary:hover,
html[data-theme="dark"] .btn-primary:focus,
html[data-theme="dark"] .btn-primary.focus,
html[data-theme="dark"] .btn-primary:active,
html[data-theme="dark"] .btn-primary.active {
	background-color: #7bc3d1;
	border-color: #7bc3d1;
	color: #020617;
}

html[data-theme="dark"] .timeline:before {
	background-color: rgba(148, 163, 184, 0.4);
}

html[data-theme="dark"] .timeline>li .timeline-panel {
	background: rgba(15,23,42,0.6);
	border-radius: 12px;
	color: #e2e8f0;
}

html[data-theme="dark"] .timeline>li .timeline-image {
	background: #1f2937;
	border-color: rgba(148, 163, 184, 0.35);
}

html[data-theme="dark"] table,
html[data-theme="dark"] th,
html[data-theme="dark"] td {
	border-color: rgba(148, 163, 184, 0.4);
}

html[data-theme="dark"] .circle li:before {
	border-color: #7dd3fc;
	color: #7dd3fc;
	background: rgba(125, 211, 252, 0.1);
}

@media (max-width: 767px) {
	.navbar-custom .theme-switcher {
		padding: 10px 0 0;
		justify-content: center;
	}
	.theme-toggle {
		justify-content: center;
		width: 100%;
	}
	.theme-toggle-trigger {
		width: 100%;
		text-align: center;
	}
	.theme-toggle-menu {
		left: 50%;
		transform: translateX(-50%);
		min-width: 70%;
	}
	.portfolio-modal__dialog {
		border-radius: 20px;
	}
	.portfolio-modal__body {
		padding: 24px 20px 36px;
	}
	.portfolio-modal__content {
		flex-direction: column;
		gap: 24px;
	}
	.portfolio-modal__media,
	.portfolio-modal__details {
		width: 100%;
		flex: 1 1 auto;
	}
	.portfolio-modal__subtitle {
		text-align: center;
	}
	.portfolio-modal__details {
		text-align: center;
	}
	.portfolio-modal__description p {
		text-align: left;
	}
	.portfolio-modal__title {
		font-size: 24px;
	}
	.portfolio-modal__carousel {
		flex-direction: column;
	}
	.portfolio-modal__nav {
		position: static;
		transform: none;
	}
	.portfolio-modal__pagination {
		margin-top: 16px;
	}
	.portfolio-modal__slide img {
		width: 80%;
		max-width: 380px;
	}
}

/* Media Queries */
@media(min-width:768px) {
.intro {
	height: 100%;
	padding: 0;
	text-align: left;
	color: #fff;
}
.intro H1 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -2px;
}
.intro .name {
	font-weight: 600;
}
.intro .intro-text {
	max-width: 75%;
}
.intro .intro-text p {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
section {
	padding: 120px 0;
}
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}
.timeline:before {
	left: 50%;
}
.timeline>li {
	margin-bottom: 100px;
	min-height: 100px;
}
.timeline>li .timeline-panel {
	float: left;
	width: 41%;
	padding: 0 20px 20px 30px;
	text-align: right;
}
.timeline>li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}
.timeline>li .timeline-image h4 {
	margin-top: 16px;
	line-height: 18px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 30px 20px 20px;
	text-align: left;
}
}

@media(min-width:992px) {
#here-me h1 {
	margin: 10px 0 0px;
}
.timeline>li {
	min-height: 150px;
}
.timeline>li .timeline-panel {
	padding: 0 20px 20px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 0 20px 20px;
}
}

@media(min-width:1200px) {
.timeline>li {
	min-height: 170px;
}
.timeline>li .timeline-panel {
	padding: 10px 20px 20px 100px;
}
.timeline>li .timeline-image {
	width: 150px;
	height: 150px;
	margin-left: -75px;
}
.timeline>li .timeline-image h4 {
	margin-top: 40px;
	font-weight: 400;
}
.timeline>li.timeline-inverted>.timeline-panel {
	padding: 10px 100px 20px 20px;
}
}
