.carusell-container{display:flex;margin:0 auto;position:relative;max-width:1400px;padding:20px}.carusell-wrapper{width:100%}.carusell-content{display:flex;flex-wrap:wrap;justify-content:center;gap:15px}.profile-card-link{text-decoration:none;display:block}.profile-card{width:160px;height:380px;padding:0;color:#333;background:linear-gradient(135deg,#f7f7f7,#f0f0f0);border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.07),0 1px 3px rgba(0,0,0,.06);text-align:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05)}.profile-card .avatar-container{margin:0;box-shadow:none}.profile-card .avatar-container,.profile-card .avatar-container img{width:160px;height:160px;border-radius:16px 16px 0 0}.profile-card-workplace{display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:calc(1.4em * 6);font-size:.85em;line-height:1.4em;padding:0 8px;color:#555;margin-bottom:8px}.profile-card a{color:#000}.profile-card-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:10px 8px 12px;width:100%;flex:1}.profile-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 24px rgba(0,0,0,.15),0 6px 12px rgba(0,0,0,.1);border-color:rgba(0,123,255,.2)}.profile-card h1{color:#2c3e50;padding:0}.profile-card h2{padding:0;color:#34495e}.profile-card h3{margin:6px 0;color:#1a1a1a;text-shadow:none;font-weight:600;font-size:.95em;line-height:1.3}.profile-card p{color:#555;margin:5px 0;padding:0;overflow-y:auto;scrollbar-width:none}.profile-card p::-webkit-scrollbar{display:none}.profile-card p,a{text-decoration:none;color:var(--link-color)}.spesialist strong{color:var(--specialist-text-color)}@media (max-width:768px){.profile-card{width:130px;height:350px}.profile-card .avatar-container,.profile-card .avatar-container img{width:130px;height:130px}.profile-card-workplace{-webkit-line-clamp:5;line-clamp:5;font-size:.8em;max-height:calc(1.4em * 5)}}@media (max-width:640px){.profile-card{width:110px;height:320px}.profile-card .avatar-container,.profile-card .avatar-container img{width:110px;height:110px}.profile-card h3{font-size:.9em}.profile-card-workplace{-webkit-line-clamp:4;line-clamp:4;font-size:.75em;max-height:calc(1.4em * 4)}}