.elementor-681 .elementor-element.elementor-element-55928a9{--display:flex;}.elementor-681 .elementor-element.elementor-element-638d690{--display:flex;--margin-top:110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-681 .elementor-element.elementor-element-638d690{--content-width:92%;}}/* Start custom CSS for container, class: .elementor-element-638d690 */#interviewee-search {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

#searchInput, #typeFilter {
  padding: 8px;
  font-size: 16px;
}

.interviewees-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.interviewee-card {
    border: 1px solid #ecececdb;
    padding: 0px !important;
    border-radius: 12px;
    margin-bottom: 20px;
    max-width: 352px;
    background: #ffffff;
    /* border-bottom-left-radius: 0px; */
    /* border-bottom-right-radius: 0px !important; */
}

.interviewee-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.card-content h3 {
  margin-top: 10px;
}

.card-content blockquote {
  margin-top: 10px;
  font-style: italic;
  color: #444;
}


/*==============Filters and tabs section=================*/

.interviewee-filters  {
    display: flex;
    gap: 10px;
        align-items: center;
  margin-bottom: 20px;
}

#searchInput{
   width: 280px;
}

.tabs {
    display: flex
;
       flex-wrap: nowrap;
    gap: 6px;
    background: #f8fafc;
    padding: 7px 5px;
    border: none;
    border-radius: 5px;
}
.tab {
    padding: 8px 6px;
    background: #fff;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 12px;
}
.tab.active {
  background-color: #0047ab;
  color: white;
}
.interviewee-grid {
    width: 914px;
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    justify-content: start;
    align-items: start;
    justify-items: start;
}
.interviewee-card {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  width: 280px;
}




/*=============slider css=================*/
.interviewee-card img {
  width: 100%;
  border-radius: 10px;
}


.interviewee-card {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  max-width: 350px;
  background: #fff;
}




.slider-wrapper {
  position: relative;
  overflow: hidden;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-wrapper .slides {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-wrapper .slide {
  display: none;
  width: 100%;
  object-fit: cover;
  height: 230px;
  border-radius: 8px;
}

.slider-wrapper .slide.active {
  display: block;
}

.slider-wrapper .slide.active:hover{
  transform: scale(1.1);
  transition:0.2s
  
}


.slider-btn {
  position: absolute;
  background: #ffffffa8;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 16px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.slider-btn.prev {
  left: 5px;
}
.slider-btn.next {
  right: 5px;
}








.slider-wrapper img {
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


/*====================================cards===============================*/



/*-=================content area of cards========== */

.content-area {
    padding: 5px 18px;
}



span.badge
 {
    background: #e3e0e0a6;
    padding: 2px 11px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: capitalize;
    color: rgb(90 168 127);
    /* display: flex
; */
    /* align-items: center; */
}

/*title */

h3.name-interviewer {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 8px 0 !important;
}


.social-links-interviewers-card {
    display: flex
;
}

.social-links-interviewers-card a {
    background: rgb(237, 241, 248);
    padding: 6px;
    height: 32px;
    border-radius: 50%;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links-interviewers-card a:hover{
    background: rgb(222 222 222)
}

.content-area .exerp {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 16px;
    padding: 4px 5px;
    height: 130px;
}

.content-area p.bio {
    font-size: 14px;
    color: #4b5563;
    font-weight: 400;
    line-height: 20px;
}



.tags {
  font-style: italic;
  color: #555;
}




/* ===== Responsive styles ===== */

/* Tablet view: 2 columns */
@media (max-width: 1024px) {
  .interviewee-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .interviewee-card {
    max-width: 100%;
    width: 100%;
  }

  .tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #searchInput {
    width: 100%;
  }

  .interviewee-filters {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile view: 1 column */
@media (max-width: 600px) {
  .interviewee-grid {
    grid-template-columns: 1fr;
  }

  .tabs {
    flex-direction: column;
    width: 100%;
  }

  .tab {
    width: 100%;
    text-align: left;
  }

  .interviewee-card {
    width: 100%;
  }

  .slider-wrapper {
    height: 200px;
  }

  .slider-wrapper .slide,
  .slider-wrapper img {
    height: 200px;
  }

  .interviewee-filters {
    align-items: stretch;
  }
}/* End custom CSS */