.s-block--bundle-html-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

salla-html-content-a38la1,
.s-block-html-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hero-slider-pro {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #111827;
}

.hero-slider-pro__slides {
  position: relative;
  min-height: 100vh;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 60px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transition: opacity 0.8s ease, transform 5s ease, visibility 0.8s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 2;
}

.hero-slide__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(90deg, rgba(50, 155, 103, 0.20) 0%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.24) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  width: min(92%, 860px);
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}

.hero-slide.active .hero-slide__content {
  opacity: 1;
  transform: translateY(0);
}

.hero-slide__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-slide h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.22);
}

.hero-slide p {
  margin: 0 auto;
  max-width: 760px;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 2;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.16);
}

.hero-slide__actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-slide__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.hero-slide__btn--primary {
  background: #329b67;
  color: #fff;
  box-shadow: 0 14px 30px rgba(50, 155, 103, 0.28);
}

.hero-slide__btn--primary:hover {
  background: #287d53;
  transform: translateY(-2px);
}

.hero-slide__btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero-slide__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.hero-slider-pro__nav {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-slider-pro__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease;
}

.hero-slider-pro__arrow:hover {
  background: #329b67;
  transform: translateY(-50%) scale(1.06);
}

.hero-slider-pro__arrow svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hero-slider-pro__arrow--prev {
  right: 24px;
}

.hero-slider-pro__arrow--next {
  left: 24px;
}

.hero-slider-pro__dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-slider-pro__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-slider-pro__dot.active {
  width: 28px;
  background: #329b67;
}

@media (max-width: 991px) {
  .hero-slide {
    padding-top: 110px;
  }

  .hero-slider-pro__arrow {
    width: 46px;
    height: 46px;
  }

  .hero-slider-pro__arrow--prev {
    right: 14px;
  }

  .hero-slider-pro__arrow--next {
    left: 14px;
  }
}

@media (max-width: 640px) {
  .hero-slide {
    min-height: 100vh;
    padding: 100px 14px 70px;
  }

  .hero-slide__badge {
    font-size: 12px;
    padding: 7px 14px;
    margin-bottom: 14px;
  }

  .hero-slide h2 {
    font-size: clamp(1.7rem, 8vw, 2.5rem);
  }

  .hero-slide p {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .hero-slide__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hero-slide__btn {
    width: 100%;
    min-width: 0;
    height: 48px;
  }

  .hero-slider-pro__arrow {
    width: 40px;
    height: 40px;
  }

  .hero-slider-pro__arrow svg {
    width: 20px;
    height: 20px;
  }

  .hero-slider-pro__dots {
    bottom: 18px;
  }
}

.hero-slider-pro__arrow--prev {
  left: 24px !important;
  right: auto !important;
}

.hero-slider-pro__arrow--next {
  right: 24px !important;
  left: auto !important;
}



@media (max-width: 991px) {
  .hero-slider-pro__arrow--prev {
    left: 14px !important;
    right: auto !important;
  }

  .hero-slider-pro__arrow--next {
    right: 14px !important;
    left: auto !important;
  }
}
  
  /* ——— Categories: modern tiles, scroll-reveal (.categories-section--in-view) ——— */
  .s-block--categories {
    --cat-accent: #329b67;
    --cat-accent-glow: rgba(50, 155, 103, 0.35);
    --cat-surface: #f0f2f5;
    --cat-ease: cubic-bezier(0.22, 1, 0.36, 1);
    
  }
  
  .s-block--categories .s-slider-wrapper {
    background: transparent;
  }
  
  .s-block--categories .s-slider-block__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    width: 100%;
    will-change: opacity, transform;
    transition:
      opacity 0.65s var(--cat-ease),
      transform 0.65s var(--cat-ease);
  }
  
  /* Keep header visible even if scroll-reveal JS never runs */
  .s-block--categories:not(.categories-section--in-view) .s-slider-block__title {
    opacity: 1 !important;
    transform: translateY(10px);
  }
  
  .s-block--categories.categories-section--in-view .s-slider-block__title {
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0.22s;
  }
  
  /* Swiper often uses overflow:hidden + fixed slide height — room for titles below circles */
  .s-block--categories .swiper.s-slider-container,
  .s-block--categories .s-slider-container.swiper {
    overflow: visible !important;
    padding-bottom: 2.75rem !important;
  }
  
  .s-block--categories .swiper-wrapper {
    align-items: flex-start !important;
  }
  
  .s-block--categories .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto !important;
    min-height: 12.5rem !important;
    overflow: visible !important;
  }
  
  .s-block--categories .s-slider-block__title-right h2,
  .s-block--bundle-features-list .s-slider-block__title-right h2 {
    position: relative;
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.3;
    padding-inline-start: 22px;
  }
  
  /* Modern accent: gradient pill + soft glow — categories + About (من نحن) */
  .s-block--categories .s-slider-block__title-right h2::before,
  .s-block--bundle-features-list .s-slider-block__title-right h2::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.08em;
    bottom: 0.08em;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(
      180deg,
      #6fe0a8 0%,
      #329b67 42%,
      #2d8f5c 88%,
      #1a6b45 100%
    );
    
  }
  
  .s-block--categories .s-slider-block__title-nav {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  
  .s-block--categories .s-slider-nav-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
      background 0.25s var(--cat-ease),
      border-color 0.25s var(--cat-ease),
      color 0.25s var(--cat-ease),
      box-shadow 0.25s var(--cat-ease),
      transform 0.25s var(--cat-ease);
    
  }
  
  .s-block--categories .s-slider-nav-arrow:not(.swiper-button-disabled):hover {
    border-color: rgba(50, 155, 103, 0.45);
    color: var(--cat-accent);
    background: #fff;
    
    transform: translateY(-1px);
  }
  
  .s-block--categories .s-slider-nav-arrow svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }
  
  .s-block--categories .s-slider-nav-arrow.swiper-button-disabled,
  .s-block--categories .s-slider-nav-arrow[disabled] {
    opacity: 0.38;
    cursor: not-allowed;
    box-shadow: none;
  }
  
  .s-block--categories .slide--cat-entry {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    text-decoration: none;
    color: #0f172a !important;
    font-size: 1rem !important;
    line-height: normal !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0.4rem 0.35rem 0.5rem;
    min-height: 0;
    overflow: visible !important;
    /* Never hide whole card with opacity — breaks titles if custom JS missing */
    opacity: 1 !important;
    visibility: visible !important;
    will-change: transform;
    transition: transform 0.55s var(--cat-ease);
  }
  
  .s-block--categories:not(.categories-section--in-view) .slide--cat-entry {
    opacity: 1 !important;
    transform: translateY(18px);
  }
  
  .s-block--categories.categories-section--in-view .slide--cat-entry {
    opacity: 1 !important;
    transform: translateY(0);
  }
  
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(1) .slide--cat-entry {
    transition-delay: 0.18s;
  }
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(2) .slide--cat-entry {
    transition-delay: 0.26s;
  }
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(3) .slide--cat-entry {
    transition-delay: 0.34s;
  }
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(4) .slide--cat-entry {
    transition-delay: 0.42s;
  }
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(5) .slide--cat-entry {
    transition-delay: 0.5s;
  }
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(6) .slide--cat-entry {
    transition-delay: 0.58s;
  }
  .s-block--categories.categories-section--in-view .swiper-slide:nth-child(n + 7) .slide--cat-entry {
    transition-delay: 0.64s;
  }
  
  /* Circular media: larger frame + slight zoom to reduce in-file white margins */
  .s-block--categories .slide--cat-entry img {
    width: 144px !important;
    height: 144px !important;
    max-width: 144px;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center;
    background-color: var(--cat-accent);
    box-sizing: border-box;
    flex-shrink: 0;
    transform: scale(1.08);
    transform-origin: center center;
    
    transition:
      transform 0.35s var(--cat-ease),
      box-shadow 0.35s var(--cat-ease);
  }
  
  .s-block--categories .slide--cat-entry .sicon-store {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: linear-gradient(145deg, #3aab74 0%, var(--cat-accent) 55%, #278056 100%);
    color: #fff;
    font-size: 2.85rem;
    line-height: 1;
    margin: 0 0 14px 0;
    flex-shrink: 0;
   
    transition: transform 0.35s var(--cat-ease), box-shadow 0.35s var(--cat-ease);
  }
  
  .s-block--categories .slide--cat-entry:hover img,
  .s-block--categories .slide--cat-entry:hover .sicon-store {
    transform: scale(1.14);
    
  }
  
  /*
   * Category names: undo theme/Tailwind .sr-only, line-clamp, and “hide h2” patterns.
   * Also targets h2 if markup changes slightly (direct child of slide).
   */
  .s-block--categories .slide--cat-entry h2,
  .s-block--categories .swiper-slide.slide--one-sixth h2 {
    margin: 0.35rem auto 0 !important;
    display: block !important;
    width: fit-content !important;
    max-width: 11rem !important;
    min-width: 0 !important;
    min-height: 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.45 !important;
    text-align: center !important;
    position: relative !important;
    inset: auto !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    clip-path: none !important;
    clip: auto !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-indent: 0 !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    z-index: 2 !important;
    transition: color 0.25s var(--cat-ease);
  }
  
  
  
  .s-block--categories .slide--cat-entry:hover h2,
  .s-block--categories .swiper-slide.slide--one-sixth .slide--cat-entry:hover h2 {
    color: var(--cat-accent) !important;
  }
  
  .s-block--categories .slide--cat-entry:hover h2::after,
  .s-block--categories .swiper-slide.slide--one-sixth .slide--cat-entry:hover h2::after {
    opacity: 1;
    filter: brightness(1.05);
  }
  
  @media (prefers-reduced-motion: reduce) {
    .s-block--categories .s-slider-block__title,
    .s-block--categories .slide--cat-entry,
    .s-block--categories .slide--cat-entry img,
    .s-block--categories .slide--cat-entry .sicon-store {
      transition-duration: 0.01ms !important;
      transition-delay: 0s !important;
    }
  
    .s-block--categories:not(.categories-section--in-view) .s-slider-block__title,
    .s-block--categories:not(.categories-section--in-view) .slide--cat-entry {
      opacity: 1 !important;
      transform: none !important;
    }
  }
  
  @media (max-width: 640px) {
    .s-block--categories {
      padding-block: 1.6rem 2.2rem;
    }
  
    .s-block--categories .s-slider-block__title-right h2,
    .s-block--bundle-features-list .s-slider-block__title-right h2 {
      font-size: 1.15rem;
      padding-inline-start: 18px;
    }
  
    .s-block--categories .s-slider-block__title-right h2::before,
    .s-block--bundle-features-list .s-slider-block__title-right h2::before {
      width: 4px;
    }
  
    .s-block--categories .slide--cat-entry img {
      width: 118px !important;
      height: 118px !important;
      max-width: 118px;
      transform: scale(1.07);
    }
  
    .s-block--categories .slide--cat-entry .sicon-store {
      width: 118px !important;
      height: 118px !important;
      max-width: 118px;
      font-size: 2.35rem;
    }
  
    .s-block--categories .slide--cat-entry:hover img,
    .s-block--categories .slide--cat-entry:hover .sicon-store {
      transform: scale(1.12);
    }
  
    .s-block--categories .slide--cat-entry h2,
    .s-block--categories .swiper-slide.slide--one-sixth h2 {
      font-size: 0.875rem !important;
      max-width: 8.5rem !important;
      clip-path: none !important;
    }
  
    .s-block--categories .slide--cat-entry h2::after,
    .s-block--categories .swiper-slide.slide--one-sixth h2::after {
      height: 4px;
      margin-top: 6px;
      width: min(100%, 4.5rem);
    }
  
    .s-block--categories .s-slider-nav-arrow {
      width: 40px;
      height: 40px;
      min-width: 40px;
    }
  }
  
  /* ===== Bundle features / من نحن (tag is salla-features-list-XXXXX — use > *) ===== */
  .s-block--bundle-features-list {
    --bf-accent: #329b67;
    --bf-accent-soft: rgba(50, 155, 103, 0.12);
    --bf-ease: cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding-block: clamp(2.75rem, 5vw, 4.25rem);
    background: linear-gradient(165deg, #fbfcfd 0%, #ffffff 38%, #f3f6f8 100%);
    overflow: hidden;
  }
  
  .s-block--bundle-features-list::before {
    content: "";
    position: absolute;
    inset-inline-end: -18%;
    top: -25%;
    width: min(52vw, 420px);
    height: min(52vw, 420px);
    border-radius: 50%;
    background: radial-gradient(circle, var(--bf-accent-soft) 0%, transparent 68%);
    pointer-events: none;
    z-index: 0;
  }
  
  .s-block--bundle-features-list .container {
    position: relative;
    z-index: 1;
  }
  
  /*
   * About title: supports h2.section-title (Lit). Theme CSS only sees h2 if it is in the
   * light DOM. If the bar still does not show, paste the block at the bottom of this file
   * into Salla → Bundle / Features list block → Custom CSS.
   */
  .s-block--bundle-features-list > * h2,
  .s-block--bundle-features-list > * h2.section-title,
  .s-block--bundle-features-list h2.section-title,
  .s-block--bundle-features-list .container h2,
  .s-block--bundle-features-list h2:first-of-type {
    position: relative;
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.3;
    padding-inline-start: 22px;
    overflow: visible;
  }
  
  .s-block--bundle-features-list > * h2::before,
  .s-block--bundle-features-list > * h2.section-title::before,
  .s-block--bundle-features-list h2.section-title::before,
  .s-block--bundle-features-list .container h2:first-of-type::before,
  .s-block--bundle-features-list h2:first-of-type::before {
    content: "" !important;
    display: block;
    position: absolute;
    inset-inline-start: 0;
    top: 0.08em;
    bottom: 0.08em;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(
      180deg,
      #6fe0a8 0%,
      #329b67 42%,
      #2d8f5c 88%,
      #1a6b45 100%
    );
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.35) inset,
      0 0 20px rgba(50, 155, 103, 0.35),
      0 3px 10px rgba(15, 23, 42, 0.08);
    z-index: 1;
    pointer-events: none;
  }
  
  /*
   * Web component host (salla-features-list-*): use @keyframes so motion still runs
   * if the section already has .bundle-features--in-view on first paint (transitions often skip).
   */
  .s-block--bundle-features-list:not(.bundle-features--in-view) > * {
    display: block;
    opacity: 1;
    transform: translateY(26px);
  }
  
  .s-block--bundle-features-list.bundle-features--in-view > * {
    display: block;
    animation: bfHostReveal 1s var(--bf-ease) 0.45s both;
  }
  
  @keyframes bfHostReveal {
    from {
      opacity: 0.88;
      transform: translateY(28px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Known bundle classes (from block custom_css) — polish + stagger */
  .s-block--bundle-features-list .images-section,
  .s-block--bundle-features-list .secondary-images {
    border-radius: 1.15rem;
    transition:
      box-shadow 0.35s var(--bf-ease),
      transform 0.35s var(--bf-ease);
  }
  
  .s-block--bundle-features-list.bundle-features--in-view .images-section {
    animation: bfFloatIn 0.8s var(--bf-ease) 0.35s both;
  }
  
  .s-block--bundle-features-list.bundle-features--in-view .secondary-images {
    animation: bfFloatIn 0.8s var(--bf-ease) 0.52s both;
  }
  
  .s-block--bundle-features-list .images-section img,
  .s-block--bundle-features-list .secondary-images img {
    border-radius: 0.85rem;
    transition: transform 0.45s var(--bf-ease);
  }
  
  .s-block--bundle-features-list .images-section:hover img,
  .s-block--bundle-features-list .secondary-images img:hover {
    transform: scale(1.02);
  }
  
  .s-block--bundle-features-list .cta-button {
    border-radius: 999px !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em;
    box-shadow:
      0 4px 14px rgba(50, 155, 103, 0.28),
      0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    transition:
      transform 0.3s var(--bf-ease),
      box-shadow 0.3s var(--bf-ease),
      filter 0.3s var(--bf-ease) !important;
  }
  
  .s-block--bundle-features-list .cta-button:hover {
    transform: translateY(-2px);
    box-shadow:
      0 10px 28px rgba(50, 155, 103, 0.38),
      0 1px 0 rgba(255, 255, 255, 0.25) inset !important;
    filter: brightness(1.05);
  }
  
  .s-block--bundle-features-list .feature-icon {
    transition: transform 0.35s var(--bf-ease), box-shadow 0.35s var(--bf-ease) !important;
  }
  
  .s-block--bundle-features-list.bundle-features--in-view li,
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-row"],
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"] {
    animation: bfItemIn 0.55s var(--bf-ease) both;
  }
  
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(1),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(1) {
    animation-delay: 0.38s;
  }
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(2),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(2) {
    animation-delay: 0.46s;
  }
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(3),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(3) {
    animation-delay: 0.54s;
  }
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(4),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(4) {
    animation-delay: 0.62s;
  }
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(5),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(5) {
    animation-delay: 0.7s;
  }
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(6),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(6) {
    animation-delay: 0.78s;
  }
  .s-block--bundle-features-list.bundle-features--in-view li:nth-child(n + 7),
  .s-block--bundle-features-list.bundle-features--in-view [class*="feature-item"]:nth-child(n + 7) {
    animation-delay: 0.86s;
  }
  
  @keyframes bfFloatIn {
    from {
      opacity: 0;
      transform: translateY(28px) scale(0.97);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  
  @keyframes bfItemIn {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @media (max-width: 640px) {
    .s-block--bundle-features-list > * h2,
    .s-block--bundle-features-list > * h2.section-title,
    .s-block--bundle-features-list h2.section-title,
    .s-block--bundle-features-list .container h2,
    .s-block--bundle-features-list h2:first-of-type {
      font-size: 1.15rem;
      padding-inline-start: 18px;
    }
  
    .s-block--bundle-features-list > * h2::before,
    .s-block--bundle-features-list > * h2.section-title::before,
    .s-block--bundle-features-list h2.section-title::before,
    .s-block--bundle-features-list .container h2:first-of-type::before,
    .s-block--bundle-features-list h2:first-of-type::before {
      width: 4px;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .s-block--bundle-features-list:not(.bundle-features--in-view) > *,
    .s-block--bundle-features-list.bundle-features--in-view > * {
      animation: none !important;
      transform: none !important;
    }
  
    .s-block--bundle-features-list .images-section,
    .s-block--bundle-features-list .secondary-images,
    .s-block--bundle-features-list li,
    .s-block--bundle-features-list [class*="feature-item"] {
      animation: none !important;
    }
  }
  
  /*
  Paste into Salla → Home → edit Features list (bundle) block → Custom CSS
  (if the green bar still does not appear — title is usually inside Shadow DOM):
  
  h2.section-title {
    position: relative !important;
    margin: 0 0 0.75rem !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    letter-spacing: -0.02em;
    line-height: 1.3 !important;
    padding-inline-start: 22px !important;
    overflow: visible !important;
  }
  h2.section-title::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset-inline-start: 0 !important;
    top: 0.08em !important;
    bottom: 0.08em !important;
    width: 5px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #6fe0a8 0%, #329b67 42%, #2d8f5c 88%, #1a6b45 100%) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35) inset, 0 0 20px rgba(50, 155, 103, 0.35), 0 3px 10px rgba(15, 23, 42, 0.08) !important;
    z-index: 1;
    pointer-events: none;
  }
  @media (max-width: 640px) {
    h2.section-title { font-size: 1.15rem !important; padding-inline-start: 18px !important; }
    h2.section-title::before { width: 4px !important; }
  }
  */
  
  /* ================================
     Modern Product Cards - Full Fixed Code
  ================================ */
  
  /* Card wrapper */
  .s-products-slider-card {
    padding: 8px !important;
    box-sizing: border-box;
    animation: productCardFadeUp 0.7s ease both;
  }
  
  .s-products-slider-card:nth-child(2) {
    animation-delay: 0.08s;
  }
  
  .s-products-slider-card:nth-child(3) {
    animation-delay: 0.16s;
  }
  
  .s-products-slider-card:nth-child(4) {
    animation-delay: 0.24s;
  }
  
  /* Main card */
  .s-products-slider-card .s-product-card-entry {
    background: #ffffff !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
    
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
    position: relative;
    height: auto !important;
    min-height: unset !important;
    display: flex !important;
    flex-direction: column !important;
  }
  
  .s-products-slider-card .s-product-card-entry:hover {
    transform: translateY(-8px);
 
    border-color: rgba(50, 155, 103, 0.18) !important;
  }
  
  /* Image section */
  .s-products-slider-card .s-product-card-image {
    position: relative;
    background: #ffffff !important;
    padding: 14px 14px 0 !important;
    overflow: hidden;
  }
  
  .s-products-slider-card .s-product-card-image > a {
    display: block;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #f8fafc;
  }
  
  /* Product image */
  .s-products-slider-card .s-product-card-image-cover {
    width: 100% !important;
    height: 220px !important;
    max-height: 220px !important;
    object-fit: cover !important;
    display: block;
    margin: 0 auto;
    padding: 10px;
    transition: transform 0.5s ease;
  }
  
  .s-products-slider-card .s-product-card-entry:hover .s-product-card-image-cover {
    transform: scale(1.05);
  }
  
  /* Promotion badge */
  .s-products-slider-card .s-product-card-promotion-title {
    position: absolute;
    top: 12px !important;
    inset-inline-end: 12px !important;
    right: initial !important;
    background: linear-gradient(135deg, #329b67, #287d53) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 7px 12px !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    
    z-index: 2;
  }
  
  /* Wishlist button */
  .s-products-slider-card .s-product-card-wishlist-btn.s-button-wrap,
  .s-products-slider-card .s-product-card-wishlist-btn.s-button-element {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    z-index: 3;
  }
  
  .s-products-slider-card .s-product-card-wishlist-btn .s-button-element,
  .s-products-slider-card .s-product-card-wishlist-btn.s-button-element {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
   
    color: #6b7280 !important;
    transition: all 0.3s ease !important;
  }
  
  .s-products-slider-card .s-product-card-wishlist-btn:hover .s-button-element,
  .s-products-slider-card .s-product-card-wishlist-btn.s-button-element:hover {
    transform: scale(1.08);
    color: #329b67 !important;
    border-color: rgba(50, 155, 103, 0.22) !important;
  }
  
  /* Content */
  .s-products-slider-card .s-product-card-content {
    padding: 14px 18px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    flex: unset !important;
  }
  
  /* Title area */
  .s-products-slider-card .s-product-card-content-main {
    min-height: auto !important;
    margin-bottom: 0 !important;
  }
  
  .s-products-slider-card .s-product-card-content-title {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.6 !important;
  }
  
  .s-products-slider-card .s-product-card-content-title a {
    color: #111827 !important;
    text-decoration: none !important;
    transition: color 0.25s ease !important;
  }
  
  .s-products-slider-card .s-product-card-entry:hover .s-product-card-content-title a {
    color: #329b67 !important;
  }
  
  /* Price section */
  .s-products-slider-card .s-product-card-content-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px !important;
  }
  
  .s-products-slider-card .s-product-card-price {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  
  .s-products-slider-card .s-product-card-price .sicon-sar {
    font-size: 15px !important;
    color: #329b67 !important;
  }
  
  /* Footer */
  .s-products-slider-card .s-product-card-content-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  
  /* Add to cart button */
  .s-products-slider-card salla-add-product-button .s-button-element,
  .s-products-slider-card .s-product-card-content-footer .s-button-element {
    height: 48px !important;
    border-radius: 16px !important;
    border: 1.5px solid #329b67 !important;
    background: #ffffff !important;
    color: #329b67 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
  }
  
  .s-products-slider-card salla-add-product-button .s-button-element:hover,
  .s-products-slider-card .s-product-card-content-footer .s-button-element:hover {
    background: #329b67 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    
  }
  
  .s-products-slider-card .s-product-card-content-footer .s-button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  
  /* Optional slider arrows */
  .s-products-slider .swiper-button-prev,
  .s-products-slider .swiper-button-next,
  .section--products-slider .swiper-button-prev,
  .section--products-slider .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(15, 23, 42, 0.08);
    
    color: #111827;
    transition: all 0.3s ease;
  }
   
  .s-products-slider .swiper-button-prev:hover,
  .s-products-slider .swiper-button-next:hover,
  .section--products-slider .swiper-button-prev:hover,
  .section--products-slider .swiper-button-next:hover {
    background: #329b67;
    color: #fff;
    transform: scale(1.08);
  }
  
  /* Mobile */
  @media (max-width: 991px) {
    .s-products-slider-card .s-product-card-image-cover {
      height: 200px !important;
      max-height: 200px !important;
    }
  
    .s-products-slider-card .s-product-card-content-title {
      font-size: 15px !important;
    }
  
    .s-products-slider-card .s-product-card-price {
      font-size: 19px !important;
    }
  }
  
  @media (max-width: 640px) {
    .s-products-slider-card {
      padding: 6px !important;
    }
  
    .s-products-slider-card .s-product-card-entry {
      border-radius: 18px !important;
    }
  
    .s-products-slider-card .s-product-card-image {
      padding: 12px 12px 0 !important;
    }
  
    .s-products-slider-card .s-product-card-image-cover {
      height: 170px !important;
      max-height: 170px !important;
      padding: 8px !important;
    }
  
    .s-products-slider-card .s-product-card-content {
      padding: 12px 14px 14px !important;
      gap: 8px;
    }
  
    .s-products-slider-card .s-product-card-content-title {
      font-size: 14px !important;
      line-height: 1.55 !important;
    }
  
    .s-products-slider-card .s-product-card-price {
      font-size: 18px !important;
    }
  
    .s-products-slider-card salla-add-product-button .s-button-element,
    .s-products-slider-card .s-product-card-content-footer .s-button-element {
      height: 44px !important;
      border-radius: 14px !important;
      font-size: 14px !important;
    }
  
    .s-products-slider-card .s-product-card-promotion-title {
      font-size: 10px !important;
      padding: 6px 10px !important;
    }
  
    .s-products-slider-card .s-product-card-wishlist-btn .s-button-element,
    .s-products-slider-card .s-product-card-wishlist-btn.s-button-element {
      width: 34px !important;
      height: 34px !important;
      min-width: 34px !important;
    }
  }
  
  /* Animation */
  @keyframes productCardFadeUp {
    from {
      opacity: 0;
      transform: translateY(22px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

/* =========================
   Coming Soon Section
========================= */

.coming-tabs-section {
  position: relative;
  padding: 90px 20px;
  padding-bottom: 0 !important;
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
  overflow: hidden;
}

.coming-tabs-container {
  max-width: 1280px;
  margin: 0 auto;
}

.coming-tabs-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.coming-tabs-section.in-view .coming-tabs-header {
  opacity: 1;
  transform: translateY(0);
}

.coming-tabs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 155, 103, 0.12);
  color: #329b67;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.coming-tabs-header h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.coming-tabs-header p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 2;
  color: #6b7280;
}

/* =========================
   Tabs slider
========================= */

.coming-tabs-nav-wrap {
  position: relative;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease 0.12s;
}

.coming-tabs-section.in-view .coming-tabs-nav-wrap {
  opacity: 1;
  transform: translateY(0);
}

.coming-tabs-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 6px 2px 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.coming-tabs-nav::-webkit-scrollbar {
  display: none;
}

.coming-tab-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid rgba(50, 155, 103, 0.12);
  background: #fff;
  color: #111827;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
 
}

.coming-tab-btn:hover {
  color: #329b67;
  border-color: rgba(50, 155, 103, 0.28);
  transform: translateY(-2px);
}

.coming-tab-btn.active {
  background: #329b67;
  color: #fff;
  border-color: #329b67;
 
}

/* optional fade edges */
.coming-tabs-nav-wrap::before,
.coming-tabs-nav-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 2;
  pointer-events: none;
}

.coming-tabs-nav-wrap::before {
  right: 0;
  background: linear-gradient(to left, #ffffff, rgba(255,255,255,0));
}

.coming-tabs-nav-wrap::after {
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255,255,255,0));
}

/* =========================
   Panels animation
========================= */

.coming-tabs-panels {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease 0.22s;
}

.coming-tabs-section.in-view .coming-tabs-panels {
  opacity: 1;
  transform: translateY(0);
}

.coming-tab-panel {
  display: none;
}

.coming-tab-panel.active {
  display: block;
  animation: comingPanelFade 0.4s ease;
}

@keyframes comingPanelFade {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   Product cards reveal
========================= */

.coming-tabs-section .s-products-slider-card,
.coming-tabs-section .s-product-card-entry,
.coming-tabs-section custom-salla-product-card {
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.coming-tabs-section.in-view .s-products-slider-card,
.coming-tabs-section.in-view .s-product-card-entry,
.coming-tabs-section.in-view custom-salla-product-card {
  animation: comingCardUp 0.7s ease both;
}

@keyframes comingCardUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .coming-tabs-section {
    padding: 60px 14px;
  }

  .coming-tabs-header h2 {
    font-size: 1.75rem;
  }

  .coming-tabs-header p {
    font-size: 0.97rem;
    line-height: 1.9;
  }

  .coming-tab-btn {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .coming-tabs-nav-wrap::before,
  .coming-tabs-nav-wrap::after {
    width: 26px;
  }
}

/* slider block */
.coming-products-slider {
  display: block;
}

/* card style */
.coming-products-slider .s-product-card-entry,
.coming-products-slider custom-salla-product-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
 
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.coming-products-slider .s-product-card-entry:hover,
.coming-products-slider custom-salla-product-card:hover {
  transform: translateY(-8px);
  
  border-color: rgba(50, 155, 103, 0.18);
}

.coming-products-slider .s-product-card-image {
  padding: 14px 14px 0;
  background: #fff;
  position: relative;
}

.coming-products-slider .s-product-card-image > a {
  display: block;
  background: #f8fafc;
  border-radius: 18px;
  overflow: hidden;
}

.coming-products-slider .s-product-card-image-cover {
  width: 100%;
  height: 230px;
  object-fit: contain;
  display: block;
  padding: 10px;
  transition: transform .45s ease;
}

.coming-products-slider .s-product-card-entry:hover .s-product-card-image-cover,
.coming-products-slider custom-salla-product-card:hover .s-product-card-image-cover {
  transform: scale(1.05);
}

.coming-products-slider .s-product-card-promotion-title {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  z-index: 3;
  background: linear-gradient(135deg, #329b67, #287d53);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
 
}

.coming-products-slider .s-product-card-wishlist-btn .s-button-element,
.coming-products-slider .s-product-card-wishlist-btn.s-button-element {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.95) !important;
  border: 1px solid rgba(15,23,42,.08) !important;

  color: #6b7280 !important;
}

.coming-products-slider .s-product-card-content {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.coming-products-slider .s-product-card-content-main {
  min-height: 72px;
  margin-bottom: 0 !important;
}

.coming-products-slider .s-product-card-content-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.coming-products-slider .s-product-card-content-title a {
  color: #111827;
  text-decoration: none;
}

.coming-products-slider .s-product-card-entry:hover .s-product-card-content-title a,
.coming-products-slider custom-salla-product-card:hover .s-product-card-content-title a {
  color: #329b67;
}

.coming-products-slider .s-product-card-content-sub {
  margin-bottom: 8px !important;
}

.coming-products-slider .s-product-card-price {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #111827;
}

.coming-products-slider .s-product-card-price .sicon-sar {
  color: #329b67;
  font-size: 15px;
}

.coming-products-slider .s-product-card-content-footer {
  margin-top: auto;
}

.coming-products-slider salla-add-product-button .s-button-element,
.coming-products-slider .s-product-card-content-footer .s-button-element {
  height: 48px !important;
  border-radius: 16px !important;
  border: 1.5px solid #329b67 !important;
  background: #fff !important;
  color: #329b67 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  transition: all .3s ease !important;
  box-shadow: none !important;
}

.coming-products-slider salla-add-product-button .s-button-element:hover,
.coming-products-slider .s-product-card-content-footer .s-button-element:hover {
  background: #329b67 !important;
  color: #fff !important;
  transform: translateY(-2px);

}

/* slider arrows */
.coming-products-slider .swiper-button-prev,
.coming-products-slider .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,23,42,.08);

  color: #111827;
  transition: all .3s ease;
}

.coming-products-slider .swiper-button-prev:hover,
.coming-products-slider .swiper-button-next:hover {
  background: #329b67;
  color: #fff;
  transform: scale(1.08);
}

@keyframes comingFade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
  .coming-tabs-section {
    padding: 70px 16px;
  }

  .coming-products-slider .s-product-card-image-cover {
    height: 200px;
  }
}

@media (max-width: 640px) {
  .coming-tabs-section {
    padding: 56px 14px;
  }

  .coming-tabs-header h2 {
    font-size: 1.7rem;
  }

  .coming-tabs-header p {
    font-size: .97rem;
    line-height: 1.9;
  }

  .coming-tabs-nav {
    gap: 10px;
    margin-bottom: 20px;
  }

  .coming-tab-btn {
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .coming-products-slider .s-product-card-image-cover {
    height: 170px;
  }

  .coming-products-slider .s-product-card-content {
    padding: 14px;
  }

  .coming-products-slider .s-product-card-content-title {
    font-size: 14px;
  }

  .coming-products-slider .s-product-card-price {
    font-size: 18px;
  }
}

.coming-tab-panel {
  display: none;
}

.coming-tab-panel.active {
  display: block;
}

.coming-tab-btn.active {
  background: linear-gradient(135deg, #329b67, #287d53);
  color: #fff;
  border-color: transparent;
}

.coming-tabs-nav-wrap {
  position: relative;
  margin-bottom: 30px;
}

.coming-tabs-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 6px 46px 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}

.coming-tabs-nav::-webkit-scrollbar {
  display: none;
}

.coming-tabs-nav.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.coming-tab-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.coming-tabs-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.coming-tabs-scroll-btn:hover {
  background: #329b67;
  color: #fff;
}

.coming-tabs-scroll-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.coming-tabs-scroll-btn--prev {
  right: 0;
}

.coming-tabs-scroll-btn--next {
  left: 0;
}

.coming-tabs-scroll-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.coming-tab-panel {
  display: none;
}

.coming-tab-panel.active {
  display: block;
}

@media (max-width: 640px) {
  .coming-tabs-nav {
    padding: 6px 38px 10px;
    gap: 10px;
  }

  .coming-tabs-scroll-btn {
    width: 34px;
    height: 34px;
  }
}

.coming-tabs-scroll-btn--prev,
.coming-tabs-section .coming-tabs-scroll-btn--prev {
  left: 0;
  right: auto;
}

.coming-tabs-scroll-btn--next,
.coming-tabs-section .coming-tabs-scroll-btn--next {
  right: 0;
  left: auto;
}

/* Hide price in coming soon section */
.coming-tabs-section .s-product-card-content-sub,
.coming-tabs-section .s-product-card-price {
  display: none !important;
}

/* Make footer spacing better after hiding price */
.coming-tabs-section .s-product-card-content {
  display: flex;
  flex-direction: column;
}

.coming-tabs-section .s-product-card-content-footer {
  margin-top: 10px !important;
}

.our-tabs-section {
  position: relative;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
  overflow: hidden;
}

.our-tabs-container {
  max-width: 1280px;
  margin: 0 auto;
}

.our-tabs-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.our-tabs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 155, 103, 0.12);
  color: #329b67;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.our-tabs-header h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.our-tabs-header p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 2;
  color: #6b7280;
}

.our-tabs-nav-wrap {
  position: relative;
  padding: 0 56px;
  margin-bottom: 30px;
}

.our-tabs-nav {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 6px 0 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}

.our-tabs-nav::-webkit-scrollbar {
  display: none;
}

.our-tabs-nav.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.our-tab-btn {
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid rgba(50, 155, 103, 0.12);
  background: #fff;
  color: #111827;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
 
}

.our-tab-btn:hover {
  color: #329b67;
  border-color: rgba(50, 155, 103, 0.28);
  transform: translateY(-2px);
}

.our-tab-btn.active {
  background: #329b67;
  color: #fff;
  border-color: #329b67;
 
}

.our-tabs-scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #111827;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.our-tabs-scroll-btn:hover {
  background: #329b67;
  color: #fff;
}

.our-tabs-scroll-btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.our-tabs-scroll-btn--prev {
  left: 0;
}

.our-tabs-scroll-btn--next {
  right: 0;
}

.our-tabs-scroll-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.our-tab-panel {
  display: none;
}

.our-tab-panel.active {
  display: block;
}

@media (max-width: 640px) {
  .our-tabs-section {
    padding: 60px 14px;
  }

  .our-tabs-header h2 {
    font-size: 1.75rem;
  }

  .our-tabs-header p {
    font-size: 0.97rem;
    line-height: 1.9;
  }

  .our-tabs-nav-wrap {
    padding: 0 44px;
  }

  .our-tab-btn {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
  }

  .our-tabs-scroll-btn {
    width: 36px;
    height: 36px;
  }

  .our-tabs-scroll-btn svg {
    width: 16px;
    height: 16px;
  }
}

.our-tabs-header,
.our-tabs-nav-wrap,
.our-tabs-panels {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.our-tabs-nav-wrap {
  transition-delay: 0.12s;
}

.our-tabs-panels {
  transition-delay: 0.24s;
}

.our-tabs-section.in-view .our-tabs-header,
.our-tabs-section.in-view .our-tabs-nav-wrap,
.our-tabs-section.in-view .our-tabs-panels {
  opacity: 1;
  transform: translateY(0);
}

.about-us-section-ar {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
  overflow: hidden;
}

.about-us-container {
  max-width: 1280px;
  margin: 0 auto;
}

.about-us-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-us-content {
  text-align: right;
}

.about-us-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 155, 103, 0.12);
  color: #329b67;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-us-content h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.about-us-content p {
  margin: 0 0 16px;
  font-size: 1.04rem;
  line-height: 2;
  color: #6b7280;
}

/* Changed features style */
.about-us-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 28px 0;
}

.about-feature-item {
  position: relative;
  
  color: #111827;
  
  border-radius: 18px;
  font-size: 15px;
  font-weight: 700;
 
  transition: all 0.3s ease;
}

.about-feature-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #329b67;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  box-shadow: 0 0 0 6px rgba(50, 155, 103, 0.12);
}

.about-feature-item:hover {
  transform: translateY(-2px);
  border-color: rgba(50, 155, 103, 0.22);
  box-shadow: 0 14px 30px rgba(50, 155, 103, 0.1);
}

.about-us-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #329b67;
  color: #fff;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 14px 28px rgba(50, 155, 103, 0.22);
}

.about-us-btn:hover {
  background: #287d53;
  color: #fff;
  transform: translateY(-2px);
}

.about-us-images {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.about-main-image,
.about-small-image {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.about-main-image img,
.about-small-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-main-image {
  min-height: 380px;
}

.about-main-image img {
  min-height: 380px;
}

.about-small-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-small-image {
  min-height: 190px;
}

.about-small-image img {
  min-height: 190px;
}

@media (max-width: 991px) {
  .about-us-section-ar {
    padding: 70px 16px;
  }

  .about-us-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .about-us-content {
    order: 2;
  }

  .about-us-images {
    order: 1;
  }

  .about-main-image {
    min-height: 320px;
  }

  .about-main-image img {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .about-us-section-ar {
    padding: 56px 14px;
  }

  .about-us-content h2 {
    font-size: 1.8rem;
  }

  .about-us-content p {
    font-size: 0.97rem;
    line-height: 1.9;
  }

  .about-us-features {
    gap: 10px;
  }

  .about-feature-item {
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .about-us-btn {
    width: 100%;
    padding: 13px 22px;
  }

  .about-small-images {
    grid-template-columns: 1fr;
  }

  .about-main-image {
    min-height: 260px;
  }

  .about-main-image img {
    min-height: 260px;
  }

  .about-small-image {
    min-height: 180px;
  }

  .about-small-image img {
    min-height: 180px;
  }
}

/* Reveal animation */
.about-us-content,
.about-us-images,
.about-main-image,
.about-small-image,
.about-us-badge,
.about-us-content h2,
.about-us-content p,
.about-us-features,
.about-us-btn {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.about-us-images {
  transition-delay: 0.12s;
}

.about-us-content h2 {
  transition-delay: 0.08s;
}

.about-us-content p:nth-of-type(1) {
  transition-delay: 0.14s;
}

.about-us-content p:nth-of-type(2) {
  transition-delay: 0.2s;
}

.about-us-features {
  transition-delay: 0.26s;
}

.about-us-btn {
  transition-delay: 0.32s;
}

.about-main-image {
  transition-delay: 0.18s;
}

.about-small-image:nth-child(1) {
  transition-delay: 0.26s;
}

.about-small-image:nth-child(2) {
  transition-delay: 0.34s;
}

.about-us-section-ar.in-view .about-us-content,
.about-us-section-ar.in-view .about-us-images,
.about-us-section-ar.in-view .about-main-image,
.about-us-section-ar.in-view .about-small-image,
.about-us-section-ar.in-view .about-us-badge,
.about-us-section-ar.in-view .about-us-content h2,
.about-us-section-ar.in-view .about-us-content p,
.about-us-section-ar.in-view .about-us-features,
.about-us-section-ar.in-view .about-us-btn {
  opacity: 1;
  transform: translateY(0);
}

.custom-branding-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
  overflow: hidden;
}

.custom-branding-container {
  max-width: 1280px;
  margin: 0 auto;
}

.custom-branding-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px;
  align-items: center;
}

.custom-branding-images {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-branding-main-image,
.custom-branding-small-image {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.custom-branding-main-image img,
.custom-branding-small-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.custom-branding-main-image {
  min-height: 380px;
}

.custom-branding-main-image img {
  min-height: 380px;
}

.custom-branding-small-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.custom-branding-small-image {
  min-height: 190px;
}

.custom-branding-small-image img {
  min-height: 190px;
}

.custom-branding-content {
  text-align: right;
}

.custom-branding-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 155, 103, 0.12);
  color: #329b67;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.custom-branding-content h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.custom-branding-content p {
  margin: 0 0 16px;
  font-size: 1.04rem;
  line-height: 2;
  color: #6b7280;
}

.custom-branding-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 28px 0;
}

.custom-branding-feature {
  position: relative;
  
  color: #111827;
 
  border-radius: 18px;
  font-size: 15px;
  font-weight: 700;
  
  transition: all 0.3s ease;
}

.custom-branding-feature::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #329b67;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  box-shadow: 0 0 0 6px rgba(50, 155, 103, 0.12);
}

.custom-branding-feature:hover {
  transform: translateY(-2px);
  border-color: rgba(50, 155, 103, 0.22);
  box-shadow: 0 14px 30px rgba(50, 155, 103, 0.1);
}

.custom-branding-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #329b67;
  color: #fff;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 14px 28px rgba(50, 155, 103, 0.22);
}

.custom-branding-btn:hover {
  background: #287d53;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .custom-branding-section {
    padding: 70px 16px;
  }

  .custom-branding-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .custom-branding-images {
    order: 1;
  }

  .custom-branding-content {
    order: 2;
  }

  .custom-branding-main-image {
    min-height: 320px;
  }

  .custom-branding-main-image img {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .custom-branding-section {
    padding: 56px 14px;
  }

  .custom-branding-content h2 {
    font-size: 1.8rem;
  }

  .custom-branding-content p {
    font-size: 0.97rem;
    line-height: 1.9;
  }

  .custom-branding-feature {
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .custom-branding-btn {
    width: 100%;
    padding: 13px 22px;
  }

  .custom-branding-small-images {
    grid-template-columns: 1fr;
  }

  .custom-branding-main-image {
    min-height: 260px;
  }

  .custom-branding-main-image img {
    min-height: 260px;
  }

  .custom-branding-small-image {
    min-height: 180px;
  }

  .custom-branding-small-image img {
    min-height: 180px;
  }
}

/* Reveal animation */
.custom-branding-content,
.custom-branding-images,
.custom-branding-main-image,
.custom-branding-small-image,
.custom-branding-badge,
.custom-branding-content h2,
.custom-branding-content p,
.custom-branding-features,
.custom-branding-btn {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.custom-branding-images {
  transition-delay: 0.12s;
}

.custom-branding-content h2 {
  transition-delay: 0.08s;
}

.custom-branding-content p:nth-of-type(1) {
  transition-delay: 0.14s;
}

.custom-branding-content p:nth-of-type(2) {
  transition-delay: 0.2s;
}

.custom-branding-features {
  transition-delay: 0.26s;
}

.custom-branding-btn {
  transition-delay: 0.32s;
}

.custom-branding-main-image {
  transition-delay: 0.18s;
}

.custom-branding-small-image:nth-child(1) {
  transition-delay: 0.26s;
}

.custom-branding-small-image:nth-child(2) {
  transition-delay: 0.34s;
}

.custom-branding-section.in-view .custom-branding-content,
.custom-branding-section.in-view .custom-branding-images,
.custom-branding-section.in-view .custom-branding-main-image,
.custom-branding-section.in-view .custom-branding-small-image,
.custom-branding-section.in-view .custom-branding-badge,
.custom-branding-section.in-view .custom-branding-content h2,
.custom-branding-section.in-view .custom-branding-content p,
.custom-branding-section.in-view .custom-branding-features,
.custom-branding-section.in-view .custom-branding-btn {
  opacity: 1;
  transform: translateY(0);
}

.why-choose-us-modern {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
  overflow: hidden;
}

.why-choose-us-container {
  max-width: 1280px;
  margin: 0 auto;
}

.why-choose-us-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.why-choose-us-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 155, 103, 0.12);
  color: #329b67;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.why-choose-us-header h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.why-choose-us-header p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 2;
  color: #6b7280;
}

.why-choose-us-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.why-choose-card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.why-choose-card:hover {
  transform: translateY(-6px);
  border-color: rgba(50, 155, 103, 0.18);
  box-shadow: 0 18px 38px rgba(50, 155, 103, 0.1);
}

.why-choose-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #329b67, #287d53);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 18px;
  box-shadow: 0 12px 24px rgba(50, 155, 103, 0.2);
}

.why-choose-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.4;
  font-weight: 800;
  color: #111827;
}

.why-choose-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.9;
  color: #6b7280;
}

@media (max-width: 991px) {
  .why-choose-us-modern {
    padding: 70px 16px;
  }

  .why-choose-us-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .why-choose-us-modern {
    padding: 56px 14px;
  }

  .why-choose-us-header h2 {
    font-size: 1.8rem;
  }

  .why-choose-us-header p {
    font-size: 0.97rem;
    line-height: 1.9;
  }

  .why-choose-us-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-choose-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .why-choose-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 15px;
    margin-bottom: 14px;
  }

  .why-choose-card h3 {
    font-size: 1.08rem;
  }

  .why-choose-card p {
    font-size: 0.95rem;
  }
}

/* Reveal animation */
.why-choose-us-header,
.why-choose-us-badge,
.why-choose-us-header h2,
.why-choose-us-header p,
.why-choose-card {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.why-choose-us-header h2 {
  transition-delay: 0.08s;
}

.why-choose-us-header p {
  transition-delay: 0.16s;
}

.why-choose-card:nth-child(1) { transition-delay: 0.08s; }
.why-choose-card:nth-child(2) { transition-delay: 0.14s; }
.why-choose-card:nth-child(3) { transition-delay: 0.2s; }
.why-choose-card:nth-child(4) { transition-delay: 0.26s; }
.why-choose-card:nth-child(5) { transition-delay: 0.32s; }
.why-choose-card:nth-child(6) { transition-delay: 0.38s; }

.why-choose-us-modern.in-view .why-choose-us-header,
.why-choose-us-modern.in-view .why-choose-us-badge,
.why-choose-us-modern.in-view .why-choose-us-header h2,
.why-choose-us-modern.in-view .why-choose-us-header p,
.why-choose-us-modern.in-view .why-choose-card {
  opacity: 1;
  transform: translateY(0);
}

.faq-modern-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #f8faf8 0%, #ffffff 100%);
  overflow: hidden;
}

.faq-modern-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-modern-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.faq-modern-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 155, 103, 0.12);
  color: #329b67;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.faq-modern-header h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.faq-modern-header p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 2;
  color: #6b7280;
}

.faq-modern-list {
  display: grid;
  gap: 16px;
}

.faq-modern-item {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.faq-modern-item:nth-child(1) { transition-delay: 0.08s; }
.faq-modern-item:nth-child(2) { transition-delay: 0.14s; }
.faq-modern-item:nth-child(3) { transition-delay: 0.20s; }
.faq-modern-item:nth-child(4) { transition-delay: 0.26s; }
.faq-modern-item:nth-child(5) { transition-delay: 0.32s; }

.faq-modern-item:hover {
  border-color: rgba(50, 155, 103, 0.16);
  box-shadow: 0 16px 36px rgba(50, 155, 103, 0.08);
}

.faq-modern-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: right;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 700;
  color: #111827;
  font-family: inherit;
}

.faq-modern-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-modern-icon::before,
.faq-modern-icon::after {
  content: "";
  position: absolute;
  background: #329b67;
  border-radius: 99px;
  transition: all 0.3s ease;
}

.faq-modern-icon::before {
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
}

.faq-modern-icon::after {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq-modern-item.active .faq-modern-icon::after {
  transform: scaleY(0);
}

.faq-modern-answer {
  display: none;
}

.faq-modern-answer-inner {
  padding: 0 24px 24px;
  font-size: 0.98rem;
  line-height: 2;
  color: #6b7280;
}

.faq-modern-section.in-view .faq-modern-header,
.faq-modern-section.in-view .faq-modern-item {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .faq-modern-section {
    padding: 56px 14px;
  }

  .faq-modern-header h2 {
    font-size: 1.8rem;
  }

  .faq-modern-header p {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .faq-modern-question {
    padding: 18px 16px;
    font-size: 0.96rem;
  }

  .faq-modern-answer-inner {
    padding: 0 16px 18px;
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .faq-modern-item {
    border-radius: 18px;
  }
}

.custom-footer-ar {
  background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
  color: #fff;
  padding: 80px 20px 24px;
  overflow: hidden;
}

.custom-footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.custom-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-footer-brand,
.custom-footer-links,
.custom-footer-categories,
.custom-footer-contact,
.custom-footer-bottom {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.custom-footer-brand {
  transition-delay: 0.08s;
}

.custom-footer-links {
  transition-delay: 0.16s;
}

.custom-footer-categories {
  transition-delay: 0.24s;
}

.custom-footer-contact {
  transition-delay: 0.32s;
}

.custom-footer-bottom {
  transition-delay: 0.4s;
}

.custom-footer-ar.in-view .custom-footer-brand,
.custom-footer-ar.in-view .custom-footer-links,
.custom-footer-ar.in-view .custom-footer-categories,
.custom-footer-ar.in-view .custom-footer-contact,
.custom-footer-ar.in-view .custom-footer-bottom {
  opacity: 1;
  transform: translateY(0);
}

.custom-footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.custom-footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
  font-size: 0.98rem;
}

.custom-footer-links h3,
.custom-footer-categories h3,
.custom-footer-contact h3 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.custom-footer-links ul,
.custom-footer-categories ul,
.custom-footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-footer-links li,
.custom-footer-categories li,
.custom-footer-contact li {
  margin-bottom: 12px;
}

.custom-footer-links a,
.custom-footer-categories a,
.custom-footer-contact a,
.custom-footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.96rem;
  transition: all 0.3s ease;
}

.custom-footer-links a:hover,
.custom-footer-categories a:hover,
.custom-footer-contact a:hover {
  color: #329b67;
}

.custom-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.custom-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.custom-footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.custom-footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.92rem;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.custom-footer-socials a:hover {
  color: #fff;
  background: #329b67;
  border-color: #329b67;
  transform: translateY(-2px);
}

.custom-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 18px;
}

@media (max-width: 991px) {
  .custom-footer-ar {
    padding: 64px 16px 22px;
  }

  .custom-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .custom-footer-ar {
    padding: 52px 14px 20px;
  }

  .custom-footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 26px;
  }

  .custom-footer-logo {
    max-width: 150px;
  }

  .custom-footer-brand p,
  .custom-footer-links a,
  .custom-footer-categories a,
  .custom-footer-contact a,
  .custom-footer-contact span {
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .custom-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
  }

  .custom-footer-socials a {
    padding: 9px 12px;
    font-size: 0.88rem;
  }

  .custom-footer-socials svg {
    width: 16px;
    height: 16px;
  }
}

.store-footer {
  display: none !important;
}

.s-block.s-block--bundle-html-content {
  margin: 0 !importnat;
  margin-top: 0 !importnat;
}
.faq-modern-header p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 2;
  color: #6b7280;
}

.faq-modern-list {
  display: grid;
  gap: 16px;
}

.faq-modern-item {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.faq-modern-item:nth-child(1) { transition-delay: 0.08s; }
.faq-modern-item:nth-child(2) { transition-delay: 0.14s; }
.faq-modern-item:nth-child(3) { transition-delay: 0.20s; }
.faq-modern-item:nth-child(4) { transition-delay: 0.26s; }
.faq-modern-item:nth-child(5) { transition-delay: 0.32s; }

.faq-modern-item:hover {
  border-color: rgba(50, 155, 103, 0.16);
  box-shadow: 0 16px 36px rgba(50, 155, 103, 0.08);
}

.faq-modern-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: right;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 700;
  color: #111827;
  font-family: inherit;
}

.faq-modern-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-modern-icon::before,
.faq-modern-icon::after {
  content: "";
  position: absolute;
  background: #329b67;
  border-radius: 99px;
  transition: all 0.3s ease;
}

.faq-modern-icon::before {
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
}

.faq-modern-icon::after {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq-modern-item.active .faq-modern-icon::after {
  transform: scaleY(0);
}

.faq-modern-answer {
  display: none;
}

.faq-modern-answer-inner {
  padding: 0 24px 24px;
  font-size: 0.98rem;
  line-height: 2;
  color: #6b7280;
}

.faq-modern-section.in-view .faq-modern-header,
.faq-modern-section.in-view .faq-modern-item {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 640px) {
  .faq-modern-section {
    padding: 56px 14px;
  }

  .faq-modern-header h2 {
    font-size: 1.8rem;
  }

  .faq-modern-header p {
    font-size: 0.96rem;
    line-height: 1.9;
  }

  .faq-modern-question {
    padding: 18px 16px;
    font-size: 0.96rem;
  }

  .faq-modern-answer-inner {
    padding: 0 16px 18px;
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .faq-modern-item {
    border-radius: 18px;
  }
}

.custom-footer-ar {
  background: linear-gradient(180deg, #111827 0%, #0b1220 100%);
  color: #fff;
  padding: 80px 20px 24px;
  overflow: hidden;
}

.custom-footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.custom-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-footer-brand,
.custom-footer-links,
.custom-footer-categories,
.custom-footer-contact,
.custom-footer-bottom {
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.custom-footer-brand {
  transition-delay: 0.08s;
}

.custom-footer-links {
  transition-delay: 0.16s;
}

.custom-footer-categories {
  transition-delay: 0.24s;
}

.custom-footer-contact {
  transition-delay: 0.32s;
}

.custom-footer-bottom {
  transition-delay: 0.4s;
}

.custom-footer-ar.in-view .custom-footer-brand,
.custom-footer-ar.in-view .custom-footer-links,
.custom-footer-ar.in-view .custom-footer-categories,
.custom-footer-ar.in-view .custom-footer-contact,
.custom-footer-ar.in-view .custom-footer-bottom {
  opacity: 1;
  transform: translateY(0);
}

.custom-footer-logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.custom-footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 2;
  font-size: 0.98rem;
}

.custom-footer-links h3,
.custom-footer-categories h3,
.custom-footer-contact h3 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}

.custom-footer-links ul,
.custom-footer-categories ul,
.custom-footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-footer-links li,
.custom-footer-categories li,
.custom-footer-contact li {
  margin-bottom: 12px;
}

.custom-footer-links a,
.custom-footer-categories a,
.custom-footer-contact a,
.custom-footer-contact span {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.96rem;
  transition: all 0.3s ease;
}

.custom-footer-links a:hover,
.custom-footer-categories a:hover,
.custom-footer-contact a:hover {
  color: #329b67;
}

.custom-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
}

.custom-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.custom-footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.custom-footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.92rem;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.custom-footer-socials a:hover {
  color: #fff;
  background: #329b67;
  border-color: #329b67;
  transform: translateY(-2px);
}

.custom-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 18px;
}

@media (max-width: 991px) {
  .custom-footer-ar {
    padding: 64px 16px 22px;
  }

  .custom-footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .custom-footer-ar {
    padding: 52px 14px 20px;
  }

  .custom-footer-top {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 26px;
  }

  .custom-footer-logo {
    max-width: 150px;
  }

  .custom-footer-brand p,
  .custom-footer-links a,
  .custom-footer-categories a,
  .custom-footer-contact a,
  .custom-footer-contact span {
    font-size: 0.94rem;
    line-height: 1.9;
  }

  .custom-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
  }

  .custom-footer-socials a {
    padding: 9px 12px;
    font-size: 0.88rem;
  }

  .custom-footer-socials svg {
    width: 16px;
    height: 16px;
  }
}

.store-footer {
  display: none !important;
}

.s-block.s-block--bundle-html-content {
  margin: 0 !importnat;
  margin-top: 0 !importnat;
}



.slider-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0,0,0,0.75), rgba(0,0,0,0.25));
  z-index: 1;
}

/* المحتوى */
.slider-bg .container > div {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

/* العنوان */
.slider-bg h3 {
  position: relative;
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.slider-bg .s-slider-block__display-all {
  display: none;
}

/* موبايل */
@media (max-width: 768px) {
  .slider-bg h3 {
    font-size: 24px;
  }
}

/* الوصف */
.slider-bg p {
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-bottom: 20px;
}

/* زر حقيقي الشكل */
.slider-bg .container > div::after {
  content: "تصفح المنتجات";
  display: inline-block;
  padding: 12px 26px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slider-bg .container > div:hover::after {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

/* موبايل */
@media (max-width: 768px) {
  .slider-bg {
    min-height: 200px;
  }

  .slider-bg h3 {
    font-size: 24px;
  }



  .slider-bg p {
    font-size: 13px;
  }
}