.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 */
.drama-tv-header {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9999;
  font-family: inherit;
  background: transparent !important;
}

/* Top Bar */
.dtv-topbar {
  background:
    linear-gradient(90deg, rgba(112, 40, 255, 0.24), rgba(255, 46, 150, 0.18), rgba(20, 24, 45, 0.82));
  color: #ffffff;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.dtv-topbar-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}

.topbar-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.topbar-left span {
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.topbar-left span:not(:last-child)::after {
  content: "•";
  color: #ff3ea5;
  margin-left: 13px;
}

.topbar-right a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,62,165,0.22), rgba(122,79,255,0.22));
  border: 1px solid rgba(255,255,255,0.12);
  transition: 0.25s ease;
}

.topbar-right a:hover {
  border-color: rgba(255,62,165,0.55);
  box-shadow: 0 0 18px rgba(255,62,165,0.22);
}

/* Main Header */
.dtv-main-header {
  background:
    radial-gradient(circle at top left, rgba(122,79,255,0.22), transparent 34%),
    radial-gradient(circle at top right, rgba(255,62,165,0.18), transparent 32%),
    rgba(8, 10, 24, 0.78);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 18px 55px rgba(0,0,0,0.25);
}

.dtv-header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

/* Logo */
.dtv-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.dtv-logo img {
  max-width: 150px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Desktop Nav */
.dtv-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.dtv-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0;
}

.dtv-nav a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: 0.25s ease;
  white-space: nowrap;
  position: relative;
}

.dtv-nav a:hover {
  color: #ff3ea5;
}

/* Actions */
.dtv-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.language-switch {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 850;
  padding: 11px 15px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.055);
  border-radius: 999px;
  transition: 0.25s ease;
}

.language-switch:hover {
  color: #ff3ea5;
  border-color: rgba(255,62,165,0.45);
  background: rgba(255,62,165,0.08);
}

.header-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7a4fff 0%, #ff3ea5 52%, #35d4ff 100%);
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(255,62,165,0.28);
  transition: 0.25s ease;
  white-space: nowrap;
}

.header-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(122,79,255,0.36);
}

/* Mobile Toggle */
.dtv-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  border-radius: 14px;
  cursor: pointer;
  padding: 10px;
}

.dtv-menu-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  margin: 5px 0;
  border-radius: 10px;
  transition: 0.25s ease;
}

/* Mobile Menu */
.dtv-mobile-menu {
  display: none;
  background:
    radial-gradient(circle at top, rgba(122,79,255,0.22), transparent 42%),
    rgba(8, 10, 24, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 15px 22px 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 50px rgba(0,0,0,0.32);
}

.dtv-mobile-menu a {
  display: block;
  color: rgba(255,255,255,0.90);
  text-decoration: none;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 850;
  border-bottom: 1px solid rgba(255,255,255,0.075);
}

.dtv-mobile-menu a:hover {
  color: #ff3ea5;
}

.mobile-order-btn {
  margin-top: 14px;
  text-align: center;
  background: linear-gradient(135deg, #7a4fff, #ff3ea5);
  border-radius: 999px;
  border-bottom: 0 !important;
  color: #ffffff !important;
  padding: 14px 18px !important;
  box-shadow: 0 14px 28px rgba(255,62,165,0.25);
}

/* Open Mobile Menu */
.drama-tv-header.menu-open .dtv-mobile-menu {
  display: block;
}

/* Active Menu */
.dtv-nav a.active-menu-link,
.dtv-mobile-menu a.active-menu-link {
  color: #ff3ea5 !important;
}

.dtv-nav a.active-menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 3px;
  border-radius: 20px;
  background: linear-gradient(90deg, #7a4fff, #ff3ea5, #35d4ff);
  box-shadow: 0 0 16px rgba(255,62,165,0.45);
}

/* Toggle Active */
.dtv-menu-toggle.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.dtv-menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.dtv-menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Responsive */
@media (max-width: 1180px) {
  .dtv-nav ul {
    gap: 15px;
  }

  .dtv-nav a {
    font-size: 13px;
  }

  .header-order-btn {
    padding: 12px 20px;
  }

  .dtv-logo img {
    max-width: 135px;
  }
}

@media (max-width: 1050px) {
  .dtv-nav,
  .dtv-actions {
    display: none;
  }

  .dtv-menu-toggle {
    display: block;
  }

  .dtv-header-inner {
    padding: 13px 18px;
  }
}

@media (max-width: 768px) {
  .dtv-topbar {
    display: none;
  }

  .dtv-logo img {
    max-width: 132px;
    max-height: 48px;
  }

  .dtv-main-header {
    background: rgba(8, 10, 24, 0.92);
  }
}

/* RTL Support - DramaTV Header Arabic */
.drama-tv-header[dir="rtl"] {
  direction: rtl;
}

/* Topbar RTL */
.drama-tv-header[dir="rtl"] .dtv-topbar-inner {
  direction: rtl;
}

.drama-tv-header[dir="rtl"] .topbar-left {
  direction: rtl;
}

.drama-tv-header[dir="rtl"] .topbar-left span:not(:last-child)::after {
  margin-left: 0;
  margin-right: 13px;
}

/* Header Layout */
.drama-tv-header[dir="rtl"] .dtv-header-inner {
  direction: rtl;
}

/* Desktop Nav */
.drama-tv-header[dir="rtl"] .dtv-nav ul {
  direction: rtl;
}

.drama-tv-header[dir="rtl"] .dtv-nav a {
  direction: rtl;
}

/* Actions */
.drama-tv-header[dir="rtl"] .dtv-actions {
  direction: rtl;
}

/* Active underline */
.drama-tv-header[dir="rtl"] .dtv-nav a.active-menu-link::after {
  left: 0;
  right: 0;
}

/* Mobile Menu RTL */
.drama-tv-header[dir="rtl"] .dtv-mobile-menu {
  direction: rtl;
  text-align: right;
}

.drama-tv-header[dir="rtl"] .dtv-mobile-menu a {
  text-align: right;
}

.drama-tv-header[dir="rtl"] .mobile-order-btn {
  text-align: center !important;
}

/* Mobile Toggle */
.drama-tv-header[dir="rtl"] .dtv-menu-toggle {
  direction: ltr;
}

/* Responsive RTL */
@media (max-width: 768px) {
  .drama-tv-header[dir="rtl"] .dtv-header-inner {
    direction: rtl;
  }

  .drama-tv-header[dir="rtl"] .dtv-mobile-menu {
    text-align: right;
  }
}/* End custom CSS */