#app > div.app-inner.flex.flex-col.min-h-full > section.special-offers-section.h-min.py-6.md\:py-12.container.special-offer-.sal-animate > div > div > div.w-full.lg\:w-\[30\%\].flex.justify-center > img {
    display: none;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container {
    margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .md\:text-3xl {
    font-size: 40px;
    line-height: 2.25rem;
    font-weight: 800;
    text-align: center;
  }
}
#brands {
    display: none !important;
}
/* صندوق المميزات – تصميم متقدم */
.s-block--features__item {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  z-index: 1;
  border: 2px solid #5D837A;
}

/* طبقة خلفية متحركة داخل الصندوق */
.s-block--features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #5D837A, #86A8A0, #5D837A, #3F625B);
  background-size: 200% 200%;
  z-index: 0;
  border-radius: 16px;
  transition: opacity 0.5s ease;
  opacity: 0;
  animation: bgMove 6s linear infinite;
}

/* حركة الخلفية داخل الصندوق */
@keyframes bgMove {
  0% { background-position: 0% 0%; }
  25% { background-position: 50% 50%; }
  50% { background-position: 100% 0%; }
  75% { background-position: 50% 50%; }
  100% { background-position: 0% 0%; }
}

/* هوفر الصندوق */
.s-block--features__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(93, 131, 122, 0.3);
}

.s-block--features__item:hover::before {
  opacity: 0.3;
}

/* الأيقونة */
.s-block--features__item .feature-icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 15px rgba(93, 131, 122, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.s-block--features__item:hover .feature-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 6px 20px rgba(93, 131, 122, 0.35);
}

.s-block--features__item .feature-icon i {
  font-size: 2rem;
  color: #5D837A;
  transition: transform 0.4s ease;
}

/* النصوص */
.s-block--features__item h2 {
  position: relative;
  z-index: 2;
  color: #5D837A;
  margin-top: 12px;
  font-size: 1.3rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.s-block--features__item p {
  position: relative;
  z-index: 2;
  color: #5D837A;
  margin-top: 6px;
  font-size: 1rem;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
 .offer-image-side.w-full.md\:w-\[27\%\].h-\[457px\].lg\:h-\[-webkit-fill-available\].relative.overflow-hidden.rounded-lg {
    height: 590px !important;
}
.rounded-2xl.md\:rounded-3xl.w-full {
    height: 43vh;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.special-offers-section.h-min.py-6.md\:py-12.container.special-offer-.mb-\[40px\].lg\:mb-\[80px\].sal-animate > div > div > div.w-full.lg\:w-\[40\%\].text-right.lg\:flex.lg\:flex-col.lg\:justify-between.lg\:h-\[-webkit-fill-available\] > div.mb-6.lg\:mb-0 > h2 {
    font-size: 21px;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.special-offers-section.h-min.py-6.md\:py-12.container.special-offer-.mb-\[40px\].lg\:mb-\[80px\].sal-animate > div > div > div.w-full.lg\:w-\[40\%\].text-right.lg\:flex.lg\:flex-col.lg\:justify-between.lg\:h-\[-webkit-fill-available\] > div.mb-6.lg\:mb-0 > p {
    font-size: 13px;
}
}