.advanced-slider__caption__inner__content__heading {
    color: #a85c2e; 
    background-color: rgba(255, 255, 255, 0.7); 
    font-size: 2.2em; 
    padding: 0.2em 0.2em; 
    border-radius: 4px; 
    display: inline-block;
    position: relative;
    top: -120px;      
}

/* ✅ تعديلات خاصة للهواتف (شاشات صغيرة) */
@media (max-width: 767px) {
    .advanced-slider__caption__inner__content__heading {
        font-size: 1.1em;   
        top: -50px;      
        padding: 0.2em 0.4em; 
    }
}


span.text-red-500 {
    font-size: 0 ;
    position: relative;
    display: inline-block;
}


span.text-red-500::before {
    content: "+ توصيل مجاني ";
    font-size: 12px;
    font-weight: bold;
    color: red; 
    direction: rtl;
}


/* إزالة الهامش السفلي من شريط التنبيه المتحرك */
.animated-text {
    margin-bottom: 0 !important;
}

/* إزالة الهامش العلوي من قسم البانرات */
section.banners-slider {
    margin-top: 0 !important;
}


/* ====================================================
   ⬛ القسم: about-2 (تبون بقلاوة تضبط مزاجكم؟)
   ➤ تقليل التباعد وتنسيق العنوان والفقرة
==================================================== */
#about-2 {
  background-color: #ffffff !important;
  padding-top: 30px !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

#about-2 .container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#about-2 h2 {
  color: #a85c2e !important;
  font-size: 1.3rem !important;
  font-weight: 800 !important;
  margin: 0 0 4px 0 !important;
}
/*
#about-2 p {
  color: #4d2c13 !important;
  font-size: 1.2rem !important;
  line-height: 2.0 !important;
  margin: 0 0 4px 0 !important;
  font-weight: 500 !important;
}
/*

/* 🟨 تحسينات للجوال */
@media (max-width: 767px) {
  #about-2 {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }


  #about-2 h2 {
    font-size: 1.2rem !important;
    margin-bottom: 4px !important;
  }

  #about-2 p {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin-bottom: 4px !important;
  }
}

====================================================
   ⬛ القسم: s-block--custom-reviews
   ➤ "عملاؤنا يرشحون بقلاوتنا كأفضل بقلاوة"
   ➤ ضبط التباعد وتنسيق العنوان الداخلي
==================================================== */
.s-block--custom-reviews {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section.s-block--custom-reviews {
 margin-top: 0.2rem !important;
  padding-bottom: 1rem;
  margin-bottom: 0rem;
}

section.s-block--custom-reviews .home-block-title p {
  font-size: 1.6rem !important;
  line-height: 1.6;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  section.s-block--custom-reviews .home-block-title p {
    font-size: 1.2rem !important;
    line-height: 1.5;
  }
}

/* ====================================================
   ⬛ القسم: fixed-products--3
   ➤ تقليل المسافة العلوية لقسم المنتجات
==================================================== */
.fixed-products--3 {
  margin-top: 1.5rem !important;
  padding-top: 0 !important;
}

.fixed-products--4 {
  margin-top: 0.8rem !important;
  padding-top: 0 !important;
}



/* === تنسيق أقسام المنتجات (أفضل بقلاوة، أفضل بيتي فور) === */
.fixed-products .home-block-title {
  margin-bottom:8px !important; /* تقليل المسافة بين العنوان والمنتجات */
  padding-bottom: 0 !important;
}

/* تقليل المسافة بين العنوان وخط الديكور */
.fixed-products .home-block-title h2 {
  margin-bottom: 2px !important;
}

/* تقليل المسافة بعد خط الديكور */
.fixed-products .enhanced-title-border {
  margin-bottom: 10px !important;
}




.about-6 .flex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0 !important;

}

/* تحديد عرض النص بنسبة 60% */
#about-6 .md\:w-7\/12 {
  width: 60% !important;
}

/* تحديد عرض الصورة بنسبة 40% */
#about-6 .md\:w-5\/12 {
  width: 40% !important;
}

/* تصغير الصورة لتتناسب مع الجوال */
#about-6 .md\:w-5\/12 img {
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

/* تفعيل الخلفية البيج وتنسيق النص */
#about-6 {
  background-color: #d1b48c !important;
}

/* لون النص أبيض وتوسيطه */
#about-6 h2,
#about-6 h3,
#about-6 p {
  color: #ffffff !important;
  text-align: center;
  line-height: 1.8;
}

/* حجم النصوص وتوزيع العناصر على الجوال */
@media (max-width: 767px) {
  #about-6 .flex {
   height: 5vh !important;
    flex-direction: row !important; /* ترتيب النص والصورة في سطر واحد */
    flex-wrap: nowrap;
    gap: 0.5rem;
  }

  #about-6 h2,
  #about-6 h3,
  #about-6 p {
    font-size: 1.1rem !important;
    text-align: center;
  }

  #about-6 .md\:w-7\/12 {
    width: 60% !important;
  }

  #about-6 .md\:w-5\/12 {
    width: 40% !important;
  }
}

/* حجم النصوص على الكمبيوتر */
@media (min-width: 768px) {
  #about-6 .flex {
   height: 15vh !important;
  
  #about-6 h2,
  #about-6 h3,
  #about-6 p {
    font-size: 2rem !important;
    height: 10vh !important;
  }
}