/*
Isotope style 2 
*/
.dwl-team-isotope-container .team-member-style-2 .team-member-info-content{
    padding: 12px 12px 15px 12px;
}
.dwl-team-isotope-container .team-member-style-2 .wtm-read-more-wrap a{
   display: inline-block;
}
.dwl-team-isotope-container .wtm-read-more-wrap {
    display: flex;
    justify-content: center;
}
.dwl-team-isotope-container .team-member-style-2 header {
    padding: 15px;
}

.team-popup-close {
    position: absolute;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.team-popup-content {
    max-width: 800px;
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    position: relative;
  }
  .dwl-team-wrapper .istyle-2 .team-isotope-feature-img-round:has(img) {
    background: #ffffff;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 2px 10px 0px rgba(107, 107, 107, 0.6);
    border: 3px solid #dddddd;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
  }

.dwl-popup-content-main.text-center {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 22px;
  z-index: 10000;
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px;
  overflow-y: auto;
  height: 600px;
}

.dwl-member-avatar-area {
  width: 49%;
  margin-right: 20px;
}
.dwl-popup-content-member {
  width: 48%;
}

@media (max-width:767px){
  .dwl-member-avatar-area {
    width: 100%;
    margin-right: 0px;
  }
  .dwl-popup-content-member {
    width: 100%;
  }
  .dwl-popup-content-member{
    padding-top: 14px;
  }
  
}


/* grid layout 6 */
  .style-6 .dwl-team-elementor-layout-grid .team-member-info-wrap{
     padding: 0;
     margin-top: 0;
   }

  .style-6 .dwl-team-elementor-layout-grid .team-member-info-content {
    position: relative;
    overflow: hidden;
    min-height: 335px;
  }
  @media (max-width:375px){
    .style-6 .dwl-team-elementor-layout-grid .team-member-info-content {
        min-height: 325px;
      }
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-info-wrap .team-member-desc {
    position: absolute;
    top: 20px; 
    left: 20px;
    right: 20px; 
    width: calc(100% - 40px); 
    background: #000000;
    backdrop-filter: blur(3px);
    height: calc(100% - 40px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 20px; 
    overflow-y: auto;
  }
  .style-6 .dwl-team-elementor-layout-grid .team-member-info-wrap:hover .team-member-desc{
    visibility: visible;
    opacity: 0.8;
  }
  
  .style-6 .dwl-team-elementor-layout-grid h2.team-member-title a,
  .style-6 .dwl-team-elementor-layout-grid h2.team-member-title {
    margin: 0;
    color: var(--wtm-color-white);
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-info-wrap .wtm-read-more-wrap a {
    color: var(--wtm-color-white);
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-info-wrap .wtm-read-more-wrap a:hover {
    color: var(--wtm-text-palatinate-blue-color);
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-info-wrap .team-position {
    color: var(--wtm-color-white);
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-short-bio {
    font-size: 14px;
    color: var(--wtm-color-white);
    line-height: 1.4;
    padding: 0;
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-other-info .team-member-info {
    font-size: 14px;
    color: var(--wtm-color-white);
    margin: 6px 0 6px 0;
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-other-info .team-member-info i.fas {
    color: #ffffff;
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-other-info a {
    font-size: 14px;
    color: var(--wtm-color-white);
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-other-info .fas {
    color: var(--wtm-color-white);
  }
  
  .style-6 .dwl-team-elementor-layout-grid .team-member-socials a {
    background: #ffffff;
    font-size: 13px !important;
  }
  .style-6 .dwl-team-elementor-layout-grid .team-member-socials a i{
    color: #1A1A1ACC;
  }
   
  .style-6 .dwl-team-elementor-layout-grid .wtm-read-more-wrap a{
    padding:10px 0px 0px 0px
  }
  
  /*search*/
  .dwl-team-search-wrapper .input[type="text"],
  .dwl-team-search-wrapper .dwl-team-search-input {
    margin: 20px 0;
    padding: 20px 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ccc;
    background-color: #ffffff;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.4;
  }
  
  .dwl-team-search-wrapper .dwl-team-search-input:focus {
    outline: none;
    border: 1px solid #ccc;
    box-shadow: none;
  }

  /*
isotop table style 3
*/
.dwl-team-elementor-layout-table .team-table-style-3 .dwl-table-img-wraper {
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.dwl-team-elementor-layout-table .team-table-style-3 .dwl-table-img-icon-wraper {
  max-width: 130px;
}
.team-table-style-3 .dwl-table-img-icon-wraper {
  max-width: 130px;
}

.team-table-style-3 tr:nth-child(even) {
  background-color: #f2f2f2;
}
.istyle-3 p.team-position {
  text-align: center;
}
.dwl-team-elementor-layout-table .team-table-style-3 .team-table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* .team-col.bio {
  min-width: 260px;
} */
/* Card Styling */
.team-table-wrapper .team-col {
  padding: 10px;
  width: 25%;
}

.team-col.image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Social Icons Styling */
.team-col .social-icons {
  margin-top: 8px;
  text-align: center;
}


/* Responsive Card Layout on Mobile */


/* 
.team-col {
  padding: 10px;

  display: flex;
  align-items: center;
} */

.team-col:first-child {
  border-left: none;
}

/* Maintain spacing for empty cells */
.team-col:empty::before {
  content: "\00a0";
  display: block;
}

/* .team-table-header > * {
  flex: 1;
  text-align: center;
} */

.team-table-style-1 .team-col {
  justify-content: center;
}

.team-table-style-1 .team-col.email {
  align-items: center;
}


.team-col.email {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.team-col.email p {
  display: flex;
  align-items: center;
}

.team-col.email p,
.team-col.email .read-more-wrapper {
  margin: 4px 0;
}

.wtm-read-more {
  display: inline-block;
  padding: 6px 12px;
 
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  transition: background 0.3s ease;
}



.team-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-social-icons {
  margin-top: 8px;
}

.team-social-icons a {
  margin: 0 5px;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .team-table-wrapper .team-col {
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .team-col.email {
    align-items: center;
  }

  .team-col {
      flex: 1 1 100%;
      width: 100%;
      padding: 5px 0;
  }

  /* .team-table-header {
      display: none;
  } */

  .team-col.image img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
      margin: 0 auto;
  }

  .dwl-team-search-wrapper,
  .dwl-team-isotope-filter {
      width: 100%;
      margin-bottom: 15px;
  }

  .dwl-team-filter-button {
      display: inline-block;
      margin: 5px 3px;
      padding: 6px 12px;
      font-size: 14px;
  }
}


.team-col.image img {
  width: 140px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  margin: 0 auto 5px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.team-col.image .dwl-social-icons {
  margin-top: 5px;
  font-size: 14px;
}



.team-col.email i {
  color: #0073aa;
  margin-right: 5px;
}


/* .team-table-header {
  background-color: #7d817f;
  color: var(--wtm-color-white);
  padding: 15px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
} */

.dwl-team-search-wrapper {
  margin-bottom: 20px;
}
#dwl-team-search {
  width: 100%;
  max-width: 400px;
  padding: 8px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.dwl-team-search-wrapper.hidden {
  display: none;
}
.dwl-team-search-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.dwl-team-search-input {
    width: 100%;
    padding: 10px 35px 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.dwl-search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #777;
    pointer-events: none;
}

.team-popup-content.dwl-popup-content-main button.mfp-close {
  overflow: visible;
  border-radius: 15%;
  background: #ececec;
  cursor: pointer;
  color: #000000b5;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 19px;
  outline: 0;
  font-size: 20px;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.dwl-popup-content-main button.mfp-arrow:hover{
  background-color: transparent;
}

.dwl-popup-content-main .team-member-title {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  padding-right: 30px;
}

.dwl-popup-content-member p {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  color: #333;
}

.dwl-team-layout-isotope .team-table-header .team-col {
  text-align: start;
}

.team-popup-content.dwl-popup-content-main ul.slick-dots {
    position: absolute;
    bottom: 0;
}


.team-popup-content.dwl-popup-content-main .slick-prev,
.team-popup-content.dwl-popup-content-main .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99999999;
}

.team-popup-content.dwl-popup-content-main .slick-prev:before,
.team-popup-content.dwl-popup-content-main .slick-next:before {
    font-size: 24px;
    color: #2f2c2cbd;
}

.team-popup-content.dwl-popup-content-main .slick-prev {
  left: 1px;
}

.team-popup-content.dwl-popup-content-main .slick-next {
  right: 1px;
}

/* .team-popup-content.dwl-popup-content-main .slick-prev,
.team-popup-content.dwl-popup-content-main .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

.team-popup-content.dwl-popup-content-main .slick-prev {
    left: 1px;
}

.team-popup-content.dwl-popup-content-main .slick-next {
    right: 1px;
} */



.team-popup:hover {
  cursor: pointer;
}

.dwl-team-layout-isotope .team-table-header .team-col {
  text-align: start;
}

.team-member-slider img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
