
*{margin:0;padding:0;box-sizing:border-box;font-family:Arial;}
body{
  background:linear-gradient(135deg,#1e3c72,#2a5298);
  color:#fff;line-height:1.7;scroll-behavior:smooth;
}
nav{
  position:fixed;top:0;width:100%;padding:15px 25px;
  display:flex;justify-content:space-between;align-items:center;
  backdrop-filter:blur(12px);background:rgba(255,255,255,0.1);
  border-bottom:1px solid rgba(255,255,255,0.2);z-index:999;
}
nav a{color:#fff;margin:0 12px;text-decoration:none;font-weight:bold;}
.container{padding:120px 20px;max-width:1100px;margin:auto;}
.card{
  background:rgba(255,255,255,0.15);
  border-radius:16px;padding:25px;margin:25px 0;
  backdrop-filter:blur(12px);box-shadow:0 8px 20px rgba(0,0,0,0.2);
}
.profile{width:200px;border-radius:50%;border:4px solid rgba(255,255,255,0.4);}
h1,h2{margin-bottom:15px;}
.skill-bar{background:rgba(255,255,255,0.3);border-radius:10px;overflow:hidden;margin:12px 0;}
.skill{height:14px;background:#00e6ff;width:0;transition:1.5s;}
.timeline{border-left:3px solid #00eaff;padding-left:20px;margin-left:10px;}
.timeline-item{margin-bottom:25px;}
.dark{background:#0d1117 !important;color:#fff;}
.toggle-btn{
 position:fixed;right:20px;bottom:20px;padding:10px 18px;
 border:none;border-radius:30px;background:#fff;color:#000;
 cursor:pointer;font-weight:bold;box-shadow:0 5px 10px rgba(0,0,0,0.3);
}
.company-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.company-logo {
  width: 40px;      /* adjust size if needed */
  height: auto;
  border-radius: 6px; /* optional */
}
