  <style>
        .list-group-item.active {
            background-color: #00254e !important;
        }

        .text-divider {
            margin: 2em 0;
            line-height: 0;
            text-align: center;
        }

        .text-divider span {
            background-color: white;
            padding: 1em;
        }
        #sidebar {
            z-index: 0;
            width: max-content;
        }
        .sidebar-offcanvas.active{
            display:block;
            position:fixed;
            z-index:99999 !important;
        }
        .text-divider:before {
            content: " ";
            display: block;
            border-top: 1px solid #ecb200;
            border-bottom: 1px solid #ecb200;
        }

        .about-div {
            height: fit-content;
        }

        .about-p {
            font-size: 15px;
            line-height:4vh;
        }

        #colabout .text-divider span {
            padding-top: 0 !important;
        }

        #colabout .text-divider {
            margin-top: 2rem;
        }

        #coldean img {
            padding-right: 3%;
            padding-bottom: 3%;
            float: left;
            width: 50%;
        }


        /******************* Timeline *****************/
        .main-timeline {
            margin: 20px 0;
            position: relative;
        }

        .main-timeline:before {
            content: "";
            display: block;
            width: 2px;
            height: 100%;
            background: #cba851;
            margin: 0 auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }

        .main-timeline .timeline {
            margin-bottom: 40px;
            position: relative;
        }

        .main-timeline .timeline:after {
            content: "";
            display: block;
            clear: both;
        }

        .main-timeline .icon {
            width: 18px;
            height: 18px;
            line-height: 18px;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

        .main-timeline .icon:before,
        .main-timeline .icon:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.53s ease-out 0s;
        }

        .main-timeline .icon:before {
            background: #fff;
            border: 2px solid #00a79c;
            left: -3px;
        }

        .main-timeline .icon:after {
            border: 2px solid #cba851;
            left: 3px;
        }

        .main-timeline .timeline:hover .icon:before {
            left: 3px;
        }

        .main-timeline .timeline:hover .icon:after {
            left: -3px;
        }

        .main-timeline .date-content {
            width: 50%;
            float: left;
            position: relative;
        }

        .main-timeline .date-content:before {
            content: "";
            width: 32.5%;
            height: 2px;
            background: #cba851;
            margin: auto 0;
            position: absolute;
            top: 0;

            bottom: 0;
        }

        .main-timeline .date-outer {
            width: 175px;
            height: 175px;
            font-size: 16px;
            color: #000;
            text-align: center;
            margin: auto;
            z-index: 1;
        }

        .main-timeline .date-outer:before,
        .main-timeline .date-outer:after {
            content: "";
            width: 175px;
            height: 175px;
            margin: 0 auto;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            transition: all 0.33s ease-out 0s;
        }

        .main-timeline .date-outer:before {
            background: #fff;
            border: 2px solid #022b66;
            left: -7px;
        }

        .main-timeline .date-outer:after {
            border: 2px solid #cba851;
            left: 7px;
        }

        .main-timeline .timeline:hover .date-outer:before {
            left: 6px;
        }

        .main-timeline .timeline:hover .date-outer:after {
            left: -6px;
        }

        .main-timeline .date {
            width: 100%;
            margin: auto;
            position: absolute;
            top: 33%;
            left: 0;
        }

        .main-timeline .month {
            font-size: 18px;
            font-weight: 700;
            color: #111;
        }

        .main-timeline .year {
            display: block;
            font-size: 36px;
            font-weight: 700;
            color: #111;
          line-height: 30px;
        }

        .main-timeline .timeline-content {
            width: 50%;
            padding: 50px 0 10px 30px;
            float: right;
        }

        .main-timeline .title {
            font-size: 19px;
            font-weight: 700;
            color: #111;
            line-height: 24px;
            text-transform: uppercase;
            margin: 0 0 0 0;
        }

        .main-timeline .description {
            font-size: 14px;
            color: #787878;
            margin-bottom: 0;
        }

        .main-timeline .timeline:nth-child(2n) .date-content {
            float: right;
        }

        .main-timeline .timeline:nth-child(2n) .date-content:before {
            left: 1px;
        }

        .main-timeline .timeline:nth-child(2n) .timeline-content {
            padding: 40px 10px 0 0;
            text-align: right;
        }

        @media only screen and (max-width: 990px) {
            .main-timeline .date-content:before {
                width: 22.5%;
            }

            .main-timeline .timeline-content {
                padding: 10px 0 10px 30px;
            }

            .main-timeline .title {
                font-size: 17px;
            }

            .main-timeline .timeline:nth-child(2n) .timeline-content {
                padding: 10px 30px 10px 0;
            }
        }

        @media only screen and (max-width: 767px) {
            .main-timeline:before {
                margin: 0;
                left: 7px;
            }

            .main-timeline .timeline {
                margin-bottom: 20px;
            }

            .main-timeline .icon {
                margin: auto 0;
            }

            .main-timeline .date-content {
                width: 95%;
                float: right;
            }

            .main-timeline .date-content:before {
                display: none;
            }

            .main-timeline .date-outer,
            .main-timeline .date-outer:before,
            .main-timeline .date-outer:after {
                width: 130px;
                height: 130px;
            }

            .main-timeline .date {
                top: 30%;
            }

            .main-timeline .year {
                font-size: 26px;
            }

            .main-timeline .timeline-content,
            .main-timeline .timeline:nth-child(2n) .timeline-content {
                width: 95%;
                text-align: center;
                padding: 10px 0;
            }

            .main-timeline .title {
                margin-bottom: 10px;
            }
        }
        
        .graduates-header {
    direction: rtl;
    text-align: right;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e4ea;
}

.graduates-header-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #07416a;
}

.graduates-header-main i {
    font-size: 18px;
    color: #d4a000; /* soft golden accent – adjust if you hate it */
}

.graduates-header-subtitle {
    margin: 6px 0 0;
    font-size: 13px;
    color: #6c757d;
}

/* ===== Graduates Result Table ===== */

.graduates-table-wrapper {
    margin-top: 15px;
}

/* Table overall look */
.graduates-table {
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    font-size: 13px;
}

/* Header */
.graduates-table thead tr {
    background: #00254e;
    color: #ffffff;
}

.graduates-table thead th {
    border-bottom: none;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Body cells */
.graduates-table tbody td {
    vertical-align: middle;
    border-top: 1px solid #e6e8f0;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Zebra striping */
.graduates-table tbody tr:nth-child(odd) {
    background: #fafbff;
}

/* Hover */
.graduates-table tbody tr:hover {
    background: #f1f4ff;
}

/* Align header and cells to the right by default in this table */
.graduates-table th,
.graduates-table td {
    text-align: right;
}

/* Optional: make first column (#) narrower */
.graduates-table th:first-child,
.graduates-table td:first-child {
    width: 60px;
    white-space: nowrap;
}

/* ===== Graduates Filters Strip ===== */

.graduates-filters {
    direction: rtl;
    text-align: right;
    background: #ffffff;
    border: 1px solid #e1e4ea;
    border-radius: 8px;
    padding: 12px 16px 8px;
    margin-bottom: 15px;
}

.graduates-filters .form-group {
    margin-bottom: 10px;
}

.graduates-filters label {
    font-size: 13px;
    margin-bottom: 4px;
    color: #07416a;
    font-weight: 600;
}

.graduates-filters .form-control {
    font-size: 13px;
    height: 34px;
    padding: 4px 8px;
}

.graduates-search-btn {
    font-size: 13px;
    padding: 6px 12px;
    background-color: #00254e;
    border-color: #07416a;
}

.graduates-search-btn:hover,
.graduates-search-btn:focus {
    background-color: #053153;
    border-color: #053153;
}

/* Mobile spacing */
@media (max-width: 767px) {
    .graduates-filters {
        padding: 10px 10px 6px;
    }
}

/* =========================
   Graduates Hero – Light Premium Card ✨
   ========================= */

.graduates-header{
  position: relative;
  margin: 18px 0 14px;
  padding: 20px 22px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(2, 43, 102, .10);
  box-shadow: 0 14px 34px rgba(2, 43, 102, .10);
  overflow: hidden;
}

/* floating blobs (subtle but makes it feel designed) */
.graduates-header::before,
.graduates-header::after{
  content:"";
  position:absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .22;
  pointer-events:none;
}

.graduates-header::before{
  width: 220px;
  height: 220px;
  top: -90px;
  right: -90px; /* RTL friendly */
  background: radial-gradient(circle, #f0b94b 0%, transparent 65%);
}

.graduates-header::after{
  width: 260px;
  height: 260px;
  bottom: -120px;
  left: -120px;
  background: radial-gradient(circle, #0b2f63 0%, transparent 65%);
}

.graduates-header-main{
  position: relative;
  display:flex;
  align-items:center;
  gap: 12px;
  margin-bottom: 8px;

  color: #022b66;
  font-weight: 900;
  font-size: 1.35rem;
}

/* Icon = proper badge */
.graduates-header-main i{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(2, 43, 102, .06);
  border: 1px solid rgba(2, 43, 102, .12);
  color: #022b66;
  font-size: 1.2rem;
}

/* Gold underline under the title text only */
.graduates-header-main span{
  position: relative;
  padding-bottom: 6px;
}

.graduates-header-main span::after{
  content:"";
  position:absolute;
  right: 0;     /* RTL */
  bottom: 0;
  width: 84px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f0b94b 0%, #f7d57a 100%);
  opacity: .95;
}

.graduates-header-subtitle{
  position: relative;
  margin: 0;
  color: rgba(2, 43, 102, .75);
  font-size: 1rem;
  line-height: 1.9;
  max-width: 70ch;
}

/* Filters become a connected "panel" */
.graduates-filters{
  margin-top: 14px;
  padding: 14px 14px 10px;
  border-radius: 16px;
  background: rgba(244, 246, 251, .85);
  border: 1px solid rgba(2, 43, 102, .08);
}

/* Inputs feel modern */
.graduates-filters .form-control{
  border-radius: 12px;
  border: 1px solid rgba(2, 43, 102, .14);
  box-shadow: none;
}

.graduates-filters .form-control:focus{
  border-color: rgba(240, 185, 75, .75);
  box-shadow: 0 0 0 4px rgba(240, 185, 75, .18);
}

/* CTA button looks intentional */
.graduates-search-btn{
  border-radius: 12px !important;
  padding: 10px 16px !important;
  font-weight: 800 !important;
  background: #022b66 !important;
  border-color: #022b66 !important;
  box-shadow: 0 12px 22px rgba(2, 43, 102, .18);
}

.graduates-search-btn:hover{
  transform: translateY(-1px);
}
    </style>