/* Add custom CSS styles below */ 


/* نحدد بس الجزء بتاع الأيقونات */
.flex.items-center.justify-end .header-btn,
.flex.items-center.justify-end .s-cart-summary-wrapper {
  background-color: #0783b2 !important; /* الخلفية زرقة */
  border-radius: 50%; /* تخليها دائرية - ممكن تخليها مربعة لو عاوز */
  padding: 8px; /* مسافة حوالين الأيقونة */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* الأيقونات نفسها تبقى بيضاء */
.flex.items-center.justify-end .header-btn__icon,
.flex.items-center.justify-end .s-cart-summary-icon,
.flex.items-center.justify-end .sicon-shopping-bag {
  color: #fff !important;
  fill: #fff !important;
}

/* رقم السلة يبقى أبيض برضه */
.flex.items-center.justify-end .s-cart-summary-count,
.flex.items-center.justify-end .s-cart-summary-total {
  color: #fff !important;
}






.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 2rem;
    display: none;
}





#mainnav {
  background: linear-gradient(135deg, #1373b3, #1d88d4, #0a6aa9);
  font-family: 'Cairo', sans-serif;
}

#mainnav a {
  color: #fff; /* أبيض */
  text-decoration: none;
  transition: color 0.3s ease;
}

#mainnav a:hover {
  color: #87CEFA; /* لبني فاتح */
}




html, body {
  background-color: #ffffff !important;
  margin: 0;
  padding: 0;
  height: 100%;
}









.s-product-card-promotion-title {
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: #22c55e;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}




.promotion-title {
    position: absolute;
    top: 1rem;
    z-index: 10;
    --tw-bg-opacity: 1;
    background-color: #991b1b;
    background-color: rgb(0 255 164);
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgb(0 0 0);
}




.header-btn__icon {
    align-items: center;
    border-radius: 9999px;
    border-width: 1px;
    display: flex
;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
    --tw-border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(255 255 255);
}



.text-primary {
    color: #414042;
    color: #ffffff;
}



.navbar-brand img {
    max-height: 7rem;
    max-width: 100px;
    width: auto;
}




header > .inner.bg-inherit {
  background: linear-gradient(135deg, #1374b4, #1a8dc8, #1373b3) !important;
}


.header-gradient {
  background: linear-gradient(90deg, #0a6fb5, #1a8ed1);
  border-radius: 20px; /* زي اللي في الصورة */
}



.banner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-overlay .cta-btn {
  background: transparent;      
  color: #fff;                  
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #fff;       
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

/* ✨ الهوفر */
.banner-overlay .cta-btn:hover {
  background: #fff;            
  color: #1a94cf;              
  border-color: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.5);
  transform: scale(1.05);      /* يكبر شوية عند الهوفر */
}

/* ✨ عند الضغط */
.banner-overlay .cta-btn:active {
  transform: scale(0.95);      /* يقرب لتحت كأنه بيتضغط */
}




/* موبايل */
@media (max-width: 768px) {
  .donation-btn,
  .sticky-product-bar .s-add-product-button-main button,
  .sticky-product-bar .s-add-product-button-main .s-button-element {
    font-size: 0.85rem;   
    padding: 12px 0;      
    border-radius: 10px;
    line-height: 1.1;
  }

  /* نخلي الأزرار كلها في خط واحد متساوي */
  .sticky-product-bar .s-add-product-button-main {
    display: flex !important;
    gap: 8px;                /* مسافة صغيرة بينهم */
    align-items: stretch;    /* عشان يطلعوا كلهم بنفس الطول والارتفاع */
  }

  .sticky-product-bar .s-add-product-button-main button,
  .sticky-product-bar .s-add-product-button-main .s-button-element,
  .donation-btn {
    flex: 1;                 /* كل زر ياخد نفس العرض */
    margin-top: 0 !important;/* نشيل ال margin اللي كان بيطلعهم فوق/تحت */
  }
}


















/* الكونتينر بتاع المنتجات */
.s-products-list-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

/* الكارت */
.s-product-card-vertical {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.s-product-card-vertical:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* صورة المنتج */
.s-product-card-image img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

/* محتوى الكارت */
.s-product-card-content {
  padding: 15px;
}

/* اسم المنتج */
.s-product-card-content h2,
.s-product-card-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 8px;
  color: #222;
}

/* السعر */
.s-product-card-price {
  font-size: 18px;
  font-weight: bold;
  color: #008bb1;
  margin-bottom: 12px;
}

/* زر الشراء */
.s-product-card-content-footer button {
  width: 100%;
  background: linear-gradient(45deg, #1373b3, #008bb1);
  color: #fff !important;
  border: none !important;
  border-radius: 25px;
  padding: 10px 0;
  font-weight: bold;
  transition: background 0.3s ease;
}
.s-product-card-content-footer button:hover {
  background: linear-gradient(45deg, #0f5c8c, #006f8f);
}





.custom-slider-main {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.custom-slider-main .slide {
  display: none;
}
.custom-slider-main .slide.active {
  display: block;
}
.custom-slider-main img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.custom-slider-thumbs {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.custom-slider-thumbs .thumb {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
}
.custom-slider-thumbs .thumb.active {
  opacity: 1;
  border-color: #1373b3;
}
.custom-slider-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
































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

#subscriptions {
  font-family: 'Cairo', sans-serif;
  text-align: center;
  padding: 50px 20px;
  background: #f9f9f9;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1373b3;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.plan-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.plan-img {
  width: 180px;
  margin: 0 auto 15px;
  display: block;
}

.plan-brand {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(45deg, #1373b3, #008bb1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.plan-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.plan-desc {
  font-size: 15px;
  margin-bottom: 5px;
  color: #555;
}

.plan-price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1373b3;
}

.plan-btn {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(45deg, #1373b3, #008bb1);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.plan-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(45deg, #0f5f94, #007899);
}



























/* ضبط الديسكتوب */
.swiper-wrapper {
  display: flex;
  justify-content: center;
}
.s-products-slider-card {
  margin: 0 auto;
  max-width: 350px;
}

/* ضبط الموبايل */
@media (max-width: 767px) {
  .swiper-wrapper {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .swiper-slide {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .s-products-slider-card {
    max-width: 90%;
  }
}








.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .banner img {
    width: 100% !important;
    height: auto;
    display: block;
}

.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container {
    max-width: 100% !important;
    padding: 0 !important;
}





@media (max-width: 767px) {
  .swiper, 
  .swiper-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .swiper-wrapper {
    justify-content: center !important;
  }

  .swiper-slide {
    display: flex !important;
    justify-content: center !important;
  }

  .s-products-slider-card {
    max-width: 90%;
    margin: 0 auto !important;
  }
}



/* استدعاء خط Cairo من جوجل */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 25px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.07);
  font-family: 'Cairo', sans-serif;
  transition: transform 0.3s ease;
}

.faq-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1373b3;
  text-align: center;
  position: relative;
}

.faq-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #1373b3;
  margin: 10px auto 0;
  border-radius: 3px;
}

.faq-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.faq-item:hover {
  background: #f7fbfd; /* هافر */
}

.faq-question {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
}

.faq-question::after {
  content: '+';
  font-size: 20px;
  transition: transform 0.3s, color 0.3s;
  color: #1373b3;
}

.faq-item.active .faq-question::after {
  content: '-';
  transform: rotate(180deg);
  color: #ff6600;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  opacity: 0;
  padding-left: 5px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 10px;
}

/* موبايل */
@media (max-width: 600px) {
  .faq-section {
    padding: 20px;
  }
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 14px;
  }
}




.footer-icons {
  display: flex;
  justify-content: center; /* وسط الفوتر */
  gap: 10px; /* مسافة بين الأيقونات */
  margin-top: 10px;
}

.footer-icon {
  width: 35px;   /* مقاس صغير */
  height: 35px;  /* يضمن التناسق */
  object-fit: contain;
}




@media (max-width: 768px) {
  /* نخلي الفوتر عمود واحد بالنص */
  .store-footer__inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  /* اللينك بتاع toofana في النص */
  .store-footer__inner a.flex.items-center {
    justify-content: center !important;
    width: 100%;
  }

  /* كلمة toofana */
  .store-footer__inner h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
    animation: pulse 2.5s infinite;
  }

  /* وصف تحت toofana */
  .store-footer__inner .max-w-sm {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: center;
  }

  /* روابط الصفحات */
  .s-menu-footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
  }
  .s-menu-footer-list a {
    font-size: 15px;
  }

  /* أيقونات السوشيال */
  salla-social ul,
  .contact-social salla-social ul {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 15px 0;
  }

  /* تواصل معنا */
  .s-contacts-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  /* أنيميشن لكلمة toofana */
  @keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
  }
}















.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(229, 231, 235, 1);
    border-bottom-color: rgb(255 255 255);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    background-color: rgb(66 145 230);
}

.s-block--features__item .feature-icon i {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #ff6767;
    color: #ffffff;
}


@media (max-width: 768px) {
  .banner-entry {
    height: auto !important;
    padding: 1rem !important;
    border-radius: 1.5rem !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .banner-entry img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .banner-entry * {
    max-width: 100%;
  }
}


.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, 1);
    color: rgb(0 0 0);
}


.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    color: rgb(255 255 255);
}



.banner-entry {
    position
The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements.
Learn more
Don't show
: relative;
    height: 700px;
    overflow: hidden;
    border-radius: 15rem
240px
;
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, 1);
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}



.brands-nav {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}
 
@media (min-width: 768px) {
    .brand-char:where([dir="rtl"], [dir="rtl"] *) {
        margin-left: 3rem;
        display: none;
    }
}

@media (min-width: 768px) {
    .md\:first\:pt-24:first-child {
        padding-top: 1rem;
    }
}

.first\:pt-16:first-child {
    padding-top: 1rem;
}

.brand-char:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 1.25rem;
    display: none;
}

.font-bold {
    font-weight: 700;
    color: #d14d78;
}


.font-bold {
    font-weight: 700;
    color: #4291e6;
}

.raindrop {
    position: fixed;
    top: 0;
    width: 5px;
    height: 10px;
    background: rgba(173, 216, 230, 0.7); /* لون ماء شفاف */
    border-radius: 50%;
    opacity: 0.8;
    animation: fall linear infinite;
}

@keyframes fall {
    0% {
        transform: translateY(0);
        opacity: 0.8;
    }
    100% {
        transform: translateY(100vh);
        opacity: 0;
        
        
        

        
        
        
        
        
        
        
        









        
        
        
        
        
        
        
        


      
        
 
        
        
        
        
        
        
        
        
        
        
        
        
        .certificate-icon {
  width: 50px;  /* حجم الأيقونة - يمكنك تعديله حسب الحاجة */
  height: auto;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  transition: transform 0.3s ease; /* تغيير الانتقال لزيادة السلاسة */
}

/* تأثير التمرير على الأيقونة */
.certificate-icon:hover {
  transform: scale(1.1); /* تكبير الأيقونة عند التمرير عليها */
}