/* Add custom CSS styles below */ 

.breadcrumbs{
	margin-top: 50px;
}
.brands-single-name, .brands-single-media-check{
display:none;
}
.footer-meta .gap-4 .items-center .text-start{
display:none;
}
.brands-single-media-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.brands-single-media-logo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .swiper-slide {
        width: auto;  /* السماح للشرائح بالتمدد في الشاشة الصغيرة */
    }
}
/* غطي الصورة برابط باستخدام ::after */
.main-links-style-3-slider-single-content-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}