/* 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 / BRAND TOKENS
   ========================================================= */
:root {
  --fp-max: 1100px;
  --fp-pad-desktop: 72px;
  --fp-pad-mobile: 22px;
  --fp-brand: #2c4c3b;
  --fp-brand-soft: #3b5f4c;
  --fp-brand-accent: #6faf5a;
  --fp-brand-accent-soft: rgba(111,175,90,0.18);
  --fp-brand-ghost: rgba(44,76,59,0.10);
  --fp-brand-ghost-strong: rgba(44,76,59,0.14);
  --fp-brand-ring: rgba(44,76,59,0.55);
  --fp-brand-ring-soft: rgba(111,175,90,0.38);
  --fp-text-dark: #2c4c3b;
  --fp-text-body: #444;
  --fp-text-muted: #666;
}
html, body {
  overflow-x: hidden;
}
/* =========================================================
   FP FEATURES – BASE
   ========================================================= */
.fp-features {
  margin: 20px 0;
  padding: 0;
}
.fp-feature {
  text-align: center;
  padding: 10px 12px;
}
.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;
}
/* =========================================================
   POČETNA – uvodne 3 kartice
   jači hover + swap slike + text hover
   ========================================================= */
.fp-features.fp-slide .fp-feature {
  transition: transform 0.28s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.fp-features.fp-slide .fp-feature__icon {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 auto 14px auto;
  vertical-align: top;
}
.fp-features.fp-slide .fp-feature__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform-origin: center center;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform, opacity;
}
/* glavna i hover slika */
.fp-features.fp-slide .fp-icon-main {
  opacity: 1;
  transition: transform 0.25s ease;
}
.fp-features.fp-slide .fp-icon-hover {
  opacity: 0;
  transition: transform 0.25s ease;
}
/* tekst animacije samo na početnoj */
.fp-features.fp-slide .fp-feature__title, .fp-features.fp-slide .fp-feature__text {
  transition: transform 0.25s ease;
}
/* hover – početna */
.fp-features.fp-slide .fp-feature:hover {
  transform: translateY(-6px);
}
.fp-features.fp-slide .fp-feature:hover .fp-icon-main {
  opacity: 0;
  transform: scale(1.2) translateZ(0);
}
.fp-features.fp-slide .fp-feature:hover .fp-icon-hover {
  opacity: 1;
  transform: scale(1.2) translateZ(0);
}
.fp-features.fp-slide .fp-feature:hover .fp-feature__title {
  transform: scale(1.1);
}
.fp-features.fp-slide .fp-feature:hover .fp-feature__text {
  transform: scale(1.03) translateY(-3px);
}
/* preload hover slika da nema flasha prvi put */
body::after {
  content: url('../../images/intro/intro_02_hover.webp') url('../../images/intro/intro_03_hover.webp') url('../../images/intro/intro_04_hover.webp');
  display: none;
}
/* =========================================================
   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: 0 solid #fff;
  object-fit: cover;
}
/* Tabs info-card – rounded corners za sliku */
.info-card .image-card {
  border-radius: 14px;
  overflow: hidden;
}
/* =========================================================
   PREMIUM DIVIDER – layered illustration
   ========================================================= */
.fp-divider-premium {
  position: relative;
  display: block;
  margin: 40px auto -10px auto;
  max-width: 100%;
  height: 260px;
  overflow: visible;
}
/* watermark pozadina */
.fp-divider-bg {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: auto;
  opacity: 0.4;
  filter: grayscale(0%);
  pointer-events: none;
}
/* glavna ilustracija */
.fp-divider-main {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: auto;
  z-index: 2;
}
/* =========================================================
   TABLET
   ========================================================= */
@media (max-width: 1024px) {
  .fp-divider-premium {
    height: 220px;
  }
  .fp-divider-bg {
    bottom: 5px;
    opacity: 0.3;
  }
}
/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 640px) {
  .fp-divider-premium {
    height: 180px;
    margin: 20px auto -6px auto;
  }
  .fp-divider-bg {
    bottom: 0;
    opacity: 0.2;
  }
}
/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media (max-width: 420px) {
  .fp-divider-premium {
    height: 140px;
  }
  .fp-divider-bg {
    opacity: 0.16;
  }
}
/* =========================================================
   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;
  }
}
/* HERO ICONS */
.fp-facts {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 900px;
}
.fp-fact {
  text-align: center;
}
.fp-fact h3 {
  margin-top: 12px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
/* CIRCLE */
.fp-fact__ico {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  transition: all 0.25s ease;
}
/* SVG SIZE */
.fp-fact__ico svg {
  width: 38px;
  height: 38px;
  color: #fff;
}
/* HOVER RING */
.fp-fact__ico::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.25s ease;
}
/* HOVER */
.fp-fact:hover .fp-fact__ico {
  background: #fff;
}
.fp-fact:hover .fp-fact__ico svg {
  color: var(--fp-brand);
}
.fp-fact:hover .fp-fact__ico::after {
  opacity: 1;
  transform: scale(1);
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .fp-facts {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}
@media (max-width: 500px) {
  .fp-facts {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   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__more {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
}
.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
   ========================================================= */
/* 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;
}
/* tekst ostaje bijel */
.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(44, 76, 59, 0.82) !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);
  }
}
/* 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 - Cow sekcija
   ========================================================= */
.fp-footer-cow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 500px;
  width: auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
#g-footer {
  position: relative;
  overflow: hidden;
}
/* =========================================================
   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;
  height: 300px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .about-hero__logo {
    height: 160px;
  }
}
.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;
}
.about-story-rows .about-row__text--vcenter {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about-story-rows .about-row__text p {
  margin: 0 0 14px 0;
}
.about-story-rows .about-row__text p:last-child {
  margin-bottom: 0;
}
.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) {
  .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%;
  margin-left: -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: 28px;
  height: 4px;
  background: rgba(0, 0, 0, 0.18);
}
.fp-timeline__item {
  position: relative;
  padding-top: 74px;
  text-align: center;
}
.fp-timeline__dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f3f3f3;
  box-shadow: 0 0 0 6px #f3f3f3;
  /* maskira liniju ispod */
  transition: background 0.25s ease, transform 0.25s ease;
  z-index: 2;
}
/* PNG ikona unutar kružića */
.fp-timeline__dot::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url('../../images/salers/img_sal_02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.25s ease, filter 0.25s ease;
}
/* hover ring */
.fp-timeline__dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid rgba(42, 54, 59, 0.5);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
/* hover */
.fp-timeline__item:hover .fp-timeline__dot {
  background: var(--fp-brand);
  transform: translateX(-50%) scale(1.08);
}
.fp-timeline__item:hover .fp-timeline__dot::before {
  filter: brightness(0) invert(1);
  transform: scale(1.08);
}
.fp-timeline__item:hover .fp-timeline__dot::after {
  opacity: 1;
  transform: scale(1);
}
.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: var(--fp-brand);
}
.fp-timeline__text {
  line-height: 1.5;
  color: var(--fp-text-body);
  max-width: 42ch;
  margin: 0 auto;
}
/* =========================================================
   TABLET / MOBILE
   ========================================================= */
@media (max-width: 1024px) {
  .fp-timeline__inner {
    grid-template-columns: 1fr;
    padding: 0 var(--fp-pad-mobile);
  }
  .fp-timeline__inner::before {
    left: 24px;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 4px;
    height: auto;
  }
  .fp-timeline__item {
    padding-top: 0;
    padding-left: 72px;
    text-align: left;
  }
  .fp-timeline__dot {
    left: 2px;
    top: 8px;
    transform: none;
    width: 46px;
    height: 46px;
  }
  .fp-timeline__dot::before {
    width: 22px;
    height: 22px;
  }
  .fp-timeline__item:hover .fp-timeline__dot {
    transform: scale(1.06);
  }
  .fp-timeline__text {
    max-width: none;
    margin: 0;
  }
}
/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media (max-width: 520px) {
  .fp-timeline {
    padding: 30px 0 40px;
  }
  .fp-timeline__inner {
    padding: 0 16px;
  }
  .fp-timeline__item {
    padding-left: 66px;
  }
  .fp-timeline__dot {
    width: 42px;
    height: 42px;
    left: 4px;
  }
  .fp-timeline__dot::before {
    width: 20px;
    height: 20px;
  }
}
/* =========================================================
   TIMELINE – aktivna linija (FINAL PERFECT ALIGN)
   ========================================================= */
.fp-timeline__inner {
  position: relative;
}
/* ---------------------------------------------------------
   DESKTOP – horizontalna linija
   --------------------------------------------------------- */
@media (min-width: 1025px) {
  .fp-timeline__inner::after {
    content: "";
    position: absolute;
    left: 64px;
    top: 28px;
    height: 4px;
    width: 0;
    background: var(--fp-brand);
    transition: width 0.35s ease;
    z-index: 0;
  }
  .fp-timeline__item, .fp-timeline__dot {
    z-index: 2;
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(1):hover)::after {
    width: calc(13.5% - 64px);
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(2):hover)::after {
    width: calc(37.5% - 64px);
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(3):hover)::after {
    width: calc(62.5% - 64px);
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(4):hover)::after {
    width: calc(97% - 64px);
  }
}
/* ---------------------------------------------------------
   MOBILE / TABLET – vertikalna linija (CENTAR KRUGA)
   --------------------------------------------------------- */
@media (max-width: 1024px) {
  /* centar kruga = left + polovica širine kruga */
  /* krug = 46px → pola = 23px → 24 + 23 = ~47px */
  .fp-timeline__inner::before {
    left: 47px;
    transform: translateX(-50%);
  }
  .fp-timeline__inner::after {
    content: "";
    position: absolute;
    left: 47px;
    top: 10px;
    width: 4px;
    height: 0;
    transform: translateX(-50%);
    background: var(--fp-brand);
    transition: height 0.35s ease;
    z-index: 0;
  }
  .fp-timeline__item, .fp-timeline__dot {
    z-index: 2;
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(1):hover)::after {
    height: 1%;
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(2):hover)::after {
    height: 32%;
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(3):hover)::after {
    height: 58%;
  }
  .fp-timeline__inner:has(.fp-timeline__item:nth-child(4):hover)::after {
    height: calc(80% - 10px);
  }
}
/* ---------------------------------------------------------
   SMALL MOBILE – finije poravnanje
   --------------------------------------------------------- */
@media (max-width: 520px) {
  /* krug = 42px → pola = 21px → 20 + 21 = 41px */
  .fp-timeline__inner::before {
    left: 41px;
  }
  .fp-timeline__inner::after {
    left: 41px;
  }
}
/* =========================================================
   FP LIKA – poravnanje
   ========================================================= */
.fp-lika__inner {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 24px;
  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;
  }
}
.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;
  }
}
/* FP LIKA – full-width red unutar 2-column grida */
.fp-lika__row--full {
  grid-column: 1 / -1;
  margin: 10px 0 18px;
}
.fp-lika__content--full {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.fp-lika__quote {
  font-size: 1.1rem;
  line-height: 1.7;
  font-style: italic;
  font-weight: 700;
}
/* =========================================================
   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: -26px;
  right: -26px;
  width: 140px;
  height: auto;
  transform: rotate(-18deg);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  pointer-events: none;
  z-index: 5;
}
.fp-eco__content h2 {
  margin: 0 0 14px 0;
}
/* Obrni strane */
.fp-eco--reverse .fp-eco__content {
  order: 2;
}
.fp-eco--reverse .fp-eco__media {
  order: 1;
}
.fp-eco--reverse .fp-eco__badge {
  right: auto;
  left: -26px;
  transform: rotate(-18deg);
}
@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;
  }
  .fp-eco--reverse .fp-eco__badge {
    left: 10px;
    right: auto;
    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
   ========================================================= */
.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: var(--fp-brand);
  will-change: transform;
  z-index: 0;
}
.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: var(--fp-text-body);
}
.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;
  }
}
/* =========================================================
   TIMELINE – icon hover zoom
   ========================================================= */
.fp-vt2__icon {
  transition: transform 0.35s ease;
}
.fp-vt2__item.is-visible:hover .fp-vt2__icon {
  transform: scale(1.2);
}
/* =========================================================
   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(111, 175, 90, 0.35);
  outline-offset: 2px;
}
#hs-nadstresnica .hs-dot.is-active {
  background: rgba(44, 76, 59, 0.72);
}
#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(111, 175, 90, 0.32);
    opacity: 0;
    transform: scale(0.9);
    animation: hsPulse 1.8s ease-out infinite;
  }
  #hs-nadstresnica .hs-dot.is-active::after {
    border-color: rgba(111, 175, 90, 0.55);
  }
  @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 var(--fp-brand);
  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: var(--fp-brand);
  font-size: 1.15rem;
}
#hs-nadstresnica .hs-text {
  margin: 0 0 12px 0;
  line-height: 1.55;
  color: var(--fp-text-body);
  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(44, 76, 59, 0.18);
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  font-size: 18px;
  color: var(--fp-brand);
}
#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;
  }
}
/* =========================================================
   ECO BULLETS / PONUDA – samo ikona hover
   bez povećanja naslova i teksta
   ========================================================= */
#eco-bullets {
  margin: 40px 0 60px;
}
/* Header */
#eco-bullets .fp-features__head {
  max-width: 1100px;
  margin: 0 auto 22px;
  padding: 0 72px;
  text-align: center;
}
#eco-bullets .fp-features__badge {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 8px;
}
#eco-bullets .fp-features__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}
/* Grid */
#eco-bullets .fp-features__grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
/* Card – potpuno flat */
#eco-bullets .fp-feature {
  text-align: center;
  padding: 10px 8px 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none !important;
  /* nema lift efekta */
}
/* Ikona */
#eco-bullets .fp-feature__icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--fp-brand);
  background: var(--fp-brand-ghost);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  position: relative;
}
#eco-bullets .fp-feature__icon img {
  width: 36px;
  height: 36px;
  display: block;
  margin: auto;
  transition: transform 0.25s ease, filter 0.25s ease;
}
/* hover ring oko ikone */
#eco-bullets .fp-feature__icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid var(--fp-brand-ring);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
/* Hover – SAMO IKONA */
#eco-bullets .fp-feature:hover .fp-feature__icon {
  background: var(--fp-brand);
  color: #fff;
  transform: scale(1.15);
}
#eco-bullets .fp-feature:hover .fp-feature__icon img {
  filter: brightness(0) invert(1);
  transform: rotate(12deg) scale(1.1);
}
#eco-bullets .fp-feature:hover .fp-feature__icon::after {
  opacity: 1;
  transform: scale(1);
}
/* naslov i tekst ostaju mirni */
#eco-bullets .fp-feature__title, #eco-bullets .fp-feature__text {
  transform: none !important;
  transition: none !important;
}
#eco-bullets .fp-feature__title {
  margin: 0 0 8px 0;
  line-height: 1.2;
  font-weight: 700;
}
#eco-bullets .fp-feature__text {
  margin: 0;
  line-height: 1.45;
  opacity: 0.95;
  font-size: 0.95rem;
}
/* Responsive */
@media (max-width: 1024px) {
  #eco-bullets .fp-features__head, #eco-bullets .fp-features__grid {
    padding: 0 22px;
  }
  #eco-bullets .fp-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  #eco-bullets .fp-features__grid {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   Lists / misc
   ========================================================= */
.fp-values__list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 20px;
}
.fp-values__list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}
.fp-values__list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: #eceeef;
  font-weight: 900;
}
/* =========================================
   SALERS – KEYPOINTS (3 | COW | 3)
========================================= */
#salers-keypoints {
  padding: 60px 0 70px;
}
/* header */
#salers-keypoints .fp-keypoints__head {
  max-width: 1100px;
  margin: 0 auto 34px;
  padding: 0 22px;
  text-align: center;
}
#salers-keypoints .fp-keypoints__title {
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}
#salers-keypoints .fp-keypoints__divider {
  width: 70px;
  height: 2px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 auto 16px;
  border-radius: 2px;
}
#salers-keypoints .fp-keypoints__lead {
  max-width: 90ch;
  margin: 0 auto;
  line-height: 1.6;
  opacity: 0.92;
}
/* grid */
#salers-keypoints .fp-keypoints__grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(300px, 460px) minmax(360px, 1fr);
  gap: 56px;
  align-items: center;
}
/* columns */
#salers-keypoints .fp-keypoints__col {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
/* center */
#salers-keypoints .fp-keypoints__center {
  display: grid;
  place-items: center;
}
#salers-keypoints .fp-keypoints__img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
}
/* item base */
#salers-keypoints .kp-item {
  display: grid;
  align-items: center;
  gap: 22px;
}
#salers-keypoints .kp-title {
  margin: 0 0 6px;
  font-weight: 700;
  line-height: 1.2;
}
#salers-keypoints .kp-text {
  margin: 0;
  line-height: 1.5;
  opacity: 0.92;
}
/* LEFT: TEXT | ICON */
#salers-keypoints .fp-keypoints__col--left .kp-item {
  grid-template-columns: 1fr 90px;
}
#salers-keypoints .fp-keypoints__col--left .kp-body {
  text-align: right;
  justify-self: end;
  max-width: 420px;
}
#salers-keypoints .fp-keypoints__col--left .kp-ico {
  justify-self: end;
}
/* RIGHT: ICON | TEXT */
#salers-keypoints .fp-keypoints__col--right .kp-item {
  grid-template-columns: 90px 1fr;
}
#salers-keypoints .fp-keypoints__col--right .kp-body {
  text-align: left;
  justify-self: start;
  max-width: 420px;
}
/* icon circle */
#salers-keypoints .kp-ico {
  width: 86px;
  height: 86px;
  margin: 0 auto 12px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--fp-brand);
  background: var(--fp-brand-ghost);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  position: relative;
}
#salers-keypoints .kp-ico img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}
/* hover ring */
#salers-keypoints .kp-ico::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 2px solid var(--fp-brand-ring);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
/* hover */
#salers-keypoints .kp-item:hover .kp-ico {
  background: var(--fp-brand);
  transform: scale(1.08);
}
#salers-keypoints .kp-item:hover .kp-ico img {
  filter: brightness(0) invert(1);
  transform: rotate(12deg) scale(1.05);
}
#salers-keypoints .kp-item:hover .kp-ico::after {
  opacity: 1;
  transform: scale(1);
}
/* responsive */
@media (max-width: 1100px) {
  #salers-keypoints .fp-keypoints__grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  #salers-keypoints .kp-item, #salers-keypoints .fp-keypoints__col--left .kp-item, #salers-keypoints .fp-keypoints__col--right .kp-item {
    grid-template-columns: 90px 1fr;
  }
  #salers-keypoints .kp-body {
    text-align: left !important;
    justify-self: start !important;
    max-width: none;
  }
  #salers-keypoints .fp-keypoints__img {
    max-width: 360px;
  }
}
@media (max-width: 600px) {
  #salers-keypoints {
    padding: 40px 0 50px;
  }
  #salers-keypoints .kp-ico {
    width: 75px;
    height: 75px;
  }
  #salers-keypoints .kp-ico img {
    width: 30px;
    height: 30px;
  }
}
.about-subtitle {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 20px 0 -12px 0;
}
/* =========================================================
   Novosti: uređenje članaka
   ========================================================= */
/* Lead (uvodni pasus) */
.article-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 20px;
}
/* Image block */
.article-image {
  margin: 30px 0;
}
.article-image img {
  width: 80%;
  border-radius: 10px;
}
.article-image figcaption {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 6px;
}
/* Paragraf tekst cijelom širinom */
.article-text {
  margin: 24px 0;
  max-width: 900px;
}
.article-text p {
  margin: 0 0 16px;
  line-height: 1.7;
}
.article-text p:last-child {
  margin-bottom: 0;
}
/* Row layout (tekst + slika) */
.article-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 30px 0;
}
.article-row img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .article-row {
    grid-template-columns: 1fr;
  }
}
.article-row--reverse .article-row__image {
  order: 2;
}
.article-row--reverse .article-row__text {
  order: 1;
}
/* List block */
.article-list {
  margin: 15px 0 25px;
  padding-left: 18px;
}
.article-list li {
  margin-bottom: 6px;
}
/* Highlight box */
.article-highlight {
  padding: 18px 22px;
  background: #f5f5f5;
  border-left: 4px solid var(--fp-brand);
  margin: 25px 0;
}
/* Quote / primjer */
.article-quote {
  font-style: italic;
  font-weight: 600;
  font-size: 1.1rem;
  border-left: 4px solid var(--fp-brand);
  padding-left: 16px;
  margin: 25px 0;
  line-height: 1.7;
}
/* Info note */
.article-note {
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
  margin: 20px 0;
}
/* Gallery */
.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 30px 0;
}
.article-gallery img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .article-gallery {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   Kontakt - Uvod
   ========================================================= */
.contact-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}
.contact-intro__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.contact-intro__text {
  font-size: 1.25rem;
  line-height: 1.7;
}
/* =========================================================
   Kontakt - Podaci
   ========================================================= */
.farm-contact {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 72px 50px;
  text-align: center;
}
/* 3 kartice gore */
.farm-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-bottom: 34px;
}
.farm-contact__card {
  padding: 10px 12px;
}
.farm-contact__card-title {
  margin: 14px 0 8px 0;
  font-weight: 700;
  line-height: 1.2;
}
.farm-contact__card-text {
  margin: 0;
  line-height: 1.6;
}
.farm-contact__card-text a {
  color: inherit;
  text-decoration: none;
}
.farm-contact__card-text a:hover {
  text-decoration: underline;
}
/* okrugle flat ikone */
.farm-contact__icon {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--fp-brand-ghost);
  position: relative;
  transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
  color: var(--fp-brand);
}
.farm-contact__icon svg {
  display: block;
}
/* tanka kružnica */
.farm-contact__icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 2px solid var(--fp-brand-ring);
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
/* hover */
.farm-contact__card:hover .farm-contact__icon {
  background: var(--fp-brand);
  color: #fff;
  transform: scale(1.15);
}
.farm-contact__card:hover .farm-contact__icon::after {
  opacity: 1;
  transform: scale(1);
}
/* teme / pitanja */
.farm-contact__topics {
  margin: 8px 0 34px;
}
.farm-contact__topics-label {
  margin: 0 0 12px 0;
  font-weight: 700;
}
.farm-contact__topics-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
}
.farm-contact__topics-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.5;
}
.farm-contact__topics-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 2px;
  background: var(--fp-brand);
  opacity: 0.6;
}
/* donji intro tekst */
.farm-contact__intro {
  max-width: 820px;
  margin: 0 auto;
}
.farm-contact__title {
  margin: 0 0 12px 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.farm-contact__lead {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.7;
}
/* responsive */
@media (max-width: 900px) {
  .farm-contact {
    padding: 20px 22px 40px;
  }
  .farm-contact__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .farm-contact__title {
    font-size: 1.9rem;
  }
  .farm-contact__lead {
    font-size: 1.05rem;
  }
}
/* =========================================================
   Kontakt - Karta
   ========================================================= */
.farm-map-section {
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 0 72px;
}
.farm-map {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.farm-map iframe {
  display: block;
  width: 100%;
}
.farm-map__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.farm-map__note {
  margin: 10px 0 0;
  text-align: center;
  line-height: 1.5;
  opacity: 0.8;
}
@media (max-width: 900px) {
  .farm-map-section {
    padding: 0 22px;
  }
}
/* =========================================================
   Galerija - Glavna
   ========================================================= */
.farm-gallery {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 72px 60px;
}
.farm-gallery__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.farm-gallery__divider {
  width: 70px;
  height: 2px;
  background: rgba(0, 0, 0, 0.25);
  margin: 0 auto 40px;
}
.farm-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.farm-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1;
  text-decoration: none;
}
.farm-gallery__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}
.farm-gallery__item:hover img {
  transform: scale(1.05);
}
.farm-gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.farm-gallery__item:hover::after {
  opacity: 1;
}
.farm-gallery__plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
  pointer-events: none;
}
.farm-gallery__item:hover .farm-gallery__plus {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
}
@media (max-width: 900px) {
  .farm-gallery {
    padding: 30px 22px 50px;
  }
  .farm-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .farm-gallery__grid {
    grid-template-columns: 1fr;
  }
}
/* Novosti – rounded slike */
.g-array-item-image {
  border-radius: 12px;
  overflow: hidden;
}
.g-array-item-image img {
  display: block;
  width: 100%;
  height: auto;
}
/* =========================================================
   Footer – kontakt ikone i layout
   ========================================================= */
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact__item {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
.footer-contact__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  position: relative;
  transition: all 0.25s ease;
}
.footer-contact__icon::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.25s ease;
}
.footer-contact__item:hover .footer-contact__icon {
  background: #fff;
  color: var(--fp-brand);
}
.footer-contact__item:hover .footer-contact__icon::after {
  opacity: 1;
  transform: scale(1);
}
.footer-contact a {
  color: inherit;
  text-decoration: none;
}
.footer-contact a:hover {
  text-decoration: underline;
}
/* Footer branding */
.footer-brand {
  max-width: 360px;
  margin-left: auto;
  text-align: right;
  margin-top: -20px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
}
.footer-brand__name {
  font-weight: 700;
  margin: 0 0 6px 0;
}
.footer-brand__text, .footer-brand p {
  margin: 0;
  line-height: 1.6;
  opacity: 0.9;
}
/* =========================================================
   Novosti – genetika / performanse bika
   ========================================================= */
.article-image--hero img {
  width: 100%;
  display: block;
}
.article-image--side {
  margin: 0;
}
.article-image--side img {
  width: 100%;
  display: block;
}
.article-text--wide {
  max-width: none;
}
.article-row--performance {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}
.article-row__text p {
  margin: 0 0 16px;
  line-height: 1.7;
}
.article-row__text p:last-child {
  margin-bottom: 0;
}
.article-quote {
  max-width: 900px;
}
.chart-wrap {
  position: relative;
  width: 100%;
  height: 520px;
  margin: 30px 0 35px;
}
.prirast-chart {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: inherit;
}
.prirast-chart svg {
  width: 100%;
  height: 100%;
  display: block;
}
.prirast-chart .pc-grid line {
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 1;
}
.prirast-chart .pc-axis-line {
  stroke: rgba(0, 0, 0, 0.25);
  stroke-width: 1;
}
.prirast-chart .pc-label, .prirast-chart .pc-title, .prirast-chart .pc-legend-text {
  fill: #444;
  font-size: 12px;
}
.prirast-chart .pc-bar {
  transition: opacity 0.2s ease;
}
.prirast-chart .pc-bar:hover {
  opacity: 0.82;
}
.table-wrap--fit {
  overflow-x: visible;
}
.article-table--fit {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  font-size: 0.72rem;
}
.article-table--fit th, .article-table--fit td {
  padding: 6px 5px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
}
.article-table--fit th {
  font-size: 0.68rem;
}
.article-table--fit td {
  font-size: 0.72rem;
}
@media (max-width: 1100px) {
  .table-wrap--fit {
    overflow-x: auto;
  }
  .article-table--fit {
    min-width: 1100px;
    table-layout: auto;
  }
}
@media (max-width: 800px) {
  .article-row--performance {
    grid-template-columns: 1fr;
  }
  .chart-wrap {
    height: 380px;
  }
  .prirast-chart .pc-label, .prirast-chart .pc-title, .prirast-chart .pc-legend-text {
    font-size: 10px;
  }
}
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item .g-owlcarousel-item-img:after {
  opacity: 0.3 !important;
}
/*# sourceMappingURL=custom_20.css.map */