.translate-h {
            display: none !important;
        }

        .card-header:first-child {
            border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
            margin-bottom: 30px !important;
        }

        .nav-link-color {
            color: black !important;
        }

        .nav-link-color .nav-link:hover {
            color: #8d0525;
        }

        .page__banner {
            position: relative;
            padding: 30px 0;
            color: #fff;
            overflow: hidden;
        }

        /* Soft overlay for better readability */
        .page__banner::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.25);
            z-index: 1;
        }

        .page__banner .container {
            position: relative;
            z-index: 2;
        }

        .page__bannerInner {
            display: flex;
            align-items: center;
            min-height: 200px;
        }

        .page__bannerContent h1 {
            font-family: 'Merriweather', serif;
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 15px;
            letter-spacing: 1px;
        }

        /* Breadcrumbs */
        .breadcrumbs ol {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .breadcrumbs ol li {
            font-size: 14px;
            color: #f1f1f1;
        }

        .breadcrumbs ol li a {
            color: #fff;
            text-decoration: none;
            font-weight: 500;
        }

        .breadcrumbs ol li a:hover {
            text-decoration: underline;
        }

        .breadcrumbs ol li.current a {
            color: #ffd6d6;
            pointer-events: none;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .page__banner {
                padding: 0px 0;
                text-align: center;
            }

            .page__bannerInner {
                justify-content: center;
            }

            .page__bannerContent h1 {
                font-size: 30px;
            }

            .breadcrumbs ol {
                justify-content: center;
                flex-wrap: wrap;
            }
        }

        @media (max-width: 480px) {
            .page__bannerContent h1 {
                font-size: 24px;
            }

            .breadcrumbs ol li {
                font-size: 13px;
            }
        }

        .card-header {
            padding: .5rem 1rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, .03);
            border-bottom: none !important;
        }

        .facultybox {
            position: relative;
        }

        .facultybox h2 {
            color: #000f68;
            font-size: 25px;
            font-weight: 600;
            line-height: 1.5em;
            padding-bottom: 15px;
            position: relative;
            margin-bottom: 20px;
        }

        .facultybox h2:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 55px;
            background-color: #8d0524;
            z-index: 9;
        }

        .tab-content>.active {
            display: block;
        }

        .associate {
            text-align: center;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 15px;
            height: 100%;
            margin: 0 0 30px;
            position: relative;
            overflow: hidden;
        }

        .professors {
            position: relative;
            padding: 20px 20px 35px 0;
        }

        .associbox {
            position: relative;
            padding-left: 94px;
            /* height: 100%; */
        }

        .facultyImg {
            width: 80px;
            border-radius: 15px;
            border: 1px solid #707070;
            height: 80px;
            overflow: hidden;
            margin-right: 20px;
            float: left;
            position: absolute;
            left: 0;
            top: 0;
        }

        .facultyImg img {
            width: 100%;
            height: 100%;
        }

        .facultyDetail {
            text-align: left;
            height: 100%;
        }

        .facultyDetail h4 {
            margin: 0;
            color: #223260;
            font-size: 20px;
            margin-bottom: 11px;
            font-weight: 700;
        }

        .associbox .facultyDetail p {
            word-break: break-all;
            margin-bottom: 7px;
            font-size: 15px;
            line-height: 1.2;
            text-align: justify;
        }

        .konwbtn {
            font-weight: 500;
            color: #800000;
            font-size: 16px;
            text-decoration: none;
            padding-left: 35px;
            position: absolute;
            top: auto;
            bottom: -38px;
            line-height: 20px;
        }

        .professors:after {
            content: "";
            height: 92%;
            position: absolute;
            left: -28px;
            width: 1px;
            top: 7px;
            background: #a1a1a1;
        }

        .professors:before {
            content: "";
            width: 97%;
            position: absolute;
            left: -14px;
            height: 1px;
            top: auto;
            background: #a1a1a1;
            bottom: -10px;
        }

        /* Default (Desktop) – already 3 columns */

        /* Tablets (≤ 992px) */
        @media (max-width: 992px) {
            .associate {
                grid-template-columns: 1fr 1fr;
            }
        }

        /* Mobile (≤ 576px) */
        @media (max-width: 576px) {
            .associate {
                grid-template-columns: 1fr;
            }

            .associbox {
                padding-left: 0;
            }

            .facultyImg {
                position: relative;
                margin: 0 auto 10px;
                left: 0;
                top: 0;
                float: none;
            }

            .facultyDetail {
                text-align: center;
            }

            .konwbtn {
                position: static;
                padding-left: 0;
                display: inline-block;
                margin-top: 8px;
            }

            .professors:before,
            .professors:after {
                display: none;
            }
        }

        .card-header:first-child {
            border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
            margin-bottom: 30px !important;
        }

        .card-header {
            padding: .5rem 1rem;
            margin-bottom: 0;
            background-color: rgba(0, 0, 0, .03);
            border-bottom: none !important;
        }

        .nav-tabs .nav-link {
            margin-bottom: -1px;
            background: 0 0;
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .nav-tabs .nav-link {
            margin-bottom: -1px;
            background: 0 0;
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .nav-link-color {
            color: black !important;
            font-family: 'Merriweather', serif;
            /* transition: background 0.3s, color 0.3s; */
            font-size: 14px;
            line-height: 1.7;
            font-weight: 500;

        }

        .nav-link {
            display: block;
            padding: .5rem 1rem;
            color: #0d6efd;
            text-decoration: none;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        }

        .nav-link i {
            color: #800000;
            font-size: 22px;
        }
         .nav-link i:hover{
            color: #0d2b48;
         }

        .konwbtn:before {
            content: "\f061";
            line-height: 1;
            font-family: 'FontAwesome';
            border: 1px solid #800000;
            color: #0d2b48;
            font-size: 11px;
            position: absolute;
            width: 28px;
            height: 28px;
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            left: -1px;
            top: -4px;
            transition: all 0.4s;
        }