.main-banner{
margin-top:0px !important;
margin-bottom:0px !important;
}


.offer-banner {
  width: 100%;
  background-color: #003b5c;
  color: #000;
  font-family: "Almarai", sans-serif;
  direction: rtl;
  overflow: hidden;
}

.offer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* القسم الأسود الخاص باللوقو */
.offer-logo {
  background-color: #002f4a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 40px;
  flex: 1 1 130px;
}

.offer-text{
color:#fff;
}

.offer-logo img {
  width: 65px;
  height: auto;
}

/* القسم الأصفر (النص + الكود) */
.offer-content {
  background-color: #003b5c;
  padding: 20px 25px;
  flex: 4 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* النص */
.offer-text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.offer-text p {
  margin: 0px 0 5px;
  font-size: 14px;
  color: #ededed;
}

/* صندوق الكود */
.offer-code-box {
  display: flex;
  align-items: center;
  border: 2px dashed #000;
  border-radius: 6px;
padding: 4px 20px;
  width: fit-content;
  gap: 10px;
  background: #fff;
}

.offer-code-box span {
  font-size: 18px;
  font-weight: 700;
}

.offer-code-box button {
    background-color: #003b5c;
    color: #ffffff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 14px;
    cursor: pointer;
}

/* الجوال */
@media (max-width: 768px) {
  .offer-container {
    flex-direction: row;
    align-items: stretch;
  }

  .offer-logo {
    width: 100%;
    padding: 20px;
  }

  .offer-content {
    padding: 20px;
    text-align: center;
  }

  .offer-code-box {
    margin: 0 auto;
  }
  
  .offer-text h3 {
  margin-bottom:-10px;
}
}

/* الشاشات الكبيرة */
@media (min-width: 769px) {
  .offer-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .offer-text {
    text-align: right;
  }

  .offer-code-box {
    margin-top: 0;
  }
}

/* القسم المنتجات */

.tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}

.tabs .tab-trigger {
  position: relative;
  background: none !important;
  border: none !important;
  font-size: 1rem;
  cursor: pointer;
}

.tabs .tab-trigger::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #002940;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 999px;
}

.tabs .tab-trigger.is-active::after {
  opacity: 1;
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    color: #002940 !important;
}

/* 🔹 يمنع الخلفية السوداء عند الـ hover لكل تبويبات سلة */
.tab-trigger .s-button-element:hover {
  background: none !important;   /* بدون خلفية */
  box-shadow: none !important;   /* يلغي أي ظل */
  color: #003b5c !important;     /* لون النص عند التمرير */
  border-color: #00457a !important; /* يعطي تمييز بسيط */
  transition: all 0.25s ease;
}

/* 🔹 الزر النشط (يظل بدون تغيّر وقت المرور عليه) */
.tab-trigger.is-active .s-button-element:hover {
  color: #00457a !important;
}


/* قسم العملاء */
.customers-1 {
  background: #003b5c;
  padding-top: 20px;
  padding-bottom: 30px;
}

/* توسيع الخلفية في الشاشات الكبيرة */
@media (min-width: 992px) {
  .customers-1.container,
  .customers-1 .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
}

/* قسم الشريط الاعلاني */
.slider-1{
margin-top: -1px;
}

.slider-1 ul {
  padding: 15px !important;
}





/* قسم التقييمات */
.whatsay {
  background: #f9fafb;
  padding: 100px 20px;
  margin-top: 0px;
}

/* 🔹 توسيع الخلفية في الشاشات الكبيرة */
@media (min-width: 992px) {
  .whatsay.container,
  .whatsay .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
  }
}

/* العنوان */
.whatsay h2 {
  font-size: 1.8rem;
  color: #002940;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}

.whatsay h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #00457a;
  margin: 10px auto 0;
  border-radius: 3px;
}

/* البطاقات */
.whatsay .special-testimonial {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px;
}

.whatsay .special-testimonial:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* النصوص */
.whatsay .special-testimonial__text_down {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
}

.whatsay .special-testimonial__info h4 {
  color: #002940;
  font-weight: 600;
  font-size: 1rem;
}

.whatsay .city {
  color: #6b7280;
  font-size: 0.9rem;
}

/* نقاط السلايدر */
.whatsay .swiper-pagination-bullet {
  background: #cbd5e1 !important;
  opacity: 1 !important;
}

.whatsay .swiper-pagination-bullet-active {
  background: #00457a !important;
}

/* الصورة الرمزية */
.special-testimonial_avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.special-testimonial_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* مسافة السلايدر */
.whatsay .special-testimonials-slider {
  padding-bottom: 1rem;
}



/* قسم سلايدر التقييمات */
.s-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  gap: 6px;
}

.s-slider-pagination .dot {
  width: 8px;
  height: 8px;
  background-color: #cfd8dc;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.s-slider-pagination .dot.active {
  background-color: #003b5c;
  transform: scale(1.2);
}


/* قسم شريط اعلاني 2 */
/* تنسيق عام للشريط */
.slider-2 {
  margin-top: -1px;
  font-size: 15px;
}
.slider-2 .a-ad-text span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
  vertical-align: middle;
}

.slider-2 ul {
padding: 15px !important;
}


/* الكود الأساسي */
.new-product {
  background: #003b5c;
  margin-top: -1px;
  padding: 60px 0;
}

/* هذا السطر يخلي الخلفية تملا العرض داخل الكونتينر حتى في الشاشات الكبيرة */
.new-product.container,
.new-product .container {
  max-width: 100% !important; /* يخلي الكونتينر يتمدد بعرض الصفحة */
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  box-sizing: border-box;
}

/* كل النصوص داخل قسم new-product */
.new-product,
.new-product * {
  color: #ffffff !important;
  
}

.new-product .tab-trigger.s-button-element {
  font-size: 1.2rem !important;
  padding-bottom: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px;
}

/* لو تبغى تتأكد الأزرار تظل واضحة */
.new-product button,
.new-product .s-button-element {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
}

/* أيقونات الأسعار أو الرموز */
.new-product i,
.new-product svg {
  filter: brightness(0) invert(1);
}

.new-product .tab-trigger::after {
  background-color: #ffffff !important; /* يخلي الـ after أبيض */
  border-color: #ffffff !important;
}

/* لو كان الـ after عبارة عن ظل أو خط تحت الزر */
.new-product .tab-trigger.is-active::after {
  background-color: #ffffff !important;
}

/* لو الزر فيه حدود outline */
.new-product .s-button-outline,
.new-product .s-button-primary-outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* استثناء أيقونة العين داخل قسم new-product */
.new-product .showPreviewBtn i.sicon-eye {
  color: #00457a !important; /* أسود */
  filter: none !important;   /* يلغي عكس الألوان */
}


.boxs-1{
margin-top:-1px;
}




/* ✅ تكبير حجم الكروت للجوال */
.wasfat .swiper-slide {
  width: 85% !important; /* البطاقة أكبر وتظهر اللي بعدها جزئياً */
  max-width: 340px !important;
  margin-right: 18px !important;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15); /* ظل ناعم */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* تكبير بسيط عند التمرير */
.wasfat .swiper-slide:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

/* ✅ إلغاء الـ grid الأصلية بالجوال */
@media (max-width: 768px) {
  .wasfat .grid {
    display: block !important;
    gap: 0 !important;
  }
}

/* ✅ الصورة داخل البطاقة */
.wasfat .banner-entry {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-size: cover !important;
  background-position: center !important;
  aspect-ratio: 3 / 4; /* شكل بطاقة مثالي */
  transition: transform 0.4s ease;
}

/* ✅ النص فوق الصورة */
.wasfat .banner-texts {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 8px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 0 0 1rem 1rem;
  z-index: 2;
}

/* ✅ العنوان */
.wasfat .banner-texts h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

/* ✅ تحسين المسافة بين البطاقات */
.wasfat .swiper-wrapper {
  padding-bottom: 20px;
}

/* ✅ تنعيم السحب */
.wasfat .swiper {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* ✅ تحسين الكروت في الشاشات الكبيرة */
@media (min-width: 1024px) {
  .wasfat .swiper-slide {
    width: 22% !important; /* 4 بطاقات تقريباً */
    max-width: none !important;
  }
}

/* ✅ تعطيل padding الافتراضي في هذا القسم فقط */
.wasfat.sq-awesome-banners .grid.\!flex .banner-outer {
  padding: 0 !important;
}

/* ✅ تكبير h3 للجوال فقط */
@media (max-width: 768px) {
  .wasfat .banner-texts h3 {
    font-size: 1.2rem !important;
  }
}




.store-footer {
  color: #1a1a1a;
  border-radius: 1.5rem;
  border: 1px solid #4a8acd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.store-footer__inner {
    background-color: #f9fafb !important;
    }