body {
    font-family: 'Segoe UI', sans-serif;
  }
.doctorSection{
    background-color: rgb(231, 236, 252) !important;
}
.hero-section {
    padding: 80px 0;
    background-color: #fff;
  }
  .hero-section h1 {
    font-weight: 700;
  }
  .hero-section p {
    font-size: 1.2rem;
  }
  .btn-hero {
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 30px;
  }
  .navbar-brand span {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .navbar {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .topic-icon {
          font-size: 40px;
          width: 60px;
      }