/* =======================
   HEADER
   ======================= */
.pkp_head_wrapper,
.pkp_site_name_wrapper {
  background-color: #12204b !important; 
}
.pkp_site_name_wrapper {
  padding: 12px 0 !important; 
}
.pkp_site_name a {
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}

/* =======================
   NAVBAR / MENU
   ======================= */
.pkp_site_nav_menu {
  background-color: #FAB12F !important;
  margin-top: 0 !important;
  border-top: none !important;
  box-shadow: none !important;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0; /* Shorthand untuk border-top */
}
.pkp_site_nav_menu li > a {
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 15px;
  transition: all 0.25s ease;
}
.pkp_site_nav_menu li > a:hover {
  background-color: #c9dadd !important;
  color: #0f4c5c !important;
}

/* SUB-MENU / DROPDOWN */
.pkp_site_nav_menu .dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 6px 0 !important;
}
.pkp_site_nav_menu .dropdown-menu a {
  color: #0F4C5C !important;
  font-weight: 600;
  padding: 8px 14px !important;
  background: transparent !important;
  transition: all 0.25s ease;
}
.pkp_site_nav_menu .dropdown-menu a:hover,
.pkp_site_nav_menu .dropdown-menu a:focus {
  background-color: #c9dadd !important;
  color: #0b3945 !important;
  text-decoration: none !important;
}
.pkp_site_nav_menu .dropdown-toggle .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

/* =======================
   SIDEBAR BLOCK
   ======================= */
.pkp_block {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pkp_block .title {
  background-color: #008B8B;
  color: #fff;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0;
}
.pkp_block .content {
  background-color: #e6f0f2;
  padding: 10px 12px;
  border-radius: 0 0 8px 8px;
}

/* Reset & Normalisasi Link Sidebar */
.pkp_block .content ul,
.pkp_block .content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pkp_block .content li {
  margin: 0;
  padding: 0;
}
.pkp_block .content li + li,
.pkp_block .content a + a {
  border-top: 1px solid #ccd6d9 !important;
}
.pkp_block .content a {
  display: block; 
  width: 100%; 
  padding: 6px 10px; 
  color: #0f4c5c !important; 
  text-decoration: none; 
  border-radius: 4px;
  transition: background-color 0.25s ease;
}
.pkp_block .content a:hover {
  background-color: #c9dadd !important; 
  color: #0f4c5c !important; 
}

/* =======================
   FOOTER
   ======================= */
.pkp_structure_footer_wrapper {
  background-color: #0F4C5C !important;
  color: #fff !important;
  text-align: center;
  padding: 20px;
}
.pkp_structure_footer .pkp_brand_footer {
  font-size: 10px;
  opacity: 0.7;
  text-align: center;
}
.pkp_structure_footer .pkp_brand_footer img {
  max-width: 100px;
  height: auto;
}
.pkp_structure_footer_wrapper a {
  color: #ffdd57 !important;
  font-weight: 500;
}
.pkp_structure_footer_wrapper a:hover {
  text-decoration: underline;
}

/* =======================
   RESPONSIVE TWEAK
   ======================= */
@media (min-width: 992px) {
  .pkp_head_wrapper { 
    padding-top: 4.286em; 
    padding-bottom: 0 !important; 
  }
}

/* =======================
   VERITAS HOMEPAGE CONTENT
   ======================= */
.vrt-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.vrt-col-main {
  flex: 1 1 60%;
}

.vrt-col-side {
  flex: 1 1 30%;
}

/* Typography & Text Blocks */
.vrt-paragraph {
  font-size: 16px;
  margin: 0 0 20px;
  text-align: justify;
}

.vrt-highlight {
  color: #1d4ed8;
  font-weight: bold;
}

.vrt-section-title {
  font-size: 20px;
  color: #0f172a;
  margin: 30px 0 15px;
  border-left: 4px solid #2563eb;
  padding-left: 10px;
}

.vrt-list {
  font-size: 16px;
  margin: 0 0 20px;
  padding-left: 20px;
}
.vrt-list li {
  margin-bottom: 8px;
}

/* Indexing Card */
.vrt-card-index {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}

.vrt-card-index-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0 0 15px;
  font-weight: bold;
}

.vrt-index-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.vrt-index-logos a {
  transition: transform 0.2s ease;
}

.vrt-index-logos a:hover {
  transform: translateY(-3px); /* Inovasi: Logo akan sedikit naik saat di-hover */
}

.vrt-index-logos img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

/* Cover & Info Cards */
.vrt-card-cover {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 25px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,.05);
  background-color: #ffffff;
}
.vrt-card-cover img {
  width: 100%;
  max-width: 250px;
  border-radius: 4px;
  height: auto;
}

.vrt-card-info {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
}
.vrt-card-info-title {
  font-size: 18px;
  margin: 0 0 15px;
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 10px;
  color: #0f172a;
  font-weight: bold;
}
.vrt-info-item {
  margin-bottom: 12px;
  font-size: 14px;
}
.vrt-info-label {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: bold;
}
.vrt-info-value {
  color: #0f172a;
}
.vrt-badge {
  background: #e2e8f0;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  color: #0f172a;
}
.vrt-info-sub {
  font-size: 12px;
  color: #64748b;
  font-style: italic;
}

/* Call to Action (CTA) Card */
.vrt-card-cta {
  background: linear-gradient(to bottom right, #1d4ed8, #312e81);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
}
.vrt-cta-title {
  font-size: 18px;
  margin: 0 0 10px;
  color: #ffffff;
  font-weight: bold;
}
.vrt-cta-desc {
  font-size: 13px;
  color: #dbeafe;
  margin: 0 0 20px;
  line-height: 1.5;
}

/* Buttons */
.vrt-btn {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.vrt-btn-primary {
  background: #ffffff;
  color: #1e40af;
}
.vrt-btn-primary:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  text-decoration: none;
}
.vrt-btn-outline {
  background: transparent;
  border: 1px solid #60a5fa;
  color: #ffffff;
}
.vrt-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  text-decoration: none;
  color: #ffffff;
}

/* Responsive Tablet & Mobile */
@media (max-width: 768px) {
  .vrt-container {
    flex-direction: column;
    gap: 20px;
  }
  .vrt-col-main,
  .vrt-col-side {
    width: 100%;
    flex: none;
  }
}