  body {
      font-family: 'Open Sans', sans-serif;
      scroll-behavior: smooth;
      background-color: #fff;
      color: #333;
      line-height: 1.7;
    }
      
    .navbar-brand img {
      height: 50px;
    }
    .hero {
      background: linear-gradient(135deg, #5f27cd, #f39c12);
      color: white;
      padding: 120px 0;
      text-align: center;
    }
    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 40px;
      color: #2f3542;
    }
    .lead {
      font-size: 1.1rem;
      color: #555;
    }
    .service-icon {
      font-size: 40px;
      color: #f39c12;
      margin-bottom: 20px;
    }
    .card {
      border: none;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease-in-out;
    }
    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }
    footer {
      background-color: #2f3542;
      color: white;
      padding: 40px 0;
    }
    footer a:hover {
      color: #f39c12 !important;
    }
    .nav-link {
      font-weight: 600;
      margin-left: 15px;
    }
    .nav-link:hover {
      color: #5f27cd !important;
    }
    .accordion-button:not(.collapsed) {
      background-color: #f39c12;
      color: white;
    }
    .accordion-button {
      font-weight: 600;
    }