/* =========================================
   LOGIN v6 EXTRA OVERRIDES
   - Border carousel transparan
   - Gambar slide full (cover) + caption overlay
   ========================================= */

.v6-carousel{
  border: 1px solid transparent !important;
  background: transparent !important;
}

.v6-slide{
  position: relative;
  min-height: 360px;
  background: transparent !important;
}

.v6-slide-img{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;        
  object-position: center !important;
  background: rgba(11,31,68,.12);       
}

.v6-slide-cap{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px 18px 18px;
  background: linear-gradient(
    to top,
    rgba(11,31,68,.92),
    rgba(11,31,68,.45),
    rgba(11,31,68,0)
  );
}

.v6-slide-cap .h{ color:#fff !important; }
.v6-slide-cap .p{ color: rgba(255,255,255,.86) !important; }

.v6-ctrl{ opacity: .0; transition: opacity .15s ease; }
.v6-carousel:hover .v6-ctrl{ opacity: .95; }

@media (max-width: 992px){
  .v6-slide{ min-height: 280px; }
}
