/* Add custom CSS styles below */ 


.s-blog--slider .swiper-slide:nth-child(1) .flex.w-full.flex-col.gap-4.px-4.-mt-6 {
    background-color: #D2B48C !important; /* بني فاتح */
}

/* المقال 2 */
.s-blog--slider .swiper-slide:nth-child(2) .flex.w-full.flex-col.gap-4.px-4.-mt-6 {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8, #a8a8a8) !important;
}

/* المقال 3 */
.s-blog--slider .swiper-slide:nth-child(3) .flex.w-full.flex-col.gap-4.px-4.-mt-6 {
    background: linear-gradient(135deg, #8b5e3c, #c08a5b, #6e4b2f) !important;
}

/* المقال 4 */
.s-blog--slider .swiper-slide:nth-child(4) .flex.w-full.flex-col.gap-4.px-4.-mt-6 {
    background: linear-gradient(135deg, #2c2c2c, #555, #1a1a1a) !important;
}

.s-blog--slider .swiper-slide .flex.w-full.flex-col.gap-4.px-4.-mt-6 {
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.s-blog--slider--btn {
    margin-bottom: 0 !important;
}

h3.w-full.text-sm.md\:text-sm {
    font-size: 16px !important; /* تكبير الخط */
}







/* الأول */
.square-grid > div:nth-child(1) h3,
.swiper-slide:nth-child(1) h3 {
    color: #8b0000 !important;
    font-size: 16px !important;
}

/* الثاني */
.square-grid > div:nth-child(2) h3,
.swiper-slide:nth-child(2) h3 {
    color: #5a3e2b !important;
    font-size: 16px !important;
}

/* الثالث */
.square-grid > div:nth-child(3) h3,
.swiper-slide:nth-child(3) h3 {
    color: #b8962e !important;
    font-size: 16px !important;
}

/* الرابع */
.square-grid > div:nth-child(4) h3,
.swiper-slide:nth-child(4) h3 {
    color: #a67c52 !important;
    font-size: 16px !important;
}

/* الخامس */
.square-grid > div:nth-child(5) h3,
.swiper-slide:nth-child(5) h3 {
    color: #1f7a3a !important;
    font-size: 16px !important;
}




.s-slider-block__title {
    display: none !important;
}

#reorder-section {
    display: none !important;
}