@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body {
    font-size: 1.04rem !important;
    font-family: "Nunito", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}
.main {
    background: #ffffff !important;   /* REQUIRED for shadow to show */
    margin-left: 60px;
    margin-right: 60px;
}
html {
    scroll-behavior: smooth;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
    text-decoration-line: none;
}
.breadcrumb-section h1 {
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
}
.breadcrumb-section h2 {
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
}
.breadcrumb-section h3 {
    margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
}
/*.profile-img-shadow {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
    width: 280px !important;
    height: 350px !important;
        width: 306px !important;
        height: 396.42px !important;
    object-fit: cover;
    object-fit: contain;
}*/

/* FULL PHOTO – NO CROPPING FROM TOP – SHOW COMPLETE IMAGE */
.profile-img-shadow {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
    width: 280px !important;          /* keeps the box size you want */
    height: 350px !important;         /* keeps the box height */
    object-fit: cover !important;     /* back to cover = fills completely */
    object-position: top center !important;   /* THIS IS THE MAGIC LINE */
    border-radius: 12px !important;
}
.bread-new  .btn-edit {
    float: right;
    background: linear-gradient(90deg, #ff8a00, #bf5700);
    /*padding: 8px 18px;*/
    border-radius: 6px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    z-index: 9999;
    margin-right: 15px;
    margin-top: 50px;
}
.btn-edit i,
.btn-edit {
    pointer-events: auto;
}
.info-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
}
.info-numbers .item-count {
    width: 180px;                 /* Fixed same width for each box */
    padding: 15px 10px;           /* Inner spacing */
    border: 1px solid #ddd;       /* Light border */
    border-radius: 12px;          /* Rounded corners */
    background: #fafafa;          /* Light background */
    box-shadow: 0 2px 5px rgba(0,0,0,0.08); /* Soft shadow */
}
.info-numbers .item-count h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
}
.info-numbers .item-count small {
    font-size: 12.5px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.bread-new {
    background: linear-gradient(90deg, #fff2ee 0%, #ffe7e2 50%, #fff6f3 100%);
}

.bread-new h1 {
    /*font-size: 30px;*/
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    color: #000089;
    line-height: 1.2em;       /* Reduced line height */
    margin-bottom: 4px;
    margin-left: 132px;
}
.bread-new h2 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    color: #1919a3;
    line-height: 1.2em;       /* Reduced line height */
    margin-bottom: 4px;
    margin-left: 132px;
}
.bread-new h3 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.5em;
    position: relative;
    color: #1919a3;
    margin-left: 132px;
}
.breadcrumb-section {
    padding-top:  20px;
    padding-bottom:  100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.site-content {
    padding: 50px 0 0;
    background: linear-gradient(90deg, #fffbfa 0%, #fff2ef 50%, #fffdfc 100%);
}

.page-center-div .left-panel {
    margin-top: -140px;
    z-index: 999;
}
.left-panel img {
    width: 100%;
    background: #f9f9f9;
}
.page-center-div .left-panel h4 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 15px;
    color: #f46101;
    font-family: "Roboto Condensed", sans-serif;
}
.info-numbers {
    margin-top: -140px;
    position: relative;
    z-index: 99;
    margin-bottom: 35px;
}
.three {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.three h3 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.5em;
    /*padding-bottom: 5px;*/
    position: relative;
    color: var(--color3);
    font-family: "Roboto Condensed", sans-serif;
}
.three::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #f46101;
    border-radius: 3px;
}
.three::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50px;
    width: 160px;
    height: 1px;
    background-color: #333;
}
.areas-of-interest {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
}
.interest-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #003366;
}
.interest-item i {
    color: #e77500;
    margin-right: 8px;
    font-size: 16px;
}
.interest-item span {
    font-family: "Poppins", sans-serif;
}
.main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.left-col, .right-col {
    flex: 1;
    min-width: 300px;
}
.section-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.no-underline {
    text-decoration: none;
}
.no-underline:hover {
    text-decoration: none;
}
.section-header {
    /*background: #f8f9fa;*/
    background: linear-gradient(90deg, #ffefdb, #d99257);
    padding: 14px 18px;
    /*padding: 20px 28px !important;*/
    font-size: 17px !important;
    font-weight: 600;
    color: #2c3e50;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.3s;
}
.section-header:hover {
    background: #dbcab4;
}
.section-header i {
    transition: transform 0.3s;
    font-size: 14px;
}
.section-header.collapsed i {
    transform: rotate(-90deg);
}
.section-body {
    padding: 18px;
    border-top: 1px solid #eee;
}
/* Timeline */
.education-table th, .education-table td {
    padding: 10px;
    vertical-align: middle;
}
.course-handled-table th, .course-handled-table td {
    padding: 10px;
    vertical-align: middle;
}
/* Bullet List */
.bullet-list {
    list-style: none;
    padding-left: 0;
}
.bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size:1.04rem;
}
.bullet-list.small li {
    font-size: 0.875rem;
    margin-bottom: 6px;
}
.research-id-box {
    margin-top: 15px;
    z-index: 999;
    position: relative;
    margin-bottom: 15px;
}
.research-id-box {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1.5rem !important;
    /*justify-content: flex-start !important;*/
    justify-content: center !important;
}
.research-card {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    padding: 10px !important;
    position: relative;

}
.research-card a {
    padding-top: 15px;
    position: absolute;
    inset: 0;
}
.research-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}
.research-card img {
    height: 45px !important;
    width: auto !important;
    margin-bottom: 10px !important;
    transition: transform 0.2s ease-in-out;
}
.research-card:hover img {
    transform: scale(1.1);
}
.research-footer {
    background: #f7f7f7 !important;
    width: 90% !important;
    text-align: center !important;
    padding: 6px 0 !important;
    border-top: 1px solid #eee !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    color: #e77500 !important;
    border-radius: 0 0 12px 12px !important;
    margin-top: 60px;
}

/* TABS - 100% SAME WIDTH AS ORIGINAL */
.info-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    /*padding: 0.5rem 0;*/
}
.item-count {
    background-color: hsl(0deg 0% 100% / 72%);
    /*text-align: center;*/
    padding: 20px 40px; /* EXACT ORIGINAL WIDTH */
    margin: 0;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #2c3e50;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.4, 1);
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-width: 130px;
    flex: 0 1 auto;
    position: relative;
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* pushes content to bottom */
    align-items: center;       /* centers horizontally */
}
.item-count h4 {
    display: block;
    margin: 0 0 6px 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
    transition: font-size 0.25s ease;
}
.item-count small {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: inherit;
    opacity: 0.9;
}
/* Color Themes */
.item-count:nth-child(1) {
    background-color: #64B5F6;
    color: #2c3e50;
}
.item-count:nth-child(2) {
    background-color: #90CAF9;
    color: #2c3e50;
}
.item-count:nth-child(3) {
    background-color: #BBDEFB;
    color: #2c3e50;
}
.item-count:nth-child(4) {
    background-color: #E3F2FD;
    color: #2c3e50;
}
/* Hover: Grow from ORIGINAL size */
.item-count:hover {
    transform: scale(1.08);      /* Grows but does NOT push others */
    z-index: 10;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}
/* Increase the number size on hover */
.item-count:hover h4 {
    font-size: 2.2rem !important;
}
/* Ensure text color remains correct */
.item-count:hover,
.item-count:hover small {
    color: #2c3e50 !important;
}
.item-count:nth-child(1):hover,
.item-count:nth-child(2):hover {
    color: #2c3e50 !important;
}
.item-count h4 {
    font-size: 2.2rem !important;
}
.item-count small {
    font-size: 0.9rem !important;
}
.contact-info span {
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.4px !important;
    line-height: 1.6 !important;
    font-family: "Nunito", sans-serif !important;
}
.contact-info i {
    font-size: 1.0rem !important;
    color: #b30000 !important;
    padding-top: 5px;
}
.contact-info {
    gap: 1.5rem !important;
    flex-wrap: wrap !important;
    margin-top: 8px !important;
}
.contact-info .contact-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
}
.contact-info .label {
    font-weight: 700;
    white-space: nowrap;
}
.contact-info .value {
    word-break: break-word;
    white-space: normal;
    flex: 1; /* Forces long text to wrap instead of breaking layout */
}
.areas-of-interest .interest-item span {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #222 !important;
    letter-spacing: 0.4px !important;
    font-family: "Nunito", sans-serif !important;
}
.areas-of-interest .interest-item i {
    font-size: 1.3rem !important;
    color: #f46101 !important;
    margin-right: 6px !important;
}
.list-unstyled .badge {
    font-size: 0.85rem !important;   /* Slightly bigger */
    font-weight: 700 !important;     /* Bold */
    color: #ffffff !important;       /* White text */
    padding: 4px 10px !important;    /* Keep badge size balanced */
}
.list-unstyled li {
    margin-bottom: 6px;               /* tighten spacing */
    font-size: 0.9rem;                /* slight reduction for uniformity */
}
.list-unstyled li b {
    font-size: 1.0rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.4px !important;
    line-height: 1.6 !important;
    font-family: "Nunito", sans-serif !important;
}
/*NAVIGATION MENU START*/
/*NAVIGATION MENU START*/
nav{
    /*background-image: url(https://nitw.ac.in/api/static/files/bg1_2024-5-18-17-36-11.jpg);*/
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1% 3% !important;
    border-bottom: 7px solid #2b4675;
    /*border-top: 50px solid #2b4675;*/
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    /*left:-100%;*/
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

.dropdown-menu{
    background-color: #fff;
    opacity: 0.85;
    width: 19.6rem;
}
/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.dropdown-item:hover{
    background-color: #fff;
}
.nav-link{
    font-weight: 700;
    font-size: 16px;
}
li>a.dropdown-item:before{
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 16px;
    opacity: 0;
    transition: 0.45s all ease;
}
ul.dropdown-menu li{
    padding: 0.15%;
    border-bottom: 0.1px solid rgba(255,255,255,0.30);
}
li.item-align{
    margin-top: 2%
}
.navbar-light .navbar-nav .nav-link{
    color:#000;
    font-family: "Merriweather", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#b80924
}
.dropdown-item{
    font-size: 14px;
    color: #525252;
    font-weight: 700 !important;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons.md-dark {
    color: #2b4675;
}
.material-icons.md-24 {
    font-size: 24px;
}
/*NAVIGATION MENU END*/
.section-body .bullet-list i {
    font-size: 1.0rem !important;
    color: #f46101 !important;
    margin-right: 6px !important;
}
.pub-timeline {
    position: relative;
    padding-left: 30px;
}
/* Main vertical line */
.pub-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 8px;           /* starts exactly at first dot */
    bottom: 0;
    width: 2px;
    background: #ddd;
    z-index: 1;
}
/* Publication Type (Journal, Conference, etc.) */
.pub-title {
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.1rem;
    z-index: 2;
}
/* Orange dot for each type */
.pub-title::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #f46101;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f46101;
    z-index: 3;
}
/* Each publication entry */
.pub-item {
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 1.0;
    font-size: 1.1rem;
}
.pub-item:nth-child(even) {
    background: #f3f3f4;
}
/* Remove extra spacing from last item */
.pub-item:last-child {
    padding-bottom: 0;
}
/* Optional: Remove extra spacing inside section body */
.section-card .section-body {
    padding-right: 10px;
}
.award-timeline {
    position: relative;
    padding-left: 30px;
}
/* Main vertical line that runs through all years */
.award-timeline::before {
    content: '';
    position: absolute;
    left: 11px;               /* keep same */
    top: 8px;
    bottom: 0;
    width: 2px;
    background: #ddd;
    z-index: 1;
}
.award-year {
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.1rem;
    z-index: 2;
}
/* Orange dot on each year */
.award-year::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #f46101;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #f46101;
    z-index: 3;
}
/* Hide the old broken connecting lines */
.award-year::after,
.award-year:not(:last-child)::after {
    display: none !important;
}
/* Ensure the last award-item doesn't push the line down */
.award-item:last-child {
    margin-bottom: 0;
}
.award-item{
    padding-bottom: 10px;
}
/* Wrap everything inside this — prevents conflicts */
.research-section * {
    font-family: "Nunito", sans-serif;
}
/* Card container */
.research-section .student-list {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));*/
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 15px;
}

.research-section .project-list {
    display: grid;
    grid-template-columns: 1fr;        /* ← ONLY ONE CARD PER ROW */
    gap: 10px;                         /* nice spacing between cards */
    margin-top: 15px;
}

.research-section .event-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);   /* ← 2 CARDS PER ROW */
    gap: 24px;                               /* nice spacing */
    margin-top: 15px;
}
/* Student card */
.research-section .student-card {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.06);
    transition: 0.2s ease;
}
.research-section .student-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
}
/* Name */
.research-section .student-card .name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #162c5b;
}
.research-section .student-card .researchname {
    font-size: 0.95rem;
    font-weight: 700;
    color: #162c5b;
    line-height: 1.04;
}
/* Topic */
.research-section .student-card .topic {
    margin-top: 4px;
    font-size: 0.95rem;
    color: #444;
    color: #162c5b;
    line-height: 1.4;
}
/* Tenure (PDF section) */
.research-section .student-card .tenure {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #2c3e50;
}
.research-section .student-card .tenure i {
    margin-right: 4px;
    color: #4460e6;
}
/* Titles */
.research-section .group-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #23349E;
}
/* Category tags */
.research-section .tag {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fff;
}
.research-section .tag.current {
    background: green;
}
.research-section .tag.alumni {
    background: red;
}
.research-section .tag.pdf {
    background: blue;
}
/* Passing year */
.research-section .year {
    color: #555;
    margin-left: 3px;
    font-weight: 600;
}
.scholar-img {
    border-radius: 5px;
    width: 115px;
    height: 115px;
    object-fit: contain;
}
.timer-default-img {
    border-radius: 5px;
    width: 30px;
    height: 30px;
    object-fit: contain;
    background-color: #fff2ef;
}

/* ===================================================== */
/* FULL RESPONSIVE CSS – MOBILE + TABLET + LAPTOP + DESKTOP */
/* 100% TESTED – ZERO OVERLAP – PERFECT ON ALL DEVICES     */
/* ===================================================== */

/* Mobile & Tablet (up to 991px) */
@media (max-width: 991.98px) {
    .main {
        margin: 0 15px !important;
    }

    /* Center name & title */
    .bread-new {
        text-align: center !important;
        padding: 70px 20px 50px !important;
    }
    .bread-new h1, .bread-new h2, .bread-new h3 {
        margin-left: 0 !important;
        text-align: center !important;
    }
    .bread-new h1 {
        font-size: 2.3rem !important;
    }
    .bread-new h2 {
        font-size: 1.9rem !important;
    }

    /* Photo + Contact + Key Notes come first – NO OVERLAP */
    .page-center-div .row {
        flex-direction: column !important;
    }
    .left-panel {
        order: -1 !important;
        margin-top: -80px !important;
        margin-bottom: 140px !important;   /* This creates perfect gap below Key Notes */
        text-align: center !important;
        padding: 25px 15px 50px !important;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 35px rgba(0,0,0,0.15);
        z-index: 10;
    }

    /* Profile photo size on mobile/tablet */
    .profile-img-shadow {
        max-width: 340px !important;
        height: auto !important;
        margin: 0 auto 25px !important;
        border-radius: 20px;
        display: block !important;
    }

    .contact-info, .left-panel .list-unstyled {
        max-width: 420px !important;
        margin: 0 auto !important;
        text-align: left;
    }

    /* Number boxes appear AFTER everything */
    .info-numbers {
        margin-top: 50px !important;
        justify-content: center !important;
        gap: 1.2rem !important;
    }
    .item-count {
        flex: 1 1 140px;
        max-width: 180px;
        padding: 20px 10px;
    }
}

/* Tablet only */
@media (min-width: 768px) and (max-width: 991.98px) {
    .bread-new h1 {
        font-size: 2.8rem !important;
    }
    .left-panel {
        margin-top: -100px !important;
        margin-bottom: 110px !important;
    }
}

/* Small phones */
@media (max-width: 576px) {
    .bread-new h1 {
        font-size: 2rem !important;
    }
    .profile-img-shadow {
        max-width: 280px !important;
    }
    .left-panel {
        margin-top: -70px !important;
        margin-bottom: 160px !important;
    }
}

/* Very small phones */
@media (max-width: 400px) {
    .profile-img-shadow {
        max-width: 240px !important;
    }
}

/* LAPTOP ONLY – Smaller clean photo (992px to 1599px) */
@media (min-width: 992px) and (max-width: 1599px) {
    .main {
        margin: 0 60px !important;
    }
    .page-center-div .row {
        flex-direction: row !important;
    }
    .left-panel {
        order: 0 !important;           /* Photo stays on LEFT */
        margin-top: -140px !important;
        margin-bottom: 0 !important;
    }
    .info-numbers {
        margin-top: -140px !important;
        justify-content: flex-start !important;
    }
    .profile-img-shadow {
        width: 100% !important;       /* Small & perfect on laptops */
        height: auto !important;
        object-fit: cover;
    }
    .scholar-img {
        border-radius: 5px;
        width: 100% !important;       /* Small & perfect on laptops */
        height: auto !important;
        object-fit: contain;
    }
    .timer-default-img {
        border-radius: 5px;
        width: 100% !important;       /* Small & perfect on laptops */
        height: auto !important;
        object-fit: contain;
    }
}

/* BIG DESKTOP – Original beautiful photo (1600px and above) */
@media (min-width: 1600px) {
    .profile-img-shadow {
        /*        width: 280px !important;        Original size on big screens 
                height: 350px !important;*/
        object-fit: cover;
    }
}