body {
    background-image: url("../images/career.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Glass Effect Card */
.glass-card {
    background: rgba(255, 255, 255, 0.08);
    /* تھوڑا ہلکا اور soft transparency */
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);

    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    /* زیادہ ہلکی بارڈر */

    /* shadow کو بہت soft رکھیں */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);

    color: #fff;
    padding: 1rem 1.5rem;
}

.glass-card .card-header img {
    max-width: 150px;
}

.setIconcolor {
    color: #ddd;
    margin-left: 82px;
}

.size {
    font-size: 12px;
    text-align: center;
}

.size1 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
