.elementor-30 .elementor-element.elementor-element-e7d1582{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-30 .elementor-element.elementor-element-deeb81d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-30 .elementor-element.elementor-element-de3b386{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-d910e4a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-bee1306 *//* ============================================================
   FIS HEADER – KOMPLETNI STILOVI
   ============================================================ */
:root {
  --fis-navy: #0b1424;
  --fis-gold: #f2a100;
  --fis-gold-hover: #c97a00;
  --fis-white: #ffffff;
  --fis-dark: #1a1a1a;
  --fis-gray: #f3f4f6;
  --fis-border: #cccccc;
  --fis-header-height: 160px;
}

body.fis-menu-open { overflow: hidden; }

/* ── TOPBAR ── */
#fis-topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 40px;
  background-color: var(--fis-navy);
  z-index: 100000;
  transform: translateZ(0);
  will-change: transform;
  pointer-events: auto !important;
  transition: transform .3s ease, opacity .3s ease;
}
#fis-topbar.fis-topbar-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none !important;
}
.fis-topbar-inner {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}
.fis-topbar-tagline {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fis-topbar-socials {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.fis-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  pointer-events: auto !important;
}
.fis-social-link svg { display: block; }
.fis-social-link:hover { color: #ffffff; }

/* ── HEADER ── */
#fis-header {
  position: fixed;
  top: 40px;
  left: 0; right: 0;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.07);
  z-index: 99999;
  transition: background-color .3s ease, box-shadow .3s ease;
  transform: translateZ(0);
  will-change: transform;
  pointer-events: auto !important;
  box-sizing: border-box;
}
#fis-header.fis-scrolled {
  background-color: var(--fis-navy);
  box-shadow: 0 4px 25px rgba(0,0,0,0.2);
}

/* Mobilni: topbar prati boju headera pri scrollu */
@media (max-width: 991px) {
  #fis-topbar.fis-topbar-scrolled {
    background-color: #ffffff;
  }
  #fis-topbar.fis-topbar-scrolled .fis-topbar-tagline {
    color: var(--fis-navy);
  }
  #fis-topbar.fis-topbar-scrolled .fis-social-link {
    color: var(--fis-navy);
  }
}
.fis-inner {
  max-width: 1320px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  pointer-events: auto !important;
}

/* ── LOGO ── */
.fis-logo-link {
  display: flex;
  align-items: center;
  cursor: pointer !important;
  pointer-events: auto !important;
  text-decoration: none;
  flex-shrink: 0;
}
.fis-logo-link img {
  height: 52px;
  width: auto;
  display: block;
}

/* ── DESKTOP NAV ── */
.fis-nav {
  display: flex;
  align-items: center;
  list-style: none !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  gap: 4px;
  pointer-events: auto !important;
}
.fis-nav li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: auto !important;
}
.fis-nav li::before,
.fis-nav li::marker { display: none !important; content: none !important; }
.fis-nav a {
  font-family: 'Poppins', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: var(--fis-dark) !important;
  padding: 10px 14px !important;
  display: block !important;
  text-decoration: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  border-radius: 6px;
  transition: color .2s, background .2s;
  position: relative;
}
.fis-nav a::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 14px; right: 14px;
  height: 2px;
  background: var(--fis-gold);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .2s ease;
  transform-origin: center;
}
.fis-nav a:not(.fis-cta):hover::after { transform: scaleX(1); }
.fis-nav a:hover { color: var(--fis-gold-hover) !important; }
#fis-header.fis-scrolled .fis-nav a { color: var(--fis-white) !important; }
#fis-header.fis-scrolled .fis-nav a:hover { color: var(--fis-gold) !important; }
.fis-nav a.fis-cta {
  background-color: var(--fis-gold) !important;
  color: #0b1424 !important;
  font-weight: 700 !important;
  border-radius: 6px;
  margin-left: 10px;
}
.fis-nav a.fis-cta:hover,
#fis-header.fis-scrolled .fis-nav a.fis-cta:hover {
  background-color: var(--fis-gold-hover) !important;
  color: #ffffff !important;
}
#fis-header.fis-scrolled .fis-nav a.fis-cta {
  background-color: var(--fis-gold) !important;
  color: #0b1424 !important;
}

/* ── HAMBURGER ── */
.fis-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px; height: 42px;
  cursor: pointer !important;
  background-color: #ffffff;
  border: 1px solid var(--fis-border);
  border-radius: 8px;
  padding: 0;
  transition: all .2s;
  margin-left: auto;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto !important;
}
.fis-hamburger:hover { background-color: var(--fis-gray); border-color: var(--fis-gold); }
#fis-header.fis-scrolled .fis-hamburger {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.25);
}
.fis-hamburger span {
  display: block;
  background-color: var(--fis-dark);
  width: 20px; height: 2px;
  transition: all .25s ease;
  pointer-events: none;
}
#fis-header.fis-scrolled .fis-hamburger span { background-color: #ffffff; }
.fis-hamburger.fis-open span { background-color: var(--fis-dark); }
.fis-hamburger.fis-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fis-hamburger.fis-open span:nth-child(2) { opacity: 0; }
.fis-hamburger.fis-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── MOBILNA NAV ── */
.fis-mobile-nav {
  display: none;
  position: fixed;
  top: var(--fis-header-height);
  left: 0; right: 0;
  background-color: #ffffff;
  z-index: 99998;
  flex-direction: column;
  transform: translateY(-105%);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  transition: transform .3s ease-in-out;
  max-height: calc(100dvh - var(--fis-header-height));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto !important;
}
.fis-mobile-nav.fis-open {
  display: flex;
  transform: translateY(0);
}
.fis-mobile-nav a {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--fis-dark) !important;
  padding: 16px 32px !important;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition: background .15s, color .15s;
  display: block !important;
}
.fis-mobile-nav a:hover { background-color: #fafafa; color: var(--fis-gold-hover) !important; }
.fis-mobile-nav a.fis-mobile-cta {
  background-color: var(--fis-gold) !important;
  color: #0b1424 !important;
  margin: 16px 24px 20px;
  border-radius: 8px;
  text-align: center;
  border-bottom: none;
  font-weight: 700 !important;
}
.fis-mobile-nav a.fis-mobile-cta:hover {
  background-color: var(--fis-gold-hover) !important;
  color: #ffffff !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .fis-nav { display: none !important; }
  .fis-hamburger { display: flex !important; }
  .fis-inner { padding: 0 20px; }
  .fis-topbar-tagline { display: none; }
  .fis-topbar-inner { justify-content: flex-end; padding: 0 20px; }
}

/* ── POINTER EVENTS FIX ── */
#fis-topbar, #fis-topbar *,
#fis-header, #fis-header *,
#fis-mobile-nav, #fis-mobile-nav * { pointer-events: auto !important; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1991c8f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* --- OSNOVNI STILOVI --- */
.fs-kontakt-sekcija {
    font-family: 'Poppins', sans-serif;
    color: #1e293b;
    background-color: #f1f3f6;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 180px 20px 80px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.fs-kontakt-sekcija * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* --- POZADINSKI EFEKTI (Navy + Gold umjesto plavo/indigo) --- */
.fs-blob {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.35;
    pointer-events: none;
    animation: fs-pulse 5s infinite alternate;
}
.fs-blob-1 {
    top: -60px;
    left: -60px;
    background-color: #f2a100; /* gold */
}
.fs-blob-2 {
    bottom: -60px;
    right: -60px;
    background-color: #0b1424; /* navy */
    animation-delay: 2.5s;
}

@keyframes fs-pulse {
    0%   { transform: scale(1);   opacity: 0.3; }
    100% { transform: scale(1.12); opacity: 0.45; }
}

/* --- GLAVNA KARTICA --- */
.fs-glass-card {
    max-width: 1152px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(242, 161, 0, 0.15);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(11, 20, 36, 0.12);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

/* --- LIJEVA STRANA (navy panel) --- */
.fs-info-panel {
    background-color: #0b1424; /* FIS Navy */
    color: #ffffff;
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
}

.fs-info-bg-1, .fs-info-bg-2 {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    pointer-events: none;
}
.fs-info-bg-1 { top: -80px; right: -80px; width: 280px; height: 280px; background: #f2a100; }
.fs-info-bg-2 { bottom: -80px; left: -80px; width: 220px; height: 220px; background: #f2a100; }

.fs-info-content {
    position: relative;
    z-index: 2;
}

.fs-logo-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.fs-logo-box {
    width: 52px; height: 52px;
    background: #ffffff;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    padding: 4px;
    flex-shrink: 0;
}
.fs-logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #ffffff !important;
}

.fs-info-subtitle {
    font-size: 19px;
    font-weight: 600;
    color: #f2a100; /* Gold */
    margin-bottom: 20px;
    line-height: 1.4;
}
.fs-info-desc {
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 40px;
    font-size: 14px;
}

.fs-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
    cursor: pointer;
    position: relative;
}
.fs-contact-icon {
    width: 48px; height: 48px;
    background: rgba(242, 161, 0, 0.12);
    color: #f2a100;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(242, 161, 0, 0.25);
}
.fs-contact-item:hover .fs-contact-icon {
    background: #f2a100;
    color: #0b1424;
    transform: scale(1.08);
}
.fs-contact-label { font-size: 12px; color: #64748b; font-weight: 500; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.05em; }
.fs-contact-value { font-size: 15px; font-weight: 600; position: relative; display: inline-block; color: #e2e8f0; }

.fs-social-wrap { margin-top: 40px; position: relative; z-index: 2; }
.fs-social-label { font-size: 12px; color: #64748b; margin-bottom: 14px; display: block; text-transform: uppercase; letter-spacing: 0.07em; }
.fs-social-links { display: flex; gap: 12px; }
.fs-social-btn {
    width: 40px; height: 40px;
    background: rgba(242, 161, 0, 0.1);
    color: #f2a100;
    border: 1px solid rgba(242, 161, 0, 0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}
.fs-social-btn:hover {
    background: #f2a100;
    color: #0b1424;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(242, 161, 0, 0.35);
}

.fs-tooltip {
    position: absolute; top: -32px; left: 0;
    background: #f2a100; color: #0b1424;
    font-size: 11px; font-weight: 600;
    padding: 4px 10px; border-radius: 6px;
    opacity: 0; pointer-events: none;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}
.fs-tooltip.show { opacity: 1; }

/* --- DESNA STRANA (FORMA) --- */
.fs-form-panel { padding: 48px 40px; position: relative; background: #ffffff; }
.fs-form-title {
    font-size: 26px;
    font-weight: 700;
    color: #0b1424;
    margin-bottom: 8px;
}
.fs-form-subtitle { color: #64748b; margin-bottom: 32px; font-size: 14px; line-height: 1.6; }

.fs-form-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }

.fs-input-group { position: relative; display: flex; flex-direction: column; }
.fs-label { font-size: 13px; font-weight: 600; color: #0b1424; margin-bottom: 7px; letter-spacing: 0.02em; }

.fs-input-wrap { position: relative; }
.fs-input-icon {
    position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
    color: #94a3b8; pointer-events: none; font-size: 14px;
}

.fs-input {
    width: 100%;
    padding: 11px 14px 11px 40px;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background-color: #f8fafc;
    color: #1e293b;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.25s ease;
    outline: none;
}
textarea.fs-input {
    padding-top: 14px;
    resize: vertical;
    min-height: 130px;
}
.fs-textarea-icon { position: absolute; left: 14px; top: 16px; color: #94a3b8; font-size: 14px; }

select.fs-input { appearance: none; cursor: pointer; padding-right: 40px; }
.fs-select-arrow { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: #94a3b8; pointer-events: none; font-size: 12px; }

.fs-input:focus {
    border-color: #f2a100;
    box-shadow: 0 0 0 3px rgba(242, 161, 0, 0.15);
    background-color: #fffdf5;
}
.fs-input.has-error {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.fs-error-msg { color: #ef4444; font-size: 12px; margin-top: 5px; display: none; }

/* --- FILE UPLOAD --- */
.fs-file-upload {
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    padding: 28px 20px;
    text-align: center;
    background: #f8fafc;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    cursor: pointer;
}
.fs-file-upload:hover,
.fs-file-upload.fs-drag-over {
    border-color: #f2a100;
    background: #fffdf5;
}
.fs-file-icon { font-size: 30px; color: #94a3b8; margin-bottom: 10px; transition: color 0.3s ease; display: block; }
.fs-file-upload:hover .fs-file-icon,
.fs-file-upload.fs-drag-over .fs-file-icon { color: #f2a100; }

.fs-file-text { font-size: 14px; color: #475569; display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.fs-file-btn {
    color: #0b1424;
    font-weight: 600;
    cursor: pointer;
    background: #ffffff;
    padding: 5px 14px;
    border-radius: 6px;
    border: 1.5px solid #f2a100;
    transition: all 0.2s ease;
}
.fs-file-btn:hover { background: #f2a100; color: #0b1424; }
.fs-file-hint { font-size: 12px; color: #94a3b8; margin-top: 10px; }
.fs-file-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.fs-file-item {
    display: flex; align-items: center; gap: 10px;
    background: #fffdf5;
    color: #0b1424;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #f2a100;
    font-size: 13px;
    font-weight: 500;
}
.fs-file-item i { color: #f2a100; }

/* --- DUGME ZA SLANJE (Gold/Navy FIS stil) --- */
.fs-submit-btn {
    width: 100%;
    padding: 15px 24px;
    border-radius: 10px;
    border: none;
    background: #f2a100;
    color: #0b1424;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.fs-submit-btn:hover {
    background: #c97a00;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(242, 161, 0, 0.4);
}
.fs-submit-btn:active { transform: translateY(0); box-shadow: none; }
.fs-submit-btn:disabled { opacity: 0.65; cursor: not-allowed; transform: none; box-shadow: none; }

/* --- SPINNER --- */
.fs-spinner {
    animation: fs-spin 1s linear infinite;
    display: none;
    width: 20px; height: 20px;
}
@keyframes fs-spin { 100% { transform: rotate(360deg); } }

/* --- PORUKA O USPJEHU --- */
.fs-success-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.97);
    z-index: 20;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 48px 40px;
    display: none;
    border-radius: 0 24px 24px 0;
}
.fs-success-icon {
    width: 80px; height: 80px;
    background: rgba(242, 161, 0, 0.12);
    color: #f2a100;
    border: 2px solid #f2a100;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 36px;
    margin-bottom: 24px;
}
.fs-success-title { font-size: 24px; font-weight: 700; color: #0b1424; margin-bottom: 10px; }
.fs-success-desc { color: #64748b; margin-bottom: 32px; font-size: 15px; line-height: 1.6; }
.fs-reset-btn {
    padding: 11px 28px;
    border: 2px solid #f2a100;
    background: transparent;
    color: #0b1424;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.fs-reset-btn:hover { background: #f2a100; color: #0b1424; }

/* --- RESPONSIVE --- */
@media (min-width: 768px) {
    .fs-glass-card { flex-direction: row; }
    .fs-info-panel { width: 38%; }
    .fs-form-panel { width: 62%; padding: 48px; }
    .fs-form-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .fs-kontakt-sekcija { padding: 170px 16px 60px 16px; }
    .fs-info-panel { padding: 36px 24px; min-height: auto; }
    .fs-form-panel { padding: 36px 24px; }
    .fs-form-title { font-size: 22px; }
}

/* Pomoćne klase za JS */
.d-block { display: block !important; }
.d-flex  { display: flex  !important; }
.d-none  { display: none  !important; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d910e4a */:root {
            --fis-navy: #0b1424;
            --fis-gold: #f2a100;
            --fis-white: #ffffff;
            --text-main: #4b5563;
            --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        body {
            font-family: 'Outfit', sans-serif;
            color: var(--text-main);
            background-color: var(--fis-white);
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Poppins', sans-serif;
            color: var(--fis-navy);
            line-height: 1.2;
        }

        a { text-decoration: none; color: inherit; }
        img { max-width: 100%; display: block; }
        
        /* FOOTER STILOVI */
        .fis-footer {
            background-color: var(--fis-navy);
            position: relative;
            color: rgba(255, 255, 255, 0.8);
            overflow: hidden;
            border-top: 5px solid var(--fis-gold);
            padding-top: 80px;
        }

        .fis-footer::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: url('https://fis-sanierung.com/wp-content/uploads/2026/05/Kombi.nazad_.jpg');
            background-size: cover;
            background-position: center;
            opacity: 0.15;
            mix-blend-mode: luminosity;
            pointer-events: none;
            z-index: 1;
        }

        .footer-container {
            position: relative;
            z-index: 2;
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 30px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
        }

        .footer-col h4 {
            color: var(--fis-white);
            font-size: 1.2rem;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-col h4::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0;
            width: 40px; height: 3px;
            background-color: var(--fis-gold);
            border-radius: 2px;
        }

        /* Uklonjen filter koji je pravio bijeli kvadrat */
        .footer-logo {
            max-width: 200px;
            margin-bottom: 20px;
            transition: var(--transition);
        }
        
        .footer-logo:hover {
            opacity: 0.8;
        }

        .footer-text { margin-bottom: 25px; max-width: 400px; }

        .footer-links { list-style: none; }
        .footer-links li { margin-bottom: 12px; }
        .footer-links a {
            color: rgba(255,255,255,0.8);
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
        }
        .footer-links a::before {
            content: '→';
            color: var(--fis-gold);
            margin-right: 8px;
            opacity: 0;
            transform: translateX(-10px);
            transition: var(--transition);
        }
        .footer-links a:hover { color: var(--fis-gold); }
        .footer-links a:hover::before { opacity: 1; transform: translateX(0); }

        .fis-topbar-socials { display: flex; align-items: center; gap: 6px; }
        .fis-social-link { display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; transition: background 0.3s; }
        .fis-social-link:hover { background: rgba(255,255,255,0.2) !important; }

        .footer-contact li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            gap: 15px;
        }
        .footer-contact svg {
            stroke: var(--fis-gold);
            flex-shrink: 0;
            margin-top: 4px;
        }

        /* STILOVI ZA DNO FOOTERA (Lijevo - Desno raspored) */
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding: 25px 0;
            font-size: 0.9rem;
            position: relative;
            z-index: 2;
        }

        .footer-bottom-container {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .copyright-text { color: rgba(255, 255, 255, 0.8); }
        .copyright-text span { color: var(--fis-gold); font-weight: 600; }

        .developer-text { color: rgba(255, 255, 255, 0.6); }
        .developer-link {
            color: var(--fis-gold);
            font-weight: 500;
            transition: var(--transition);
        }
        .developer-link:hover {
            color: var(--fis-white);
            text-decoration: underline;
        }

        /* MEDIA QUERIES */
        @media (max-width: 1024px) {
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 768px) {
            .footer-grid { grid-template-columns: 1fr; gap: 40px; }
            .footer-bottom-container {
                flex-direction: column;
                justify-content: center;
                text-align: center;
                gap: 15px;
            }
        }/* End custom CSS */