/* Add custom CSS styles below */ 
/* @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');*/

/* === إعداد الخطوط والألوان === */
body {
 background-color: #f8f3f0;
 font-family: 'Tajawal', sans-serif;
  color: #3e2c23;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 15px;
}

/* تحسين الصور */
img {
  display: block;
  max-width: 100%;
  height: auto;
  loading: lazy;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
img:hover {
  transform: scale(1.05);
}
/* === الهيدر === */
header.store-header {
  margin-bottom: 0;
  background: linear-gradient(135deg, #f8f3f0 , #6a3d3d );
  background-size: cover;
  box-shadow: 0 5px 15px rgba(106, 61, 61, 0.6);
}

/* === قائمة التنقل الفرعية === */
.main-nav-container .sub-menu,
nav ul li ul {
  position: fixed !important;
  z-index: 9999 !important;
  background: #fffef9;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* === القائمة المثبتة === */
.main-nav-container.fixed-header .inner {
  background: #f8f3f0 transparent;
  border-radius: 0 0 30px 30px;
  padding-top: 10px;
  box-shadow: 0 10px 20px rgba(62, 44, 35, 0.3);
}

/* === روابط الشريط العلوي === */
.top-navbar a {
  color: #bfa76b;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.top-navbar a:hover {
  color: #d4af37;
}


/* حركة بسيطة */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
} 

/* === بانر رئيسي === */
.hero-section {
 /* background-image: url('https://images.pexels.com/photos/1660062/pexels-photo-1660062.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');*/
  background-size:contain ;
  background-position: center;
  padding: 100px 20px 80px;
  color: #fffaf0;
  border-radius: 20px;
  margin: 30px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(106, 61, 61, 0.5);
  font-weight: 700;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
  animation: fadeIn 1.5s ease-in-out;
}
.hero-section h1 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.hero-section p {
  font-size: 1.3rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* === قسم المنتجات === */
.featured-products {
  background: #efe9dc;
  color: #3e2c23;
  padding: 70px 20px;
  border-radius: 20px;
  margin: 40px 0;
  box-shadow: 0 8px 30px rgba(185, 162, 110, 0.25);
  animation: fadeInUp 1.2s ease;
}

/* === بطاقات المنتجات === */
.product-card {
  background: #fffef9;
  border: 2px solid transparent;
  border-radius: 15px;
  width: 100px;
  padding: 10px;
  color: #3e2c23;
  box-shadow: 0 7px 20px rgba(106, 61, 61, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  overflow: none;
  font-weight: 600;
  text-align: center;
}
.product-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 15px 45px rgba(212, 175, 55, 0.5);
  border-color: #d4af37;
}
/* نقش شرقي */
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: url('https://i.imgur.com/1R5pPzG.pn') no-repeat center center;
  background-size: 50% auto;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;*/
}

/* === عنوان المنتج وسعره === */
.product-card .product-title {
  position: relative; z-index: 2;
  font-weight: 900;
  font-size: 1.2rem;
  margin: 20px 10px;
  color: #6a3d3d;
  letter-spacing: 0.07em;
}
.product-card .product-price {
  position: relative; z-index: 2;
  font-weight: 800;
  color: #bfa76b;
  font-size: 1.15rem;
  margin-bottom: 15px;
}

/* ✅ الصور داخل البطاقات */
.product-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.4s ease;
  position: relative; z-index: 1;
}
.product-card:hover img {
  transform: scale(1.05);
}

/* === الأزرار === */
button, .btn {
  background: linear-gradient(45deg, #d4af37, #bfa76b);
  color: #6a3d3d !important;
 font-weight: 600;
 font-size: 1rem;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  border: none !important;
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.6);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
button:hover, .btn:hover {
  background: #6a3d3d !important;
  color: #d4af37 !important;
  transform: scale(1.07);
  box-shadow: 0 9px 28px rgba(106, 61, 61, 0.8);
}

/* === الروابط في المتجر === */
a {
  color: #6a3d3d;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
a:hover {
  color: #d4af37;
  text-decoration: none;
}

/* === الفوتر === */
.footer, footer {
  background: linear-gradient(135deg, #6a3d3d, #bfa76b);
  color: #fffaf0;
  padding: 20px 15px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 -6px 25px rgba(106, 61, 61, 0.4);
  border-radius: 20px 20px 0 0;
}

/* === العناوين === */
h1, h2, h3, h4, h5, h6 {
  color: #bfa76b;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  text-shadow: 1px 1px 4px rgba(142, 108, 71, 0.6);

}

/* === الرسوم المتحركة === */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

/* === الحقول والنماذج === */
select, input[type="text"], input[type="email"], input[type="password"], textarea {
  border: 2px solid #bfa76b;
  border-radius: 16px;
  padding: 14px 22px;
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  color: #6a3d3d;
  background-color: #fffef9;
  transition: border-color 0.3s ease;
}
select:focus, input:focus, textarea:focus {
  border-color: #d4af37;
  outline: none;
}

/* === تجاوب شاشة جوال === */
@media (max-width: 768px) {
  .hero-section { padding: 50px 15px 40px; }
  .hero-section h1 { font-size: 2.1rem; }
  .hero-section p { font-size: 1rem; }
  .product-card { padding: 15px; }
  button, .btn { padding: 12px 28px; font-size: 1rem; }
  .featured-products { padding: 40px 15px; }
  .footer, footer { font-size: 0.95rem; padding: 15px 10px; }
}