section:nth-of-type(2) .md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 768px) {
   section:nth-of-type(2) .two-row .banner-entry:first-child {
        height: 88%;
    }
}

@media (max-width: 765px) {
    section:nth-of-type(2) .banner-entry {
        height: 127px !important;
        background-color: transparent;
    }
}

@media (min-width: 1024px) {
    section:nth-of-type(2) .banner-entry {
        position: relative;
        height: 200px;
        overflow: hidden;
        border-radius: 0.375rem;
        background-color: transparent;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0.75rem;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: #C0625A;
    --tw-text-opacity: 1;
    color: #374151;
    color: white;
}

.store-footer__inner {
    border-bottom: 1px hsla(0, 0%, 100%, .1);
    border-style: dashed;
    --tw-bg-opacity: 1;
    background-color: #1d1f1f;
    background-color: #C0625A !important;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

/* التأكد من أن الحاوية الرئيسية تأخذ عرض الشاشة بالكامل */
.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* التأكد من أن البنر داخل الحاوية يأخذ عرض الحاوية بالكامل */
.wide-placeholder .banner--fixed {
    width: 100%;
    height: auto;
}
.s-block {
    margin-top: 0REM;
    PADDING-BOTTOM: 2REM;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: white;
}.footer-is-light .store-footer .store-footer__inner
Specificity: (0,3,0)
 {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: transparent;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
}

.store-footer .grid > div:first-child h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-footer .grid > div:first-child h3::before {
    content: "";
    background-image: url("https://i.ibb.co/fdfp9ZFt/1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
height: 65px;    margin-bottom: 10px;
}


footer .hover\:text-primary:hover {
    color: #414042;
    color: white;
}