.salla-multi-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    direction: rtl;
    border: 1px solid #183AD2;
    box-shadow: 0 2px 8px rgb(24 58 210 / 12%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.salla-multi-table thead tr {
    background: #183AD2;
}

.salla-multi-table th {
    padding: 12px;
    border: 1px solid #e3e9ff;
    text-align: center;
    color: #FFFFFF !important;
    font-weight: 700;
    background: #183AD2;
}

.salla-multi-table td {
    padding: 12px;
    border: 1px solid #e3e9ff;
    text-align: center;
    color: #183AD2;
}

.salla-multi-table tbody tr:nth-child(even) {
    background-color: #eef3ff;
}

.salla-multi-table tbody tr:nth-child(odd) {
    background-color: #f7f9ff;
}

.salla-multi-table tbody tr:hover {
    background-color: #e3ebff;
}

@media (max-width: 600px) {
    .salla-multi-table {
        font-size: 12px;
    }

    .salla-multi-table th,
    .salla-multi-table td {
        padding: 8px 4px;
    }
}

/* FAQ SECTION */

.salla-faq-container {
    width: 100%;
    max-width: 900px;
    margin: 20px auto;
    padding: 0;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    position: relative;
}

.salla-faq-item {
    background: #eef3ff;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(24, 58, 210, 0.15);
    border: 1px solid rgba(24, 58, 210, 0.2);
}

.salla-faq-item h3 {
    background: #183AD2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    margin: -14px -14px 10px -14px;
    padding: 12px 16px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-sizing: border-box;
    border-bottom: 2px solid #183AD2;
}

.salla-faq-item p {
    font-size: 16px;
    line-height: 1.7;
    margin: 6px 0 0 0;
    padding: 0 4px;
    color: #183AD2;
    background: transparent;
}

@media (max-width: 600px) {
    .salla-faq-item h3 {
        font-size: 16px;
        padding: 10px 12px;
    }

    .salla-faq-item p {
        font-size: 14px;
    }
}

.s-block--brands img{
  filter: grayscale(0) !important;
}
/* تحويل لون نص البنر إلى الأبيض */
.banner-white-text,
.banner-white-text h1,
.banner-white-text h2,
.banner-white-text h3,
.banner-white-text p,
.banner-white-text span {
    color: #FFFFFF !important;
  font-size: 25;
}
.promotion-banner {
    background: linear-gradient(90deg, #56C4C5 0%, #0204FE 100%) !important;
    background-color: transparent !important;
    background-image: linear-gradient(90deg, #56C4C5 0%, #0204FE 100%) !important;
}

.promotion-banner a{
    color:#fff !important;
}