body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #FFC15E;
    color: #2b2b2b;
  overflow-x: hidden;
  }
  
  /* WRAPPER BUAT CENTERIN ISI */
  .wrapper {
    margin-top: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px; /* biar gak nempel layar pinggir */
    box-sizing: border-box;
  }

  /* === NAVBAR === */
.navbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    background-color: white;
    border-radius: 16px;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: 0.3s ease;
  }

  .dropdown {
    position: relative;
  }
  
  .dropdown-content {
    position: absolute;
    top: 120%;
    left: 0;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 250px;
    display: none;
    flex-direction: column;
    padding: 8px 0;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  .dropdown-content a {
    padding: 10px 16px;
    text-decoration: none;
    color: #5B301E;
    font-weight: 500;
    font-size: 14px;
    display: block;
    transition: background 0.2s ease, color 0.2s ease;
  }
  
  .dropdown-content a:hover {
    background-color: #FFF4E0;
    color: #FFAC27;
  }
  
  /* Show dropdown on hover */
  .dropdown:hover .dropdown-content {
    display: flex;
  }
  
  .logo img {
    height: 40px;
  }
  
  .nav-links {
    display: flex;
    gap: 24px;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #5B301E;
    font-weight: 600;
    transition: 0.2s ease;
  }
  
  .nav-links a:hover {
    color: #FFAC27;
    transform: scale(1.05);
  }
  
  .hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
  }
  
  .hero-illustration {
    position: absolute;
    bottom: 0;
    height: 98%;
    width: 100%;
    right: 10px;
    padding-left: 50px;
    
   
  }

  /* === HERO BACKGROUND === */
  .hero {
    position: relative;
    min-height: 100vh;
    margin-top: 68px;
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-position: left top;
    z-index: 0;
  
  }
  
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
   
    pointer-events: none;
    z-index: -1;
  }
  /* === TYPING CARD === */
  .typing-card {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 2px solid #FFAC27;
    background: #FFF7E6;
    color: #C62828;
    width: fit-content;
  }
  
  .aksara-icon {
    height: 28px;
  }
  
  .typing-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  
  .typing-text::after {
    content: "|";
    margin-left: 2px;
    animation: blink 0.7s infinite;
  }
  
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }
  
  /* === HERO TEXT === */
  .hero h1 {
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 800;
    color: #ffffff;
    margin: -7px 0 0;
  }
  
  .hero h2 {
    font-size: clamp(18px, 2.6vw, 28px);
    font-weight: 600;
    margin: -17px 0;
    color: #1f1f1f;

  }
  
  .selonjoran {
    position: absolute;
    bottom: 66px;
    left: 50%;
    transform: translateX(-50%);
    animation: floatingUpDown 2.5s ease-in-out infinite alternate;
    z-index: 10;
  }
  
  /* Ukuran gambar */
  .selonjoran img {
    width: 260px; /* Ubah jadi sekecil yang kamu mau */
    height: auto;
    margin-left: 42rem;

  }
  
  @keyframes floatingUpDown {
    0% {
      transform: translateX(-50%) translateY(0);
    }
    100% {
      transform: translateX(-50%) translateY(-30px); /* naik 30px */
    }
  }
  .hero p {
    max-width: 640px;
    line-height: 1.6;
    color: #333;
  }
  
  .btn-group {
    display: flex;
    gap: 12px;
    margin-top: 16px;
  }
  
  .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
  }
  
  .btn-primary {
    background-color: #B71C1C;
    color: white;
    border-radius: 200px;
  }
  
  .btn-secondary {
    background-color: transparent;
    border: 2px solid #FFAC27;
    color: #FFAC27;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
  }
  
  .btn-secondary:hover {
    background-color: #FFAC27;
    color: white;
  }
  
  .cloud-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none; /* biar nggak ganggu klik */
    overflow: hidden;
    z-index: -1; /* biar awan di belakang */
  }
  
  .cloud {
    position: absolute;
    width: 100px;
    opacity: 0.7;
    animation: floatCloud 4s ease-in-out infinite alternate;
  }

  
  
  /* Posisi awan kiri */
  .cloud-left.cloud-1  {  width: 250px; top: 40%; left: -5%; animation-delay: 0s; }
  .cloud-left.cloud-2 { width: 150px; top: 49%; left: -2%; animation-delay: 0.3s; }
  .cloud-left.cloud-3 { width: 100px; top: 67%; left: -1%; animation-delay: 0.6s; }
  .cloud-left.cloud-4 { width: 180px; top: 70%; left: -1%; animation-delay: 0.9s; }
  
  /* Posisi awan kanan */
  .cloud-right.cloud-5 {
    width: 300px;
    position: absolute;
    top: 10%;
    right: -1%;
    z-index: 9999; /* gedein aja sekalian */
    animation-delay: 0.2s;
  }  .cloud-right.cloud-6 { width: 150px; top: 20%; right: -1%; animation-delay: 0.5s; }
  .cloud-right.cloud-7 { top: 10%; right: 8%; animation-delay: 0.8s; }
  .cloud-right.cloud-8 { width: 180px; top: 50%; right: -1%; animation-delay: 1.1s; }
  
  /* Animasi goyang kiri-kanan */
  @keyframes floatCloud {
    0% { transform: translateX(0); opacity: 0.8; }
    100% { transform: translateX(20px); opacity: 1; }
  }
  
  /* === RESPONSIVE === */
  @media (max-width: 900px) {
    .hero {
      background-position: 120% bottom;
      background-size: 90vw;
      padding: 140px 6% 100px;
    }
  }
  
  /* === OPTIONAL: Navbar Scroll Effect === */
  .navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }

  .greetings {
    display: flex; 
    align-items: center;
    padding: 2rem 1rem 0 3rem; /* atas, kanan, bawah, kiri */
  }
  
  .greetings p {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
  }
  
  .greetings img {
    animation: glow 0.6s ease-in-out infinite alternate;
    margin-right: 16px; /* kasih jarak antar img dan text */
  }
  
  @keyframes glow {
    0% {
      filter: drop-shadow(0 0 10px #b71c1ca1);
    }
    100% {
      filter: drop-shadow(0 0 20px #dc3f3faf);
    }
  }

  .btn-primary {
    background-color: #B71C1C;
    color: white;
    border-radius: 100px;
  }


/* Kontainer utama */
.batak-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 48px; /* lebih lega */
  align-items: flex-start; /* biar teks mulai dari atas */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 20px; /* ada napas di pinggir */
}

/* Label section */
.section-label {
  background-color: #B71C1C;
  color: white;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

/* Judul */
.title {
  font-size: 36px; /* lebih besar biar standout */
  font-weight: 800;
  color: #5c2b0c;
  margin-bottom: 16px;
  line-height: 1.2;
}

/* Paragraf */
.text-part p {
  font-size: 17px;
  color: #3c2b1f;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 620px;
}

/* Checklist */
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  color: #2f2f2f;
}

.checklist img {
  width: 22px;
  height: 22px;
}

/* Bagian gambar */
.image-part {
  position: relative;
  flex: 1;
  min-width: 320px;
  max-width: 500px;
  text-align: center; /* biar gambar lebih seimbang */
}

.penari {
  margin-top: 100px;
  margin-right: 1200px;
  width: 260px;
  z-index: 1;
  position: relative;
}

.rumah {
  position: absolute;
  top: 40px;
  right: 80px;
  width: 440px;
  z-index: 0;
  opacity: 0.9;
}

.bunga {
  position: absolute;
  width: 200px;
  animation: muter 10s linear infinite;
}

.bunga1 {
  top: 200px;
  right: -10px;
}

.bunga2 {
  bottom: -20px;
  right: 60px;
  z-index: 1;
  width: 100px;
  animation-delay: 1s;
}

/* Animasi */
@keyframes muter {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsif */
@media (max-width: 768px) {
  .batak-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .image-part {
    align-self: center;
    margin-top: 28px;
  }

  .title {
    font-size: 28px;
  }

  .text-part p {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* ===== WRAPPER UTAMA ===== */
.wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  background-color: transparent;
}

.container {
  max-width: 1000px;
  width: 100%;
}
/* ===== HEADER ===== */
.header-section {
  text-align: center;
  margin-bottom: 50px;
}

.header-section h1 {
  color: #c0392b; /* merah bata lebih pekat */
  font-size: 2.6em;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
  animation: fadeInDown 0.8s ease-out;
}

.header-section h2 {
  color: #444; /* abu gelap, biar kontras */
  font-size: 1.25em;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.1);
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

/* ===== TIMELINE ===== */
.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  width: 4px;
  background-color: #d9534f;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

/* ITEM TIMELINE */
.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #FFF7E6;
  width: 45%;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  margin-bottom: 50px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: slideIn 0.8s ease-out forwards;
  opacity: 0;
}

.timeline-item:nth-child(odd) {
  align-self: flex-start;
  margin-right: auto;
}

.timeline-item:nth-child(even) {
  align-self: flex-end;
  margin-left: auto;
}

/* Titik di garis tengah */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #d9534f;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 2;
  animation: pulse 2s infinite;
}

/* TEKS ITEM */
.timeline-item h3 {
  color: #d9534f;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-item p {
  color: #333;
  font-size: 1em;
  line-height: 1.6;
}

.timeline-item .details {
  display: none;
  margin-top: 12px;
  padding: 12px;
  background-color: #f9f9f9;
  color: #555;
  font-size: 0.95em;
  border-left: 3px solid #d9534f;
  border-radius: 4px;
}

/* STATE AKTIF (klik) */
.timeline-item.active .details {
  display: block;
  animation: fadeInUp 0.4s ease-out;
}

.timeline-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(217,83,79,0.15);
}

/* ANIMASI */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* DELAY animasi biar berurutan */
.timeline-item:nth-child(1) { animation-delay: 0.2s; }
.timeline-item:nth-child(2) { animation-delay: 0.4s; }
.timeline-item:nth-child(3) { animation-delay: 0.6s; }
.timeline-item:nth-child(4) { animation-delay: 0.8s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
    transform: none;
  }
  .timeline-item {
    width: 100%;
    margin-left: 40px !important;
    align-self: flex-start !important;
  }
  .timeline-item::before {
    left: -28px;
    transform: none;
  }
  .header-section h1 {
    font-size: 1.8em;
  }
  .header-section h2 {
    font-size: 1em;
  }
}

 /* end */
   /* footer */
   #bagian-video-bawah {
    background-color: #1f2a2e; /* biru dongker */
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
  }


  /* FOTO-FOTO NAIK DARI BAWAH */
  #foto-naik-dari-bawah {
    position: absolute;
    top: -100px; /* agar muncul dari bawah */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 2;
    animation: naikDariBawah 1.5s ease-out forwards;
  }


  #foto-naik-dari-bawah img {
    width: 130px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    transform: rotate(-5deg);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  }


  #foto-naik-dari-bawah img:nth-child(2) {
    transform: rotate(0deg);
  }
  #foto-naik-dari-bawah img:nth-child(3) {
    transform: rotate(5deg);
  }
  #foto-naik-dari-bawah img:nth-child(4) {
    transform: rotate(-3deg);
  }
  #foto-naik-dari-bawah img:nth-child(5) {
    transform: rotate(3deg);
  }


  @keyframes naikDariBawah {
    0% {
      top: 100%;
      opacity: 0;
    }
    100% {
      top: -100px;
      opacity: 1;
    }
  }


  /* FOOTER KONTEN */
  #footer-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
    padding: 100px 20px 30px;
    position: relative;
    z-index: 1;
  }


  .footer-kolom {
    max-width: 200px;
  }


  .footer-kolom h4 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #f0f0f0;
  }


  .footer-kolom p {
    font-size: 13px;
    line-height: 1.5;
  }


  /* PENUTUP */
  #penutup-footer {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }


  /* HIASAN GELOMBANG */
#gelombang-hiasan {
width: 100vw; /* full layar */
height: 80px;
overflow: hidden;
position: relative; /* biar nggak terpengaruh parent lain */
}


#gelombang-hiasan img {
width: 100%;
height: 100%;
object-fit: cover; /* gambar dipaksa nutup area */
display: block;
}
  /* RESPONSIF */
  @media (max-width: 768px) {
    #foto-naik-dari-bawah {
      gap: 10px;
      top: -80px;
    }


    #foto-naik-dari-bawah img {
      width: 100px;
      height: 140px;
    }


    #footer-info {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }


    .footer-kolom {
      margin-bottom: 30px;
    }


    #penutup-footer {
      font-size: 22px;
    }


    #gelombang-hiasan {
      height: 60px;
    }
  }
/* end */
/* Reset */
footer {
background-color: #1f2a2e;
color: #fff;
text-align: center;
position: relative;
overflow: hidden;
}


/* Footer top info */
.footer-info {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
padding: 60px 20px 30px;
}


.footer-kolom {
max-width: 200px;
margin-bottom: 20px;
}


.footer-kolom h4 {
font-size: 20px;
margin-bottom: 10px;
text-transform: uppercase;
color: #f0f0f0;
}


.footer-kolom p {
font-size: 13px;
line-height: 1.5;
font-size: 15px;
}


/* Center text */
.footer-center {
margin-top: 20px;
margin-bottom: 30px;
font-size: 55px;
}


.footer-center h2 {
font-size: 28px;
font-weight: normal;
}


/* Wave image */
.footer-wave img {
width: 100%;
height: auto;
display: block;
}


/* Responsif tablet */
@media (max-width: 1024px) {
.footer-center h2 {
  font-size: 24px;
}
}


/* Responsif HP */
@media (max-width: 768px) {
.footer-info {
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.footer-center h2 {
  font-size: 20px;
  padding: 0 10px;
}
}
