.container{width:100%;height:100vh;display:flex;align-items:center;flex-direction:row;border-radius:10px}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 150px}.intro{font-size:1rem;margin-bottom:10px}.name{font-size:3rem;font-weight:700;margin:0}.tagline{font-size:2.5rem;font-weight:700;margin:10px 0 20px}.description{max-width:540px;font-size:1rem;margin-bottom:40px;line-height:1.6}.hero-btn{border:1px solid #64ffda;background:transparent;padding:12px 20px;border-radius:4px;font-size:1rem;cursor:pointer;transition:.3s ease}body{background:radial-gradient(circle,#eeaeca,#94bbe9);background-size:cover;background-attachment:fixed;margin:20px}.navbar{width:100%;display:flex;justify-content:flex-start;padding:15px 20px;box-sizing:border-box;background:linear-gradient(90deg,#020024,#097379fa 71%,#00d4ff)}.navbar ul{list-style:none;display:flex;justify-content:center;margin:0;padding:0}.navbar li{margin:0 20px}.navbar a,.navbar .nav-link{text-decoration:none;color:#fff;font-size:18px;transition:all .3s ease}.navbar a:hover,.navbar .nav-link:hover{color:#ff0;background-color:#fff3;padding:6px 12px;border-radius:6px}.container1{display:flex;justify-content:center;align-items:center;height:100vh}.homediv{margin-left:30px;font-size:20px}.container1_inner1{width:60%;max-width:900px;padding:30px;background:bisque;border-radius:12px;box-shadow:10px 10px 10px gray;font-size:18px;line-height:1.8;color:#333}.skills-section,.skills{text-align:center;padding:50px;font-family:Arial,sans-serif}.skills h2{font-size:2.5rem;margin-bottom:10px;color:#222}.skills p{font-size:1rem;color:gray;margin-bottom:40px}.skill-badges{margin:20px 0}.badge{display:inline-block;padding:10px 15px;margin:5px;border-radius:20px;font-weight:700;font-size:.9rem;color:#fff}.badge.html{background-color:#e34c26}.badge.css{background-color:#264de4}.badge.bootstrap{background-color:#563d7c}.badge.js{background-color:#f0db4f;color:#000}.badge.react{background-color:#61dafb;color:#000}.badge.node{background-color:#3c873a}.badge.express{background-color:#000}.badge.mongo{background-color:#4db33d}.skill-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}.skill-card{background-color:#1e1e2f;color:#fff;padding:25px;border-radius:12px;min-width:250px;max-width:300px;text-align:left;box-shadow:10px 10px 8px gray}.skill-card h3{margin-bottom:15px;color:#61dafb}.skill-card ul{list-style-type:disc;padding-left:20px}.skill-card li{margin-bottom:8px}.contact-card{background:linear-gradient(145deg,#0d1117,#161b22);padding:50px;border-radius:16px;color:#f8f9fa;max-width:600px;width:100%;box-shadow:0 6px 18px #0009;transition:transform .3s ease}.contact-card:hover{transform:translateY(-5px)}.contact-title{font-size:2rem;font-weight:700;color:#fff}.contact-subtitle{font-size:1.1rem;color:#c9d1d9;margin-top:10px}.contact-location{margin-top:15px;font-size:1rem;color:#c9d1d9;display:flex;justify-content:center;align-items:center;gap:8px}.location-icon{color:#58a6ff;font-size:1.3rem}.social-icons{margin-top:25px;display:flex;justify-content:center;gap:20px}.social-circle{width:45px;height:45px;background:#161b22;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.3rem;color:#c9d1d9;transition:all .3s ease-in-out;box-shadow:0 4px 10px #0006}.social-circle:hover{background:#58a6ff;color:#fff;transform:scale(1.2);box-shadow:0 6px 14px #0009}.about-container{min-height:100vh;background:#f5f7fa}.sidebar{width:250px;background-color:#fff;border-right:1px solid #ddd;min-height:100vh}.profile-img{width:150px;height:150px;object-fit:cover;border-radius:50%;border:3px solid #eee}.nav-links .nav-item{padding:12px 0;font-weight:500;cursor:pointer;color:#444}.nav-links .active{background-color:#f15a29;color:#fff;font-weight:700;border-radius:4px}.about-content{background-color:#fff;border-radius:8px;margin:20px;box-shadow:0 0 10px #0000000d}.about-text{font-size:1.1rem;color:#444;line-height:1.6}.highlight{color:#f15a29;font-weight:600}.pun{color:#d32f2f;font-style:italic}.checklist{list-style:none;padding-left:0}.checklist li{margin-bottom:10px;font-size:1rem}.project-container{display:flex;flex-direction:column;align-items:center;gap:30px;padding:20px}.project-card{width:100%;max-width:800px;background-color:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:30px;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.tech-stack span{margin-bottom:5px}
