/* General styles */
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  background-color: #F2F2F2;
}

/* NAVBAR WRAPPER */
.navbar {
  position: fixed;
  top: 20px;                     /* kasih jarak, agar terlihat floating */
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;          /* biar glass efek tidak trap klik */
}

/* NAVBAR CONTAINER */
.navbar-container {  
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px) saturate(100%);
  -webkit-backdrop-filter: blur(4px) saturate(100%);
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;

  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: center;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  pointer-events: all;           /* aktifkan klik di dalam nav */
}

/* NAV BUTTON */
.nav-button {
  background: rgba(255, 255, 255, 0.7);
  color: #111;
  font-size: 18px;
  font-weight: 500;
  
  padding: 12px 20px;
  border: none;
  border-radius: 12px;

  cursor: pointer;
  transition: 0.25s ease;
}

/* Hover */
.nav-button:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
}

/* SELECTED STATE */
.nav-button.selected {
  background: #ffffff;
  color: #5b0bbf;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(130, 0, 208, 0.25);
  transform: translateY(-1px);
}


/* Row two, column second styles */
.row-second {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;          /* semua kontainer sama tinggi */
  width: 100%;
  padding: 120px 20px 20px 20px;
  gap: 20px;
  box-sizing: border-box;
}

/* Row 2 Kolom 1 (text-container) */
.text-container {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px 40px;
  width: 100%;  
  min-height: fill; /* Tinggi tetap 243px */
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  gap: auto;
}

/* Text row styles */
.text-row-first {
  font-size: 48px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 40px;
}

.text-row-second {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.purple-text {
  color: #8200D0;
}

.blue-text {
  color: #286ffd;
}

/* Row 2 Kolom 2 (image-container) */
.image-container {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;                       /* Mengambil ruang sisa */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.ardian-image {
  width: 100%;
  height: 100%;
  object-fit: cover;             /* gambar mengikuti container */
  border-radius: 12px;
}

/* Row 2 Kolom 3 (text-container) */
.text-container-2 {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  flex: 0 0 35%;                 /* Kolom kiri 25% layar */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

/* Text row styles (kolom ketiga) */
.text-row-1 {
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  padding-bottom: -1px;
}

.text-row-2 {
  font-size: 64px;
  color: #286ffd;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 20px;
}

.text-row-3 {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

/* Row 3 kolom 1 */
.row-third {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: stretch; /* Menyelaraskan konten ke atas */
  width: fill;
  height: fit-content;
  padding: 20px 20px 20px 20px;
  gap: 20px;
}

/* Kolom pertama (text-container-3) */
.text-container-3 {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px;
  flex: 0 0 45%;                 /* Kolom kanan 35% layar, lebih lebar dari kolom kiri */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

/* Teks judul (row 1) */
.text-row-title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: #8200D0; /* Warna ungu */
  margin-bottom: 20px;
}

/* Paragraf teks (row 2 dan row 3) */
.text-paragraph {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #333333; /* Warna teks */
  margin-bottom: 20px; /* Jarak antar paragraf */
  text-align: justify;
}

.bold-text {
  font-weight: 700; /* Menambahkan font-weight 700 pada teks yang dibungkus */
}

/* Row 3 Kolom 2 (image-container-3) */
.image-container-3 {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 40px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Tiga kolom dengan ukuran fleksibel */
  grid-gap: 20px; /* Jarak antar gambar yang konsisten */
  justify-content: center;
  align-items: stretch;
  width: 100%; /* Lebar responsif */
  max-width: 800px; /* Lebar maksimum agar tetap terjaga */
  height: auto; /* Tinggi otomatis sesuai konten */
  box-sizing: border-box;
}

/* Individual image container */
.image-box {
  width: 100%; /* Mengisi grid kolom */
  height: 120px; /* Menjaga tinggi gambar tetap */
  border-radius: 12px;
  overflow: hidden; /* Agar gambar tidak keluar dari container */
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
}

/* Styling for the images */
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Membuat gambar memenuhi container */
  border-radius: 12px;
}


/*Row 4*/

.text-row {
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  align-items: stretch;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 20px;
}

.text-explain {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
}

/* Row 5 */
.row-five {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.subheading {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.card-container {
  display: flex;
  gap: 20px; /* Jarak antar kartu */
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: grab; /* Mengubah cursor saat mengarah ke container */
  overflow: hidden; /* Menyembunyikan overflow supaya tidak terlihat scrollbar */
  scroll-behavior: smooth;
}

.card-uiux {
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: fit-content; /* Ukuran kartu */
  max-width: 280px;
  padding: 20px;
  text-align: center;
  flex-shrink: 0; /* Agar kartu tidak mengecil */
  cursor: pointer;
  flex-grow: 0; /* Membuat kartu bisa berkembang dan mengisi ruang kosong */
  text-decoration: none; /* Hilangkan garis bawah pada teks */
  color: inherit; /* Warna teks mengikuti default */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid rgba(90, 88, 88, 0.3); /* Warna dan ketebalan border */
}

.card-uiux:hover {
  transform: translateY(-8px); /* Efek melayang saat hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Perbesar bayangan */
  text-decoration: none; /* Pastikan teks tetap tanpa garis bawah */
}

.card-image-uiux {
  width: 100%;
  height: 135px; /* Ukuran gambar dengan rasio 16:9 */
  object-fit: cover;
  border-radius: 12px;
}

.card-title-uiux {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  text-align: left;
  text-decoration: none; /* Pastikan tidak ada garis bawah */
}

.card-year-uiux {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none; /* Pastikan tidak ada garis bawah */
}

/* ROW SIX */

.row-six {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.subheading-poster {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.card-container-poster {
  display: flex;
  gap: 20px; /* Jarak antar kartu */
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: grab; /* Mengubah cursor saat mengarah ke container */
  overflow: hidden; /* Menyembunyikan overflow supaya tidak terlihat scrollbar */
  scroll-behavior: smooth;
}

.card-poster {
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 240px; /* Ukuran kartu */
  padding: 20px;
  text-align: center;
  flex-shrink: 0; /* Agar kartu tidak mengecil */
  cursor: pointer;
  flex-grow: 1; /* Membuat kartu bisa berkembang dan mengisi ruang kosong */
  text-decoration: none; /* Hilangkan garis bawah pada teks */
  color: inherit; /* Warna teks mengikuti default */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid rgba(90, 88, 88, 0.3); /* Warna dan ketebalan border */
}

.card-poster:hover {
  transform: translateY(-8px); /* Efek melayang saat hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Perbesar bayangan */
  text-decoration: none; /* Pastikan teks tetap tanpa garis bawah */
}

.card-image-poster {
  width: 100%;
  height: calc(100% * 135px); /* Ukuran gambar dengan rasio 16:9 */
  object-fit: cover;
  border-radius: 12px;
}

.card-title-poster {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  text-align: left;
  text-decoration: none; /* Pastikan tidak ada garis bawah */
}

.card-year-poster {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none; /* Pastikan tidak ada garis bawah */
}

/* ROW SIX PART 2 */

.row-six-2 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.subheading-ig {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.card-container-ig {
  display: flex;
  gap: 20px; /* Jarak antar kartu */
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  cursor: grab; /* Mengubah cursor saat mengarah ke container */
  overflow: hidden; /* Menyembunyikan overflow supaya tidak terlihat scrollbar */
  scroll-behavior: smooth;
}

.card-ig {
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 240px; /* Ukuran kartu */
  padding: 20px;
  text-align: center;
  flex-shrink: 0; /* Agar kartu tidak mengecil */
  cursor: pointer;
  flex-grow: 1; /* Membuat kartu bisa berkembang dan mengisi ruang kosong */
  text-decoration: none; /* Hilangkan garis bawah pada teks */
  color: inherit; /* Warna teks mengikuti default */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid rgba(90, 88, 88, 0.3); /* Warna dan ketebalan border */
}

.card-ig:hover {
  transform: translateY(-8px); /* Efek melayang saat hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Perbesar bayangan */
  text-decoration: none; /* Pastikan teks tetap tanpa garis bawah */
}

.card-image-ig {
  width: 100%;
  aspect-ratio: 1 / 1; /* Memastikan gambar selalu berbentuk persegi (rasio 1:1) */
  object-fit: cover; /* Memastikan gambar memenuhi area tanpa mengubah rasio */
  object-position: center; /* Fokus pada tengah gambar */
  border-radius: 12px; /* Membuat sudut gambar melengkung */
}

.card-title-ig {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  text-align: left;
  text-decoration: none; /* Pastikan tidak ada garis bawah */
}

.card-year-ig {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none; /* Pastikan tidak ada garis bawah */
}

/* row 7 */
.row-seven {
  padding: 40px 0; /* Optional: padding around the row */
}

.container-award {
  display: flex;
  flex-direction: column; /* Stack the cards vertically */
  gap: 20px; /* Space between cards */
  padding: 20px; /* Padding around the container */
  align-items: center;
}

.card-award {
  background-color: #ffffff; /* White background for the card */
  border-radius: 20px; /* Rounded corners */
  padding: 40px; /* Internal padding for the card */
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1; /* Menjamin kartu berada di bawah navbar */
  border: 1.5px solid rgba(0, 0, 0, 0.12);
}

.title-award {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.issue-award {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px; /* Space between issue and date */
  text-align: center;
  font-style: italic;
}

.card-date {
  font-size: 14px;
  font-weight: 400;
  color: #666; /* Optional: grey color for the date */
  text-align: center;
}

.card-award:hover {
  transform: translateY(-8px); /* Efek melayang saat hover */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Perbesar bayangan */
  text-decoration: none; /* Pastikan teks tetap tanpa garis bawah */
  background: #2d2d2d;
  color: #FFFFFF;
}

.card-award:link, .card-award:visited, .card-award:hover, .card-award:active {
  text-decoration: none; /* Hilangkan garis bawah di semua state */
  color: inherit;
}



.card-award:hover .title-award,
.card-award:hover .issue-award,
.card-award:hover .card-date {
  color: #FFFFFF;
}


/*Row Eight*/
.timeline-experience {
  position: relative;
  margin: 0 auto;
  padding: 40px 40px;
  width: 600px;
}

.timeline-experience::before {
  content: "";
  position: absolute;
  left: 8px; /* align with dot center (16px dot, border offset) */
  top: 100px; /* starting at the first dot */
  bottom: 180px; /* ending at the last dot */
  width: 2px;
  background: #dce1eb;
  z-index: 0;
}

/* a tag as timeline-item */
.timeline-item {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

/* Hover effect: background dark, text white */
.timeline-item:hover .timeline-content {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px #000000 (0, 0, 0, 0.15);
  background: #2d2d2d;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

/* Pastikan typografi ikut berubah warna */
.timeline-item:hover .exp-title,
.timeline-item:hover .exp-company,
.timeline-item:hover .exp-date {
  color: #ffffff;
}

/* Dot */
.timeline-dot {
  position: absolute;
  left: -42px;
  top: 60px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 3px solid #5260ff;
  border-radius: 50%;
}

/* Content box */
.timeline-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 40px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  transition: 0.3s ease;
  width: auto;
}

/* Typography */
.exp-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.exp-company {
  font-size: 16px;
  margin: 0 0 8px 0;
  color: #666;
  font-style: italic;
}

.exp-date {
  font-size: 14px;
  color: #7b7b7b;
}




/* Responsive styles */
@media screen and (max-width: 834px) { /* Tablet ukuran 834x1194 */
  body {
    font-size: 20px; /* Sesuaikan ukuran dasar font */
  }
  .text-row-first {
    font-size: 20px; /* Dikurangi secara proporsional */
    line-height: 140%;
  }
  .text-row-second {
    font-size: 14px;
    line-height: 160%;
  }
  .text-row-1 {
    font-size: 20px;
    line-height: 140%;
  }
  .text-row-2 {
    font-size: 32px;
    line-height: 120%;
  }
  .text-row-third {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
  }
  .text-container, .text-container-2 {
    width: 450px;
    padding: 20px;
  }
  .image-container {
    width: 400px;
  }
  .ardian-image {
    width: 200px;
    height: auto; /* Tinggi mengikuti proporsi gambar */
  }

  .text-container-3 {
    width: 100%;
    padding: 20px;
  }

  .text-row-title {
   font-size: 28px;
   line-height: 140%;
   margin-bottom: 0px;
  }
  .text-paragraph {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 12px;
  }
  .image-container-3 {
    grid-template-columns: repeat(2, 1fr); /* Dua kolom untuk tablet */
    padding: 20px;
  }
  .section {
    padding: 20px 20px;
  }
  .text-row {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .text-explain {
    font-size: 12px;
    line-height: 140%;
  }
  .card-award {
    padding: 20px; /* Internal padding for the card */
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
  }
  
  .title-award {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  
  .issue-award {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px; /* Space between issue and date */
  }
  
  .card-date {
    font-size: 12px;
    font-weight: 400;
  }

    /*Row Eight*/
  .timeline-experience {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px;
    width: fit-content;
  }

  .timeline-experience::before {
    content: "";
    position: absolute;
    left: 8px; /* align with dot center (16px dot, border offset) */
    top: 100px; /* starting at the first dot */
    bottom: 90px; /* ending at the last dot */
    width: 2px;
    background: #dce1eb;
    z-index: 0;
  }

  /* a tag as timeline-item */
  .timeline-item {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    width: 100%;
  }

  /* Hover effect: background dark, text white */
  .timeline-item:hover .timeline-content {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px #000000 (0, 0, 0, 0.15);
    background: #2d2d2d;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
  }

  /* Pastikan typografi ikut berubah warna */
  .timeline-item:hover .exp-title,
  .timeline-item:hover .exp-company,
  .timeline-item:hover .exp-date {
    color: #ffffff;
  }

  /* Dot */
  .timeline-dot {
    position: absolute;
    left: -22px;
    top: 60px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 3px solid #5260ff;
    border-radius: 50%;
  }

  /* Content box */
  .timeline-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
    width: 450px;
  }

  /* Typography */
  .exp-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
  }

  .exp-company {
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #666;
    font-style: italic;
  }

  .exp-date {
    font-size: 12px;
    color: #7b7b7b;
  }
}



@media screen and (max-width: 450px) { /* Smartphone ukuran 390x844 */
  body {
    font-size: 14px; /* Ukuran dasar font */
    margin: 0;
    padding: 0;
    display: flex; /* Mengatur layout body */
    flex-direction: column;
    align-items: center; /* Semua elemen di tengah secara horizontal */
  }

  /* General Container */
  .container {
    width: 100%; /* Lebar penuh */
    max-width: 350px; /* Batas maksimum */
    margin: 0 auto; /* Center alignment */
    padding: 16px;
    box-sizing: border-box; /* Padding masuk ke width */
  }

  /* Navbar */
  .navbar-container {
    width: 100%;
    max-width: fit-content; /* Pastikan sejajar */
    padding: 8px;
    border-radius: 14px;
    gap: 8px;
    margin: 0 auto; /* Center alignment */
    position: fixed;
  }

  .nav-button {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
  }

  /* Row 2 */
  .row-second {
    display: flex;
    flex-direction: column; /* Vertikal */
    gap: 12px;
    width: 100%;
    max-width: 350px; /* Konsistensi lebar */
    padding: 12px 0px 0px 0px;
    box-sizing: border-box;
    margin-top: 60px;
  }
  .text-row-first {
    margin-bottom: 20px;
  }
  .text-row-third {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
  }

  .text-container, .text-container-2 {
    width: 100%; /* Lebar penuh */
    max-width: 350px; /* Konsistensi lebar */
    margin: 0 auto; /* Center alignment */
    padding: 12px;
    text-align: center; /* Teks di tengah */
    box-sizing: border-box;
  }
  .image-container {
    width: 100%; /* Lebar penuh */
    max-width: 350px; /* Konsistensi lebar */
    height: 100%;
    max-height: 200px;
    margin: 0 auto; /* Center alignment */
    padding: 0px;
    text-align: center; /* Teks di tengah */
    box-sizing: border-box;
  }
  .ardian-image {
    width: 100%;
    height: 300px; /* Tinggi tetap */
    object-fit: cover; /* Gambar sesuai ukuran kontainer */
    display: block;
    box-sizing: border-box; /* Pastikan padding tidak mempengaruhi ukuran */
    object-position: -80px 0px;
  }

  /* Row 3 */
  .row-third {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 350px; /* Konsistensi lebar */
    padding: 12px 0px 12px 0px;
    box-sizing: border-box;
  }

  .text-container-3 {
    width: 100%;
    max-width: 350px; /* Konsistensi lebar */
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
  }

  /* Grid untuk gambar */
  .image-container-3 {
    display: grid; /* Menggunakan grid layout */
    grid-template-columns: repeat(2, 1fr); /* Dua kolom */
    grid-gap: 16px;
    width: 100%;
    max-width: 350px; /* Konsistensi lebar */
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
  }

  .image-box {
    width: 100%;
    height: 100px; /* Tinggi tetap */
    object-fit: cover; /* Gambar memenuhi elemen tanpa distorsi */
    display: block;
    margin: 0 auto; /* Center alignment */
    box-sizing: border-box; /* Pastikan padding tidak mempengaruhi ukuran */
  }
  .section {
    padding: 12px 12px;
    width: 100%;
    max-width: 350px;
  }
  .text-row {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 8px;
  }
  .text-explain {
    font-size: 10px;
    line-height: 140%;
  }
  .row-five {
    width: 100%;
    max-width: 350px;
    padding: 8px;
    box-sizing: border-box;
  }
  
  .subheading {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }
  
  .card-container {
    display: flex;
    gap: 8px; /* Jarak antar kartu */
    overflow-x: auto; /* Aktifkan scroll horizontal */
    overflow-y: hidden; /* Hapus scroll vertikal */
    scroll-behavior: smooth; /* Animasi smooth saat scrolling */
    padding: 12px;
    width: 100%; /* Ambil lebar penuh */
    box-sizing: border-box;
  }
  
  .card-uiux {
    width: 180px; /* Ukuran lebar kartu */
    flex-shrink: 0; /* Mencegah kartu mengecil */
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card-uiux:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .card-image-uiux {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
  }
  
  .card-title-uiux {
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
  }
  
  .card-year-uiux {
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
  }

  .row-six {
    width: 100%;
    max-width: 350px;
    padding: 8px;
    box-sizing: border-box;
  }
  
  .subheading-poster {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }
  
  .card-container-poster {
    display: flex;
    gap: 8px; /* Jarak antar kartu */
    overflow-x: auto; /* Aktifkan scroll horizontal */
    overflow-y: hidden; /* Hapus scroll vertikal */
    scroll-behavior: smooth; /* Animasi smooth saat scrolling */
    padding: 12px;
    width: 100%; /* Ambil lebar penuh */
    box-sizing: border-box;
  }
  
  .card-poster {
    width: 180px; /* Ukuran lebar kartu */
    flex-shrink: 0; /* Mencegah kartu mengecil */
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card-poster:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .card-image-poster {
    width: 100%;
    height: calc(100% * 100px);
    object-fit: cover;
    border-radius: 8px;
  }
  
  .card-title-poster {
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
  }
  
  .card-year-poster {
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
  }

  .row-six-2 {
    width: 100%;
    max-width: 350px;
    padding: 8px;
    box-sizing: border-box;
  }
  
  .subheading-ig {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }
  
  .card-container-ig {
    display: flex;
    gap: 8px; /* Jarak antar kartu */
    overflow-x: auto; /* Aktifkan scroll horizontal */
    overflow-y: hidden; /* Hapus scroll vertikal */
    scroll-behavior: smooth; /* Animasi smooth saat scrolling */
    padding: 12px;
    width: 100%; /* Ambil lebar penuh */
    box-sizing: border-box;
  }
  
  .card-ig {
    width: 160px; /* Ukuran lebar kartu */
    flex-shrink: 0; /* Mencegah kartu mengecil */
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .card-ig:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

  .card-image-ig {
    width: 100%;
    aspect-ratio: 1 / 1; /* Memastikan gambar selalu berbentuk persegi (rasio 1:1) */
    object-fit: cover; /* Memastikan gambar memenuhi area tanpa mengubah rasio */
    object-position: center; /* Fokus pada tengah gambar */
    border-radius: 8px; /* Membuat sudut gambar melengkung */
  }
  
  .card-title-ig {
    font-size: 14px;
    margin-top: 8px;
    text-align: left;
  }
  
  .card-year-ig {
    font-size: 12px;
    text-align: left;
    margin-top: 4px;
  }

  .row-seven {
    padding: 0px 8px 0px 8px; /* Optional: padding around the row */
  }
  
  .container-award {
    display: flex;
    flex-direction: column; /* Stack the cards vertically */
    gap: 12px; /* Space between cards */
    padding: 12px; /* Padding around the container */
    align-items: center;
    width: 100%;
    max-width: 300px;
  }
  
  .card-award {
    padding: 20px; /* Internal padding for the card */
    align-items: center;
    justify-content: center;
    width: fill;
  }
  
  .title-award {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  
  .issue-award {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px; /* Space between issue and date */
  }
  
  .card-date {
    font-size: 12px;
    font-weight: 400;
  }

    /*Row Eight*/
  .timeline-experience {
    display: flex;
    flex-direction: column; /* Stack the cards vertically */
    position: relative;
    margin: 0 auto;
    padding: 20px 20px;
    width: 300px;
  }

  .timeline-experience::before {
    content: "";
    position: absolute;
    left: 8px; /* align with dot center (16px dot, border offset) */
    top: 100px; /* starting at the first dot */
    bottom: 90px; /* ending at the last dot */
    width: 2px;
    background: #dce1eb;
    z-index: 0;
  }

  /* a tag as timeline-item */
  .timeline-item {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }

  /* Hover effect: background dark, text white */
  .timeline-item:hover .timeline-content {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px #000000 (0, 0, 0, 0.15);
    background: #2d2d2d;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
  }

  /* Pastikan typografi ikut berubah warna */
  .timeline-item:hover .exp-title,
  .timeline-item:hover .exp-company,
  .timeline-item:hover .exp-date {
    color: #ffffff;
  }

  /* Dot */
  .timeline-dot {
    position: absolute;
    left: -22px;
    top: 60px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 3px solid #5260ff;
    border-radius: 50%;
  }

  /* Content box */
  .timeline-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 20px;
    border: 1.5px solid rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
    width: auto;
  }

  /* Typography */
  .exp-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
  }

  .exp-company {
    font-size: 14px;
    margin: 0 0 8px 0;
    color: #666;
    font-style: italic;
  }

  .exp-date {
    font-size: 12px;
    color: #7b7b7b;
  }
}

