/* Add custom CSS styles below */ 
/تخصيص سيكشن تجارب ع/تخصيص سيكشن تجارب ع/

.slider-tagarob {
  direction: rtl;
  padding: 40px 0;
  background-color: #f9f8f4;
  text-align: center !important;
}

.slider-tagarob h1 {
  text-align: center; /* النص في النص */
  color: #aa7474!important;
  margin-bottom: 5px;
  padding-bottom: 10px;
font-weight: bold;
}

.slider-tagarob h1 span {
  display: inline-block;
  border-bottom: 2px solid #80575a;
  padding-bottom: 5px;
  width: fit-content;
}

.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-tagarob2 {
  display: flex;
  gap: 15px;
  overflow-x: hidden; /* نمنع السحب */
  scroll-behavior: smooth;
  padding: 0 15px;
}

.slider-tagar {
position:relative;
display:block;
  flex: 0 0 auto;
  width: 250px;
  max-width: 90%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.slider-tagar .tms{
position:absolute;
 top:50%; 
left:50%;
transform:translate(-50%, -50%);
border-radius: 9999px;
    border-style: none;
    background-color: #80575a;
    padding: 0.75rem;
    font-size: 10px;
    line-height: 1.25rem;
    font-weight: 700;
    color: white;
    
}

.slider-tagar img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-arrow {
  background-color: #f9f8f4;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-arrow.left {
  left: 10px;
  transform: rotate(180deg); /* عكس السهم */
}

.slider-arrow.right {
  right: 10px;
  transform: rotate(180deg); /* عكس السهم */
}

.slider-arrow:hover {
  background-color: #eee;
}



/==============================================/
/***********اراء العملاء************************/
.testimonials-item{
    background-color: #e7c7c8!important;
    margin-left:20px !important;
    border:10px solid #aa7474!important;
  }
.slide--one-fourth{
    background-color: #e7c7c8!important;
    margin-left:20px !important;
    border:6px solid #aa7474!important;
}
/*******************************************/
/**********مميزاتنا************/
/* ----------تصميم كروت مميزات المتجر---------- */
.sm\:w-1\/4 {
    border-radius: 5px; /* جعل زوايا العنصر مستديرة بمقدار 5px */
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.1); /* إضافة ظل للعنصر بحيث يكون بمقدار 15px للأسفل و10px انتشار، بلون أسود شفاف */
    transition: transform 0.3s ease, background-color 0.3s ease; /* تطبيق تأثير انتقالي عند تغيير الخلفية أو تحريك العنصر */
    background: #F9F8F4; /* تعيين لون الخلفية ليكون لونًا بيج فاتح */
    cursor: pointer; /* تغيير شكل المؤشر إلى يد عند المرور فوق العنصر */
}

.sm\:text-\[28px\] {
    color: black; /* تعيين لون النص ليكون أسود */
}

/* لضبط التخطيط على الجوال فقط */
@media (max-width: 768px) { /* تطبيق القواعد التالية فقط عند العرض على الشاشات الأصغر من 768px */
    .sm\:w-1\/4:nth-child(3) { /* استهداف العنصر الثالث داخل القائمة */
        margin: 0 auto; /* جعله في المنتصف أفقيًا */
        display: flex; /* تفعيل flexbox للتحكم في التوزيع */
        justify-content: center; /* محاذاته إلى المنتصف أفقياً */
    }
}

.sm\:w-1\/4 img {
  opacity: 0;
  width: 0px;
}