html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 90px;
}

.logo {
  color: rgb(235, 15, 15);
}

.about {
  min-height: 100vh;
  background-color: black;
  padding-top: 80px;
}

.ss {
  color: brown;
  font-size: 28px;
  margin: 0 15px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.ss:hover {
  color: red;
  transform: scale(1.2);
}

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: rgb(235, 15, 15) !important;
}

/* Unified Card Styling */
.card {
  border-radius: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-body {
  padding: 1.5rem;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

/* Experience list tightening */
#experience ul {
  padding-left: 20px;
  margin-top: 10px;
}

#experience li {
  margin-bottom: 6px;
  line-height: 1.5;
}

/* Project text density */
.card-text {
  line-height: 1.5;
}

/* Tech Stack Line */
.tech-stack {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 10px;
}

.btn {
  margin-top: 10px;
}

h2 {
  font-weight: 700;
}

.card-title {
  font-weight: 600;
}
