body {
    font-family: 'Cairo', sans-serif;
    font-weight: 300;
    font-display: swap;
    font-size: 16px;
    line-height: 1.6;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    padding-top: 20px; /* مسافة من الأعلى */
    padding-bottom: 10px; /* مسافة من الأسفل */
}

header {
    background-color: #9933CC; /* لون بنفسجي */
    color: #fff;
    text-align: center; /* محاذاة في المنتصف */
    padding: 20px;
}

.headerplus {
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
    padding: 20px;
    max-width: 800px;
    direction: rtl;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.headerplus h2 {
    color: #333;
    font-size: 3rem;
    font-weight: 500; /* سمك الخط 300 للنصوص في البطاقات */
}

main {
    padding: 20px;
}

.section-title {
    text-align: right; /* محاذاة يمين */
    margin-top: 10px; /* مسافة أعلى العنوان (أقل بقليل) */
    margin-left: auto; /* للتحكم في المسافة من اليمين */
    margin-right: 20px; /* تحكم في المسافة من اليسار */
}

.section-title h2 {
    font-size: 1.8rem; /* حجم العنوان */
    color: #333;
    font-weight: 400; /* سمك الخط 400 لعنوان القسم */
}

.logo {
  width: 64px;
}

.icon {
  width: 36px;
}

.img1 {
  width: 80px;
}

.label-top {
  display: flex;
  align-items: center;
}

.label-top h2 {
  margin-right: 10px;
}

.label-top .logo {
  width: 72px;
}

.label {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 800px;
    direction: rtl; /* تغيير الاتجاه إلى اليمين إلى اليسار */
    display: block; /* تأكيد أن البطاقات تظهر كبلوك منفصل */
    margin: 0 auto; /* مركز البطاقات في الصفحة */
    margin-top: 20px; /* مسافة بين البطاقات */
}

.label h2 {
    color: #333;
    font-size: 1.8rem;
    font-weight: 400; /* سمك الخط 300 للنصوص في البطاقات */
}

.button-container {
  display: inline-block;
  position: relative;
}

button.transparent-button {
    background-color: transparent;
    border: 0.5px solid #000000;
    border-radius: 10px;
    padding: 10px 20px;
    opacity: 0.7;
    transition: box-shadow 0.3s ease, color 0.3s ease;
}

button.transparent-button:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.7); /* ظل عند تحويل المؤشر */
  color: #000; /* لون النص عند تحويل المؤشر */
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    max-width: 800px;
    direction: rtl; /* تغيير الاتجاه إلى اليمين إلى اليسار */
    display: block; /* تأكيد أن البطاقات تظهر كبلوك منفصل */
    margin: 0 auto; /* مركز البطاقات في الصفحة */
    margin-top: 20px; /* مسافة بين البطاقات */
}

.card img {
    max-width: 100%;
    height: auto;
}

.card h2 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 300; /* سمك الخط 300 للنصوص في البطاقات */
}

.image-scroll-container {
    display: flex;
    overflow-x: auto; /* إضافة التمرير الأفقي */
    white-space: nowrap; /* منع الانقطاع الأفقي للعناصر */
}

.image-wrapper {
    display: inline-block;
    text-align: center;
    margin: 10px; /* هوامش بين الصور والنص */
}

product-img {
    width: 256px;
}

h3 {
    /* تخصيصات العنوان */
}

footer {
    background-color: #9933CC; /* لون بنفسجي */
    color: #fff;
    text-align: center; /* محاذاة في المنتصف */
    padding: 10px;
}
