body {
  margin: 0;
  padding: 0;
  background: #0026FF;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  overflow-x: hidden;
  max-width: 100%;
  overflow-x: hidden;
}

.hero-new {
  min-height: 150vh;
  display: flex;
  align-items: center;
  background-color: #0026FF;
  background-image: 
    linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)),
    url('/PORTOFOLIO-WEBSITE/assets/images/canvas-texture.png');
  background-size: 300px 300px;
  background-repeat: repeat;
  background-blend-mode: multiply;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}


.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 120px;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.hero-left {
  flex: 1;
  max-width: 350px;
  margin-left: -90px;
}

.avatar-group {
  display: flex;
  gap: 10px;
  margin-top: -40px; /* lebih atas */
}

.avatar-small {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.avatar-divider {
  border: none;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  margin: 10px 0;
}

.team-text {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.stats {
  margin-top: 30px;
}

.stat-block h2 {
  font-size: 64px;
  color: #D0FF00;
  margin: 0;
}

.stat-block sup {
  font-size: 22px;
  position: relative;
  top: -0.5em;
}

.stat-label {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 6px 0;
}

.short-line {
  width: 100px;
  height: 2px;
  background: #fff;
  opacity: 0.4;
  margin-bottom: 24px;
}

.hero-center {
  flex: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;         /* ✅ penting: pastikan 100% */
  margin-top: -100px;
}

.hero-title {
  position: absolute;
  top: 25%; /* lebih atas */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 180px;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}

.back-layer {
  color: #D0FF00;
  z-index: 1;
}

.front-layer {
  color: transparent;
  -webkit-text-stroke: 3px #D0FF00;
  z-index: 3;
}

.hero-img {
  position: relative;
  z-index: 2;
  max-width: 1400px; /* ✅ perbesar */
  width: 100%;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
}


.hero-right {
  flex: 1;
  max-width: 350px;
}

.cta-text {
  text-align: left;
  margin-top: 40px; /* dikurangi agar naik */
  margin-left: 70px;
}

.cta-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #eee;
  margin-top: 380px;
}

.btn-get-started {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-get-started:hover {
  background: #fff;
  color: #0026FF;
}

.btn-icon {
  background: #fff;
  color: #0026FF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotating-logo {
  position: absolute;
  top: 40px; /* naikkan logo */
  left: 1100px;
  width: 120px;
  height: 120px;
  z-index: 10;
}

.circle-outline {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotating-inner {
  width: 60px;
  height: 60px;
  background-color: #D0FF00;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media screen and (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    padding: 20px;
    align-items: center;
  }

  .stats {
    display: none;
  }

  .hero-left, .hero-right {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .hero-center {
    margin-top: 50px;
  }

  .hero-title {
    font-size: 48px;
    top: 15%;
    white-space: normal;
  }

  .hero-img {
    max-width: 90%;
    margin-top: 30px;
  }

  .cta-text {
    margin: 30px 0;
    text-align: center;
  }

  .cta-desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .rotating-logo {
    position: static;
    margin: 20px auto;
  }

  .stat-block h2 {
    font-size: 40px;
  }

  .stat-label {
    font-size: 16px;
  }

  .team-text {
    font-size: 12px;
  }

  .avatar-group {
    justify-content: center;
    margin-top: 10px;
  }

  .angled-divider .scrolling-text span {
    font-size: 12px;
  }
}




/* === ANGLED DIVIDER: MODERN, KAPITAL, PANJANG, TEBAL === */
.angled-divider {
  transform: rotate(2.5deg);            /* posisi miring kiri naik kanan turun */
  background: #D0FF00;
  height: 90px;                        /* ✅ UBAH DI SINI jika ingin lebih pendek/tinggi */
  width: 120%;
  position: relative;
  left: -10%;
  top: -230px;                           /* ✅ POSISI LEBIH ATAS (negatif untuk naik ke atas) */
  overflow: hidden;
  z-index: 10;
  font-family: 'Poppins', sans-serif;
}

.scrolling-text {
  white-space: nowrap;
  display: inline-block;
  animation: marquee 120s linear infinite; /* waktu lebih cepat supaya tidak terasa delay */
  color: #000;
  font-weight: 900;
  font-size: 36px;                     /* ✅ KECILKAN JIKA MAU — ganti jadi 32px misalnya */
  line-height: 100px;
  padding-left: 100%;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.scrolling-text span {
  display: inline-block;
  padding-right: 200%;                 /* ✅ TAMBAH agar setelah scroll, tidak langsung ulang */
  min-width: 6000px;                   /* ✅ PANJANGKAN agar tidak terlihat jeda */
}
@keyframes marquee {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}




/* ==== SECTION ABOUT ==== */
.about-section {
  background-color: #111;
  padding: 40px 20px 60px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-top: -185px; 
  position: relative;
  transform: translateY(-80px);
  z-index: 5;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* KIRI: HEADLINE + PARAGRAF */
.about-left {
  margin-bottom: 40px;
  position: relative;
  min-height: 140px; /* tambahkan agar tidak ketiban paragraf & tombol */
}

.section-label {
  color: #D0FF00;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1px;
  display: inline-block;
}

.headline-with-image {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.about-heading {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

/* PARAGRAF DAN BUTTON */
.about-paragraph {
  font-size: 15px;
  color: #ccc;
  max-width: 500px;
  margin-top: 60px;
}

.about-paragraph.special-desc {
  position: absolute;
  top: 60px; /* Ubah nilai ini untuk menurunkan paragraf */
  right: 0;
  width: 320px;
  text-align: right;
}

.btn-contact {
  position: absolute;
  top: 220px; /* Geser jika perlu */
  right: 0;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.3s ease;
  display: inline-block;
}

.btn-contact:hover {
  background: #fff;
  color: #111;
}

/* VIDEO */
.about-video {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  height: 400px
}

.about-video .video-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* KARTU 3 */
.about-cards {
  display: flex;
  gap: 24px;
  margin-top: 5px;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
}

.about-card {
  flex: 1 1 30%;
  background: #fff;
  color: #000;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: -160px
}

.about-card .icon {
  background-color: #FFD700;
  color: #111;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: rgba(255, 215, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 6;
  transition: 0.3s ease;
}


.play-icon i {
  font-size: 24px;
  color: #111;
  margin-left: 4px;
}

.play-icon:hover {
  background-color: rgba(255, 215, 0, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon svg {
  width: 24px;
  height: 24px;
  fill: #111;
}

.about-card h4 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* PANAH */
.arrow-icon {
  background-color: #FFD700;
  border-radius: 50%;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.arrow-icon svg {
  transform: rotate(45deg); /* serong atas */
  transition: transform 0.3s ease;
   width: 25px;
  height: 25px;
}

.about-card:hover .arrow-icon svg {
  transform: rotate(0deg); /* arah kanan */
}

/* GARIS PEMBATAS */
.about-card hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 16px 0;
}

/* TEKS ISI */
.about-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .about-cards {
    flex-direction: column;
    gap: 32px;
    margin-top: 20px;
  }

  .about-heading {
    font-size: 36px;
  }

  .about-paragraph {
    max-width: 100%;
  }

  .about-video {
    width: 100%;
    margin-left: 0;
  }
   .play-icon {
    width: 48px;
    height: 48px;
  }
  .play-icon i {
    font-size: 18px;
  }
}

/* === SKILLS SECTION === */
/* === SKILLS SECTION === */
.skills-section.dark-theme {
  background-color: white; /* semi-transparan putih */
  color: #111;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0 0 20px 0;
  margin-top: -80px;
  
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
}

.section-label {
  font-size: 20px;
  color: yellowgreen;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.skills-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 30px;
  box-sizing: border-box;
}

.skills-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 300px;
}

.skills-heading {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.skills-description {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.skills-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -10px;
}

.skills-badges .badge {
  background-color: #333;
  color: #f4f4f4;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 15px;
  margin: 4px 6px 6px 0;
  display: inline-block;
}

.skills-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}

.profile-skill-img {
  width: 1000px !important;
  height: auto;
  display: block;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.skills-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  gap: 16px;
}

.skill-block {
  margin-bottom: 20px;
}

.skill-block .skill-icon-img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 8px;
}

.skill-bar {
  margin-bottom: -20px;
}

.skill-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
}

.bar {
  background: #444;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.fill {
  height: 100%;
  background: green;
  transition: width 0.5s ease-in-out;
}

.skill-summary {
  margin-top: 10px;
  font-size: 15px;
  color: #111;
}

.btn-skill-cta {
  display: inline-block;
  background: transparent;
  border: 2px solid #111;
  color: #111;
  padding: 6px 12px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 16px;
  transition: all 0.3s;
  width: fit-content;
  background-color: #f4f4f4;
}

.btn-skill-cta:hover {
  background-color: #111;
  color: #fff;
}

/* === SCROLLING IMAGE ICON WRAPPER === */
.skills-icons-row-wrapper {
  width: 90%;
  max-width: 1280px;
  margin: -50px auto 0;
  background: #111;
  border-radius: 40px;
  position: relative;
  padding: 20px 0;
  overflow: hidden;
  box-sizing: border-box;
}

/* === SCROLLING ICONS === */
.skills-icons-row {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: scrollIcons 200s linear infinite;
  min-width: max-content;
  padding: 10px 20px;
}

/* === ICON IMAGE (LINGKARAN) === */
.icon-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
}

.icon-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.icon-photo:hover {
  transform: scale(1.30);
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .skills-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }

  .skills-left,
  .skills-right,
  .skills-image {
    max-width: 100%;
  }

  .skills-heading {
    font-size: 40px;
    text-align: center;
  }

  .skills-description {
    text-align: center;
  }

  .skills-badges {
    text-align: center;
  }

  .profile-skill-img {
    margin-top: 20px;
  }

  .skills-right {
    align-items: center;
    text-align: center;
  }
}


/* === EXPERIENCE SECTION === */
.experience-section {
  background: #111 !important; /* Latar belakang hitam gelap */
  color: #fff;
  padding: 80px 40px;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
  z-index: 10; /* Pastikan tampil di atas section lain */
}

.experience-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}

/* BAGIAN KIRI */
.experience-left {
  flex: 1 1 40%;
  min-width: 300px;
}

.logo-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.star-icon {
  width: 18px;
  height: 18px;
}

.award-title {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

/* HEADING UTAMA */
.experience-heading {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 20px 0;
  color: #fff;
}

.experience-heading .highlight {
  color: #d4ff00; /* Warna kuning neon untuk kata "EXCELLENCE" */
}

/* PARAGRAF DESKRIPSI */
.experience-desc,
.experience-description {
  font-size: 14px;
  color: #999;
  line-height: 1.6;
  max-width: 500px;
}

/* BAGIAN KANAN */
.experience-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* ITEM PENGHARGAAN */
.experience-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #333;
  padding-top: 20px;
}

.experience-item:last-child {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

/* TEKS KANAN */
.text-block,
.experience-title-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.text-block small,
.experience-title-group small {
  color: #d4ff00;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.text-block h3,
.experience-title-group h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}

/* TOMBOL DISCOVER */
.btn-discover {
  border: 2px solid #d4ff00;
  color: #fff;
  background: transparent;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-discover:hover {
  background: #d4ff00;
  color: #111;
}




/* === PROJECT === */


.projects-section {
  position: relative;
  padding: 80px 40px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
  overflow: hidden; /* supaya ::before tidak keluar batas */
}

.projects-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('/PORTOFOLIO-WEBSITE/assets/images/canvas-texture.png');
  background-repeat: repeat; /* biar diulang */
  background-size: auto;     /* default size asli gambar */
  background-position: top left; /* bisa juga center */
  opacity: 0.4;
  z-index: 0;
}

.projects-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
  margin-bottom: 50px;
  text-align: left;
  padding: 0 20px;
}
.projects-header .text-group {
  justify-self: start;
  margin-top: -60px;
}

.projects-header,
.projects-grid {
  position: relative;
  z-index: 1;
}

.projects-header .filter-buttons {
  justify-self: end;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: 150px;
}


.projects-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 10px;
  color: #111;
}



.projects-desc {
  color: #666;
  font-size: 14px;
  max-width: 600px;
  margin: 10px auto 0;
}

.filter-buttons {
  margin-top: 30px;
}

.filter-btn {
  background: none;
  border: 2px solid #111;
  padding: 6px 18px;
  margin: 0 5px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: #111;
  color: #fff;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px; /* jarak antar frame */
  max-width: 100%; /* sebelumnya mungkin 1100px */
  padding: 0 20px;  /* beri ruang sedikit dari sisi kiri-kanan */
  margin: 0 auto;
}


.project-item {
  text-align: left;
   margin-bottom: 40px
}

.project-item small {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  display: block;
}

.project-item h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 4px 0 0;
  color: #111;
}

.thumb-frame {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  background: #ccc;
  .thumb-frame {
  height: 360px; /* dari sebelumnya 300px */
  border-radius: 14px; /* opsional sedikit membulatkan */
}
}

.thumb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  width: 64px;               /* Lebar sama */
  height: 64px;              /* Tinggi sama */
  background-color: #d4ff00; /* Warna hijau kekuningan */
  
  color: #111;
  font-size: 24px;
  border-radius: 50%;        /* Bikin lingkaran penuh */
  
  display: flex;
  align-items: center;
  justify-content: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
}



.video-icon:hover {
  animation: pulse-ring-strong 1.2s infinite;
  transform: translate(-50%, -50%) scale(1.12);
  background-color: #d4ff00;
  color: #111;
}

/* Hilangkan garis bawah dari ikon play */
.video-icon,
.video-icon:hover,
.video-icon:focus,
.video-icon:visited {
  text-decoration: none !important;
  outline: none !important;
  border: none !important;
}

.video-icon i {
  text-decoration: none !important;
  border: none !important;
}



.shift-up {
  transform: translateY(-10px);
}

.project-item:nth-child(1),
.project-item:nth-child(3),
.project-item:nth-child(5) {
  margin-top: -20px; /* turunkan item kiri */
}

.project-item:nth-child(2),
.project-item:nth-child(4),
.project-item:nth-child(6) {
  margin-top: -180px; /* naikkan nilainya jika ingin lebih turun */
}

/* === BLACK BOX CUSTOM CONTENT === */

.custom-black-box {
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px; /* bisa disesuaikan */
  padding: 30px;
  color: black;
  margin-bottom: -20px;
}

.black-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  gap: 40px;
}

.black-box-content .left-box {
  flex: 2;
}

.black-box-content .right-box {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


/* Teks Besar */
.big-text {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

/* Teks kecil */
.small-text {
  color: #bbb;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* Kontak */
.contact-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.circle-icon {
  width: 38px;
  height: 38px;
  background-color: #d4ff00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-size: 16px;
}

.label {
  font-size: 11px;
  letter-spacing: 1px;
  color: #aaa;
  text-transform: uppercase;
}

.phone {
  font-weight: bold;
  font-size: 16px;
  color: #d4ff00;
}

/* Tombol View Portfolio */
.portfolio-btn {
  background: transparent;
  border: 2px solid #d4ff00;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.portfolio-btn:hover {
  background-color: #d4ff00;
  color: #111;
}

.project-item.full-width {
  grid-column: span 2; /* Supaya kotaknya ambil 2 kolom penuh */
}

.thumb-frame.custom-black-box {
  height:220px; 
  width: 560px;
  background-color: #111;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
   margin-top: 30px; 
}




@keyframes pulse-ring-strong {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 255, 0, 0.7); /* lebih pekat */
  }
  50% {
    box-shadow: 0 0 0 24px rgba(212, 255, 0, 0.2); /* lebih lebar & menyebar */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(212, 255, 0, 0);
  }
}




/* ========== EDUCATION SECTION ========== */

#education {
  background-color: #121212;
  padding: 60px 3vw;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
    padding-top: 10px
}

.education-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.education-title h2 {
  font-size: 48px;
  font-weight: 900;
  font-family: 'Segoe UI', sans-serif;
  text-align: left;
  color: yellowgreen;
}

.education-description p {
  max-width: 500px;
  color: #cccccc;
  font-size: 16px;
  text-align: right;
}

.education-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.education-card {
  background-color: rgb(5, 5, 105);
  color: #000000;
  padding: 30px 20px;
  border-radius: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  font-family: 'Segoe UI', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: 3px solid #cccccc
}

.education-card.short {
  height: 240px;
}

.education-card:hover {
  transform: translateY(-6px);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.card-number {
  font-size: 36px;
  font-weight: 900;
  border-left: 4px solid #333;
  padding-left: 12px;
  color:yellow;
  border-left: 4px solid  yellow;

}

.card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.school-name {
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  margin-top: 20px;
  color: #ccc;
}

.graduation-year {
  font-size: 14px;
  color: white;
  font-style: italic;
  text-align: left;
  margin-top: -10px;
}

.education-card:nth-child(2),
.education-card:nth-child(4) {
  height: 200px; /* lebih kecil dari default 320px */
}

.education-card:nth-child(1),
.education-card:nth-child(3) {
  height: 220px;
}


@media (max-width: 1024px) {
  .education-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .education-title h2, .education-description p {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .education-cards {
    grid-template-columns: 1fr;
  }
  .education-card {
    height: auto;
  }
}


/* ========== ACTIVITY SECTION ========== */

#activity {
  padding: 15px 3vw;
  background-color: white;
  background-image: url('/PORTOFOLIO-WEBSITE/assets/images/texturec.png');
  background-size: auto;
  background-repeat: repeat;
  opacity: 100%;
}

.activity-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.activity-left {
  flex: 1 1 300px;
  max-width: 480px;
}

.activity-gallery {
  display: flex;
  height: 600px; /* diperkecil */
  flex: 2;
  gap: 10px; /* jarak antar gambar */
  overflow: hidden;
  
}



.highlight-title {
  color: green;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.main-title {
  font-size: 40px;
  font-weight: 800;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.3;
}

.description {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.btn-gallery {
  display: inline-block;
  margin-top: 25px;
  background-color: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-gallery:hover {
  background-color: yellow;
  color: #000;
  border: 1px black solid;
}

.activity-photo {
  flex: 1;
  position: relative;
  transition: flex 0.4s ease, transform 0.3s;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.photo-frame {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photo-frame img {
  height: 100%;
  object-fit: cover;
}

.activity-photo .caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.activity-photo.active .caption,
.activity-photo:hover .caption {
  opacity: 1;
}

.activity-photo:not(.active) {
  flex: 1.3;
}

.activity-photo.active {
  flex: 2;
  z-index: 1;
}

.activity-photo:hover {
  flex: 4;
  z-index: 2;
  transform: scale(1.02);
}

.activity-photo:hover ~ .activity-photo.active {
  flex: 0.4 !important;
}

.activity-photo h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.activity-photo p {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .activity-container {
    flex-direction: column;
  }

  .activity-gallery {
    flex-direction: column;
    height: auto;
  }

  .activity-photo {
    flex: unset !important;
    height: 300px;
  }

  .photo-frame {
    aspect-ratio: auto;
  }
}