/* Add custom CSS styles below */ 
.flex-col,.store-footer,.gap-8,.footer-is-light .store-footer .store-footer__inner{
  background-color: #fff;
}
.text-center{
  
  background-color: #d8c8b5 !important;
      border-top-left-radius: 25px !important;
  border-top-right-radius: 25px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

}

/* جعل الهيدر مرجعًا للتوسيط */
.navbar {
    position: relative !important;
}

/* الشعار في منتصف الهيدر تمامًا */
.navbar-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
}

/* حركة هادئة وفخمة */
.navbar-brand img {
    display: block !important;
    animation: shahadLogo 4s ease-in-out infinite !important;
    transform-origin: center !important;
}

@keyframes shahadLogo {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-3px) scale(1.015);
    }
}
.top-navbar {
    display: none !important;
}