/* ============================= */
/* UNIWORLD GROUP PAGE           */
/* ============================= */

.group {
    background: #ffffff;
    padding: 15px;
}

.group-logo img {
    height: 40px;
}

.group-subtitle h5 {
    color: #8b7a3e;
    font-weight: 700;
    font-size: 26px;
    margin-top: 10px;
}

.group-desc {
    max-width: 820px;
    margin: 0px auto 0;
    color: #8b8b8b;
}

/* Cards */
.group-card {
    background: #fffaf0;
    padding: 18px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.group-card h4 {
    font-size: 20px;
    color: #0c2340;
    font-weight: 650;
    margin-bottom: 8px;
}

.group-card p {
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 16px;
}

/* IMAGE WRAPPER */
.group-img {
    position: relative;
    width: 100%;
    height: 190px;
    background: #f5f6f8;   /* ✅ Light grey background */
    overflow: hidden;
    margin-bottom: 16px;
}

/* IMAGE */
.group-img img {
    width: 100%;
    height: 100%;               /* ✅ FORCE SAME SIZE */
    object-fit: cover;          /* ✅ CROPS NICELY */
    border-radius: 0;           /* ❌ REMOVE BORDER RADIUS */
    display: block;
}

/* TAG OVERLAY (unchanged) */
.group-tag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    font-size: 12px;
    padding: 10px 15px;
    line-height: 1.4;
    color: #0c2340;
}

/* Link */
.group-link {
    margin-top: auto;
    color: #8b7a3e;
    font-weight: 500;
    text-decoration: underline;
}
.simple-footer {
    background: linear-gradient(90deg, #0c2340 0%, #142b52 100%);
    padding: 14px 0;
    text-align: center;
}

.simple-footer p {
    margin: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}
