Sheikh Samir Ali Affan

From WikiAlpha

<style> .wa-profile{

 display:flex;
 justify-content:center;
 margin:60px 0;
 font-family:'Segoe UI',sans-serif;

} .wa-card{

 width:420px;
 padding:32px;
 border-radius:24px;
 color:#fff;
 background:linear-gradient(145deg,#0f2027,#203a43,#2c5364);
 box-shadow:0 40px 90px rgba(0,0,0,0.55);
 transition:0.5s ease;

} .wa-card:hover{

 transform:perspective(1200px) rotateX(6deg) rotateY(-6deg) scale(1.03);

} .wa-avatar{

 display:flex;
 justify-content:center;

} .wa-avatar img{

 width:135px;
 height:135px;
 border-radius:50%;
 border:4px solid #00eaff;
 box-shadow:0 0 28px #00eaff;
 object-fit:cover;
 object-position:center top;

} .wa-badge{

 text-align:center;
 margin:12px auto;
 font-size:12px;
 background:#00eaff;
 color:#000;
 display:inline-block;
 padding:6px 14px;
 border-radius:20px;
 font-weight:600;

} .wa-name{

 text-align:center;
 margin:10px 0 5px;

} .wa-title{

 text-align:center;
 font-size:14px;
 opacity:0.9;

} .wa-disambiguation{

 text-align:center;
 font-size:16px;

} .wa-note{

 font-size:13px;
 opacity:0.85;

} .wa-info{

 display:grid;
 grid-template-columns:1fr 1fr;
 gap:12px;
 margin:22px 0;

} .wa-info div{

 background:rgba(255,255,255,0.08);
 padding:12px;
 border-radius:14px;
 text-align:center;

} .wa-section{

 margin-top:22px;

} .wa-bio{

 font-size:14px;
 line-height:1.7;
 opacity:0.93;

} .wa-bio.bangla{

 opacity:0.85;
 font-style:italic;

} .wa-list,.wa-timeline{

 font-size:14px;
 line-height:1.7;
 padding-left:18px;

} .wa-tags span{

 display:inline-block;
 background:#00eaff;
 color:#000;
 padding:6px 14px;
 border-radius:22px;
 font-size:12px;
 margin:4px;

} .center{

 text-align:center;

} </style>