#bio {
  background: linear-gradient(120deg, #89f7fe, #66a6ff);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#bio h2 {
  color: #007bff;
  font-weight: bold;
}

#technical-skills ul li strong {
  color: #007bff;
  font-weight: bold;
}

#technical-skills .row {
  padding-left: 20px;
}

#technical-skills ul li {
  margin-bottom: 15px;
}

.btn {
  transition: all 0.3s ease;
}

.btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.navbar {
  background: linear-gradient(120deg, #333, #444);
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.navbar-brand:hover {
  color: #ffcc00;
}
