.mobile-slider{display: none;}
@media (max-width: 762px) {
  .mobile-slider{
    display: block;
  }
  .mobile-slider .fix img {
     height: 100% !important; 
}
  .top-slider{display: none;}
}
.top-moving-banner {
            color: #000;
            padding: 10px 0;
            overflow: hidden;
            white-space: nowrap;
            font-size: 14px;
        }
        .banner-content {
            display: inline-block;
            animation: marquee 25s linear infinite;
        }
.banner-content:hover {
              animation-play-state: paused;
        }
.text-\[--blue\] {
  color: #003a81;
  font-weight: bold;
}
.text-\[\#c22f46\] {
  --tw-text-opacity: 1;
  color: rgb(194 47 70 / var(--tw-text-opacity, 1)); padding: 10px 20px;
}

/* SECTION BACKGROUND */
.programmes {
    height: initial;
  background-color: #003a81;
  background-image: repeating-linear-gradient( -45deg, rgba(255, 255, 255, 0.021) 0px, rgba(255, 255, 255, 0.034) 1px, 
    transparent 2px, transparent 10px );
    color: #fff;
    padding: 80px 0;
}

/* HEADING */
.programmes h1 {
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFF;
    text-align: left;
}

.programmes .highlight {
    color: #ffc107;
    font-weight: 600;
}

/* CARD */
.program-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.program-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}

.program-card:hover img {
    transform: scale(1.1);
}

/* OVERLAY */
.program-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

.program-overlay h5 {
    font-weight: 700;
    margin: 0;
    color: #FFF;
}

/* BUTTON */
.view-btn {
    background: #e9ecef;
    color: #000;
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
}

.view-btn:hover {
    background: #ffc107;
    color: #000;
}





/* placement SECTION */ 

.placement {
    background: linear-gradient(135deg, #020c2b, #0a2a6b);
    color: #fff;
    padding: 80px 0;
     position: relative;
    overflow: hidden;
}

/* HEADING */
.placement h1 {
    font-size: 48px;
    font-weight: 700;
    color: #FFF;
}


.gradient-text {
    background: linear-gradient(90deg, #3a8dff, #ff4b6e, #ff9a44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* TEXT */
.placement p {
    color: #cfd8dc;
}

/* STATS */
.stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.stats h2 {
    font-weight: 700;
    color: #FFF;
}

.stats span {
    font-size: 14px;
    color: #aaa;
}

/* FLOAT CARDS */
.float-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    position: absolute;
}

.float-card h6{
    color: #fff;
}

.card1 { top: 50px; right: 80px; }
.card2 { top: 165px; right: 50px; width:35%; text-align:center; }
.card3 { top: 280px; right: 120px; }

@media (max-width: 767px) {
    .placement {
     position: static;
    overflow: hidden;
}

.float-card {
    position: relative;
}
.card1 { top: 5px; right: 0px; }
.card2 { top: 10px; right: 0px; width:100%; }
.card3 { top: 15px; right: 0px; }

}
.big-card {
    font-size: 40px;
    font-weight: 700;
    color: #ff5e6c;
}

/* LOGO STRIP */
.logo-strip {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 60px;
}

.logo-strip img {
    max-height: 40px;
    margin: 10px 20px;
}


/* Placed Students SECTION */
.students {
    background: #070f2c;
    color: #fff;
    padding: 80px 0;
}

/* HEADING */
.students h2 {
    font-size: 42px;
    font-weight: 700;
    color: #FFF;
}

.students span {
    color: #ff4b6e;
    text-align: center;
}

.students p {
    text-align: center !important;
}

/* CARD */
.student-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s;
}

.student-card:hover {
    transform: translateY(-5px);
}

.student-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.student-info {
    padding: 0px;
}

.student-info h6 {
    margin: 0;
    font-weight: 600;
}

.package {
    font-size: 14px;
    color: #0d6efd;
    margin-top: 5px;
}

/* NAV BUTTONS */
.slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.1);
    color: #fff;
}



/* legacy SECTION */
.legacy {
    padding: 80px 0;
    background: #f8f9fa;
}

/* IMAGE BOX */
.legacy-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.legacy-img img {
    width: 100%;
    border-radius: 20px;
}

/* TEXT OVER IMAGE */
.img-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.img-text small {
    font-size: 12px;
    opacity: 0.8;
}

.img-text h5 {
    margin: 0;
}

/* RIGHT CONTENT */
.legacy h6 {
    letter-spacing: 2px;
    color: #c8a96a;
}

.legacy h2 {
    font-weight: 700;
}

.legacy .highlight {
    color: #0d47a1;
}

/* PARAGRAPH */
.legacy p {
    color: #6c757d;
}

/* BUTTON */
.btn-custom {
    background: #0d47a1;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
}

.btn-custom:hover {
    background: #08306b;
    color: #fff;
}


/* SECTION */
.leadership {
    padding: 80px 0;
    background: #f5f7fa;
}

/* leadership HEADING */
.leadership h6 {
    letter-spacing: 3px;
    color: #c8a96a;
}

.leadership h2 {
    font-weight: 700;
    color: #1c2b4a;
}

/* CARD */
.leader-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid #eee;
    transition: 0.3s;
}

.leader-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.leader-img {
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e6d5a3;
}

.leader-img img {
    width: 330px;
    height: 180px;
    object-fit: cover;
}

/* TEXT */
.leader-info h5 {
    font-weight: 700;
    margin-bottom: 5px;
}

.leader-info small {
    color: #6c757d;
}

.leader-info p {
    margin-top: 10px;
    color: #555;
}

/* LINE */
.line {
    width: 40px;
    height: 3px;
    background: #0d47a1;
    margin: 10px 0;
}

/* LINK */
.view-link {
    color: #0d47a1;
    font-weight: 500;
    text-decoration: none;
}

.view-link:hover {
    text-decoration: underline;
}