body {
      scroll-behavior: smooth;
    }
.hero-section {
    background: linear-gradient(135deg, #0d6efd, #198754);
    color: white;
    padding: 100px 0;
    height: 90vh;
    background-size: cover;
}
.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}
footer {
    background-color: #343a40;
}
.btn-primary {
    background-color: #198754;
    border: none;
}
.btn-primary:hover {
    background-color: #146c43;
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
}

#about {
  background: linear-gradient(to right, #fdfbfb, #ebedee);
}

#about h2 {
  color: #0d6efd;
}

#about p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.img-fluid {
  transition: transform 0.3s ease;
}

.img-fluid:hover {
  transform: scale(1.03);
}
footer a:hover {
  color: #0d6efd;
  text-decoration: none;
}
