body {

    font-family: "Poppins", sans-serif !important;
    font-style: normal;
    overflow-x: hidden;
}

/* banner */
.mangalore-new-page-banner-sec {
    /* background-image: url(../img/mangalore-new-page-images/baglore-new-page-hero-bg.webp); */
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
}

.mangalore-new-page-banner-content h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 25px;
    color: white;
}

.mangalore-new-page-banner-content span {
    color: #004085;
}

.mangalore-new-page-banner-image {
    text-align: center;
}

.mangalore-new-page-banner-image img {
    width: 60%;
    height: auto;
}

/* button */
.neon-search .form-control {
    height: 50px;
}

.neon-search {
    margin: 30px 0 0 0;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.5);
    border: 2px solid rgba(0, 255, 255, 0.3);
}

.neon-input {
    background: transparent;
    border: none;
    color: #0ff;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 500;
}

.neon-input::placeholder {
    color: #88ffff;
    font-weight: 400;
}

.neon-input:focus {
    outline: none;
    background: transparent;
    box-shadow: none;
}

.neon-btn {
    border: none;
    font-size: 20px;
    padding: 0 22px;
    background-color: #004085;
    color: white;
    transition: transform 0.2s ease;
}

.neon-btn:hover {
    transform: scale(1.2);
}

.floating-icons-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    width: 50px;
    opacity: 0.7;
    animation: float 8s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

/* Adjust each icon’s position */
.mangalore-new-page-banner-sec {
    position: relative;
    z-index: 1;
}

.floating-icon {
    position: absolute;
    width: 40px;
    padding: 5px;
    border-radius: 50%;
    background: #ffffff61;
    opacity: 9.9;
    animation: floatAnim 8s ease-in-out infinite;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}

.icon1 {
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.icon2 {
    top: 34%;
    right: 13%;
    animation-delay: 1.5s;
}

.icon3 {
    top: 56%;
    right: 5%;
    animation-delay: 3s;
}

.icon4 {
    top: 69%;
    right: 13%;
    animation-delay: 4.5s;
}

.icon5 {
    top: 86%;
    right: 6%;
    animation-delay: 6s;
}

@keyframes floatAnim {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(8deg);
    }
}

/* About US */
.about-section {
    background-image: url(../img/mangalore-new-page-images/cubes-bg-sec.webp);
    background-repeat: repeat;
    position: relative;
    padding: 80px 0;
}

.sec-title .title {
    color: #004085;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.sec-title h2 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #4c4c4c;
}

.sec-title span {
    color: #004085;
}

.about-section p {
    color: #777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 10px;
    text-align: justify;
}

.image-wrapper {
    position: relative;
    padding: 40px 40px 0 0;
    margin-left: 50px;
}

.image-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    bottom: 100px;
    border: 2px solid #004085;
    z-index: -1;
}

.overlay-box {
    position: absolute;
    bottom: 48px;
    left: 40px;
}

.year-box {
    font-size: 24px;
    font-weight: 700;
    padding-left: 70%;
    line-height: 1.4em;
    color: #252525;
}

.year-box .number {
    position: absolute;
    left: -17%;
    top: 0;
    width: 101px;
    height: 71px;
    border-radius: 3px;
    line-height: 70px;
    font-size: 46px;
    text-align: center;
    background-color: #fff;
    color: #004085;
}

/* CTA */
.mangalore-new-page-cta {
    margin: 120px 0;
    padding: 60px;
    border-radius: 20px;
    background: linear-gradient(rgba(244, 247, 254, 0.8), rgba(244, 247, 255, 0.8)),
        url('../img/mangalore-new-page-images/cta_bg.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    border-bottom-width: 1px;
    border-color: rgb(221, 238, 255);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    position: relative;
    border-top-width: 1px;
}

.mangalore-new-page-cta h2 {
    font-size: 34px;
    color: #004085;
    font-weight: bold;
    margin-bottom: 24px;
}

.mangalore-new-page-cta p {
    color: rgb(100, 103, 110);
}

.mangalore-new-page-cta button {
    background-color: rgb(7, 19, 49);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 2px 0px;
    color: white;
    padding: 15px;
    border: none;
    font-size: 18px;
    margin-top: 12px;
}

.cta-imgage {
    text-align: center;
    border-bottom-width: 1px;
    border-color: rgb(1, 42, 187);
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    background: linear-gradient(194.539deg, rgb(255, 255, 255) 0%, rgb(18, 96, 235) 100%);
    border-radius: 11px;
    box-shadow: rgba(0, 0, 0, 0.08) 24px 24px 24px 0px, rgb(45, 63, 96) 2px 3px 0px 0px;
    will-change: transform;
    opacity: 1;
    transform: rotate(3.5deg);
    height: 475px;
    width: 300px;
    top: -44%;
    position: absolute;
}

.cta-arrow-img img {
    width: 100%;
    height: auto;
}

.cta-job-img img {
    width: 100%;
    height: auto;
}

.cta-imgage h3 {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.cta-imgage p {
    color: white;
    font-size: 18px;
}

/* Best software section */
.best-software-section {
    padding: 80px 0;
    background-color: rgb(243, 247, 254);
}

.timeline-heading {
    line-height: 45px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.best-software-section-btns button {
    background-color: rgb(7, 19, 49);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 2px 0px;
    color: white;
    padding: 12px;
    border: none;
    font-size: 18px;
    margin-right: 15px;
}

.best-software-section-btns {
    margin-top: 30px;
}

.best-software-section-btns a {
    background-color: white;
    padding: 12px;
    border: none;
    font-size: 18px;
    color: rgb(7, 19, 49);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.timeline-intro {
    color: #555;
    line-height: 1.7;
    text-align: justify;
}

.timeline-content p {
    margin: 0;
}

.timeline {
    position: relative;
    padding-left: 35px;
    margin-left: 30px;
    border-left: 2px solid #2da2f1;
}

.timeline-item {
    margin-bottom: 40px;
    position: relative;
}

.timeline-icon {
    position: absolute;
    left: -10%;
    top: 0;
    background: #2da2f1;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.timeline-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    transition: 0.3s ease;
}

.timeline-content:hover {
    background: #f9fcff;
    border-color: #b3dfff;
    transform: translateX(5px);
}

.timeline-content h5 {
    font-weight: 600;
    color: #003366;
    margin-bottom: 10px;
}

/* faq section*/
.faq-modern-section {
    padding: 80px 0;
    background: white;
    overflow-x: hidden;
    position: relative;
}

.faq-glass-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 10px;
    background: linear-gradient(145deg, #f7fbff, #eef4fa);
    transition: all 0.3s ease-in-out;
}

.faq-glass-card .card-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(145deg, #f7fbff, #eef4fa) !important;
    border: none !important;
    padding: 10px 16px;

}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-icon.rotate {
    transform: rotate(180deg);
}

.rotate-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.rotate-title h2 {
    color: #9595950f;
    margin: 0;
    font-size: 125px;
}

.faq-card-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 40px;
}


.faq-glass-card:hover {
    transform: translateY(-5px);
}

.faq-glass-card h5 {
    color: #003b80;
    font-weight: 600;
    font-size: 18px;
}

.floating-shape {
    position: absolute;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at center, #cfe9ff, #91caff);
    border-radius: 50%;
    z-index: 0;
    opacity: 0.2;
    animation: float-shape 8s ease-in-out infinite;
}

.shape1 {
    top: 10%;
    left: 5%;
}

.shape2 {
    bottom: 5%;
    right: 5%;
}

@keyframes float-shape {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.main-title {
    font-size: 34px;
    color: #004085;
    font-weight: bold;
    margin-bottom: 40px;
}

.faq-glass-card p {
    color: rgb(100, 103, 110);
    line-height: 30px;
    padding: 10px 16px;
    margin: 0;
}

.faq-list ul {
    padding: 0;
    padding: 10px 16px;
}

.faq-list ul li {
    list-style-type: none;
    color: rgb(100, 103, 110);
    line-height: 30px;
}

.faq-list i {
    color: #0a58ca;
    margin-right: 10px;
}

/* Master program section */
.master-programs-section {
    padding: 80px 0;
    background-color: white;
}

.master-programs-section-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px !important;
    overflow: hidden;
}

.master-programs-section-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.master-programs-section-card img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.master-programs-section .row {
    row-gap: 30px;
}

.master-programs-section h2 {
    font-size: 34px;
    color: #004085;
    font-weight: bold;
    margin-bottom: 22px;
}

.mp-heading-container {
    text-align: center;
    margin-bottom: 50px;
}

.mp-content-parent h5 {
    line-height: 32px;
    font-weight: 700;
    padding: 0 18px 8px 18px;
    color: #004085;
}

.mp-content-parent {
    border: 1px solid #0000000f;
    background-color: rgb(243, 247, 254);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* partner logos section */
.partner-logos-section {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, #e0f7ff, #fce1f6);
    overflow: hidden;
    z-index: 1;
}

.partner-logos-section-logos-img {
    overflow: hidden;
}

.partner-logos-section-row-wrapper {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    column-gap: 20px;
}

.partner-logos-section-row {
    display: inline-flex;
    gap: 40px;
    padding: 15px 0;
}

.partner-logos-section-row img {
    height: 65px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.partner-logos-section-row img:hover {
    transform: scale(1.1);
}

.partner-logos-section .row-1 {
    animation: scroll-left 28s linear infinite;
}

.partner-logos-section .row-2 {
    animation: scroll-right 28s linear infinite;
}

.partner-logos-section .row-3 {
    animation: scroll-left 28s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.partner-logos-section-logos-content h2 {
    line-height: 45px;
    font-weight: 700;
    color: #003366;
    margin-bottom: 20px;
}

.partner-logos-section-logos-content button {
    background-color: rgb(7, 19, 49);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 2px 0px;
    color: white;
    padding: 12px;
    border: none;
    font-size: 18px;
}

.partner-logos-section::before,
.partner-logos-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    z-index: 0;
}

.partner-logos-section::before {
    width: 300px;
    height: 300px;
    background: #a18cd1;
    top: -100px;
    left: -100px;
}

.partner-logos-section::after {
    width: 400px;
    height: 400px;
    background: #fbc2eb;
    bottom: -150px;
    right: -150px;
}

.partner-logos-section .container,
.partner-logos-section .logos-content,
.partner-logos-section .logos-img {
    position: relative;
    z-index: 2;
}

/* Testimonial section */
.testimonial-section {
    padding: 80px 0;
    background-image: url(../img/mangalore-new-page-images/testmo-bg.webp);
    background-size: cover;
    background-position: right;
}

.testimonial-card {
    padding: 50px;
    background-color: white;
    border-radius: 12px;
}

.testimonial-card h5 {
    margin: 0;
}

.testimonial-card p {
    text-align: justify;
}

.review-profile img {
    width: 60px;
    height: auto;
}

.testimonial-section-content .carousel-control-prev {
    left: -7%;
}

.testimonial-section-content .carousel-control-next {
    right: -7%;
}

.review-pg-google-res-rating {
    color: #fbbc05;
    font-size: 0.9rem;
}

.review-pg-google-res-rating i {
    margin-right: 2px;
}

.testimonial-section-content .carousel-control-prev,
.testimonial-section-content .carousel-control-next {
    border: none;
    background: transparent;
}

.testimonial-section-content .carousel-control-prev-icon,
.testimonial-section-content .carousel-control-next-icon {
    background-color: #0d6efd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
}

.testimonial-section-content .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s ease;
}

.testimonial-section-content .carousel-indicators .active {
    background-color: #0d6efd;
}

.testimonial-section h2 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 60px;
    text-align: center;
}

.testimonial-section-image img {
    width: 360px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
}

/* Locations listing section */
.software-training-new-page-locations-sec {
    background-color: rgb(243, 247, 254);
    padding: 80px 0;
}

.software-training-new-page-locations-sec h2 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 50px;
    text-align: center;
}

.st-new-page-location-card {
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    height: 230px;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.st-new-page-location-card:hover {
    transform: scale(1.1);
}

.st-new-page-location-card h3 a {
    font-size: 20px;
    margin-bottom: 12px;
    color: #0077ff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.st-new-page-location-card p {
    font-size: 14px;
    margin: 6px 0;
    line-height: 1.5;
    color: #1b1c1c;
}

.st-new-page-location-card a {
    margin-top: 10px;
    display: inline-block;
    color: #0077ff;
    text-decoration: none;
    font-weight: bold;
}

.st-new-page-location-card a i {
    background: linear-gradient(to right, #4f46e5, #0ea5e9);
    color: white;
    padding: 10px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 8px;
}

.software-training-new-page-locations-content .row {
    row-gap: 30px;
}

.st-new-page-location-card h3 a i {
    color: #0ea5e9;
    font-size: 21px;
    padding: 0;
    margin-right: 3px;
    background: none;
}

/* Placed students List */
.placed-students-section {
    padding: 80px 0;
    background-color: #F3F5FD;
    overflow: hidden;
}

.placed-students-section h2 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 50px;
    text-align: center;
}

.placed-students-list-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.8rem;
    position: relative;
    border: none;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.placed-students-list-badge {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    background: linear-gradient(to right, #ef6500, #ffb17a);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.placed-students-image img {
    border-radius: 1rem;
    height: 220px;
    width: 100%;
    object-fit: cover;
    border: 3px solid #90e0ef;
    box-shadow: 0 5px 15px rgba(144, 224, 239, 0.4);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.placed-students-content h6 {
    font-weight: 700;
    color: #023e8a;
    margin-bottom: 0.25rem;
    font-size: 20px;
    margin: 10px 0;
}

.placed-students-content p {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.placed-company-image img {
    width: 30%;
    height: auto;
}

.placed-company-image i {
    font-size: 35px;
}

.placed-students-list-lpa {
    background: #003366;
    color: white;
    padding: 6px 18px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 3px 12px rgba(0, 194, 122, 0.35);
    user-select: none;
}

.placed-students-list-path {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #555;
    background: #e6f0ff;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.placed-students-list-path span {
    user-select: none;
}

.placed-role-arrow {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    position: relative;
    width: 60%;
    height: 20px;
}

.placed-role-arrow::before {
    content: "";
    flex-grow: 1;
    border-top: 3px dotted #007bff;
    margin-right: 6px;
    border-radius: 2px;
}

.placed-role-arrow::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #007bff;
    border-right: 3px solid #007bff;
    transform: rotate(45deg);
    margin-left: 2px;
    border-radius: 1px;
}

/* Carousel control customization */
.placed-students-section .carousel-control-prev-icon,
.placed-students-section .carousel-control-next-icon {
    background-color: #023e8a !important;
    border-radius: 50%;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(2, 62, 138, 0.6);
    background-size: 12px 12px;
}

.placed-students-section .carousel-control-prev-icon:hover,
.placed-students-section .carousel-control-next-icon:hover {
    background-color: #007bff;
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.8);
}

.placed-students-section .carousel-control-prev {
    left: -4%;
    opacity: 2.5 !important;
}

.placed-students-section .carousel-control-next {
    right: -4%;
    opacity: 2.5 !important;
}

/* Placements image gallery */
.bt-placements-section h2 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 60px;
    text-align: center;
}

.bt-placements-section .row {
    row-gap: 30px;
}

.bt-placement-image {
    background-color: white;
    border-radius: 8px;
}

.bt-placement-image-details {
    display: flex;
    align-items: center;
    padding: 12px;
}

.bt-placement-image-details i {
    font-size: 22px;
    margin-right: 16px;
    color: rgba(0, 0, 0, 0.836) !important;
}

.bt-placement-image img {
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
    border-radius: 8px 8px 0 0;
}

.bt-placement-image img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.bt-placements-section {
    background: radial-gradient(circle at center, #cce7ff 0%, #ffffff 60%, #a0d8ff 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* hear it section */
.hear-it-section {
    padding: 80px 0;
    background-color: white;
}

.hear-it-section h2 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 60px;
    text-align: center;
}

.hear-it-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #0000000f;
    padding: 15px 15px 10px 15px;
}

.hear-it-card iframe {
    width: 100%;
    height: 270px;
    border-radius: 8px;
}

.hear-it-section .row {
    row-gap: 20px;
}

.watch-more-btn {
    color: white;
    border-radius: 6px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #76b4eb 0%, #0a58ca 100%);
    display: table;
    margin: 30px auto 0 auto;
}

/* training advantage sec */
.training-advantage-sec {
    padding: 80px 0;
    background-color: rgb(243, 247, 254);
}

.training-advantage-sec h2 {
    font-weight: 700;
    color: #003366;
    margin-bottom: 60px;
    text-align: center;
}

.advantage-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #0000000f;
    padding: 20px;
}

.advantage-card p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #272c37;
    margin: 0 !important;
}

.advantage-card i {
    background-color: #F5F8FB;
    padding: 18px;
    color: #1b3ca7;
    border-radius: 6px;
    font-size: 22px;
}

.training-advantage-sec .row {
    row-gap: 20px;
}

/* list-of-placed-students */
.list-of-placed-students {
    padding: 80px 0;
    background-color: white;
}

.list-of-placed-students .row {
    row-gap: 30px;
}

.list-students-content h2 {
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 20px 0;
    color: #003366;
}

.list-students-content p {
    text-align: justify;
    color: #333333cf;
}

.list-students-table h2 {
    color: #003366;
    font-weight: 700;
    text-align: center;
}

.list-students-table p {
    color: #333333cf;
    text-align: center;
    margin: 2% 15% 3% 15%;
}

.list-students-image {
    text-align: right;
}

.list-students-image img {
    width: 88%;
    height: auto;
    border-radius: 10px;
}

/* table style */
.list-students-table-container {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
    font-family: 'Inter', sans-serif;
    background: transparent;
    color: #222;
}

.list-students-table-container thead tr {
    background-color: #2563eb;
    color: white;
    border-radius: 12px;
}

.list-students-table-container thead th {
    padding: 16px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.list-students-table-container tbody tr {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

.list-students-table-container tbody tr:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0, 123, 255, 0.089);
}

.list-students-table-container tbody td {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 1rem;
    color: #0f172a;
    position: relative;
}

.list-students-table-container tbody td:nth-child(1)::before {
    content: "🧑🏻‍💼";
    margin-right: 6px;
    font-size: 22px;

}

.list-students-table-container tbody td:nth-child(2)::before {
    content: "🏢";
    margin-right: 6px;
    font-size: 18px;

}

.list-students-table-container tbody td:nth-child(3)::before {
    content: "💼";
    margin-right: 6px;
    font-size: 18px;

}

.list-students-table-container tbody td:nth-child(4)::before {
    content: "🎓";
    margin-right: 6px;
    font-size: 18px;

}

/* list-of-placements-banner */
.list-of-placements-banner {
    padding: 80px 0;
    text-align: center;
}

.list-of-placements-banner h2 {
    color: #003366;
    font-weight: 700;
}