/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .s-block--categories.circle .swiper-slide {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 20%;
    }
}

 
    .store-footer {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: #f3f5f8;
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgba(55, 65, 81, var(--tw-text-opacity));
    width: 90%;
    margin: auto;
}

  .s-block__title .right-side h2 {
    position: relative;
    display: block;
  }

  .s-block__title .right-side h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4CAF50; /* لون الخط */
  }
    .s-block__title .right-side h2 {
    position: relative;
    display: inline-block;
  }

  .s-block__title .right-side h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #728d69

; /* لون الخط */
  }
  
  
.footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
  position: relative;
}

.active-visitors {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #5064a9 !IMPORTANT;
  color:#fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
      background: transparent;
    border: 1px solid;
    padding: 15px;
    width: 15%;
    right: 40%;

}

.circlecontainer3276 {
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.circle3276 {
  width: 100%;
  height: 100%;
  background-color: #5EDE6B;
  position: absolute;
  border-radius: 50%;
  animation: ripple-animation 1.8s infinite ease-out;
  RIGHT: 12PX;
}

@keyframes ripple-animation {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
 


@media (MAX-width: 640px) {
.active-visitors {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    background-image: initial;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    border: 1px solid;
    padding: 7PX;
    width: 36%;
    right: 32%;
    background-color: rgb(80, 100, 169) !important;
}}
.active-visitors {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #5064a9 ! IMPORTANT;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    position: FIXED;
    margin-top: 10px;
    background: transparent;
    border: 1px solid;
    padding: 15px;
    width: 15%;
    right: 82%;
    Z-INDEX: 999999;
    BOTTOM: 65PX;
}
@media (max-width: 640px) {
    .active-visitors {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: rgb(255, 255, 255);
        border-radius: 50px;
        font-family: Arial, sans-serif;
        font-size: 16px;
        position: FIXED;
        margin-top: 10px;
        background-image: initial;
        background-position: initial;
        background-size: initial;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        border: 1px solid;
        width: 36%;
        right: 32%;
        width: 40%;
        right: 59%;
        Z-INDEX: 1;
        BOTTOM: 95PX;
        background-color: rgb(80, 100, 169) !important;
    }
}

.active-visitors {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background-color: #ccdbb4 ! IMPORTANT;
    color: black;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    position: FIXED;
    margin-top: 10px;
    background: transparent;
    border: 1px solid transparent !important;
    padding: 15px;
    width: 15%;
    right: 82%;
    Z-INDEX: 999999;
    BOTTOM: 65PX;
}.s-block__title .right-side h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #728d69;
}

.categories-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;}

.category-item {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.333% - 20px); /* كل عنصر يأخذ ثلث العرض مع مسافة بين العناصر */
  margin-bottom: 20px; /* لإضافة مسافة بين الصفوف */
  transition: transform 0.3s ease; /* تأثير التكبير */
}


.category-item img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  transition: transform 0.3s ease; /* تأثير التكبير للصورة */
}



.category-name {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  border-top: none;
  transition: transform 0.3s ease, color 0.3s ease; /* تأثير التحريك واللون */
}

.category-item:hover .category-name {
  transform: translateY(-5px); /* تحريك النص للأعلى عند التحويم */
  color: #007bff; /* تغيير لون النص عند التحويم */
}

.category-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

 

.categories-container {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
      padding-bottom: 27px;
  flex-wrap: wrap; /* للسماح للعناصر بالانتقال إلى صفوف جديدة */


}
.category-item {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  width: 150px;
  transition: transform 0.3s ease; /* تأثير التكبير */
}

.category-item:hover {
  transform: scale(1.1); /* تكبير العنصر عند التحويم */
}

.category-item img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  transition: transform 0.3s ease; /* تأثير التكبير للصورة */
}

.category-item:hover img {
  transform: scale(1.1); /* تكبير الصورة عند التحويم */
}

.category-name {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #c70000;
  border-top: none;
  transition: transform 0.3s ease, color 0.3s ease; /* تأثير التحريك واللون */
  color:#c70000;
}

.category-item:hover .category-name {
  transform: translateY(-5px); /* تحريك النص للأعلى عند التحويم */
  color: #C70000; /* تغيير لون النص عند التحويم */
}

.category-item:hover .category-name {
    transform: translateY(-5px);
    color: white;
    background: #c70000;
    border: 0;
}
.category-item {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    width: 21%;
    transition: transform 0.3s ease;
}

.category-item:hover img {
    transform: scale(1.0);
}

.categories-container::before {
    content: '';
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: ==;
    color: #d57278;
    position: absolute;
    top: 65rem;
}



.categories-container {
  display: flex;
  flex-wrap: wrap; /* يسمح بالانتقال لصف جديد بعد 4 عناصر */
  gap: 15px; /* مسافة بين العناصر */
  justify-content: center; /* توسيط العناصر */
  margin: 20px 0;
      justify-content: space-between;
    width: 80%;
    margin: auto;
}


.category-item {
  flex: 1 1 calc(25% - 15px); /* عرض العنصر 25% مع الأخذ في الاعتبار الفجوات */
  max-width: calc(25% - 15px); /* عرض أقصى */
  box-sizing: border-box; /* للتأكد من حساب الحواف والمسافات */
  text-align: center;
}

.category-item img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* حواف دائرية للصورة (اختياري) */
  transition: transform 0.3s ease; /* تأثير عند التمرير */
}

.category-item img:hover {
  transform: scale(1.1); /* تكبير الصورة عند التمرير */
}



.services-heading {
  font-size: 24px;
  font-weight: bold;
}

.heading-container {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
} 
.category-item img:hover {
    transform: scale(1.0);
}



 

@media (max-width: 767px) {
    
.active-visitors {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background-color: #ccdbb4 ! IMPORTANT;
    color: black;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    position: FIXED;
    margin-top: 10px;
    background: transparent;
    border: 1px solid transparent !important;
    padding: 15px;
    width: 45%;
    right: 56%;
    Z-INDEX: 999999;
    BOTTOM: 65PX;
}
 
}

.category-item {
    flex: 20%;
    max-width: 20%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px; /* إضافة مساحة داخلية */
}

.category-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto 10px; /* تباعد بين الصورة والنص */
}



@media (min-width: 1024px) {.category-item {
    flex: 20%;
    max-width: 16%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
}
.category-item img {
    width: 62%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
    display: block;
    margin: 0 auto 10px;
}}

.categories-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
    justify-content: center;
    width: 100%;
    margin: auto;
}