.team-skill{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right 500px;
}
.wid-title{
	position: relative;
}
.wid-title h3{
	margin-left: 10px;
	margin-bottom: 30px;
}

.wid-title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 21px;
    width: 2px;
    border-radius: 5px;
    position: absolute;
    background-color: var(--theme-2);
}

.single-sidebar-widget {
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 10px;
	
}

.fa-book-user:before{
	color: #1dbfe5;
	margin-right: 10px;
}

.award-widget {
	padding: 1.5rem;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background-color: white;
	max-width: 400px;
	margin: 2rem auto;
  }
  
  
  .award-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75rem 0;
	border-bottom: 1px solid #b7b7b7;
	transition: all 0.3s ease;
	line-height: 40px;
	margin-top: 10px
  }
  
  
  .award-item:hover {
	background-color: #e7f1fa;
	border-radius: 8px 8px 0 0;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
  }
  
  .award-item h5 {
	margin: 0;
	font-size: 1rem;
  }
  
  .action-buttons {
	display: flex;
	align-items: center;
  }
  
  .btn-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.111);
	transition: all 0.3s ease-in-out;
	margin-left: 0.5rem;
	border: 0px;
  }
  
  .btn-circle:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	color: #fff;
  }
  .btn-view {
	background: linear-gradient(84deg, var(--theme) 0%, var(--theme-2) 100%);
	color: white;
  }
  
  .btn-download {
	background: linear-gradient(84deg, #ffa2a2 0%, #cb4c4c 100%);
	color: white;
  }
  .year-list h4{
	font-size: 1.1rem;;
  }
  .team-skill{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right 300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-family: "League Spartan", "Noto Sans TC", sans-serif;
  color: var(--black-2);
  letter-spacing: 0px;
}
.strong{
	font-weight: 500;

}
h3 {
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
h4 {
	color: #444;
	margin-left: 20px;
}
h5 {
	color: #555;
	margin-left: 40px;
}
.indent {
	margin-left: 60px;
}
.team-skill-content h3 span{
	color: #1dbfe5;
}

