header,
.site-header,
.main-header {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
header * {
  background: transparent !important;
}
.sticky-header,
.header-scrolled {
  background: transparent !important;
}
/* الوضع الأساسي (فوق البنر) */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;

  background: transparent;
  transition: all 0.3s ease;
}

/* روابط الهيدر */
header a {
  color: #fff;
  transition: 0.3s;
}

/* بعد النزول */
header.scrolled {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);}

/* تغيير لون النص */
header.scrolled a {
  color: #111;
}

/* ظل خفيف */
header.scrolled {
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
header a:hover {
  opacity: 0.7;
}
header.scrolled {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), transparent);
  z-index: -1;
}
.hero {
  position: relative;
}
/* ===== الهيدر الأساسي ===== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;

  background: transparent;
  transition: all 0.4s ease;
}

/* ===== روابط ===== */
header a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

/* ===== underline أنيميشن ===== */
header a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: currentColor;
  transition: 0.3s;
}

header a:hover::after {
  width: 100%;
}

/* ===== بعد السكرول ===== */
header.scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* تغيير لون النص */
header.scrolled a {
  color: #111;
}
/* الأبيض يظهر بالبداية */
.logo-dark {
  display: none;
}

header.scrolled .logo-white {
  display: none;
}

header.scrolled .logo-dark {
  display: block;
}
header a:hover {
  transform: scale(1.05);
}
header {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  header {
    padding: 10px 20px;
  }

  header.scrolled {
    backdrop-filter: blur(10px);
  }
}
/* الأبيض يظهر بالبداية */
.logo-dark {
  display: none;
}

header.scrolled .logo-white {
  display: none;
}

header.scrolled .logo-dark {
  display: block;
}
/* ===== الهيدر الأساسي ===== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;

  background: transparent;
  transition: all 0.4s ease;
}

/* ===== روابط ===== */
header a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}

/* ===== underline أنيميشن ===== */
header a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: currentColor;
  transition: 0.3s;
}

header a:hover::after {
  width: 100%;
}

/* ===== بعد السكرول ===== */
header.scrolled {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* تغيير لون النص */
header.scrolled a {
  color: #111;
}
/* ===== كسر الكونتينر الداخلي ===== */
.salla-theme .s-block__container {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ===== خلي السكشن نفسه يتمدد ===== */
.salla-theme .s-block {
  padding: 0 !important;
}

/* ===== البنر فل عرض الشاشة ===== */
.salla-theme .s-block:first-child {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* ===== إزالة أي تقويس ===== */
.salla-theme .s-block:first-child,
.salla-theme .s-block:first-child * {
  border-radius: 0 !important;
}

/* ===== الصورة تغطي كامل الشاشة ===== */
.salla-theme .s-block:first-child img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover !important;
  display: block;
}
body .container,
body .salla-container {
  max-width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  box-sizing: border-box;
}
.header-icons {
  order: 2;
}

.logo {
  order: 1;
  margin: 0 auto;
}
.body {
    background-color: #ffffff;
    color: #000000;
}
.promo-bar {
  width: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

.promo-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 15s linear infinite;
  font-size: 14px;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.promo-track:hover {
  animation-play-state: paused;
}
.promo-bar {
  position: absolute;
  bottom: 0; /* بدل top */
  left: 0;
  width: 100%;
  z-index: 5;
}
.promo-bar {
  position: relative;
  top: 0;
}
.promo-bar {
  margin-top: 0 !important;
}
.s-block:has(.promo-bar) {
  margin-top: 0 !important;
}
.s-block + .s-block {
  margin-top: 0;
}
.hero {
  margin-bottom: 0;
  padding-bottom: 0;
}
.salla-slider.photos-slider .swiper {
    padding-bottom: 0rem;
}