html {
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #0d0e0f;
  font-family: "JetBrains Mono", monospace;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.navbarr {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  margin-top: 0px;
  margin-bottom: 2px;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #0d0e0f;
}
.navbar {
  width: 100%;
  border: 2px solid #8d8d8d;
  display: flex;
  justify-content: space-between;
  border-radius: 14px;
  padding: 13px 24px;
  align-items: center;
}

.baba {
  color: #b4c878;
  font-size: 14px;
  font-weight: 600;
}

.main3 {
  display: flex;
  color: #7c6f64;
  align-items: center;
  font-size: 12px;
  gap: 50px;
  /* removed padding-right: 100px */
}

.projects {
  padding-left: 0;
}
.projects,
.connect,
.nav-blogs {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.projects:hover {
  color: #95877a;
  transition: color 0.4s ease-in-out;
}
.connect:hover {
  color: #95877a;
  transition: color 0.4s ease-in-out;
}
.herosection3,
.herosection5,
.herosection4 {
  scroll-margin-top: 90px;
}
.herosection1 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;

  border-radius: 13px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: row;
}

.supersection1 {
  padding: 90px 50px 90px 120px;
  padding-top: 90px;
}

.images {
  border: 2px solid #8d8d8d;
  padding: 2px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.supersection2 {
  padding-top: 70px;
  padding-left: 0px;
}
.subsection2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tilde {
  color: #b4c878;
}

.who {
  color: #7c6f64;
  font-size: 12px;
  padding-left: 7px;
}

.subsection3 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ritu {
  font-weight: bolder;
  color: #d1bf9f;
  font-size: 30px;
}
.yaga {
  color: #7c6f64;
  font-size: 15px;
}

.subsection4 {
  padding-top: 20px;
  max-width: 50ch;
  color: #7c6f64;
  font-size: 15px;
}

.building {
  display: block;
  white-space: normal;
  max-width: 50ch;
  overflow-wrap: normal;
  line-height: 1.45;
  color: #7c6f64;
  font-size: 15px;
  padding-top: 10px;
}

.dot {
  color: #b4c878;
}

.campusflow {
  color: #f0a050;
  font-weight: 600;
}

.subsection5 {
  display: flex;
  padding-top: 20px;
  gap: 10px;
}

.uptime {
  color: #8cc8b4;
}
.subsection6 {
  display: flex;
  padding-top: 30px;
}

.resume {
  display: flex;
  align-items: center;
  border: 1px solid #7c6f64;
  padding: 5px 10px;
  gap: 5px;
  border-radius: 8px;
  margin-right: 15px;
  transition:
    background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
  text-decoration: none;
}

.resume:hover {
  background-color: #1d1f21;
  border-color: #a89a8a;
}

.resumetxt {
  color: #7c6f64;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}

.resume:hover .resumetxt {
  color: #a89a8a;
}

.book {
  color: #b4c878;
  border: 1px solid #b4c878;
  align-items: center;
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  font-size: 14px;
  transition:
    background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out;
}

.book:hover {
  background-color: #1d1f21;
  border-color: #c8dba0;
}

.call {
  text-decoration: none;
  color: #b4c878;
  transition: color 0.4s ease-in-out;
}

.book:hover .call {
  color: #c8dba0;
}
.herosection2 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;
  border-radius: 13px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  /* padding: 100px; */
  padding-left: 15px;
}

.subsection21 {
  display: flex;
  padding-top: 20px;
  /* padding-left: 15px; */
  color: #7c6f64;
  align-items: center;
  padding-bottom: 20px;
}

.techstack {
  padding-left: 5px;
}

.subsection22 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
}
.subsection23 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.htmls {
  border: 1px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8cc8b4;
}

.csss {
  border: 1px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8cc8b4;
}

.js {
  border: 1px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f0a050;
}

.cpp {
  border: 1px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #c47d90;
}
.git {
  border: 1px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8cc8b4;
}
.vs {
  border: 1px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8cc8b4;
}
.nodejs {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b4c878;
}
.opencode {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #c47d90;
}
.python {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f0a050;
}
.aistudio {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #c47d90;
}
.linuxx {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b4c878;
}
.notion {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8cc8b4;
}
.vercel {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b4c878;
}
.figmaa {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8cc8b4;
}
.bash {
  border: 0.5px solid #7c6f64;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b4c878;
}

.htmls,
.csss,
.js,
.cpp,
.git,
.vs,
.nodejs,
.opencode,
.python,
.aistudio,
.linuxx,
.notion,
.vercel,
.figmaa,
.bash {
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease;
  cursor: default;
}

.htmls:hover,
.csss:hover,
.js:hover,
.cpp:hover,
.git:hover,
.vs:hover,
.nodejs:hover,
.opencode:hover,
.python:hover,
.aistudio:hover,
.linuxx:hover,
.notion:hover,
.vercel:hover,
.figmaa:hover,
.bash:hover {
  background-color: #1f1f1f;
  border-color: #a8a8a8;
}
.herosection3 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;
  border-radius: 13px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column;
  /* padding: 100px; */
  padding-left: 15px;
}

.project-card {
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.project-card:hover {
  background: #202020;
  border-color: #4a4a4a;
}

.project-image-wrap {
  overflow: hidden;
  position: relative;
}

.project-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image {
  transform: scale(1.08);
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.project-card:hover .image-overlay {
  opacity: 1;
}

.project-content {
  padding: 20px;
  position: relative;
}

.project-name {
  font-family: "JetBrains Mono", monospace;
  color: #e8e8e8;
  font-size: 18px;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.project-card:hover .project-name {
  color: #a8d8a8;
}

.project-desc {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.view-project {
  color: #d4a373;
  font-size: 13px;
  text-decoration: none;
  transition:
    gap 0.3s ease,
    opacity 0.3s ease;
}

.view-project:hover {
  opacity: 0.8;
}

.live-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulse-glow 1.8s ease-in-out infinite;
}

.live-text {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: #4ade80;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 6px rgba(74, 222, 128, 0);
    opacity: 0.7;
  }
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.herosection4 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;
  border-radius: 13px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.subsection41 {
  display: flex;
  padding-top: 20px;
  padding-left: 15px;
  color: #7c6f64;
  align-items: center;
  padding-bottom: 20px;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
}

.blogs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px 20px 20px;
  width: 100%;
  box-sizing: border-box;
}

.blogone,
.blogtwo {
  background-color: #171717;
  color: #7c6f64;
  border-radius: 8px;
  padding: 16px 20px;
  box-sizing: border-box;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
  border: 1px solid transparent;
}

.blogone:hover,
.blogtwo:hover {
  background-color: #1c1c1c;
  border-color: #3a3a3a;
}

.blogoneupper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.blogname {
  font-size: 18px;
  font-weight: 600;
  color: #d4d4d4;
  font-family: "JetBrains Mono", monospace;
}

.blogheading {
  display: flex;
  align-items: center;
  gap: 6px;
}

.tilde-inline {
  color: #6b9b6b;
}

.blogheadingtext {
  color: #d4d4d4;
}

.blogdate {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.date {
  font-size: 13px;
  color: #7c6f64;
}

.blogmiddle {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
  margin-top: 12px;
  margin-bottom: 14px;
}

.read {
  font-size: 13px;
  color: #d4a373;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: fit-content;
  text-decoration: none;
}

.read:hover {
  opacity: 0.75;
}

.readmore {
  color: #6b9b6b;
  border: 1px solid #7c6f64;
  padding: 8px 10px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 10px;
  text-decoration: none;
}

.herosection5 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;
  border-radius: 13px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
}
.subsection51 {
  display: flex;
  /* padding-top: 20px; */
  /* padding-left: 15px; */
  color: #7c6f64;
  align-items: center;
  padding-bottom: 20px;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
}
.socials {
  display: flex;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.social-item {
  position: relative;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  color: #d4d4d4;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.social-btn:hover {
  border-color: #4a4a4a;
  background: #202020;
}

.social-icon {
  width: 16px;
  height: 16px;
}

/* --- THE HOVER CARD --- */
.hover-card {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 260px;
  background: #171717;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  z-index: 50;
  pointer-events: none;
}

.social-item:hover .hover-card {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.hover-card-banner {
  height: 60px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #2a2a3a, #1a2a3a);
  position: relative;
}

.hover-card-body {
  padding: 0 16px 16px 16px;
  position: relative;
}

.hover-card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #171717;
  margin-top: -28px;
  display: block;
  object-fit: cover;
}

.hover-card-name {
  font-family: "JetBrains Mono", monospace;
  font-size: 15px;
  font-weight: 600;
  color: #e8e8e8;
  margin-top: 10px;
}

.hover-card-handle {
  font-size: 12px;
  color: #6b9b6b; /* green accent */
  margin-top: 2px;
}

.hover-card-bio {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  margin-top: 8px;
}

.hover-card-stats {
  font-size: 11px;
  color: #7c6f64;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #2a2a2a;
}

.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hover-card-compact {
  padding: 16px;
}

.hover-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hover-card-avatar-sm {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.hover-card-compact .hover-card-name {
  margin-top: 0;
  font-size: 14px;
}

.hover-card-compact .hover-card-handle {
  margin-top: 1px;
}

.hover-card-meta {
  font-size: 12px;
  color: #999;
  margin-top: 12px;
}

.hover-card-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.meta-icon {
  width: 12px;
  height: 12px;
  opacity: 0.7;
}

.hover-card-compact .hover-card-stats {
  display: flex;
  gap: 16px;
  border-top: 1px solid #2a2a2a;
  margin-top: 12px;
  padding-top: 12px;
}

.hover-card-compact .hover-card-stats strong {
  color: #e8e8e8;
  font-weight: 600;
}

.btn-twitter {
  border-color: #4a4a4a;
  color: #d4d4d4;
}
.btn-twitter:hover {
  border-color: #6a6a6a;
  background: #202020;
}

.btn-linkedin {
  border-color: #3a5f7a;
  color: #6fa8dc;
}
.btn-linkedin:hover {
  border-color: #4a7a9a;
  background: #1a2530;
}

.btn-github {
  border-color: #4a4a4a;
  color: #d4d4d4;
}
.btn-github:hover {
  border-color: #6a6a6a;
  background: #202020;
}

.btn-discord {
  border-color: #6b5fc7;
  color: #9b8cff;
}
.btn-discord:hover {
  border-color: #8b7fd7;
  background: #1e1a30;
}

.herosection6 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;
  border-radius: 13px;
  margin: 0 auto;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.quotebody {
  width: 100%;
  /* padding-top: 20px; */
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box; /* ADD: makes sure padding doesn't push width past 100% */
}

.quote-text {
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  line-height: 1.7;
  color: #d4d4d4;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.quote-line {
  width: 40px;
  height: 1px;
  background: #4a4a4a;
}

.quote-name {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.herosection7 {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  border: 2px solid #8d8d8d;
  border-radius: 13px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-top: 20px;
  justify-content: space-between;
}

.subsection71 {
  display: flex;
  padding-top: 10px;
  padding-left: 15px;
  color: #f0a050;
  align-items: center;
  padding-bottom: 20px;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
}
.Mark {
  color: #d4a373;
}
.source {
  text-decoration: none;
  color: #d4d4d4;
  padding-right: 20px;
}

.source:hover {
  color: #eeeded;
}

.subsection61 {
  display: flex;
  /* padding-top: 20px; */
  padding-left: 15px;
  color: #7c6f64;
  align-items: center;
  padding-bottom: 20px;
  gap: 8px;
  font-family: "JetBrains Mono", monospace;
}

.techstack1 {
  padding-left: 1px;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(107, 155, 107, 0.15),
    transparent 70%
  );
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: opacity 0.3s ease;
}
