body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #2c3e50;
  color: #ecf0f1;
  transition: background-color 0.3s, color 0.3s;
}
.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.parallax {
  background-image: url('https://via.placeholder.com/1900x800');
  height: 500px;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.profile-img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
}
.custom-logo {
  max-width:  80px, 15x,
  height: auto;
}
.dark-mode {
  background-color: rgb(230, 13, 13) !important;;
  color: blanchedalmond;
}
.carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 575px;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
}
.btn-download {
  margin-top: 20px;
  background-color: #3498db;
  color: white;
}
.portfolio-section {
  padding: 60px 0;
}
.portfolio-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
.portfolio-item {
  background: #34495e;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  color: white;
  transition: transform 0.3s ease;
}
.portfolio-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.portfolio-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.experience-card img {
  width: 110px;
  height: 90px;
}
.portfolio-item:hover {
  transform: scale(1.05);
}
.whatsapp-icon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  padding: 10px;
  color: white;
  font-size: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}
footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
}
.toggle-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.portfolio-section {
  background: linear-gradient(to right, #f0f0f0, #fafafa);
  padding: 60px 0;
}

.portfolio-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px #ccc;
}

.portfolio-item {
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
}

.portfolio-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  cursor: pointer;
}

.portfolio-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 2px solid #e0e0e0;
}

.portfolio-item h6 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 15px;
  text-align: center;
  color: #444;
  transition: color 0.3s ease;
}

.portfolio-item:hover h6 {
  color: #007bff;
}

/* Warna border bawah img random (kamu bisa atur manual tiap item kalau mau beda warna) */
.portfolio-item:nth-child(1) img { border-bottom-color: #ff6b6b; }
.portfolio-item:nth-child(2) img { border-bottom-color: #4dabf7; }
.portfolio-item:nth-child(3) img { border-bottom-color: #63e6be; }
.portfolio-item:nth-child(4) img { border-bottom-color: #ffd43b; }
.portfolio-item:nth-child(5) img { border-bottom-color: #845ef7; }
.portfolio-item:nth-child(6) img { border-bottom-color: #ffa94d; }
.portfolio-item:nth-child(7) img { border-bottom-color: #66d9e8; }
.portfolio-item:nth-child(8) img { border-bottom-color: #f783ac; }

.experience-section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.experience-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.experience-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.experience-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.experience-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.experience-item h5 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #333;
}

.experience-item p {
  color: #666;
  font-size: 0.9rem;
}
/* Navbar Style */
.navbar-home {
  background-color: #0d6efd;
  color: white;
  padding: 10px 0;
  box-shadow: 0 2px 5px whitesmoke;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-container {
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.navbar-logo img {
  width: 70px;
  margin-right: 15px;
}

.navbar-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.navbar-menu li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.navbar-menu li a:hover {
  color: #ffc107;
}

/* Toggle Button untuk Mobile */
.navbar-toggle {
  display: none;
  background: none;
  font-size: 26px;
  color: white;
  border: none;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-menu {
    display: none;
    flex-direction: column;
    background-color: #0d6efd;
    position: absolute;
    top: 60px;
    right: 15px;
    padding: 15px;
    border-radius: 8px;
  }

  .navbar-menu.active {
    display: flex;
  }

  .navbar-toggle {
    display: block;
  }
}
/* Efek sticky + animasi scroll */
.navbar-home.scrolled {
  background-color: #084298; /* Warna sedikit lebih gelap saat scroll */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
