/* =============================================
   Rajhans Alumni Themes & Spotlights Stylesheet
   (Light Card Theme - 2 Cards Per Slide Layout)
============================================== */

.alumni-theme-section {
    padding: 75px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
    color: #1e293b;
    margin-top: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.alumni-theme-section .decorative-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e0e7ff;
    border: 1px solid #c7d2fe;
    color: #3730a3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.2px;
    padding: 7px 20px;
    border-radius: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.alumni-section-main-title {
    font-size: 36px;
    font-weight: 800;
    color: #0b1b3d;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.alumni-section-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto 40px auto;
    line-height: 1.6;
}

/* 2 Cards Grid Row */
.display-flex-row {
    display: flex;
    flex-wrap: wrap;
}

/* Light Alumni Card */
.alumni-card-light {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.alumni-card-light:hover {
    transform: translateY(-4px);
    border-color: #cbd5e1;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

/* Header: Photo / Initials Avatar + Info */
.card-header-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.avatar-column {
    flex-shrink: 0;
}

.alumni-card-photo,
.alumni-avatar-initials {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    object-fit: cover;
}

.alumni-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    border: 3px solid #ffffff;
}

.info-column {
    flex-grow: 1;
    min-width: 0;
}

.batch-location-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

.location-badge {
    font-size: 11.5px;
    font-weight: 800;
    color: #d97706;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.batch-badge {
    background: #fef3c7;
    border: 1px solid #fde68a;
    color: #b45309;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
}

.alumni-name-title {
    font-size: 22px;
    font-weight: 800;
    color: #0b1b3d;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Profession Box */
.profession-box-light {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 10px;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.profession-box-light i {
    color: #2563eb;
}

/* Quote Box */
.quote-box-light {
    background: #f8fafc;
    border-left: 4px solid #f59e0b;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 18px;
    flex-grow: 1;
}

.quote-box-light p {
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    margin-bottom: 0;
    font-style: italic;
}

/* Footer & CTA */
.card-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px dashed #e2e8f0;
}

.tags-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.house-tag {
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.house-tag-red { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }
.house-tag-blue { background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
.house-tag-green { background: #ecfdf5; color: #059669; border: 1px solid #a7f3d0; }
.house-tag-yellow { background: #fefce8; color: #ca8a04; border: 1px solid #fef08a; }
.house-tag-default { background: #f1f5f9; color: #475569; border: 1px solid #cbd5e1; }

.qual-tag {
    font-size: 11.5px;
    font-weight: 600;
    background: #f1f5f9;
    color: #475569;
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.card-cta-btn {
    background: #0b1b3d;
    color: #ffffff !important;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(11, 27, 61, 0.15);
}

.card-cta-btn:hover {
    background: #fbbf24;
    color: #0b1b3d !important;
    transform: translateY(-1px);
}

/* Light Theme Carousel Controls */
.theme-carousel-control-light {
    width: 48px;
    height: 48px;
    background: #ffffff !important;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #0b1b3d !important;
    opacity: 0.95;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-image: none !important;
}

.theme-carousel-control-light i {
    font-size: 20px;
}

.theme-carousel-control-light:hover {
    background: #0b1b3d !important;
    color: #ffffff !important;
    border-color: #0b1b3d;
    box-shadow: 0 10px 25px rgba(11, 27, 61, 0.25);
}

.theme-carousel-control-light.left { left: -25px; }
.theme-carousel-control-light.right { right: -25px; }

.theme-carousel-indicators {
    bottom: -35px;
}

.theme-carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #cbd5e1;
    border: none;
    transition: all 0.3s ease;
}

.theme-carousel-indicators li.active {
    width: 30px;
    border-radius: 10px;
    background-color: #0b1b3d;
}

/* Responsive */
@media (max-width: 991px) {
    .theme-carousel-control-light.left { left: -10px; }
    .theme-carousel-control-light.right { right: -10px; }
}

@media (max-width: 767px) {
    .alumni-card-light {
        margin-bottom: 20px;
    }
    .alumni-name-title {
        font-size: 19px;
    }
}
