.swiper-slide img {
  width: 95%;
  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 0px;
}
.white_bg_2 {
  background: url(../img/background/02.png) no-repeat center center;
  background-size: cover;
}
.opp_bg {
  background: url(../img/background/09.png) no-repeat center center;
  background-size: cover;
}
.dbs-ranking h2{
  color: #7d0477;
}
.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;
}


/* bg theme color  */

.bg-theme{
  background: #7d0477;
}

/* Student Immersion Gallery Styling */


.container_immersion {
  max-width: 1600px;
  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.ii-gallery-wrapper {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    border-radius: 8px;
}

.ii-gallery-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.ii-image-card {
    min-width: 100%; /* Mobile par full width card */
    position: relative;
}

/* Desktop view: Grid layout (No sliding) */
@media (min-width: 768px) {
    .ii-gallery-track {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Image count ke hisaab se repeat(3, 1fr) bhi kar sakte hain */
        gap: 10px;
        transform: none !important; /* Desktop par slide disable karne ke liye */
    }
    .ii-image-card {
        min-width: auto;
    }
}

.ii-image-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.ii-overlay-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ii-main-title {
    color: #fff;
    font-size: 1rem !important;
    margin: 0;
}

/* Scholarship Section General Styling */
.scholarship-section {
    padding: 60px 0;
    background-color: #fff;
}

.scholarship-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.scholarship-title {
    color: #7a2776; /* Brand Purple */
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.scholarship-subtitle {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 35px;
    font-family: 'Oxygen', sans-serif;
}

/* Table Specific Styling to match image_ab7ffa.png */
.custom-scholarship-table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #000; /* Solid black outer border */
    font-family: 'Oxygen', sans-serif;
}

.custom-scholarship-table th {
    background-color: #7a2776; /* Dark purple header */
    color: #ffffff;
    padding: 15px 10px;
    border: 1.5px solid #000;
    text-align: center;
    font-weight: 700;
}

.custom-scholarship-table td {
    padding: 8px 9px;
    border: 1.5px solid #000;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Alternating Row Color: Light Purple Tint */
.custom-scholarship-table tbody tr:nth-child(even) {
    background-color: #f2e6f1; /* Light purple background for scholarship row */
}

/* First Column Alignment */
.custom-scholarship-table td:first-child {
    background-color: #ffffff;
    text-align: left;
    padding-left: 20px;
    width: 220px; /* Label column width */
}

/* Responsive fix for smaller screens */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
