body {
  font-family: Verdana, sans-serif;
  background-color: #f7f9fc;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Containeri sa pravougaonicima i senkama */
.container > div.d-flex {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 3rem;
  transition: box-shadow 0.3s ease;
}

.container > div.d-flex:hover {
  box-shadow: 0 10px 25px rgba(180, 34, 49, 0.3);
}

/* Naslovi */
h1.display-4 {
  color: #b42231;
  margin-bottom: 1.5rem;
}

/* Paragrafi */
p.lead {
  color: #555;
  line-height: 1.6;
}

/* Dugmad */
.btn-primary {
  background-color: #b42231;
  border: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  padding: 0.75rem 2rem;
  border-radius: 8px;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #7f1821;
  box-shadow: 0 0 10px rgba(180, 34, 49, 0.6);
  outline: none;
}

/* Linkovi u navigaciji */
.nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #b42231;
  text-decoration: underline;
}

/* Aktivni link */
.nav-link.active {
  color: #b42231;
  font-weight: 700;
  border-bottom: 2px solid #b42231;
  padding-bottom: 0.25rem;
}

/* Slike sa senkom i zaobljenjem */
.image-section img,
.image-holder video {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  display: block;
}

/* Footer - ostaje onako kako si imao */
/* Nema promena u footeru, koristi originalni CSS */

/* Responsive - mobilni uređaji */
@media (max-width: 767px) {
  .container > div.d-flex {
    flex-direction: column !important;
    padding: 1.5rem;
  }
  .text-section,
  .image-section {
    max-width: 100%;
    padding: 0 !important;
    margin-bottom: 1.5rem;
  }
  .btn-primary {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
  }
  .go-right {
    padding-left: 0 !important;
  }
}

/* Za pomeranje footer brojeva na manje ekranima */
@media (max-width: 480px) {
  .go-right {
    padding-left: 0 !important;
  }
}

/* Responsive layout for footer */
.site-footer > div {
  margin-bottom: 1rem;
}

/* Stack footer columns vertically on small screens */
@media (max-width: 767.98px) {
  .site-footer {
    flex-direction: column !important;
    text-align: center;
  }

  .site-footer > div {
    width: 100% !important;
    text-align: center !important;
  }

  .site-footer .text-start,
  .site-footer .text-end {
    text-align: center !important;
  }
}

.logistica-image {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}