﻿.category-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .category-card:hover {
        transform: translateY(-8px);
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
    }

.category-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category-footer {
    background: linear-gradient(45deg, #2c6f78, #34b1c2);
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.category-text {
    display: block;
    margin: 0;
    padding: 5px;
}

.dxbs-tree a.nav-link {
    color: rgb(33, 33, 33) !important;
}

.dxbs-tree li.nav-item {
    border-bottom: 1px solid rgba(128, 128, 128, 0.1)
}

.dxbs-icon-plus {
    color: #2c6f78 !important;
}

.dxbs-tree > ul.nav ul.nav {
    margin: 0px !important;
}

a.active span {
    color: #fff !important;
}

span.dxbs-icon-plus {
    margin-left: 5px !important;
}

@media only screen and (max-width: 1920px) {
    nav ul.nav {
        padding-right: 0 !important;
    }

    #Alefbasystemcarousel {
        margin-right: 10px !important;
    }
}

@media only screen and (min-width: 1921px) {
    .alefbah3 {
        margin-right: 40px;
        padding-right: 0;
    }

    #Alefbasystemcarousel {
        margin-right: 40px !important;
    }
}

.dxbs-listbox {
    direction: rtl;
    text-align: right;
}
