    body {
      background-color: #f8f9fa;
      background-image: url("../images/body2.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: center;
    }

    .top-contact {
      background-color: #0d1b2a;
      padding: 0.5rem 1rem;
      font-size: 0.95rem;
      color: white;
    }

    .top-contact .contact-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: 0.5rem;
    }

    .top-contact i {
      margin-right: 6px;
      color: #f8f9fa;
    }

    header {
      background-color: #000;
      color: white;
    }

    .navbar-nav .nav-link {
      color: white !important;
      padding: 0.5rem 1rem;
    }

    .navbar-nav .nav-link:hover {
      text-decoration: underline;
    }

    .document-icon {
      width: 24px;
      height: 24px;
    }

    .doc-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;
      padding: 0.5rem 0;
    }

    h2 {
      color: #102f69;
    }

    .content-wrapper {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 2rem;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

