/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* =====================================================
   custom.scss — ZZJZ VSŽ (Gantry 5)
   Entry point compiled to: custom/css/custom.css
   ===================================================== */
/* =====================================================
   _tokens.scss — ZZJZ VSŽ Design Tokens (Gantry 5)
   ===================================================== */
/* ---------- Brand Colors (PLACEHOLDER - zamijeni) ---------- */
/* ---------- Neutral Scale ---------- */
/* ---------- Semantic ---------- */
/* ---------- Typography ---------- */
/* Base sizes */
/* Type scale (institucionalno, čitljivo) */
/* Letter spacing */
/* ---------- Spacing (8px system) ---------- */
/* ---------- Layout ---------- */
/* ---------- Radius ---------- */
/* ---------- Shadows ---------- */
/* ---------- Borders ---------- */
/* ---------- Focus / Accessibility ---------- */
/* ---------- UI Components ---------- */
/* ---------- Section backgrounds ---------- */
/* =====================================================
   INTER – Self-hosted (ZZJZ VSŽ)
   Path: templates/it_medical/custom/fonts/inter/
   ===================================================== */
@font-face {
  font-family: "Inter";
  src: url('../fonts/inter/Inter_18pt-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/inter/Inter_18pt-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/inter/Inter_18pt-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/inter/Inter_18pt-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url('../fonts/inter/Inter_18pt-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* =====================================================
   _base.scss — ZZJZ VSŽ Base Styles (Gantry 5)
   ===================================================== */
html {
  font-size: 16px;
}
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: #0F172A;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
::selection {
  background: rgba(11, 94, 168, 0.18);
  /* vezano uz primary; po želji ažurirati */
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px 0;
  color: #0F172A;
}
h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
/* Body text */
p {
  margin: 0 0 16px 0;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.6;
  color: #1F2937;
}
small {
  font-size: 14px;
  color: #475569;
}
/* Links */
a {
  color: #0B5EA8;
  text-decoration: none;
  text-underline-offset: 2px;
}
a:hover {
  text-decoration: underline;
}
/* Lists */
ul, ol {
  margin: 0 0 16px 0;
  padding-left: 1.2em;
}
li {
  margin: 0 0 6px 0;
}
/* Media */
img, svg, video {
  max-width: 100%;
  height: auto;
}
/* Forms */
input, select, textarea, button {
  font-family: inherit;
  font-size: inherit;
}
input, select, textarea {
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px 12px;
  background: #FFFFFF;
  color: #0F172A;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
  border-color: #CBD5E1;
}
/* Buttons (base only; detalje držiš u _components.scss) */
button, .btn {
  border-radius: 10px;
}
/* Focus */
:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
  border-radius: 8px;
}
/* Horizontal rule */
hr {
  border: 0;
  border-top: 1px solid #E2E8F0;
  margin: 32px 0;
}
/* Basic tables (institucionalni web često ima tablice) */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px 0;
}
th, td {
  border-bottom: 1px solid #E2E8F0;
  padding: 12px 10px;
  text-align: left;
}
th {
  font-weight: 600;
  color: #0F172A;
  background: #F8FAFC;
}
/* _layout.scss */
.container, .g-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
/* Sekcije – da dobijemo “premium white space” */
.section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.section--tight {
  padding-top: 24px;
  padding-bottom: 24px;
}
/* _components.scss */
.btn {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn--primary {
  background: #0B5EA8;
  color: #fff;
}
.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}
.btn--secondary {
  background: transparent;
  color: #0B5EA8;
  border-color: #CBD5E1;
}
.btn--secondary:hover {
  border-color: #94A3B8;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}
.card {
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
  padding: 24px;
}
.card__title {
  font-weight: 700;
  margin-bottom: 6px;
}
.card__meta {
  color: #475569;
  font-size: 14px;
}
/* Page-specific */
/* _home.scss */
/* HERO */
.home-hero {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}
.home-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
}
.home-hero__lead {
  color: #334155;
  font-size: 18px;
}
/* Najtraženije */
.home-quicklinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.home-quicklinks .card {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* Obavijesti / Aktivnosti */
.home-news {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.notice-item {
  padding: 16px 0;
  border-bottom: 1px solid #E2E8F0;
}
.notice-item:last-child {
  border-bottom: 0;
}
@media (max-width: 900px) {
  .home-hero__grid, .home-news {
    grid-template-columns: 1fr;
  }
  .home-quicklinks {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   HOME: Intro row (Obavijesti + Aktivnosti) – FULL CSS
   - Background on ROW only
   - Top fade for seamless transition from showcase/hero
   - Both particles are soft cards with box-shadow
   Gantry classes:
   - Row/Section: zz-intro-row zz-intro-bg
   - Particle:    zz-intro-panel
   Put in: custom/scss/_home.scss
========================================================= */
/* -----------------------------
   0) ROW BASE
------------------------------ */
.zz-intro-row {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 4.8vw, 74px) 0;
}
/* Kill default white backgrounds that can sit on Gantry wrappers */
.zz-intro-row, .zz-intro-row .g-container, .zz-intro-row .container, .zz-intro-row .g-content, .zz-intro-row .g-grid, .zz-intro-row .g-block {
  background: transparent !important;
}
/* Ensure content layers are above background */
.zz-intro-row .g-container, .zz-intro-row .container, .zz-intro-row .g-content, .zz-intro-row .g-grid, .zz-intro-row .g-block {
  position: relative;
  z-index: 3;
}
/* -----------------------------
   1) ROW BACKGROUND (GRADIENT)
------------------------------ */
.zz-intro-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(1200px 560px at 16% 22%, rgba(0, 120, 200, 0.1), transparent 62%), radial-gradient(980px 560px at 84% 20%, rgba(220, 60, 70, 0.08), transparent 62%), radial-gradient(980px 620px at 58% 92%, rgba(0, 150, 120, 0.07), transparent 64%);
}
/* Floating blobs layer (subtle motion) */
.zz-intro-bg::after {
  content: "";
  position: absolute;
  inset: -70px -90px;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(150px 150px at 14% 62%, rgba(0, 120, 200, 0.12), transparent 62%), radial-gradient(170px 170px at 50% 16%, rgba(0, 150, 120, 0.1), transparent 62%), radial-gradient(160px 160px at 86% 66%, rgba(220, 60, 70, 0.09), transparent 62%);
  filter: blur(3px);
  opacity: 0.9;
  animation: zzIntroFloat 14s ease-in-out infinite;
}
@keyframes zzIntroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
}
/* -----------------------------
   2) TOP FADE (SEAM BLEND)
   This prevents sharp transition from hero/showcase above.
   Uses a separate overlay so it won't clash with ::before/::after.
------------------------------ */
.zz-intro-bg {
  /* fade veil at top of section */
  box-shadow: 0 -90px 90px -90px rgba(255, 255, 255, 0.92) inset;
}
/* Extra subtle “lift” so the gradient visually starts earlier */
.zz-intro-bg {
  margin-top: -18px;
  padding-top: calc(clamp(36px, 4.8vw, 74px) + 18px);
}
/* -----------------------------
   3) PARTICLE CARDS (BOTH)
   Add padding + radius + box shadow (as requested)
------------------------------ */
.zz-intro-panel {
  position: relative;
  z-index: 4;
  /* spacing */
  padding: clamp(18px, 2.2vw, 28px);
  /* shape */
  border-radius: 26px;
  /* soft glass card */
  backdrop-filter: blur(10px);
  /* subtle border */
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* box-shadow (requested) */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
  overflow: hidden;
  /* keep it clean */
}
/* Small hover lift (optional but consistent with hero polish) */
.zz-intro-panel:hover {
  transform: translateY(-2px);
  transition: transform 180ms ease;
}
/* -----------------------------
   4) TITLES INSIDE EACH PARTICLE
   Make them larger and consistent with hero typography
------------------------------ */
.zz-intro-row .zz-intro-panel .g-title, .zz-intro-row .zz-intro-panel .g-block-title, .zz-intro-row .zz-intro-panel h2 {
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.1;
  margin: 0 0 18px;
  text-align: center;
}
/* underline divider */
.zz-intro-row .zz-intro-panel .g-title::after, .zz-intro-row .zz-intro-panel .g-block-title::after, .zz-intro-row .zz-intro-panel h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  border-radius: 99px;
  margin: 14px auto 0;
  background: currentColor;
  opacity: 0.18;
}
/* -----------------------------
   5) TEXT / READABILITY
------------------------------ */
.zz-intro-row .zz-intro-panel p, .zz-intro-row .zz-intro-panel .platform-content, .zz-intro-row .zz-intro-panel article, .zz-intro-row .zz-intro-panel .item {
  font-size: 15px;
  line-height: 1.6;
}
/* links */
.zz-intro-row .zz-intro-panel a {
  text-decoration: none;
}
.zz-intro-row .zz-intro-panel a:hover {
  text-decoration: underline;
}
/* meta lines (date/category) */
.zz-intro-row .zz-intro-panel .published, .zz-intro-row .zz-intro-panel time, .zz-intro-row .zz-intro-panel .meta, .zz-intro-row .zz-intro-panel .article-info, .zz-intro-row .zz-intro-panel .item-meta {
  font-size: 12px;
  opacity: 0.72;
}
/* remove harsh separators if present */
.zz-intro-row .zz-intro-panel hr, .zz-intro-row .zz-intro-panel .separator, .zz-intro-row .zz-intro-panel .item-divider {
  display: none !important;
}
/* -----------------------------
   6) OPTIONAL: soften list items slightly
   (keeps content structured without creating "box in a box" look)
------------------------------ */
.zz-intro-row .zz-intro-panel article, .zz-intro-row .zz-intro-panel .item, .zz-intro-row .zz-intro-panel .blog-item, .zz-intro-row .zz-intro-panel .g-joomla-article, .zz-intro-row .zz-intro-panel .newsflash-item {
  padding: 10px 6px;
  margin: 0 0 10px;
  border-radius: 14px;
  transition: background 180ms ease;
}
.zz-intro-row .zz-intro-panel article:hover, .zz-intro-row .zz-intro-panel .item:hover, .zz-intro-row .zz-intro-panel .blog-item:hover, .zz-intro-row .zz-intro-panel .g-joomla-article:hover, .zz-intro-row .zz-intro-panel .newsflash-item:hover {
  background: rgba(255, 255, 255, 0.28);
}
/* -----------------------------
   7) RESPONSIVE
------------------------------ */
@media (max-width: 900px) {
  .zz-intro-bg {
    margin-top: -12px;
    padding-top: calc(clamp(36px, 4.8vw, 74px) + 12px);
    box-shadow: 0 -70px 70px -70px rgba(255, 255, 255, 0.92) inset;
  }
  .zz-intro-panel {
    border-radius: 22px;
    padding: 18px;
  }
}
/* =========================================================
   SEAM FIX: remove sharp edge between Showcase and Intro row
   Add class to Intro row: zz-intro-seamfix
========================================================= */
.zz-intro-seamfix {
  position: relative;
  /* overlap intro into the showcase area */
  margin-top: -48px;
  /* povećaj na -64px ako i dalje vidiš rub */
  padding-top: calc(clamp(36px, 4.8vw, 74px) + 48px);
}
/* Stronger top fade overlay that hides the seam */
.zz-intro-seamfix .g-container, .zz-intro-seamfix .container, .zz-intro-seamfix .g-grid, .zz-intro-seamfix .g-content {
  position: relative;
  z-index: 3;
}
/* create an overlay layer ABOVE intro background, BELOW content */
.zz-intro-seamfix::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  /* povećaj na 160px ako treba */
  z-index: 2;
  /* above bg (::before/::after), below content */
  pointer-events: none;
  /* fade from "showcase area" into intro */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.75) 45%, rgba(255, 255, 255, 0) 100%);
}
/* =========================================================
   OPTIONAL: bottom fade on Showcase section
========================================================= */
.zz-showcase-seam {
  position: relative;
  overflow: hidden;
}
.zz-showcase-seam::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 110px;
  pointer-events: none;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 60%, white 100%);
}
/* =========================================================
   Subfeature: Nacionalni programi slider (4-col carousel)
   - 4 vidljive kartice (desktop)
   - strelice L/R
   - stalni premium shadow + hover lift
   - suptilan image overlay na hover
   - responzivno: 2 kolone (tablet), 1 kolona (mob)
   - FIX: shadow se NE reže (overflow-x hidden, overflow-y visible + veći safe area)
   ========================================================= */
.zz-prog-slider {
  position: relative;
  overflow: visible;
}
/* Header */
.zz-prog-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.zz-prog-slider__title {
  margin: 0;
  line-height: 1.15;
}
/* Nav buttons */
.zz-prog-slider__nav {
  display: flex;
  gap: 10px;
}
.zz-prog-slider__btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 14px 26px rgba(0, 0, 0, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, border-color 0.18s ease;
}
.zz-prog-slider__btn span {
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}
.zz-prog-slider__btn:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14), 0 22px 40px rgba(0, 0, 0, 0.14);
}
.zz-prog-slider__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08), 0 14px 26px rgba(0, 0, 0, 0.08);
}
/* =========================================================
   Viewport & track
   - overflow-x hidden: slider reže samo sadržaj, ne i sjenu (jer kartice nisu uz rub)
   - overflow-y visible: sjena može “izaći” dolje/gore
   - veći safe area (lijevo/desno) da se hover shadow ne reže
   ========================================================= */
.zz-prog-slider__viewport {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 16px 28px 40px 28px;
  /* POVEĆAN SAFE AREA ZA SHADOW (ključ) */
  /* Vrati layout poravnanje kao prije */
  margin: -16px -28px -40px -28px;
}
.zz-prog-slider__track {
  display: flex;
  gap: 16px;
  will-change: transform;
  transition: transform 0.35s ease;
  padding: 0;
}
/* Card layout (4 columns desktop) */
.zz-prog-card {
  flex: 0 0 calc((100% - 34px) / 4);
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1), 0 22px 44px rgba(0, 0, 0, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.zz-prog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14), 0 34px 68px rgba(0, 0, 0, 0.12);
}
/* Media */
.zz-prog-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.zz-prog-card__media img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}
.zz-prog-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.zz-prog-card:hover .zz-prog-card__media::after {
  opacity: 1;
}
.zz-prog-card:hover .zz-prog-card__media img {
  transform: scale(1.03);
}
/* Body */
.zz-prog-card__body {
  padding: 14px 14px 16px 14px;
  border-radius: 0 0 18px 18px;
}
/* Title */
.zz-prog-card__title {
  display: inline-block;
  margin: 0 0 8px 0;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.zz-prog-card__title:hover {
  text-decoration: underline;
}
.zz-prog-card__desc {
  margin: 0;
  opacity: 0.92;
  line-height: 1.45;
  font-size: 14px;
}
.zz-prog-card:hover .zz-prog-card__title {
  color: var(--accent-color, #0b5ed7);
}
/* Fokus (a11y) */
.zz-prog-card__title:focus {
  outline: none;
}
.zz-prog-card__title:focus-visible {
  outline: 3px solid rgba(11, 94, 215, 0.35);
  outline-offset: 3px;
  border-radius: 10px;
}
/* Optional: “podloga” sjena ispod cijelog slidera */
.zz-prog-slider::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -18px;
  height: 26px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
  opacity: 0.55;
}
/* Responsive: 2 columns */
@media (max-width: 980px) {
  .zz-prog-card {
    flex-basis: calc((100% - 16px) / 2);
  }
  .zz-prog-card__media img {
    height: 160px;
  }
  .zz-prog-slider__viewport {
    padding: 14px 22px 36px 22px;
    margin: -14px -22px -36px -22px;
  }
}
/* Responsive: 1 column */
@media (max-width: 640px) {
  .zz-prog-slider__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .zz-prog-card {
    flex-basis: 100%;
  }
  .zz-prog-card__media img {
    height: 180px;
  }
  .zz-prog-slider::after {
    left: 10%;
    right: 10%;
    bottom: -14px;
    height: 20px;
    opacity: 0.45;
  }
  .zz-prog-slider__viewport {
    padding: 12px 16px 28px 16px;
    margin: -12px -16px -28px -16px;
  }
}
.zz-prog-slider__track {
  align-items: stretch;
}
/* =========================================================
   Home: “Sve o koronavirusu” – custom grid (bez slika)
   + DARK skin za Utility row (plava pozadina)
   NOTE: Ovaj CSS je “self-contained” i namjerno koristi
   !important na kritičnim mjestima gdje Gantry/Utility gazi
   boje linkova/teksta.
   ========================================================= */
.zz-covid {
  margin-top: 34px;
  padding: 26px 0 10px 0;
  /* default (light context) */
  color: #111;
}
/* =========================================================
   DARK SKIN (za plavu/tamnu pozadinu utility-a)
   ========================================================= */
.zz-covid.zz-covid--dark {
  color: rgba(255, 255, 255, 0.92) !important;
}
.zz-covid.zz-covid--dark .zz-covid__title {
  color: rgba(255, 255, 255, 0.92) !important;
}
.zz-covid.zz-covid--dark .zz-covid__lead {
  color: rgba(255, 255, 255, 0.78) !important;
}
/* Header */
.zz-covid__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.zz-covid__title {
  margin: 0;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  color: currentColor;
}
.zz-covid__lead {
  margin: 8px 0 0 0;
  opacity: 0.95;
  max-width: 64ch;
}
/* Pills (brze radnje) */
.zz-covid__tools {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.zz-covid__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #0b2b4a !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08), 0 18px 34px rgba(0, 0, 0, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
/* pill on dark (bolje da djeluje kao “light glass”) */
.zz-covid.zz-covid--dark .zz-covid__pill {
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  color: #07345f !important;
}
.zz-covid__pill:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1), 0 28px 54px rgba(0, 0, 0, 0.1);
}
.zz-covid.zz-covid--dark .zz-covid__pill:hover {
  border-color: rgba(255, 255, 255, 0.32) !important;
}
.zz-covid__pill--ghost {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}
.zz-covid.zz-covid--dark .zz-covid__pill--ghost {
  background: rgba(255, 255, 255, 0.22) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.26) !important;
}
.zz-covid__pill-ico {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 94, 215, 0.1) !important;
  font-size: 14px;
}
.zz-covid.zz-covid--dark .zz-covid__pill--ghost .zz-covid__pill-ico {
  background: rgba(255, 255, 255, 0.18) !important;
}
.zz-covid__pill-txt {
  font-weight: 800;
  white-space: nowrap;
}
/* Grid */
.zz-covid__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
/* Card */
.zz-covid-card {
  position: relative;
}
/* Link as card */
.zz-covid-card__link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 18px;
  padding: 16px 16px 14px 16px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1), 0 24px 48px rgba(0, 0, 0, 0.08);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  overflow: hidden;
  /* Gantry/Utility često gazi a{color:#fff} -> zaključaj */
  color: #0e2238 !important;
}
/* Soft hover glow */
.zz-covid-card__link::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(600px 220px at 10% 0%, rgba(11, 94, 215, 0.14), rgba(11, 94, 215, 0) 55%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.zz-covid-card__link:hover::before {
  opacity: 1;
}
.zz-covid-card__link:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14), 0 36px 72px rgba(0, 0, 0, 0.12);
}
/* Top: icon + meta */
.zz-covid-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}
.zz-covid-card__ico {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 94, 215, 0.1) !important;
  border: 1px solid rgba(11, 94, 215, 0.18) !important;
  box-shadow: 0 8px 18px rgba(11, 94, 215, 0.1);
  flex: 0 0 auto;
  font-size: 16px;
}
/* meta alignment */
.zz-covid-card__meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  text-align: right;
}
/* Tagovi */
.zz-covid-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* zaključaj boju zbog globalnih link pravila */
  color: #0e2238 !important;
}
.zz-covid-card__tag--info {
  background: rgba(11, 94, 215, 0.1);
  border-color: rgba(11, 94, 215, 0.2);
}
.zz-covid-card__tag--ok {
  background: rgba(25, 135, 84, 0.1);
  border-color: rgba(25, 135, 84, 0.18);
}
.zz-covid-card__tag--warn {
  background: rgba(255, 193, 7, 0.14);
  border-color: rgba(255, 193, 7, 0.22);
}
.zz-covid-card__tag--video {
  background: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.18);
}
/* Datum */
.zz-covid-card__date {
  font-size: 12px;
  opacity: 0.8;
  white-space: nowrap;
  /* zaključaj boju */
  color: rgba(14, 34, 56, 0.72) !important;
}
/* Title */
.zz-covid-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  /* Gantry zna prebojati heading u bijelo */
  color: #0e2238 !important;
}
/* CTA row */
.zz-covid-card__cta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 900;
  /* da “Pročitaj” bude uvijek vidljiv */
  color: #0b5ed7 !important;
}
.zz-covid-card__arrow {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.06);
  color: #0e2238 !important;
  transition: transform 0.22s ease, background 0.22s ease;
}
.zz-covid-card__link:hover .zz-covid-card__arrow {
  transform: translateX(2px);
  background: rgba(11, 94, 215, 0.12);
}
/* A11y focus */
.zz-covid-card__link:focus {
  outline: none;
}
.zz-covid-card__link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 4px;
  border-radius: 18px;
}
/* Responsive */
@media (max-width: 980px) {
  .zz-covid__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .zz-covid__tools {
    margin-top: 8px;
  }
  .zz-covid__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .zz-covid__title {
    font-size: 22px;
  }
  .zz-covid-card__link {
    padding: 14px 14px 12px 14px;
  }
  .zz-covid-card__ico {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
  .zz-covid-card__title {
    font-size: 15px;
  }
}
/* =========================================================
   ZZ-COVID: ukloni underline (text-decoration) svugdje
   ========================================================= */
.zz-covid a, .zz-covid a:hover, .zz-covid a:focus, .zz-covid a:focus-visible, .zz-covid a:active {
  text-decoration: none !important;
}
/* =========================================================
   MainTop: Izdvojeno (4 kartice, bez slidera)
   ========================================================= */
.zz-mtop {
  margin-top: 22px;
  padding: 10px 0 6px 0;
}
.zz-mtop__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.zz-mtop__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}
/* Grid 4 / 2 / 1 */
.zz-mtop__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
/* Card */
.zz-mtop-card {
  position: relative;
}
.zz-mtop-card__link {
  display: block;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1), 0 22px 44px rgba(0, 0, 0, 0.08);
  /* uvijek vidljiv shadow */
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}
.zz-mtop-card__link:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14), 0 34px 68px rgba(0, 0, 0, 0.12);
}
/* Media */
.zz-mtop-card__media {
  position: relative;
}
.zz-mtop-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.5021459227;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.35s ease;
}
/* overlay glow */
.zz-mtop-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.zz-mtop-card__link:hover .zz-mtop-card__media::after {
  opacity: 1;
}
.zz-mtop-card__link:hover .zz-mtop-card__media img {
  transform: scale(1.03);
}
/* Body */
.zz-mtop-card__body {
  padding: 14px 14px 14px 14px;
  color: #0e2238;
}
.zz-mtop-card__kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.zz-mtop-card__ico {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 94, 215, 0.1);
  border: 1px solid rgba(11, 94, 215, 0.18);
  box-shadow: 0 8px 18px rgba(11, 94, 215, 0.1);
  flex: 0 0 auto;
  font-size: 14px;
  color: #0b5ed7;
}
.zz-mtop-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #0e2238;
}
.zz-mtop-card__tag--info {
  background: rgba(11, 94, 215, 0.1);
  border-color: rgba(11, 94, 215, 0.18);
}
.zz-mtop-card__tag--ok {
  background: rgba(25, 135, 84, 0.1);
  border-color: rgba(25, 135, 84, 0.18);
}
.zz-mtop-card__tag--warn {
  background: rgba(255, 193, 7, 0.14);
  border-color: rgba(255, 193, 7, 0.22);
}
/* Title */
.zz-mtop-card__title {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
  color: #0e2238;
}
/* CTA */
.zz-mtop-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-weight: 900;
  color: var(--accent-color, #0b5ed7);
}
.zz-mtop-card__arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.06);
  color: #0e2238;
  transition: transform 0.22s ease, background 0.22s ease;
}
.zz-mtop-card__link:hover .zz-mtop-card__arrow {
  transform: translateX(2px);
  background: rgba(11, 94, 215, 0.12);
}
/* A11y focus */
.zz-mtop-card__link:focus {
  outline: none;
}
.zz-mtop-card__link:focus-visible {
  outline: 3px solid rgba(11, 94, 215, 0.3);
  outline-offset: 4px;
  border-radius: 18px;
}
/* enforce no underline inside section */
.zz-mtop a, .zz-mtop a:hover, .zz-mtop a:focus, .zz-mtop a:active {
  text-decoration: none !important;
}
/* Responsive */
@media (max-width: 1100px) {
  .zz-mtop__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .zz-mtop__grid {
    grid-template-columns: 1fr;
  }
  .zz-mtop__title {
    font-size: 20px;
  }
}
/* MainTop – isti card stil, samo statični grid */
.zz-prog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1100px) {
  .zz-prog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .zz-prog-grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   FOOTER B + C – kontakti (odvojeni moduli)
   ========================================================= */
.zz-footerB, .zz-footerC {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.zz-footerB__title, .zz-footerC__title {
  margin: 0 0 6px 0;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
.zz-footerB__item, .zz-footerC__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: #dbe7ff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.zz-footerB__item:hover, .zz-footerC__item:hover {
  background-color: rgba(255, 255, 255, 0.06);
}
.zz-footerB__label, .zz-footerC__label {
  font-size: 13px;
  color: #9fb4d9;
}
.zz-footerB__value, .zz-footerC__value {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
/* Mobile: veći tap area */
@media (max-width: 768px) {
  .zz-footerB__item, .zz-footerC__item {
    padding: 14px 16px;
  }
  .zz-footerB__value, .zz-footerC__value {
    font-size: 16px;
  }
}
/* =========================================================
   FOOTER D – Gantry Menu particle (module suffix)
   Suffix: zz-footerD
   ========================================================= */
.zz-footerD ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zz-footerD li {
  margin: 0;
}
.zz-footerD a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #cfe0ff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.zz-footerD a:hover {
  color: var(--zz-green);
}
/* =========================================================
   FOOTER A – vertical layout
   ========================================================= */
.zz-footerA {
  padding-right: 24px;
}
.zz-footerA__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
/* logo */
.zz-footerA__logo {
  width: 72px;
  height: auto;
}
/* tekst wrapper */
.zz-footerA__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* naziv ustanove */
.zz-footerA__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
}
/* radno vrijeme */
.zz-footerA__hours {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.zz-footerA__label {
  font-size: 12px;
  font-weight: 500;
  color: #9fb4d9;
}
.zz-footerA__value {
  font-size: 14px;
  color: #dbe7ff;
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 768px) {
  .zz-footerA__logo {
    width: 64px;
  }
  .zz-footerA__text {
    gap: 10px;
  }
}
/* =========================================================
   FOOTER – Copyright
   ========================================================= */
.zz-footerCopyright {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 12px;
  color: #9fb4d9;
}
.zz-footerCopyright a {
  color: #9fb4d9;
  text-decoration: none;
  transition: color 0.2s ease;
}
.zz-footerCopyright a:hover {
  color: var(--zz-green);
}
.zz-footerCopyright__sep {
  opacity: 0.6;
}
/* Mobile */
@media (max-width: 768px) {
  .zz-footerCopyright {
    flex-direction: column;
    gap: 4px;
  }
  .zz-footerCopyright__sep {
    display: none;
  }
}
/* _utilities.scss */
.u-muted {
  color: #475569;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-2 {
  margin-bottom: 16px !important;
}
.u-mb-3 {
  margin-bottom: 24px !important;
}
/* =====================================================
   TOP UTILITY MENU (module suffix: top-util-menu)
   - 3 linka: Transparentnost / Natječaji / Javna nabava
   - Jedan red, razmak, bez strelica, veća visina, ne-bold
   - Ne dira druge menije
   ===================================================== */
.top-util-menu {
  /* Ako je modul full-width u sekciji, ovo će se vidjeti kao traka;
     ako nije, traka će biti širine modula (normalno ponašanje). */
  background: #1c4157 !important;
}
/* Povećaj visinu na realnim wrapperima koje Gantry često koristi */
.top-util-menu .g-grid, .top-util-menu .g-block, .top-util-menu .g-content, .top-util-menu .g-module, .top-util-menu .g-module-content, .top-util-menu .moduletable {
  background: #1c4157 !important;
  padding: 12px 0 !important;
  margin: 0 !important;
}
/* Resetiraj theme “stiskanje” */
.top-util-menu, .top-util-menu * {
  line-height: normal !important;
}
/* Ako je meni UL/LI — force flex */
.top-util-menu ul, .top-util-menu ul.menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  /* promijeni u center ako želiš */
  gap: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.top-util-menu li {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 10px !important;
  padding-top: 20px !important;
}
/* Ukloni strelice/ikone iz teme (pseudoelementi) */
.top-util-menu li::before, .top-util-menu li::after, .top-util-menu a::before, .top-util-menu a::after {
  content: none !important;
  display: none !important;
}
/* Link tipografija + čitljivost */
.top-util-menu a {
  display: inline-block !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  /* ne bold */
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  padding: 2px 0 !important;
}
/* Ako markup NIJE UL/LI (nego inline linkovi), ovo garantira razmak */
.top-util-menu a + a {
  margin-left: 22px !important;
}
.top-util-menu a:hover, .top-util-menu a:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}
/* Mobile: sakrij (po dogovoru) */
@media (max-width: 768px) {
  .top-util-menu {
    display: none !important;
  }
}
/* Prikaži samo na mobitelu */
@media (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }
}
/* =====================================================
   TOP-D CONTROLS (particle/module suffix: topd-search)
   - vidljivo u normalnom stanju
   - jasno vidljivo na hover/focus
   - radi za linkove, gumbe, ikone i input
   ===================================================== */
.topd-search {
  color: rgba(255, 255, 255, 0.92) !important;
}
/* linkovi + gumbi */
.topd-search a, .topd-search button {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
}
/* hover / focus */
.topd-search a:hover, .topd-search button:hover, .topd-search a:focus, .topd-search button:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
  outline: none !important;
}
/* ikone (SVG / font icons) */
.topd-search svg, .topd-search i {
  color: rgba(255, 255, 255, 0.92) !important;
  fill: rgba(255, 255, 255, 0.92) !important;
}
.topd-search a:hover svg, .topd-search button:hover svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
/* SEARCH input */
.topd-search input[type="search"], .topd-search input[type="text"] {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
}
/* placeholder */
.topd-search input::placeholder {
  color: rgba(255, 255, 255, 0.7) !important;
}
/* focus input */
.topd-search input[type="search"]:focus, .topd-search input[type="text"]:focus {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
  outline: none !important;
}
/* Desktop: sakrij samo offcanvas toggle unutar topd-search */
@media (min-width: 769px) {
  .topd-search .g-offcanvas-toggle, .topd-search .offcanvas-toggle, .topd-search [data-offcanvas-toggle], .topd-search a[href*="offcanvas"], .topd-search button[aria-controls*="offcanvas"] {
    display: none !important;
  }
}
/* Osiguraj da topd-search wrapper ostane vidljiv */
@media (min-width: 769px) {
  .topd-search {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
/* =====================================================
   Navigation
   ===================================================== */
#g-navigation .g-container > .g-grid > .g-block:last-child {
  text-align: right;
  padding-top: 30px;
}
/* ======================================================================
   ZZJZ VSŽ — HERO (FINAL, SINGLE SOURCE OF TRUTH)
   - Fullwidth row background: .hero-bg
   - Boxed hero module: #zzjzHero.zzjz-hero
   - WOW intro (JS toggles .zzjz-hero--intro)
   - SVG decor: fullwidth + mixed placement + JS-driven motion
   ====================================================================== */
/* =========================
   1) FULLWIDTH ROW BACKGROUND
========================= */
.hero-bg {
  position: relative;
  overflow: hidden;
  /* clips decor so it won't leak into Showcase */
  background: #f7fafc;
  border-bottom: 1px solid rgba(11, 42, 74, 0.08);
  isolation: isolate;
  /* stable stacking */
}
.hero-bg::before {
  content: "";
  position: absolute;
  inset: -45% -35%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(560px 380px at 18% 28%, rgba(11, 42, 74, 0.08), transparent 62%), radial-gradient(520px 420px at 70% 30%, rgba(0, 141, 215, 0.16), transparent 62%), radial-gradient(520px 420px at 78% 44%, rgba(27, 163, 82, 0.14), transparent 62%), radial-gradient(520px 420px at 62% 50%, rgba(215, 46, 46, 0.12), transparent 62%);
  filter: blur(10px);
  transform: translateZ(0);
}
/* prevent Gantry boxed container from breaking fullwidth */
.hero-bg > .g-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  z-index: 1;
  /* above gradients */
}
/* =========================
   2) HERO BOX
========================= */
.hero-bg #zzjzHero.zzjz-hero {
  position: relative;
  overflow: visible;
  /* allow decor to be 100vw; row clips */
  max-width: 1280px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: clamp(3.4rem, 5.5vw, 5.4rem) 2rem clamp(2.2rem, 4.5vw, 3.6rem);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .hero-bg #zzjzHero.zzjz-hero {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
/* =========================
   3) DECOR (FULLWIDTH) + STACKING
   gradients (0) → svg (1) → content (2)
========================= */
#zzjzHero {
  position: relative;
}
#zzjzHero .zzjz-hero__decor {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  /* full row width */
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
#zzjzHero .zzjz-hero__grid, #zzjzHero .zzjz-hero__sectionTitle, #zzjzHero .zzjz-hero__tiles {
  position: relative;
  z-index: 2;
}
/* SVG shapes base (NO CSS animation; JS sets transform) */
#zzjzHero .zzjz-hero__shape {
  position: absolute !important;
  /* prevents inline “row of images” */
  display: block !important;
  pointer-events: none !important;
  opacity: 0.34;
  mix-blend-mode: normal;
  filter: drop-shadow(0 18px 44px rgba(11, 42, 74, 0.14));
  transform: translate3d(0, 0, 0);
  /* JS will overwrite */
  will-change: transform;
}
/* Mixed placement across width (start positions only; motion in JS) */
/* Top band (mixed colors) */
#zzjzHero .zzjz-hero__shape--g1 {
  left: 8%;
  top: 6%;
  width: min(520px, 36vw);
  opacity: 0.3;
}
#zzjzHero .zzjz-hero__shape--b1 {
  left: 42%;
  top: 2%;
  width: min(640px, 44vw);
  opacity: 0.32;
}
#zzjzHero .zzjz-hero__shape--r1 {
  left: 76%;
  top: 8%;
  width: min(560px, 40vw);
  opacity: 0.34;
}
/* Mid band (mixed colors) */
#zzjzHero .zzjz-hero__shape--r2 {
  left: 18%;
  top: 48%;
  width: min(380px, 26vw);
  opacity: 0.26;
}
#zzjzHero .zzjz-hero__shape--b2 {
  left: 58%;
  top: 50%;
  width: min(420px, 28vw);
  opacity: 0.24;
}
#zzjzHero .zzjz-hero__shape--g2 {
  left: 86%;
  top: 44%;
  width: min(360px, 24vw);
  opacity: 0.23;
}
/* Bottom band (mixed colors) */
#zzjzHero .zzjz-hero__shape--b3 {
  left: 10%;
  top: 78%;
  width: min(320px, 22vw);
  opacity: 0.22;
}
#zzjzHero .zzjz-hero__shape--g3 {
  left: 48%;
  top: 80%;
  width: min(340px, 23vw);
  opacity: 0.21;
}
#zzjzHero .zzjz-hero__shape--r3 {
  left: 82%;
  top: 76%;
  width: min(300px, 21vw);
  opacity: 0.21;
}
/* =========================
   4) GRID + TYPO
========================= */
#zzjzHero .zzjz-hero__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2rem, 4vw, 3.2rem);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto clamp(1.6rem, 3vw, 2.4rem);
}
#zzjzHero .zzjz-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#zzjzHero .zzjz-hero__content {
  max-width: 720px;
}
#zzjzHero .zzjz-hero__kicker {
  display: inline-flex;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  color: rgba(11, 42, 74, 0.78);
  margin-bottom: 0.9rem;
}
#zzjzHero .zzjz-hero__title {
  margin: 0 0 1.15rem;
  font-weight: 860;
  color: #0b2a4a;
  line-height: 1.06;
  font-size: clamp(2.15rem, 3.25vw, 3.15rem);
  text-wrap: balance;
}
#zzjzHero .zzjz-hero__lead {
  margin: 0 auto 1.8rem;
  color: rgba(11, 42, 74, 0.72);
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 62ch;
}
#zzjzHero .zzjz-hero__kicker, #zzjzHero .zzjz-hero__title, #zzjzHero .zzjz-hero__lead {
  color: #ffffff !important;
}
/* MOBILE HERO IMAGE POSITION FIX */
@media (max-width: 768px) {
  #g-showcase {
    background-position: right center !important;
    background-size: cover !important;
  }
}
/* =========================
   5) CTA BUTTONS
========================= */
#zzjzHero .zzjz-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-bottom: 1.35rem;
}
#zzjzHero .zzjz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 1.25rem;
  border-radius: 14px;
  font-weight: 820;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  will-change: transform;
}
#zzjzHero .zzjz-btn:hover {
  transform: translateY(-2px);
}
#zzjzHero .zzjz-btn--blue {
  background: #0B5EA8;
  color: #fff;
  border: 1px solid rgba(11, 94, 168, 0.22);
  box-shadow: 0 14px 30px rgba(11, 94, 168, 0.18);
}
#zzjzHero .zzjz-btn--blue:hover {
  background: #094f8f;
}
#zzjzHero .zzjz-btn--green {
  background: #2E7D32;
  color: #fff;
  border: 1px solid rgba(46, 125, 50, 0.22);
  box-shadow: 0 14px 30px rgba(46, 125, 50, 0.18);
}
#zzjzHero .zzjz-btn--green:hover {
  background: #276a2b;
}
#zzjzHero .zzjz-btn--red {
  background: #E53935;
  color: #fff;
  border: 1px solid rgba(229, 57, 53, 0.22);
  box-shadow: 0 14px 30px rgba(229, 57, 53, 0.18);
}
#zzjzHero .zzjz-btn--red:hover {
  background: #cc322f;
}
@media (max-width: 560px) {
  #zzjzHero .zzjz-hero__cta .zzjz-btn {
    width: 100%;
  }
}
/* =========================
   6) LOGO
========================= */
#zzjzHero .zzjz-hero__brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
#zzjzHero .zzjz-hero__logoWrap {
  width: min(520px, 92%);
  aspect-ratio: 1;
  border-radius: 22px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
  transform: translateZ(0);
}
#zzjzHero .zzjz-hero__logo {
  position: relative;
  width: min(420px, 88%);
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(11, 42, 74, 0.14));
}
/* =========================
   7) SECTION TITLES
========================= */
#zzjzHero .zzjz-hero__sectionTitle {
  font-weight: 860;
  font-size: 1.1rem;
  color: rgba(11, 42, 74, 0.86);
  letter-spacing: 0.01em;
  margin: 0 auto 0.9rem;
  text-align: left;
  max-width: 1100px;
}
#zzjzHero .zzjz-hero__sectionTitle--spaced {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  #zzjzHero .zzjz-hero__sectionTitle {
    text-align: center;
  }
}
/* =========================
   8) TILES
========================= */
#zzjzHero .zzjz-hero__tiles {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  #zzjzHero .zzjz-hero__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  #zzjzHero .zzjz-hero__tiles {
    grid-template-columns: 1fr;
  }
}
#zzjzHero .zzjz-tile {
  display: grid;
  gap: 0.35rem;
  padding: 1.15rem 1.15rem 1.1rem;
  border-radius: 20px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(11, 42, 74, 0.1);
  box-shadow: 0 16px 38px rgba(11, 42, 74, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
#zzjzHero .zzjz-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 42, 74, 0.18);
  box-shadow: 0 22px 55px rgba(11, 42, 74, 0.12);
}
#zzjzHero .zzjz-tile__title {
  font-weight: 860;
  color: #0b2a4a;
  font-size: 1.02rem;
}
#zzjzHero .zzjz-tile__desc {
  color: rgba(11, 42, 74, 0.7);
  font-size: 0.92rem;
  line-height: 1.42;
}
/* =========================
   9) RESPONSIVE HERO GRID
========================= */
@media (max-width: 992px) {
  #zzjzHero .zzjz-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
/* =========================
   10) WOW INTRO
========================= */
#zzjzHero.zzjz-hero--intro .zzjz-hero__kicker, #zzjzHero.zzjz-hero--intro .zzjz-hero__title, #zzjzHero.zzjz-hero--intro .zzjz-hero__lead, #zzjzHero.zzjz-hero--intro .zzjz-hero__cta, #zzjzHero.zzjz-hero--intro .zzjz-hero__logoWrap, #zzjzHero.zzjz-hero--intro .zzjz-hero__tiles, #zzjzHero.zzjz-hero--intro .zzjz-hero__sectionTitle {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
  filter: blur(8px);
  will-change: transform, opacity, filter;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__kicker {
  animation: zzjzWowIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 90ms forwards;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__title {
  animation: zzjzWowIn 1100ms cubic-bezier(0.16, 1, 0.3, 1) 170ms forwards;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__lead {
  animation: zzjzWowIn 1050ms cubic-bezier(0.16, 1, 0.3, 1) 300ms forwards;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__cta {
  animation: zzjzWowIn 950ms cubic-bezier(0.16, 1, 0.3, 1) 440ms forwards;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__sectionTitle {
  animation: zzjzWowIn 900ms cubic-bezier(0.16, 1, 0.3, 1) 520ms forwards;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__tiles {
  animation: zzjzWowIn 1100ms cubic-bezier(0.16, 1, 0.3, 1) 640ms forwards;
}
#zzjzHero.zzjz-hero--intro .zzjz-hero__logoWrap {
  transform: translate3d(0, 28px, 0) scale(0.965) rotate(-1.2deg);
  filter: blur(10px);
  animation: zzjzLogoWow 1350ms cubic-bezier(0.16, 1, 0.25, 1) 220ms forwards;
}
@keyframes zzjzWowIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.985);
    filter: blur(8px);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, -2px, 0) scale(1.01);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0px);
  }
}
@keyframes zzjzLogoWow {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.965) rotate(-1.2deg);
    filter: blur(10px);
  }
  65% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.03) rotate(0.6deg);
    filter: blur(0px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    filter: blur(0px);
  }
}
/* =========================
   11) MOBILE SHAPE REDUCTION
========================= */
@media (max-width: 992px) {
  #zzjzHero .zzjz-hero__shape {
    opacity: 0.22;
  }
  #zzjzHero .zzjz-hero__shape--r2, #zzjzHero .zzjz-hero__shape--g2, #zzjzHero .zzjz-hero__shape--b2 {
    display: none;
  }
  #zzjzHero .zzjz-hero__shape--g1 {
    width: min(420px, 70vw);
  }
  #zzjzHero .zzjz-hero__shape--b1 {
    width: min(460px, 74vw);
  }
  #zzjzHero .zzjz-hero__shape--r1 {
    width: min(440px, 72vw);
  }
}
@media (max-width: 560px) {
  #zzjzHero .zzjz-hero__shape--b3, #zzjzHero .zzjz-hero__shape--g3, #zzjzHero .zzjz-hero__shape--r3 {
    display: none;
  }
  #zzjzHero .zzjz-hero__shape {
    width: min(380px, 82vw) !important;
    opacity: 0.18;
  }
}
/* =========================
   12) ACCESSIBILITY
========================= */
@media (prefers-reduced-motion: reduce) {
  /* We still allow background motion via JS by default.
     If you want to STOP motion on reduce-motion, set data-motion="off" in JS. */
  #zzjzHero.zzjz-hero--intro .zzjz-hero__kicker, #zzjzHero.zzjz-hero--intro .zzjz-hero__title, #zzjzHero.zzjz-hero--intro .zzjz-hero__lead, #zzjzHero.zzjz-hero--intro .zzjz-hero__cta, #zzjzHero.zzjz-hero--intro .zzjz-hero__logoWrap, #zzjzHero.zzjz-hero--intro .zzjz-hero__tiles, #zzjzHero.zzjz-hero--intro .zzjz-hero__sectionTitle {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
/* FORCE vertical layout for departments in hero */
#zzjzHero .zzjz-hero__tiles--departments {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem;
}
/* =========================================
   JOOMLA ARTICLE LIST – PROFESSIONAL STYLE
========================================= */
.blog, .com-content-category, .com-content-category__items {
  /* Title column */
  /* Date column */
  /* Hide edit column (frontend) */
}
.blog table, .com-content-category table, .com-content-category__items table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  border: 0px;
}
.blog thead, .com-content-category thead, .com-content-category__items thead {
  display: none;
}
.blog tbody tr, .com-content-category tbody tr, .com-content-category__items tbody tr {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}
.blog tbody tr:hover, .com-content-category tbody tr:hover, .com-content-category__items tbody tr:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}
.blog tbody td, .com-content-category tbody td, .com-content-category__items tbody td {
  padding: 18px 22px;
  border: none;
  vertical-align: middle;
}
.blog tbody td:first-child a, .com-content-category tbody td:first-child a, .com-content-category__items tbody td:first-child a {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog tbody td:first-child a:hover, .com-content-category tbody td:first-child a:hover, .com-content-category__items tbody td:first-child a:hover {
  color: var(--accent);
}
.blog tbody td:nth-child(2), .com-content-category tbody td:nth-child(2), .com-content-category__items tbody td:nth-child(2) {
  font-size: 0.9rem;
  color: #6b7c8f;
  white-space: nowrap;
}
.blog tbody td:last-child, .com-content-category tbody td:last-child, .com-content-category__items tbody td:last-child {
  display: none;
}
/* Pagination */
.pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination li a, .pagination li span {
  padding: 8px 14px;
  border-radius: 8px;
  background: #f3f6fa;
  color: #1e2a38;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination li a:hover {
  background: var(--primary);
  color: #fff;
}
.pagination .active span {
  background: var(--primary);
  color: #fff;
}
/* =========================================
   ARTICLE LIST – MOBILE FIX
========================================= */
@media (max-width: 768px) {
  /* TITLE */
  /* DATE */
  .com-content-category table, .blog table {
    border-spacing: 0 10px;
  }
  .com-content-category tbody tr, .blog tbody tr {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  .com-content-category tbody td, .blog tbody td {
    padding: 0;
  }
  .com-content-category tbody td:first-child a, .blog tbody td:first-child a {
    font-size: 0.95rem;
    line-height: 1.3;
    font-weight: 600;
    display: block;
  }
  .com-content-category tbody td:nth-child(2), .blog tbody td:nth-child(2) {
    font-size: 0.75rem;
    margin-top: 6px;
    color: #8a99ab;
  }
}
/* =========================================
   JOOMLA BLOG – FINAL CLEAN FIX
========================================= */
/* GRID */
.blog .items-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}
/* RESET JOOMLA ROW */
.blog .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* ARTICLE CARD */
.blog .item {
  margin: 5px !important;
  /* 5px sa svake strane */
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  /* sprječava izlazak slike */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}
.blog .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
/* UKLONI JOOMLA IMAGE MARGIN */
article .item-image, .com-content-article .item-image, .com-content-category-blog .item-image, .blog-item .item-image, .blog .item-image {
  margin: 0 !important;
}
/* IMAGE */
.blog .item-image {
  overflow: hidden;
  /* dodatna sigurnost */
}
.blog .item-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
/* CONTENT */
.blog .item-body, .blog .item-content {
  padding: 20px 22px 24px;
}
/* TITLE */
.blog .item-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
/* DATE */
.blog .published {
  font-size: 0.8rem;
  color: #7c8da1;
  margin-bottom: 10px;
  display: block;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .blog .items-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog .item {
    margin: 5px 0 !important;
  }
  .blog .item-image img {
    height: 220px;
  }
}
@media (max-width: 576px) {
  .blog .item-image img {
    height: 180px;
  }
  .blog .item-body {
    padding: 16px;
  }
}
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  padding: 25px;
  border: 1px solid #ecf0f1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  div#accessibility-links.bottomright #text_plugin {
    right: 80px;
  }
}
@media (max-width: 768px) {
  .g-container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
/* =========================
   Sidebar-right - KONTAKTI
========================= */
.zzjz-contacts__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.zzjz-contacts__item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 10px 14px;
  border: 1px solid #e6edf3;
}
.zzjz-contacts__item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  list-style: none;
}
.zzjz-contacts__item summary::-webkit-details-marker {
  display: none;
}
.zzjz-contacts__block {
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.zzjz-contacts__block strong {
  display: block;
  margin-bottom: 4px;
}
.zzjz-contacts__block a {
  color: #0B5EA8;
  text-decoration: none;
}
.zzjz-contacts__block a:hover {
  text-decoration: underline;
}
/* =========================
   CONTACTS – RESPONSIVE
========================= */
@media (max-width: 768px) {
  .zzjz-contacts__title {
    font-size: 1.05rem;
  }
  .zzjz-contacts__item {
    padding: 10px 12px;
    border-radius: 10px;
  }
  .zzjz-contacts__item summary {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .zzjz-contacts__block {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .zzjz-contacts__block strong {
    font-size: 0.85rem;
  }
  .zzjz-contacts__block a {
    word-break: break-word;
  }
}
/* =========================
   CONTACTS – GLAVNI
========================= */
.ad-contacts {
  padding: 50px 20px;
  max-width: 900px;
  margin: 0 auto;
}
.ad-contacts__section {
  margin-bottom: 30px;
}
.ad-contacts h3 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #1e293b;
}
.ad-contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ad-contacts__list li {
  padding: 14px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.25s ease;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-weight: 500;
}
.ad-contacts__list li:hover {
  background: #e0ecff;
  border-color: #0d6efd;
}
.ad-contacts__list li.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}
#contactOutput {
  display: none;
  margin-top: 15px;
  padding: 22px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  line-height: 1.7;
  font-size: 15px;
}
#contactOutput.active {
  display: block;
}
#zzjz-map {
  margin-top: 40px;
}
@media (max-width: 768px) {
  #map-frame {
    height: 400px;
  }
}
/*# sourceMappingURL=custom_106.css.map */