/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* global css za page transition prvo */




/* global css za page transition prvo */

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out 2s, transform 1s ease-out 2s; 
  /* ↑ 1s duration, 2s delay */
  will-change: opacity, transform;
}

/* When visible, fade + move up */
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

section.marquee-section.ss {
    transform: rotateY(180deg);
}
section.marquee-section.ss .item{
    transform: rotateY(180deg);
}



.cenik-block table.tablepress {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.cenik-block table.tablepress td {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.cenik-block table.tablepress td:last-child {
  text-align: right;
  white-space: nowrap;
}

/* skrij modri header (Storitev / Cena) */
.cenik-block table.tablepress thead {
  display: none !important;
}

.cenik-block input[type="search"] {
  display: none !important;
}


/* Hide any leftover search labels/inputs inside wrappers */
.cenik-block .dataTables_wrapper label,
.cenik-block .dataTables_wrapper input[type="search"],
.cenik-block .dt-container label,
.cenik-block .dt-container input[type="search"] {
  display: none !important;
}





/* dekor search bbara pri testimonialih */
/* WRAPPER */
/* Center both pills inside parent */
.ui-filters{
  display:flex;
  justify-content:center;  /* center horizontally */
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  width:100%;
}

/* Pill base */
.ui-pill{
  display:flex;
  align-items:center;
  padding:12px 18px;
  min-height:44px;

  background:#fff;
  border:0.5px solid #bca489;
  border-radius:999px;
}

/* Typography */
.ui-label{
  font-family: Raleway, system-ui, sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:-0.4px;
  text-transform:uppercase;
  color:#bca489;
  white-space:nowrap;
}

.ui-select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;

  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  background:transparent;

  font-family: Raleway, system-ui, sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:-0.4px;
  text-transform:uppercase;
  color:#000;

  padding:0;
  margin:0;
  line-height:1;
  cursor:pointer;
}

.ui-select:focus,
.ui-select:focus-visible{
  outline:none !important;
  box-shadow:none !important;
  border:none !important;
}

/* Smaller dot */
.ui-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#bca489;
  margin-left: 16px;
  flex:0 0 7px;
}

/* --------- Layout: FIRST pill (default) ---------
   STORITEV | select | dot
*/
.ui-pill:not(.ui-pill--reverse) .ui-label{
  margin-right:18px;
}
.ui-pill:not(.ui-pill--reverse) .ui-select{
  margin-right:10px;    /* closer to dot */
}
.ui-pill:not(.ui-pill--reverse) .ui-dot{
  margin-left:0;
}

/* --------- Layout: SECOND pill (reverse) ---------
   dot | KATEGORIJA | select (at end)
*/
.ui-pill--reverse{
  gap:16px;
}
.ui-pill--reverse .ui-dot{
  margin-right:6px;
}
.ui-pill--reverse .ui-label{
  margin-right:18px;
}
.ui-pill--reverse .ui-select{
  margin-left:auto;     /* push select to the end */
}

/* Disabled */
.ui-select:disabled{
  opacity:.5;
  cursor:not-allowed;
}

/* --------- Dropdown options spacing + hover only on options --------- */
/* More padding + more "air" between options (where supported) */
.ui-select option{
  font-family: Raleway, system-ui, sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:-0.4px;
  text-transform:uppercase;

  padding:18px 22px;
  line-height:1.8;
  color:#000;
}

/* Option hover/selected (browser support varies) */
.ui-select option:hover,
.ui-select option:checked{
  color:#bca489;
  background:#f6f3ef;
}

/* IMPORTANT: no hover effect on the closed select */
.ui-pill:hover .ui-select{
  color:#000; /* keep same */
}







/* Mobile kk */ 
@media (max-width: 768px){
  .ui-filters{
    gap:14px;
  }

  .ui-pill{
    width:min(560px, 100%);
    justify-content:space-between;
    padding:12px 16px;
  }

  /* keep reverse behavior on mobile */
  .ui-pill--reverse .ui-select{
    margin-left:auto;
  }
}

/* ONLY text color on option hover / selected */
.ui-select option:hover,
.ui-select option:checked{
  color:#bca489;
  background:transparent; /* odstrani modro/sivo ozadje */
}

.ui-select option{
  background:transparent !important;
  color:#000;
}

.ui-select option:checked{
  color:#bca489;
}


/* css za odpirat popup */

/* =====================================================
   SHARED KEYFRAMES (defined once)
   ===================================================== */

@keyframes popupRevealY{ from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes popupItemIn{ to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes popupFieldIn{ to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes popupLineGrow{ to { transform: scaleX(1); } }

/* =====================================================
   POPUP 447 (Poklici / Obrazec)
   ===================================================== */

.brx-popup.brxe-popup-447:not(.hide) #brxe-zosnai{
  transform-origin: top;
  animation: popupRevealY .6s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  overflow: hidden;
}

/* X + POKLIČITE NAS + TELEFON + OBRAZEC */
.brx-popup.brxe-popup-447:not(.hide) #brxe-irkmzs,
.brx-popup.brxe-popup-447:not(.hide) #brxe-hjeicm,
.brx-popup.brxe-popup-447:not(.hide) #brxe-infazm,
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq{
  opacity: 0;
  transform: translateY(-10px) scale(.985);
  animation: popupItemIn .45s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}

.brx-popup.brxe-popup-447:not(.hide) #brxe-irkmzs{ animation-delay: .78s; }
.brx-popup.brxe-popup-447:not(.hide) #brxe-hjeicm{ animation-delay: .84s; }
.brx-popup.brxe-popup-447:not(.hide) #brxe-infazm{ animation-delay: .90s; }
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq{ animation-delay: .94s; }

/* form fields */
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq input,
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq textarea,
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq button{
  opacity: 0;
  transform: translateY(-6px) scale(.99);
  animation: popupFieldIn .35s cubic-bezier(.2,.9,.2,1) both;
}

.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq input:nth-of-type(1){ animation-delay: 1.02s; }
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq input:nth-of-type(2){ animation-delay: 1.10s; }
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq textarea{ animation-delay: 1.18s; }
.brx-popup.brxe-popup-447:not(.hide) #brxe-ciljyq button{ animation-delay: 1.26s; }

/* lines */
.brx-popup.brxe-popup-447:not(.hide) .popup-crta{
  transform: scaleX(0);
  transform-origin: 50% 50%;
  animation: popupLineGrow 1.2s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  animation-delay: .6s;
}

/* keep your exact behavior here to avoid breaking anything */
@media (prefers-reduced-motion: reduce){
  .brx-popup.brxe-popup-447:not(.hide) *{
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* =====================================================
   POPUP 1610 (Ginekologija) – skip title (#brxe-ooonnd)
   ===================================================== */

.brx-popup.brxe-popup-1610:not(.hide) #brxe-taedix{
  transform-origin: top;
  animation: popupRevealY .6s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  overflow: hidden;
}

.brx-popup.brxe-popup-1610:not(.hide) #brxe-awezzv,
.brx-popup.brxe-popup-1610:not(.hide) #brxe-fgrxak{
  opacity: 0;
  transform: translateY(-10px) scale(.985);
  animation: popupItemIn .45s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}

.brx-popup.brxe-popup-1610:not(.hide) #brxe-awezzv{ animation-delay: .78s; }
.brx-popup.brxe-popup-1610:not(.hide) #brxe-fgrxak{ animation-delay: .90s; }

.brx-popup.brxe-popup-1610:not(.hide) .popup-crta{
  transform: scaleX(0);
  transform-origin: 50% 50%;
  animation: popupLineGrow 1.2s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  animation-delay: .60s;
}

.brx-popup.brxe-popup-1610:not(.hide) .izbire{
  opacity: 0;
  transform: translateY(-6px) scale(.99);
  animation: popupItemIn .35s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}
.brx-popup.brxe-popup-1610:not(.hide) .izbire *{ opacity: inherit; }

.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(1){  animation-delay: 1.10s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(2){  animation-delay: 1.16s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(3){  animation-delay: 1.22s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(4){  animation-delay: 1.28s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(5){  animation-delay: 1.34s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(6){  animation-delay: 1.40s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(7){  animation-delay: 1.46s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(8){  animation-delay: 1.52s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(9){  animation-delay: 1.58s; }
.brx-popup.brxe-popup-1610:not(.hide) .izbire:nth-child(10){ animation-delay: 1.64s; }

@media (prefers-reduced-motion: reduce){
  .brx-popup.brxe-popup-1610:not(.hide) #brxe-taedix,
  .brx-popup.brxe-popup-1610:not(.hide) #brxe-awezzv,
  .brx-popup.brxe-popup-1610:not(.hide) #brxe-fgrxak,
  .brx-popup.brxe-popup-1610:not(.hide) .popup-crta,
  .brx-popup.brxe-popup-1610:not(.hide) .izbire{
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* =====================================================
   POPUP 1626 (Kozmetika) – skip title (#brxe-spptre)
   ===================================================== */

.brx-popup.brxe-popup-1626:not(.hide) #brxe-lkuwxd{
  transform-origin: top;
  animation: popupRevealY .6s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  overflow: hidden;
}

.brx-popup.brxe-popup-1626:not(.hide) #brxe-fikpda,
.brx-popup.brxe-popup-1626:not(.hide) #brxe-tpshmc{
  opacity: 0;
  transform: translateY(-10px) scale(.985);
  animation: popupItemIn .45s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}

.brx-popup.brxe-popup-1626:not(.hide) #brxe-fikpda{ animation-delay: .78s; }
.brx-popup.brxe-popup-1626:not(.hide) #brxe-tpshmc{ animation-delay: .90s; }

.brx-popup.brxe-popup-1626:not(.hide) .popup-crta{
  transform: scaleX(0);
  transform-origin: 50% 50%;
  animation: popupLineGrow 1.2s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  animation-delay: .60s;
}

.brx-popup.brxe-popup-1626:not(.hide) #brxe-qtdwfo{
  opacity: 0;
  transform: translateY(-8px);
  animation: popupItemIn .35s cubic-bezier(.2,.9,.2,1) both;
  animation-delay: 1.05s;
}

.brx-popup.brxe-popup-1626:not(.hide) .izbire{
  opacity: 0;
  transform: translateY(-6px) scale(.99);
  animation: popupItemIn .35s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}
.brx-popup.brxe-popup-1626:not(.hide) .izbire *{ opacity: inherit; }

.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(1){  animation-delay: 1.10s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(2){  animation-delay: 1.16s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(3){  animation-delay: 1.22s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(4){  animation-delay: 1.28s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(5){  animation-delay: 1.34s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(6){  animation-delay: 1.40s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(7){  animation-delay: 1.46s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(8){  animation-delay: 1.52s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(9){  animation-delay: 1.58s; }
.brx-popup.brxe-popup-1626:not(.hide) .izbire:nth-child(10){ animation-delay: 1.64s; }

@media (prefers-reduced-motion: reduce){
  .brx-popup.brxe-popup-1626:not(.hide) #brxe-lkuwxd,
  .brx-popup.brxe-popup-1626:not(.hide) #brxe-fikpda,
  .brx-popup.brxe-popup-1626:not(.hide) #brxe-tpshmc,
  .brx-popup.brxe-popup-1626:not(.hide) .popup-crta,
  .brx-popup.brxe-popup-1626:not(.hide) #brxe-qtdwfo,
  .brx-popup.brxe-popup-1626:not(.hide) .izbire{
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

/* =====================================================
   POPUP 1538 (Plastična) – skip title (#brxe-jqazdk)
   ===================================================== */

.brx-popup.brxe-popup-1538:not(.hide) #brxe-htuhsx{
  transform-origin: top;
  animation: popupRevealY .6s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  overflow: hidden;
}

.brx-popup.brxe-popup-1538:not(.hide) #brxe-mcyfbj,
.brx-popup.brxe-popup-1538:not(.hide) #brxe-ljgtoe{
  opacity: 0;
  transform: translateY(-10px) scale(.985);
  animation: popupItemIn .45s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}

.brx-popup.brxe-popup-1538:not(.hide) #brxe-mcyfbj{ animation-delay: .78s; }
.brx-popup.brxe-popup-1538:not(.hide) #brxe-ljgtoe{ animation-delay: .94s; }

.brx-popup.brxe-popup-1538:not(.hide) .popup-crta{
  transform: scaleX(0);
  transform-origin: 50% 50%;
  animation: popupLineGrow 1.2s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform;
  animation-delay: .60s;
}

.brx-popup.brxe-popup-1538:not(.hide) #brxe-rywxpj{
  opacity: 0;
  transform: translateY(-8px);
  animation: popupItemIn .35s cubic-bezier(.2,.9,.2,1) both;
  animation-delay: 1.05s;
}

.brx-popup.brxe-popup-1538:not(.hide) .izbire{
  opacity: 0;
  transform: translateY(-6px) scale(.99);
  animation: popupItemIn .35s cubic-bezier(.2,.9,.2,1) both;
  will-change: transform, opacity;
}

.brx-popup.brxe-popup-1538:not(.hide) .izbire *,
.brx-popup.brxe-popup-1538:not(.hide) .izbire::before,
.brx-popup.brxe-popup-1538:not(.hide) .izbire::after{
  opacity: inherit;
}

.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(1){  animation-delay: 1.10s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(2){  animation-delay: 1.16s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(3){  animation-delay: 1.22s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(4){  animation-delay: 1.28s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(5){  animation-delay: 1.34s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(6){  animation-delay: 1.40s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(7){  animation-delay: 1.46s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(8){  animation-delay: 1.52s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(9){  animation-delay: 1.58s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(10){ animation-delay: 1.64s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(11){ animation-delay: 1.70s; }
.brx-popup.brxe-popup-1538:not(.hide) .izbire:nth-child(12){ animation-delay: 1.76s; }

@media (prefers-reduced-motion: reduce){
  .brx-popup.brxe-popup-1538:not(.hide) #brxe-htuhsx,
  .brx-popup.brxe-popup-1538:not(.hide) #brxe-mcyfbj,
  .brx-popup.brxe-popup-1538:not(.hide) #brxe-ljgtoe,
  .brx-popup.brxe-popup-1538:not(.hide) .popup-crta,
  .brx-popup.brxe-popup-1538:not(.hide) #brxe-rywxpj,
  .brx-popup.brxe-popup-1538:not(.hide) .izbire{
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}







/* osnovno stanje: skrit */

.floating-cta{
  position: fixed;
  top: 40px;
  right: 16px;
  z-index: 99999;

  transform: scale(0);
  opacity: 0;
  pointer-events: none;

  transform-origin: center;
  transition: transform 1s ease, opacity 1s ease;
}

.floating-cta.is-visible{
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* to mi povzročaa errorrrrrrrrrrrrr na miobile lables!!!! 

@media (max-width: 767px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
  */

@media (max-width: 767px) {

  /* Top bar nad panelom */
  #brxe-mvzrnp{
    position: fixed !important;
    z-index: 10000 !important;
    transition:
      width .55s cubic-bezier(.12,0,.39,0),
      height .55s cubic-bezier(.12,0,.39,0),
      padding-left .55s cubic-bezier(.12,0,.39,0),
      padding-right .55s cubic-bezier(.12,0,.39,0),
      border-radius .55s cubic-bezier(.12,0,.39,0),
      column-gap .55s cubic-bezier(.12,0,.39,0),
      background-color .35s ease,
      box-shadow .35s ease;
  }


    #brxe-mvzrnp{
    background: rgba(255,255,255,0.12) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }







  /* Dropdown panel – fullscreen + animacija */
  #brxe-hnbpzr{
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    z-index: 9000 !important;

    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;

    transition:
      transform .5s cubic-bezier(.12,0,.39,0),
      opacity .2s ease;

    will-change: transform, opacity;
  }

  #brxe-hnbpzr[data-open]{
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  /* Compact state za top bar */
  #brxe-mvzrnp[data-compact]{
    width: 80px !important;
    height: 56px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 999px !important;
    column-gap: 0 !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Logo + phone skrij brez layout space */
  #brxe-mvzrnp[data-compact] #brxe-sikefv,
  #brxe-mvzrnp[data-compact] #brxe-pkusbs{
    opacity: 0;
    transform: scale(.9);
    width: 0 !important;
    max-width: 0 !important;
    flex: 0 0 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    transition:
      opacity .25s ease,
      transform .35s cubic-bezier(.12,0,.39,0),
      width .55s cubic-bezier(.12,0,.39,0);
  }

  /* Stagger za iteme v meniju */
  #brxe-xcewls > *{
    transform: translateY(-18vh);
    opacity: 0;
    transition:
      transform .75s cubic-bezier(0,.55,.45,1),
      opacity .35s ease;
  }

  #brxe-hnbpzr[data-open] #brxe-xcewls > *{
    transform: translateY(0);
    opacity: 1;
  }

  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(1){ transition-delay: .20s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(2){ transition-delay: .29s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(3){ transition-delay: .38s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(4){ transition-delay: .47s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(5){ transition-delay: .56s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(6){ transition-delay: .65s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(7){ transition-delay: .74s; }
  #brxe-hnbpzr[data-open] #brxe-xcewls > *:nth-child(8){ transition-delay: .83s; }

  /* Ne animiraj expander contenta */
  #brxe-hnbpzr .bc-expander-answercont,
  #brxe-hnbpzr .bc-expander-answercont *{
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }

  /* Kuponi: grow-in */
  #brxe-jsevix{
    transform: scale(.96);
    opacity: 0;
    transition:
      transform .6s cubic-bezier(.12,0,.39,0),
      opacity .35s ease;
  }

  #brxe-hnbpzr[data-open] #brxe-jsevix{
    transform: scale(1);
    opacity: 1;
    transition-delay: .65s;
  }

  /* kontakt blok malo kasneje */
  #brxe-hzvfgc{
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity .35s ease,
      transform .55s cubic-bezier(.12,0,.39,0);
  }

  #brxe-hnbpzr[data-open] #brxe-hzvfgc{
    opacity: 1;
    transform: translateY(0);
    transition-delay: .78s;
  }
}



/* rounded kontakt bottom corner */

.svg-wrapper{
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.roundedDivider{
  display:block;
  width:100%;
}

/* put svg on bottom edge of the section above the next section */
#brxe-djucxf { position: relative; overflow: visible; }

.svg-wrapper{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 10;
  pointer-events: none;
}
.svg-wrapper,
.roundedDivider,
.roundedDivider svg {
  overflow: visible !important;
}


/* allow the SVG filter shadow to render outside its box */
.svg-wrapper,
.svg-wrapper > .brxe-container,
.roundedDivider,
.roundedDivider svg {
  overflow: visible !important;
}




.Testen-parallax
{
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.12),
    0 4px 6px rgba(0, 0, 0, 0.10);
}
#brxe-kwobpl > *,
#brxe-fyxvkz > * {
  will-change: transform, filter, opacity;
}


/* wrapper za bg image za mobi */

/* =========================================
   MOBILE: Background ONLY in Kontakt section
   + SVG divider overlaps it (wrapper stays empty)
   ========================================= */





@media (max-width: 767px){

  /* BAR always on top */
  #brxe-xggego{ z-index:10000 !important; position:fixed !important; }

  /* PANEL behind bar */
  #brxe-tximuh{
    position: fixed !important;
    inset: 0 !important;
    display: flex !important;
    z-index: 9000 !important;

    visibility: visible !important; /* ker si imel prej hidden problem */

    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;

    transition: transform .5s cubic-bezier(.12,0,.39,0), opacity .2s ease;
  }

  #brxe-tximuh[data-open]{
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  /* SHRINK BAR */
  #brxe-xggego{
    transition: width .55s cubic-bezier(.12,0,.39,0),
                height .55s cubic-bezier(.12,0,.39,0),
                padding-left .55s cubic-bezier(.12,0,.39,0),
                padding-right .55s cubic-bezier(.12,0,.39,0),
                border-radius .55s cubic-bezier(.12,0,.39,0),
                column-gap .55s cubic-bezier(.12,0,.39,0);
  }

  #brxe-xggego[data-compact]{
    width: 80px !important;
    height: 100px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 999px !important;
    column-gap: 0 !important;
    justify-content: center !important;
    align-items: center !important;
  }

    /* ikoni naj imata smooth opacity */
  #brxe-mtbrql, #brxe-iohasn{
    opacity: 1;
    transition: opacity .35s ease;
  }

  /* ko je compact, naj sta prosojni (JS bo še vedno delal display none po 550ms) */
  #brxe-xggego[data-compact] #brxe-mtbrql,
  #brxe-xggego[data-compact] #brxe-iohasn{
    opacity: 0 !important;
  }
}



/* če imaš shape divider/overlay nad vsebino */
.bricks-shape-divider,
.brxe-shape-divider,
.brxe-section::before,
.brxe-section::after {
  pointer-events: none !important;
}


/* draggable cards */



/* Parent (leva + desna kolona) */


/* Leva kolona */
.leviCenik{
  flex: 0 0 50%; 
  max-width: 50%;     /* naj se ne razteguje */
}


.desniCenik{
  flex: 0 0 50%;
  max-width: 50%;
}
/* Sticky slika */


/* Desna kolona naj zasede ostalo */
.celiCenik > :not(.leviCenik){
  flex: 1 1 auto;
  min-width: 0;
}

/* Mobile fallback: naj ne bo sticky */
@media (max-width: 991px){
 
  .slikaCenik{ position: static; }
.desniCenik{
  flex: 0 0 100%;
  max-width: 100%;
}

.leviCenik{
  flex: 0 0 100%; 
  max-width: 100%;     /* naj se ne razteguje */
}


}



/* ==========================
   CENIK (TablePress) – Apple-ish
   ========================== */

/* Base table */
.cenik-block table.tablepress{
  width: 100%;
  border-collapse: separate;      /* needed for radius */
  border-spacing: 0;
  border: 0;

  /* Background: #F1EBE6 at 0.5 opacity (without fading text) */
  background: rgba(241, 235, 230, 0.5);
  border-radius: 10px;
  overflow: hidden;              /* clip rounded corners */
  
  transition: background .25s ease;
}

/* Hide the header row (Storitev / Cena) */
.cenik-block table.tablepress thead{
  display: none !important;
}

/* Cells */
.cenik-block table.tablepress td{
  padding: 30px 28px;            /* more premium spacing */
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  border: 0;                     /* remove any default borders */
  
  /* only bottom divider */
  border-bottom: 1px solid rgba(0,0,0,0.12);

  transition: background-color .25s ease, box-shadow .25s ease;
}

/* Remove TOP border completely (just in case a plugin adds it) */
.cenik-block table.tablepress tbody tr:first-child td{
  border-top: 0 !important;
}

/* Remove bottom border on last row so radius looks clean */
.cenik-block table.tablepress tbody tr:last-child td{
  border-bottom: 0;
}

/* Align price column */
.cenik-block table.tablepress td:last-child{
  text-align: right;
  white-space: nowrap;
}

/* Row hover: make background fully opaque */
.cenik-block table.tablepress tbody tr{
  transition: background-color .25s ease;
}

.cenik-block table.tablepress tbody tr:hover{
  background-color: rgba(241, 235, 230, 1);
}

/* Optional: slightly emphasize hovered row text (very subtle) */
.cenik-block table.tablepress tbody tr:hover td{
  box-shadow: inset 0 0 0 9999px rgba(241, 235, 230, 1);
}

/* Hide DataTables search (TablePress) */
.cenik-block input[type="search"]{
  display: none !important;
}

/* Hide any leftover search labels/inputs inside wrappers */
.cenik-block .dataTables_wrapper label,
.cenik-block .dataTables_wrapper input[type="search"],
.cenik-block .dt-container label,
.cenik-block .dt-container input[type="search"]{
  display: none !important;
}

/* Optional: reduce motion preference */
@media (prefers-reduced-motion: reduce){
  .cenik-block table.tablepress,
  .cenik-block table.tablepress td,
  .cenik-block table.tablepress tbody tr{
    transition: none !important;
  }
}



.cenik-block {
  width: 100%;
  min-height: 220px;
}




.cenik-block,
.cenik-block .dataTables_wrapper,
.cenik-block .dt-container {
  width: 100% !important;
  max-width: 100% !important;
}

.cenik-block table.tablepress {
  width: 100% !important;
  min-width: 100% !important;
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  border: 0;
  background: rgba(241, 235, 230, 0.5);
  border-radius: 10px;
  overflow: hidden;
}

.cenik-block table.tablepress thead {
  display: none !important;
}

.cenik-block table.tablepress td {
  padding: 30px 28px;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  font-family: "Raleway", sans-serif;
  font-size: 15px;
}

.cenik-block table.tablepress td:last-child {
  text-align: right;
  white-space: nowrap;
}

.cenik-block table.tablepress tbody tr:last-child td {
  border-bottom: 0;
}



/* ===============================
   MENU – subtle shadow
   =============================== */
.desktop-menu{
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

/* ===============================
   MENU ITEM – text turns white on hover
   =============================== */
.desktop-menu.brxe-swap-hover{
  transition: color .25s ease;
}

.desktop-menu .brxe-swap-hover:hover,
.desktop-menu .brxe-swap-hover:hover *{
  color: #ffffff !important;
}




/* skrij native select dropdown (da se nikoli ne odpre) */
.mnenja-filters .ui-select {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* trigger naj se obnaša kot klikabilen "select" */
.mnenja-filters .ui-select-trigger {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

/* label znotraj triggerja */
.mnenja-filters .ui-select-trigger__text {
  display: inline-block;
}

/* disabled stanje za sub trigger */
.mnenja-filters .ui-select-trigger[disabled] {
  cursor: not-allowed;
  opacity: .5;
}
/* Hidden native selects */
.mnenja-filters .ui-select {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Triggers (predalčka) */
.mnenja-filters .ui-select-trigger {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

/* Text styling: Raleway 15px weight 500 */
.mnenja-filters .ui-select-trigger__text {
  font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/* Disabled */
.mnenja-filters .ui-select-trigger[disabled] {
  cursor: not-allowed;
  opacity: .45;
}

/* Enabled/active sub trigger should look “black” */
#mnenja-sub-trigger.is-enabled .ui-select-trigger__text {
  color: #000;
}

/* Optional hover */
.mnenja-filters .ui-select-trigger:hover .ui-select-trigger__text {
  opacity: .9;
}


/* =====================================
   ADD BLUR TO DEFAULT BRICKS BACKDROP
   (keep original look, just enhance)
   ===================================== */

/* Extend Bricks default popup backdrop – ADD BLUR ONLY */


/* Extend Bricks default popup backdrop – BLUR + GLASS */

/* Subtle glass extension – stays very close to Bricks default */

.brx-popup-backdrop{
  -webkit-backdrop-filter:
    blur(0px)
    saturate(100%)
    brightness(100%);
  backdrop-filter:
    blur(0px)
    saturate(100%)
    brightness(100%);
}

.brx-popup:not(.hide) .brx-popup-backdrop{
  -webkit-backdrop-filter:
    blur(8px)
    saturate(115%)
    brightness(104%);
  backdrop-filter:
    blur(14px)
    saturate(115%)
    brightness(104%);
}





/* ===== SUB POPUP (3008) HEADER ===== */

/* naslov: IZBERI KATEGORIJO (isti stil kot tvoj JSON) */
.mnenja-sub-title{
  font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #bca489;
  margin-bottom: 24px;
  text-align: center;
}

/* divider: 0.5px zlata, animacija iz sredine ven */
.mnenja-sub-divider{
  width: 100%;
  height: 0.5px;
  background: #bca489;
  margin-bottom: 40px;

  transform: scaleX(0);
  transform-origin: center;
  animation: mnenjaDividerFromCenter 420ms ease-out forwards;
}

/* da se animacija sproži ob vsakem odprtju popupa,
   dodamo class preko Bricks "Popup open" ne moremo,
   ampak če je popup vedno ponovno renderan, bo delovalo.
   Če ne, spodaj je workaround (glej opombo). */
@keyframes mnenjaDividerFromCenter{
  to { transform: scaleX(1); }
}

/* ===== SUB POPUP OPTIONS LIST ===== */

#mnenja-sub-options{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

/* text opcij: Raleway 15, #000 */
#mnenja-sub-options button[data-filter-target="sub"]{
  all: unset;
  cursor: pointer;

  font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;

  position: relative;
  width: fit-content;
  padding-bottom: 2px;
}

/* hover underline: 0.5px zlata, prikaže se iz leve */
#mnenja-sub-options button[data-filter-target="sub"]::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 0.5px;
  background: #bca489;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

/* prikaži underline */
#mnenja-sub-options button[data-filter-target="sub"]:hover::after{
  transform: scaleX(1);
}

/* “izgine v desno” (origin desno) */
#mnenja-sub-options button[data-filter-target="sub"]::after{
  transform-origin: left;
}
#mnenja-sub-options button[data-filter-target="sub"]:not(:hover)::after{
  transform-origin: right;
}

/* helper text (Najprej izberi storitev / Ni podkategorij) */
#mnenja-sub-options > div{
  font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  opacity: 0.7;
  padding: 8px 0;
  text-align: center;
}


/* center pagination */
.mnenja-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;            /* spacing med puščicami in številkami */
  margin-top: 10vh;
  width: 100%;

  font-family: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  user-select: none;
  background-color: blue;
 
}

/* buttons base */
.mnenja-pagination button {
  all: unset;
  cursor: pointer;
  line-height: 1;
}

/* page numbers */
.mnenja-pagination .mnenja-page {
  font-size: 10px !important;
  color: #000;
  opacity: .65;
  padding: 6px 4px;
}

.mnenja-pagination .mnenja-page.is-active {
  opacity: 1;
}

/* arrows */
.mnenja-pagination .mnenja-arrow {
  font-size: 32px;
  color: #bca489;
  padding: 6px 8px;
}

/* hover/disabled */
.mnenja-pagination button:hover {
  opacity: .85;
}

.mnenja-pagination button[disabled] {
  opacity: .35;
  cursor: not-allowed;
}





/* ================================
   FILTER BAR – refined apple glass
   ================================ */

.mnenja-filters{
  display: flex;
  justify-content: center;
  width: 100%;
}

/* pill / bar */
.mnenja-filters .ui-pill{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px; /* ✅ razmik med textom in piko */

  width: min(380px, 94vw);
  padding: 20px 20px;
  border-radius: 999px;

  /* apple glass */
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(188,164,137,.55);

  box-shadow:
    0 18px 40px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.75);

  transition:
    transform .35s cubic-bezier(.2,.9,.2,1),
    box-shadow .35s cubic-bezier(.2,.9,.2,1),
    background .35s cubic-bezier(.2,.9,.2,1),
    border-color .35s cubic-bezier(.2,.9,.2,1);
}

/* hover lift */
.mnenja-filters .ui-pill:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.88);
  border-color: rgba(188,164,137,.85);

  box-shadow:
    0 26px 60px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.8);
}

/* label above / left */
.mnenja-filters .ui-label{
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #bca489;
  white-space: nowrap;
}

/* clickable trigger */
.mnenja-filters .ui-select-trigger{
  all: unset;
  display: inline-flex;
  align-items: center;
  gap: 20px; /* ✅ text ↔ dot */
  cursor: pointer;
}

/* selected text */
.mnenja-filters .ui-select-trigger__text{
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .3px;

  color: rgba(0,0,0,.65);

  text-transform: uppercase; /* ✅ vedno uppercase */
  white-space: nowrap;
}



/* dot */
.ui-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bca489;

  /* subtle elegant shadow */
  box-shadow:
    0 0 0 1px rgba(188,164,137,.25),
    0 2px 6px rgba(188,164,137,.28);

  transform: translateY(1px); /* optično centriranje */
}

.mnenja-filters:hover .ui-dot{
  box-shadow: none;
  transform: translateY(1px) scale(.96);
}


/* disabled state */
.mnenja-filters .ui-select-trigger[disabled]{
  opacity: .55;
  cursor: not-allowed;
}

/* hide real select */
.mnenja-filters .ui-select{
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}




/* responsive */
@media (max-width: 900px){
  .mnenja-filters .ui-pill{
    width: min(980px, 96vw);
    padding: 12px 16px;
    gap: 18px;
  }

  .mnenja-filters .ui-select-trigger__text{
    font-size: 14px;
  }
}







.mnenja-slider-viewport{
  width: 100vw;
  margin-left: calc(50% - 50vw); /* full-bleed */
  padding-left: 10vw;
  padding-right: 10vw;

  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.mnenja-slider-track{
  display: flex !important;
  gap: 28px;
  width: max-content;
}

.mnenja-slider-track .mnenja-grid{
  flex: 0 0 min(720px, 80vw); /* slide width */
  scroll-snap-align: start;
}

/* optional: hide scrollbar */
.mnenja-slider-viewport::-webkit-scrollbar{ height: 0; }
.mnenja-slider-viewport{ scrollbar-width: none; }

.slider-controls{
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 16px;
}


.mnenja-slider-shell{
  position: relative;
}

/* overlay layer */
.slider-controls{
  position: absolute;
  inset: 0;
  pointer-events: none; /* overlay ne blokira swipa */
  z-index: 5;
}

/* buttons */
.slider-controls .mnenja-slider-prev,
.slider-controls .mnenja-slider-next{
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 48px;
  height: 48px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(188,164,137,.55);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 14px 34px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.7);

  color: #bca489;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;

  transition:
    transform .22s cubic-bezier(.2,.9,.2,1),
    box-shadow .22s cubic-bezier(.2,.9,.2,1),
    background .22s cubic-bezier(.2,.9,.2,1),
    border-color .22s cubic-bezier(.2,.9,.2,1),
    opacity .22s ease;
}

.slider-controls .mnenja-slider-prev{ left: 3vw; }
.slider-controls .mnenja-slider-next{ right: 3vw; }

.slider-controls .mnenja-slider-prev:hover,
.slider-controls .mnenja-slider-next:hover{
  transform: translateY(-50%) scale(1.04);
  background: rgba(255,255,255,.88);
  border-color: rgba(188,164,137,.85);
  box-shadow:
    0 20px 48px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.75);
}

/* optional disabled state if you want */
.slider-controls button[disabled]{
  opacity: .35;
  cursor: not-allowed;
}

/* ensure viewport can scroll under overlay */
.mnenja-slider-viewport{
  position: relative;
  z-index: 1;
}


.custom-counter {
  display: flex;
  align-items: center;
  gap: 4px;

  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #BCA489;
}

.custom-counter__current {
  opacity: 1;
}

.custom-counter__total {
  opacity: 0.5;
}

.custom-counter__sep {
  opacity: 0.5;


}











/* Stack parent */
#cardStack{
  position: relative !important;
  width: 700px;   /* ali 600px */
  height: 300px;
  padding: 0 !important;    /* pomembno: da se ne zamakne */
  margin: 0 auto;

  perspective: 1200px;
  transform-style: preserve-3d;
}

/* Cards fill the stack area */
#cardStack .stacked-card{
  position: absolute !important;
  inset: 0 !important;

  /* hard override Bricks inline top/left/width/height */
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;

  border-radius: 24px;
  overflow: hidden;

  background: var(--bg, #21252A);
  box-shadow: 0 10px 25px rgba(0,0,0,0.18), 0 2px 10px rgba(0,0,0,0.12);
  outline: 1px solid rgba(255,255,255,0.15);

  cursor: grab;
  user-select: none;
  touch-action: none;
}
#cardStack .stacked-card:active{ cursor: grabbing; }

/* Clickables inside cards stay clickable */
#cardStack .stacked-card a,
 
#cardStack .stacked-card button{
  pointer-events: auto;
}




/* =========================
   MOBILE – manjša višina kartic
   ========================= */
@media (max-width: 768px){

  #cardStack{
    width: 94% !important;
    max-width: 100%;
    height: 220px !important;   /* ← tukaj prilagodi višino */
  }

  #cardStack .stacked-card{
    border-radius: 18px;        /* optional: malo manjši radius */
  }

}



/* ---------- Counter (x / y) ---------- */
.stacked-counter{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 999px;

  /* Apple-ish glass */
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(188, 164, 137, 0.26); /* #BCA489 subtle */
  box-shadow:
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;

  font-family: Raleway, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: #BCA489;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stacked-counter__current,
.stacked-counter__total{
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 12px;
}

.stacked-counter__sep{
  opacity: 0.65;
  font-size: 12px;
}

/* tiny “alive” hover */
.stacked-counter:hover{
  border-color: rgba(188, 164, 137, 0.38);
  box-shadow:
    0 14px 38px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.60) inset;
}


/* ---------- Nav wrapper ---------- */
.stacked-nav{
  display: flex;
  align-items: center;
justify-content: space-between;
  

  padding: 8px 10px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(188, 164, 137, 0.22);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;
    
}

/* ---------- Buttons ---------- */
/* works even if Bricks outputs just .stacked-nav__button global class */
.stacked-nav__button{
  width: 44px;
  height: 44px;
  border-radius: 999px;

  display: inline-grid;
  place-items: center;

  border: 1px solid rgba(188, 164, 137, 0.28);
  background: rgba(255, 255, 255, 0.85);

  color: #BCA489;
  cursor: pointer;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

/* icon inside (Themify usually is <i>), keep it crisp */
.stacked-nav__button i,
.stacked-nav__button svg{
 
  font-size: 18px; /* your Bricks icon size can override */
  line-height: 1;
}

/* Subtle Apple hover: barely lifts, barely changes */
.stacked-nav__button:hover{
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(188, 164, 137, 0.40);
  box-shadow:
    0 8px 18px rgba(0,0,0,0.10);
  transform: translateY(-1px);
}

/* Active press */
.stacked-nav__button:active{
  transform: translateY(0px) scale(0.98);
  box-shadow: 0 5px 12px rgba(0,0,0,0.08);
}

/* Focus for keyboard */
.stacked-nav__button:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(188, 164, 137, 0.28),
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;
}

/* Disabled (you already set disabled sometimes) */
.stacked-nav__button:disabled,
.stacked-nav__button[aria-disabled="true"]{
  opacity: 0.45;
  cursor: default;
  box-shadow: none;
  transform: none;
}

/* Optional label "PODRSAJ" – make it Apple-ish */
.stacked-nav .brxe-text-basic,
.stacked-nav + .brxe-text-basic{
  color: #BCA489;
  opacity: 0.85;
}



.stacked-nav{
  display: flex;              /* ne inline-flex */
  width: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 0;                     /* space-between prevzame */
}


.stacked-nav{
  display:flex;
  width:100%;
}

.stacked-nav > *:first-child{
  margin-right:auto;
}

.stacked-nav > *:last-child{
  margin-left:auto;
}


.stacked-nav{
  width: 100% !important;
  align-self: stretch !important;   /* če je parent flex-column z align-items:center */
  box-sizing: border-box;
  justify-content: space-between;
}



/* primer – prilagodi selektor na tvoj parent */
.brxe-container, .brxe-block, .brxe-div{
  align-items: stretch; /* namesto center */
}.stacked-nav__button:first-of-type{ margin-right: auto; }
.stacked-nav__button:last-of-type{  margin-left: auto; }


.stacked-nav{
  display:flex;
  align-items:center;
  width:100%;
  box-sizing:border-box;
  justify-content:space-between;
  gap: 20px;
}

/* script div ven iz layouta */
.stacked-nav > .brxe-code{
  display:none !important; /* ali position:absolute; width:0; height:0; */
}

/* PODRSAJ naj bo na sredini, gumba pa v kotih */
.stacked-nav > .brxe-text-basic{
  margin: 0 auto;          /* center */
  text-align:center;
}

/* ===================================
   MOBILE ONLY – naj izgleda kot 2. block
   =================================== */
/* ===================================
   MOBILE ONLY – poravnano na sredino + clean nav
   =================================== */
@media (max-width: 768px){

  /* 1️⃣ Parent block naj vse centrira */
  .stacked-nav{
    width: fit-content !important;
    margin: 0 auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
margin-bottom: 30vh;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* 2️⃣ Skrij JS code element iz layouta */
  .stacked-nav > .brxe-code{
    display: none !important;
  }

  /* 3️⃣ Gumbi kot v drugem blocku */
  .stacked-nav__button{
    width: auto !important;
    height: auto !important;
    padding: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;

    background: #ffffff !important;
    border: 1px solid #BCA489 !important;
    border-radius: 999px !important;

    box-shadow: none !important;
    transform: none !important;
  }

  .stacked-nav__button i,
  .stacked-nav__button svg{
    font-size: 24px !important;
  }

  .stacked-nav__button svg{
    width: 30px;
    height: 20px;
  }

  /* 4️⃣ PODRSAJ */
  .stacked-nav > .brxe-text-basic{
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;

    font-size: 10px !important;
    letter-spacing: 6px !important;
    text-transform: uppercase;
  }

  /* 5️⃣ STACKED COUNTER – naj ostane kot prej, ampak centriran */
  .stacked-counter{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    
    margin: 0 auto !important;
    text-align: center;
  }


  /* ---------- Counter (x / y) ---------- */
.stacked-counter{
  display: inline-flex;
  align-items: baseline;
  gap: 10px;

  padding: 10px 14px;
  border-radius: 999px;

  /* Apple-ish glass */
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: none;
  box-shadow: none;
   

  font-family: Raleway, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: #BCA489;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stacked-counter__current,
.stacked-counter__total{
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 10px;
}

.stacked-counter__sep{
  opacity: 0.65;
  font-size: 10px;
}


}


/* slider-ui za slider  */

/* =========================================================
   SLIDER UI — Apple-ish stacked-nav style
   - Arrows: glass wrapper + round buttons
   - Tabs: individual pills (no wrapper background)
   ========================================================= */

/* ---------- 1) ARROWS: make .slider-right look like .stacked-nav ---------- */
.slider-ui .slider-right-desktop{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 8px 10px;
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(188, 164, 137, 0.22);
  box-shadow:
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;
}

/* Arrow buttons = stacked-nav__button */
.slider-ui .slider-right-desktop .arrow-btn{
  width: 44px !important;
  height: 44px !important;
  border-radius: 999px !important;

  display: inline-grid;
  place-items: center;

  border: 1px solid rgba(188, 164, 137, 0.28) !important;
  background: rgba(255, 255, 255, 0.85) !important;

  color: #BCA489 !important;
  cursor: pointer;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;

  /* remove old styles */
  padding: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.slider-ui .slider-right-desktop .arrow-btn:hover{
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: rgba(188, 164, 137, 0.40) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
  transform: translateY(-1px);
}

.slider-ui .slider-right-desktop .arrow-btn:active{
  transform: translateY(0px) scale(0.98);
  box-shadow: 0 5px 12px rgba(0,0,0,0.08);
}

.slider-ui .slider-right-desktop .arrow-btn:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(188, 164, 137, 0.28),
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;
}

/* ---------- 2) TABS: NO wrapper background on parent, only style the 3 options ---------- */
.slider-ui .slider-left-desktop{
  /* remove any previous pill wrapper look */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  gap: 10px;
}

/* Each tab looks like stacked style (individual pill) */
.slider-ui .slider-left-desktop .slide-tab{
  border-radius: 999px !important;

  padding: 10px 14px !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  white-space: nowrap;

  background: rgba(255, 255, 255, 0.62) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(188, 164, 137, 0.22) !important;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;

  color: #BCA489 !important;

  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.slider-ui .slider-left-desktop .slide-tab:hover{
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(188, 164, 137, 0.38) !important;
  box-shadow:
    0 14px 38px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.60) inset;
  transform: translateY(-1px);
}

.slider-ui .slider-left-desktop .slide-tab:active{
  transform: translateY(0px) scale(0.98);
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
}

.slider-ui .slider-left-desktop .slide-tab:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(188, 164, 137, 0.28),
    0 10px 30px rgba(0,0,0,0.10),
    0 1px 0 rgba(255,255,255,0.55) inset;
}

/* active tab: slightly more “present” */
.slider-ui .slider-left-desktop .slide-tab.active{
  background: rgba(255, 255, 255, 0.82) !important;
  border-color: rgba(188, 164, 137, 0.44) !important;
}

/* ---------- 3) SCROLLED (dark) state — keep same shape, invert colors gently ---------- */
.slider.slider-scrolled .slider-right-desktop{
  background: rgba(0, 0, 0, 0.22);
  border-color: rgba(255,255,255,0.16);
  box-shadow:
    0 14px 38px rgba(0,0,0,0.22),
    0 1px 0 rgba(255,255,255,0.10) inset;
}

.slider.slider-scrolled .slider-right-desktop .arrow-btn{
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(255,255,255,0.22) !important;
  color: rgba(255,255,255,0.92) !important;
}

.slider.slider-scrolled .slider-right-desktop .arrow-btn:hover{
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255,255,255,0.34) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
}

.slider.slider-scrolled .slider-left-desktop .slide-tab{
  background: rgba(0, 0, 0, 0.18) !important;
  border-color: rgba(255,255,255,0.18) !important;
  color: rgba(255,255,255,0.92) !important;
  box-shadow:
    0 12px 30px rgba(0,0,0,0.20),
    0 1px 0 rgba(255,255,255,0.08) inset;
}

.slider.slider-scrolled .slider-left-desktop .slide-tab.active{
  background: rgba(255,255,255,0.16) !important;
  border-color: rgba(255,255,255,0.34) !important;
}

/* ---------- 4) MOBILE (your mobile pill controls) match same style ---------- */
@media (max-width: 600px){
  .slider-ui .slider-mobile-controls{
    background: rgba(255, 255, 255, 0.58) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(188, 164, 137, 0.22) !important;
    box-shadow:
      0 10px 30px rgba(0,0,0,0.10),
      0 1px 0 rgba(255,255,255,0.55) inset;
  }

  .slider-ui .slider-mobile-controls .nav-btn{
    background: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(188, 164, 137, 0.28) !important;
    color: #BCA489 !important;
  }

  .slider-ui .slider-mobile-controls .nav-btn:hover{
    background: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(188, 164, 137, 0.40) !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    transform: translateY(-1px);
  }

  .slider-ui .slider-mobile-controls .nav-btn:active{
    transform: translateY(0px) scale(0.98);
    box-shadow: 0 5px 12px rgba(0,0,0,0.08);
  }

  .slider.slider-scrolled .slider-ui .slider-mobile-controls{
    background: rgba(0,0,0,0.22) !important;
    border-color: rgba(255,255,255,0.16) !important;
  }

  .slider.slider-scrolled .slider-ui .slider-mobile-controls .nav-btn{
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(255,255,255,0.22) !important;
    color: rgba(255,255,255,0.92) !important;
  }
}


/* page transition css */


:root{
  --brand: #BCA489;
  --brand-light: #8f7c64;
  --load: 2000ms;
}

.transition-overlay{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  display: flex;
  pointer-events: none;
  z-index: 9998;
}


#overlay{
  z-index: 99999;
}

.transition-overlay .block{
  flex: 1;
  height: 100%;
  background: #222;
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.logo-overlay{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100svh;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #222;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease-out;
}
.logo-container{
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
  padding: 20px;
}
.loader-logo{
  width: 120px;
  height: auto;
  display: block;
}

.mask-rect{
  transform-origin: 0 100%;
  transform: scaleY(0);
  animation: fillUp var(--load) linear forwards;
  animation-play-state: paused;
}
.reveal-layer{
  opacity: 0;
  animation: revealOpacity 220ms ease-out forwards;
  animation-play-state: paused;
}
.logo-overlay.active .mask-rect,
.logo-overlay.active .reveal-layer{
  animation-play-state: running;
}

@keyframes fillUp{
  0%   { transform: scaleY(0.00); }
  8%   { transform: scaleY(0.12); }
  14%  { transform: scaleY(0.12); }
  26%  { transform: scaleY(0.34); }
  32%  { transform: scaleY(0.34); }
  44%  { transform: scaleY(0.52); }
  48%  { transform: scaleY(0.52); }
  62%  { transform: scaleY(0.74); }
  70%  { transform: scaleY(0.74); }
  82%  { transform: scaleY(0.88); }
  88%  { transform: scaleY(0.88); }
  96%  { transform: scaleY(0.97); }
  100% { transform: scaleY(1.00); }
}

@keyframes revealOpacity{ to { opacity: 1; } }

@media (prefers-reduced-motion: reduce){
  .mask-rect, .reveal-layer { animation: none !important; }
  .mask-rect { transform: scaleY(1) !important; }
  .reveal-layer { opacity: 1 !important; }
}


/* MOBILE: prepreči širjenje širine zaradi GSAP xPercent animacij */
@media (max-width: 767px){
  #brxe-irynas{
    overflow-x: hidden !important;
  }
}

/* DROPDOWN: start hidden above */
#brxe-hnbpzr{
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), opacity 260ms ease;
  z-index: 9999; /* higher than bar */
  will-change: transform;
}

/* OPEN state */
body.menu-open #brxe-hnbpzr{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* optional: lock page scroll when menu open */
body.menu-open{
  overflow: hidden;
}

.svg-wrapper{
  --divSpace: 0px;
  padding-bottom: var(--divSpace);
  overflow: hidden;
}


/* Base (hidden) state */
#testimonial-grid .mnenja-grid{
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 520ms cubic-bezier(.2,.8,.2,1),
    transform 520ms cubic-bezier(.2,.8,.2,1);
  transition-delay: var(--stagger, 0ms);
  will-change: opacity, transform;
}

/* Visible state */
#testimonial-grid .mnenja-grid.is-inview{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Optional: a tiny smoothing on hover (not required) */
/* #testimonial-grid .mnenja-grid{ backface-visibility: hidden; } */

@media (prefers-reduced-motion: reduce){
  #testimonial-grid .mnenja-grid{
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.desktop-menu {
 
  border-radius: 16px;

  /* frost tint */
  background: rgba(255, 255, 255, 0.06);

  /* distortion glass */
  backdrop-filter: url(#filter) saturate(1.2);
  -webkit-backdrop-filter: url(#filter) saturate(1.2);

  /* depth */
  box-shadow:
    0 0 2px 1px rgba(255,255,255,0.15) inset,
    0 12px 40px rgba(0,0,0,0.15);
}

:root{
  --marque-size: 200px;
  --marque-bg: #000;
  --marque-text: #fff;
  --marque-font: "Raleway", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* target sekcija */
  .classa .balon { position: relative; }

  /* ko smo nad sekcijo: skrij sistemski cursor */
  .classa .balon.is-hovered { cursor: none; }

  /* "fake cursor" */
  .ba-cursor {
    position: fixed;
    left: 0; top: 0;
    width: 30vh;
    height: 30vh;
    border-radius: 50%;
    background: #000;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    transform: translate(-50%, -50%);
    user-select: none;
    cursor: pointer;
    pointer-events: auto;
  }

  .ba-cursor__label {
    font-family: "Bebas Neue", system-ui, sans-serif;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
  }

  .tablepress .tablepress-edit-link {
  display: none !important;
}


html, body {
  width: 100%;
  max-width: 100%;

  overscroll-behavior-x: none;
}

body {
  position: relative;
  touch-action: pan-y;
}

#brx-content {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


@media (max-width: 767px) {
  .lezeci-kip,
  .Testen-parallax,
  #brxe-stexdh {
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: center center;
  }

  #brxe-mjowvf {
    position: static !important;
    bottom: auto !important;
    margin-top: 0 !important;
    z-index: 1 !important;
  }
}


#brxe-mvzrnp{
  background: rgba(255,255,255,0.12) !important;
  backdrop-filter: url(#filter) saturate(1.2) !important;
  -webkit-backdrop-filter: url(#filter) saturate(1.2) !important;
  box-shadow:
    0 0 2px 1px rgba(255,255,255,0.15) inset,
    0 12px 40px rgba(0,0,0,0.15) !important;
}






.desktop-menu,
.glass-displace {
  border-radius: 16px;

  /* frost tint */
  background: rgba(255, 255, 255, 0.06);

  /* distortion glass */
  backdrop-filter: url(#filter) saturate(1.2);
  -webkit-backdrop-filter: url(#filter) saturate(1.2);

  /* depth */
  box-shadow:
    0 0 2px 1px rgba(255,255,255,0.15) inset,
    0 12px 40px rgba(0,0,0,0.15);
}

.desktop-menu,
.glass-displace {
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}


.desktop-menu.brxe-swap-hover,
.glass-displace.brxe-swap-hover {
  transition: color .25s ease;
}

.desktop-menu .brxe-swap-hover:hover,
.desktop-menu .brxe-swap-hover:hover *,
.glass-displace .brxe-swap-hover:hover,
.glass-displace .brxe-swap-hover:hover * {
  color: #ffffff !important;
}

.text-naslovnica {
  opacity: 0;
  visibility: hidden;
}

.text-naslovnica.is-split-ready {
  opacity: 1;
  visibility: visible;
}