/* Add custom CSS styles below */


@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;900&display=swap');

.wyn-logo-animated {
  display: block;
  height: 300px;
  margin-bottom: 8px;
  object-fit: contain;
  animation: wynFloat 3s ease-in-out infinite;
  filter: drop-shadow(0 6px 20px rgba(124,58,237,0.30));
}
@keyframes wynFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

.wyn-sub-line {
  display: block;
  font-family: 'Cairo', sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: #2a2a3a;
  margin-bottom: 2px;
}

.advanced-slider__caption {
  direction: ltr !important;
}
.advanced-slider__caption .container {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
}
.advanced-slider__caption__inner--left {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  padding-bottom: 44px !important;
  padding-left: 4% !important;
  padding-right: 0 !important;
  left: 0 !important;
  right: unset !important;
}

/* ===== Content ===== */
.advanced-slider__caption__inner__content {
  text-align: right !important;
  direction: rtl !important;
  max-width: 420px !important;
  font-family: 'Cairo', sans-serif !important;
}

/* ===== العنوان ===== */
.advanced-slider__caption__inner__content__heading {
  font-family: 'Cairo', sans-serif !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
  color: #0f0f1a !important;
  margin: 2px 0 8px !important;
}
.advanced-slider__caption__inner__content__heading .wyn-gradient {
  display: block;
  background: linear-gradient(90deg, #c084fc 0%, #818cf8 48%, #7c3aed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  font-family: 'Cairo', sans-serif !important;
}

/* ===== الوصف ===== */
.advanced-slider__caption__inner__content__text {
  font-family: 'Cairo', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(40,40,70,0.70) !important;
  margin: 0 0 20px !important;
  letter-spacing: 0.3px;
}

/* ===== البوتون ===== */
.advanced-slider__caption__inner__content__button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 58%, #5b21b6 100%) !important;
  color: #ffffff !important;
  font-family: 'Cairo', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 11px 30px !important;
  border-radius: 50px;
  border: 1.5px solid rgba(196,138,254,0.4) !important;
  box-shadow: 0 4px 22px rgba(109,40,217,0.38) !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-radius 0.3s ease;
}
.advanced-slider__caption__inner__content__button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(109,40,217,0.55) !important;
  border-radius: 14px;
}
.advanced-slider__caption__inner__content__button span {
  color: #fff !important;
  font-family: 'Cairo', sans-serif !important;
  font-weight: 700 !important;
}

/* ===== تابلت 601-900 ===== */
@media (min-width: 601px) and (max-width: 900px) {
  .wyn-logo-animated { height: 75px !important; }
  .advanced-slider__caption__inner__content__heading { font-size: 32px !important; }
  .advanced-slider__caption__inner__content__text { font-size: 12px !important; }
  .advanced-slider__caption__inner__content__button { font-size: 13px !important; padding: 9px 22px !important; }
  .wyn-sub-line { font-size: 13px !important; }
  .advanced-slider__caption__inner--left { padding-bottom: 30px !important; }
}

/* ===== موبايل - النص فوق الصورة ===== */
@media (max-width: 600px) {
  .advanced-slider__caption__inner--left {
    padding: 0 3% !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 18% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
  }
  .advanced-slider__caption__inner__content {
    max-width: 90vw !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 4px !important;
  }
  .wyn-logo-animated {
    height: 52px !important;
    margin: 0 auto 0 !important;
  }
  .wyn-sub-line {
    font-size: 11px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .advanced-slider__caption__inner__content__heading {
    font-size: 22px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  .advanced-slider__caption__inner__content__heading .wyn-gradient,
  .advanced-slider__caption__inner__content__heading span {
    display: block;
    text-align: center !important;
  }
  .advanced-slider__caption__inner__content__text {
    font-size: 10px !important;
    margin: 0 !important;
    text-align: center !important;
  }
  .advanced-slider__caption__inner__content__button {
    font-size: 11px !important;
    padding: 7px 16px !important;
    gap: 6px !important;
    margin: 4px auto 0 !important;
    display: inline-flex !important;
  }
}













































/* ═══════════════════════════════
   WYN Footer - White Theme
   ═══════════════════════════════ */

.store-footer {
  background: #ffffff;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  color: #6a3fd4;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.store-footer::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 350px;
  background: radial-gradient(ellipse, rgba(138, 92, 246, 0.08) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

/* ── Curve ── */
.store-footer__curve {
  display: block;
  width: 100%;
  height: 44px;
  margin-bottom: -2px;
  color: #ffffff;
  fill: #ffffff;
}

/* ── Inner ── */
.store-footer__inner {
  padding: 2rem 2rem 0;
  position: relative;
  z-index: 1;
}

.store-footer .container {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 2rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Section headings ── */
.store-footer h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #6a3fd4 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.4px;
  border-bottom: 2px solid rgba(106, 63, 212, 0.25);
  padding-bottom: 0.5rem;
  display: inline-block;
}

/* ── Footer links list ── */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 0.8rem;
}

.footer-list li a {
  background: linear-gradient(135deg, #7c3fbf 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-list li a::before {
  content: '›';
  background: linear-gradient(135deg, #6a3fd4 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 18px;
  line-height: 1;
}

.footer-list li a:hover {
  opacity: 0.75;
}

/* ── Center column (logo) ── */
.store-footer .lg\:col-\[2\],
.store-footer [class*="lg:-mt"] {
  text-align: center;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}

.store-footer .img-fluid {
  height: 68px;
  width: auto;
  display: block;
  margin: 0 auto 0.75rem;
}

/* ── Footer description ── */
.footer-description {
  font-size: 13px;
  background: linear-gradient(135deg, #7c3fbf 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.9;
  margin-bottom: 1.2rem;
  text-align: center;
}

.footer-description p,
.footer-description .ql-align-right {
  background: linear-gradient(135deg, #7c3fbf 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center !important;
}

/* ── Trust badge ── */
salla-trust-badges,
.s-trust-badges-wrapper {
  display: inline-flex !important;
  align-items: center;
  gap: 0.6rem;
  background: rgba(106, 63, 212, 0.07) !important;
  border: 1px solid rgba(106, 63, 212, 0.25) !important;
  border-radius: 12px !important;
  padding: 0.55rem 1.1rem !important;
  margin-top: 1.2rem !important;
}

.s-trust-badges-image {
  width: 34px !important;
  height: 34px !important;
}

.s-trust-badges-label {
  font-size: 11px !important;
  background: linear-gradient(135deg, #7c3fbf 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.s-trust-badges-number {
  font-size: 13px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #6a3fd4 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Footer badges wrapper ── */
.footer-badges {
  justify-content: center;
}

/* ── Divider ── */
.store-footer__contacts-row {
  border-top: 1px solid rgba(106, 63, 212, 0.15);
  margin-top: 1.8rem;
  padding: 1.4rem 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ── Contact links ── */
.store-footer__contacts-row a {
  background: linear-gradient(135deg, #6a3fd4 0%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: opacity 0.2s;
}

.store-footer__contacts-row a:hover {
  opacity: 0.75;
}

/* Contact icon circle */
.store-footer__contacts-row .contact-icon,
.store-footer__contacts-row i[class*="sicon"] {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, rgba(106, 63, 212, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%) !important;
  border: 1px solid rgba(106, 63, 212, 0.3) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #6a3fd4 !important;
  font-size: 18px !important;
  flex-shrink: 0;
}

/* phone number unicode */
.store-footer__contacts-row .text-unicode {
  background: linear-gradient(135deg, #6a3fd4 0%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* ── Social icons ── */
salla-social .s-social-list,
.s-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

salla-social .s-social-list a,
.s-social-list a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(106, 63, 212, 0.1) 0%, rgba(168, 85, 247, 0.1) 100%) !important;
  border: 1px solid rgba(106, 63, 212, 0.3) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a3fd4 !important;
  font-size: 16px;
  transition: background 0.2s;
}

salla-social .s-social-list a:hover,
.s-social-list a:hover {
  background: linear-gradient(135deg, rgba(106, 63, 212, 0.18) 0%, rgba(168, 85, 247, 0.18) 100%) !important;
}

/* ── Bottom bar ── */
.footer-bottom {
  border-top: 1px solid rgba(106, 63, 212, 0.15);
  position: relative;
  z-index: 1;
}

.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 2rem;
  grid-template-columns: unset;
}

/* ── Copyright text ── */
.footer-rights,
.footer-rights p {
  font-size: 13px !important;
  background: linear-gradient(135deg, #7c3fbf 0%, #a855f7 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  margin: 0 !important;
}

.footer-rights a {
  background: linear-gradient(135deg, #6a3fd4 0%, #9333ea 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  font-weight: 700;
  text-decoration: none;
}

.footer-rights a:hover {
  text-decoration: underline;
}

/* ── Payment icons ── */
salla-payments .s-payments-list,
.s-payments-list {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

salla-payments .s-payments-list-item,
.s-payments-list-item {
  width: 44px;
  height: 30px;
  background: rgba(106, 63, 212, 0.07) !important;
  border: 1px solid rgba(106, 63, 212, 0.22) !important;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

salla-payments .s-payments-list-item img,
.s-payments-list-item img {
  width: 88%;
  height: auto;
  filter: none;
  object-fit: contain;
}

/* ── Inner & Newsletter sections ── */
.store-footer__inner,
.store-footer__newsletter {
  border-bottom: 1px solid rgba(106, 63, 212, 0.1);
  border-style: dashed;
  background-color: #ffffff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}

/* ── Contacts row ── */
.store-footer__contacts-row {
  border-bottom: 1px solid rgba(106, 63, 212, 0.1);
  border-style: dashed;
  background-color: #f8f5ff;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .store-footer .container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .store-footer .lg\:col-\[2\],
  .store-footer [class*="lg:-mt"] {
    order: -1;
    margin-top: 0;
  }

  .footer-list li a {
    justify-content: center;
  }

  .footer-bottom .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .store-footer__inner {
    padding: 1.5rem 1rem 0;
  }

  .store-footer__contacts-row {
    gap: 1.5rem;
    padding: 1rem;
  }

  .footer-bottom .container {
    padding: 1rem;
  }
}
























/* ═══════════════════════════════
   Square Links Section — Heading
   ═══════════════════════════════ */

.s-block--square-links .section-heading {
  text-align: center;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(28px);
  animation: headingReveal 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.1s;
}

/* Matches the section's data-animated reveal */
.s-block--square-links[data-animated="true"] .section-heading {
  animation-play-state: running;
}

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

/* ── Main title with purple gradient ── */
.s-block--square-links .section-heading__title {
  font-family: 'Cairo', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin: 0 0 0.5rem;
  background: linear-gradient(135deg, #6a3fd4 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

/* ── Subtitle — plain dark ── */
.s-block--square-links .section-heading__sub {
  font-family: 'Cairo', sans-serif;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 1.1rem;
  line-height: 1.7;
}

/* ── Decorative divider ── */
.s-block--square-links .section-heading__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.s-block--square-links .section-heading__divider::before,
.s-block--square-links .section-heading__divider::after {
  content: '';
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #a855f7);
  border-radius: 2px;
}

.s-block--square-links .section-heading__divider::after {
  background: linear-gradient(90deg, #6a3fd4, transparent);
}

.s-block--square-links .section-heading__divider span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a3fd4, #a855f7);
}









/* كاردات آراء العملاء */
.reviews-slider .review > div{
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    
    /* حدود خفيفة */
    border: 1px solid rgba(139, 92, 246, 0.18);

    /* الوهج البنفسجي */
    box-shadow:
        0 0 0 1px rgba(168, 85, 247, 0.08),
        0 0 18px rgba(168, 85, 247, 0.18),
        0 0 40px rgba(168, 85, 247, 0.10);

    transition: all .35s ease;
}

/* خط لامع فوق الكارد */
.reviews-slider .review > div::before{
    content: "";
    position: absolute;
    top: 0;
    right: 12%;
    width: 76%;
    height: 3px;
    border-radius: 999px;

    background: linear-gradient(
        90deg,
        transparent,
        #a855f7,
        #c084fc,
        #a855f7,
        transparent
    );

    box-shadow:
        0 0 10px #a855f7,
        0 0 20px rgba(168, 85, 247, .7);

    animation: purpleGlow 2.5s infinite ease-in-out;
}

/* توهج عند الهوفر */
.reviews-slider .review > div:hover{
    transform: translateY(-6px);

    border-color: rgba(168, 85, 247, 0.45);

    box-shadow:
        0 0 0 1px rgba(168, 85, 247, 0.15),
        0 0 25px rgba(168, 85, 247, 0.28),
        0 0 60px rgba(168, 85, 247, 0.16);
}

/* حركة الوميض */
@keyframes purpleGlow{
    0%{
        opacity: .55;
        filter: blur(.2px);
    }
    50%{
        opacity: 1;
        filter: blur(0);
    }
    100%{
        opacity: .55;
        filter: blur(.2px);
    }
}





.store-footer:not(.basic-footer) .footer-description, .store-footer:not(.basic-footer) .footer-description p, .store-footer:not(.basic-footer) .footer-description+p {
    margin-bottom: 20px;
    text-align: center;
    display: none;
}