.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-66000ef *//* =========================================
   All IPTV Player – Dark Header
========================================= */

.alltv-site-header {
  --header-primary: #24dde0;
  --header-primary-dark: #00aeb5;
  --header-dark: #031719;
  --header-dark-soft: #062629;
  --header-card: #092f31;
  --header-white: #ffffff;
  --header-text: #d7e8e9;
  --header-muted: #9bb6b8;
  --header-border: rgba(114, 234, 235, 0.14);

  position: relative;
  width: 100%;
  z-index: 9999;
  background: var(--header-dark);
  color: var(--header-white);
  font-family: inherit;
}

.alltv-site-header *,
.alltv-site-header *::before,
.alltv-site-header *::after {
  box-sizing: border-box;
}

.alltv-container {
  width: min(100% - 40px, 1280px);
  margin-inline: auto;
}

/* =========================================
   Top Bar
========================================= */

.alltv-topbar {
  background: #021214;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.alltv-topbar-inner {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.alltv-topbar-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.alltv-topbar-features span {
  position: relative;
  color: #b9cdce;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.alltv-topbar-features span:not(:last-child) {
  margin-right: 17px;
  padding-right: 17px;
}

.alltv-topbar-features span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--header-primary);
  transform: translateY(-50%);
}

.alltv-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--header-primary);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.alltv-whatsapp-link:hover {
  color: #ffffff;
}

/* =========================================
   Main Navigation
========================================= */

.alltv-navbar {
  position: relative;
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(36, 221, 224, 0.07),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      #031719 0%,
      #062629 50%,
      #031719 100%
    );
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.alltv-site-header.is-scrolled .alltv-navbar {
  background: rgba(3, 23, 25, 0.96);
  border-bottom-color: rgba(36, 221, 224, 0.12);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.alltv-navbar-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 25px;
}

/* =========================================
   Logo
========================================= */

.alltv-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  text-decoration: none;
}

.alltv-logo img {
  display: block;
  width: 82px;
  height: 82px;
  max-width: none;
  object-fit: contain;
}

/* =========================================
   Desktop Navigation
========================================= */

.alltv-desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.alltv-desktop-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 1.7vw, 27px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.alltv-desktop-nav li {
  margin: 0;
  padding: 0;
}

.alltv-desktop-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--header-text);
  font-size: 15.5px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.alltv-desktop-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--header-primary),
    var(--header-primary-dark)
  );
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.alltv-desktop-nav a:hover,
.alltv-desktop-nav a.active-menu-link {
  color: var(--header-primary);
}

.alltv-desktop-nav a:hover::after,
.alltv-desktop-nav a.active-menu-link::after {
  width: 27px;
}

/* =========================================
   Header Actions
========================================= */

.alltv-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.alltv-language-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--header-white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.alltv-language-link:hover {
  color: var(--header-primary);
  border-color: rgba(36, 221, 224, 0.32);
  background: rgba(36, 221, 224, 0.075);
}

.alltv-order-button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 21px;
  border: 1px solid var(--header-primary);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--header-primary),
    var(--header-primary-dark)
  );
  color: #032224 !important;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(0, 174, 181, 0.23);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.alltv-order-button:hover {
  color: #032224 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 174, 181, 0.34);
}

.alltv-order-button svg {
  transition: transform 0.2s ease;
}

.alltv-order-button:hover svg {
  transform: translateX(3px);
}

/* =========================================
   Mobile Menu Toggle
========================================= */

.alltv-menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 auto;
  padding: 10px;
  border: 1px solid rgba(36, 221, 224, 0.18);
  border-radius: 12px;
  background: rgba(36, 221, 224, 0.07);
  cursor: pointer;
  appearance: none;
}

.alltv-menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 3px 0;
  border-radius: 10px;
  background: var(--header-white);
  transition:
    transform 0.25s ease,
    opacity 0.2s ease;
}

.alltv-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.alltv-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.alltv-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* =========================================
   Mobile Menu
========================================= */

.alltv-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background:
    linear-gradient(
      135deg,
      #031719 0%,
      #062629 100%
    );
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(36, 221, 224, 0.12);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.34);
  transform: translateY(-8px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
}

.alltv-site-header.menu-open .alltv-mobile-menu {
  max-height: calc(100vh - 75px);
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  transform: translateY(0);
}

.alltv-mobile-nav {
  width: min(100% - 36px, 720px);
  margin: 0 auto;
  padding: 14px 0 24px;
}

.alltv-mobile-nav > a {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  color: var(--header-text);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.alltv-mobile-nav > a:hover,
.alltv-mobile-nav > a.active-menu-link {
  color: var(--header-primary);
}

.alltv-mobile-language {
  color: var(--header-primary) !important;
  font-weight: 900 !important;
}

.alltv-mobile-order {
  min-height: 50px !important;
  justify-content: center;
  margin-top: 15px;
  padding: 13px 18px !important;
  border: 0 !important;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--header-primary),
    var(--header-primary-dark)
  );
  color: #032224 !important;
  font-weight: 900 !important;
  text-align: center;
}

.alltv-mobile-order:hover {
  color: #032224 !important;
}

body.alltv-menu-lock {
  overflow: hidden;
}

/* =========================================
   Accessibility
========================================= */

.alltv-site-header a:focus-visible,
.alltv-menu-toggle:focus-visible {
  outline: 3px solid rgba(36, 221, 224, 0.38);
  outline-offset: 3px;
}

/* =========================================
   Responsive
========================================= */

@media (max-width: 1160px) {
  .alltv-desktop-nav ul {
    gap: 14px;
  }

  .alltv-desktop-nav a {
    font-size: 12.5px;
  }

  .alltv-language-link {
    padding-inline: 11px;
  }

  .alltv-order-button {
    padding-inline: 17px;
  }
}

@media (max-width: 1024px) {
  .alltv-desktop-nav,
  .alltv-header-actions {
    display: none;
  }

  .alltv-menu-toggle {
    display: flex;
    margin-left: auto;
  }

  .alltv-navbar-inner {
    min-height: 76px;
  }

  .alltv-logo img {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 767px) {
  .alltv-container {
    width: min(100% - 28px, 1280px);
  }

  .alltv-topbar-inner {
    min-height: 36px;
    justify-content: center;
  }

  .alltv-topbar-features {
    display: none;
  }

  .alltv-whatsapp-link {
    font-size: 11.5px;
  }

  .alltv-navbar-inner {
    min-height: 70px;
  }

  .alltv-logo img {
    width: 64px;
    height: 64px;
  }

  .alltv-menu-toggle {
    width: 43px;
    height: 43px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .alltv-site-header *,
  .alltv-site-header *::before,
  .alltv-site-header *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}/* End custom CSS */