p { color: black; }
.subHeader { text-align: center; }
.subLine { color: black; }
.navi { margin: 0 auto; text-align: center; width: 60%; }
.navi a { text-decoration: underline; cursor: pointer; }
.navbar {
    background-color: transparent;
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.tabs {
    display: flex;
    justify-content: center;
}
.tab {
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    transition: color 0.3s;
    margin: 0 10px;
}
.tab:hover { color: #ffcc00; }
.indicator {
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #ffcc00;
    transition: left 0.3s, width 0.3s;
}
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
}
.tab-content.active {
    display: block;
}
.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.card-link:hover {
    text-decoration: none;
}
.pbminfotech-box-category a {
    pointer-events: none;
    cursor: default;
}

/*@media (min-width: 768px) {
    #pastResearch {
        margin-top: -130px;
    }
}*/

/*@media (min-width: 1025px) {
    #featured {
        margin-top: -90px;
    }
}*/