.elementor-1626 .elementor-element.elementor-element-2ea0237{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b6d7411 */.strandcolor-menu {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  font-family: "Tajawal", sans-serif;
}

/* ✅ تبويبات */
.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}
.menu-tab {
  background: #f7f7f7;
  border: 2px solid #e0d4c4;
  color: #19150f;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.menu-tab.active,
.menu-tab:hover {
  background: #19150f;
  color: #fff;
}

/* ✅ الجداول */
.menu-category { display: none; }
.menu-category.active { display: block; animation: fadeIn 0.4s ease; }
@keyframes fadeIn { from {opacity: 0; transform: translateY(10px);} to {opacity: 1; transform: translateY(0);} }

.menu-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.menu-table th {
  background: #19150f;
  color: #fff;
  padding: 12px;
  font-size: 1rem;
  text-align: center;
}
.menu-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  text-align: center;
  vertical-align: middle;
}
.menu-table tr:hover {
  background: #fafafa;
}

/* ✅ صور الخدمات */
.menu-thumb {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid #e0d4c4;
}

/* ✅ اسم وسعر الخدمة */
.menu-name {
  font-weight: 600;
  font-size: 1rem;
  color: #19150f;
  text-align: start;
}
.menu-price {
  font-weight: 600;
  color: #19150f;
  font-size: 0.95rem;
  text-align: start;
}
.menu-price .variation-price {
  display: inline-block;
  margin-right: 6px;
  background: #f6f6f6;
  border-radius: 8px;
  padding: 4px 8px;
}
.menu-price .divider {
  color: #e0d4c4;
  margin: 0 6px;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .menu-table th, .menu-table td {
    font-size: 0.9rem;
    padding: 8px;
  }
  .menu-thumb {
    width: 50px;
    height: 50px;
  }
  .menu-price .variation-price {
    display: block;
    margin-bottom: 5px;
  }
}/* End custom CSS */