.big-card {
    width: 70vw;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
    height: auto;
    margin: auto;
    position: relative;
    padding-bottom: 50px;
}

.big-card-heading {
    width: 95%;
    height: 4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 2px solid #0010551e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-card-heading p {
    color: #001055;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.big-card h4 {
    font-weight: 400;
}

.big-card .min-text {
    color: #fe8d00;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: fit-content;
}

.big-card .main-text {
    font-size: 18px;
    text-align: justify;
}

.m-custom-card {
    height: 150px;
    box-shadow: 4px 4px 10px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(205, 205, 205, 0.2);
    transition: 0.2s all;
}

.m-custom-card img {
    width: 20%;
}

.m-custom-card span {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
    width: fit-content;
    font-weight: 500;
    text-align: center;
}

.m-custom-card:hover {
    scale: 0.99;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .big-card {
        width: 90vw;
    }
}

@media screen and (max-width:480px) {
    .big-card {
        width: 90vw;
    }

    .big-card-heading {
        width: 85%;
    }

    .big-card-heading p {
        font-size: 19px;
    }

    .big-card .main-text {
        font-size: 14px;
    }

    .m-custom-card span {
        font-size: 15px;
    }
}

/* =========================================
           AWARD-WINNING LEADERSHIP SHOWCASE
           Corporate Split-Screen Design 2026
        ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,800;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

.ls-showcase {
    display: flex;
    min-height: 540px;
    height: 580px;
    overflow: hidden;
    position: relative;
    font-family: 'Inter', sans-serif;
}

/* ---- LEFT PANEL: Full-bleed portrait ---- */
.ls-portrait-panel {
    position: relative;
    width: 42%;
    flex-shrink: 0;
    overflow: hidden;
}

.ls-portrait-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.ls-portrait-slide.ls-active {
    opacity: 1;
}

.ls-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.05);
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ls-portrait-slide.ls-active .ls-portrait-img {
    transform: scale(1);
}

/* Very subtle right-edge fade on portrait */
.ls-portrait-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 75%, rgba(0, 16, 85, 0.10) 100%);
    pointer-events: none;
}

/* Large decorative number */
.ls-portrait-number {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: 'Playfair Display', serif;
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
    user-select: none;
    z-index: 2;
}

/* ---- RIGHT PANEL: Dark deep navy content ---- */
.ls-content-panel {
    flex: 1;
    background: #001055;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 50px 40px 60px;
    position: relative;
    overflow: hidden;
}

/* Subtle radial glow */
.ls-content-panel::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(254, 141, 0, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

/* Header row inside content panel */
.ls-section-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: auto;
}

.ls-label-line {
    width: 32px;
    height: 1px;
    background: #fe8d00;
    flex-shrink: 0;
}

.ls-label-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #fe8d00;
}

.ls-content-slide {
    position: absolute;
    inset: 40px 50px 90px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease 0.2s, transform 0.7s ease 0.2s;
    pointer-events: none;
}

.ls-content-slide.ls-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.ls-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 0.5;
    color: #fe8d00;
    margin-bottom: 14px;
    display: block;
}

.ls-quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 500;
    color: #f1f5f9;
    line-height: 1.45;
    margin-bottom: 18px;
    max-width: 520px;
    font-style: italic;
}

.ls-divider {
    width: 50px;
    height: 2px;
    background: #fe8d00;
    margin-bottom: 16px;
    border: none;
}

.ls-body {
    font-size: 13.5px;
    line-height: 1.75;
    color: #94a3b8;
    max-width: 500px;
    margin-bottom: 24px;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 12px;
    scrollbar-width: thin;
    scrollbar-color: rgba(254, 141, 0, 0.3) rgba(255, 255, 255, 0.03);
}

.ls-body::-webkit-scrollbar {
    width: 5px;
}

.ls-body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 3px;
}

.ls-body::-webkit-scrollbar-thumb {
    background: rgba(254, 141, 0, 0.35);
    border-radius: 3px;
    transition: background 0.3s ease;
}

.ls-body::-webkit-scrollbar-thumb:hover {
    background: rgba(254, 141, 0, 0.6);
}

.ls-leader-identity {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.ls-leader-thumb {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(254, 141, 0, 0.5);
    flex-shrink: 0;
}

.ls-leader-name {
    font-size: 16px;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 3px;
}

.ls-leader-role {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
}

/* ---- SWITCHER TABS (bottom right) ---- */
.ls-switcher {
    position: absolute;
    bottom: 35px;
    right: 50px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.ls-tab {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.35s ease;
    padding: 0;
    outline: none;
}

.ls-tab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
    transition: opacity 0.35s ease;
}

.ls-tab.ls-active {
    border-color: #fe8d00;
    box-shadow: 0 0 0 3px rgba(254, 141, 0, 0.2);
}

.ls-tab.ls-active img {
    opacity: 1;
}

/* ---- PROGRESS BAR ---- */
.ls-progress-container {
    display: none;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1199px) {
    .ls-showcase {
        flex-direction: column;
        min-height: auto;
        height: auto;
    }

    .ls-portrait-panel {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        max-height: 520px;
        min-height: 320px;
    }

    .ls-portrait-img {
        object-position: center 10% !important;
    }

    .ls-portrait-slide::after {
        background: linear-gradient(to bottom, transparent 60%, rgba(0, 16, 85, 0.9) 100%);
    }

    .ls-content-panel {
        padding: 40px 24px 40px;
        min-height: unset;
        display: block;
    }

    .ls-section-label {
        margin-bottom: 24px;
    }

    .ls-content-slide {
        position: relative;
        inset: auto;
        opacity: 0;
        transform: translateY(16px);
        display: none;
        pointer-events: none;
    }

    .ls-content-slide.ls-active {
        display: block;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .ls-quote {
        font-size: 16px;
        line-height: 1.5;
        max-width: none;
    }

    .ls-body {
        font-size: 13.5px;
        line-height: 1.75;
        margin-bottom: 28px;
        max-height: none;
        max-width: none;
        overflow-y: visible;
        padding-right: 0;
    }

    .ls-switcher {
        position: relative;
        inset: auto;
        margin-top: 24px;
        display: flex;
        justify-content: flex-start;
        z-index: 10;
    }

    .ls-progress-container {
        width: 100%;
        bottom: 0;
    }

    .ls-portrait-number {
        font-size: 80px;
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 575px) {
    .ls-portrait-panel {
        height: 360px;
        min-height: 280px;
        aspect-ratio: auto;
    }

    .ls-portrait-img {
        object-position: center 10% !important;
    }

    .ls-content-panel {
        padding: 32px 16px 32px;
    }

    .ls-quote {
        font-size: 14px;
        line-height: 1.45;
    }

    .ls-body {
        font-size: 12.5px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .ls-quote-mark {
        font-size: 36px;
        margin-bottom: 6px;
    }

    .ls-switcher {
        margin-top: 18px;
    }
}

/* =========================================================
   HIGH-END MNC HIGHLIGHT STATS CARDS
========================================================= */
.tmu-highlight-card {
    border: 1px solid #e2e8f0 !important;
    border-left: 3px solid #e2e8f0 !important;
    border-radius: 12px !important;
    background: linear-gradient(145deg, #ffffff, #fafbfe) !important;
    box-shadow: 0 10px 30px rgba(0, 16, 85, 0.03), 0 1px 3px rgba(0, 16, 85, 0.01) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative;
    overflow: hidden;
    text-align: left !important;
}

.tmu-highlight-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #fe8d00, #ffb04f);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tmu-highlight-card:hover {
    transform: translateY(-6px) scale(1.01) !important;
    box-shadow: 0 20px 40px rgba(0, 16, 85, 0.08), 0 1px 3px rgba(0, 16, 85, 0.02) !important;
    border-color: rgba(254, 141, 0, 0.25) !important;
    border-left-color: #fe8d00 !important;
}

.tmu-highlight-card:hover::after {
    opacity: 1;
}

.tmu-highlight-card .card-body {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.tmu-highlight-card .icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: rgba(254, 141, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fe8d00;
    margin-bottom: 0 !important;
    transition: all 0.3s ease;
}

.tmu-highlight-card:hover .icon-wrapper {
    background-color: #fe8d00;
    color: #ffffff;
    transform: rotate(5deg) scale(1.05);
}

.tmu-highlight-card .stat-number {
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    color: #001055 !important;
    line-height: 1.25 !important;
    display: block;
    margin-bottom: 6px;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: -0.02em !important;
}

.tmu-highlight-card .stat-label {
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    line-height: 1.4 !important;
    display: block;
}

/* Responsive scaling for mobile stats */
@media (max-width: 767px) {
    #under-banner-carouselExample {
        padding-bottom: 25px !important;
    }
    #under-banner-carouselExample .carousel-indicators {
        bottom: -8px !important;
        margin-bottom: 0 !important;
    }
    .tmu-highlight-card {
        height: 100% !important;
    }
    .tmu-highlight-card .stat-number {
        font-size: 1.05rem !important;
        margin-bottom: 4px;
    }
    .tmu-highlight-card .stat-label {
        font-size: 0.58rem !important;
        letter-spacing: 0.04em !important;
    }
    .tmu-highlight-card .icon-wrapper {
        width: 36px;
        height: 36px;
        margin-bottom: 0 !important;
    }
    .tmu-highlight-card .icon-wrapper svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575px) {
    .tmu-highlight-card {
        padding: 14px 10px !important;
    }
}

.panel {
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.panel.active {
    display: block;
}

/* Custom Elegant Table styling for PhD approved journals list */
.tmu-table-journals {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    margin: 20px 0;
}
.tmu-table-journals th {
    background-color: #001055;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 15px;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #fe8d00;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tmu-table-journals th:last-child {
    border-right: none;
}
.tmu-table-journals td {
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;
    color: #444;
}
.tmu-table-journals td:last-child {
    border-right: none;
}
.tmu-table-journals tr:last-child td {
    border-bottom: none;
}
.tmu-table-journals tr:nth-child(even) {
    background-color: #f8fafc;
}
.tmu-table-journals tr:hover {
    background-color: #f1f5f9;
}
.journal-badge {
    display: inline-block;
    padding: 3px 8px;
    font-size: 10.5px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 5px;
}
.badge-pending {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}
.badge-accepted {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.journal-contact-info {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 12px;
}
.journal-contact-info li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.journal-contact-info li:last-child {
    margin-bottom: 0;
}
.journal-contact-info i {
    color: #fe8d00;
    width: 14px;
    text-align: center;
}

/* ==========================================================================
   LTS Gallery Pagination Styles (Academic Theme)
   ========================================================================== */
.lts-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 12px 24px;
    background: rgba(0, 16, 85, 0.03);
    border-radius: 40px;
    border: 1px solid rgba(0, 16, 85, 0.08);
    box-shadow: 0 10px 30px rgba(0, 16, 85, 0.05);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.lts-pagination-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 16, 85, 0.15);
    background: transparent;
    color: #001055;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    user-select: none;
}

.lts-pagination-btn:hover:not(:disabled) {
    background: #ff7900;
    color: #fff;
    border-color: #ff7900;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 121, 0, 0.4);
}

.lts-pagination-btn.active {
    background: #ff7900;
    color: #fff;
    border-color: #ff7900;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(255, 121, 0, 0.4);
}

.lts-pagination-btn:disabled {
    opacity: 0.25;
    cursor: not-allowed;
    border-color: rgba(0, 16, 85, 0.05);
    color: rgba(0, 16, 85, 0.3);
}

.lts-pagination-nav-btn {
    padding: 0 18px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    gap: 6px;
    min-width: unset;
    height: 40px;
    background: rgba(0, 16, 85, 0.05);
    border: 1px solid rgba(0, 16, 85, 0.1);
    color: #001055;
}

.lts-pagination-nav-btn:hover:not(:disabled) {
    background: #001055;
    color: #fff;
    border-color: #001055;
    box-shadow: 0 5px 15px rgba(0, 16, 85, 0.4);
}

/* Gallery page switching transition */
.gallery-item {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-item.hidden {
    display: none !important;
}

.gallery-item.fade-in {
    animation: ltsGalleryFadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes ltsGalleryFadeIn {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(10px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Mobile & Small Device Responsive Styles for LTS Pagination */
@media (max-width: 576px) {
    .lts-pagination-container {
        gap: 6px;
        padding: 8px 14px;
        margin-top: 35px;
        border-radius: 30px;
        max-width: 95%;
        width: auto;
        flex-wrap: nowrap;
    }

    .lts-pagination-btn {
        min-width: 34px;
        height: 34px;
        font-size: 0.8rem;
    }

    .lts-pagination-nav-btn {
        padding: 0 10px;
        height: 34px;
        font-size: 0.75rem;
    }

    /* On small viewports, hide the "Prev" and "Next" text to show only chevron icons */
    .lts-pagination-nav-btn span {
        display: none;
    }
}
