.store-footer{
  color: white !important;
  border-color: white !important;
}

.store-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.4); /* darker overlay */
    z-index:0;
}
.store-footer > div{
    position: relative;
    z-index:1;
}

.store-footer__newsletter,
.store-footer__inner,
.store-footer__contacts-row {
    background: transparent !important;
}

.footer-is-custom .store-footer .footer-bottom {
    background: transparent !important;
}

.store-footer {
    background-image: url('https://cdn.atheerx.com/almuallim_web.png'); /* Background image for desktop */
    background-size: cover;
    background-position: center;
    background-color:transparent !important;
}

/* Background for mobile screens */
@media (max-width: 767px) {
    .store-footer{
        background-image: url('https://cdn.atheerx.com/almuallim_mobile.png'); /* Background image for mobile */
        background-size: cover;
        background-position: center;
        background-color:transparent !important;
    }
}

.footer-is-custom .store-footer .store-footer__curve {
	color: transparent !important;
}
.store-footer__curve {
	color: transparent !important;
}