@import"https://fonts.googleapis.com/css2?family=Inter:wght=400;600;700&display=swap";*{font-family:Inter,sans-serif}:root{--primary-blue: #0066ff;--bg-white: #ffffff;--text-dark: #000000;--text-gray: #555555;--border-light: #eeeeee}*{box-sizing:border-box;margin:0;padding:0}.mainui{display:flex;align-items:center;justify-content:center;background-color:#fafafa;padding:20px 0;min-height:100vh}.parent{width:90%;max-width:1100px;display:flex;flex-direction:column;gap:16px}.main_body{display:flex;gap:16px;width:100%}.rigntside,.leftside{flex:1;display:flex;flex-direction:column;gap:16px}.about-card,.tech-card,.projects-card,.exp-card,.edu-card,.cert-card,.social-card{background-color:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border-light);height:auto}.div1{border-radius:16px;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;z-index:10}.profile-container{display:flex;font-family:Inter,-apple-system,sans-serif;padding:24px;background:var(--bg-white);gap:24px;width:100%}.profile-image{width:150px;height:150px;border-radius:20px;object-fit:cover;background-color:#f0f0f0}.profile-content{flex:1}.profile-top-row{display:flex;justify-content:space-between;align-items:flex-start}.profile-name{font-size:1.5rem;font-weight:800;display:flex;align-items:center;gap:8px}.verify-badge{color:var(--primary-blue);font-size:.8rem}.bluetick{width:auto;margin-top:4px;height:25px}.profile-location{color:var(--text-gray);margin:4px 0;font-weight:500;display:flex;align-items:center;gap:4px}.profile-title{font-size:.9rem;font-weight:500;margin:16px 0 24px}.profile-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.action-group{display:flex;background:#000;border-radius:8px;overflow:hidden}.btn-email{background:#000;color:#fff;border:none;padding:8px 13px;font-weight:600;cursor:pointer}.btn-copy{background:#000;color:#fff;border:none;border-left:1px solid #333;padding:10px 12px;cursor:pointer}.linkedin-link{text-decoration:none;color:#000;font-weight:700;display:flex;align-items:center;gap:8px}.focus-areas-container{display:flex;margin-left:auto;background:var(--primary-blue);border-radius:10px;overflow:hidden}.focus-main{background:transparent;color:#fff;border:none;padding:10px 16px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.focus-chevron{background:transparent;color:#fff;border:none;border-left:1px solid rgba(255,255,255,.3);padding:0 10px;cursor:pointer}.about-card{font-family:Inter,sans-serif;color:#1a1a1a}.about-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.about-header h2{font-size:24px;font-weight:700}.about-content p{font-size:16px;line-height:1.6;color:#333;margin-bottom:20px;letter-spacing:-.01em}.about-content p:last-child{margin-bottom:0}.exp-card,.edu-card{font-family:Inter,sans-serif}.exp-header,.edu-header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.exp-header h2,.edu-header h2{font-size:22px;font-weight:700}.timeline-container{margin-left:10px;border-left:1px solid #e5e7eb;padding-left:25px;display:flex;flex-direction:column;gap:32px}.timeline-item{position:relative}.timeline-dot{position:absolute;left:-31px;top:6px;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid #e5e7eb}.timeline-dot.active{background:#000;border-color:#000}.timeline-content{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.text-group h3{font-size:18px;font-weight:600;color:#000;line-height:1.3}.company,.school{font-size:15px;color:#666;margin-top:4px;line-height:1.4}.year{font-size:15px;color:#999;font-weight:400;white-space:nowrap}.tech-card{font-family:Inter,sans-serif}.tech-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.header-left{display:flex;align-items:center;gap:8px}.header-left h2{font-size:20px;font-weight:700}.view-all{display:flex;align-items:center;background:none;border:none;color:#666;font-size:14px;cursor:pointer;gap:2px}.tech-group h3{font-size:16px;font-weight:600;color:#1a1a1a;margin:20px 0 12px}.tags-container{display:flex;flex-wrap:wrap;gap:10px}.tech-tag{display:flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid #f0f0f0;border-radius:50px;background-color:#fcfcfc;transition:all .2s ease}.tech-tag:hover{background-color:#f3f3f3;border-color:#e0e0e0}.tech-tag img{width:16px;height:16px;object-fit:contain;filter:brightness(0) saturate(100%)}.tech-tag span{font-size:14px;font-weight:500;color:#333}.cert-header{display:flex;justify-content:space-between;margin-bottom:20px}.cert-list{display:flex;flex-direction:column;gap:12px}.cert-item{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #f3f4f6;border-radius:16px;transition:background .2s}.cert-item:hover{background:#f9fafb}.cert-icon{color:#666}.cert-info h3{font-size:16px;font-weight:600}.cert-info p{font-size:14px;color:#666;margin-top:2px}.projects-card{font-family:Inter,sans-serif}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.projects-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:1024px){.projects-grid{grid-template-columns:1fr 1fr}}.project-item{padding:20px;border:1px solid #f3f4f6;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;transition:background .2s ease}.project-item:hover{background:#fcfcfc}.project-item h3{font-size:18px;font-weight:600;color:#000;margin-bottom:10px}.project-desc{font-size:14px;color:#555;line-height:1.5;margin-bottom:16px}.project-desc .year{color:#888}.project-links{display:flex;gap:16px;flex-wrap:wrap}.link-item{display:flex;align-items:center;gap:6px;text-decoration:none;color:#1a1a1a;font-size:14px;font-weight:500}.link-item:hover{text-decoration:underline}.social-card{font-family:Inter,sans-serif}.social-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.social-header h2{font-size:22px;font-weight:700}.social-list{display:flex;flex-direction:column;gap:12px}.social-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #f3f4f6;border-radius:16px;text-decoration:none;color:#1a1a1a;transition:background .2s ease}.social-item:hover{background-color:#f9fafb}.social-left{display:flex;align-items:center;gap:14px}.social-left p{font-size:16px}.handle{color:#9ca3af;font-weight:400}.arrow-icon{color:#9ca3af}@media(max-width:768px){.parent{width:95%}.main_body{flex-direction:column;gap:16px}.profile-container{flex-direction:column;align-items:center;text-align:center;gap:16px}.profile-content{display:flex;flex-direction:column;align-items:center;width:100%}.profile-top-row{flex-direction:column;align-items:center;gap:8px}.profile-actions{justify-content:center;width:100%}.focus-areas-container{margin-left:0}.timeline-content{flex-direction:column;align-items:flex-start;gap:4px}}
