:root {
    --colorDark: #b70e21; /*#588BAE*/
    --colorLight: #FF7276; /*#89CFF0*/
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

/* إضافة الستايلات المخصصة */
.rtl {
    direction: rtl;
    text-align: right;
}

.store-badge {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.product-card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .product-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

.btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .btn-whatsapp:hover {
        background-color: #128C7E;
        border-color: #128C7E;
    }

.hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.stats-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .stats-card:hover {
        transform: translateY(-5px);
    }

/* إصلاح الخطوط العربية */
body {
    font-family: 'Noto Sans Arabic', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

/* تحسين المظهر للجداول */
.table th {
    background-color: #f8f9fa;
    border-top: none;
    font-weight: 600;
}

/* تحسين النماذج */
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* تحسين الأزرار */
.btn {
    border-radius: 8px;
    font-weight: 500;
}

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

.color-font {
    color: black !important;
}

.bg-dress {
    background-image: src('/img/dress.png');
}

body {
    font-family: 'Noto Sans Arabic', sans-serif;
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

.btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
}

    .btn-whatsapp:hover {
        background-color: #128C7E;
        border-color: #128C7E;
        color: white;
    }

.product-card {
    transition: transform 0.2s;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

.store-badge {
    background-image: linear-gradient(to left, var(--colorDark),var(--colorLight));
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
}

.btn-danger {
    background-color: var(--colorDark) !important;
    border-color: pink !important;
}

    .btn-danger:hover {
        background-color: darkred !important;
        border-color: var(--colorDark) !important;
    }

.bg-danger {
    background-color: var(--colorDark) !important;
}
.bg-secondary {
   
    background-image: linear-gradient(to left, var(--colorDark),var(--colorLight),var(--colorDark)) !important;
}
.btn-secondary {
    background-color: pink !important;
    border-color: hotpink !important;
}

    .btn-secondary:hover {
        background-color: var(--colorLight) !important;
        border-color: hotpink !important;
    }

.btn-rounded-circle {
    border-radius: 50% !important;
}
.search-hover {
    color: white !important;
    background-image: linear-gradient(to left,var(--colorLight), var(--colorDark),var(--colorLight)) !important;
    border-color: var(--colorLight) !important;
}
    .search-hover:hover {
        color: #dc3545 !important; /* لون النص مثل btn-outline-danger */
        border: 1px solid #dc3545 !important; /* نفس لون الإطار */
        background-image: linear-gradient(white, white) !important;
    }

.shekel-price::before {
    content: "\20AA"; /* Unicode for the New Sheqel Sign */
    margin-right: 0.2em; /* Optional: adds a small space after the symbol */
}
.bg-outline-danger {
    color: #dc3545; /* لون النص مثل btn-outline-danger */
    border: 1px solid #dc3545; /* نفس لون الإطار */
    background-color: transparent; /* بدون تعبئة */
}

    .bg-outline-danger:hover {
        background-color: #dc3545;
        color: white;
    }

.instagram-icon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

