.swiper-slide img {
  width: 80%;
  border-radius: 30px;
  transition: transform 0.3s ease-in-out;
}



.swiper-slide:hover .swiper-content {
  bottom: 0; 
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .swiper-navigation {
    gap: 10px;
    margin-top: 30px;
  }
}



/* placments_swiper  */
.student-placments{
  background: url(../img/background/03.png);
  width: 100%;
  padding: 70px 0px;
}
.p_swiper-container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.p_swiper {
  width: 100%;
  overflow: hidden;
 
}

/* ranking slider  */
.dbs-ranking{
  padding: 40px 0px;
  
}
.white_bg_2 {
  background: url(../img/background/02.png) no-repeat center center;
  background-size: cover;
}
.dbs-ranking h2{
  color: #7a2776;
}
.r_swiper {
  width: 100%;
 
}

.r_swiper .swiper-wrapper .swiper-slide img {
  width: 80%;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}




