/* ==========================================================================
   Classic Dark Theme Override for Kinterio
   ========================================================================== */

/* 1. Global Backgrounds & Text */
body, .bg-secondarylight, .bg-light, .bg-white {
    background-color: #0a0a0a !important;
    color: #e0e0e0 !important;
}

h1, h2, h3, h4, h5, h6, .text-dark, .grey, .black {
    color: #ffffff !important;
}

p, .text-muted, .small {
    color: #a0a0a0 !important;
}

/* 2. Cards, Modals, and Boxes */
.card, .service-card, .contact-info-box, .why-us-box, 
.review-box, .policy-content, .video-box, .modal-content, 
.contact-form-right, .contact-form-left {
    background-color: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #e0e0e0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
}

.modal-header {
    background: #111 !important;
    border-bottom: 1px solid #333 !important;
}

.modal-body {
    background-color: #1a1a1a !important;
}

.list-group-item {
    background-color: transparent !important;
    color: #e0e0e0 !important;
    border-color: #333 !important;
}

/* 3. Inputs & Forms */
.form-control {
    background-color: #111 !important;
    border: 1px solid #444 !important;
    color: #fff !important;
}

.form-control::placeholder {
    color: #777 !important;
}

/* 4. Classic Gold Accents (Replacing Primary/Secondary) */
.text-primary, .primary { 
    color: #d4af37 !important; 
}

.text-secondary, .secondary { 
    color: #c5a017 !important; 
}

.bg-primary { 
    background-color: #d4af37 !important; 
    color: #000 !important; 
}

.bg-secondary { 
    background-color: #c5a017 !important; 
    color: #000 !important; 
}

/* 5. Buttons */
.btn-primary, .btn1, .btn-info, .btn-success {
    background-color: #d4af37 !important;
    border-color: #d4af37 !important;
    color: #000 !important;
    transition: all 0.3s ease;
}

.btn-primary:hover, .btn1:hover, .btn-info:hover, .btn-success:hover {
    background-color: #b5952f !important;
    border-color: #b5952f !important;
    color: #fff !important;
}

.btn-outline-primary, .btn-outline-dark, .btn-outline-secondary {
    border-color: #d4af37 !important;
    color: #d4af37 !important;
}

.btn-outline-primary:hover, .btn-outline-dark:hover, .btn-outline-secondary:hover {
    background-color: #d4af37 !important;
    color: #000 !important;
}

/* 6. Header/Navbar Setup */
.header-nav-inner {
    background-color: #111 !important;
    border: 1px solid #333 !important;
}

.nav-link {
    color: #e0e0e0 !important;
}

.nav-link:hover, .nav-link.active {
    color: #d4af37 !important;
}

/* 7. Utilities & Specific Tweaks */
.border-dashed { 
    border-color: #444 !important; 
}

.border, .border-light {
    border-color: #333 !important;
}

.dropdown-menu {
    background-color: #1a1a1a !important;
    border: 1px solid #333 !important;
}

.dropdown-item {
    color: #e0e0e0 !important;
}

.dropdown-item:hover {
    background-color: #333 !important;
    color: #d4af37 !important;
}