

.menu-budaya-wrapper {
    width: 100%;
    max-width: 960px;
    margin:auto;
  
  }

  .menu-budaya-container {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
   
    
  }

  .budaya-option {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #444;
    font-weight: 600;
    flex: 1 1 220px;
    min-width: 200px;
  }

  .budaya-icon {
    background-color: #e2e8f0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }

  .btn-jelajahi {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  
  }

  .btn-jelajahi:hover {
    background-color: #0056b3;
  }

.budaya-section {
padding: 60px 20px;
max-width: 960px;
margin: auto;
}

.budaya-flex {
display: flex;
gap: 30px;
flex-wrap: wrap;
align-items: center;
}

.budaya-img {
flex: 1 1 300px;
max-width: 100%;
border-radius: 12px;
box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.budaya-text {
flex: 1 1 300px;
}

.budaya-text h2 {
font-size: 24px;
margin-bottom: 12px;
color: #333;
}

.budaya-text p {
font-size: 16px;
color: #666;
}


.budaya-text h2 {
font-size: 24px;
margin-bottom: 12px;
color: #333;
}

.budaya-text p {
font-size: 16px;
color: #666;
}

.budaya-aksara {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
text-align: center;
}
.budaya-section {
background: #fff;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
padding: 40px;
max-width: 960px;
margin: 60px auto;
}

.budaya-flex {
display: flex;
align-items: center;
gap: 30px;
flex-wrap: wrap;
}

.budaya-img {
flex: 1 1 300px;
max-width: 100%;
border-radius: 16px;
box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.budaya-text {
flex: 1 1 300px;
text-align: left;
}

.budaya-text h2 {
font-size: 28px;
color: #007bff;
margin-bottom: 10px;
}

.budaya-text p {
font-size: 16px;
color: #555;
}















.menu-budaya-container {
    gap: 10px;
    overflow-x: auto;
  }
  
  .budaya-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .budaya-option .budaya-icon {
    background-color: #e2e8f0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
  }
  
  /* ====================== */
  /* >>> ACTIVE STYLE <<<   */
  /* ====================== */
  
  .budaya-option.active {
    background-color: #007bff;
    color: white !important;
  }
  
  .budaya-option.active .budaya-icon {
    background-color: white;
    color: #007bff;
  }
  
  /* Tombol Jelajahi Aktif */
  .btn-jelajahi.active {
    background-color: white;
    color: #007bff;
    border: 2px solid #007bff;
  }
  
@media (max-width: 768px) {
.menu-budaya-container {
  flex-direction: column;
  align-items: stretch;
  border-radius: 30px;
}

.btn-jelajahi {
  width: 100%;
  text-align: center;
}

.budaya-option {
  justify-content: flex-start;
}
budaya-flex {
flex-direction: column;
text-align: center;
}

.budaya-text {
text-align: center;
}
}