.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-ffaad4d *//* Header Wrapper */
.arabic-tv-header {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9999;
  font-family: inherit;
  background: transparent !important;
}

/* Top Bar */
.atv-topbar {
  background: rgba(3, 7, 18, 0.62);
  color: #dbeafe;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.atv-topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-left span {
  color: #dbeafe;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.topbar-left span:not(:last-child)::after {
  content: "•";
  color: #38bdf8;
  margin-left: 14px;
}

.topbar-right a {
  color: #22c55e;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

/* Main Header */
.atv-main-header {
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: none;
}

.atv-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

/* Logo */
.atv-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.atv-logo img {
  max-width: 120px;
  max-height: 66px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Desktop Nav */
.atv-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.atv-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 0;
  margin: 0;
}

.atv-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s ease;
  white-space: nowrap;
}

.atv-nav a:hover {
  color: #38bdf8;
}

/* Actions */
.atv-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.language-switch {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 800;
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  transition: 0.25s ease;
}

.language-switch:hover {
  color: #38bdf8;
  border-color: rgba(56,189,248,0.45);
}

.header-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(34,197,94,0.28);
  transition: 0.25s ease;
  white-space: nowrap;
}

.header-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(34,197,94,0.36);
}

/* Mobile Toggle */
.atv-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
  cursor: pointer;
  padding: 10px;
}

.atv-menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  margin: 5px 0;
  border-radius: 10px;
}

/* Mobile Menu */
.atv-mobile-menu {
  display: none;
  background: rgba(7, 17, 31, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 14px 22px 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.atv-mobile-menu a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 800;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.atv-mobile-menu a:hover {
  color: #38bdf8;
}

.mobile-order-btn {
  margin-top: 12px;
  text-align: center;
  background: #22c55e;
  border-radius: 999px;
  border-bottom: 0 !important;
  color: #ffffff !important;
}

/* Open Mobile Menu */
.arabic-tv-header.menu-open .atv-mobile-menu {
  display: block;
}

/* Responsive */
@media (max-width: 1180px) {
  .atv-nav ul {
    gap: 16px;
  }

  .atv-nav a {
    font-size: 13px;
  }

  .header-order-btn {
    padding: 12px 20px;
  }
}

@media (max-width: 1050px) {
  .atv-nav,
  .atv-actions {
    display: none;
  }

  .atv-menu-toggle {
    display: block;
  }

  .atv-header-inner {
    padding: 13px 18px;
  }
}

@media (max-width: 768px) {
  .atv-topbar {
    display: none;
  }

  .atv-logo img {
    max-width: 105px;
    max-height: 58px;
  }
}
.atv-nav a.active-menu-link,
.atv-mobile-menu a.active-menu-link {
  color: #38bdf8 !important;
}

.atv-nav a.active-menu-link {
  position: relative;
}

.atv-nav a.active-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #38bdf8, #22c55e);
}

.atv-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.atv-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.atv-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.atv-menu-toggle span {
  transition: 0.25s ease;
}/* End custom CSS */