:root {
    /* Govt / NIC palette */
    //--gov-blue: #2b4cff;
    --gov-blue: #a32966;
    --gov-blue-dark: #1f3bd6;
    --gov-accent: #e9f0ff;
}

body {
    background-color: #f5f7fb;
}

.navbar-gov {
    background-color: var(--gov-blue);
}

.welcome-shadow {
    background: linear-gradient(90deg, #3cb371, #4f7cff, #7b5cff);
    border-radius: 18px;
    position: absolute;
    inset: 0;
    transform: translate(14px, 14px);
    z-index: 0;
}

.welcome-card {
    position: relative;
    z-index: 1;
    border-radius: 18px;
}

.feature-card {
    transition: all 0.25s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid var(--gov-blue);
    color: var(--gov-blue);
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f5f7fb;
}
.logo {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}
.logo .title span {
    display: block;
    line-height: 1.2;
}
.logo .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.login-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.login-card {
    max-width: 420px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: none;
}
.edit-email {
    color: #fff;
}

.otp-input {
    width: 45px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}
.about-card {
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: none;
    padding: 20px;
    /* margin: 20px; */
    width: 50%;
}
.btn-upload {
    background: #ffa000;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
}
.btn-upload:hover {
    background: #ff8f00;
}
.btn-save {
    background: #0d6efd;
    border-radius: 16px;
    padding: 14px 32px;
    font-weight: 600;
}
.form-control {
    border-radius: 10px;
}
.browse-btn {
    background: #8e8e8e;
    color: #fff;
    border-radius: 12px;
}
.section-title {
    font-weight: 600;
    font-size: 18px;
}
.upload-info {
    font-size: 14px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.upload-info .label {
    font-weight: 600;
    color: #6c757d;
}

.upload-info .value {
    font-weight: 500;
    color: #212529;
}

.upload-info .divider {
    margin: 0 6px;
    color: #adb5bd;
}
.dashboard-card {
    color: #fff;
    border-radius: 16px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    min-height: 140px;
}

.dashboard-card h3 {
    font-weight: 700;
}

.dashboard-card small {
    opacity: 0.9;
}

.more-info {
    position: absolute;
    bottom: 12px;
    right: 18px;
    font-size: 14px;
    opacity: 0.9;
}

.stat-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-top: 5px solid;
    height: 100%;
}

.stat-card h3 {
    font-weight: 700;
    margin-bottom: 4px;
}

.stat-card p {
    color: #6c757d;
    margin-bottom: 0;
}

.stat-body {
    padding: 20px;
}

.stat-footer {
    padding: 10px 16px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}

.bg-purple {
    background: linear-gradient(135deg, #8b7cff, #5b5fff);
}
.bg-violet {
    background: linear-gradient(135deg, #b38bff, #7a2cff);
}
.bg-blue {
    background: linear-gradient(135deg, #8ab6ff, #4c89ff);
}
.bg-orange {
    background: linear-gradient(135deg, #f07a3f, #c44412);
}
.bg-green {
    background: linear-gradient(135deg, #1faa1f, #0b5e0b);
}
.bg-sky {
    background: linear-gradient(135deg, #8fd0ff, #4ea7ff);
}
.bg-teal {
    background: linear-gradient(135deg, #2bb59c, #1b7f6e);
}
.bg-pink {
    background: linear-gradient(135deg, #ff8bb0, #ff4f88);
}
.bg-yellow {
    background: linear-gradient(135deg, #f0b24a, #c9881d);
}
.bg-olive {
    background: linear-gradient(135deg, #a5b01e, #6d7a00);
}
.bg-hasnumber {
    background-color: #d1e7dd;
}
.stat-box-retirement {
    border-left-color: #8e44ad;
}
.stat-box-retirement .stat-box-icon {
    background-color: #f3e8f9;
    color: #8e44ad;
}

footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}
.footer-bg {
    background-color: #a32966;
}
