/**
 * Globalna tipografija — učitava se poslednja (posle main.min i page CSS).
 * Osnovni tekst 18px na celom sajtu; footer ostaje na postojećim pravilima (ne menjati blok ispod).
 */

html {
  font-size: 100%;
}

body {
  font-size: 18px;
  line-height: 1.65;
}

/* Tekstualni blokovi i tipičan sadržaj sekcija — 18px (footer isključen višom specifičnošću) */
p,
.tw-desc,
.fs-24,
.content,
.content li,
.accordion-body,
td,
th,
label,
dd,
dt {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

/* Sekundarni / dugmad / mali tekst — isto 18px po zahtevu (osim footera) */
.fs-20,
.fs-20.tw-desc,
small {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

/* FAQ / accordion (pitanja i odgovori) */
.accordion-button {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* Sekcijski naslovi (.title-lg) */
.title-lg {
  font-size: clamp(1.35rem, 2.65vw, 3.15rem) !important;
  line-height: 1.12 !important;
}

/* Bootstrap / generički naslovi */
h1,
.h1 {
  font-size: clamp(1.5rem, 2.8vw, 2.2rem) !important;
  line-height: 1.18 !important;
}

h2,
.h2 {
  font-size: clamp(1.3rem, 2.4vw, 1.85rem) !important;
  line-height: 1.2 !important;
}

h3,
.h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem) !important;
  line-height: 1.25 !important;
}

h4,
.h4 {
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
}

h5,
.h5,
h6,
.h6 {
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
}

.ttl-30 {
  font-size: 1.125rem !important;
}

.ttl-24 {
  font-size: 1rem !important;
}

/* Hero početna */
.home-banner-swiper .title-main {
  font-size: clamp(2.35rem, 3.8vw, 5.75rem) !important;
  line-height: 1.05 !important;
}

/* Unutrašnje stranice — baner naslov */
.tw-inner-page-banner .title-main {
  font-size: clamp(2.1rem, 4vw, 3.35rem) !important;
  line-height: 1.08 !important;
}

/* Kontakt forma naslov */
.bw-contact-form-title {
  font-size: clamp(1.2rem, 1.9vw, 1.65rem) !important;
}

.bw-contact-page .bw-contact-lead {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

/* Footer: NE MENJATI — ostaje kao do sada */
footer.footer {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

footer.footer .footer-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

footer.footer .footer-brand__logo {
  display: block;
  width: auto !important;
  max-width: none;
  height: 14px !important;
  margin-inline: auto;
  filter: brightness(0) invert(1);
}

footer.footer .footer-brand,
footer.footer .footer-title,
footer.footer h2.footer-title,
footer.footer .footer-loc-app-title,
footer.footer .footer-loc-app-subtitle,
footer.footer .footer-loc-meta,
footer.footer .footer-contact-link,
footer.footer p,
footer.footer a,
footer.footer .copy {
  font-size: 16px !important;
}

footer.footer .footer-legal p,
footer.footer .footer-legal p a {
  font-size: 14px !important;
}

footer.footer .footer-legal p.copy {
  white-space: nowrap;
}

/* Radno vreme u footeru: ne lomiti vremenske opsege (npr. 8–22 h) */
footer.footer .footer-loc-hours__nowrap,
.bw-map-hours .footer-loc-hours__nowrap {
  white-space: nowrap;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 18px !important;
}

/* Mobilni: isti bočni razmak kao na hero naslovu (≤575px) */
@media screen and (max-width: 575.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
