
    .nav-scroll {
      background-color: #f8f9fa;
      padding: 10px 0;
      border-bottom: 1px solid #ddd;
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    .nav-scroll a {
      margin: 0 15px;
      color: #000;
      font-weight: bold;
      text-decoration: none;
    }
    .nav-scroll a:hover {
      color: #007bff;
    }
    .card-hover img {
      transition: transform 0.3s ease;
    }
    .card-hover:hover img {
      transform: scale(1.05);
    }

        .img-hover {
    transition: transform 0.3s ease;
    }

    .img-hover:hover {
    transform: scale(1.05);
    }

    .nav-scroll-section a {
    text-decoration: none;
    }

