* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

header {
  background: #003366;
  color: white;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo {
  width: 50px;
}

nav ul {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 10px 20px;
}

nav ul li {
  position: relative;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: white;
  color: black;
  border-radius: 5px;
  min-width: 150px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

nav .dropdown:hover .dropdown-menu {
  display: block;
}

nav .dropdown-menu li {
  padding: 10px;
}

nav .dropdown-menu li a {
  color: black;
}

.slideshow {
  display: flex;
  overflow: auto;
}

.slideshow img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.section {
  padding: 40px 20px;
  text-align: center;
}

.section.gray {
  background-color: #f0f0f0;
}

.section.krem {
  background-color: #fff8e1;
}

.section.birumuda {
  background-color: #e6f0ff;
}

.merahpastel {
  background-color: #ffe6e6;
}

.section.hijaubiru {
  background-color: #e0f7f1; /* pastel hijau kebiruan */
}

.section.kuninglembut {
  background-color: #fff9e6; /* pastel kuning gading */
}

.section.ungu {
  background-color: #f3e8ff; /* pastel ungu lavender */
}

.section.orangelembut {
  background-color: #fff3e0; /* pastel oranye lembut */
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 1000px;
  margin: 20px auto 0;
  gap: 20px;
}

.card {
  background: white;
  padding: 20px;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.footer-full {
  background: #003366;
  color: white;
  padding: 40px 20px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 10px;
  color: #ffcc00;
}

.footer-col p,
.footer-col li {
  margin-bottom: 8px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}

.social-links li a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  height: 100vh; /* Tinggi penuh layar */
  object-fit: cover;
}

/* Navigasi tombol */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: rgba(0,0,0,0.3); /* transparan */
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.5);
}

/* Efek fade */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.sambutan-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.sambutan-image img {
  width: 300px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sambutan-text {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.sambutan-text h2 {
  margin-bottom: 15px;
  color: #003366;
}

.sambutan-text p {
  margin-bottom: 15px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .sambutan-container {
    flex-direction: column;
    text-align: center;
  }

  .sambutan-text {
    text-align: center;
  }
}

.section h2 {
  display: inline-block;
  background-color: #ffcc00;
  color: #003366;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.section h21 {
  display: inline-block;
  background-color: #d0ebff; /* biru muda lembut */
  color: #003366; /* biru tua */
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0, 51, 102, 0.2);
  border: 2px solid #a5d8ff;
  margin-bottom: 30px;
}

.link-section {
  padding: 50px 20px;
  background: #f0f8ff;
  text-align: center;
}

.link-section h2 {
  background-color: #007acc;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.link-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.link-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  width: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: #003366;
}

.link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.link-card img {
  max-width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.link-card h3 {
  font-size: 16px;
  line-height: 1.4;
}

.section.gallery {
  background-color: #f9f9f9;
  padding: 40px 20px;
  text-align: center;
}

.gallery-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.gallery-cards .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.gallery-cards .card:hover {
  transform: scale(1.03);
}

.gallery-cards .card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.gallery-cards .card h3 {
  padding: 10px;
  font-size: 1.1em;
}

/* Section styling */
.section.gallery {
  padding: 60px 20px;
  background-color: #fefefe;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom:

/* PROGRESS BAR SECTION */
.progress-bar-section {
  padding: 60px 20px;
  background-color: #f4f9ff;
  text-align: center;
}

.progress-bar-section .progress-title {
  font-size: 28px;
  margin-bottom: 40px;
}

.progress-container {
  max-width: 800px;
  margin: 0 auto;
}

.progress-item {
  margin-bottom: 25px;
  text-align: left;
}

.progress-label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.progress-bar {
  width: 100%;
  background-color: #e0e0e0;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.progress-fill {
  height: 100%;
  width: 0;
  background-color: #007BFF;
  border-radius: 12px;
  transition: width 2s ease;
}

