.elementor-203 .elementor-element.elementor-element-8ebd367{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--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;}/* Start custom CSS for html, class: .elementor-element-4be858e *//* =========================================================
   ŽVĖRIS GYM GALLERY PAGE — FULL PREMIUM UPDATED CSS
========================================================= */

.zv-gallery-page{
  position:relative;
  overflow:hidden;
  background:
  radial-gradient(circle at top left,
  rgba(255,0,51,.16),
  transparent 30%),
  linear-gradient(180deg,#050505 0%,#000 100%);
  color:#fff;
  font-family:inherit;
}

/* =========================================================
   HERO SECTION
========================================================= */

.zv-gallery-hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:140px 24px 110px;
  overflow:hidden;
}

.zv-gallery-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
  linear-gradient(
  rgba(0,0,0,.68),
  rgba(0,0,0,.82)),
  url('/wp-content/uploads/2026/05/zveris-gym-group-training.webp')
  center center/cover no-repeat;
  transform:scale(1.03);
}

.zv-gallery-hero::after{
  content:'';
  position:absolute;
  inset:0;
  background:
  radial-gradient(circle at top,
  rgba(255,0,51,.18),
  transparent 42%);
}

.zv-gallery-content{
  position:relative;
  z-index:2;
  max-width:1100px;
  width:100%;
}

.zv-gallery-sub{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff1744;
  font-size:13px;
  letter-spacing:4px;
  text-transform:uppercase;
  font-weight:700;
}

.zv-gallery-sub::before,
.zv-gallery-sub::after{
  content:'';
  width:60px;
  height:2px;
  background:#ff1744;
}

.zv-gallery-title{
  font-size:clamp(70px,8vw,128px);
  line-height:.9;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 30px;
  letter-spacing:-4px;
}

.zv-gallery-title span{
  color:#ff1744;
}

.zv-gallery-desc{
  max-width:820px;
  margin:auto;
  font-size:22px;
  line-height:1.9;
  color:rgba(255,255,255,.88);
}

/* =========================================================
   SECTION
========================================================= */

.zv-gallery-section{
  position:relative;
  padding:110px 24px;
}

.zv-gallery-wrap{
  max-width:1600px;
  margin:auto;
}

/* =========================================================
   MASONRY GRID
========================================================= */

.zv-gallery-grid{
  column-count:3;
  column-gap:24px;
}

.zv-gallery-item{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:26px;
  background:#111;
  margin-bottom:24px;
  break-inside:avoid;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.05);

  transition:
  transform .45s ease,
  border-color .45s ease,
  box-shadow .45s ease;
}

.zv-gallery-item img{
  width:100%;
  height:auto;
  display:block;

  transition:
  transform 1s ease,
  filter .6s ease;
}

/* =========================================================
   OVERLAY
========================================================= */

.zv-gallery-overlay{
  position:absolute;
  inset:0;

  background:
  linear-gradient(
  to top,
  rgba(0,0,0,.96) 0%,
  rgba(0,0,0,.45) 40%,
  transparent 100%);

  display:flex;
  align-items:flex-end;
  padding:28px;
}

.zv-gallery-name{
  color:#fff;
  font-size:18px;
  font-weight:800;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:1px;
}

/* =========================================================
   HOVER EFFECTS
========================================================= */

.zv-gallery-item:hover{
  transform:translateY(-10px);

  border-color:
  rgba(255,23,68,.45);

  box-shadow:
  0 20px 55px rgba(255,0,60,.24);
}

.zv-gallery-item:hover img{
  transform:scale(1.08);
  filter:brightness(1.08);
}

/* =========================================================
   CTA SECTION
========================================================= */

.zv-gallery-cta{
  position:relative;
  padding:120px 24px;
}

.zv-gallery-cta-box{
  position:relative;
  max-width:1200px;
  margin:auto;

  padding:90px 70px;

  border-radius:36px;
  overflow:hidden;

  text-align:center;

  background:
  linear-gradient(
  135deg,
  rgba(22,22,22,.95),
  rgba(8,8,8,.98));

  border:
  1px solid rgba(255,255,255,.06);
}

.zv-gallery-cta-box::before{
  content:'';
  position:absolute;
  inset:0;

  background:
  radial-gradient(
  circle at top right,
  rgba(255,0,51,.22),
  transparent 40%);
}

.zv-gallery-cta-content{
  position:relative;
  z-index:2;
}

.zv-gallery-cta-title{
  font-size:clamp(46px,6vw,88px);
  line-height:.95;
  font-weight:900;
  text-transform:uppercase;
  margin:0 0 24px;
}

.zv-gallery-cta-title span{
  color:#ff1744;
}

.zv-gallery-cta-text{
  max-width:760px;
  margin:0 auto 42px;

  font-size:20px;
  line-height:1.8;

  color:rgba(255,255,255,.82);
}

/* =========================================================
   BUTTONS
========================================================= */

.zv-gallery-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.zv-gallery-btn{
  position:relative;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:220px;

  padding:18px 34px;

  border-radius:14px;

  font-size:14px;
  font-weight:800;

  letter-spacing:2px;
  text-transform:uppercase;
  text-decoration:none;

  transition:all .35s ease;
}

.zv-gallery-btn.primary{
  background:#ff1744;
  color:#fff;
}

.zv-gallery-btn.primary:hover{
  transform:translateY(-4px);

  box-shadow:
  0 12px 30px rgba(255,23,68,.45);
}

.zv-gallery-btn.secondary{
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  color:#fff;
}

.zv-gallery-btn.secondary:hover{
  background:#fff;
  color:#000;
}

/* =========================================================
   LIGHTBOX FIX
========================================================= */

.elementor-lightbox{
  z-index:999999 !important;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width:1024px){

  .zv-gallery-grid{
    column-count:2;
    column-gap:20px;
  }

  .zv-gallery-item{
    margin-bottom:20px;
  }

  .zv-gallery-title{
    font-size:78px;
    letter-spacing:-2px;
  }

  .zv-gallery-desc{
    font-size:19px;
  }

  .zv-gallery-cta-box{
    padding:70px 40px;
  }

}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width:768px){

  .zv-gallery-hero{
    min-height:72vh;
    padding:120px 20px 80px;
  }

  .zv-gallery-content{
    width:100%;
    max-width:100%;
  }

  .zv-gallery-sub{
    font-size:10px;
    letter-spacing:2px;
    gap:8px;
    margin-bottom:18px;
    flex-wrap:nowrap;
  }

  .zv-gallery-sub::before,
  .zv-gallery-sub::after{
    width:26px;
  }

  .zv-gallery-title{
    font-size:58px;
    line-height:.9;
    letter-spacing:-2px;
    margin-bottom:22px;
    word-break:break-word;
  }

  .zv-gallery-title span{
    display:block;
  }

  .zv-gallery-desc{
    font-size:17px;
    line-height:1.8;
    max-width:100%;
    padding:0 4px;
  }

  .zv-gallery-section{
    padding:70px 16px;
  }

  .zv-gallery-grid{
    column-count:1;
    column-gap:16px;
  }

  .zv-gallery-item{
    border-radius:22px;
    margin-bottom:16px;
  }

  .zv-gallery-overlay{
    padding:20px;
  }

  .zv-gallery-name{
    font-size:15px;
  }

  .zv-gallery-cta{
    padding:80px 16px;
  }

  .zv-gallery-cta-box{
    padding:60px 24px;
    border-radius:28px;
  }

  .zv-gallery-cta-title{
    font-size:42px;
    line-height:.95;
  }

  .zv-gallery-cta-text{
    font-size:16px;
  }

  .zv-gallery-buttons{
    flex-direction:column;
    align-items:center;
    gap:14px;
  }

  .zv-gallery-btn{
    width:100%;
    max-width:320px;
  }

}

/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media (max-width:480px){

  .zv-gallery-hero{
    min-height:65vh;
    padding:105px 16px 70px;
  }

  .zv-gallery-title{
    font-size:44px;
    line-height:.92;
    letter-spacing:-1px;
  }

  .zv-gallery-desc{
    font-size:15px;
    line-height:1.7;
  }

  .zv-gallery-sub{
    font-size:9px;
    letter-spacing:2px;
  }

}/* End custom CSS */