/* Alumni Connect — extends Registration portal styling */
:root {
    --alumni-brand-1: #282AB9;
    --alumni-brand-2: #3828A4;
    --alumni-accent: #FFD23F;
    --alumni-muted: #6c757d;
}

.alumni-left-tagline {
    font-size: 0.95rem;
    opacity: 0.92;
    line-height: 1.5;
}

.alumni-left-links {
    margin-top: 1rem;
    text-align: left;
}

.alumni-left-links a {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
    text-decoration: none;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    margin-bottom: 0.35rem;
    font-size: 0.92rem;
    transition: background 0.2s ease, transform 0.2s ease;
}

.alumni-left-links a:hover,
.alumni-left-links a.active {
    background: rgba(255, 255, 255, 0.16);
    transform: translateX(2px);
}

.alumni-left-links a i {
    width: 1.25rem;
    text-align: center;
}

.alumni-top-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.alumni-top-nav a {
    text-decoration: none;
    color: var(--alumni-brand-1);
    background: #fff;
    border: 1px solid rgba(40, 42, 185, 0.15);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(40, 42, 185, 0.08);
    transition: all 0.2s ease;
}

.alumni-top-nav a:hover,
.alumni-top-nav a.active {
    color: #fff;
    background: linear-gradient(95deg, var(--alumni-brand-1), var(--alumni-brand-2));
    border-color: transparent;
}

.form-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
}

.fs-title {
    color: var(--alumni-brand-1);
    font-weight: 700;
    font-size: 1.65rem;
    margin-bottom: 0.25rem;
}

.fs-subtitle {
    color: var(--alumni-muted);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.alumni-section-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 1.5rem 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(40, 42, 185, 0.12);
    color: var(--alumni-brand-2);
    font-weight: 700;
    font-size: 1rem;
}

.alumni-section-head i {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(185deg, #6A4CFF, #9B4DFF);
    color: #fff;
    font-size: 0.85rem;
}

.alumni-section-head:first-of-type {
    margin-top: 0;
}

.btn-alumni-primary {
    color: #fff;
    background: linear-gradient(95deg, var(--alumni-brand-1), var(--alumni-brand-2));
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(40, 42, 185, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-alumni-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(40, 42, 185, 0.32);
}

.btn-alumni-outline {
    color: var(--alumni-brand-1);
    background: #fff;
    border: 1px solid rgba(40, 42, 185, 0.25);
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
}

.btn-alumni-outline:hover {
    color: #fff;
    background: linear-gradient(95deg, var(--alumni-brand-1), var(--alumni-brand-2));
    border-color: transparent;
}

.alumni-panel {
    border: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    height: 100%;
}

.alumni-panel .card-header {
    background: url('../images/Registration-leftbar.png'), linear-gradient(95deg, var(--alumni-brand-1), var(--alumni-brand-2));
    color: #fff;
    font-weight: 600;
    border: 0;
    padding: 1rem 1.25rem;
}

.alumni-panel .card-body {
    background: #fff;
}

.alumni-success-icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(185deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.alumni-profile-badge {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(185deg, #6A4CFF, #9B4DFF);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.alumni-stat-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    height: 100%;
}

.alumni-stat-card .label {
    color: var(--alumni-muted);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.alumni-stat-card .value {
    color: #212529;
    font-weight: 600;
}

.alumni-directory-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.alumni-directory-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(40, 42, 185, 0.12);
}

.alumni-event-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 1.25rem 1.25rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.alumni-event-date {
    min-width: 4.5rem;
    text-align: center;
    background: linear-gradient(185deg, #6A4CFF, #9B4DFF);
    color: #fff;
    border-radius: 12px;
    padding: 0.65rem 0.5rem;
    line-height: 1.1;
}

.alumni-event-date .day {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
}

.alumni-event-date .mon {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    opacity: 0.9;
}

.alumni-empty {
    text-align: center;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}

.alumni-empty i {
    font-size: 2.5rem;
    color: rgba(40, 42, 185, 0.35);
    margin-bottom: 1rem;
}

.alumni-welcome-bar {
    background: linear-gradient(95deg, var(--alumni-brand-1), var(--alumni-brand-2));
    color: #fff;
    border-radius: 15px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 6px 20px rgba(40, 42, 185, 0.2);
}

.alumni-form-label.required::after {
    content: " *";
    color: #dc3545;
}

.alumni-help-text {
    font-size: 0.82rem;
    color: var(--alumni-muted);
    margin-top: 0.25rem;
}

.alumni-search-bar {
    background: #fff;
    border-radius: 999px;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.alumni-search-bar input {
    border: 0;
    box-shadow: none;
    flex: 1;
}

.alumni-search-bar input:focus {
    box-shadow: none;
}

.alumni-login-tabs {
    display: flex;
    gap: 0.5rem;
    padding: 0.35rem;
    background: #f3f5fb;
    border-radius: 14px;
}

.alumni-login-tab {
    flex: 1;
    border: 0;
    background: transparent;
    color: var(--alumni-brand-1);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.75rem 1rem;
    border-radius: 11px;
    transition: all 0.2s ease;
}

.alumni-login-tab:hover {
    background: rgba(40, 42, 185, 0.08);
}

.alumni-login-tab.active {
    color: #fff;
    background: linear-gradient(95deg, var(--alumni-brand-1), var(--alumni-brand-2));
    box-shadow: 0 4px 14px rgba(40, 42, 185, 0.25);
}

.alumni-otp-sent-banner {
    background: #eefbf3;
    border: 1px solid #b8e6c8;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
}

.alumni-otp-input {
    letter-spacing: 0.35rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .alumni-top-nav a {
        font-size: 0.8rem;
        padding: 0.4rem 0.85rem;
    }

    .fs-title {
        font-size: 1.35rem;
    }

    .alumni-event-card {
        flex-direction: column;
    }
}
