.info-card {
    color: #fff;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.q-card {
    color: #000000;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-card h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.info-card hr {
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-dark-custom {
    background: #0b0d2a;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 6px;
    padding: 0.6rem 1.5rem;
    font-weight: 500;
}

.btn-dark-custom:hover {
    background: #14175a;
    color: #ffffff;
}

/* Card colours */
.card-provision {
    background-color: #e30613;
}

.card-elearning {
    background-color: #95c83d;
}

.card-dna {
    background-color: #007c9d;
}

.card-q {
    background-color: #DCDCDC;
}

.card-q-1 {
    background-color: #f8bcbc;
}

.card-q-2 {
    background-color: #fffcba;
}

.card-q-3 {
    background-color: #d5ffd1;
}
.card-q-4 {
    background-color: #beedff;
}






/* Top Header */
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #eee;
    background-color: white;
}

.left-section {
    display: flex;
    align-items: center;
}

.logo {
    height: 60px;
    margin-right: 20px;
}

.titles h1 {
    font-size: 18px;
    font-weight: bold;
}

.titles p {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}