.bod-card{background:#fff;border:1px solid #e8e0f0;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgb(101 45 144/10%);transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.25rem 1.5rem;height:100%}.bod-card:hover{box-shadow:0 6px 22px rgb(101 45 144/22%);transform:translateY(-4px)}.bod-card img{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:top;border:4px solid #652d90;box-shadow:0 2px 8px rgb(101 45 144/22%);margin-bottom:1.1rem}.bod-card .member-name{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:.3rem;line-height:1.35}.bod-card .member-designation{font-size:13px;color:#652d90;font-weight:600;line-height:1.45;margin-bottom:.5rem}.bod-card .member-role-badge{display:inline-block;background:#f5f0fa;color:#652d90;border:1px solid #d5c2e8;border-radius:20px;font-size:12px;font-weight:600;padding:.2rem .75rem;margin-top:.4rem;letter-spacing:.03em}.bod-card-featured{background:#fff;border:1px solid #e8e0f0;border-radius:10px;overflow:hidden;box-shadow:0 3px 14px rgb(101 45 144/14%);display:flex;flex-direction:row;margin-bottom:2.5rem}.bod-card-featured .member-photo-wrap{flex:0 0 200px;max-width:200px;background:#f5f0fa;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.75rem 1rem;border-right:3px solid #f27125}.bod-card-featured .member-photo-wrap img{width:140px;height:140px;border-radius:50%;object-fit:cover;object-position:top;border:4px solid #652d90;box-shadow:0 2px 8px rgb(101 45 144/20%);margin-bottom:1rem}.bod-card-featured .member-photo-wrap .member-name{font-size:1.4rem;font-weight:700;color:#212529;text-align:center;margin-bottom:.25rem}.bod-card-featured .member-photo-wrap .member-designation{font-size:14px;color:#652d90;font-weight:600;text-align:center;line-height:1.4}.bod-card-featured .member-info{flex:1;padding:1.5rem 1.75rem;display:flex;flex-direction:column;justify-content:center}.bod-card-featured .member-info .info-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f27125;margin-bottom:.25rem}.bod-card-featured .member-info p{font-size:14px;color:#444;line-height:1.75;margin-bottom:0}@media(max-width:767.98px){.bod-card-featured{flex-direction:column}.bod-card-featured .member-photo-wrap{flex:none;max-width:100%;border-right:0;border-bottom:3px solid #f27125;padding:1.5rem}}