.section-overlay.hero.program-details-header {
    background: none;
}
.hero-sec-title.c-span {
    background-color: #e8f0fc;
    padding: 4px;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
}
.program-details-top .c-pr-0 {
    padding-right: 0;
}

.sem-box {
    display: flex;
    align-items: stretch;
}

.vertical-line-wrapper {
    position: relative;
    width: 100%;
}

.vertical-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #5e3fd7; /* or your theme color */
    transform: translateX(-50%);
    transition: height 0.4s ease;
}

/* *,
*::after,
*::before {
    border: 1px solid red;
} */
