

#daffa-carousel-section .btn-default:hover {
    background-color: #c52d2f !important;
    color: #ffffff !important;
    transition: all 0.2s ease-in-out;
}

#daffa-carousel-section {
    height: auto !important;
    min-height: 50% !important;
    max-height: none !important;
    overflow: visible !important;
    padding-bottom: 40px !important;
}

body {
    overflow-x: hidden !important;
}

/* 1. تجريد حاويات السلايدر الأساسية بالكامل من اللون الأسود أو الرمادي الافتراضي */
#daffa-carousel-section .carousel,
#daffa-carousel-section .carousel-inner,
#daffa-carousel-section .carousel-inner > .item {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
}

/* 2. إجبار السكشن بأكمله على إظهار اللون الأزرق الملكي الخاص بشركتكم بانتظام */
#daffa-carousel-section {
    background:  !important;
    display: block !important;
    clear: both !important
}

/* 3. ضمان ثبات الخلفية الموحدة أثناء حركة انزلاق المنتجات يميناً ويساراً */
#daffa-carousel-section .row {
    background: transparent !important;
    background-color: transparent !important;
    margin: 0 !important;
}