:root {
    --primary-color: #5865F2; /* Canlı Mor/Mavi */
    --primary-hover: #5a38e0;
    --primary-soft: rgba(106, 68, 255, 0.1);
    --dark-bg: #0C0F1A; /* Koyu Lacivert/Siyah */
    --dark-card: #161925; /* Kartlar için biraz daha açık ton */
    --darker-bg: #070910;
    --border-color: rgba(255, 255, 255, 0.1);
    --text-light: #F9F9F9;
    --text-muted: #A0AEC0; /* Increased contrast for muted text */
    --font-family-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}





/* Temel Arka Plan ve Metin Renkleri */
body, html {
    background-color: #0d1117 !important;
    color: #c9d1d9 !important;
}

/* Bağlantılar */
a, .btn-link, .card-link {
    color: #58a6ff !important;
}

a:hover {
    color: #79c0ff !important;
}

/* Kartlar ve İçerikler */
.card, .card-body, .card-header, .list-group-item, .dropdown-menu {
    background-color: #161b22 !important;
    color: #c9d1d9 !important;
    border-color: #30363d !important;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6, .card-title, .ticket-subject, label {
    color: #f0f6fc !important;
}

/* Açıklama Yazıları */
.text-muted, small, .ticket-last-reply, .ticket-department {
    color: #8b949e !important;
}

/* Formlar */
input.form-control,
select.form-control,
textarea.form-control {
    background-color: #0d1117 !important;
    border: 1px solid #30363d !important;
    color: #c9d1d9 !important;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: #58a6ff !important;
    outline: none !important;
    box-shadow: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #6e7681 !important;
}

/* Butonlar */
.btn,
button {
    border-radius: 6px !important;
    font-weight: 500 !important;
}

/* Buton Renkleri */
.btn-primary {
    background-color: #2f81f7 !important;
    border: none !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #1f6feb !important;
}

.btn-default,
.btn-secondary {
    background-color: #21262d !important;
    border: none !important;
    color: #c9d1d9 !important;
}

/* Arama kutusu butonu */
.input-group .btn {
    background-color: #238636 !important;
    color: #ffffff !important;
}

/* Badge Etiketleri */
.badge,
.label {
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.4em 0.6em;
}

.badge.bg-info,
.badge-info,
.label-info {
    background-color: #1f6feb !important;
    color: #ffffff !important;
}

.badge.bg-warning,
.badge-warning,
.label-warning {
    background-color: #d29922 !important;
    color: #0d1117 !important;
}

.badge.bg-danger,
.badge-danger,
.label-danger {
    background-color: #da3633 !important;
    color: #ffffff !important;
}

.badge.bg-success,
.badge-success,
.label-success {
    background-color: #238636 !important;
    color: #ffffff !important;
}

.badge.bg-secondary {
    background-color: #6e7681 !important;
    color: #ffffff !important;
}

/* Hover Efektleri */
.ticket-list-item:hover,
.list-group-item:hover {
    background-color: #21262d !important;
}

/* Sayfa Bölümleri */
.icon-stack {
    background-color: #21262d !important;
}

.sidebar,
footer,
#header,
.client-home-addons,
.navbar,
.navbar-inner {
    background-color: #0d1117 !important;
    color: #c9d1d9 !important;
}

/* Alert ve Uyarılar */
.alert,
.flash-message {
    background-color: #161b22 !important;
    border-color: #30363d !important;
    color: #c9d1d9 !important;
}

/* HOME BAŞLIĞI ALTINDAKİ KUTULAR */
.card-link {
    background: linear-gradient(145deg, #161b22, #1f242c) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
    border-radius: 12px !important;
}

.card-link:hover {
    transform: translateY(-3px);
    background-color: #1c2128 !important;
}

/* İKON KUTULARI */
.icon-stack {
    background-color: #21262d !important;
    border: 1px solid #30363d !important;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

/* SERVICES PANELİ */
.card.menuItemName-Active.Products.Services {
    border-left: 5px solid #2f81f7 !important;
    border-radius: 10px;
}

/* PANEL BAŞLIKLARI */
.card-title {
    font-size: 1.2rem !important;
    font-weight: bold !important;
}

/* HİZMET KARTLARI */
.div-service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1c2128 !important;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #30363d;
}

.div-service-status .label {
    display: inline-block;
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 5px;
}

.label-success {
    background-color: #238636 !important;
}

.label-placeholder {
    background-color: #6e7681 !important;
    color: #ffffff !important;
}

/* GÖRSEL BUTON (View Details) */
.btn-view-details {
    background-color: #30363d !important;
    color: #ffffff !important;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
}

.btn-view-details:hover {
    background-color: #484f58 !important;
}

/* NAVBAR GENEL STİL */
.navbar {
    background-color: #0d1117 !important;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #21262d;
}

/* LOGO ve MENÜ LINKLERİ */
.navbar .navbar-brand {
    font-weight: bold;
    font-size: 1.2rem;
    color: #58a6ff !important;
}

.navbar-nav .nav-link {
    color: #58a6ff !important;
    padding: 0.5rem 0.75rem;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.navbar-nav .nav-link:hover {
    color: #1f6feb !important;
    text-decoration: underline;
}

/* DROPDOWN MENÜ */
.navbar .dropdown-menu {
    background-color: #161b22;
    border: 1px solid #30363d;
    border-radius: 6px;
}

.navbar .dropdown-item {
    color: #c9d1d9;
}

.navbar .dropdown-item:hover {
    background-color: #21262d;
    color: #ffffff;
}

/* "HELLO" BUTONU */
.navbar .btn-user {
    background-color: #161b22;
    color: #c9d1d9;
    border: 1px solid #30363d;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.9rem;
}

.navbar .btn-user:hover {
    background-color: #21262d;
}

/* SEPET BUTONU */
.navbar .btn-cart {
    background-color: #238636 !important;
    border: none;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.navbar .btn-cart:hover {
    background-color: #2ea043 !important;
}
.service-box,
.list-group-item {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}
.service-box {
    background-color: #1f1f2b;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.service-box:hover {
    background-color: #2a2a3d;
}
.service-box .badge {
    font-size: 0.75rem;
    padding: 0.4em 0.7em;
    border-radius: 0.3rem;
}
.service-box .btn-outline-light {
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
}



.div-service-item {
    background-color: #1f1f2b !important;
    border: 1px solid #333;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    color: #e0e0e0;
}
.div-service-status .label {
    margin-right: 0.4rem;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}
.div-service-name {
    font-size: 1.1rem;
    font-weight: 600;
}
.div-service-buttons {
    margin-top: 0.75rem;
}
.btn-view-details {
    background-color: transparent;
    color: #ccc;
    border: 1px solid #555;
    border-radius: 0.25rem;
}
.btn-view-details:hover {
    background-color: #2e2e3e;
    color: #fff;
}
.card.sidebar {
    margin-bottom: 1rem;
}


/* Kartları koyulaştır */
#order-standard_cart .account,
#order-standard_cart .form-control,
#order-standard_cart .account-select-container .account,
#order-standard_cart .alert,
#order-standard_cart .field,
#order-standard_cart select.form-control {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border-color: #333 !important;
}

/* Placeholder renkleri */
#order-standard_cart input::placeholder,
#order-standard_cart textarea::placeholder {
    color: #aaa;
}

/* Başlık altı çizgilerini sil */
.sub-heading {
    border-bottom: none;
    padding: 8px 0;
}

/* Radyo butonlarının etrafı daha net */
#order-standard_cart input[type="radio"] {
    accent-color: #007bff;
}
.cart-sidebar .panel {
    background-color: #121212;
    border: 1px solid #333;
    color: #f1f1f1;
}

.cart-sidebar .panel-heading {
    background-color: #1f1f1f;
    color: #f1f1f1;
    font-weight: bold;
}

.cart-sidebar .list-group-item {
    background-color: #1e1e1e;
    border: none;
    color: #ccc;
}

.cart-sidebar .list-group-item:hover {
    background-color: #2a2a2a;
    color: #fff;
}


#btnCompleteOrder {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#btnCompleteOrder:hover {
    background: linear-gradient(135deg, #0056b3, #003a75);
}


/* Ürün kutusu arkaplanı */
/* Ürün kutusu genel stil */
#order-standard_cart .product {
    background-color: #1c1c1c;
    color: #f0f0f0;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Ürün başlığı */
#order-standard_cart .product header {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

/* Stok bilgisi */
#order-standard_cart .product .qty {
    font-size: 0.9rem;
    color: #bbbbbb;
    float: right;
}

/* Açıklama paragrafı */
#order-standard_cart .product-desc p {
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Özellikler listesi */
#order-standard_cart .product-desc ul li {
    color: #dddddd;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

/* Fiyat ve buton alanı */
#order-standard_cart .product footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Fiyat yazısı */
#order-standard_cart .product-pricing {
    color: #ffffff;
    font-weight: bold;
}

#order-standard_cart .product-pricing .price {
    font-size: 1.3rem;
    color: #4CAF50;
}

/* Sipariş butonu */
/* Order Now butonunun görünümünü düzelt */
#order-standard_cart .btn-order-now {
    background-color: #1e88e5 !important;
    border: none;
    color: #fff !important;
    padding: 10px 16px;
    font-weight: bold;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Hover efekti */
#order-standard_cart .btn-order-now:hover {
    background-color: #1565c0 !important;
}


/* Aurora Background Effect */
.aurora-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    background: radial-gradient(circle at 10% 20%, var(--primary-color) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, #ff5c5c 0%, transparent 40%),
                radial-gradient(circle at 50% 50%, #5cffc0 0%, transparent 30%);
    animation: aurora-flow 20s infinite linear;
}

@keyframes aurora-flow {
    0% { transform: rotate(0deg) scale(1.5); }
    50% { transform: rotate(180deg) scale(2.0); }
    100% { transform: rotate(360deg) scale(1.5); }
}

/* General Styles */
h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
    font-weight: 700;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 600;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(106, 68, 255, 0.2);
}

.btn-outline-light {
    border-color: var(--border-color);
    font-weight: 600;
     padding: 12px 28px;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background-color: var(--text-light);
    color: var(--dark-bg);
}

.badge.bg-primary-soft {
    background-color: var(--primary-soft);
    color: var(--primary-color);
    padding: 8px 16px;
    font-weight: 600;
}

/* Header */
.site-header {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.site-header.scrolled {
    background-color: rgba(10, 10, 31, 0.8);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    color: var(--text-light);
    font-weight: 800;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.3s ease;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--text-light);
    opacity: 0.9;
}

.navbar .nav-link {
    color: var(--text-muted);
    font-weight: 600;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
    color: var(--text-light);
}

.navbar .dropdown-menu {
    background-color: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 0.5rem;
}

.navbar .dropdown-item {
    color: var(--text-muted);
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus,
.navbar .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--text-light);
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* Hero Section */
.hero-section {
    padding: 120px 0;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    background: -webkit-linear-gradient(45deg, #fff, #b8a6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 2.5rem auto;
}

/* Partners Section */
.partners-section {
    padding: 40px 0;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem;
}

.partner-logos span {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-muted);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.partner-logos span:hover {
    opacity: 1;
    color: var(--text-light);
}

/* General Section Styles */
.section-heading {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.section-subheading {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 500px;
    margin: 0 auto;
}

/* Features Section */
.features-section {
    padding: 100px 0;
}

.feature-card {
    background: linear-gradient(135deg, rgba(20, 20, 43, 0.5), rgba(20, 20, 43, 0.2));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), 
                rgba(106, 68, 255, 0.15), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

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

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-card .feature-icon,
.feature-card .feature-title,
.feature-card .feature-text {
    position: relative;
    z-index: 2;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: var(--primary-soft);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon i {
    width: 28px;
    height: 28px;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-text {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ------------------------- */
/* 6. Pricing Section        */
/* ------------------------- */

.pricing-section {
    position: relative;
    overflow: hidden;
}

.billing-toggle-wrapper {
    user-select: none;
}

.billing-toggle-wrapper .billing-option {
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    transition: color 0.3s ease;
}

.billing-toggle-wrapper .billing-option.active {
    color: var(--text-color);
    font-weight: 600;
}

.form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255,255,255,.25%29'/%3e%3c/svg%3e");
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.pricing-card {
    background: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card::before {
    display: none;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.pricing-card.popular {
    border-color: transparent;
}

.popular-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-badge span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: var(--primary-color);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-align: center;
    transform: rotate(45deg) translateY(-20px);
    transform-origin: center;
}

@keyframes pulse-badge {}

.pricing-card .plan-name {
    font-size: 1.5rem;
    font-weight: 600;
}
.pricing-card .price-wrapper .price-amount {
    font-size: 3rem;
    font-weight: 700;
}
.pricing-card .price-wrapper .price-period {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 400;
    margin-left: 4px;
}
.pricing-card .plan-description {
    min-height: 24px;
    margin-bottom: 1.5rem;
}

/* Two-column feature list */
.pricing-card .plan-features {
    margin-top: 1.5rem;
    padding-left: 0;
    list-style: none;
}
.pricing-card .plan-features li {
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
}
.pricing-card .plan-features li:last-child {
    border-bottom: none;
}
.pricing-card .plan-features .feature-name {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-muted);
    font-weight: 500;
    width: 120px;
    flex-shrink: 0;
}
.pricing-card .plan-features .feature-name i {
    color: var(--primary-color);
}
.pricing-card .plan-features .feature-value {
    font-weight: 600;
    color: var(--text-light);
    text-align: left;
    flex-grow: 1;
}

.pricing-card .btn {
    background-image: none;
    background-color: var(--primary-color);
    transition: background-color 0.2s ease, transform 0.2s ease;
    font-weight: 700;
}
.pricing-card .btn:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(var(--primary-rgb), 0.2);
}

/* ------------------------- */
/* 7. Testimonials Section   */
/* ------------------------- */

.testimonial-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 2rem;
    border-radius: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    border-color: var(--glass-border-hover);
}

.testimonial-card .stars i {
    color: #FFC107; /* A bright yellow for stars */
    width: 18px;
    height: 18px;
}

.testimonial-card .stars i.filled {
    fill: #FFC107;
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-muted);
    font-style: italic;
    flex-grow: 1;
    margin: 0;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border: 2px solid var(--glass-border-hover);
}

.author-name {
    font-weight: 600;
    color: var(--text-color);
}

.author-title {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* ------------------------- */
/* 8. CTA Section            */
/* ------------------------- */

.cta-card {
    background: linear-gradient(45deg, rgba(var(--primary-rgb), 0.1), rgba(var(--primary-rgb), 0.05));
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 3rem;
    border-radius: 1.5rem;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
}

.cta-text {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.cta-card .btn {
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
}

/* ------------------------- */
/* 9. Footer Section         */
/* ------------------------- */

.footer-section {
    background-color: var(--darker-bg);
    padding-top: 5rem;
    padding-bottom: 2rem;
    border-top: 1px solid var(--border-color);
}

.footer-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-text {
    line-height: 1.7;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: var(--text-muted);
    margin-right: 0.5rem;
    transition: all 0.3s ease;
}

.social-icons .social-icon:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
}

.footer-divider {
    margin-top: 3rem;
    margin-bottom: 2rem;
    border-color: rgba(255, 255, 255, 0.1);
}

.copyright {
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* FAQ Section Accordion */
.faq-section .accordion-item {
    background-color: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 12px !important;
    margin-bottom: 1rem;
}

.faq-section .accordion-button {
    background-color: transparent;
    color: var(--text-light);
    font-weight: 600;
    border-radius: 12px;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--primary-soft);
    color: var(--primary-color);
    box-shadow: none;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-color);
}

.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0b4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section .accordion-button:not(.collapsed)::after {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236a44ff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section .accordion-body {
    color: var(--text-muted);
    padding: 1.5rem;
}

/* Supported Databases Section Logos */
.supported-databases-section .partner-logos {
    font-size: 4rem;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
}

.supported-databases-section .partner-logos:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.supported-databases-section .partner-logos span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: block;
    margin-top: -10px;
}

.supported-databases-section .partner-logos:hover span {
    opacity: 1;
}

.partner-logo-item {
    display: inline-block;
    text-align: center;
}

/* Benchmark Section */
.benchmark-card {
    background: linear-gradient(135deg, rgba(20, 20, 43, 0.5), rgba(20, 20, 43, 0.2));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 2rem;
    height: 100%;
}

.benchmark-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.benchmark-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 0.5rem;
}

.benchmark-info {
    color: var(--text-muted);
}

.section-heading-small {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Chart Container */
.chart-container {
    position: relative;
    height: 450px;
    max-width: 900px;
    margin: 0 auto;
}

/* Locations Modal */
#locationsModal .modal-content {
    background-color: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    background-color: rgba(20, 20, 43, 0.7);
}

#locationsModal .modal-header {
    border-bottom: 1px solid var(--border-color);
}

#locationsModal .modal-title {
    font-weight: 700;
}

#locationsModal .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.location-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.location-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem 2rem;
}


@media (max-width: 992px) {
    .location-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .location-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.location-item {
    display: flex;
    align-items: center;
    padding: 0.6rem 0.5rem;
    color: var(--text-muted);
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
    font-size: 0.95rem;
}

.location-item:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-light);
}

.location-item .fi {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 12px;
    background-size: cover;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.location-item .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    vertical-align: middle;
    background-color: rgba(255,255,255,0.1);
}

.location-item span {
    vertical-align: middle;
}

/* Use Case Card */
.use-case-card {
    background-color: transparent;
    border: 1px solid var(--border-color);
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.use-case-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

a.service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.use-case-icon {
    width: 48px;
    height: 48px;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.use-case-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.use-case-text {
    color: var(--text-muted);
}

/* Simple Pricing Card */
.pricing-card-simple {
    background: linear-gradient(135deg, rgba(20, 20, 43, 0.5), rgba(20, 20, 43, 0.2));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid var(--border-color);
    padding: 2.5rem;
}

.pricing-card-simple .price-amount {
    font-size: 2rem;
}

.pricing-card-simple hr {
    border-color: var(--border-color);
}

.pricing-card-simple .list-unstyled li {
    color: var(--text-muted);
}

/* Comparison Table */
.comparison-table {
    background: var(--dark-card);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th, .comparison-table td {
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.comparison-table th {
    font-weight: 700;
    color: var(--text-light);
}

.comparison-table td {
    color: var(--text-muted);
}

.comparison-table thead th {
    background-color: rgba(0,0,0,0.2);
    font-size: 1.1rem;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table .feature-name {
    font-weight: 600;
    color: var(--text-light);
}

.comparison-table .icon-check {
    color: #34D399; /* Green */
}

.comparison-table .icon-cross {
    color: #F87171; /* Red */
}

.comparison-table .text-stellar {
    color: var(--primary-color);
    font-weight: 700;
}

#globe-container {
    width: 100%;
    height: 500px;
    background-color: #000011;
    border-radius: 16px;
    cursor: grab;
    transition: background-color 0.5s ease;
    position: relative;
    overflow: hidden;
}

#globe-container:active {
    cursor: grabbing;
}

#globe-container.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse-bg 2s infinite ease-in-out;
}

#globe-container.loading canvas {
    display: none;
}

#globe-container.loading::after {
    content: 'Küresel Ağı Yükleniyor...';
    font-family: var(--font-family-sans-serif);
    font-size: 1rem;
    color: var(--text-muted);
}

@keyframes pulse-bg {
    0% {
        background-color: #0d1120;
    }
    50% {
        background-color: #1a2240;
    }
    100% {
        background-color: #0d1120;
    }
}

/* Chart Container */
.chart-container {
    position: relative;
    height: 450px;
    max-width: 900px;
    margin: 0 auto;
}

/* About Us - Mission & Vision Cards */
.mission-vision-card {
    background: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.mission-vision-card .card-icon {
    width: 64px;
    height: 64px;
    background-color: var(--primary-color-faded);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.mission-vision-card .card-icon i {
    width: 32px;
    height: 32px;
    color: var(--primary-color);
}

.mission-vision-card .card-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.mission-vision-card .card-text {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.pricing-card-simple .list-unstyled li {
    color: var(--text-muted);
}

/* Careers Page - Job Listing Card */
.job-listing-card {
    background: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.job-listing-card .job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.job-listing-card .job-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-light);
    margin-bottom: 0.25rem;
}

.job-listing-card .job-meta {
    display: flex;
    gap: 1.5rem;
    color: var(--text-muted);
}

.job-listing-card .job-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.job-listing-card .job-meta i {
    width: 16px;
    height: 16px;
    color: var(--primary-color);
}

.job-listing-card hr {
    border-color: var(--border-color);
    margin: 1.5rem 0;
}

.job-listing-card .job-body h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.job-listing-card .job-body ul {
    padding-left: 1.5rem;
    color: var(--text-muted);
}

.job-listing-card .job-body ul li {
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}

/* Contact Page */
.contact-info-card, .contact-form-wrapper {
    background: var(--dark-card);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    height: 100%;
}

.contact-info-card .info-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.contact-info-card .info-item:last-child {
    margin-bottom: 0;
}
.contact-info-card .info-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: var(--primary-soft);
    color: var(--primary-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.contact-info-card .info-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 0.25rem;
}
.contact-info-card .info-text {
    color: var(--text-muted);
    font-size: 0.95rem;
}

.captcha-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.map-container {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  height: 500px;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(var(--primary-rgb), 0.25);
}

.contact-map {
    border-radius: var(--border-radius);
    overflow: hidden;
    height: 100%;
    min-height: 400px;
}

/* Legal Pages (Privacy Policy, etc.) */
.legal-content h4 {
    color: var(--text-light);
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.legal-content p,
.legal-content li {
    color: var(--text-muted);
    line-height: 1.8;
}

.legal-content ul {
    padding-left: 20px;
}

.legal-content a {
    color: var(--primary-color);
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

/* Filter Section Styles */
.filter-sidebar {
    background-color: var(--dark-card);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 1.5rem;
    position: sticky;
    top: 100px; /* Adjust based on sticky header height */
}

@media (max-width: 992px) {
    .filter-sidebar {
        position: static;
        margin-bottom: 2rem;
    }
}

.filter-group {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.filter-sidebar > .filter-group:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.filter-options-group {
    max-height: 180px;
    overflow-y: auto;
    padding: 5px;
    background-color: transparent;
    border-radius: 8px;
}

.filter-options-group .form-check {
    margin-bottom: 0.5rem;
    padding: 0;
}

.filter-options-group .form-check-input {
   display: none;
}
.filter-options-group .form-check-label {
    display: block;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.05);
}

.filter-options-group .form-check-label:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-soft);
}

.filter-options-group .form-check-input:checked + .form-check-label {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 0 15px rgba(var(--primary-rgb), 0.4);
}

/* nouislider Customization */
#price-slider {
    height: 8px;
    border: none;
    box-shadow: none;
}
.noUi-target {
    background: var(--dark-bg);
    border-radius: 4px;
    border: 1px solid var(--border-color);
}
.noUi-connect {
    background: var(--primary-color);
}
.noUi-handle {
    border: 3px solid var(--dark-bg);
    background: var(--text-light);
    box-shadow: 0 0 10px rgba(var(--primary-rgb), 0.5);
    width: 22px;
    height: 22px;
    top: -8px;
    border-radius: 50%;
}
.noUi-handle:focus {
    outline: none;
}
.noUi-handle::before, .noUi-handle::after {
    display: none;
}

#price-lower, #price-upper {
    color: var(--text-light);
    font-weight: 600;
    background: rgba(0,0,0,0.2);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.9em;
}

/* Footer Styles */
.footer {
    background-color: #1a1a1a;
    position: relative;
    z-index: 10;
}

/* Location Dropdown in Header */
.navbar .dropdown-menu.location-dropdown {
    width: 600px; /* Adjust width as needed */
    padding: 1rem;
}

.location-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.location-grid-container .dropdown-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
