.ktg-gallery{
  width:100%;
  margin-inline:auto;
  --ktg-fit:cover;
  --ktg-arrow-h-offset:15px;
  --ktg-arrow-v-offset:0px;
  font-family:inherit;
}
.ktg-stage{position:relative;overflow:hidden;background:#111;isolation:isolate;width:100%}
.ktg-gallery.ktg-ratio-original .ktg-stage{height:auto!important;aspect-ratio:var(--ktg-stage-ratio,16/9)}
.ktg-slides,.ktg-slide{position:absolute;inset:0;margin:0}
.ktg-slide{opacity:0;visibility:hidden;transition:opacity .3s ease,transform .3s ease;transform:translateX(2%)}
.ktg-slide.is-active{opacity:1;visibility:visible;transform:none;z-index:1}
.ktg-gallery[data-transition="none"] .ktg-slide{transition:none}
.ktg-slide img{width:100%;height:100%;display:block;object-fit:var(--ktg-fit,cover)}
.ktg-caption{position:absolute;left:20px;right:20px;bottom:20px;padding:14px 16px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.62));color:#fff;border-radius:10px}
.ktg-caption-title{font-weight:700;font-size:1.05rem}.ktg-caption-desc{font-size:.9rem}.ktg-caption-desc p{margin:.35em 0 0}

/* Shared control reset */
.ktg-gallery .ktg-control,
.ktg-gallery .ktg-arrow,
.ktg-gallery .ktg-thumb-nav,
.ktg-gallery .ktg-thumb{
  -webkit-appearance:none;
  appearance:none;
  font-family:inherit;
  box-sizing:border-box;
  cursor:pointer;
}
.ktg-gallery .ktg-control,
.ktg-gallery .ktg-arrow,
.ktg-gallery .ktg-thumb-nav{
  display:grid;
  place-items:center;
  z-index:5;
}

/* Fullscreen / play */
.ktg-control{
  position:absolute;
  background:transparent;
  color:#fff;
  line-height:1;
  padding:0;
  border:0;
  min-width:0;
  min-height:0;
}
.ktg-control.ktg-pos-left-top{left:var(--ktg-control-h-offset,14px);right:auto;top:var(--ktg-control-v-offset,14px);bottom:auto}
.ktg-control.ktg-pos-right-top{right:var(--ktg-control-h-offset,14px);left:auto;top:var(--ktg-control-v-offset,14px);bottom:auto}
.ktg-control.ktg-pos-left-bottom{left:var(--ktg-control-h-offset,14px);right:auto;bottom:var(--ktg-control-v-offset,14px);top:auto}
.ktg-control.ktg-pos-right-bottom{right:var(--ktg-control-h-offset,14px);left:auto;bottom:var(--ktg-control-v-offset,14px);top:auto}
.ktg-play{font-weight:700}

/* Arrows: container and icon are now independent */
.ktg-arrow{
  position:absolute;
  color:#fff;
  background:rgba(0,0,0,.25);
  border:0;
  line-height:1;
  padding:0;
  overflow:hidden;
  align-items:center;
  justify-content:center;
  flex:none;
  box-sizing:content-box;
}
.ktg-arrow svg{
  display:block;
  width:24px;
  height:24px;
  max-width:none;
  max-height:none;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
  flex:none;
}
.ktg-prev{left:var(--ktg-arrow-h-offset,15px)}
.ktg-next{right:var(--ktg-arrow-h-offset,15px)}
.ktg-gallery.ktg-arrows-v-middle .ktg-arrow{top:calc(50% + var(--ktg-arrow-v-offset,0px));bottom:auto;transform:translateY(-50%)}
.ktg-gallery.ktg-arrows-v-top .ktg-arrow{top:var(--ktg-arrow-v-offset,0px);bottom:auto;transform:none}
.ktg-gallery.ktg-arrows-v-bottom .ktg-arrow{bottom:var(--ktg-arrow-v-offset,0px);top:auto;transform:none}

/* Progress */
.ktg-progress{position:absolute;z-index:5;pointer-events:none;--ktg-progress-h-offset:10px;--ktg-progress-v-offset:10px}
.ktg-progress.ktg-pos-left-top{left:var(--ktg-progress-h-offset);right:auto;top:var(--ktg-progress-v-offset);bottom:auto}
.ktg-progress.ktg-pos-right-top{right:var(--ktg-progress-h-offset);left:auto;top:var(--ktg-progress-v-offset);bottom:auto}
.ktg-progress.ktg-pos-left-bottom{left:var(--ktg-progress-h-offset);right:auto;bottom:var(--ktg-progress-v-offset);top:auto}
.ktg-progress.ktg-pos-right-bottom{right:var(--ktg-progress-h-offset);left:auto;bottom:var(--ktg-progress-v-offset);top:auto}
.ktg-progress-pie{width:30px;height:30px}
.ktg-progress-ring{width:100%;height:100%;transform:rotate(-90deg)}
.ktg-progress-ring__bg,.ktg-progress-ring__circle{fill:none;stroke-width:3}
.ktg-progress-ring__bg{stroke:rgba(255,255,255,.28)}
.ktg-progress-ring__circle{stroke:#fff;stroke-linecap:round;stroke-dasharray:100 100;stroke-dashoffset:100}
.ktg-progress-bar{left:0!important;right:0!important;bottom:0!important;top:auto!important;height:3px;background:rgba(255,255,255,.18)}
.ktg-progress-bar>span{display:block;width:0;height:100%;background:#fff}

.ktg-bullets{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:5;display:flex;gap:7px}
.ktg-bullets button{width:8px;height:8px;border-radius:50%;border:0;background:rgba(255,255,255,.5);padding:0}
.ktg-bullets button.is-active{background:#fff}

/* Thumbnails */
.ktg-thumbs-wrap{display:flex;align-items:center;position:relative;min-width:0}
.ktg-thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;width:100%;padding:8px;min-width:0}
.ktg-thumbs::-webkit-scrollbar{display:none}
.ktg-gallery .ktg-thumb{
  position:relative;
  display:block;
  overflow:hidden;
  margin:0!important;
  padding:0!important;
  border-style:solid;
  border-width:0;
  border-color:transparent;
  background:transparent!important;
  line-height:0!important;
  min-width:0;
  min-height:0;
  box-shadow:none;
  text-decoration:none;
}
.ktg-gallery .ktg-thumb img{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover;
  display:block!important;
  transition:filter .2s ease,transform .2s ease;
}
.ktg-gallery.ktg-thumb-ratio-original .ktg-thumb{height:auto;aspect-ratio:var(--ktg-thumb-original-ratio,1/1)}
.ktg-gallery.ktg-thumb-ratio-square .ktg-thumb{height:auto;aspect-ratio:1/1}
.ktg-gallery.ktg-thumb-ratio-4_3 .ktg-thumb{height:auto;aspect-ratio:4/3}
.ktg-gallery.ktg-thumb-ratio-3_2 .ktg-thumb{height:auto;aspect-ratio:3/2}
.ktg-gallery.ktg-thumb-ratio-16_9 .ktg-thumb{height:auto;aspect-ratio:16/9}
.ktg-gallery.ktg-thumb-ratio-fixed .ktg-thumb{aspect-ratio:auto}
.ktg-thumb::after{content:"";position:absolute;inset:0;background:#000;opacity:.2;pointer-events:none;transition:opacity .2s}
.ktg-thumb.is-active::after{opacity:0}
.ktg-thumb:hover::after{opacity:.08}

.ktg-thumb-nav{flex:0 0 auto;width:30px;height:30px;border-radius:50%;border:0;padding:0;background:rgba(0,0,0,.08)}
.ktg-panel-top{display:flex;flex-direction:column}
.ktg-panel-top .ktg-thumbs-wrap{order:-1}
.ktg-panel-left,.ktg-panel-right{display:grid;grid-template-columns:auto 1fr;gap:10px}
.ktg-panel-right{grid-template-columns:1fr auto}
.ktg-panel-right .ktg-thumbs-wrap{order:2}
.ktg-panel-left .ktg-thumbs,.ktg-panel-right .ktg-thumbs{flex-direction:column;overflow-y:auto;overflow-x:hidden;max-height:100%}

.ktg-empty{padding:16px;border:1px dashed #ccc;border-radius:8px;text-align:center}
.ktg-gallery.is-fullscreen{position:fixed!important;inset:0!important;z-index:999999!important;max-width:none!important;background:#000;padding:20px;display:flex;flex-direction:column}
.ktg-gallery.is-fullscreen .ktg-stage{flex:1;height:auto!important;border-radius:0!important}
.ktg-gallery.is-fullscreen .ktg-thumbs-wrap{flex:0 0 auto}

@media(max-width:767px){
  .ktg-caption{left:10px;right:10px;bottom:10px}
}

/* Video support */
.ktg-video-wrap{position:absolute;inset:0;width:100%;height:100%;display:block;background:#000}
.ktg-video,.ktg-video-embed{width:100%;height:100%;display:block;border:0;object-fit:var(--ktg-fit,cover);background:#000}
.ktg-video-embed{position:absolute;inset:0}
.ktg-thumb-placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#242424,#111)}
.ktg-thumb-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.58);color:#fff;font-size:14px;line-height:1;padding-left:2px;pointer-events:none;box-shadow:0 2px 10px rgba(0,0,0,.22)}
.ktg-thumb.is-active .ktg-thumb-play{background:rgba(0,0,0,.72)}


/* v1.5.0 — single item cleanup */
.ktg-gallery.ktg-single-item .ktg-thumbs-wrap,
.ktg-gallery.ktg-single-item .ktg-progress,
.ktg-gallery.ktg-single-item .ktg-arrow,
.ktg-gallery.ktg-single-item .ktg-bullets,
.ktg-gallery.ktg-single-item .ktg-play{
  display:none!important;
}

/* Central play button for hosted videos */
.ktg-video-center-play{
  -webkit-appearance:none;
  appearance:none;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:6;
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  margin:0;
  padding:0;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:rgba(0,0,0,.48);
  color:#fff;
  cursor:pointer;
  box-shadow:0 8px 30px rgba(0,0,0,.24);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  transition:opacity .2s ease,transform .2s ease,background-color .2s ease;
}
.ktg-video-center-play span{
  display:block;
  font-size:30px;
  line-height:1;
  margin-left:4px;
}
.ktg-video-center-play:hover{
  background:rgba(0,0,0,.62);
  transform:translate(-50%,-50%) scale(1.06);
}
.ktg-video-center-play.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
@media(max-width:767px){
  .ktg-video-center-play{width:58px;height:58px}
  .ktg-video-center-play span{font-size:24px}
}
