.navbar-brand img {
    max-height: 70px !important; /* اتحكم في الطول */
    width: auto !important;       /* العرض يتظبط تلقائي */
    height: auto !important;      /* يمنع التمط */
    display: block !important;
    object-fit: contain !important;
}
/* اللوجو على الموبايل */
@media (max-width: 767px) {
  .navbar-brand img {
    width: auto !important; 
    height: 80px !important;   /* غيري الرقم للحجم اللي يناسبك */
    max-width: 100% !important;
    object-fit: contain !important;
  }

/* Add custom CSS styles below */ 
/*********category******************/
@media (min-width:991px){
.al-categories .lg\:grid-cols-6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 80%;
    margin-inline: auto;
}
}
.al-categories img {
    width: auto;
    height: auto;
    --tw-translate-y: 0px;
}
.al-categories .category_card:hover::after {
    background: #fbf9ed;
    transform: scale(1);
}
.al-categories h3 {
    font-size: 20px;
}
.al-categories .category_card::after {
 display:none
}
/***********/
@media (max-width:768px){
.store-footer__inner *{
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
.store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0px !important;
}

/*****************اراء العملاء****************/
.al-testimonial .grid > div:nth-of-type(2) * {
    color: #000 !important;
}