/* Add custom CSS styles below */ 

/* HEADER */

body {
    background-color: #e9feff!important;
}
div#mainnav {
    background-color: #e9feff;
    box-shadow:none;
}

/* HERO BANNER */ 

section.s-block.s-block--fixed-banner.wide-placeholder{
margin-top:0;
}

section.s-block.s-block--fixed-banner .container {
    padding: 0;
    max-width:100%;
}

/* CATEGORIES */

a.banner-entry.square-photos{
aspect-ratio:1;
height:auto !important;
}

/* PRODUCTS */

.s-block.s-block--best-offers .s-slider-block__title h2:after{
 display:block;
  font-weight:400;
  font-size:0.9rem;
  padding:5px 0
}

.s-block.s-block--best-offers:nth-of-type(3) .s-slider-block__title h2:after{
    content:"الأفضل بين الأفضل";
}

.s-block.s-block--best-offers:nth-of-type(5) .s-slider-block__title h2:after {
content: "اكتشفى أحدث منتجاتنا";
}


.s-slider-block__display-all{
  font-weight: 900;
  min-width: max-content;
  padding:2px;
  border-bottom:2px solid #2897ba;
}

/* TESTIMONIALS */

.s-reviews-testimonial {
    background: white;
    border: 1px solid #2897ba;
    border-radius: 5px;
}
.s-reviews-testimonial__name_wrapper{
align-items:flex-start !important;
}
.s-reviews-container .swiper-slide-active .s-reviews-testimonial__info{
margin-right: 3px;
}

/* FEATURES */

.s-block--features__item {
    background: white;
    border: 3px solid #ddd;
}

/* FOOTER */

/* START FOOTER */

.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
display: flex;
gap: 0px;
justify-content: space-evenly;
}
salla-apps-icons.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated{
display:none;
}
.flex.items-center.m-0 h3 {

text-shadow: 0px 0px 2px #ffffff85;
}

.md\:flex.items-center.justify-between.py-4.container.text-center{
border-top:1px solid #e9e9e9;
background-color: #e9feff !important;
}
.copyright-text p{
  color:black;
}
.store-footer__inner{
border-top:1px solid #e9e9e9;
background-color: #e9feff !important;
}
@media (max-width:992px){
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
      flex-direction:column;
      justify-content:center;
      align-items:center;
      text-align:center;
  }
  .store-footer a {
      justify-content:center;
      align-items:center;
  }
  .s-social-list {
  justify-content:center;
      align-items:center;
      }
  p.max-w-sm.leading-6.mb-6{
  max-width: 99%;
    text-align: center;
    }
   .flex.rtl\:space-x-reverse.space-x-2.items-end{
   margin-bottom:1rem;
   }
   .s-menu-footer-item:last-child{
    margin-bottom:1rem;
   }
   .mb-6{
    margin-bottom:1rem !important;
   }
}

/* FAQ */

.faq-section {
    margin: 20px auto;
    padding: 10px;
    max-width: 70%;
    background-color: #e9feff;
}

.faq-item{
    margin-bottom: 10px;
        padding: 10px 10px;
     background-color:transparent;
     border-radius:10px;
     border:1px solid #0493b8;
      background:white;
}

.faq-question {

    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}


.faq-answer {
   
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    max-height: 0; /* Initial state */
    overflow: hidden;
    line-height:1.5;
    padding-top:5px;
    transition: max-height 0.3s ease;
}

.toggle-symbol {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    color: #0493b8;
    transition: all 0.3s ease;
    font-family: cursive;
    min-width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fffcf6;
    justify-content: center;
    border-radius: 50%;
    border:1px solid #0493b8;
}

.faq-question:hover .toggle-symbol,
.faq-question.active .toggle-symbol {
    color: #fff;
     background-color: #0493b8;
    
}


/* STATISICS */
.stats-section{
   margin: 20px auto 10px;
 
}

.stats-section {
    text-align: center;
    margin: 10px 0px;
    padding: 20px;
    background-color: #e9feff;
    border-radius: 10px;
    
}

.stats-title,
.faq-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #333;
    text-align:center;
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-item {
   display: flex;
    text-align: center;
    padding: 30px;
    width: 150px;
    background-color: #2897ba;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    flex-direction: column;
      box-shadow: inset 0 0 0 0 #2897ba;
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
   
}

.stat-item:hover {
   box-shadow: inset 300px 0 0 0 #fff;
    border: 1px solid #2897ba;
    cursor:default;
}

.stat-value {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
     transition: all 0.3s ease;
}

.stat-label {
    font-size: 1rem;
    color: #fff;
    margin-top: 8px;
     transition: all 0.3s ease;
}

.stat-item:hover .stat-label,
.stat-item:hover .stat-value{
  color: #2897ba;
  }