 body {
      font-family: Arial, sans-serif;
    }
    .navbar {
      border: none !important;
      box-shadow: none !important;
    }
    .hero-minimal {
      padding: 5rem 1rem 3rem;
      text-align: center;
      background: linear-gradient(to right, #f8f9fa, #e9ecef);
    }
    .hero-minimal img {
      max-width: 100px;
      margin-bottom: 1rem;
    }
    .hero-minimal h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    .hero-minimal p {
      font-size: 1.25rem;
      color: #6c757d;
    }
    .footer {
      background-color: #f8f9fa;
      color: #6c757d;
      padding: 1rem;
      text-align: center;
      border-top: 1px solid #dee2e6;
      margin-top: 4rem;
    }
    .nav-link {
      cursor: pointer;
    }
    .service-img {
      width: 100%;
      height: 350px;
      object-fit: cover;
      border-radius: 0.5rem;
    }
    .team-member img {
      width: 100%;
      max-width: 240px;
      height: 280px;
      object-fit: cover;
      border-radius: 1rem;
      margin: 0 auto;
      display: block;
    }
    .team-member {
      text-align: center;
      margin-top: 2rem;
    }
    h2 {
      margin-top: 3rem;
      margin-bottom: 1.5rem;
      font-weight: bold;
    }
    h3 {
      margin-bottom: 1rem;
      color: #0d6efd;
    }
    .about p {
      font-size: 1.1rem;
      line-height: 1.6;
    }