@charset "UTF-8";/* ----- Slideshow wrapper dimenzije ----- */
#g-slideshow,
.g-bgslideshow-slides {
  min-height: 600px; /* Visina možeš menjati prema potrebama */
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}

/* ----- Owl carousel item (slide) dimenzije ----- */
.g-bgslideshow-slides .owl-item {
  min-height: 600px; /* Sprečava pomeranje sadržaja */
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

/* ----- Ako slike nisu pozadinske već <img> ----- */
.g-bgslideshow-slides .owl-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}

/* ----- Fiksna visina za naslove i opise unutar slide-a ----- */
.g-bgslideshow-slides-item-title,
.g-bgslideshow-slides-item-description {
  min-height: 80px; /* Izmeni po potrebi */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 15px;
}

/* ----- Fiksna visina za dugme ako se pojavljuje ----- */
.g-bgslideshow-slides-item-link {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----- Responsive fallback za manje ekrane ----- */
@media (max-width: 768px) {
  #g-slideshow,
  .g-bgslideshow-slides,
  .g-bgslideshow-slides .owl-item {
    min-height: 300px;
    aspect-ratio: auto;
  }
}
/* Stabilizacija svih heading elemenata */
#g-container-main h1,
#g-container-main h2,
#g-container-main h3,
#g-container-main h4,
#g-container-main h5,
#g-container-main h6 {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* Stabilizacija Fontova */



