/* Navbar brand dengan logo */
.navbar-brand {
    display: flex;
    align-items: center;
    color: #ffffff !important;
    font-weight: bold;
  }
  
  /* Jarak antara logo dan teks */
  .navbar-brand .logo-img {
    height: 50px; /* Sesuaikan tinggi logo */
    margin-right: 10px; /* Tambahkan jarak antara logo dan teks */
  }
  .navbar {
    background-color: #b4b8b1 !important; /* Biru langit */
    color: #ffffff; /* Warna teks putih untuk kontras */
  }
  
  
  /* Tautan navbar */
  .nav-link {
    color: #ffffff !important;
    margin-right: 15px;
    transition: color 0.3s ease-in-out;
  }
  
  .nav-link:hover {
    color: #f0f0f0 !important;
  }
  
  .nav-link.active {
    font-weight: bold;
    color: #e0e0e0 !important;
  }
  
  
.jumbotron {
    background-image: url('awal.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 450px;
    padding-top: 2rem;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropdown-container {
    margin-top: 1.5rem;
    position: relative;
    display: inline-block;
    width: 60%;
}

.dropdown-select {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns%3D%22http://www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22%23333%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E%3Cpolyline points%3D%226 9 12 15 18 9%22%3E%3C/polyline%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #000000;
    cursor: pointer;
}

.dropdown-select:focus {
    outline: none;
    border-color: #f3efef;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5);
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Roboto:wght@400&display=swap');

.lead {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #f0f0f0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0.5rem;
    border-radius: 8px;
    display: inline-block;
    max-width: 80%;
    line-height: 1.6;
    text-align: center;
}


body{
    min-height: 2000px;
}

/* General styles for the Update Terbaru section */
#Update\ Terbaru {
  background: url('../walpp.jpg') no-repeat center center/cover; /* Ganti dengan path gambar Anda */
  padding: 60px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#Update\ Terbaru::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Layer gelap semi-transparan untuk teks lebih terbaca */
  backdrop-filter: blur(5px); /* Efek blur */
  z-index: -1;
}

#Update\ Terbaru h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Bayangan untuk teks lebih jelas */
}




#Update\ Terbaru .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

#Update\ Terbaru .col-md-6 {
  flex: 1 1 48%;
}

#Update\ Terbaru h3 {
  font-size: 28px;
  color: #e9dada;
  margin-bottom: 15px;
  font-weight: 500;
}

#Update\ Terbaru ul {
  list-style-type: none;
  padding-left: 0;
}

#Update\ Terbaru ul li {
  font-size: 18px;
  color: #f8eded;
  margin-bottom: 10px;
  line-height: 1.6;
}

#Update\ Terbaru ul li strong {
  color: #f8eded;
}

#Update\ Terbaru p {
  font-size: 18px;
  color: #f1e8e8;
  line-height: 1.8;
  margin-bottom: 30px;
}

#Update\ Terbaru .container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #Update\ Terbaru .col-md-6 {
    flex: 1 1 100%;
  }

  #Update\ Terbaru h2 {
    font-size: 30px;
  }

  #Update\ Terbaru h3 {
    font-size: 24px;
  }
}