body {
    padding-top: 55px;
}

.hero {
    padding: 80px 0;
    background: linear-gradient(to right, #0d6efd, #6610f2);
    color: white;
}

.section {
    padding: 60px 0;
}
.inner-colour {
  padding: 2rem;
  background-color: mintcream;
  margin-bottom: 2rem;
}
#education {
  scroll-margin-top: 55px; /* height of navbar */
}

.hire-btn {
  background: linear-gradient(135deg, #198754, #28a745);
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.4);
  transition: all 0.3s ease;
}
.project-link {
  display: block;
}

.project-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

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

/* Hover effect */
.hire-btn:hover {
  background: linear-gradient(135deg, #20c997, #198754);
  box-shadow: 0 12px 30px rgba(25, 135, 84, 0.7);
  transform: translateY(-3px);
  color: #fff;
}
