/* ==========================================
   PURPLE THEME OVERRIDE - custom.css
   Inspired by toffee.tv dark streaming UI
   ========================================== */

/* ========= BASE COLOR OVERRIDE ========= */
:root {
  --purple-primary: #7c3aed;
  --purple-dark:    #5b21b6;
  --purple-deeper:  #4c1d95;
  --purple-light:   #a78bfa;
  --purple-glow:    rgba(124,58,237,0.35);
  --purple-muted:   rgba(124,58,237,0.15);

  --header-bg:      #0f0a1e;
  --header-bg2:     #130d24;
  --nav-bg:         #1a1030;
  --card-bg:        #1a1030;
  --body-bg:        #0a0714;

  --text-primary:   #f0eaff;
  --text-muted:     #a89cc8;
  --text-dim:       #7a6f9a;

  --border-purple:  rgba(124,58,237,0.3);
  --divider:        rgba(255,255,255,0.07);
}

/* ========= GLOBAL BODY ========= */
body {
  background-color: var(--body-bg) !important;
  color: var(--text-muted) !important;
  min-height: calc(100vh + 30px);
  font-family: "Roboto", "Inter", sans-serif;
  overflow-x: hidden;
}

/* ========= SCROLLBAR ========= */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--body-bg); }
::-webkit-scrollbar-thumb { background: var(--purple-primary); border-radius: 10px; }

/* ==========================================
   HEADER — Toffee.tv inspired dark purple
   ========================================== */

/* Remove old gradient */
.header {
  background: var(--header-bg) !important;
  border-bottom: 1px solid var(--border-purple);
  box-shadow: 0 2px 24px rgba(0,0,0,0.6);
  z-index: 999 !important;
}

.header.active,
.header.menu-fixed {
  background: var(--header-bg) !important;
  box-shadow: 0 4px 30px rgba(0,0,0,0.8);
}

.header.menu-fixed .header__bottom {
  background-color: var(--header-bg) !important;
  border-bottom: 1px solid var(--border-purple);
}

/* ---- header bottom padding ---- */
.header__bottom {
  padding: 0 30px !important;
}
@media (max-width: 1199px) {
  .header__bottom {
    background-color: var(--header-bg) !important;
    padding: 10px 20px !important;
  }
}

/* ---- LOGO ---- */
.header .site-logo img {
  max-width: 140px;
  filter: brightness(1.1);
}

/* ---- NAVBAR ---- */
.navbar {
  gap: 0;
}

/* ---- MAIN MENU NAV ITEMS ---- */
.header .main-menu {
  gap: 2px;
}

.header .main-menu li {
  margin-right: 0 !important;
  position: relative;
}

.header .main-menu li + li {
  margin-left: 2px !important;
}

.header .main-menu li a {
  padding: 6px 14px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--text-primary) !important;
  text-transform: none !important;
  letter-spacing: 0.3px;
  border-radius: 5px;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-block !important;
  border-bottom: none !important;
  white-space: nowrap;
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

/* Active / current page menu item */
.header .main-menu li.active > a,
.header .main-menu li > a.active {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

/* Dropdown caret icon */
.header .main-menu li.menu_has_children > span {
  color: var(--text-muted) !important;
  font-size: 12px;
}

.header .main-menu li.menu_has_children:hover > span,
.header .main-menu li.menu_has_children:hover > a {
  color: var(--purple-light) !important;
}

/* ---- SUB-MENU ---- */
.header .main-menu li .sub-menu {
  background: #1e1535 !important;
  border: 1px solid var(--border-purple);
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6), 0 0 0 1px rgba(124,58,237,0.2) !important;
  padding: 6px 0 !important;
  min-width: 200px;
}

.header .main-menu li .sub-menu li a {
  padding: 9px 18px !important;
  color: var(--text-muted) !important;
  font-size: 13px !important;
  display: block !important;
  border-radius: 0 !important;
}

.header .main-menu li .sub-menu li a:hover {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

/* ---- NAV-RIGHT (Search, Login, Subscribe) ---- */
.header .nav-right {
  gap: 8px !important;
}

.header .nav-right a {
  color: var(--text-primary) !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}

.header .nav-right a:hover {
  background: var(--purple-muted);
  color: var(--purple-light) !important;
}

.header .nav-right a i {
  margin-right: 5px;
}

/* ---- SEARCH BUTTON ---- */
.header .nav-right__search-btn {
  background: rgba(255,255,255,0.08) !important;
  color: var(--text-primary) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
  transition: background 0.2s ease;
  border: 1px solid var(--border-purple);
}

.header .nav-right__search-btn:hover {
  background: var(--purple-primary) !important;
  border-color: var(--purple-primary);
}

/* ---- SUBSCRIBE / BTN--BASE ---- */
.btn--base,
a.btn--base {
  background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 7px 18px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 14px var(--purple-glow);
  transition: all 0.25s ease !important;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn--base:hover,
a.btn--base:hover {
  background: linear-gradient(135deg, var(--purple-light) 0%, var(--purple-primary) 100%) !important;
  box-shadow: 0 6px 20px rgba(124,58,237,0.5);
  transform: translateY(-1px);
  color: #fff !important;
}

/* Specific override for the Subscribe button in nav */
.header .nav-right a.btn--base,
.header .nav-right .btn--base {
  background: linear-gradient(135deg, var(--purple-primary) 0%, var(--purple-dark) 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 7px 18px !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 14px var(--purple-glow) !important;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease !important;
}

.header .nav-right a.btn--base:hover {
  background: linear-gradient(135deg, #9d5cf5 0%, var(--purple-primary) 100%) !important;
  box-shadow: 0 6px 24px rgba(124,58,237,0.65) !important;
  transform: translateY(-1px);
  color: #fff !important;
}


/* ---- USER DROPDOWN ---- */
.header .nav-right .dropdown > button {
  background: rgba(255,255,255,0.07);
  color: var(--text-primary) !important;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 13px;
  border: 1px solid var(--border-purple);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
}

.header .nav-right .dropdown > button:hover {
  background: var(--purple-muted);
}

.dropdown-menu {
  background: #1e1535 !important;
  border: 1px solid var(--border-purple) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.7) !important;
  padding: 6px 0 !important;
  min-width: 220px;
}

.dropdown-menu__item {
  padding: 10px 18px !important;
  color: var(--text-muted) !important;
  transition: background 0.2s;
}

.dropdown-menu__item:hover {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

.dropdown-menu__icon {
  font-size: 18px;
  margin-right: 10px;
  color: var(--purple-light);
}

/* ---- LANGUAGE SWITCHER ---- */
.language .language-wrapper {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid var(--border-purple) !important;
  border-radius: 6px;
  padding: 5px 10px;
  color: var(--text-primary) !important;
  font-size: 13px;
}

.langList_dropdow {
  background: #1e1535 !important;
  border: 1px solid var(--border-purple) !important;
  border-radius: 8px !important;
}

/* ---- MOBILE NAVBAR TOGGLE ---- */
.menu-toggle {
  color: var(--text-primary) !important;
}
@media (max-width: 1199px) {
  .menu-toggle,
  .menu-toggle:before,
  .menu-toggle:after {
    color: #fff !important;
    background-color: #fff !important;
  }
  .navbar-collapse {
    background: var(--nav-bg);
    border-top: 1px solid var(--border-purple);
    padding: 12px 0;
  }
  .header .main-menu li a {
    padding: 10px 15px !important;
    border-bottom: 1px solid var(--divider) !important;
    border-radius: 0 !important;
  }
}

/* ---- SEARCH OVERLAY ---- */
.header-search-area {
  background: rgba(10,7,20,0.9) !important;
  backdrop-filter: blur(8px);
}

.header-search-form input {
  background: #1a1030 !important;
  border-color: var(--border-purple) !important;
  color: #fff !important;
  border-radius: 8px !important;
}

.header-search-form button {
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark)) !important;
  border-radius: 0 8px 8px 0 !important;
}

/* ==========================================
   SECTION HEADERS & TITLES
   ========================================== */
.section-header {
  border-bottom: 2px solid var(--border-purple) !important;
  margin-bottom: 20px;
}

.section-title {
  color: var(--text-primary) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px;
  position: relative;
  padding-left: 14px;
}

.section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background: linear-gradient(to bottom, var(--purple-primary), var(--purple-light));
  border-radius: 2px;
}

/* ==========================================
   CARDS
   ========================================== */
.card,
.card-header,
.card-body {
  background-color: var(--card-bg) !important;
  border-color: var(--border-purple) !important;
}

.movie-card__thumb {
  border-radius: 8px;
  overflow: hidden;
}

.movie-card__content h6 a {
  color: var(--text-primary) !important;
}

.movie-card__content h6 a:hover {
  color: var(--purple-light) !important;
}

/* ==========================================
   HERO SECTION
   ========================================== */
.hero {
  position: relative;
}

.movie-slide__content h6.movie-name {
  color: #fff !important;
  font-size: 36px;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0,0,0,0.8);
}

.movie-slide:before {
  background: linear-gradient(to right, rgba(10,7,20,0.92) 0%, rgba(10,7,20,0.5) 60%, rgba(10,7,20,0.1) 100%) !important;
  opacity: 1 !important;
}

/* Video/Watch button */
.video-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark));
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 6px 20px var(--purple-glow);
  transition: all 0.25s ease;
}

.video-btn:hover {
  background: linear-gradient(135deg, var(--purple-light), var(--purple-primary)) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(124,58,237,0.55);
  color: #fff !important;
}

.video-btn .icon {
  font-size: 22px;
  line-height: 1;
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: var(--header-bg) !important;
  border-top: 1px solid var(--border-purple);
}

.footer__bottom {
  background: #09061a !important;
  border-top: 1px solid var(--divider);
}

.footer-widget__title {
  color: var(--text-primary) !important;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
}

.footer-widget__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--purple-primary);
  border-radius: 2px;
}

.link-list li a {
  color: var(--text-muted) !important;
  font-size: 14px;
  transition: color 0.2s;
  padding: 4px 0;
  display: block;
}

.link-list li a:hover {
  color: var(--purple-light) !important;
  padding-left: 6px;
}

.footer .social-links li a {
  background: rgba(124,58,237,0.15);
  border: 1px solid var(--border-purple);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--purple-light) !important;
  font-size: 16px;
  transition: all 0.2s;
}

.footer .social-links li a:hover {
  background: var(--purple-primary);
  border-color: var(--purple-primary);
  transform: translateY(-2px);
}

/* Subscribe form */
.subscribe-form {
  position: relative;
}

.subscribe-form input {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid var(--border-purple) !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 12px 55px 12px 16px !important;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark)) !important;
  border-radius: 0 8px 8px 0 !important;
  color: #fff !important;
}

/* ==========================================
   BREADCRUMB
   ========================================== */
.breadcrumb-area {
  background: linear-gradient(135deg, var(--header-bg) 0%, var(--nav-bg) 100%) !important;
  border-bottom: 1px solid var(--border-purple);
}

.breadcrumb-item.active {
  color: var(--purple-light) !important;
}

.breadcrumb-item a {
  color: var(--text-muted) !important;
}

.breadcrumb-item a:hover {
  color: var(--purple-light) !important;
}

/* ==========================================
   LIVE TV CHANNEL CARDS
   ========================================== */
.channel-card {
  background: var(--card-bg) !important;
  border: 1px solid var(--border-purple) !important;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.channel-card:hover {
  border-color: var(--purple-primary) !important;
  box-shadow: 0 4px 20px var(--purple-glow);
  transform: translateY(-3px);
}

/* ==========================================
   GENRE / TAGS
   ========================================== */
.genre-item,
.tag-item {
  background: var(--purple-muted) !important;
  border: 1px solid var(--border-purple) !important;
  color: var(--purple-light) !important;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 12px;
  transition: all 0.2s;
}

.genre-item:hover,
.tag-item:hover {
  background: var(--purple-primary) !important;
  color: #fff !important;
}

/* ==========================================
   SECTION TITLE BADGE (Live TV / Sports etc.)
   ========================================== */
.badge,
.badge--base {
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark)) !important;
  color: #fff !important;
  border-radius: 20px;
  font-size: 11px;
  padding: 3px 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* ==========================================
   PAGINATION
   ========================================== */
.pagination .page-item.active .page-link {
  background: var(--purple-primary) !important;
  border-color: var(--purple-primary) !important;
  color: #fff !important;
}

.pagination .page-link {
  background: var(--card-bg) !important;
  border-color: var(--border-purple) !important;
  color: var(--text-muted) !important;
}

.pagination .page-link:hover {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

/* ==========================================
   PRELOADER
   ========================================== */
#preloader {
  background: var(--body-bg) !important;
}

/* ==========================================
   COPY / COOKIE CARD
   ========================================== */
.cookies-card {
  width: 520px;
  padding: 30px;
  color: var(--text-muted);
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #1e1535;
  border: 1px solid var(--border-purple);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.7);
}

.cookies-card.hide { bottom: -500px !important; }

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark));
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content { margin-bottom: 0; }

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover { color: #363636; }

@media (max-width: 767px) {
  .cookies-card { width: 100%; left: 0; bottom: 0; font-size: 14px; padding: 15px; }
}

/* ==========================================
   INPUT POPUP
   ========================================== */
.hover-input-popup { position: relative; }
.input-popup { display: none; }
.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background: #1e1535;
  border: 1px solid var(--border-purple);
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #1e1535 transparent transparent transparent;
  transform: none;
}

.input-popup p { padding-left: 20px; position: relative; }
.input-popup p::before { position: absolute; content: ""; font-family: "Line Awesome Free"; font-weight: 900; left: 0; top: 4px; line-height: 1; font-size: 18px; }
.input-popup p.error { text-decoration: line-through; }
.input-popup p.error::before { content: "\f057"; color: #ea5455; }
.input-popup p.success::before { content: "\f058"; color: #28c76f; }

/* ==========================================
   FILTER SHOW/HIDE
   ========================================== */
.show-filter { display: none; }
@media (max-width: 767px) {
  .responsive-filter-card { display: none; transition: none; }
  .show-filter { display: block; }
}

/* ==========================================
   VALIDATION ERRORS
   ========================================== */
.error { color: #dc3545; }
.input-group label.error { top: 100%; position: absolute; }
.subscribe-form label.error { top: 100%; position: absolute; }
label.required:after { content: "*"; color: #dc3545 !important; margin-left: 2px; }

/* ==========================================
   SELECT2 OVERRIDES
   ========================================== */
.select2-dropdown {
  background-color: #1e1535 !important;
  border: 1px solid var(--border-purple) !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.7) !important;
  margin-top: 4px !important;
}

.select2-search--dropdown {
  padding: 10px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--border-purple) !important;
  border-radius: 6px !important;
  background: #130d24 !important;
  color: #fff !important;
  padding: 8px 14px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 10px 14px !important;
  border-bottom: 1px solid var(--divider) !important;
  color: var(--text-muted) !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option.select2-results__option--selected {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border-color: var(--border-purple) !important;
  border-radius: 6px !important;
  height: 50px !important;
  padding: 0.6rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-color: var(--purple-primary) !important;
  border-radius: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--text-muted);
  transition: 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

span.selection { display: block; }
.select2 .dropdown-wrapper { display: none; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

/* ==========================================
   PAYMENT / GATEWAY CARDS
   ========================================== */
.gateway-card { padding: 15px; }

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background: linear-gradient(135deg, var(--purple-primary), var(--purple-dark));
  border-radius: 8px;
  border: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: rgba(255,255,255,0.07);
  --hover-border-color: var(--purple-primary);
  background-color: #1e1535;
  border-radius: 8px;
  border: 1px solid var(--border-purple);
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(437px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar { width: 4px; }
.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background: var(--purple-primary);
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border-top: 1px solid var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin: 0;
}

.payment-item:first-child {
  border-top-color: #1e1535;
  border-radius: 8px 8px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--purple-primary);
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid var(--purple-primary);
  display: inline-block;
  border-radius: 100%;
  transition: border 0.3s;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid var(--purple-primary);
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
  color: var(--text-muted);
  font-size: 15px;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
}

.deposit-info__title { max-width: 50%; margin-bottom: 0; text-align: left; }
.deposit-info__input { max-width: 50%; text-align: right; width: 100%; }

.deposit-info__input-select {
  border: 1px solid var(--border-purple);
  width: 100%;
  border-radius: 6px;
  padding-block: 6px;
  background: #1e1535;
  color: #fff;
}

.deposit-info__input-group {
  border: 1px solid var(--border-purple);
  border-radius: 6px;
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
  background: transparent;
  color: #fff;
}

.deposit-info__input-group .form--control:focus { box-shadow: unset; }

.info-text .text, .deposit-info__input .text { font-size: 14px; }
.deposit-info__title .text.has-icon { display: flex; align-items: center; gap: 5px; }
.total-amount { border-top: 1px solid var(--border-purple); }
.total-amount .deposit-info__title { font-weight: 600; }

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-purple);
  border-bottom: 0;
  background: #1e1535;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  font-weight: 500;
  color: #fff;
}

.payment-item__btn-text, .payment-item__btn__icon { color: #fff; }

/* ==========================================
   MISC UTILITIES
   ========================================== */
button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

.radius--10px { border-radius: 10px; }

.base--color { color: var(--purple-light) !important; }

.btn-close-white {
  background-color: rgba(255,255,255,0.1);
  border-radius: 50%;
  height: 32px;
  width: 32px;
  filter: unset;
}

/* ==========================================
   COPY ANIMATION
   ========================================== */
.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px;
  color: #fff;
  background: var(--purple-primary);
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0%   { opacity: 0; transform: translateX(100%); }
  50%  { opacity: 0.7; transform: translateX(40%); }
  70%  { opacity: 1; transform: translateX(0); }
  100% { opacity: 0; }
}

/* ==========================================
   DARK CARDS & MISC
   ========================================== */
.payment-system-list { background-color: #1e1535; }
.payment-item:first-child { border-top-color: #1e1535; }

/* Alert modal */
.alert-modal .modal-content {
  background: #1e1535 !important;
  border: 1px solid var(--border-purple) !important;
  border-radius: 12px !important;
}

.alert-modal .modal-footer {
  border-top: 1px solid var(--border-purple) !important;
}

/* btn--dark override */
.btn--dark {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid var(--border-purple) !important;
  color: var(--text-muted) !important;
  border-radius: 6px;
}

.btn--dark:hover {
  background: var(--purple-muted) !important;
  color: var(--purple-light) !important;
}

/* ==========================================
   RESPONSIVE TWEAKS
   ========================================== */
@media (max-width: 991px) {
  .header__bottom { padding: 8px 16px !important; }
}

@media (max-width: 767px) {
  .section-title { font-size: 16px !important; }
  .header .site-logo img { max-width: 110px; }
}

/* ============================================================
   TOFFEE-STYLE HOME & GLOBAL OVERRIDES
   ============================================================ */

/* Hide old header completely - we use toffee-header now */
.header { display: none !important; }
.header-search-area { display: none !important; }

/* Page should start right after toffee header (60px) */
body { padding-top: 0 !important; }
.page-wrapper { padding-top: 0 !important; }

/* Hero - no extra top margin needed, handled by margin-top:60px on toffee-hero */

/* ====== SECTION TITLE TOFFEE-STYLE ====== */
.section-header {
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
    margin-bottom: 16px !important;
    padding-bottom: 10px;
}
.section-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #f0eaff !important;
    padding-left: 0 !important;
    letter-spacing: -0.2px;
}
.section-title::before { display: none !important; }

/* ====== MOVIE CARD - Toffee style ====== */
.movie-card {
    border-radius: 8px;
    overflow: hidden;
    background: #1a1030;
    transition: transform 0.2s;
}
.movie-card:hover { transform: scale(1.04); }
.movie-card__thumb { border-radius: 8px; overflow: hidden; }
.movie-card__content h6 a { color: rgba(255,255,255,0.85) !important; font-size: 12px; }
.movie-card__content h6 a:hover { color: #a78bfa !important; }

/* ====== MOVIE SLIDER (existing) toffee-ize ====== */
.movie-slider-one .movie-card { margin: 0 6px; }

/* ====== SECTION MT/MB overrides ====== */
.section.mt-80 { margin-top: 0 !important; }
.section.mb-80 { margin-bottom: 0 !important; }
.section { padding: 20px 0 8px !important; }

/* ====== TOFFEE-STYLE TV CHANNEL CARD ====== */
.tv-channel {
    border-radius: 8px;
    overflow: hidden;
    background: #1a1030;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.2s;
    text-align: center;
}
.tv-channel:hover {
    border-color: #7c3aed;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(124,58,237,0.25);
}
.tv-channel__thumb { position: relative; padding-top: 56.25%; overflow: hidden; background: #0a0714; }
.tv-channel__thumb span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.tv-channel__thumb span img { width: 60%; height: 60%; object-fit: contain; }
.tv-channel__content { padding: 8px; }
.tv-channel__title { font-size: 12px; color: rgba(255,255,255,0.75); margin: 0; }

/* ====== TV Card Wrapper Toffee Style ====== */
.tv-card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 12px;
}
@media (max-width: 768px) { .tv-card-wrapper { grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } }

/* ====== FOOTER TOFFEE-STYLE ====== */
.footer {
    display: block !important;
    background: #09090b !important;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
    padding-top: 40px;
}
.footer__top { padding: 40px 0 !important; }
.footer__bottom {
    background: #09090b !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    padding: 20px 0 !important;
}
.footer p, .footer__bottom p { font-size: 13px; color: rgba(255,255,255,0.4) !important; }
.footer p a { color: rgba(255,255,255,0.6) !important; }
.footer p a:hover { color: #a78bfa !important; }

/* ====== BREADCRUMB ====== */
.breadcrumb-area {
    background: #09090b !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    padding: 60px 0 20px !important;
    margin-top: 60px;
}

/* ====== LOADING SPINNER ====== */
.loading.loader::before {
    border-top-color: #7c3aed !important;
}

/* ====== PRELOADER ====== */
#preloader { background: #09090b !important; }
.pre-logo .gif { background-color: #09090b; }

/* ====== SLICK SLIDER - Toffee nav dots ====== */
.slick-dots li button:before { color: rgba(255,255,255,0.3) !important; font-size: 8px !important; }
.slick-dots li.slick-active button:before { color: #7c3aed !important; }
.slick-prev:before, .slick-next:before { color: #fff !important; }

/* Section with movie slider 1 */
.movie-slider-one { margin: 0 -8px; }

/* ====== TOFFEE-STYLE REDESIGN & PURPLE TV LOGOS ====== */
.tv-channel--circular .tv-channel__thumb,
.toffee-circle {
    background: linear-gradient(135deg, #7c3aed, #4c1d95) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tv-channel--circular:hover .tv-channel__thumb,
.toffee-circle-item:hover .toffee-circle {
    transform: scale(1.08) !important;
    border-color: #a78bfa !important;
    box-shadow: 0 12px 32px rgba(124, 58, 237, 0.6) !important;
}

.tv-channel--circular.active-channel .tv-channel__thumb {
    transform: scale(1.08) !important;
    border-color: #f02b94 !important;
    box-shadow: 0 12px 32px rgba(240, 43, 148, 0.7) !important;
}

/* TV Logo image sizing & transparency */
.tv-channel--circular .tv-channel__thumb span img,
.toffee-circle img {
    object-fit: contain !important;
    padding: 8px !important;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35)) !important;
    border-radius: 50% !important;
    width: 100% !important;
    height: 100% !important;
}

/* Playing TV details active log circle */
.channel-logo-wrapper img,
.tv-details-channel__thumb,
.tv-sidebar-list__link .tv-details-channel__thumb {
    background: linear-gradient(135deg, #7c3aed, #4c1d95) !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(255, 255, 255, 0.2) !important;
    padding: 4px !important;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.25) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.channel-logo-wrapper img,
.tv-details-channel__thumb img {
    border-radius: 50% !important;
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
}

/* Event Tab Toffee Redesign */
.event--tab {
    background-color: rgba(30, 21, 53, 0.6) !important;
    border: 1px solid rgba(124, 58, 237, 0.2) !important;
    backdrop-filter: blur(12px);
    border-radius: 8px !important;
}

.event--tab .nav-item .nav-link {
    color: #a89cc8 !important;
}

.event--tab .nav-item .nav-link:hover {
    color: #f0eaff !important;
}

.event--tab .nav-item .nav-link.active {
    color: #fff !important;
    border-bottom: 3px solid #7c3aed !important;
}

/* ====== TOFFEE-STYLE REDESIGN - SIGN-IN PAGE ====== */
.toffee-login-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(124, 58, 237, 0.14), transparent 28%),
        linear-gradient(180deg, #09090b 0%, #07070a 100%);
    padding: 110px 20px 80px;
    z-index: 1;
}

.toffee-login-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 9, 11, 0.48) 0%, rgba(9, 9, 11, 0.84) 100%);
    z-index: 1;
}

.toffee-login-bg-grid {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
    padding: 12px;
    filter: blur(10px) brightness(0.35);
    transform: scale(1.05); /* hide edges of blur */
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 991px) {
    .toffee-login-bg-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 575px) {
    .toffee-login-bg-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bg-grid-item {
    aspect-ratio: 2/3;
    border-radius: 6px;
    overflow: hidden;
    background: #1a1030;
}

.bg-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.toffee-login-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    background: rgba(19, 19, 23, 0.92);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 24px;
    padding: 38px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58);
}

@media (max-width: 575px) {
    .toffee-login-card {
        max-width: 100%;
        padding: 24px 18px;
        border-radius: 20px;
    }
}

.toffee-login-card__header {
    margin-bottom: 18px;
    text-align: center;
}

.toffee-login-card__crumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.toffee-login-card__crumb:hover {
    color: rgba(255, 255, 255, 0.82);
}

.toffee-login-card__title {
    font-size: 26px;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 6px;
    text-align: center;
}

.toffee-login-card__sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 22px;
    text-align: center;
}

.toffee-login-card__social {
    margin-bottom: 20px;
}

.toffee-login-card__social .social-login-btn,
.toffee-login-card__social a[class*="social"],
.toffee-login-card__social .btn {
    border-radius: 14px !important;
}

.toffee-login-card__divider {
    position: relative;
    margin: 0 0 22px;
    text-align: center;
}

.toffee-login-card__divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.toffee-login-card__divider span {
    position: relative;
    z-index: 1;
    padding: 0 12px;
    background: rgba(19, 19, 23, 0.92);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.02em;
}

.toffee-login-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Form Styles */
.toffee-login-card .form-group {
    margin-bottom: 18px;
}

.toffee-login-card__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.toffee-login-card__helper-link {
    color: rgba(255, 255, 255, 0.56) !important;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.toffee-login-card__helper-link:hover {
    color: #f02b94 !important;
}

.toffee-login-card label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 8px;
    display: block;
}

.toffee-login-card .form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    height: 54px;
    border-radius: 14px !important;
    padding: 14px 18px !important;
    font-size: 15px;
    transition: all 0.2s;
}

.toffee-login-card .form-control::placeholder {
    color: rgba(255, 255, 255, 0.34) !important;
}

.toffee-login-card .form-control:focus {
    border-color: #f02b94 !important;
    box-shadow: 0 0 0 4px rgba(240, 43, 148, 0.14) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.toffee-login-card .form-control:-webkit-autofill,
.toffee-login-card .form-control:-webkit-autofill:hover,
.toffee-login-card .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.07) inset;
    transition: background-color 9999s ease-in-out 0s;
}

.toffee-login-card .g-recaptcha,
.toffee-login-card .g-recaptcha > div {
    max-width: 100%;
}

.toffee-login-card .g-recaptcha > div {
    margin: 0 auto;
}

.toffee-login-card .form--control {
    border-radius: 14px !important;
}

/* Button & Links */
.toffee-login-btn {
    width: 100%;
    height: 54px;
    background: #f02b94 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(240, 43, 148, 0.35);
    transition: all 0.2s;
    margin-top: 6px;
}

.toffee-login-btn:hover {
    background: #e21a7a !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(240, 43, 148, 0.5);
}

.toffee-login-card__links {
    margin-top: 22px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6) !important;
}

.toffee-login-card__links a {
    color: #f02b94 !important;
    font-weight: 700;
    text-decoration: none;
}

.toffee-login-card__links a:hover {
    text-decoration: underline;
}

.toffee-login-card__footer-text {
    margin-top: 18px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45) !important;
    text-align: center;
    line-height: 1.5;
}

.toffee-login-card__footer-text a,
.toffee-login-card__footer-text span {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .toffee-login-section {
        align-items: flex-start;
        padding: 94px 14px 40px;
    }

    .toffee-login-bg-grid {
        grid-template-columns: repeat(3, 1fr);
        filter: blur(8px) brightness(0.28);
        padding: 8px;
    }

    .toffee-login-card__label-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .toffee-login-card__divider span {
        line-height: 1.4;
    }
}

/* Breadcrumb Height Reductions & Overlay Adjustments */
.inner-hero {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}

@media (max-width: 1199px) {
    .inner-hero {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }
}

/* Adjust overlay shadow so it does not darken the smaller height area completely */
.inner-hero.dark--overlay::before {
    background-color: rgba(26, 16, 48, 0.85) !important;
    -webkit-box-shadow: inset 0 0 50px rgba(10, 7, 20, 0.95) !important;
    -moz-box-shadow: inset 0 0 50px rgba(10, 7, 20, 0.95) !important;
    box-shadow: inset 0 0 50px rgba(10, 7, 20, 0.95) !important;
}



