/* --- ZIPNOSYS CLEAN AGENCY THEME --- */

/* Soft, modern background (like a subtle Zinc-50) */
body, .main-content, .page-header {
    background-color: #fafafa !important;
    color: #3f3f46 !important; /* Soft dark gray for readable text */
    font-family: 'Inter', sans-serif;
}

/* Crisp White Cards with soft shadows */
.card, .bg-muted, .well, .list-group-item, .panel {
    background-color: #ffffff !important;
    border: 1px solid #e4e4e7 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    color: #27272a !important;
}

/* Sharp, dark headings */
h1, h2, h3, h4, h5, .title, .product-title { 
    color: #18181b !important; 
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

/* ZipnoSys Tactical Cyan Buttons */
.btn-primary, .btn-info, .btn-checkout, .btn-blue {
    background-color: #06b6d4 !important;
    border-color: #06b6d4 !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn-info:hover, .btn-checkout:hover {
    background-color: #0891b2 !important; /* Deeper Cyan on hover */
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3) !important;
}

/* Clean up the Navbar */
.navbar, .header { 
    background-color: #ffffff !important; 
    border-bottom: 1px solid #e4e4e7 !important; 
}

/* Clean Inputs */
input, select, textarea {
    background-color: #ffffff !important;
    border: 1px solid #d4d4d8 !important;
    color: #18181b !important;
    border-radius: 4px !important;
}
input:focus, select:focus, textarea:focus {
    border-color: #06b6d4 !important;
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1) !important;
}
.btn-success { background-color: #06b6d4 !important; border-color: #06b6d4 !important; color: #ffffff !important; text-transform: uppercase !important; font-weight: 800 !important;
}
.navbar-brand img {
    max-height: 65px !important;
    width: auto !important; 
}