:root {
    --primary-color: #2c3e50;
    --primary-dark: #1a252f;
    --secondary-color: #3498db;
    --accent-color: #ecf0f1;
    --dark-color: #2c3e50;
    --light-color: #ffffff;
    --text-muted: #7f8c8d;
    --border-color: #bdc3c7;
    --success-color: #27ae60;
    --warning-color: #f39c12;
    --danger-color: #e74c3c;
    --gold-accent: #d4af37;
}

/* Import Professional Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;400;500;600;700&display=swap');

/* RTL Support */
[dir="rtl"] {
    text-align: right;
}

[dir="rtl"] .navbar-brand {
    flex-direction: row-reverse;
}

[dir="rtl"] .navbar-brand img {
    margin-right: 0;
    margin-left: 15px;
}

[dir="rtl"] .navbar-nav {
    margin-right: auto;
    margin-left: 0;
}

[dir="rtl"] .hero-buttons .btn {
    margin: 0.5rem 0.5rem 0.5rem 0;
}

[dir="rtl"] .feature-box i {
    margin-bottom: 1.5rem;
    margin-left: 0.5rem;
}

[dir="rtl"] .product-overlay {
    flex-direction: row-reverse;
}

[dir="rtl"] .social-links a {
    margin-right: 0;
    margin-left: 10px;
}

[dir="rtl"] .contact-icon {
    margin-right: 0;
    margin-left: 1rem;
}

/* RTL Form Styling */
[dir="rtl"] .input-group-text {
    border-right: 2px solid var(--border-color);
    border-left: none;
    border-radius: 0 12px 12px 0;
}

[dir="rtl"] .input-group .form-control {
    border-right: none;
    border-left: 2px solid var(--border-color);
    border-radius: 12px 0 0 12px;
}

[dir="rtl"] .input-group .form-control:focus {
    border-right: none;
}

[dir="rtl"] .btn {
    text-align: center;
}

[dir="rtl"] .dropdown-menu {
    text-align: right;
}

[dir="rtl"] .product-card .card-body .d-flex {
    flex-direction: row-reverse;
}

[dir="rtl"] .breadcrumb {
    flex-direction: row-reverse;
}

[dir="rtl"] .pagination {
    flex-direction: row-reverse;
}

/* RTL Text Alignment */
[dir="rtl"] .text-start {
    text-align: right !important;
}

[dir="rtl"] .text-end {
    text-align: left !important;
}

/* RTL Margins and Padding */
[dir="rtl"] .me-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}

[dir="rtl"] .me-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
}

[dir="rtl"] .ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}

[dir="rtl"] .ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* RTL Shop Page Specific */
[dir="rtl"] .filter-sidebar {
    text-align: right;
}

[dir="rtl"] .form-check-label {
    padding-right: 1.5em;
    padding-left: 0;
}

[dir="rtl"] .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}

[dir="rtl"] .justify-content-between {
    flex-direction: row-reverse;
}

[dir="rtl"] .badge {
    right: auto;
    left: 0.5rem;
}

[dir="rtl"] .position-absolute.top-0.end-0 {
    right: auto !important;
    left: 0.5rem !important;
}

/* Language Switcher */
.language-switcher {
    position: relative;
}

.language-switcher .dropdown-menu {
    min-width: 120px;
}

.language-switcher .dropdown-item {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
}

.language-switcher .flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    border-radius: 2px;
    background-size: cover;
}

.flag-en {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30"><rect width="60" height="30" fill="%23012169"/><g stroke="%23fff"><path d="m0,0 60,30 m0,-30 -60,30" stroke-width="6"/><path d="m0,0 60,30 m0,-30 -60,30" stroke="%23C8102E" stroke-width="4"/></g><path d="m30,0 v30 m-30,-15 h60" stroke="%23fff" stroke-width="10"/><path d="m30,0 v30 m-30,-15 h60" stroke="%23C8102E" stroke-width="6"/></svg>');
}

.flag-ur {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30"><rect width="60" height="30" fill="%2301411C"/><rect width="15" height="30" fill="%23fff"/><circle cx="22.5" cy="9" r="3" fill="%2301411C"/><path d="m19.5,15 6,0 -1.5,-4.5 z" fill="%2301411C"/></svg>');
}

[dir="rtl"] .language-switcher .flag-icon {
    margin-right: 0;
    margin-left: 8px;
}

/* Global Styles */
body {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: var(--dark-color);
    padding-top: 90px; /* Account for increased navbar height */
    font-weight: 400;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
}

[dir="rtl"] body {
    font-family: 'Noto Sans Arabic', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4, [dir="rtl"] h5, [dir="rtl"] h6 {
    font-family: 'Noto Sans Arabic', 'Playfair Display', serif;
    letter-spacing: normal;
}

.display-1, .display-2, .display-3, .display-4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

[dir="rtl"] .display-1, [dir="rtl"] .display-2, [dir="rtl"] .display-3, [dir="rtl"] .display-4 {
    font-family: 'Noto Sans Arabic', 'Playfair Display', serif;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

[dir="rtl"] .navbar-brand {
    font-family: 'Noto Sans Arabic', 'Playfair Display', serif;
    letter-spacing: normal;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

/* Professional Button Styles */
.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(44, 62, 80, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
    color: white;
}

.btn-outline-primary {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    background: transparent;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.2);
}

.btn-secondary {
    background: linear-gradient(135deg, var(--secondary-color), #2980b9);
    border: none;
    color: white;
    font-weight: 600;
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #2980b9, var(--secondary-color));
    transform: translateY(-2px);
    color: white;
}

.btn-success {
    background: linear-gradient(135deg, var(--success-color), #229954);
    border: none;
    color: white;
    font-weight: 600;
}

.btn-success:hover {
    background: linear-gradient(135deg, #229954, var(--success-color));
    transform: translateY(-2px);
    color: white;
}

.btn-lg {
    padding: 1rem 2.5rem;
    font-size: 1rem;
}

.btn-sm {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

/* Navigation */
.navbar {
    backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 2px 20px rgba(44, 62, 80, 0.1);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    min-height: 80px;
}

.navbar-brand {
    font-size: 1.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: var(--primary-color) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
}

.navbar-brand img {
    height: 55px;
    width: auto;
    margin-right: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: white;
    padding: 2px;
    transition: all 0.3s ease;
    filter: brightness(1.1) contrast(1.1);
}

.navbar-brand img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.nav-link {
    font-weight: 500;
    padding: 0.75rem 1.25rem !important;
    transition: all 0.3s ease;
    color: var(--dark-color) !important;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    transform: translateY(-2px);
}

.nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 600;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 50%, var(--secondary-color) 100%);
    position: relative;
    overflow: hidden;
    min-height: 60vh; /* Reduced from 100vh to 60vh */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="professional-pattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23professional-pattern)"/></svg>');
    opacity: 1;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(212, 175, 55, 0.1) 0%, transparent 50%);
}

.hero-overlay {
    position: relative;
    z-index: 2;
    padding: 60px 0; /* Reduced from 100px 0 */
}

.hero-buttons .btn {
    margin: 0.5rem;
    padding: 1rem 2.5rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.4s ease;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
}

.hero-buttons .btn-primary {
    background: var(--gold-accent);
    border-color: var(--gold-accent);
    color: var(--dark-color);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.3);
}

.hero-buttons .btn-primary:hover {
    background: transparent;
    border-color: var(--gold-accent);
    color: var(--gold-accent);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.4);
}

.hero-buttons .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.9);
}

.hero-buttons .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-3px);
}

/* Section Titles */
.section-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--gold-accent));
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    font-weight: 300;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* Product Cards */
.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(44, 62, 80, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(189, 195, 199, 0.2);
    position: relative;
}

.product-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(44, 62, 80, 0.15);
    border-color: var(--primary-color);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: linear-gradient(45deg, var(--accent-color), #f8f9fa);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.9), rgba(52, 152, 219, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    backdrop-filter: blur(10px);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-card .card-body {
    padding: 2rem;
    background: white;
}

.product-card .card-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.3rem;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.price {
    font-size: 1.4rem;
    color: var(--primary-color);
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

/* Feature Boxes */
.feature-box {
    padding: 3rem 2rem;
    border-radius: 20px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.08);
    border: 1px solid rgba(236, 240, 241, 0.8);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.03) 0%, rgba(44, 62, 80, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(44, 62, 80, 0.15);
    border-color: var(--primary-color);
}

.feature-box:hover::before {
    opacity: 1;
}

.feature-box i {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.feature-box:hover i {
    color: var(--gold-accent);
    transform: scale(1.1);
}

.feature-box h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: var(--dark-color);
    position: relative;
    z-index: 2;
}

.feature-box p {
    position: relative;
    z-index: 2;
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 50%, var(--secondary-color) 100%);
    position: relative;
    overflow: hidden;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><radial-gradient id="newsletter-gradient" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:rgba(255,255,255,0.1);stop-opacity:1" /><stop offset="100%" style="stop-color:rgba(255,255,255,0);stop-opacity:0" /></radial-gradient></defs><circle cx="40" cy="40" r="2" fill="url(#newsletter-gradient)"/></svg>');
    background-size: 80px 80px;
}

.newsletter-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 60%);
}

.newsletter-section .container {
    position: relative;
    z-index: 2;
}

.newsletter-section .input-group .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.newsletter-section .input-group .btn {
    background: var(--gold-accent);
    border-color: var(--gold-accent);
    color: var(--dark-color);
    font-weight: 600;
}

.newsletter-section .input-group .btn:hover {
    background: rgba(212, 175, 55, 0.9);
    transform: translateY(-2px);
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--dark-color) 0%, var(--primary-dark) 100%) !important;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footer-pattern" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23footer-pattern)"/></svg>');
}

footer .container {
    position: relative;
    z-index: 2;
}

footer h5, footer h6 {
    color: var(--gold-accent);
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

footer a {
    transition: all 0.3s ease;
    position: relative;
}

footer a:hover {
    color: var(--gold-accent) !important;
    transform: translateX(3px);
}

.social-links a {
    font-size: 1.4rem;
    transition: all 0.3s ease;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    margin-right: 10px;
}

.social-links a:hover {
    transform: translateY(-5px) scale(1.1);
    background: var(--gold-accent);
    color: var(--dark-color) !important;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

/* Forms */
.form-control {
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(44, 62, 80, 0.15);
    background: white;
}

.form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.input-group-text {
    background: var(--accent-color);
    border: 2px solid var(--border-color);
    border-right: none;
    border-radius: 12px 0 0 12px;
}

.input-group .form-control {
    border-left: none;
    border-radius: 0 12px 12px 0;
}

.input-group .form-control:focus {
    border-left: none;
}

/* Auth Pages */
.auth-container {
    min-height: calc(100vh - 90px);
    background: linear-gradient(135deg, var(--accent-color) 0%, rgba(236, 240, 241, 0.8) 50%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
}

.auth-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="auth-pattern" x="0" y="0" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="1" fill="rgba(44,62,80,0.05)"/></pattern></defs><rect width="60" height="60" fill="url(%23auth-pattern)"/></svg>');
}

.auth-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(44, 62, 80, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 3rem;
    backdrop-filter: blur(20px);
    position: relative;
    z-index: 2;
}

.auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.02) 0%, rgba(44, 62, 80, 0.02) 100%);
    border-radius: 25px;
    z-index: -1;
}

/* Shop Page */
.filter-sidebar {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}

.filter-title {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--border-color);
}

/* Cart & Checkout */
.cart-item {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 2px solid var(--border-color);
}

.quantity-input {
    width: 80px;
    text-align: center;
}

.cart-summary {
    background: var(--accent-color);
    border-radius: 15px;
    padding: 2rem;
    position: sticky;
    top: 100px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        text-align: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0;
    }

    .product-card {
        margin-bottom: 2rem;
    }

    /* Mobile logo adjustments */
    .navbar-brand {
        font-size: 1.4rem;
    }

    .navbar-brand img {
        height: 45px;
        margin-right: 10px;
    }

    body {
        padding-top: 80px;
    }

    .navbar {
        min-height: 70px;
        padding: 0.75rem 0;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Loading States */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Badge Styles */
.badge {
    font-size: 0.75rem;
    padding: 0.5em 0.75em;
}

.badge.bg-danger {
    background-color: #ef4444 !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--light-color);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}
