.elementor-5090 .elementor-element.elementor-element-e84e041{--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;--overflow:hidden;--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-2c3ed42 *//* =========================================================
   3) REELS MODAL + POPUP (OTHER SEPARATE)
   ========================================================= */

#mas-reel-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}

#mas-reel-modal .overlay{
  background:rgba(0,0,0,.85);
}

#mas-reel-modal .box{
  width:100%;
  height:100%;
  background: transparent;
  position:relative;
}

#mas-reel-modal .close{
  position:absolute;
  top:12px;
  right:16px;
  color:#fff;
  font-size:28px;
  cursor:pointer;
  z-index:100;
}

/* REELS */
#mas-reel-player{
  height:100vh;
  overflow-y:auto;
  scroll-snap-type:y mandatory;
  -webkit-overflow-scrolling:touch;
}

.mas-reel{
  height:100vh;
  scroll-snap-align:start;
  display:flex;
  justify-content:center;
  align-items:center;
}

.mas-frame{
  position:relative;
  width:100%;
  height:100vh;
}

.mas-frame video{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* DESKTOP PHONE UI */
@media(min-width:768px){
  .mas-frame{
    width:380px;
    height:82vh;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 0 30px rgba(0,0,0,.5);
  }
}

.mas-ui{ position:absolute; inset:0; }

/* overlay inside UI */
.mas-ui .mas-ui-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease;
  z-index:20;
}
.mas-ui.popup-open .mas-ui-overlay{
  opacity:1;
  pointer-events:auto;
}

/* POPUP */
.mas-app-popup{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:60;
}
.mas-app-popup.active{ display:flex; }

/* when popup open: actions/meta behind popup (not clickable) */
.mas-ui.popup-open .mas-actions,
.mas-ui.popup-open .mas-meta{
  z-index:10 !important;
  pointer-events:none !important;
  opacity:.15;
}

/* ACTIONS */
.mas-actions{
  position:absolute;
  right:14px;
  bottom:140px;
  display:flex;
  flex-direction:column;
  gap:20px;
  z-index:40;
}

.mas-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.mas-btn.like-btn{
  display:flex;
  flex-direction:column!important;
}

.mas-meta{
  position:absolute;
  left:14px;
  bottom:30px;
  max-width:70%;
  color:#fff;
  z-index:40;
}

.mas-meta h3{
  margin:0 0 6px;
  font-family: Inter;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
}
.mas-meta p{
  margin:0;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.mas-meta .views{
  margin-top:6px;
  font-family: Inter;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}

/* popup card */
.mas-popup-card{
  width:calc(100% - 40px);
  max-width:340px;
  background:url('https://vistareels.com/wp-content/uploads/2026/02/Frame-1.png') center/cover no-repeat;
  border-radius:25px;
  padding:20px 20px 0px 20px;
  text-align:center;
  position:relative;
  animation:popupFade .4s ease;
  z-index:70;
}

.mas-popup-inner{ position:relative; color:#fff; }

.mas-popup-inner h2{
  margin:0 0 8px;
  font-family: Inter;
  font-weight: 700;
  text-align:left;
  font-size: 30px;
  line-height:32px;
}
.mas-popup-inner p{
  font-family: Inter;
  text-align:left;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom:16px;
}

.mas-store-row{
  display:flex;
  gap:10px;
  justify-content:start;
  margin-bottom:14px;
}
.mas-store-row img{ width:100px; }

.mas-popup-banner img{
  width:100%;
  margin-top:8px;
}

.mas-popup-close{
  position:absolute;
  top:-12px;
  right:-12px;
  background:#000;
  width:30px;
  height:30px;
  border-radius:50%;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-size:16px;
  z-index:80;
}

@keyframes popupFade{
  from{opacity:0;transform:scale(.9)}
  to{opacity:1;transform:scale(1)}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2cfe7a *//* =========================================================
   1) EXPLORE SECTION + CAROUSEL (SEPARATE)
   ========================================================= */
.mas-explore-wrap{ width:100%; }

.mas-section-row{
  display:flex;
  gap:40px;
  align-items:flex-start;
  margin-bottom:28px;
  padding-left: 120px;
}

.mas-left{
  width:250px;
  flex:0 0 250px;
}

.mas-cat-title{
  margin:0;
  color:#fff;
  font-size: 45px;
  line-height: 55px;
}

.mas-right{
  flex:1 1 auto;
  min-width:0;
  position:relative; /* ✅ for arrows */
}
.mas-explore-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

/* =========================================================
   2) CAROUSEL CSS (SLICK) - SEPARATE  (FIXED)
   ========================================================= */
.mas-movies.mas-slider{ width:100%; }

.mas-slider .slick-list{ overflow:hidden; }
.mas-slider .slick-track{ display:flex; align-items:stretch; }

/* ✅ GAP = 20px between slides */
.mas-slider .slick-slide{
  margin-right:20px;
  flex:0 0 auto;               /* ✅ prevent slide shrink */
}
.mas-slider .slick-slide:last-child{ margin-right:0; }

/* keep your slide layout */
.mas-movie.slick-slide{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-end !important;
}

/* slide card */
.mas-slider .mas-movie{
  position:relative;
  cursor:pointer;
  color:#fff;
}

/* ✅ FIX: number must NOT change layout on 10,11... */
.mas-slider .number-inner{
  display:flex;
  align-items:flex-end;
  height:100%;
  line-height:100%;
  font-size:180px;
  letter-spacing:-20px;
  font-weight:900;
  color:#222c38;

  flex:0 0 120px;              /* ✅ fixed block width */
  width:120px;                 /* ✅ keep same as flex-basis */
  overflow:hidden;
  white-space:nowrap;
  justify-content:flex-end;
}

/* ✅ FIX: poster container is stable (same size always) */
.mas-slider .postercontainer{
  flex:1 1 auto;
  min-width:0;

  /* ✅ stable poster sizing (same for all) */
  position:relative;
  display:flex;
  overflow:hidden;
  aspect-ratio: 166 / 236;
  background:#0a151f;
  transition: opacity .1s ease;
  border-radius:12px;          /* keep your 12px look */
}

/* image fills fixed-ratio container */
.mas-slider .postercontainer img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:12px;
}

.mas-slider .postercontainer p{
  margin:10px 0 0;
  font-size:12px;
  line-height:16px;
  display:none;
}

.mas-slider .slick-dots{ display:none !important; }


/* =========================================================
   CUSTOM FULL-HEIGHT ARROWS (SVG)
   ========================================================= */
/* Arrow base */
.mas-arrow{
  position:absolute;
  top:0;
  height:100%;
  width:40px;

  background: rgba(6, 13, 23, .8);
  border:0;
  padding:0;
  cursor:pointer;

  display:flex;
  align-items:center;
  justify-content:center;

  z-index:30;

  /* hidden by default */
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}

/* positioning */
.mas-arrow.prev{ left:0; }
.mas-arrow.next{ right:0; }

/* show on hover of slider */
.mas-right:hover .mas-arrow{
  opacity:1;
  pointer-events:auto;
}

/* hide logic */
.mas-arrow.is-hidden{
  display:none !important;
}

/* SVG */
.mas-arrow svg{
  pointer-events:none;
}

/* 🔒 FORCE SAME BACKGROUND FOR ALL STATES */
.mas-arrow,
.mas-arrow:hover,
.mas-arrow:active,
.mas-arrow:focus,
.mas-arrow:focus-visible,
.mas-arrow:visited{
  background: rgba(6, 13, 23, .8) !important;
  outline:none !important;
  box-shadow:none !important;
}

/* optional stronger hover (remove if not needed) */
.mas-right:hover .mas-arrow:hover{
  background: rgba(6, 13, 23, .8) !important;
}/* End custom CSS */