@font-face {
  font-family: "beINBlack";
  src: url("../../assets/fonts/IBMPlexArabic-Text");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "beINBlack", sans-serif;
}

[dir="rtl"] .rtl\:text-right {
  text-align: right;
}

[dir="ltr"] .ltr\:text-left {
  text-align: left;
}

/* تحديث mobile menu ليكون متوافقاً مع تغيير الاتجاه */
.mobile-language-switcher {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

* {
  font-family: "Noto Sans Arabic", sans-serif;
}

.sand-gradient {
  background: linear-gradient(135deg, #f5deb3 0%, #d4af37 50%, #b8860b 100%);
}

.gold-text {
  color: #d4af37;
}

.sand-bg {
  background-color: #f5deb3;
}

.dark-gold {
  color: #fd7115;
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);
}

.language-switcher button.active {
  background-color: #fd7115;
  color: white;
}

.hero-section {
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.29);
}

.supplier-logo-container {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: white;
  border-radius: 12px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  transition: all 0.3s ease;
  /* border: 1px solid #e5e7eb; */
}
.supplier-logo-container:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12); */
}
.logo-img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.dark-gold {
  color: #d97706;
}
