    html, body {
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #f7f9fc, #eef1f7);
      color: #2d2d2d;
      overflow-x: hidden;
    }
    .navbar {
      backdrop-filter: blur(12px);
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 20px;
      transition: all 0.3s ease-in-out;
      width: 100%;       
      margin: 0;        
      border-radius: 0;  
    }
    .navbar-brand {
      font-family: 'Archivo', sans-serif;
      font-weight: 700;
      color: #0d6efd !important;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      color: #444 !important;
      transition: 0.3s;
    }
    .navbar-nav .nav-link:hover {
      color: #0d6efd !important;
    }

    @media (min-width: 992px) {
    .navbar {
      border-radius: 12px;
      max-width: 1200px;  
      margin: 10px auto;  
    }
  }
    .btn-project {
      background: #0d6efd;
      color: #fff;
      border-radius: 30px;
      padding: 8px 18px;
      transition: 0.3s;
    }
    .btn-project:hover {
      background: #0b5ed7;
       background: #fff;
      transform: translateY(-2px);
    }
    .awal {
      padding: 120px 0 80px;
      display: flex;
    }
    .awal h1 {
      font-weight: 700;
      font-size: 2.5rem;
      line-height: 1.3;
    }
    .awal p.kenal {
      font-size: 1rem;
      margin: 20px 0;
      color: #555;
    }
    .awal img {
      max-width: 90%;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    section h1 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    section p {
      color: #666;
      margin-bottom: 40px;
    }
    .skill-box {
      background: #fff;
      border-radius: 16px;
      padding: 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.05);
      transition: 0.3s;
    }
    .skill-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .skill-box i {
      color: #0d6efd;
      margin-bottom: 15px;
    }

    /* Cards */
    .card-custom {
      border: none;
      border-radius: 16px;
      overflow: hidden;
      transition: 0.3s;
    }
    .card-custom:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .card-body {
      padding: 20px;
    }
    .btn-project3b {
      background: #0d6efd;
      border-radius: 30px;
      color: #fff;
      padding: 8px 20px;
    }

    .btn-project3b:hover {
      background: #ffffffe3;
      color: #0d6efd;
      box-shadow:  0 10px 25px rgba(0,0,0,0.1);
    }

    /* Footer */
    footer {
      padding: 40px 0;
      background: #f8f9fa;
      border-top: 1px solid #eaeaea;
    }
    footer a {
      color: #555;
      transition: 0.3s;
    }
    footer a:hover {
      color: #0d6efd;
    }
    .signature {
      font-size: 0.9rem;
      margin-top: 15px;
      color: #888;
    }

    .logo-slider {
     overflow: hidden;
     position: relative;
     background: transparent;
     width: 100%;
    }

    .logo-track {
      display: flex;
      width: max-content;
      animation: scroll 300s linear infinite;
    }


    .logo-card {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.6;
        filter: alpha(opacity=60);
    flex: 0 0 auto;
    width: 200px;
    height: 140px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s;
    filter: grayscale(100%);
    opacity: 0.6;
    }

    .logo-card:hover {
    transform: scale(1.1);
    filter: grayscale(0);
    opacity: 1;
    }

    .logo-card img {
  max-width: 100px;
  max-height: 80px;
  object-fit: contain;
}

/* fix gpt buat layar */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* add partikel */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.awal .container {
  position: relative;
  z-index: 1; 
}
