/* NMIMS CIIS — assets/css/04-sections/about.css — extracted from approved source (Phase 2B) */

/* ── ABOUT ── */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-card-stack { position: relative; /* height:380px from source ABOUT marker — superseded by photo card block below (460px) */ }
.about-card-main { position: absolute; inset: 0; background: linear-gradient(145deg, var(--purple) 0%, var(--purple-dark) 100%); border-radius: 20px; display: flex; align-items: flex-end; padding: 32px; overflow: hidden; }
.about-card-main::before { content: 'NMIMS'; position: absolute; top: -20px; right: -20px; font-family: var(--font-display); font-size: 8rem; font-weight: 800; color: rgba(255,255,255,0.05); line-height: 1; pointer-events: none; }
.about-card-content { color: white; position: relative; z-index: 1; }
.about-card-content h3 { font-size: 1.3rem; margin-bottom: 6px; }
.about-card-content p { font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.about-float-badge { position: absolute; top: -20px; right: -20px; background: white; border-radius: 16px; padding: 16px 20px; box-shadow: var(--shadow-lift); text-align: center; }
.about-float-badge strong { font-family: var(--font-display); font-size: 2rem; color: var(--red); display: block; line-height: 1; }
.about-float-badge span { font-size: 0.72rem; color: var(--grey-text); font-weight: 500; }
.about-float-badge-2 { position: absolute; bottom: -16px; left: -20px; background: var(--orange); border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow-lift); }
.about-float-badge-2 strong { font-size: 1.1rem; color: white; font-weight: 700; display: block; line-height: 1; font-family: var(--font-display); }
.about-float-badge-2 span { font-size: 0.68rem; color: rgba(255,255,255,0.85); }
.about-right .section-label { margin-bottom: 8px; }
.about-points { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.about-point { display: flex; gap: 14px; align-items: flex-start; }
.about-point-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--grey-light); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.about-point-text strong { font-size: 0.95rem; font-weight: 600; color: var(--dark); display: block; margin-bottom: 2px; }
.about-point-text span { font-size: 0.85rem; color: var(--grey-text); }

/* ── ABOUT PHOTO CARD — PREMIUM ── */
.about-card-stack { position: relative; height: 460px; margin-bottom: 52px; } .about-photo-card { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; background-color: #000; background-image: url("../images/about/about-photo-card.jpg"); background-size: cover; background-position: center top; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 24px 64px rgba(0,0,0,0.35);
} .about-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.35) 35%, rgba(0,0,0,0.05) 70%, transparent 100%);
} .about-photo-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #C8102E, #E8690A, #6B3FA0, #C8102E); background-size: 200% 100%; animation: shimmerLine 3s linear infinite; z-index: 4; border-radius: 24px 24px 0 0;
}
@keyframes shimmerLine { 0%{background-position:0%} 100%{background-position:200%} } .about-photo-content { position: relative; z-index: 2; padding: 24px 24px 14px; } .about-card-logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.about-logo-icon { width: 36px; height: 36px; background: rgba(255,255,255,0.15); border-radius: 10px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.30); flex-shrink: 0; backdrop-filter: blur(8px);
} .about-card-divider { width: 36px; height: 2px; background: linear-gradient(90deg, #E8690A, #C8102E); border-radius: 2px; margin-bottom: 10px;
} .about-photo-headline { font-size: 1.05rem; color: white; font-family: var(--font-display); font-weight: 700; line-height: 1.4; margin: 0; text-shadow: 0 2px 12px rgba(0,0,0,0.6);
} .about-campus-tag { position: absolute; top: 18px; left: 18px; z-index: 5; background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.28); border-radius: 100px; padding: 6px 14px; backdrop-filter: blur(10px); display: flex; align-items: center; gap: 7px;
}
.about-campus-tag span { font-size: 0.7rem; color: white; font-weight: 600; letter-spacing: 0.05em; }
.about-campus-dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: pulse 2s infinite; flex-shrink: 0; } .about-stat-row { position: absolute; bottom: -26px; left: 14px; right: 14px; display: flex; z-index: 10; background: white; border-radius: 16px; box-shadow: 0 10px 36px rgba(0,0,0,0.18); overflow: hidden;
}
.about-stat-pill { flex: 1; padding: 14px 8px; text-align: center; position: relative; }
.about-stat-pill:not(:last-child)::after { content:''; position:absolute; right:0; top:20%; bottom:20%; width:1px; background:#E8E4F0;
}
.about-stat-pill strong { display:block; font-family:var(--font-display); font-size:1.15rem; color:var(--purple); font-weight:800; line-height:1; }
.about-stat-pill span { font-size:0.62rem; color:var(--grey-text); font-weight:600; margin-top:3px; display:block; text-transform:uppercase; letter-spacing:0.04em; } .about-float-badge { position: absolute; top: -20px; right: -20px; background: white; border-radius: 18px; padding: 14px 18px; box-shadow: 0 8px 32px rgba(0,0,0,0.18); text-align: center; z-index: 6; border: 2px solid rgba(200,16,46,0.12);
}
.about-float-badge strong { font-family:var(--font-display); font-size:2rem; color:var(--red); display:block; line-height:1; }
.about-float-badge span { font-size:0.68rem; color:var(--grey-text); font-weight:600; text-transform:uppercase; letter-spacing:0.06em; } .about-float-badge-2 { position: absolute; bottom: 80px; left: 16px; background: linear-gradient(135deg, var(--orange), #E05800); border-radius: 10px; padding: 7px 12px; box-shadow: 0 4px 16px rgba(232,105,10,0.50); z-index: 6; max-width: 110px;
}
.about-float-badge-2 strong { font-size:0.80rem; color:white; font-weight:800; display:block; line-height:1.2; font-family:var(--font-display); }
.about-float-badge-2 span { font-size:0.60rem; color:rgba(255,255,255,0.90); font-weight:500; } /* ── SPEC CARDS — CLEAN WHITE STYLE (ref image 3) ── */
.spec-section { background: #F8F6FF; }
.spec-section .section-label { color: var(--orange); }
.spec-section .section-title { color: var(--dark); }
.spec-section .section-sub { color: var(--grey-text); } .spec-row { display: grid; gap: 20px; margin-top: 20px; }
.spec-row-3 { grid-template-columns: repeat(3, 1fr); }
.spec-row-1 { grid-template-columns: repeat(3, 1fr); }
.spec-row-1 .spec-card-new { grid-column: 2; } .spec-card-new { background: white; border-radius: 18px; position: relative; overflow: hidden; border: 1.5px solid rgba(0,0,0,0.06); box-shadow: 0 2px 16px rgba(0,0,0,0.06); transition: all 0.3s ease;
}
.spec-card-new:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.12); } /* Decorative circle in top-right corner */
.spec-deco { position: absolute; top: -20px; right: -20px; width: 80px; height: 80px; border-radius: 50%; opacity: 0.18; }
.spec-c1 .spec-deco { background: #6B48C8; }
.spec-c2 .spec-deco { background: #E8690A; }
.spec-c3 .spec-deco { background: #3B82F6; }
.spec-c4 .spec-deco { background: #F59E0B; }
.spec-c5 .spec-deco { background: #F59E0B; }
.spec-c6 .spec-deco { background: #8B5CF6; }
.spec-c7 .spec-deco { background: #EC4899; } .spec-inner { padding: 28px 24px 24px; position: relative; z-index: 1; } .spec-num-new { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; line-height: 1; margin-bottom: 16px; opacity: 0.20; color: var(--dark);
} /* Icon wrapper — coloured background circle */
.spec-icon-wrap { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.spec-iw1 { background: rgba(107,72,200,0.12); }
.spec-iw2 { background: rgba(232,105,10,0.12); }
.spec-iw3 { background: rgba(59,130,246,0.12); }
.spec-iw4 { background: rgba(245,158,11,0.12); }
.spec-iw5 { background: rgba(245,158,11,0.12); }
.spec-iw6 { background: rgba(139,92,246,0.12); }
.spec-iw7 { background: rgba(236,72,153,0.12); } .spec-title-new { font-size: 1.05rem; font-weight: 700; color: var(--dark); margin-bottom: 10px; font-family: var(--font-display);
}
.spec-desc-new { font-size: 0.85rem; color: var(--grey-text); line-height: 1.65; } /* Decorative background element bottom-right */
.spec-bg-deco { position: absolute; bottom: -10px; right: -10px; pointer-events: none; z-index: 0; line-height: 0;
}
.spec-inner { position: relative; z-index: 1; } /* ── TICKER — REAL LOGO IMAGES ── */
.alumni-ticker { background: var(--white); padding: 36px 0; border-top: 1px solid var(--grey-light); border-bottom: 1px solid var(--grey-light); overflow: hidden; }
.alumni-ticker-label { text-align: center; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--grey-text); margin-bottom: 24px; }
.ticker-track-wrap { position: relative; overflow: hidden; }
.ticker-track-wrap::before, .ticker-track-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.ticker-track-wrap::before { left: 0; background: linear-gradient(to right, white 0%, transparent 100%); }
.ticker-track-wrap::after { right: 0; background: linear-gradient(to left, white 0%, transparent 100%); }
.ticker-track { display: flex; gap: 24px; width: max-content; animation: ticker-scroll 40s linear infinite; align-items: center; padding: 4px 0; }
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-logo-pill { display: flex; align-items: center; justify-content: center; width: 120px; height: 56px; border-radius: 12px; background: white; border: 1.5px solid var(--grey-light); box-shadow: 0 2px 10px rgba(0,0,0,0.06); transition: all 0.25s; flex-shrink: 0; padding: 8px 12px; overflow: hidden; }
.ticker-logo-pill:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,0.10); border-color: var(--grey-mid); }
.ticker-logo-icon { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.ticker-logo-icon img { max-width: 100%; max-height: 36px; object-fit: contain; display: block; }
