/* 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";
/* =========================================================
   GLOBAL HELPERS (optional but useful)
   ========================================================= */
/* Standard container paddings used across sections */
:root {
  --fp-max: 1100px;
  --fp-pad-desktop: 72px;
  --fp-pad-mobile: 22px;
}
/* =========================================================
   FP FEATURES – clean, flat, centered
   ========================================================= */
.fp-features {
  margin: 20px 0;
  padding: 0;
}
.fp-feature {
  text-align: center;
  padding: 10px 12px;
}
.fp-feature__img {
  display: block;
  margin: 0 auto 14px auto;
  width: 120px;
  height: auto;
}
.fp-feature__title {
  margin: 0 0 8px 0;
  line-height: 1.25;
}
.fp-feature__text {
  margin: 0;
  line-height: 1.45;
  opacity: 0.95;
}
@media (max-width: 1024px) {
  .fp-feature {
    padding: 12px 8px;
  }
}
@media (max-width: 520px) {
  .fp-features .g-block {
    margin-bottom: 12px;
  }
}
/* najčišći flat stil za feature kartice */
.fp-features .card, .fp-features .card-block {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
.fp-features .card-title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
.fp-features .card-text {
  margin: 0;
}
/* =========================================================
   INFO CARD (tabs)
   ========================================================= */
.info-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.info-card .text-card {
  padding: 1px 10px;
  text-align: left;
  flex: 1;
}
.info-card .image-card img {
  width: 340px;
  height: auto;
  border: 0px solid #fff;
  object-fit: cover;
}
/* Tabs info-card – rounded corners za sliku */
.info-card .image-card {
  border-radius: 14px;
  overflow: hidden;
}
/* =========================================================
   FP DIVIDER IMAGE
   ========================================================= */
.fp-divider-image {
  display: block;
  margin: 20px auto -2px auto;
  padding: 0;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .fp-divider-image {
    height: 240px;
    width: auto;
  }
}
/* =========================================================
   HERO sekcija – full width + fixed background
   ========================================================= */
.fp-hero {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-image: url('../images/owlcarousel/img_l_1.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 20px;
  color: #fff;
}
.fp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.fp-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 24px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.fp-hero__inner {
  position: relative;
  max-width: var(--fp-max);
  margin: 0 auto;
}
.fp-hero__title {
  margin: 0 0 10px 0;
  line-height: 1.2;
  font-weight: 700;
}
.fp-hero__lead {
  margin: 0 0 18px 0;
  max-width: 70ch;
  font-weight: 500;
}
.fp-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fp-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}
.fp-ico {
  display: inline-flex;
  line-height: 1;
  font-size: 30px;
}
@media (max-width: 768px) {
  .fp-hero {
    background-attachment: scroll;
    min-height: 360px;
    padding: 50px 16px;
  }
  .fp-hero::after {
    height: 18px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  }
  .fp-hero__lead {
    max-width: 100%;
  }
  .fp-tag {
    font-size: 13px;
    padding: 6px 10px;
  }
  .fp-ico {
    font-size: 15px;
  }
}
/* =========================================================
   TEASER GALERIJA – 3 u redu + hover
   ========================================================= */
.fp-teaser-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 90px 0;
}
.fp-teaser-gallery .fp-tg__item {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
}
.fp-teaser-gallery .fp-tg__item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fp-teaser-gallery .fp-tg__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.fp-teaser-gallery .fp-tg__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.fp-teaser-gallery .fp-tg__plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 34px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.fp-teaser-gallery .fp-tg__item:hover::after {
  opacity: 1;
}
.fp-teaser-gallery .fp-tg__item:hover img {
  transform: scale(1.04);
}
.fp-teaser-gallery .fp-tg__item:hover .fp-tg__plus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.02);
}
@media (max-width: 1024px) {
  .fp-teaser-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 520px) {
  .fp-teaser-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
/* =========================================================
   CONTENT CUBES – fp-cubes-dark
   ========================================================= */
.fp-cubes-dark .cube-content-wrapper {
  background: #474747 !important;
  color: #fff;
}
.fp-cubes-dark .g-block.size-50 {
  background: #474747 !important;
}
.fp-cubes-dark .cube-content-wrapper, .fp-cubes-dark .cube-content-wrapper p, .fp-cubes-dark .cube-content-wrapper a {
  color: #fff;
}
/* NASLOV SEKCIJE – manji (H3 feel) */
.fp-cubes-dark .g-title {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
/* Testimonials overlay + shadow traka na vrhu */
section#g-testimonials::before {
  background: rgba(71, 71, 71, 0.8) !important;
}
section#g-testimonials::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 24px;
  box-shadow: 0 -12px 24px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
@media (max-width: 768px) {
  section#g-testimonials::after {
    height: 18px;
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.18);
  }
}
/* makni sve pozadine (da se vidi section background + overlay) */
.fp-cubes-dark, .fp-cubes-dark .g-content, .fp-cubes-dark .g-contentcubes, .fp-cubes-dark .cube-items-wrapper, .fp-cubes-dark .cube-items-wrapper *, .fp-cubes-dark .item, .fp-cubes-dark .cube-row, .fp-cubes-dark .g-grid, .fp-cubes-dark .g-block, .fp-cubes-dark .g-block.size-50, .fp-cubes-dark .cube-content-wrapper {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}
/* ne diramo same slike */
.fp-cubes-dark img {
  background: none !important;
  background-color: transparent !important;
}
/* rounded corners slika */
.fp-cubes-dark .cube-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
}
.fp-cubes-dark .cube-image {
  border-radius: 14px;
}
/* Footer krava */
.fp-footer-cow {
  max-height: 50px;
  width: auto;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
}
/* =========================================================
   OWL CAROUSEL HERO
   ========================================================= */
.g-owlcarousel-item-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: var(--fp-max);
  margin: 0 auto;
  padding: 22px 18px;
}
.g-owlcarousel-item-content::before {
  content: "";
  position: absolute;
  inset: -10px -18px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  border-radius: 10px;
  z-index: -1;
}
h1.g-owlcarousel-item-title {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 1200;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(34px, 4.2vw, 92px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
h2.g-owlcarousel-item-desc {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: clamp(14px, 1.6vw, 30px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .g-owlcarousel-item-content {
    padding: 16px 14px;
  }
  .g-owlcarousel-item-content::before {
    inset: -8px -12px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  h1.g-owlcarousel-item-title {
    letter-spacing: 1px;
  }
  h2.g-owlcarousel-item-desc {
    letter-spacing: 1.6px;
  }
}
/* =========================================================
   ABOUT HERO
   ========================================================= */
.about-hero {
  position: relative;
  width: 100%;
}
.about-hero__inner {
  max-width: var(--fp-max);
  margin: 0 auto;
  padding: 28px var(--fp-pad-desktop) 20px;
  text-align: center;
}
.about-hero__title {
  margin: 0 0 18px 0;
}
.about-hero__logo {
  display: block;
  margin: 0 auto 18px auto;
  max-width: 350px;
  width: 100%;
  height: auto;
}
.about-hero__lead {
  margin: 0;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}
.about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 20px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}
@media (max-width: 768px) {
  .about-hero__inner {
    padding: 22px var(--fp-pad-mobile) 16px;
  }
  .about-hero__logo {
    max-width: 240px;
  }
  .about-hero::after {
    height: 14px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
}
/* =========================================================
   ABOUT – 2 reda teksta + 2 slike (stabilno)
   ========================================================= */
.about-story-rows {
  max-width: var(--fp-max);
  margin: 0 auto;
  padding: 10px var(--fp-pad-desktop) 24px;
}
.about-story-rows .about-row {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
}
.about-story-rows .about-row:last-child {
  margin-bottom: 0;
}
.about-story-rows .about-row__media {
  flex: 0 0 400px;
  border-radius: 16px;
  overflow: hidden;
}
.about-story-rows .about-row__img {
  display: block;
  width: 100%;
  height: auto;
}
.about-story-rows .about-row__media--tall .about-row__img {
  aspect-ratio: 0.75;
  object-fit: cover;
}
.about-story-rows .about-row__text {
  flex: 1 1 auto;
  min-width: 0;
}
/* FIX: vcenter wrapper mora biti stupac da naslov ide iznad teksta */
.about-story-rows .about-row__text--vcenter {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.about-story-rows .about-row__text p {
  margin: 0 0 14px 0;
}
.about-story-rows .about-row__text p:last-child {
  margin-bottom: 0;
}
/* Naslov unutar about text bloka (da matcha fp-lika) */
.about-story-rows .about-section-title {
  margin: 0 0 14px 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  /* na mobitelu nema potrebe za vcenter */
  .about-story-rows {
    padding: 10px var(--fp-pad-mobile) 18px;
  }
  .about-story-rows .about-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .about-story-rows .about-row__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .about-story-rows .about-row__text--vcenter {
    display: block;
  }
}
@media (max-width: 480px) {
  .about-story-rows .about-row__media {
    border-radius: 12px;
  }
}
/* =========================================================
   FLAT TIMELINE – Inspire-like (clean)
   ========================================================= */
.fp-timeline {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 40px 0 60px;
}
.fp-timeline__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  position: relative;
}
.fp-timeline__inner::before {
  content: "";
  position: absolute;
  left: 64px;
  right: 64px;
  top: 22px;
  height: 4px;
  background: rgba(0, 0, 0, 0.18);
}
.fp-timeline__item {
  position: relative;
  padding-top: 48px;
  text-align: center;
}
.fp-timeline__dot {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #2a363b;
}
.fp-timeline__card {
  padding: 0;
  background: none;
  border: 0;
}
.fp-timeline__year {
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #2a363b;
}
.fp-timeline__text {
  line-height: 1.5;
  color: #444;
  max-width: 42ch;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .fp-timeline__inner {
    grid-template-columns: 1fr;
    padding: 0 var(--fp-pad-mobile);
  }
  .fp-timeline__inner::before {
    left: 32px;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 4px;
    height: auto;
  }
  .fp-timeline__item {
    padding-top: 0;
    padding-left: 56px;
    text-align: left;
  }
  .fp-timeline__dot {
    left: 32px;
    top: 16px;
    transform: none;
  }
  .fp-timeline__text {
    max-width: none;
    margin: 0;
  }
}
@media (max-width: 520px) {
  .fp-timeline {
    padding: 30px 0 40px;
  }
  .fp-timeline__inner {
    padding: 0 16px;
  }
}
/* =========================================================
   FP LIKA – poravnanje
   ========================================================= */
.fp-lika__inner {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 24px;
  /* bilo 32px */
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.fp-lika__media {
  border-radius: 16px;
  overflow: hidden;
}
.fp-lika__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.fp-lika__content h2 {
  margin: 0 0 14px 0;
}
@media (max-width: 1024px) {
  .fp-lika__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
/* donja (manja) slika – veća */
.fp-lika__media--small {
  max-width: 420px;
  justify-self: end;
}
.fp-lika__content--second {
  max-width: 720px;
}
.fp-lika__row--second {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 18px;
  align-items: center;
  margin-top: 8px;
}
.fp-lika__row--second .fp-lika__content--second {
  max-width: none;
}
.fp-lika__row--second .fp-lika__media--small {
  max-width: 400px;
  justify-self: end;
}
@media (min-width: 1200px) {
  .fp-lika__row--second {
    grid-template-columns: 1fr 460px;
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .fp-lika__row--second {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .fp-lika__row--second .fp-lika__media--small {
    justify-self: stretch;
  }
}
/* =========================================================
   Ruralni razvoj slika O nama
   ========================================================= */
.fp-investments__img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 18px auto 0;
  border-radius: 10px;
}
/* =========================================================
   ECO – Ekološki certifikat (tekst lijevo, slika desno)
   ========================================================= */
.fp-eco__inner {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 32px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.fp-eco__content {
  order: 1;
}
.fp-eco__media {
  order: 2;
}
.fp-eco__media {
  position: relative;
  overflow: visible;
}
.fp-eco__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.fp-eco__badge {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: auto;
  transform: rotate(-20deg);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  pointer-events: none;
}
.fp-eco__content h2 {
  margin: 0 0 14px 0;
}
@media (max-width: 1024px) {
  .fp-eco__inner {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }
  .fp-eco__media {
    max-width: 520px;
    margin: 0 auto;
  }
  .fp-eco__img {
    max-height: 300px;
  }
  .fp-eco__badge {
    width: 72px;
    top: 8px;
    right: 8px;
    transform: none;
  }
}
/* =========================================================
   SLIDE-IN (on scroll) – reusable
   ========================================================= */
.fp-slide {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: transform, opacity;
}
.fp-slide--right {
  transform: translateX(60px);
}
.fp-slide.is-visible {
  opacity: 1;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  .fp-slide, .fp-slide--right {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/* =========================================================
   VERTICAL TIMELINE (center line + icon) – fp-vt2
   (cleaned: single source of truth for ::before and ::after)
   ========================================================= */
.fp-vt2__inner {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
/* bazna siva linija */
.fp-vt2__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.14);
  z-index: 0;
}
/* aktivna linija koja se “crta” */
.fp-vt2__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  transform: translateX(-50%) scaleY(var(--vt-line, 0));
  transform-origin: top;
  background: rgba(42, 54, 59, 0.55);
  will-change: transform;
  z-index: 0;
}
/* item */
.fp-vt2__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
  column-gap: 26px;
  align-items: center;
  padding: 26px 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  will-change: transform, opacity;
}
.fp-vt2__item.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.fp-vt2__item--text-right {
  transform: translateX(60px);
}
.fp-vt2__item--text-right.is-visible {
  transform: translateX(0);
}
.fp-vt2__center {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 3;
}
.fp-vt2__icon {
  width: 100px;
  height: auto;
  display: block;
  transform: scale(0.86);
  transition: transform 0.65s ease-out;
  will-change: transform;
}
.fp-vt2__item.is-visible .fp-vt2__icon {
  transform: scale(1);
}
.fp-vt2__col {
  min-width: 0;
}
.fp-vt2__title {
  margin: 0;
  line-height: 1.2;
}
.fp-vt2__text {
  margin: 0 0 12px 0;
  line-height: 1.55;
  color: #444;
}
/* button wrapper */
.fp-vt2__col--text {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
}
.fp-vt2__textwrap {
  display: flex;
  align-items: center;
}
.fp-vt2__btnwrap {
  margin-top: 12px;
}
.fp-vt2__col--text .button {
  align-self: flex-start;
}
/* poravnanja po strani */
.fp-vt2__item--text-left .fp-vt2__col--text, .fp-vt2__item--text-left .fp-vt2__textwrap, .fp-vt2__item--text-left .fp-vt2__btnwrap {
  justify-content: flex-end;
  text-align: right;
}
.fp-vt2__item--text-left .fp-vt2__col--title {
  text-align: left;
}
.fp-vt2__item--text-right .fp-vt2__col--text, .fp-vt2__item--text-right .fp-vt2__textwrap, .fp-vt2__item--text-right .fp-vt2__btnwrap {
  justify-content: flex-start;
  text-align: left;
}
.fp-vt2__item--text-right .fp-vt2__col--title {
  text-align: right;
}
/* micro-stagger */
.fp-vt2__title, .fp-vt2__text, .fp-vt2__col--text .button {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.55s ease-out, transform 0.55s ease-out;
}
.fp-vt2__item.is-visible .fp-vt2__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0ms;
}
.fp-vt2__item.is-visible .fp-vt2__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 80ms;
}
.fp-vt2__item.is-visible .fp-vt2__col--text .button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 140ms;
}
@media (max-width: 900px) {
  .fp-vt2__inner::before {
    left: 26px;
    transform: none;
  }
  .fp-vt2__inner::after {
    left: 26px;
    transform: scaleY(var(--vt-line, 0));
    transform-origin: top;
  }
  .fp-vt2__item {
    grid-template-columns: 70px 1fr;
    column-gap: 16px;
    padding: 20px 0;
    transform: translateY(14px);
  }
  .fp-vt2__item.is-visible {
    transform: translateY(0);
  }
  .fp-vt2__item--text-right {
    transform: translateY(14px);
  }
  .fp-vt2__center {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-items: start;
  }
  .fp-vt2__icon {
    width: 72px;
  }
  .fp-vt2__col--title, .fp-vt2__col--text {
    grid-column: 2;
    text-align: left !important;
  }
  .fp-vt2__textwrap {
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fp-vt2__item, .fp-vt2__item--text-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .fp-vt2__inner::after {
    transform: translateX(-50%) scaleY(1) !important;
  }
  .fp-vt2__icon {
    transform: none !important;
    transition: none !important;
  }
  .fp-vt2__title, .fp-vt2__text, .fp-vt2__col--text .button {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 900px) {
  .fp-vt2__inner::after {
    transform: scaleY(1) !important;
  }
}
/* =========================================================
   ABOUT SECTION TITLE (centered variant)
   ========================================================= */
.about-section-title--centered {
  max-width: var(--fp-max);
  margin: 40px auto 10px;
  padding: 0 var(--fp-pad-desktop);
  text-align: center;
  font-weight: 700;
}
.about-section-divider {
  width: 64px;
  height: 2px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 auto 28px;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .about-section-title--centered {
    padding: 0 var(--fp-pad-mobile);
  }
  .about-section-divider {
    margin-bottom: 22px;
  }
}
/* =========================================================
   HOTSPOTS – FINAL (scoped) + MOBILE INLINE (no overlay)
   Scope: #hs-nadstresnica
   ========================================================= */
#hs-nadstresnica {
  padding: 24px 0;
}
/* HEADER */
#hs-nadstresnica .hs-head {
  max-width: var(--fp-max);
  margin: 0 auto 18px;
  padding: 0 var(--fp-pad-desktop);
  text-align: center;
}
#hs-nadstresnica .hs-head h2 {
  margin: 0 0 10px 0;
  font-weight: 700;
  letter-spacing: 0.2px;
}
#hs-nadstresnica .hs-head p {
  margin: 0;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.92;
  line-height: 1.55;
}
/* MAIN GRID */
#hs-nadstresnica .hs-grid {
  max-width: var(--fp-max);
  margin: 0 auto;
  padding: 0 var(--fp-pad-desktop);
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 28px;
  align-items: start;
}
/* LEFT: PLAN */
#hs-nadstresnica .hs-stage {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: calc(100% + 100px);
  margin-left: -100px;
  max-width: none;
  justify-self: start;
}
#hs-nadstresnica .hs-plan {
  display: block;
  width: 100%;
  height: auto;
}
/* Hotspot button */
#hs-nadstresnica .hs-dot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: transform 0.15s ease, background 0.15s ease;
  z-index: 5;
}
#hs-nadstresnica .hs-dot:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(0, 0, 0, 0.48);
}
#hs-nadstresnica .hs-dot:focus {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}
#hs-nadstresnica .hs-dot.is-active {
  background: rgba(0, 0, 0, 0.58);
}
#hs-nadstresnica .hs-plus {
  width: 14px;
  height: 14px;
  position: relative;
}
#hs-nadstresnica .hs-plus::before, #hs-nadstresnica .hs-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2px;
}
#hs-nadstresnica .hs-plus::before {
  width: 14px;
  height: 2px;
}
#hs-nadstresnica .hs-plus::after {
  width: 2px;
  height: 14px;
}
/* puls desktop */
@media (min-width: 981px) {
  #hs-nadstresnica .hs-dot::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    opacity: 0;
    transform: scale(0.9);
    animation: hsPulse 1.8s ease-out infinite;
  }
  #hs-nadstresnica .hs-dot.is-active::after {
    border-color: rgba(255, 255, 255, 0.42);
  }
  @keyframes hsPulse {
    0% {
      opacity: 0;
      transform: scale(0.85);
    }
    25% {
      opacity: 0.55;
    }
    100% {
      opacity: 0;
      transform: scale(1.15);
    }
  }
}
/* RIGHT: PANEL */
#hs-nadstresnica .hs-panel {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible;
  min-height: auto;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
#hs-nadstresnica .hs-panel__inner {
  padding: 0 !important;
  opacity: 1;
  transform: none;
}
#hs-nadstresnica .hs-close {
  display: none !important;
}
/* Zoom krug */
#hs-nadstresnica .hs-zoom {
  width: 296px;
  height: 296px;
  border-radius: 999px;
  overflow: hidden;
  border: 4px solid #474747;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto 16px auto;
}
#hs-nadstresnica .hs-zoom__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#hs-nadstresnica .hs-count {
  font-size: 13px;
  opacity: 0.75;
  margin: 0 0 6px 0;
}
#hs-nadstresnica .hs-title {
  margin: 0 0 8px 0;
  line-height: 1.2;
  font-weight: 700;
  color: #2a363b;
  font-size: 1.15rem;
}
#hs-nadstresnica .hs-text {
  margin: 0 0 12px 0;
  line-height: 1.55;
  color: #444;
  font-size: 0.98rem;
}
#hs-nadstresnica .hs-bullets {
  margin: 0 0 14px 18px;
  padding: 0;
}
#hs-nadstresnica .hs-bullets li {
  margin: 6px 0;
  opacity: 0.95;
}
#hs-nadstresnica .hs-stepper {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
#hs-nadstresnica .hs-prev, #hs-nadstresnica .hs-next {
  width: 44px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  font-size: 18px;
  color: #2a363b;
}
#hs-nadstresnica .hs-overlay {
  display: none !important;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  #hs-nadstresnica .hs-head {
    max-width: none;
    padding: 0 var(--fp-pad-mobile);
  }
  #hs-nadstresnica .hs-grid {
    max-width: none;
    padding: 0 var(--fp-pad-mobile);
    grid-template-columns: 1fr;
    gap: 14px;
  }
  #hs-nadstresnica .hs-stage {
    width: 100%;
    margin-left: 0;
  }
  #hs-nadstresnica .hs-panel {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  #hs-nadstresnica .hs-panel {
    position: static !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 12px 0 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  #hs-nadstresnica .hs-dot::after {
    animation: none !important;
  }
}
/* FP LIKA – full-width red unutar 2-column grida */
.fp-lika__row--full {
  grid-column: 1 / -1;
  /* rastegni preko obje kolone */
}
.fp-lika__content--full {
  max-width: 1100px;
  /* ili 720px ako želiš uži tekst */
  margin-left: auto;
  margin-right: auto;
  /* centriraj tekst */
}
.fp-lika__row--full {
  margin: 10px 0 18px;
}
/*# sourceMappingURL=custom_17.css.map */