/* Akıncı Bilgisayar - Dynamic CSS */
/* Generated at: 2025-11-05 17:58:29 */

:root {
    --primary-color: #003366;
    --secondary-color: #004080;
    --light-color: #f2f2f2;
    --dark-color: #003366;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #cc0000;
    --info-color: #17a2b8;
    --bs-primary: #003366 !important;
    --bs-primary-rgb: 0, 51, 102 !important;
    --font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    --line-height: 1.6;
    --admin-sidebar-width: 250px;
    --admin-sidebar-collapsed-width: 70px;
    --admin-topbar-height: 70px;
    --admin-border-radius: 8px;
    --border-radius: 8px;
    --box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

body {
    font-family: var(--font-family);
    line-height: var(--line-height);
    color: var(--dark-color);
}

/* Bootstrap Overrides */
:root { --primary-color: #003366; --secondary-color: #004080; --light-color: #f2f2f2; --dark-color: #003366; }
body { background-color: #ffffff; }
.main-container { background-color: #ffffff; }
.hero-section { 
                background: linear-gradient(135deg, #003366 0%, #004080 100%);
                color: #ffffff; 
                padding: 80px 0; 
                margin-top: 65px !important;
                position: relative;
            }
.hero-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.2);
                pointer-events: none;
            }
.hero-section > * { position: relative; z-index: 1; }
.hero-section h1 { font-size: 3; color: #ffffff !important; }
.hero-section .lead { color: #ffffff !important; }
.navbar { background-color: #ffffff !important; box-shadow: 0 2px 10px rgba(0, 51, 102, 0.3); }
.navbar-brand { color: #003366 !important; }
.navbar-nav .nav-link { color: #ffffff !important; padding: 0.75rem 1rem; font-weight: 500; }
.navbar-nav .nav-link:hover { color: #f2f2f2 !important; }
.navbar-nav .nav-link.active { color: #003366 !important; }
.dropdown-menu { background-color: #ffffff; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
.card { background-color: #ffffff; border: 1px solid #ffffff; box-shadow: 0 2px 10px rgba(0, 51, 102, 0.1); }
.card:hover { box-shadow: 0 4px 15px rgba(0, 51, 102, 0.15); }
.card-header { background-color: #ffffff !important; border-bottom-color: #003366 !important; }
.card-title { color: #003366 !important; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }
.product-card .card-title { color: #003366 !important; }
.product-card .text-primary { color: #cc0000 !important; }
.btn { border-radius: 6px; padding: 0.75rem 1.5rem; font-weight: 600; transition: all 0.3s ease; }
.btn-primary { background-color: #003366 !important; border-color: #003366 !important; }
.btn-primary:hover { background-color: #004080 !important; border-color: #004080 !important; }
.btn-outline-primary { color: #003366 !important; border-color: #003366 !important; background-color: transparent !important; }
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active { background-color: #003366 !important; border-color: #003366 !important; color: white !important; }
.search-btn, .filter-btn, .clear-filters-btn, .add-to-cart-btn { background-color: #003366 !important; border-color: #003366 !important; color: white !important; }
.search-btn:hover, .filter-btn:hover, .clear-filters-btn:hover, .add-to-cart-btn:hover { background-color: #004080 !important; border-color: #004080 !important; color: white !important; }
.add-to-cart-main { background-color: #003366 !important; border-color: #003366 !important; color: white !important; }
.add-to-cart-main:hover { background-color: #004080 !important; border-color: #004080 !important; color: white !important; }
.product-price, .related-product-price { color: #cc0000 !important; }
.text-primary { color: #003366 !important; }
.fa-check { color: #003366 !important; }
i.fa-check { color: #003366 !important; }
.admin-sidebar { background: #003366 !important; }
.admin-sidebar-menu .nav-link:hover, .admin-sidebar-menu .nav-link.active { background: rgba(255, 255, 255, 0.1) !important; }
.card-header { background-color: #f8f9fa !important; border-bottom: 1px solid #dee2e6 !important; }
.table th { background-color: #F2F2F2 !important; color: #003366 !important; border-color: #E9ECEF !important; }
.table td { border-color: #E9ECEF !important; }
.table-hover tbody tr:hover { background-color: #F8F9FA !important; }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 51, 102, 0.05) !important; }
.btn-sm { background-color: #003366 !important; border-color: #003366 !important; color: white !important; }
.btn-sm:hover { background-color: #004080 !important; border-color: #004080 !important; color: white !important; }
.btn-outline-primary.btn-sm { color: #003366 !important; border-color: #003366 !important; background-color: transparent !important; }
.btn-outline-primary.btn-sm:hover, .btn-outline-primary.btn-sm:focus, .btn-outline-primary.btn-sm:active { background-color: #003366 !important; border-color: #003366 !important; color: white !important; }
.form-control, .form-select { border-radius: 6px; padding: 0.75rem 1rem; border: 2px solid #E9ECEF; }
.form-control:focus, .form-select:focus { border-color: #003366 !important; box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.25) !important; }
.form-label { font-weight: 600; }
.table th { background-color: #F2F2F2; border-color: #E9ECEF; }
.table { border-color: #E9ECEF; }
.table-hover tbody tr:hover { background-color: #F8F9FA; }
.alert { border-radius: 8; padding: 1rem 1.5rem; border-width: 1; }
.breadcrumb { background-color: #000000; padding: 0.5rem 0; }
.breadcrumb-item a { color: #50c878; }
.page-link { border-radius: 8; padding: 0.5rem 0.75rem; border-color: #dee2e6; }
.modal-content { border-radius: 8; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }
.modal-backdrop { background-color: #000000; }
.badge { border-radius: 50; padding: 0.25rem 0.75rem; font-size: 0.7; }
.section { margin: 60px 0; }
.container { padding: 0 15px; }
.row { margin: 0 -15px; }
.col { padding: 0 15px; }
.footer { background-color: #000000 !important; color: #ffffff !important; }
.footer-title { color: #ffffff !important; }
.footer-icon { color: #f2f2f2 !important; }
.footer-link { color: #f2f2f2 !important; }
.footer-link:hover { color: #000080 !important; }
.service-card { padding: 2rem; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.service-card:hover { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }
.service-icon { width: 60px; height: 60px; color: #50c878; background-color: #ffd700; border-radius: 50%; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.bg-gradient-primary { background: linear-gradient(135deg, #50c878 0%, #ffd700 100%) !important; }
.display-4 { font-size: 3 !important; font-weight: 700 !important; }
.display-5 { font-size: 2.5 !important; font-weight: 700 !important; }
.lead { font-size: 1.2rem !important; }
.section { padding: 80px 0; }
.section .lead { color: #6c757d !important; font-size: 1.1 !important; }
.specialized-card { padding: 2rem; }
.specialized-icon { width: 48; height: 48; background-color: #e52320; color: #000000; border-radius: 50; }
.software-card { padding: 2rem; }
.software-icon { width: 80; height: 80; background-color: #e52320; color: #000000; border-radius: 50; }
.maintenance-icon { width: 40; height: 40; background-color: #e52320; color: #000000; border-radius: 50; }
.cta-section { background-color: #50c878 !important; color: #000000 !important; padding: 80px 0; }
.cta-section h2 { font-size: 2.5 !important; font-weight: 700 !important; }
.cta-section .lead { font-size: 1.2 !important; }
.btn-light { background-color: white !important; color: #50c878 !important; border-color: #50c878 !important; }
.btn-outline-light { color: #ffd700 !important; border-color: #ffd700 !important; }
.btn-outline-light:hover { background-color: #ffd700 !important; color: #50c878 !important; }
.list-unstyled li i.fa-check { color: #50c878 !important; font-size: 14 !important; }
.list-unstyled li { padding: 0.5rem 0; color: #6c757d; }
.g-4 { gap: 1.4rem !important; }
.h-100 { height: 100% !important; }
.mx-auto { margin: 0 auto !important; }
.container { max-width: 1200px !important; }
.section { padding: 80px 0 !important; }
.card { margin-bottom: 1rem !important; }
h1 { font-size: 2.5rem !important; }
h2 { font-size: 2rem !important; }
h3 { font-size: 1.7rem !important; }
body { font-size: 16px !important; line-height: 1.6 !important; }
.text-muted { color: #6c757d !important; }
.border { border-color: #e9ecef !important; }
.bg-light { background-color: #f8f9fa !important; }
.card { box-shadow: 0 2px 10px rgba(0, 51, 102, 0.1) !important; }
.card:hover { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important; }
* { transition: all 0.3s ease !important; }
@media (max-width: 768px) { .section { padding: 40px 0 !important; } }
@media (min-width: 768px) and (max-width: 992px) { .section { padding: 60px 0 !important; } }
@media (min-width: 992px) { .section { padding: 80px 0 !important; } }
.bg-primary { background-color: #003366 !important; }
.text-primary { color: #003366 !important; }
a { color: #003366; }
a:hover { color: #004080; }
.page-link { color: #003366 !important; }
.page-link:hover { color: #004080 !important; }
.page-item.active .page-link { background-color: #003366 !important; border-color: #003366 !important; }
.badge.bg-primary { background-color: #003366 !important; }
.list-group-item.active { background-color: #003366 !important; border-color: #003366 !important; }
.progress-bar { background-color: #003366 !important; }
.alert-primary { background-color: rgba(0, 51, 102, 0.1) !important; border-color: rgba(0, 51, 102, 0.2) !important; }

/* Admin Panel Styles */

.admin-sidebar {
    width: 250px;
    background: linear-gradient(135deg, #003366 0%, #004080 100%);
}

.admin-sidebar.collapsed {
    width: 70px;
}

.main-content {
    margin-left: 250px;
}

.main-content.expanded {
    margin-left: 70px;
}

.admin-topbar {
    left: 250px;
    height: 70px;
}

.admin-topbar.expanded {
    left: 70px;
}

.page-content {
    margin-top: 70px;
}

.card {
    border-radius: 8px;
}

.btn {
    border-radius: 8px;
}

/* Responsive Design */

@media (max-width: 768px) {
    .admin-sidebar {
        transform: translateX(-100%);
    }
    
    .admin-sidebar.show {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0;
    }
    
    .admin-topbar {
        left: 0;
    }
    
    .page-content {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

