/* الكارت الأساسي */
.tabs-wrapper__product {
    background: #fdfaf7;
    border: 1px solid #e2d5c3;
    border-radius: 30px;
    padding: 16px;
    margin: 7px;
    color: #3b2b1a;
    font-family: 'Tajawal', 'Cairo', sans-serif;
    line-height: 1.8;
    box-shadow: 0 4px 15px rgba(59, 43, 26, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



/* العناوين الرئيسية */
.tabs-wrapper__product .product__description h2 {
  font-size: 1.8rem;
  color: #4b2e1e;
  border-bottom: 2px solid #c8a97e;
  padding-bottom: 8px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.tabs-wrapper__product .product__description h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #6b3f28;
  transition: width 0.4s ease;
}

.tabs-wrapper__product .product__description h2:hover::after {
  width: 100%;
}

.product__description table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    border: 2px solid #dfd5cc;
    /* padding: 22px; */
    margin: 14px;
    background-color: #fff9f3;
}
.product__description thead {
    background-color: #6b3f28;
    color: #fff;
    font-weight: bold;
    /* padding: 2px !important; */
}
.product__description td {
    min-width: 140px;
    padding: 14px;
}

.product__description blockquote {
    padding: 32px;
    border-radius: 11px 50px 60px 63px;
    margin: 18px;
    background-color: #6b3f28;
    color: #fff;
    box-shadow: inset 15px 12px 18px 7px rgb(45 36 26);
} 

/* العناوين الفرعية */
.tabs-wrapper__product .product__description h3 {
  font-size: 1.4rem;
  color: #6b3f28;
  margin-top: 25px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.tabs-wrapper__product .product__description h3::before {
  content: "◆";
  position: absolute;
  left: -20px;
  color: #c8a97e;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.tabs-wrapper__product .product__description h3:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* القوائم */
.tabs-wrapper__product .product__description ul li {
  padding: 10px 15px;
  margin-bottom: 10px;
  background: #fff9f3;
  border-left: 4px solid #c8a97e;
  border-radius: 8px;
  transition: background 0.3s, transform 0.3s;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeSlideUp 0.6s forwards;
}

.tabs-wrapper__product .product__description ul li:nth-child(1) {
  animation-delay: 0.2s;
}
.tabs-wrapper__product .product__description ul li:nth-child(2) {
  animation-delay: 0.4s;
}
.tabs-wrapper__product .product__description ul li:nth-child(3) {
  animation-delay: 0.6s;
}
.tabs-wrapper__product .product__description ul li:nth-child(4) {
  animation-delay: 0.8s;
}
.tabs-wrapper__product .product__description ul li:nth-child(5) {
  animation-delay: 1s;
}

.tabs-wrapper__product .product__description ul li:hover {
  background: #fff3e0;
  transform: translateX(5px);
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* الجداول */
.tabs-wrapper__product .product__description table tr {
  transition: background 0.3s;
}

.tabs-wrapper__product .product__description table tr:hover {
 
  background-color: #9a7832;
    color: #fff;
}

/* الرسالة الأخيرة */
.tabs-wrapper__product .product__description p:last-child {
  font-weight: bold;
  color: #4b2e1e;
  font-size: 1.1rem;
  text-align: center;
  background: #fff3e0;
  padding: 12px;
  border-radius: 10px;
  animation: pulse 2.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 0 rgba(200,169,126,0.4); }
  50% { transform: scale(1.03); box-shadow: 0 0 15px rgba(200,169,126,0.5); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(200,169,126,0.4); }
}

/* المقال */
article.opt-text {
  background: #fffdfc;
  padding: 30px;
  border-radius: 14px;
  border: 1px solid #eee;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  font-family: 'Tajawal','Cairo',sans-serif;
  font-size: 1.05rem;
  color: #2d2d2d;
  line-height: 1.9;
  transition: all 0.3s ease-in-out;
}

/* العنوان الرئيسي */
article.opt-text h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #3b2b1a;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

article.opt-text h1::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 60%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #c8a97e, #6b3f28);
  animation: slideLine 2s infinite alternate;
}

@keyframes slideLine {
  from { width: 40%; }
  to { width: 100%; }
}

/* العناوين الفرعية */
article.opt-text h2 {
  font-size: 1.6rem;
  color: #4b2e1e;
  margin: 40px 0 15px;
  position: relative;
  padding-left: 15px;
}

article.opt-text h2::before {
  content: "▌";
  position: absolute;
  left: 0;
  color: #c8a97e;
  font-size: 1.4rem;
}

/* عناوين H3 */
article.opt-text h3 {
  font-size: 1.3rem;
  color: #6b3f28;
  margin: 25px 0 12px;
  position: relative;
}

article.opt-text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #e2d5c3;
  margin-top: 6px;
  transition: width 0.4s ease;
}

article.opt-text h3:hover::after {
  width: 100px;
  background: #c8a97e;
}

/* الفقرات */
article.opt-text p {
  margin-bottom: 18px;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

/* النص الغامق */
article.opt-text strong {
  color: #3b2b1a;
}

/* القوائم */
article.opt-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

article.opt-text ul li {
  background: #fff9f3;
  border-left: 4px solid #c8a97e;
  margin-bottom: 12px;
  padding: 10px 15px;
  border-radius: 8px;
  position: relative;
  transition: transform 0.3s, background 0.3s;
}

article.opt-text ul li::before {
  content: "✔";
  position: absolute;
  left: -25px;
  color: #6b3f28;
  font-size: 1rem;
}

article.opt-text ul li:hover {
  background: #fff3e0;
  transform: translateX(5px);
}

/* الأسئلة الشائعة (FAQ) */
article.opt-text h2:has(+ p) {
  margin-top: 50px;
}

article.opt-text p:has(+ p) {
  padding: 12px 18px;
  background: #fdf6ef;
  border-radius: 10px;
  border: 1px solid #f0e5db;
  margin-bottom: 12px;
  transition: background 0.3s;
}

article.opt-text p:has(+ p):hover {
  background: #fff3e0;
}




/* الحاوية العامة */
.w-full.relative {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.w-full.relative:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

/* الصورة */
.w-full.relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
}

.w-full.relative:hover img {
  transform: scale(1.1);
}

/* إضافة Overlay غامق */
.w-full.relative::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.55) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  border-radius: inherit;
  pointer-events: none;
}

.w-full.relative:hover::after {
  opacity: 1;
}

/* زر المشاركة */
.w-full.relative .absolute.top-3.end-3 {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 10;
}

.w-full.relative:hover .absolute.top-3.end-3 {
  opacity: 1;
  transform: translateY(0);
}

/* أيقونات المشاركة */
.w-full.relative .s-social-share-list li a {
  transition: transform 0.3s ease, background 0.3s ease;
}

.w-full.relative .s-social-share-list li a:hover {
  transform: scale(1.15);
  background: rgba(200, 169, 126, 0.15);
  border-radius: 50%;
}



/* السلايدر العام */
.blog-slider {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* الشريحة */
.blog-slider .swiper-slide {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.blog-slider .swiper-slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
}

/* الصورة الخلفية */
.blog-slider .lazy__bg {
  background-size: cover !important;
  background-position: center;
  transition: transform 0.7s ease;
}

.blog-slider .swiper-slide:hover .lazy__bg {
  transform: scale(1.1);
}

/* Overlay */
.blog-slider .swiper-slide.has-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.blog-slider .swiper-slide:hover.has-overlay::after {
  opacity: 1;
}

/* المحتوى */
.blog-slider__content {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.blog-slider .swiper-slide:hover .blog-slider__content {
  opacity: 1;
  transform: translateY(0);
}

/* العنوان */
.blog-slider__content h3 a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.blog-slider__content h3 a::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #c8a97e;
  margin-top: 6px;
  transition: width 0.4s ease;
}

.blog-slider__content h3 a:hover::after {
  width: 100px;
}

/* الوصف */
.blog-slider__content p {
  color: #f2f2f2;
  font-size: 1rem;
  margin: 12px 0 18px;
  line-height: 1.7;
  opacity: 0.85;
}

/* زر القراءة */
.blog-slider__content a.da-tm {
  display: inline-block;
  background: #c8a97e;
  color: #fff;
  font-size: 0.9rem;
  padding: 8px 18px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.blog-slider__content a.da-tm:hover {
  background: #6b3f28;
  transform: translateY(-2px);
}



/* الكرت الأساسي */
.blog-article {
  position: relative;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.blog-article:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

/* صورة الكرت */
.blog-article .lazy__bg {
  background-size: cover !important;
  background-position: center;
  transition: transform 0.6s ease;
}

.blog-article:hover .lazy__bg {
  transform: scale(1.08);
}

/* Overlay على الصورة */
.blog-article .post-entry__image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.blog-article .post-entry__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: inherit;
}

.blog-article:hover .post-entry__image::after {
  opacity: 1;
}

/* العنوان */
.blog-article .post-entry__title a {
  font-weight: bold;
  font-size: 1.1rem;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.blog-article .post-entry__title a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 2px;
  background: #c8a97e;
  transition: width 0.4s ease;
}

.blog-article .post-entry__title a:hover {
  color: #c8a97e;
}

.blog-article .post-entry__title a:hover::after {
  width: 100%;
}

/* الوصف */
.blog-article p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.blog-article:hover p {
  color: #444;
}

/* البروفايل + التاريخ */
.blog-article .flex.items-center span {
  font-size: 0.8rem;
  color: #777;
}

/* زر قراءة المزيد */
.blog-article a.underlined {
  color: #c8a97e;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}

.blog-article a.underlined:hover {
  color: #6b3f28;
  transform: translateX(-4px);
}

.blog-article a.underlined i {
  transition: transform 0.3s ease;
}

.blog-article a.underlined:hover i {
  transform: translateX(-4px);
}



/* تأثير اللمعة المستمرة على البانر */
.s-block--fixed-banner .banner {
  position: relative;

  overflow: hidden;
}

.s-block--fixed-banner .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 3s infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}



/* ====== سكشن من أين تبدأ ====== */
.s-block--banners {
  position: relative;
  padding: 60px 20px;
  animation: fadeSlide 1s ease forwards;
}

/* العنوان والنص يدخلوا بانزلاق لأعلى */
.s-block--banners .s-block__title h2,
.s-block--banners .s-block__title p {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
}
.s-block--banners .s-block__title h2 { animation-delay: 0.2s; }
.s-block--banners .s-block__title p { animation-delay: 0.4s; }

/* البانرات (المربعات) */
.banner-square {
  opacity: 0;
  transform: scale(0.8);
  animation: popIn 0.8s ease forwards;
}
.banner-square:nth-child(1) { animation-delay: 0.6s; }
.banner-square:nth-child(2) { animation-delay: 0.8s; }
.banner-square:nth-child(3) { animation-delay: 1s; }
.banner-square:nth-child(4) { animation-delay: 1.2s; }

/* نطاق السكشن فقط */
.s-block--banners .banner-square { position: relative; }

/* نحرك الصورة داخل الكرت بدل السلايد نفسه */
.s-block--banners .banner-square .box-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.s-block--banners .banner-square .box-img img {
  transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* تأثير نبض آمن عند الهوفر: تكبير خفيف للصورة + تحسين الألوان */
.s-block--banners .banner-square:hover .box-img img {
  transform: scale(1.04);
  filter: saturate(1.05) brightness(1.03);
}

/* حلقة توهج لطيفة تنبض على حدود الكرت (بدون تعديل transform للسلايد) */
.s-block--banners .banner-square::after {
  content: "";
  position: absolute;
  inset: -8px;                 /* حلقة خارجية بسيطة */
  border-radius: 16px;
  pointer-events: none;
  opacity: 0;
}
.s-block--banners .banner-square:hover::after {
  animation: pulseRing 1.4s ease-out infinite;
  opacity: 1;
}

/* ظل ناعم عند الهوفر لرفع الكرت بصرياً */
.s-block--banners .banner-square:hover .box-img {
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}

/* أنيميشن حلقة التوهج */
@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, .35); }  /* أخضر افتراضي */
  70%  { box-shadow: 0 0 0 14px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* احترام تفضيل تقليل الحركة */
@media (prefers-reduced-motion: reduce) {
  .s-block--banners .banner-square:hover .box-img img { transform: none; }
  .s-block--banners .banner-square:hover::after { animation: none; }
}


/* ====== ANIMATIONS ====== */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}


nav.breadcrumbs.w-full.py-3 {
    padding: 27px;
    border-bottom: 5px solid #f1e8e8;
    background-color: #f3f3f3;
}
.price .starting-or-normal-price.gap-4.flex {
    padding: 7px 24px 7px 24px;
    margin: 5px;
    color: #fff9e9;
    background-color: #9a7832;
    border-radius: 30px;
    box-shadow: inset 9px 9px 8px 3px rgb(45 36 26);
    /* display: block; */
}

p.relative.da-tm {
    background-color: #f3f3f3;
    padding: 24px;
    margin: 10px;

	/* داخل الكلاس */
border: 4px solid transparent;
border-radius: 20px;

/* طبقتين: الأولى خلفية العنصر، الثانية للبوردر */
background: 
linear-gradient(#fff9ec, #f3f3f3) padding-box, linear-gradient(90deg, #96621a, #fabe86, #c7c6b1, #ffffff, #efd10e, #e7e188, #b36032) border-box;

background-size: 300% 300%;
animation: borderflow 6s linear infinite;

}
@keyframes borderflow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}


.product__description dt {
    background-color: #eee5d2;
    border-radius: 11px;
    padding: 6px;
    /* margin: 4px; */
    color: #6b3f28;
    font-weight: bold !important;
    /* font-size: 16px; */
}