<style>
html, body, button, input, select, textarea {
  font-family: 'Gabarito', sans-serif;
}

h1, h2, h3, h4, h5, h6, a, .gumb, .special-offer, .special-offer2, .special-offer3, .group-title {
  font-family: 'Gabarito', sans-serif;
}

body {
  font-family: 'Gabarito', sans-serif;
  font-weight: 400;
}

.ponuda-tekst h1,
.ponuda-tekst h2 {
  font-weight: bold;
}

.ponuda-tekst h2 {
  color: #0D3B5F;
  line-height: 0;
}

.ponuda-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 40px auto;
  width: 80%;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  overflow: hidden;
  max-height: 400px;
}

.ponuda-slika {
  width: 320px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.ponuda-slika img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ponuda-tekst {
  padding: 10px;
  flex: 1;
  position: relative;
  display: block;
}
.ponuda-tekst h2:first-of-type {
	margin-bottom: 35px; /* veći razmak ispod popusta */
}

.ponuda-tekst h1 {
  white-space: nowrap;
}

.ponuda-tekst p,
.ponuda-tekst .opis-ponude {
  font-weight: 400;
}

.ponuda-tekst .detalji-ponude {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}

.timer {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-weight: bold;
  color: #d32f2f;
  margin-top: 0;
}

.gumb {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0077cc;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}

.gumb:hover {
  background-color: #005fa3;
}

.naslovna-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.naslovna-wrapper img.naslovna_img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.overlay-text {
  font-family: 'Gabarito', sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  font-weight: bold;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
  white-space: wrap;
  margin: 0;
  background: none;
  border: none;
}

.overlay-text.gornji {
  top: 35%;
}

.overlay-text.donji {
  top: 60%;
}

.naslov-preko-slike {
  position: absolute;
  font-family: 'Gabarito', sans-serif;
  top: 10px;
  left: 10px;
  text-shadow: 3px 3px 6px black;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 36px;
  border-radius: 5px;
}

.sticker-20 {
  position: absolute;
  top: 25%;
  left: 18%;
  width: 800px;
  height: auto;
  z-index: 10;
}

.uvodni-blok {
  background-color: #f4f8fb;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 15px auto 10px auto;
  width: 80%;
}

.uvodni-sadrzaj {
  font-family: 'Gabarito', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.uvodni-sadrzaj h2 {
  font-size: 20px;
  color: #0D3B5F;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.uvodni-sadrzaj ul {
  list-style: none;
  padding-left: 0;
}

.uvodni-sadrzaj ul li::before {
  content: "✓ ";
  color: #0077cc;
  font-weight: bold;
  margin-right: 5px;
}

.fb-link {
  display: inline-block;
  color: #3b5998;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}

.fb-link:hover {
  text-decoration: underline;
}

.telephon_info {
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 15px; /* razmak između maila i telefona */
  flex-wrap: wrap; 
}
.telephon_info br {
  display: none; /* ukloni prijelom linije */
}

.telephon_info i {
  font-size: 20px;
  margin-right: 6px;
}

/* MOBILNA PRILAGODBA */
@media (max-width: 768px) {
  .ponuda-container {
    flex-direction: column;
	padding: 0;
	min-height: 500px;
	max-height: 1000px !important;
  }

  .ponuda-tekst h2:first-of-type {
    font-size: 22px !important;
    line-height: 1.3;
    margin-bottom: 10px;
	margin-top: 0px;
  }

  .telephon_info {
    flex-wrap: wrap !important; /* dopusti novi red */
  }

  /* vrati <br> da napravi prijelom */
  .telephon_info br {
    display: block !important;
    flex-basis: 100% !important; /* sve poslije ide dolje */
    height: 0;
  }
  
  .ponuda-tekst h2:nth-of-type(2) {
    font-size: 18px !important;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .ponuda-tekst .opis-ponude {
    font-size: 14px;
    line-height: 1.4;
  }

  .detalji-ponude {
    font-size: 14px;
    line-height: 1.5;
  }

  .gumb {
    font-size: 16px;
    padding: 10px 20px;
  }
  
  .ponuda-slika {
    width: 100% !important;
    height: auto;
	margin-bottom: 20px;
  }

  .ponuda-slika img {
    width: 100%;
    height: auto;
  }

  .ponuda-tekst h1 {
    white-space: normal;
  }

  .timer {
    position: static;
    margin-top: 20px;
  }

  .overlay-text {
    font-size: 18px;
    white-space: normal;
    padding: 10px;
  }

  .overlay-text.gornji {
    top: 50%;
    font-size: 20px !important;
    line-height: 1.3;
	white-space: nowrap;
  }

  .overlay-text.donji {
    top: 60%;
    font-size: 16px !important;
    line-height: 1;
    padding: 0 15px;
    max-width: 90%;
	display: none;
  }

  .naslovna-wrapper {
    height: auto;
  }

  .naslovna-wrapper img.naslovna_img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .sticker-20 {
    display: none;
	}

  .naslov-preko-slike {
    font-size: 22px;
	top: 10px;
    left: 10px;
  }
  
  /* SMANJI FONT I DIMENZIJE INFO BLOKA NA MOBILNOM */
.uvodni-blok {
  padding: 8px;
  font-size: 12px;
}

.uvodni-sadrzaj {
  font-size: 12px;
  line-height: 1,1;
}

.uvodni-sadrzaj h2 {
  font-size: 16px;
}

.uvodni-sadrzaj ul li {
  font-size: 11px;
  white-space: nowrap;
}

}

@media (min-width: 769px) {
  .slika-punta {
    object-position: left center;
  }
}

.banner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin: 40px auto;
  width: 90%;
}

.banner-item {
  width: 45%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-item:hover {
  transform: scale(1.03);
}

/* Mobilna verzija: 1 banner po redu */
@media (max-width: 768px) {
  .banner-item {
    width: 100%;
  }
}

.banner-text {
  text-align: center;
  margin: 40px auto;
  width: 90%;
}

.banner-text h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0D3B5F;
  margin-bottom: 10px;
}

.banner-text p {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-top: 0;
}

.glavni-izbornik {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3); /* poluprozirno preko slike */
  padding: 17px 5%;
  box-sizing: border-box;
}

.izbornik-sadrzaj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  font-family: 'Gabarito', sans-serif;
}

.izbornik-sadrzaj .lijevo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.izbornik-sadrzaj .desno {
  position: relative;
}

.offer-group {
  display: inline-block;
  margin-right: 16px;
  text-align: center;
}

.group-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.special-offer,
.special-offer2,
.special-offer3 {
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

/* PARCELE */
.special-offer,
.special-offer2 {
  background-color: #efa74f;
  color: white;
}

/* MOBILNE KUĆICE */
.special-offer3 {
  background-color: #78b4a6;
  color: white;
}

/* AKTIVNA STAVKA */
.special-offer.active,
.special-offer2.active,
.special-offer3.active {
  background-color: #cc8e43;
  border: 2px solid white;
  text-decoration: underline;
}


.hamburger-ikonica {
  display: none;
  font-size: 30px;
  color: white;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 20px;
  border-radius: 8px;
  z-index: 99;
  width: calc(100% - 40px);
  max-width: 300px;
}

.mobile-menu span {
  display: block;
  margin-bottom: 10px;
}

.mobile-menu a img {
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.mobile-menu a img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .hamburger-ikonica {
    display: block;
  }

  .izbornik-sadrzaj {
    display: none !important;
  }
}

.kontakt-kut {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  color: black;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Gabarito', sans-serif;
}

.kontakt-kut a {
  color: black;
  text-decoration: none;
}

.kontakt-kut a:hover {
  text-decoration: underline;
}

.kontakt-kut.lijevi-kut {
  left: 10px;
}

.kontakt-kut.desni-kut {
  right: 10px;
}

@media (max-width: 768px) {
  .kontakt-kut {
    font-size: 12px;
    padding: 4px 8px;
  }

  .kontakt-kut img {
    height: 14px;
  }
}
.mobile-group {
  margin-bottom: 20px;
}

.mobile-title {
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
}

/* Opcionalno: lagani padding na linkove */
.mobile-group a {
  display: block;
  padding: 6px 0;
  width: min-content;
  margin: 5px;
  padding: 5px;
}

.offer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.logo-kamp {
  height: 70px; /* ili koliko želiš */
}

@media (max-width: 768px) {
  .glavni-izbornik {
    background: rgba(0, 0, 0, 0.0);
}
}

.lb-nav a.lb-prev {
    opacity: 1 !important;
}

.lb-nav a.lb-next {
    opacity: 1 !important;
}
</style>