h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

#placementbg {
    padding-top: 100px;
    /*margin-top:180px;*/
    margin-top: 213px;
    color: #fff;
    background-image: url("/Placement/images/placement-banner1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 350px;
}



@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 769px) and (max-width: 950px) {

    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 230px;
        z-index: 0;
        /* //border:solid yellow 1px; */
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 200px;
        z-index: 0;
        /* //border:solid red 1px; */
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .divsection-inner {
        display: flex;
        position: absolute;
        margin-top: 140px;
        z-index: 1;
        /* //border:solid red 1px; */
    }

    .tabcontent-vision {
        color: #082535;
        display: none;
        padding: 15px;
        padding-top: 80px;
        text-align: center;
        margin-top: auto;
        font-size: 15px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}

.tabcontent {
    color: #082535;
    display: none;
    padding: 50px;
    text-align: center;
    margin-top: auto;
}

.divsection-inner {
    background-color: #2d4697;
    border: 0;
    border-radius: 0;
    margin-bottom: 0px;
    position: fixed;
    margin-top: 172px;
    width: 100%;
    z-index: 1;
}

.nav li a {
    padding: 0px;
    padding-top: 12px;

}

.navbar-nav {
    text-align: center;
    width: 100%;

}

.navbar-nav>li {
    /* width:20%; */
    text-align: center;

}



.navbar-inverse .navbar-text {
    color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 1.5vh;
    -webkit-transition: 0.8s;
    /* Safari */
    transition: 0.8s;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #df9d00;
}

.navbar ul li a i {
    font-size: 2.8vh;
}

.navbar-inverse .navbar-nav-7>li>a {
    font-size: 1.4vh;
}

@media (min-width: 951px) and (max-width: 2000px) {

    .navbar-inverse .navbar-nav-7>li>a {
        font-size: 0.8vw;
    }

    .navbar-inverse .navbar-nav-7>li>a>i {
        font-size: 1.4vw;
    }

}


@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .navbar-nav>li {
        width: 100%;
        text-align: left;
    }

    .headertext {
        padding: 0px 0px 0px 0px;
        font-size: 20px;
        margin-top: -10px;
    }

    .container {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

}

.navbar-nav-8>li {
    width: 12.5%;
    padding: 0px;
    margin: 0px;
}

.headertext {
    margin-top: 120px;
    text-shadow: 2px 3px 3px #000000;

}

.headertext {
    padding: 60px 0px 0px 60px;
    font-size: 45px;
}

.paddingtop {
    /* padding-top: 40px; */
}

.paddingtopbottom {
    padding-top: 40px;
    padding-bottom: 40px;
}


.paragraphBody {
    text-align: justify;
    line-height: 25px;
}

.paragraphBody li {
    text-align: justify;
    line-height: 25px;
}


.text-justify {
    text-align: justify;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.img-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.img-responsive {
    width: 100%;
    object-fit: contain;

}
/* 
.emblem-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-x: auto;
}

.nist-emblem {
    height: 120px;
    margin: 0 5px;
    flex-shrink: 0;
} */

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row-equal-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    /* .emblem-container {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 10px;
    } */

    .row-equal-height {
        display: block;
    }

    .img-container {
        margin-top: 20px;
    }
}

.chairmanmessage {
    background-color: #f5f4f4;
}

.messageheading {
    font-weight: bold;
    line-height: 20px;
}

.paragraphpadding {
    /* padding-top:60px; */
    padding-bottom: 20px;
}

.highlights_no {
    font-size: 40px;
    font-family: opensans_extrabold;
    line-height: 3vh;
    color: #000000;
}

.Placementbg {
    background-color: #091426;
    margin: 0px;
    padding-top: 50px;
}

.higher-hdr-default {
    background-color: #abb6c4;
    border-radius: 10px;
    padding: 15px;
    font-family: opensans_semibold;
}

.higher-hdr-selected {
    background-color: #df9d0d;
    border-radius: 10px;
    padding: 15px;
    font-family: opensans_semibold;
}


#placementbg h1 {

    display: block;
}

@media (min-width: 769px) and (max-width: 950px) {
    #placementbg h1 {
        display: none;
    }

    #placementbg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        /* //height:250px;
	//border:solid red 1px; */
        position: static;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #placementbg {
        margin-top: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 200px;
        /* //border:solid red 1px; */
        position: static;
    }

    #placementbg h1 {
        display: none;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    #placementbg {
        margin-top: -45px;
        background-repeat: no-repeat;
        background-size: 100%;
        height: 150px;
        /* //border:solid red 1px; */
    }

    #placementbg h1 {
        display: none;
    }
}



/* placement record */
/* Base styles */
.placements-fact {
    display: grid;
    gap: 2rem;
    padding: 2rem 14rem;
}

.grid {
    display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 1.5rem);
}


/* Grid for different screen sizes */
@media (min-width: 992px) {
    .placements-fact {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .placements-fact {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .placements-fact {
        grid-template-columns: 1fr;
    }
}

/* Individual fact box */
.facts {
    background-color: #2d4697;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

/* Number styling */
.facts h2.font-primary {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #df9d00;
    /* Dark blue */
}

/* Text styling */
.facts span {
    /* font-size: 1rem; */
    color: #fff;
    line-height: 1.4;
    display: block;
}

/* Optional: Responsive font sizes */
@media (max-width: 576px) {

    .placements-fact {
        grid-template-columns: repeat(2, 1fr);
    }

    .facts h2.font-primary {
        /* font-size: 1.5rem; */
    }

    .facts span {
        /* font-size: 0.95rem; */
    }
}


:root {
    --primary-color: #2d4697;
    --secondary-color: #3b82f6;
    --accent-color: #f59e0b;
    --text-color: #1f2937;
    --light-bg: #f8fafc;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 5px 10px -3px rgba(0, 0, 0, 0.1);
}

.main-container {
    background: white;
    margin: 2rem auto;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    max-width: 1200px;
}

.header-section {
    background: #f1f1f1ff;
    /* color: b; */
    padding: 2rem 1rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}

.main-title {
    font-weight: 500;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.content-section {
    padding: 3rem 2rem;
}

.content-text {
    /* font-size: 12px; */
    text-align: justify;
    /* line-height: 1.8; */
    margin-bottom: 2rem;
}

.content-text p {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.content-text p:nth-child(1) {
    animation-delay: 0.1s;
}

.content-text p:nth-child(2) {
    animation-delay: 0.2s;
}

.content-text p:nth-child(3) {
    animation-delay: 0.3s;
}

.content-text p:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.emblem-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin: 2rem 0;
    flex-wrap: wrap;
    padding: 2rem;
    /* background: var(--light-bg); */
    border-radius: 15px;
    /* box-shadow: var(--shadow); */
}

.nist-emblem {
    height: 90px;
    width: auto;
    transition: all 0.3s ease;
    filter: grayscale(20%);
    opacity: 0.8;
}

.nist-emblem:hover {
    transform: translateY(-5px) scale(1.1);
    filter: grayscale(0%);
    opacity: 1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.featured-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: var(--shadow-lg);
    transition: transform 0.3s ease;
}

.featured-image:hover {
    transform: scale(1.02);
}

.highlight-stats {
    /* background: linear-gradient(135deg, var(--accent-color), #f97316); */
    /* color: white; */
    /* padding: 2rem; */
    border-radius: 15px;
    margin: 1rem 0;
    text-align: center;
    /* box-shadow: var(--shadow); */
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.stat-item {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    display: block;
}

.stat-label {
    /* font-size: 0.9rem; */
    opacity: 0.9;
}

/* Bootstrap 4 specific responsive breakpoints */
@media (max-width: 991.98px) {
    .main-container {
        margin: 1rem;
        border-radius: 15px;
    }

    .header-section {
        padding: 2rem 1rem;
    }

    .content-section {
        padding: 2rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .emblem-container {
        gap: 1rem;
        padding: 1.5rem;
    }

    .nist-emblem {
        height: 45px;
    }

    .content-text {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .emblem-container {
        gap: 0.8rem;
        padding: 1rem;
    }

    .nist-emblem {
        height: 35px;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Loading animation */
.main-container {
    opacity: 0;
    animation: slideIn 0.8s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll animations */
@media (prefers-reduced-motion: no-preference) {
    .emblem-container {
        opacity: 0;
        animation: fadeIn 1s ease forwards 0.5s;
    }

    @keyframes fadeIn {
        to {
            opacity: 1;
        }
    }
}











/*  */
.text-justify {
    text-align: justify;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.img-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.img-responsive {
    width: 100%;
    object-fit: contain;
}


.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row-equal-height>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {


    .row-equal-height {
        display: block;
    }

    .img-container {
        margin-top: 20px;
    }
}

/*  */


/* === Hero Section === */
.hero-section {
    padding: 3rem 0 2rem;
    text-align: center;
}

.main-title {

    font-weight: 500;
    /* color: #2d4697; */
    margin-bottom: 1rem;
}

.subtitle {
    /* font-size: 1.25rem; */
    color: #4a4a4a;
}

/* === Section Container === */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* === Section Headers === */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {

    font-weight: 500;
    /* color: #2d4697; */
}

.section-description {
    /* font-size: 1.1rem; */
    color: #555;
    max-width: 600px;
    margin: 0 auto;
}

/* === Ratio Section === */
.ratio-section {
    padding: 2rem 0 2rem 0;
    background-color: #2d46972e;
}

.ratio-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.ratio-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.stat-card {
    background: #ffffff;
    border-left: 6px solid #2d4697;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    border-color: #2d4697;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2d4697;
}





/* ================ Ratio Features =-================== */
.ratio-features {
    list-style: none;
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    border-left: 4px solid #2d4697;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    transition: 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
}

.feature-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #2d4697;
}

.feature-text {
    font-weight: 500;
    color: #333;
}


/* ============= Innovation Section============== === */
.innovation-section {
    padding: 3rem 0;
}

.innovation-content {
    text-align: center;
}

.innovation-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.metric-card {
    background: #ffffff;
    border: 2px solid #2d4697;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-5px);
    border-color: #f59e0b;
}

.metric-icon {
    font-size: 2rem;
    background: #2d4697;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metric-number {
    font-size: 3rem;
    font-weight: 600;
    color: #2d4697;
    margin-bottom: 0.3rem;
}

.metric-label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #374151;
}

/* === Responsive === */
@media (max-width: 768px) {
    .section-container {
        padding: 0 1rem;
    }

    .ratio-stats,
    .ratio-content,
    .innovation-metrics {
        grid-template-columns: 1fr;
    }
}


/*  */

/* Base Styles */
.leadership-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 10px;
}

.section-description {
    font-size: 1.3rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Grid Layout */
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

/* Leader Card */
.leader-card {
    background-color: #2d469712;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 20px;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.leader-image {
    width: 120px;
    height: 140px;
    object-fit: cover;
    border-radius: 20%;
    margin-bottom: 15px;
    border: 4px solid #eaeaea;
    transition: border-color 0.3s;
}

.leader-card:hover .leader-image {
    border-color: #2d4697;
}

.leader-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.leader-position {
    font-size: 1.3rem;
    color: #2d4697;
    font-weight: 500;
    margin-bottom: 10px;
}

.leader-experience {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.5;
}

/* Responsive Text */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .section-description {
        font-size: 1rem;
    }
}







/*---------------------top placement  ----------------------------- */
.placement-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.section-title h2 {
    /* font-size: 32px; */
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-title .divider {
    height: 3px;
    width: 80px;
    background: #2d4697;
    margin: 0 auto;
}

.nav-tabs {
    border-bottom: 3px solid #e9ecef;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    margin-bottom: -3px;
}

.nav-tabs>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    padding: 15px 30px;
    border: none;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s;
    margin-right: 5px;
}

.nav-tabs>li>a:hover {
    border: none;
    color: #2d4697;
    background-color: #f8f9fa;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background: #2d4697;
    border: none;
    position: relative;
}

.nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #2d4697;
}

.placement-card {
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
    margin: 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    width: 350px;
    /* Fixed width for consistency */
}

.placement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.card-header {
    background: #2d4697;
    color: white;
    font-weight: 600;
    padding: 15px 20px;
    border-bottom: none;
    text-align: center;
}

.card-body {
    padding: 25px;
    text-align: center;
}

.student-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f1f1f1;
    margin: 0 auto 20px;
    display: block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.student-name {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 5px;
}

.package {
    font-size: 18px;
    font-weight: 700;
    color: #2d4697;
    margin: 15px 0;
    background: #f1f9f1;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
}

.company {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 5px;
    font-weight: 600;
}

.position {
    font-size: 16px;
    color: #34495e;
    font-weight: 500;
    margin-bottom: 15px;
}

.flag {
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
}

.owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #2d4697;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: #2d4697;
}

.tab-pane {
    position: relative;
}

/* Fix for carousel item alignment */
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    height: 100%;
}

.owl-stage {
    display: flex;
}

/* Custom container for better alignment */
.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Startup card specific styles */
.startup-card .card-body {
    padding-top: 40px;
}

.startup-icon {
    font-size: 50px;
    color: #2d4697;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .nav-tabs>li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .nav-tabs>li>a {
        border-radius: 6px;
        margin-right: 0;
        text-align: center;
    }

    .nav-tabs>li.active>a:after {
        display: none;
    }

    .owl-nav {
        position: relative;
        text-align: center;
        margin-top: 20px;
        top: 0;
    }

    .placement-card {
        margin: 10px auto;
        max-width: 350px;
        width: 100%;
        /* Full width on mobile */
    }

    .student-photo {
        width: 100px;
        height: 100px;
    }
}

/*  */

/*------------------- startups and alumni styling---------------------- */
.custom-section {
    padding: 40px 20px;
    /* background-color: #f9f9f9; */
    border-radius: 12px;
}

.section-content {
    padding: 0px 20px;
}

.section-content h2 {
    /* font-size: 28px; */
    font-weight: bold;
    margin-bottom: 15px;
    /* color: #333; */
}

.section-content p {
    /* font-size: 16px; */
    line-height: 1.6;
    /* color: #555; */
}

/* Startup Cards Grid */
.startup-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.startup-card {
    flex: 1 1 45%;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.startup-card img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* Alumni Cards Grid */
.alumni-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.alumni-card {
    text-align: center;
    flex: 1 1 45%;
}

.alumni-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #2d4697;
}

/* Responsive Adjustments */
@media (max-width: 768px) {

    .startup-grid,
    .alumni-grid {
        flex-direction: column;
        align-items: center;
    }

    .startup-card,
    .alumni-card {
        flex: 1 1 100%;
    }

    .custom-section .row {
        flex-direction: column;
    }

    .section-content {
        text-align: center;
    }
}

/* preplacemet drive styling */
.preplacement-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr));
    /* Responsive columns */
    gap: 15px;
    padding: 10px 0;
}

/* Ensure images scale properly */
.preplacement-image-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.preplacement-image-grid img:hover {
    transform: scale(1.03);
}

/*-------------- testimonail ------------------- */
.testimonial-section {
    padding: 3rem 1rem;
    /* background: #f9f9f9; */
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    color: #222;
    font-weight: 700;
}

.testimonial-swiper {
    position: relative;
    overflow: hidden;
    /* Add this */
    padding-bottom: 2rem;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* Ensures no overflow */
    box-sizing: border-box;
    padding: 1rem;
}


.video-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}


.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video-caption {
    margin-top: 1rem;
    font-size: 1.125rem;
    color: #444;
    font-weight: 500;
}

.swiper-button-prev,
.swiper-button-next {
    color: #007bff;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #0056b3;
}

.swiper-pagination-bullet {
    background: #007bff;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .video-wrapper {
        max-width: 100%;
    }
}


/* higher education section styling */

.edu-card {
    background: #ffffff;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    padding: 25px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* keeps content evenly spaced */
}

.edu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.edu-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d3557;
    margin-bottom: 12px;
}

.edu-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    flex-grow: 1;
    /* pushes text to fill space and align bottoms */
}

@media (max-width: 767px) {
    .edu-card {
        margin-bottom: 20px;
    }
}