/* Add custom CSS styles below */ 
h2.advanced-slider__caption__inner__content__heading {
    color: #fff;
}
p.advanced-slider__caption__inner__content__text {
    color: #fff;
}
/*من نحن*/
h2.text-2xl.lg\:text-4xl.text-primary.font-bold.mb-5 {
    font-size: 40px;
    font-weight: 700;
}
a.btn.group.mt-8.gap-2.\!rounded-none {
    color: #fff;
}
@media (min-width: 768px) {
    p.mb-5.text-store-text-primary {
        font-size: 25px;
    }
    .md\:w-7\/12 {
        width: 42%;
    }
    .md\:w-5\/12 {
        width: 55%;
    }
}
@media (max-width: 768px) {
.special-categories .group-banner .banner-1 {
    max-width: 38%;
}
.special-categories:not(.mini_images) .group-banner .banner-2 {
    max-width: 32%;
}
.special-categories:not(.mini_images) .group-banner .banner-3 {
    max-width: 30%;
}}

/*footer*/
.footer-is-custom .store-footer .store-footer__curve {
    color: #997b7b;
}
@media (min-width: 640px) {
    .sm\:h-16 {
        height: 3rem;
    }
}