.team
{
  width: 100%;
  padding-top: 93px;
  padding-bottom: 60px;
}
.team_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team_row
{
  margin-top: 43px;
}
.team_col
{
  margin-bottom: 40px;
}
.team_item
{
  width: 100%;
}
.team_imag
{
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.team_imag img
{
  max-width: 100%;
}
.team_bod {
  position: relative;
  width: 100%;
  border-radius: 25px;
  border-color: #5270FF;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team_bod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5270FF;
  border-radius: inherit;
  transform: skewX(-7deg) skewY(5deg);
  z-index: -1;
}

.team_bod img {
  position: relative;
  z-index: 1;
}



.team_item:hover .team_bod
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_image
{
  width: 180px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -86px;
  z-index: 5;
}
.team_image img
{
  max-width: 100%;
}
.team_body
{
  
  width: 100%;
  padding-top: 8px;
  padding-bottom: 24px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.team_item:hover .team_body
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_title a
{
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 700;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.team_title a:hover
{
  color: #14bdee;
}
.team_subtitle
{
  font-size: 14px;
  font-weight: 400;
  color: #76777a;
  margin-top: 6px;
}
.resume-templates
{
  
  width: 100%;
  padding-top: 8px;
  padding-bottom: 24px;

  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.counter_form_button
{
  width: 100%;
  height: 46px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: #5270FF;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.counter_form_button:hover
{
  box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
  color:#fff;
}
.section_title_container
{
  max-width: 600px;
  margin: 0 auto;
}
.section_title_containa
{
  margin-top: 150px;
  max-width: 600px;
  margin: 0 auto;
}
.section_title
{
  line-height: 1.2;
}
.section_subtitle
{
  line-height: 1.85;
  margin-top: 14px;
}

.about {
  margin-bottom: 1rem;
}

.tab-section {
  max-width: 800px;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: left;
  margin-bottom: 0;
}

.tab-button-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin-right: 0.4rem;
}

.tab-button {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  background-color: transparent;
  border: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: color 0.8s ease;
}

.tab-button.active {
  color: grey;
}

.progress-bar {
  width: 100%;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
  margin-top: 0.5rem;
}

.progress {
  height: 100%;
  border-radius: 4px;
  background-color: #007bff;
  transition: width 1s ease;
}

.tab-content {
  font-size: 1.5rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-top: -40px;
  margin-bottom: 24px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.btn-common {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

/*About Section */
.contain {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  background-color: #f2f3f4;
  border-radius: 10px;
  
  text-align: center;
  padding: 20px;
  width: 350px;
  margin: 20px;
}

.icon {
  margin-bottom: 15px;
}

.icon img {
  width: 50px; /* Adjust size as needed */
  height: 50px; /* Adjust size as needed */
}

h3 {
  color: #5270FF; /* Adjust color as needed */
  margin: 10px 0;
}

p {
  color: #555;
  margin: 5px 0;
}

.button {
  display: inline-block;
  background-color: #5270FF; /* Button color */
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

.button:hover {
  background-color: #5270FF; /* Darker shade on hover */
}