body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
  color: white;
  overflow: hidden;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 32, 39, 0.75);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

footer {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.btn-primary {
  background-color: #447486;
  border-color: #447486;
}

/* Responsive */
@media (max-width: 768px) {
  h1.display-3 {
    font-size: 2rem;
  }

  .hero p.lead {
    font-size: 1rem;
  }

  .navbar-brand img {
    height: 30px;
  }

  .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.5rem;
  }

  .card-title {
    font-size: 1.1rem;
  }
}

/* Cookie banner stilovi */
.cookie-banner {
  background-color: #1a1a1a;
  color: #eaf0f2;
  padding: 1rem;
  border-top: 1px solid #2f6479;
  font-size: 0.95rem;
  z-index: 9999;
}

.cookie-banner a {
  color: #eaf0f2;
  text-decoration: underline;
}

.cookie-banner .btn {
  border-radius: 50px;
  font-weight: 500;
  border-color: #447486;
  color: #eaf0f2;
  background-color: transparent;
  transition: all 0.3s ease;
}

.cookie-banner .btn:hover {
  background-color: #447486;
  color: #fff;
}

/* SweetAlert stil */
.swal2-popup {
  background-color: #1a1a1a !important;
  color: #eaf0f2 !important;
  border-radius: 1rem !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4) !important;
}

.swal2-confirm {
  background-color: #447486 !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50px !important;
}

.swal2-icon-success {
  color: #2f6479 !important;
}

.swal2-icon-error {
  color: #dc3545 !important;
}

@media (max-width: 576px) {
  .navbar-brand svg {
    width: 100px;
    height: auto;
  }
}
section {
  scroll-margin-top: 80px; /* Visina tvoje navbar-e */
}
html {
  scroll-behavior: smooth;
}
