/* ==========================================================
   Principal Investigator Page
   Navy + Gold Leadership Design
   ========================================================== */

.faculty-page {
    padding-bottom: 42px;
}


/* ==========================================================
   PAGE HEADING
   ========================================================== */

.faculty-heading {
    margin-bottom: 28px;
}

.faculty-heading h4 {
    position: relative;

    margin: 0 0 10px;
    padding-bottom: 12px;

    color: #10233f;

    font-size: 30px;
    font-weight: 700;
}

.faculty-heading h4::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 72px;
    height: 4px;

    background: #0d4f8b;
    border-radius: 99px;
}

.faculty-heading p {
    margin: 0;

    color: #667085;

    font-size: 15px;
    line-height: 1.6;
}


/* ==========================================================
   FACULTY GRID
   ========================================================== */

.faculty-grid {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 26px;

    align-items: stretch;
}


/* ==========================================================
   FACULTY CARD
   ========================================================== */

.faculty-card {
    position: relative;

    min-width: 0;
    overflow: hidden;

    background: #ffffff;

    border: 1px solid #dbe3ec;
    border-top: 5px solid #0d4f8b;

    border-radius: 14px;

    box-shadow:
        0 7px 20px rgba(15, 45, 80, 0.09);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Hover effect */

.faculty-card:hover {
    transform: translateY(-7px);

    border-color: #c8d5e3;

    box-shadow:
        0 16px 34px rgba(15, 45, 80, 0.16);
}


/* ==========================================================
   FEATURED CARD
   Example:
   <article class="faculty-card faculty-featured">
   ========================================================== */

.faculty-card.faculty-featured {
    border-top-color: #9b6a0a;

    box-shadow:
        0 10px 26px rgba(112, 78, 13, 0.14);
}

.faculty-card.faculty-featured:hover {
    box-shadow:
        0 18px 38px rgba(112, 78, 13, 0.20);
}


/* ==========================================================
   FACULTY PHOTO
   ========================================================== */

.faculty-photo {
    position: relative;

    width: calc(100% - 38px);
    height: 250px;

    margin: 20px auto 0;

    overflow: hidden;

    background: #f3f5f8;

    border: 1px solid #e1e6ed;
    border-radius: 10px;

    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.faculty-photo img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;
    object-position: center;

    user-select: none;
    -webkit-user-select: none;

    -webkit-user-drag: none;

    pointer-events: auto;
}


/* ==========================================================
   FACULTY BODY
   ========================================================== */

.faculty-body {
    min-height: 208px;

    padding: 18px 20px 27px;

    text-align: center;
}


/* Faculty Name */

.faculty-body h5 {
    margin: 0 0 8px;

    color: #10233f;

    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}


/* ==========================================================
   DESIGNATION BADGE
   Example:
   Professor & Head
   Assistant Professor
   Director & Sr. Professor
   ========================================================== */

.faculty-badge {
    display: inline-block;

    max-width: 100%;

    margin: 4px 0 14px;

    padding: 7px 13px;

    background: #fff3d6;
    color: #815600;

    border: 1px solid #f0d995;
    border-radius: 999px;

    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;

    letter-spacing: 0.25px;

    text-transform: uppercase;
}


/* Featured person's designation badge */

.faculty-featured .faculty-badge {
    background: #9b6a0a;

    color: #ffffff;

    border-color: #9b6a0a;
}


/* ==========================================================
   DEPARTMENT
   ========================================================== */

.faculty-department {
    margin: 0;

    color: #6b7280;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}


/* ==========================================================
   PRINCIPAL INVESTIGATOR POSITION
   ========================================================== */

.faculty-position {
    margin: 18px 0 0;

    color: #334155;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1050px) {

    .faculty-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faculty-photo {
        height: 280px;
    }

    .faculty-body {
        min-height: 195px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 620px) {

    .faculty-heading h4 {
        font-size: 25px;
    }

    .faculty-grid {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .faculty-photo {
        width: calc(100% - 30px);
        height: 300px;

        margin-top: 15px;
    }

    .faculty-body {
        min-height: auto;

        padding: 17px 16px 24px;
    }

    .faculty-department {
        min-height: auto;
    }

}


/* ==========================================================
   REDUCED MOTION
   Accessibility
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

    .faculty-card {
        transition: none;
    }

    .faculty-card:hover {
        transform: none;
    }

}

/* Director badge - Dr. Sanjay K. Mohanty only */
.faculty-director-badge {
    background:#9B6A0A;
    color: #FFFFFF;
    border: 1px solid #b8d2ec;
}

 .lkd-position {
    display: inline-block;

    margin: 18px 0 0;
    padding: 8px 14px;

    color: #7a5208;
    background: #fffaf0;

    border-left: 3px solid #c28a22;
    border-right: 3px solid #c28a22;

    border-radius: 5px;

    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.nfhs-photo-circle {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}