/* ==========================================================================
   NIFIAATA OTT MOBILE APP VIEW - SAME TO SAME EXACT DESIGN
   ========================================================================== */

/* Only activate on mobile & tablet viewports */
@media (max-width: 768px) {

  /* Base Body adjustments */
  body {
    background-color: #000000 !important;
    color: #ffffff !important;
    padding-bottom: 72px !important; /* Space for fixed bottom bar */
    overflow-x: hidden !important;
  }

  /* Hide Desktop Header and Desktop Homepage Sections on Mobile */
  .desktop-home-sections-wrap,
  .nifiaata-categories-bar-section,
  .mobile-latest-movies-list-section {
    display: none !important;
  }
  header .main-menu {
    display: none !important;
  }
  footer,
  .footer-area {
    display: none !important;
  }

  /* Ensure View All Movies & Shows pages are beautifully visible and styled */
  .view-all-video-area {
    display: block !important;
    padding-top: 15px !important;
    padding-bottom: 25px !important;
    background: #000000 !important;
  }

  .view-all-video-area .page-title-item {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 12px !important;
  }

  /* Filter bar on mobile */
  .view-all-video-area .filter-list-area {
    margin-bottom: 16px !important;
  }

  .view-all-video-area .custom_select_filter {
    display: inline-block !important;
    margin-right: 6px !important;
    margin-bottom: 8px !important;
  }

  .view-all-video-area .custom_select_filter .nice-select {
    background: #1c1c1e !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-radius: 20px !important;
    height: 36px !important;
    line-height: 34px !important;
    padding-left: 14px !important;
    padding-right: 28px !important;
    font-size: 13px !important;
  }

  .view-all-video-area .custom_select_filter .nice-select .current {
    color: #ffffff !important;
  }

  .view-all-video-area .custom_select_filter .nice-select .list {
    background: #181818 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    border-radius: 8px !important;
    z-index: 99 !important;
  }

  .view-all-video-area .custom_select_filter .nice-select .option {
    color: #cccccc !important;
  }

  .view-all-video-area .custom_select_filter .nice-select .option.selected,
  .view-all-video-area .custom_select_filter .nice-select .option:hover {
    background: #ff0015 !important;
    color: #ffffff !important;
  }

  /* Movie grid on mobile: 2 or 3 columns with sleek OTT styling */
  .view-all-video-area .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .view-all-video-area .row > [class*="col-"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 14px !important;
  }

  .view-all-video-area .single-video {
    margin-bottom: 0 !important;
    display: block !important;
  }

  .view-all-video-area .single-video a {
    display: block !important;
    text-decoration: none !important;
  }

  .view-all-video-area .video-img {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 2 / 3 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #181818 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7) !important;
  }

  .view-all-video-area .video-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 8px !important;
  }

  .view-all-video-area .video-img .video-item-content {
    display: block !important;
    position: static !important;
    padding-top: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #e5e5e5 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    background: transparent !important;
  }
  footer {
    display: none !important;
  }
  .scroll-top {
    display: none !important;
  }
  .mobile-bottom-nav {
    display: none !important; /* Replaced by our exact ott-bottom-bar */
  }

  /* --------------------------------------------------------------------------
     1. OTT MOBILE TOP HEADER
     -------------------------------------------------------------------------- */
  .ott-mobile-header {
    display: block !important;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    background: #000000;
    padding: 10px 14px 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
  }

  .ott-header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
  }

  .ott-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .ott-hamburger-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 22px;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .ott-brand-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
  }

  .ott-brand-logo-img {
    height: 38px;
    width: auto;
    object-fit: contain;
  }

  .ott-header-right {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .ott-icon-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 19px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }

  .ott-icon-btn svg {
    display: block;
  }

  .ott-bell-btn .ott-badge-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 7px;
    height: 7px;
    background-color: #ff0015;
    border-radius: 50%;
    box-shadow: 0 0 6px #ff0015;
  }

  .ott-profile-avatar-wrap {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    border: 1.5px solid rgba(255,255,255,0.25);
    flex-shrink: 0;
  }

  .ott-profile-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* --------------------------------------------------------------------------
     2. OTT MOBILE SUB-NAVIGATION TABS
     -------------------------------------------------------------------------- */
  .ott-nav-tabs-bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 10px 0;
    background: #000000;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .ott-tab-btn {
    position: relative;
    padding: 6px 12px 10px;
    font-size: 14.5px;
    font-weight: 500;
    color: #a3a3a3;
    text-decoration: none !important;
    transition: color 0.2s ease;
  }

  .ott-tab-btn.active {
    color: #ffffff !important;
    font-weight: 700;
  }

  .ott-tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #ff0015;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 8px rgba(255, 0, 21, 0.6);
  }

  /* --------------------------------------------------------------------------
     3. OTT HERO BANNER (PUSHPA 2: THE RULE)
     -------------------------------------------------------------------------- */
  .ott-hero-section {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    overflow: hidden;
    background: #000000;
  }

  .ott-hero-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .ott-hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Clickable hotspot targets over the hero buttons */
  .ott-hero-actions-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: auto;
  }

  .ott-hero-btn-row {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .ott-hero-play-btn {
    background: #ff0015;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13.5px;
    padding: 7px 18px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(255, 0, 21, 0.4);
    border: none;
    transition: transform 0.15s ease;
  }

  .ott-hero-play-btn:active {
    transform: scale(0.96);
  }

  .ott-hero-info-btn {
    background: rgba(30, 30, 30, 0.7);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 13.5px;
    padding: 7px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.15s ease;
  }

  .ott-hero-info-btn:active {
    transform: scale(0.96);
  }

  .ott-hero-dots-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .ott-hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
  }

  .ott-hero-dot.active {
    background: #ff0015;
    box-shadow: 0 0 6px #ff0015;
  }

  /* --------------------------------------------------------------------------
     4. OTT LANGUAGE FILTER ROW
     -------------------------------------------------------------------------- */
  .ott-language-section {
    padding: 0 14px 14px;
  }

  .ott-section-title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .ott-section-title {
    font-size: 17.5px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    letter-spacing: -0.2px;
  }

  .ott-section-title i {
    font-size: 13px;
    color: #b0b0b0;
    margin-left: 2px;
  }

  .ott-see-all-link {
    font-size: 12.5px;
    font-weight: 500;
    color: #999999 !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .ott-see-all-link i {
    font-size: 11px;
  }

  .ott-languages-scroll-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  .ott-languages-scroll-bar::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .ott-lang-pill {
    flex-shrink: 0;
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 13.5px;
    font-weight: 500;
    color: #d1d1d6 !important;
    background: #1c1c1e;
    text-decoration: none !important;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.2s ease;
  }

  .ott-lang-pill.active {
    background: #ff0015 !important;
    color: #ffffff !important;
    font-weight: 700;
    border-color: #ff0015 !important;
    box-shadow: 0 2px 10px rgba(255, 0, 21, 0.4);
  }

  /* --------------------------------------------------------------------------
     5. OTT HORIZONTAL MOVIE ROWS (TOP HINDI MOVIES & NEW RELEASES)
     -------------------------------------------------------------------------- */
  .ott-movie-shelf-section {
    padding: 0 14px 18px;
  }

  .ott-movie-shelf-row {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
  }

  .ott-movie-shelf-row::-webkit-scrollbar {
    display: none;
  }

  .ott-movie-card {
    flex: 0 0 calc(25% - 7px);
    min-width: 104px;
    max-width: 120px;
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
  }

  .ott-movie-poster-box {
    position: relative;
    width: 100%;
    aspect-ratio: 112 / 135;
    border-radius: 8px;
    overflow: hidden;
    background: #181818;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  }

  .ott-movie-poster-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
  }

  .ott-movie-card:active .ott-movie-poster-img {
    transform: scale(0.97);
  }

  .ott-card-hd-badge {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 9.5px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    border: 0.8px solid rgba(255, 255, 255, 0.3);
    line-height: 1.2;
    letter-spacing: 0.5px;
  }

  .ott-movie-title-label {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #e5e5e5;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
  }

  /* --------------------------------------------------------------------------
     6. OTT BROWSE BY GENRE
     -------------------------------------------------------------------------- */
  .ott-genre-section {
    padding: 0 14px 22px;
  }

  .ott-genre-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 4px;
  }

  .ott-genre-pill {
    background: #3e0b12;
    border: 1px solid rgba(255, 30, 45, 0.3);
    border-radius: 24px;
    padding: 8px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  }

  .ott-genre-pill:active {
    background: #ff0015;
    border-color: #ff0015;
    transform: scale(0.97);
  }

  .ott-genre-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
  }

  .ott-genre-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* --------------------------------------------------------------------------
     7. OTT FIXED BOTTOM NAVIGATION BAR
     -------------------------------------------------------------------------- */
  .ott-mobile-bottom-nav {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: rgba(10, 10, 10, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.9), 0 -1px 10px rgba(255, 0, 21, 0.12);
    padding-top: 7px;
    padding-bottom: env(safe-area-inset-bottom, 6px);
  }

  .ott-bottom-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .ott-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #b3b3b3 !important;
    padding: 3px 12px;
    transition: color 0.15s ease;
    gap: 3px;
  }

  .ott-bottom-nav-item.active {
    color: #ff0015 !important;
  }

  .ott-bottom-icon {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ott-bottom-icon svg {
    display: block;
  }

  .ott-bottom-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.1px;
  }

  .ott-bottom-nav-item.active .ott-bottom-label {
    font-weight: 700;
  }

  .ott-safe-home-indicator {
    width: 120px;
    height: 4px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    margin: 5px auto 2px;
  }

  /* --------------------------------------------------------------------------
     8. OTT SLIDE-OUT DRAWER MENU (HAMBURGER ☰)
     -------------------------------------------------------------------------- */
  .ott-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .ott-drawer-overlay.open {
    opacity: 1;
    visibility: visible;
  }

  .ott-drawer-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    max-width: 82vw;
    height: 100vh;
    background: #111111;
    z-index: 1002;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 4px 0 25px rgba(0,0,0,0.8);
    border-right: 1px solid rgba(255,255,255,0.08);
  }

  .ott-drawer-overlay.open .ott-drawer-panel {
    transform: translateX(0);
  }

  .ott-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .ott-drawer-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 4px;
    cursor: pointer;
  }

  .ott-drawer-user-info {
    padding: 16px;
    background: #161616;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .ott-drawer-user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid #ff0015;
  }

  .ott-drawer-user-meta {
    flex: 1;
  }

  .ott-drawer-user-name {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
  }

  .ott-drawer-user-link {
    font-size: 12px;
    color: #ff0015 !important;
    text-decoration: none !important;
    font-weight: 600;
  }

  .ott-drawer-links {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
    list-style: none;
    margin: 0;
  }

  .ott-drawer-links li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 20px;
    color: #e0e0e0 !important;
    font-size: 14.5px;
    font-weight: 500;
    text-decoration: none !important;
    transition: background 0.15s ease, color 0.15s ease;
  }

  .ott-drawer-links li a:active,
  .ott-drawer-links li a:hover {
    background: rgba(255, 0, 21, 0.12);
    color: #ffffff !important;
  }

  .ott-drawer-links li a i {
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: #ff0015;
  }

  .ott-drawer-footer {
    padding: 14px 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 11px;
    color: #777777;
    text-align: center;
  }

}

/* Hide OTT Mobile blocks on desktop viewports */
@media (min-width: 769px) {
  .ott-mobile-header,
  .ott-mobile-container,
  .ott-mobile-bottom-nav,
  .ott-drawer-overlay {
    display: none !important;
  }
}

/* Dynamic Hero Slider Styles */
@media (max-width: 768px) {
  .ott-hero-slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
  }

  .ott-hero-slider-track::-webkit-scrollbar {
    display: none;
  }

  .ott-hero-slide-item {
    flex: 0 0 100%;
    min-width: 100%;
    height: 320px;
    position: relative;
    scroll-snap-align: start;
    overflow: hidden;
    background: #000000;
  }

  .ott-hero-slide-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }

  .ott-hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.85) 80%, #000000 100%);
  }

  .ott-hero-slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px 16px;
    z-index: 2;
  }

  .ott-hero-super-title {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e50914;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
  }

  .ott-hero-title {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 7px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ott-hero-badges-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
  }

  .ott-hero-badge {
    background: rgba(20, 20, 20, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #e5e5e5;
    font-size: 10.5px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 5px;
  }

  .ott-hero-dots-container {
    position: absolute;
    bottom: 18px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 3;
  }

  .ott-hero-dots-container .ott-hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    transition: all 0.2s ease;
  }

  .ott-hero-dots-container .ott-hero-dot.active {
    background: #ff0015;
    width: 14px;
    border-radius: 4px;
    box-shadow: 0 0 6px #ff0015;
  }
}

/* ==========================================================================
   DESKTOP & GENERAL SECTION HEADERS & CAROUSEL NAV BUTTONS
   ========================================================================== */
.section-red-accent {
  display: inline-block;
  width: 4px;
  height: 22px;
  background-color: #ff0015;
  border-radius: 2px;
  margin-right: 10px;
  vertical-align: middle;
}

.vfx-item-section h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.vfx-item-section .view-all-link,
.vfx-item-section span.view-more a {
  color: #ff0015 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.vfx-item-section .view-all-link:hover,
.vfx-item-section span.view-more a:hover {
  opacity: 0.85;
}

/* Red Circular Carousel Nav Buttons matching screenshot */
.video-carousel.owl-carousel .owl-nav button.owl-prev,
.video-carousel.owl-carousel .owl-nav button.owl-next {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #ff0015 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 15px rgba(255, 0, 21, 0.5) !important;
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  border: none !important;
  opacity: 0.95 !important;
  z-index: 10 !important;
  transition: all 0.2s ease !important;
}

.video-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -15px !important;
}

.video-carousel.owl-carousel .owl-nav button.owl-next {
  right: -15px !important;
}

.video-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.video-carousel.owl-carousel .owl-nav button.owl-next:hover {
  transform: translateY(-50%) scale(1.1) !important;
  opacity: 1 !important;
  background: #e50914 !important;
}

.video-carousel.owl-carousel .owl-nav button i {
  font-size: 16px !important;
  color: #ffffff !important;
}

.video-carousel.owl-carousel .single-video .video-img {
  border-radius: 10px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.6) !important;
}

.video-carousel.owl-carousel .single-video .video-img img {
  border-radius: 10px !important;
  aspect-ratio: 2 / 3 !important;
  object-fit: cover !important;
}

/* OTT Mobile Header Login Button */
@media (max-width: 768px) {
  .ott-header-login-btn {
    background: #ff0015 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 6px 15px !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 2px 10px rgba(255, 0, 21, 0.45) !important;
    border: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
  }

  .ott-header-login-btn:hover,
  .ott-header-login-btn:active {
    background: #e50914 !important;
    transform: scale(0.96);
    color: #ffffff !important;
  }
}
