/* Main Styles - كارفور العتلاوي */
body {
    font-family: 'Cairo', sans-serif;
    background-color: #f4e7d7;
}

/* Custom Scrollbar - ألوان كارفور العتلاوي */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f4e7d7;
}

::-webkit-scrollbar-thumb {
    background: #ff6100;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #fe6100;
}

/* RTL Support for FontAwesome icons in buttons */
.fa, .fas, .far, .fab {
    margin-left: 8px;
    margin-right: 0;
}

/* Active state for navigation - كارفور العتلاوي */
.active-nav-link {
    color: #ff6100;
}

/* Custom transitions */
.transition-all {
    transition: all 0.3s ease;
}

/* Blob Animation - ألوان كارفور العتلاوي */
@keyframes blob {
    0% {
        transform: translate(0px, 0px) scale(1);
    }
    33% {
        transform: translate(30px, -50px) scale(1.1);
    }
    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }
    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

.animate-blob {
    animation: blob 7s infinite;
}

.animation-delay-2000 {
    animation-delay: 2s;
}

.animation-delay-4000 {
    animation-delay: 4s;
}

/* كارفور العتلاوي - ألوان مخصصة */
.carrefour-primary {
    background-color: #ff6100;
    color: white;
}

.carrefour-primary-hover:hover {
    background-color: #fe6100;
    color: white;
}

.carrefour-secondary {
    background-color: #f4e7d7;
    color: #333;
}

.carrefour-accent {
    background-color: #fe6101;
    color: white;
}

.carrefour-light {
    background-color: #ff6101;
    color: white;
}

.carrefour-dark {
    background-color: #fd5e00;
    color: white;
}

/* ألوان النصوص */
.text-carrefour-primary {
    color: #ff6100;
}

.text-carrefour-secondary {
    color: #f4e7d7;
}

.text-carrefour-accent {
    color: #fe6101;
}

/* ألوان الحدود */
.border-carrefour-primary {
    border-color: #ff6100;
}

.border-carrefour-secondary {
    border-color: #f4e7d7;
}

/* ألوان الخلفيات */
.bg-carrefour-primary {
    background-color: #ff6100;
}

.bg-carrefour-secondary {
    background-color: #f4e7d7;
}

.bg-carrefour-accent {
    background-color: #fe6101;
}

.bg-carrefour-light {
    background-color: #ff6101;
}

.bg-carrefour-dark {
    background-color: #fd5e00;
}

/* تأثيرات التحويم */
.hover-carrefour-primary:hover {
    background-color: #fe6100;
    color: white;
}

.hover-carrefour-secondary:hover {
    background-color: #f4e7d7;
    color: #333;
}

/* أزرار كارفور العتلاوي */
.btn-carrefour {
    background-color: #ff6100;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-carrefour:hover {
    background-color: #fe6100;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 97, 0, 0.3);
}

.btn-carrefour-outline {
    background-color: transparent;
    color: #ff6100;
    border: 2px solid #ff6100;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-carrefour-outline:hover {
    background-color: #ff6100;
    color: white;
    transform: translateY(-2px);
}

/* بطاقات كارفور العتلاوي */
.card-carrefour {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #f4e7d7;
    transition: all 0.3s ease;
}

.card-carrefour:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 97, 0, 0.15);
    border-color: #ff6100;
}

/* شريط التنقل - كارفور العتلاوي */
.navbar-carrefour {
    background-color: #ff6100;
    color: white;
}

.navbar-carrefour .nav-link {
    color: white;
    transition: all 0.3s ease;
}

.navbar-carrefour .nav-link:hover {
    color: #f4e7d7;
    background-color: rgba(244, 231, 215, 0.1);
}

/* تذييل الصفحة - كارفور العتلاوي */
.footer-carrefour {
    background-color: #fd5e00;
    color: white;
}

/* رسائل التنبيه - كارفور العتلاوي */
.alert-carrefour-success {
    background-color: #f4e7d7;
    color: #333;
    border: 1px solid #ff6100;
}

.alert-carrefour-warning {
    background-color: #ff6101;
    color: white;
    border: 1px solid #fe6100;
}

.alert-carrefour-error {
    background-color: #fd5e00;
    color: white;
    border: 1px solid #ff6100;
}

/* شعار كارفور العتلاوي */
.logo-carrefour {
    filter: drop-shadow(0 2px 4px rgba(255, 97, 0, 0.3));
}

/* تأثيرات خاصة */
.gradient-carrefour {
    background: linear-gradient(135deg, #ff6100 0%, #fe6100 50%, #ff6101 100%);
}

.gradient-carrefour-soft {
    background: linear-gradient(135deg, #f4e7d7 0%, #ffffff 100%);
}

/* تأثيرات الظل */
.shadow-carrefour {
    box-shadow: 0 4px 12px rgba(255, 97, 0, 0.2);
}

.shadow-carrefour-hover:hover {
    box-shadow: 0 8px 25px rgba(255, 97, 0, 0.3);
}
