.discover_our_team {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
}
.employee_testmonial {
  position: relative;
  margin-bottom: 3%;
  height: 80vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.discover_our_team_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 65%;
  text-align: center;
}
.discover_past_team_content_head{
    display: flex;
    justify-content: center;
    align-items: center;
    /* line-height: 4.8rem; */
    /* font-size: 2.5vh; */
    position: relative;
    /* letter-spacing: 0.1em; */
}
.discover_past_team_content_head h1 {
  position: relative;
  margin-bottom: 3%;
}
.discover_past_team_content {
  line-height: 1.7em;
  padding-top: 3%;
}
.discover_past_team_content_head > h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 70%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}

/* CSS for the card */
.employee_card_container {
  width: 85%;
  height: 100%;
  /* display: flex !important; */
  justify-content: center;
  align-items: center;
}
.card {
    /* width: 8% !important; */
    height: 70% !important;
    /* border: 1px solid #ccc; */
    background-color: #F4F4F4;
    border-radius: 10px;
    /* overflow: hidden; */
    box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: relative;                                                                     
    margin-bottom: 0%;
    top: 17vh;
    margin: 0% 1%;
  }
  
  .card .image {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    position: absolute;
    top: -30%;
    left: 0%;
  }
  
  .card .image img {
    width: 30%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
  }
  
  .card .content {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 85%;
    position: relative;
    top: 12%;
    margin-top:5%;
  }
  
  .card .content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .card .content p {
    margin-bottom: 10px;
    text-align: center;
  }
  
  .card .content .description {
    padding: 4% 5%;
    text-align: center;
    /* height: 100px;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.card .content .read-more {
  text-align: right;
}

.card .content .read-more a {
  text-decoration: none;
  color: #007bff;
}

[class^="employee_slider-button-"] {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  font-size: 4vh;
  cursor: pointer;
}
.employee_slider-button-next {
  right: 0%;
}
.employee_slider-button-prev {
  left: 0%;
}
/* ***********************team page css start****************************** */
.team_card_container {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 8%;
  gap: 1em;
}
.bod_panel_wrap{
  display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-evenly;
    align-items: center;
    gap: 2em;
}
.team_card {
  /* max-width: 26%;
  min-height: 50vh; */
  background-color: #f4f4f4;
  border-radius: 10px;
  box-shadow: 0px 10px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 6%;
  width: 27%;
}
.bod_team_card{
  width: 30%;
  /* min-height: 36vh; */
}
.team_card .team_image {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  position: absolute;
  top: -20%;
  left: 0%;
}

.team_card .team_image img {
  width: 40%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid #fff;
  box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
  filter: grayscale(100%);
}

.team_card:hover .team_image img {
  filter: grayscale(0%);
}

.team_card .team_content {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* height: 85%; */
  position: relative;
  /* top: 12%; */
  margin-top: 20%;
}
.bod_team_content{
  padding: 5%;
  text-align: center;
}
.team_card .team_content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.team_card .team_content p {
  margin-bottom: 10px;
  text-align: center;
}
.team_card .team_content .team_discription_show{
  opacity: 1 !important;
  max-height: 100% !important;
  pointer-events: none ;
}
.team_card .team_content .description {
  padding: 4% 0%;
  text-align: justify;
  /* display: none; */
  opacity: 0;
  max-height: 0;
  transition: opacity 1s ease, max-height 0.5s ease;
}
.team_content_hover:hover .team_content::after {
  content: "\25bc";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 30px;
  width: 30px;
  background: #aaacad;
  color: #FFF;
  border-radius: 100%;
  transform: translate(-50%);
  font-size: 25px;
  text-align: center;
  cursor: pointer;
}
/* .team_content_after::after {
  content: "&#x25B2;";
  position: absolute;
  left: 50%;
  bottom: -7%;
  height: 35px;
  width: 8%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
  font-size: 28px;
  text-align: center;
  cursor: pointer;
} */
.team_card:hover .team_content .description {
  /* display: block; */
  /* opacity: 1; */
  /* max-height: 100%; */
}
.bod_description{
  text-align: center !important;
}

/* about us page board of directors sections css start */
.bod_testmonial,
.ep_advisor_testmonial {
  position: relative;
  margin-bottom: 10%;
  height: 50vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.bod_card_container, .ep_advisor_container {
  width: 90%;
  height: 100%;
  /* display: flex !important; */
  justify-content: center;
  align-items: center;
}
.bod_card_container > .slick-dots{
  bottom: 0;
}
.ep_advisor_container > .slick-dots{
  bottom: 0;
}
.bod_card{
  width: 5% !important;
  top: 13vh;
  margin: 0% 0.13%;
}
.ep_advisor_card{
  width: 5% !important;
  top: 13vh;
  margin: 0% 0.43%;
}
.bod_card .content{
  text-align: center;
}
.ep_advisor_card .content{
  text-align: center;
}
/* about us page board of directors sections css end */
/* ***********************team page css end****************************** */
@media (max-width: 768px) {
  .team_card_container {
    /* flex-direction: column; */
    margin-top: 20%;
  }
  .card,
  .team_card {
    width: 65%;
    margin-bottom: 15%;
  }
  .team_card {
    max-width: 65%;
    margin-bottom: 15%;
  }
  .employe_card {
    width: 9% !important;
  }

  .ep_advisor_card{
    margin: 0% 0.8%;
  }
  .bod_card{
    margin: 0% 0.44%;
  }
  .discover_our_team_container{
    width: 85%;
  }
}
