/*
Theme Name: AESBH Theme
Theme URI: https://www.aesbh.org
Author: Bakir + ChatGPT
Description: Moderni WordPress template za Udruženje endoskopskih hirurga BiH (AESBH).
Version: 1.0
Text Domain: aesbh
*/

:root {
  --aesbh-primary: #002b5c;
  --aesbh-secondary: #0d6efd;
  --aesbh-light: #f5f7fb;
  --aesbh-dark: #111827;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #111827;
}

a {
  color: var(--aesbh-primary);
  text-decoration: none;
}

a:hover {
  color: var(--aesbh-secondary);
  text-decoration: underline;
}

.navbar {
  background-color: var(--aesbh-primary) !important;
}

.navbar-brand,
.navbar-nav .nav-link {
  font-weight: 500;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #e5e7eb !important;
}

.aesbh-hero {
  background: linear-gradient(135deg, var(--aesbh-primary), #00508f);
  color: #ffffff;
  padding: 4rem 0 3rem;
}

.aesbh-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

.aesbh-hero p.lead {
  font-size: 1.15rem;
  max-width: 720px;
}

.aesbh-section {
  padding: 3rem 0;
}

.aesbh-section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}

.aesbh-section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--aesbh-secondary);
  margin-top: 0.5rem;
}

.aesbh-card {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 1.5rem;
  background: #ffffff;
  height: 100%;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.aesbh-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

footer.site-footer {
  background: #020617;
  color: #9ca3af;
  padding: 2.5rem 0 1.5rem;
  margin-top: 3rem;
}

footer .footer-title {
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 0.75rem;
}

footer a {
  color: #d1d5db;
}

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

.footer-bottom {
  border-top: 1px solid #374151;
  margin-top: 1.5rem;
  padding-top: 1rem;
  font-size: 0.875rem;
}
