@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Sansita+One);

.skillbar {
  font-family: 'Open Sans', 'sans-serif';
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	/* background:#6adcfa; */
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	/* background:#6adcfa; */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#444;
	color:rgba(0, 0, 0, 0.4);
}

.skillrip{
    display: block;
    
}

.Coursework{
	list-style: inside;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.AchievementUL{
	list-style: inside;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
.leadershipUL{
	list-style: inside;
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
p.course{
	margin: 0 0 0 0;
}

/* Hero Section Animations */
.banner-text {
	opacity: 0;
	animation: fadeInUp 1s ease-out 0.3s forwards;
}

.banner-text h1.responsive-headline {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeInUpSlide 1s ease-out 0.5s forwards;
	position: relative;
}

.banner-text h1.responsive-headline::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, #11ABB0, transparent);
	animation: expandLine 1s ease-out 1.2s forwards;
}

.banner-text h3 {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUpSlide 1s ease-out 0.8s forwards;
}

.banner-text h3 span {
	opacity: 0;
	animation: fadeIn 0.8s ease-out 1.2s forwards;
}

.banner-text hr {
	opacity: 0;
	width: 0;
	margin: 20px auto;
	animation: expandLine 0.8s ease-out 1.5s forwards, fadeIn 0.3s ease-out 1.5s forwards;
}

.banner-text .social {
	opacity: 0;
	animation: fadeIn 0.8s ease-out 1.8s forwards;
}

.banner-text .social li {
	opacity: 0;
	transform: translateY(15px);
	animation: fadeInUpSlide 0.6s ease-out forwards;
}

.banner-text .social li:nth-child(1) { animation-delay: 2s; }
.banner-text .social li:nth-child(2) { animation-delay: 2.1s; }
.banner-text .social li:nth-child(3) { animation-delay: 2.2s; }
.banner-text .social li:nth-child(4) { animation-delay: 2.3s; }

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

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

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes expandLine {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.banner-text .social li a {
	transition: all 0.3s ease;
}

.banner-text .social li a:hover {
	transform: translateY(-5px) scale(1.2);
	transition: all 0.3s ease;
}

@media only screen and (max-device-width: 1000px) {
	header .banner {
		background-color: #00000087;
	}
	.LI-profile-badge{
		margin-left: calc(50% - 125px);
	}
	#about h2 {
		padding-top: 50px;
	}
	#about {
		padding-top: 60px;
	}
	#about h2{
		text-align: center;
	}
}


#about>div>div.nine.columns.main-col{
	width:70%;
}

/* Changing the background of Manu */

ul#nav li a:hover, ul#nav li a:focus{
	background-color: #ffffff9e;
    color: black!important;
} 

/* Change css for Logo */

.navbar-brand{
	float: left;
	position: relative;
	font-size: 17px;
	min-height: 60px;
	width: auto;
	font-family: cursive;
	font-weight: 400;
	clear: #ffffff;
}


#nav-wrap a{
	margin-left: 50px;
	padding-top: 15px;
	color: #fff;
	text-shadow: #363535 3px 3px 5px;
	font-variant: small-caps;
}
ul#nav {
	float: left;
	width: 75%;
	
}


#nav-wrap{
	backdrop-filter: blur(4px);
	background-color: #003053e6;
	border-bottom: 1px solid #08080836;
	
}

.Achievement{
	border-top: 1px solid #E8E8E8;
	margin-top: 50px;
	padding-top: 50px;
}
.leadership{
	border-top: 1px solid #E8E8E8;
	margin-top: 50px;
	padding-top: 50px;
}
ul li{
	list-style-position: outside;
}

.widget_contact p{
	color: rgb(255 255 255 / 90%);
}

.row .threeMod{ width: 33.3%; }
.row {
    max-width: 1200px;
}

/* Publications Styling */
.publications {
   border-top: 1px solid #E8E8E8;
   margin-top: 50px;
   padding-top: 50px;
}

/* Publication Card Design */
#publications .main-col .row {
   display: flex;
   align-items: stretch;
}

#publications .six.columns {
   display: flex;
   align-items: stretch;
}

.publication-card {
   background: #fff;
   border: 2px solid #e0e0e0;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   padding: 25px;
   margin-bottom: 30px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   height: 100%;
   display: flex;
   flex-direction: column;
}

.publication-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.publication-header {
   border-bottom: 2px solid #fceaea;
   padding-bottom: 15px;
   margin-bottom: 15px;
   flex-shrink: 0;
}

.publication-body {
   flex-grow: 1;
   display: flex;
   flex-direction: column;
}

.publication-header h5 {
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 0;
   color: #313131;
   font-weight: 600;
}

.publication-body .publisher {
   font-size: 14px;
   margin-bottom: 15px;
   font-weight: 500;
}

.publication-body .publisher i {
   margin-right: 8px;
}

.publication-body .publisher a {
   color: #11ABB0;
   text-decoration: none;
   transition: color 0.3s ease;
}

.publication-body .publisher a:hover {
   color: #313131;
   text-decoration: underline;
}

.publication-body .description {
   font-size: 14px;
   line-height: 22px;
   color: #6e6e6e;
   margin-bottom: 15px;
   text-align: justify;
}

.publication-skills {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 10px;
}

.skill-tag {
   display: inline-block;
   background: #fceaea;
   color: #313131;
   padding: 5px 12px;
   border-radius: 15px;
   font-size: 12px;
   font-weight: 500;
   transition: background 0.3s ease;
}

.skill-tag:hover {
   background: #11ABB0;
   color: #fff;
}

/* Publications Section Background */
#publications {
   background: #fceaea;
   padding-top: 90px;
   padding-bottom: 60px;
}

#publications h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}

#publications h1 span {
   border-bottom: 3px solid #092e30;
   padding-bottom: 6px;
}

#publications .header-col { padding-top: 9px; }
#publications .main-col { padding-right: 10%; }

#publications a, #publications a:visited  { color: #11ABB0; }
#publications a:hover, #publications a:focus { color: #313131; }

/* Achievements Section Background */
#achievements {
   background: #fceaea;
   padding-top: 90px;
   padding-bottom: 60px;
}

#achievements h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}

#achievements h1 span {
   border-bottom: 3px solid #092e30;
   padding-bottom: 6px;
}

#achievements .header-col { padding-top: 9px; }
#achievements .main-col { padding-right: 10%; }

/* Leadership Section Background */
#leadership {
   background: #fceaea;
   padding-top: 90px;
   padding-bottom: 60px;
}

#leadership h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}

#leadership h1 span {
   border-bottom: 3px solid #092e30;
   padding-bottom: 6px;
}

#leadership .header-col { padding-top: 9px; }
#leadership .main-col { padding-right: 10%; }

/* Leadership Items Styling */
.leadership-items {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.leadership-item {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   padding: 20px;
   background: #fff;
   border-radius: 8px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leadership-item:hover {
   transform: translateY(-2px);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.leadership-item .item-icon {
   flex-shrink: 0;
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #fceaea 0%, #11ABB0 100%);
   border-radius: 50%;
   color: #fff;
   font-size: 20px;
   box-shadow: 0 2px 8px rgba(17, 171, 176, 0.3);
}

.leadership-item .item-content {
   flex: 1;
}

.leadership-item .item-content p {
   margin: 0;
   font-size: 15px;
   line-height: 24px;
   color: #313131;
   text-align: justify;
}

/* Achievement Items Styling */
.achievement-items {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.achievement-item {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   padding: 20px;
   background: #fff;
   border-radius: 8px;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-item:hover {
   transform: translateY(-2px);
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.achievement-item .item-icon {
   flex-shrink: 0;
   width: 50px;
   height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: linear-gradient(135deg, #fceaea 0%, #11ABB0 100%);
   border-radius: 50%;
   color: #fff;
   font-size: 20px;
   box-shadow: 0 2px 8px rgba(17, 171, 176, 0.3);
}

.achievement-item .item-content {
   flex: 1;
}

.achievement-item .item-content p {
   margin: 0;
   font-size: 15px;
   line-height: 24px;
   color: #313131;
   text-align: justify;
}

/* Project Cards Enhancements */
#projects .row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
}

#projects .threeMod.columns {
	display: flex;
	align-items: stretch;
	flex: 1 1 calc(33.333% - 14px);
	min-width: 280px;
	margin-bottom: 0;
}

#projects .threeMod.columns article.item {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
}

.card-container {
	width: 100%;
	height: 480px;
	min-height: 480px;
	display: flex;
	flex-direction: column;
}

.card-container:hover {
	transform: scale(1.02);
	transition: transform 0.3s ease;
}

.card-container .card {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-container .front,
.card-container .back {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 480px;
	min-height: 480px;
}

/* Technology Text Styling */
.card .back .content .card-main p.technology-text {
	background: linear-gradient(135deg, #fceaea 0%, #e8f5f9 100%) !important;
	padding: 12px 15px !important;
	border-radius: 6px;
	border-left: 4px solid #11ABB0 !important;
	margin-top: 15px !important;
	font-weight: 500 !important;
	font-size: 13px !important;
	line-height: 20px !important;
	box-shadow: 0 2px 6px rgba(17, 171, 176, 0.15);
	color: #313131 !important;
	text-align: left !important;
}

.card .back .content .card-main p.technology-text .tech-label {
	font-weight: 700 !important;
	color: #11ABB0 !important;
	font-size: 12px !important;
	letter-spacing: 0.5px;
	margin-right: 8px;
	text-transform: uppercase;
}