/* ==========================================================================
   VIP Turizm - Minimal Theme (Sade & Temiz)
   ========================================================================== */

:root {
    --primary-color: #000000 !important;      /* Siyah / Çok Koyu */
    --primary-hover: #333333 !important;
    --secondary-color: #555555 !important;    /* Gri Başlıklar */
    --accent-color: #000000 !important;
    --dark-color: #111111 !important;
    --glass-bg: rgba(255, 255, 255, 0.95) !important;
}

/* Specific Overrides for Minimal Theme */
body {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.top-bar {
    background-color: #f8f9fa !important;
    color: #333 !important;
    border-bottom: 1px solid #eee !important;
}

.top-info span, .top-actions button, .lang-btn {
    color: #333 !important;
    border-color: #333 !important;
}
.lang-btn:hover {
    background-color: #333 !important;
    color: #fff !important;
}

.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid #eaeaea !important;
}

.nav-links a {
    color: #555 !important;
    font-weight: 500 !important;
}

.nav-links a:hover, .nav-links a.active {
    color: #000 !important;
}

.nav-links a::after {
    background-color: #000 !important;
}

.logo, .accent-text {
    color: #000 !important;
}

.btn-primary {
    background: #000 !important;
    color: #fff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border-radius: 4px !important;
}

.btn-primary:hover {
    background: #333 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
}

.btn-secondary {
    background-color: #f8f9fa !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

.btn-secondary:hover {
    background-color: #eaeaea !important;
}

.tour-card {
    border: 1px solid #eaeaea !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}

.tour-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.card-badge {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.card-price {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
}

.card-body h3, .section-header h2 {
    color: #000 !important;
}

.card-meta i, .title-line {
    color: #000 !important;
    background-color: #000 !important;
}

.main-footer {
    background-color: #f8f9fa !important;
    color: #555 !important;
    border-top: 1px solid #eaeaea !important;
}

.main-footer h4, .main-footer a {
    color: #333 !important;
}

.main-footer h4::after {
    background-color: #000 !important;
}

.social-links a {
    background-color: #eaeaea !important;
    color: #333 !important;
}

.social-links a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.footer-bottom {
    border-top: 1px solid #eaeaea !important;
    color: #777 !important;
}

.mobile-menu-btn {
    color: #000 !important;
}
