/* ===== HEADER ===== */
#sp-header {
  background-color: #1a3a6c !important;
}

/* ===== BELA ZONA - sakrij ===== */
.nav-placeholder {
  display: none !important;
}

/* ===== LOGO OBLAST - samo boja ===== */
#sp-logo {
  background-color: #1a3a6c !important;
}

/* ===== MENI ANIMACIJA ===== */
#sp-menu-wrapper .sp-megamenu-parent > li > a,
#sp-menu-wrapper .sp-megamenu-parent > li > span {
  color: #ffffff !important;
  letter-spacing: 1.5px !important;
  position: relative !important;
  transition: color 0.3s ease !important;
  padding-bottom: 2px !important;
}

/* Zlatna linija - deblja i visoko */
#sp-menu-wrapper .sp-megamenu-parent > li > a::after,
#sp-menu-wrapper .sp-megamenu-parent > li > span::after {
  content: '' !important;
  position: absolute !important;
  bottom: 8px !important;
  left: 50% !important;
  width: 0 !important;
  height: 3px !important;
  background-color: #f0c040 !important;
  transition: all 0.3s ease !important;
  transform: translateX(-50%) !important;
}

/* Hover */
#sp-menu-wrapper .sp-megamenu-parent > li > a:hover::after,
#sp-menu-wrapper .sp-megamenu-parent > li.active > a::after {
  width: 100% !important;
}

#sp-menu-wrapper .sp-megamenu-parent > li > a:hover,
#sp-menu-wrapper .sp-megamenu-parent > li.active > a {
  color: #f0c040 !important;
}

/* ===== GORNJA TRAKA ISSN ===== */
#sp-top-bar {
  background-color: #1a3a6c !important;
}

#sp-top-bar #sp-top2 .sp-contact-info .sp-contact-time,
#sp-top-bar #sp-top2 .sp-contact-info .sp-contact-phone,
#sp-top-bar #sp-top2 .sp-contact-info a,
#sp-top-bar #sp-top2 .sp-column * {
  color: #ffffff !important;
}