/* === GOOGLE FONT: Playfair Display i EB Garamond === */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

/* === OSNOVNI STIL === */
body {
  background-color: #ECE3D5;
  color: #2E1F12;
  font-family: 'EB Garamond', serif;
  font-size: 19px;
  line-height: 1.8;
}

a {
  color: #B06D57;
  text-decoration: none;
}

a:hover {
  color: #E18D50;
  text-decoration: underline;
}

h1, h2, h3, .widget-title, button, input[type="submit"] {
  font-family: 'Playfair Display', serif;
}

/* === GORNJI MENI === */
nav a {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #2E1F12;
}

nav a:hover,
nav .current-menu-item a {
  color: #B2533E;
}

nav, .menu {
  background-color: #E6D5C2;
}

/* === RUBRIKE SA BOJAMA === */
.rubrika-home > a,
.rubrika-home.current-menu-item > a {
  color: #DAA520 !important;
}

.rubrika-bajke > a,
.rubrika-bajke.current-menu-item > a {
  color: #8A2BE2 !important;
}

.rubrika-fudbal > a,
.rubrika-fudbal.current-menu-item > a {
  color: #006400 !important;
}

.rubrika-redovi > a,
.rubrika-redovi.current-menu-item > a {
  color: #4682B4 !important;
}

.rubrika-kafana > a,
.rubrika-kafana.current-menu-item > a {
  color: #B22222 !important;
}

.rubrika-mudrolije > a,
.rubrika-mudrolije.current-menu-item > a {
  color: #FF8C00 !important;
}

/* === STIL DUGMADI === */
button, .search-submit, input[type="submit"] {
  background-color: #D6B084;
  color: #3A2B1D;
  border: none;
  padding: 6px 12px;
  border-radius: 3px;
}

/* === FOOTER MENI === */
.footer-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.footer-nav ul.footer-menu-pages {
  list-style: none;
  display: flex !important;
  gap: 2rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu-pages li {
  display: inline;
}

.footer-menu-pages a {
  color: #B06D57;
  text-decoration: none;
}

.footer-menu-pages a:hover {
  text-decoration: underline;
}

/* === CUSTOM FOOTER STYLING - BORG STYLE === */
footer.site-footer {
  background: #121212;
  color: #e0e0e0;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #ff00aa;
}

footer.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff00aa, #00ffe1);
  animation: glowline 4s linear infinite;
}

@keyframes glowline {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

footer.site-footer a {
  color: #00ffe1;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

footer.site-footer a:hover {
  color: #ff00aa;
  text-shadow: 0 0 5px #ff00aa;
}

.footer-info {
  font-size: 14px;
  color: #888;
  margin-top: 20px;
}
