.elementor-kit-9{--e-global-color-primary:#00A1DE;--e-global-color-secondary:#131C23;--e-global-color-text:#535252;--e-global-color-accent:#00A1DE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}#the7-body{--the7-btn-hover-bg:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}body.rtl .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-left:0px;}body:not(.rtl) .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-right:0px;}body .elementor-labels-above .elementor-field-group > .elementor-field-label{padding-bottom:0px;}body .woocommerce-Reviews .elementor-field-group > label{margin-bottom:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════════
   ALUMATIK — Global CSS
   Prilepite v: Elementor → Site Settings → Custom CSS
   ═══════════════════════════════════════════════════════ */

/* ── Satoshi font-face ───────────────────────────────── */
@font-face {
  font-family: 'Satoshi';
  src: url('https://alumatik.si/wp-content/uploads/2026/02/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* ── Global font ─────────────────────────────────────── */
body {
  font-family: 'Satoshi', sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Satoshi', sans-serif;
}

/* ── Greyscale logotipi ──────────────────────────────── */
.greyscale-img {
  filter: grayscale(100%);
}

/* ── Galerija ────────────────────────────────────────── */
.gallery-wrap { padding: 1rem 0; }

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6px;
}

.gallery-grid .item-large  { height: 500px; }
.gallery-grid .item-top-right { height: 500px; }

.gallery-grid .bottom-row {
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  background: #111;
}

.gallery-item img.thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* temni overlay */
.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #131C2333;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 2;
  pointer-events: none;
}
.gallery-item:hover::before { opacity: 1; }

/* ikona overlay */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 3;
}
.gallery-item:hover .overlay { opacity: 1; }

.overlay-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

/* ── Lightbox ────────────────────────────────────────── */
.lb-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lb-backdrop.active { display: flex; }

.lb-inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-inner img.lb-main {
  max-width: 85vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  display: block;
  user-select: none;
}

.lb-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 10000;
}
.lb-btn:hover { background: rgba(255,255,255,0.25); }
.lb-prev { left: 200px; }
.lb-next { right: 200px; }

.lb-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 32px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.lb-close:hover { color: #fff; }

.lb-dots {
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}
.lb-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background 0.2s;
}
.lb-dot.active { background: #fff; }

/* ── Responsive galerija ─────────────────────────────── */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .item-large,
  .gallery-grid .item-top-right { height: 400px; }
  .gallery-grid .bottom-row {
    grid-column: 1 / 2;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid .item-large,
  .gallery-grid .item-top-right { height: 280px; }
  .gallery-grid .bottom-row {
    grid-column: 1 / 2;
    grid-template-columns: 1fr;
  }
  .gallery-grid .bottom-row .gallery-item { height: 250px !important; }
  .lb-inner { width: 100vw; max-width: 100vw; padding: 0; box-sizing: border-box; }
  .lb-inner img.lb-main { max-width: 100%; }
  .lb-prev { left: 8px; }
  .lb-next { right: 8px; }
  .lb-btn { width: 40px; height: 40px; font-size: 18px; }
  .lb-close { top: -44px; right: 8px; }
}/* End custom CSS */