.pagination {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.pagination li {
  margin: 0 2.5px;  
}
.swiper-slide
{
  height: auto !important;
}
.teamSwiper .second-slide{
  width:65% !important;
  margin-left: 16px;
  text-align: justify !important;
  line-height: 1.7;
}
.team-profile
{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}
.teamSwiper .second-slide .new-btn-dtn
{
  padding: 6px 19px !important;
}

.pagination li a{
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 40px;
  color: #333;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  transition: background-color 0.3s ease;

}

.pagination li.active2 a {
  background-color: #000000;
  color: #000000;
}

 .heading-cell {
    max-width: 500px;        
    white-space: nowrap;     
    overflow: hidden;        
    text-overflow: ellipsis; 
}

.teamSwiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    /* overflow: hidden; Hide extra slides while loading */
}

/* 2. Pre-set widths to match your JS 'slidesPerView' */
.teamSwiper .swiper-slide {
    width: 33.333%; /* Match slidesPerView: 3 */
    flex-shrink: 0;
}

/* 3. Mobile responsiveness (matches your JS breakpoints) */
@media (max-width: 991px) {
    .teamSwiper .swiper-slide { width: 50%; } /* slidesPerView: 2 */
}
@media (max-width: 767px) {
    .teamSwiper .swiper-slide { width: 100%; } /* slidesPerView: 1 */
}

/* 4. Hide arrows until initialized to look cleaner */
.teamSwiper:not(.swiper-initialized) .swiper-button-next,
.teamSwiper:not(.swiper-initialized) .swiper-button-prev {
    display: none;
}

.pagintn{
  display: flex;
   justify-content:center;
}
 .shdw {
   box-shadow: 0 6px 5px rgba(21, 30, 40, 0.08);
 }

 .new-btn-dtn
{
border: 1px solid #000;
margin: 4px 2px;
padding: 15px 32px;
}

.new-btn-dtn:hover {
  box-shadow: 0 6px 5px rgba(21, 30, 40, 0.08);
}

@media (max-width: 991px){

.teamSwiper .second-slide{
    width: 100% !important;
    margin-left: 0;
    text-align: justify !important;
    line-height: 1.7;
    margin-top: 10px;
    min-height: 80vh !important;
}
.second-slide h5
{
  text-align: left !important;
}
.teamSwiper .swiper-wrapper
{
  display: block !important;
}
.swiper-slide
{
  margin: 0 auto !important;
}
.teamSwiper .swiper-slide
{
  width: 100% !important;
}
.teamSwiper .second-slide .new-btn-dtn
{
  margin-top: 20px !important;
}

}
@media (max-width: 1368px){

.teamSwiper .second-slide{
    min-height: auto !important;
}
}




