main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

.paket-title-spacing {
    margin-top: 80px;
}

.floating-title-box {
  position: relative;
  z-index: 10;
  margin: -2rem auto 2rem auto;
  max-width: 900px;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 120, 255, 0.6);
  text-align: center;
  border: 1px solid #ddd;
}

.floating-title {
  font-size: 2rem;
  color: #222;
  margin: 0;
}
.sitemap-inner-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}
.card-wrapper h1,
.card-wrapper h2,
.card-wrapper h3 {
  color: #1f3d7a !important;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.cms-content {
  color: #333;
}

.list-group-item {
  background-color: #ffffff;
  color: #212529;
  border-left: 4px solid #dee2e6;
  padding: 0.75rem 1rem;
  transition: background-color 0.2s ease;
}

.list-group-item:hover {
  background-color: #e9ecef;
}

a.text-primary,
.border-primary {
  color: #007bff !important;
  border-color: #007bff !important;
}

a.text-success,
.border-success {
  color: #28a745 !important;
  border-color: #28a745 !important;
}

a.text-warning,
.border-warning {
  color: #e69900 !important;
  border-color: #e69900 !important;
}

a.text-secondary,
.border-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
}

.badge.bg-secondary {
  background-color: #6c757d;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
}

.fas.fa-link,
.fas.fa-file {
  color: inherit;
}
@media (max-width: 480px) {
header {
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 95, 163, 0.1);
  }

.paket-title-spacing {
    margin-top: -20px;
  }
}

