/* RTL Persian Corporate Portal */
body {
    font-family: 'Vazirmatn', Tahoma, 'Segoe UI', sans-serif;
    direction: rtl;
    text-align: right;
}

.admin-body {
    min-height: 100vh;
}

.admin-sidebar {
    width: 260px;
    min-height: 100vh;
    position: sticky;
    top: 0;
}

.admin-content {
    background: #f8f9fa;
    min-height: 100vh;
}

.card-product {
    transition: transform 0.2s;
    height: 100%;
}

.card-product:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.hero-slider {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.hero-slide {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.stat-card {
    border: none;
    border-radius: 12px;
}

.breadcrumb {
    direction: rtl;
}

table {
    direction: rtl;
}

.form-control, .form-select {
    text-align: right;
}
