/* ==========================================================================
   1. GENEL AYARLAR VE TEMEL ELEMANLAR
   ========================================================================== */
html {
    font-size: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-bg);
    color: var(--primary-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex-grow: 1; /* Sticky Footer için */
}

a {
    text-decoration: none;
    color: var(--primary-text);
}

.content-wrapper {
    padding: 80px 0;
}

/* ==========================================================================
   2. HEADER
   ========================================================================== */
#main-header {
    background-color: var(--primary-bg);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--divider-color);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

/* Sol ve Sağ Gruplar */
.header-group-left, .header-group-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-group-left {
    gap: 40px;
}

/* Logo ve Menü */
.header-logo img {
    max-height: 22px;
}

.main-navigation {
    display: flex;
    gap: 30px;
}

    .main-navigation .nav-link {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--secondary-text);
        transition: color 0.2s ease;
    }

        .main-navigation .nav-link:hover, .main-navigation .nav-link.active {
            color: var(--primary-text);
        }


/* Header Aksiyonları */
.action-icon {
    color: var(--secondary-text);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .action-icon:hover {
        color: var(--primary-text);
    }

.qua-theme .action-icon {
    color: #555555;
}

    .qua-theme .action-icon:hover {
        color: #000000;
    }

.language-selector .dropdown-toggle::after {
    display: none;
}

.language-selector .fa-chevron-down {
    font-size: 11px;
    margin-left: 3px;
}

.dropdown-menu {
    background-color: var(--primary-bg);
    border-color: var(--divider-color);
}

.dropdown-item {
    color: var(--secondary-text);
}

    .dropdown-item:hover {
        background-color: var(--card-bg);
        color: var(--primary-text);
    }

.lang-form button {
    width: 100%;
}

.dealer-portal-btn {
    border: 1px solid var(--secondary-text);
    color: var(--secondary-text);
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .dealer-portal-btn:hover {
        border-color: var(--accent-color);
        background-color: var(--accent-color);
        color: var(--primary-bg);
    }

/* Arama Çubuğu */
.search-bar-container {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--divider-color);
    padding: 20px 0;
    transform: translateY(-150%);
    visibility: hidden;
    transition: transform 0.4s ease, visibility 0.4s;
    z-index: 999;
}

    .search-bar-container.open {
        transform: translateY(0);
        visibility: visible;
    }

    .search-bar-container .container {
        position: relative;
    }

    .search-bar-container input {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 2px solid var(--secondary-text);
        color: var(--primary-text);
        font-size: 2rem;
        padding: 10px 40px 10px 0;
    }

        .search-bar-container input:focus {
            outline: none;
            border-bottom-color: var(--accent-color);
        }

        .search-bar-container input::placeholder {
            color: var(--secondary-text);
            font-weight: 300;
        }

.close-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--secondary-text);
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

/* Mobil Menü */

/* Tam Ekran Mobil Menü Stilleri */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-bg);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Başlangıçta görünmez ve etkileşimsiz */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

    .mobile-menu-overlay.open {
        opacity: 1;
        visibility: visible;
    }

.close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: var(--primary-text);
    font-size: 2.5rem;
    cursor: pointer;
}

.mobile-menu-inner {
    text-align: center;
}

.mobile-main-navigation {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .mobile-main-navigation .nav-link {
        font-size: 2rem; /* Büyük, dokunmatik dostu linkler */
        font-weight: 500;
        color: var(--secondary-text);
        text-transform: uppercase;
    }

        .mobile-main-navigation .nav-link:hover {
            color: var(--primary-text);
        }

.mobile-header-actions {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Tablet ve Altı (991px) */
@media (max-width: 991.98px) {
    /* Masaüstü menüsünü ve aksiyonları gizle */
    .main-navigation, .header-group-right {
        display: none;
    }
    /* Hamburger butonunu göster */
    .navbar-toggler {
        display: block;
    }

    .header-inner {
        justify-content: space-between;
        width: 100%;
    }

    /* Diğer mobil galeri ayarları... */
    .product-gallery, .catalog-gallery, .inspiration-list-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .inspiration-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

/* Sadece Telefon (576px) */
@media (max-width: 576px) {
    /* ... (önceki telefon stilleri aynı kalabilir) ... */
    .product-gallery, .catalog-gallery, .inspiration-list-gallery {
        grid-template-columns: 1fr;
    }
}

.navbar-toggler {
    display: none;
    background: transparent;
    border: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.bien-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.qua-theme .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ==========================================================================
   3. ANA SAYFA BİLEŞENLERİ
   ========================================================================== */


.hero-swiper {
    width: 100%;
    height: 90vh;
    background-color: #000;
}

 
/* RESİM VE VİDEO İÇİN ORTAK STİL */
.hero-media-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* EN ARKADA */
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

/* METİN İÇERİĞİ KATMANI */
.slide-content-wrapper {
    position: relative; /* z-index'in çalışması için */
    z-index: 3; /* HER ZAMAN EN ÜSTTE */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* Karartma efekti artık doğrudan bu katmanda */
    background: linear-gradient(360deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
}

 

/* SWIPER KONTROLLERİ */
.swiper-button-prev, .swiper-button-next, .swiper-pagination {
    z-index: 5; /* Her şeyin üzerinde olsunlar */
}

.swiper-button-prev, .swiper-button-next {
    color: #fff;
    opacity: 0.7;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.7);
}

.swiper-pagination-bullet-active {
    background: #fff;
}



/* Hero Slider (SİYAH EKRAN SORUNU ÇÖZÜMÜ) */
#heroSlider {
    position: relative;
    height: 70vh; /* Yüksekliği buradan ayarlayabilirsiniz */
    min-height: 500px;
    background-color: #000; /* Medya yüklenemezse siyah arkaplan */
}

.carousel-item {
    height: 100%; /* Ana konteynerin yüksekliğini alsın */
}

/* Arkaplan Katmanı (Resim veya Video) */
.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* SİHİRLİ DOKUNUŞ BURADA */
.slide-media {
    width: 100%;
    height: 100%;
    /* Bu komut, resmin/videonun orantısını koruyarak alanı kaplamasını sağlar.
       Taşan kısımlar otomatik olarak kırpılır. Sündürme (stretch) yapmaz. */
    object-fit: cover;
}

/* İçerik Katmanı (Overlay ve Metin) */
.slide-content-wrapper {
    position: relative; /* z-index'in çalışması için */
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Metin okunurluğu için hafif bir gölge */
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
}

.carousel-caption p {
    font-size: 1.5rem;
    font-weight: 300;
}

/* Bootstrap Carousel Kontrolleri */
.carousel-indicators, .carousel-control-prev, .carousel-control-next {
    z-index: 5; /* Her zaman en üstte olmalarını garanti eder */
}

.carousel-item {
    height: 70vh;
    min-height: 500px;
}

.slide-background, .hero-video, .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Arkaplan katmanı */
}

    .slide-background > * { /* içindeki video veya image div'i */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slide-content-wrapper {
    position: relative; /* z-index'in çalışması için */
    z-index: 3; /* Metin katmanı en üstte */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Bootstrap'in kendi kontrolleri için (oklar ve noktalar) */
.carousel-indicators, .carousel-control-prev, .carousel-control-next {
    z-index: 5;
}

.hero-content {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

    .hero-content h1, .hero-content p {
        opacity: 0;
        transform: translateY(20px);
    }

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
    z-index: 5; /* Metnin bile üzerinde olsunlar */
}
.hero-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 1rem auto 0;
    /* YENİ: Okunurluk için metin gölgesi */
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.carousel-item.active .hero-content h1 {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

.carousel-item.active .hero-content p {
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 3px;
    background-color: rgba(255,255,255,0.5);
    border: 0;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

/* Sayfa Bölüm Başlıkları */
.page-section {
    margin-bottom: 80px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2 {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--primary-text);
    }

    .section-header p {
        font-size: 14px;
        color: var(--secondary-text);
        margin-top: 5px;
    }

 

.hero-media-slide, .hero-youtube-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Videolar ve IMG'ler için */
    background-size: cover; /* DIV arkaplanları için */
    background-position: center;
}

.swiper-slide {
    position: relative;
    overflow: hidden; /* Taşmaları engeller */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; /* Medya yüklenene kadar siyah arkaplan */
}
 
.hero-image-slide, .hero-video-slide {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Bu, video ve resimlerin orantısını korur */
}

/* Navigasyon Okları */
.swiper-button-prev, .swiper-button-next {
    color: #fff;
    --swiper-navigation-size: 2rem; /* Okların boyutunu ayarla */
}

    .swiper-button-prev:hover, .swiper-button-next:hover {
        opacity: 1;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 2rem !important; /* Okları daha büyük yap */
    }

.swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 50px;
    background: #fff;
}



/* Giriş Animasyonu */
.fade-in-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

    .fade-in-section.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

/* "Tümünü Gör" Butonları */
.section-footer {
    text-align: center;
    margin-top: 40px;
}

.btn-view-all {
    color: var(--primary-text);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
}

    .btn-view-all::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--accent-color);
        transform: scaleX(0.5);
        transition: transform 0.3s ease;
    }

    .btn-view-all:hover::after {
        transform: scaleX(1);
    }

    .btn-view-all i {
        margin-left: 8px;
        transition: transform 0.3s ease;
    }

    .btn-view-all:hover i {
        transform: translateX(5px);
    }

/* ==========================================================================
   4. GALERİ VE KART TASARIMLARI
   ========================================================================== */

/* Genel Galeri Öğesi */
.gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item a:hover img {
    transform: scale(1.05);
}

/* Ürün Galerisi (Ana Sayfa) */
.product-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.item-caption {
    text-align: center;
    padding-top: 20px;
    transition: color 0.3s ease;
}

    .item-caption h3 {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--secondary-text);
    }

.gallery-item a:hover .item-caption h3 {
    color: var(--primary-text);
}

/* Katalog Galerisi */
.catalog-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.catalog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item.catalog-item a:hover .catalog-overlay {
    opacity: 1;
}

.catalog-overlay i {
    font-size: 2rem;
}

.catalog-overlay span {
    font-size: 0.9rem;
    margin-top: 10px;
    text-transform: uppercase;
}

/* İlham Alanları Galerisi (Ana Sayfa & Liste) */




.inspiration-detail-header {
    position: relative;
    margin-bottom: 80px;
}

.inspiration-main-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.inspiration-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
}

    .inspiration-title-overlay h1 {
        color: #fff;
        font-size: 3rem;
        font-weight: 700;
        text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    }

.content-wrapper.pt-0 {
    padding-top: 0;
}


.inspiration-section {
    background-color: var(--card-bg);
    padding: 80px 0;
}

.inspiration-gallery, .inspiration-list-gallery {
    display: grid;
    gap: 30px;
}

.inspiration-list-gallery {
    grid-template-columns: repeat(2, 1fr);
}

    .inspiration-list-gallery .gallery-item {
        aspect-ratio: 16 / 10;
    }

        .inspiration-list-gallery .gallery-item img, .inspiration-gallery .gallery-item img {
            height: 100%;
            object-fit: cover;
        }

.inspiration-gallery[data-item-count="1"] {
    grid-template-columns: 1fr;
}

.inspiration-gallery[data-item-count="2"] {
    grid-template-columns: 1fr 1fr;
    aspect-ratio: 16 / 10;
}

.inspiration-gallery:not([data-item-count="1"]):not([data-item-count="2"]) {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 300px);
    align-items: stretch;
}

    .inspiration-gallery:not([data-item-count="1"]):not([data-item-count="2"]) .gallery-item:first-child {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

.inspiration-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .inspiration-caption {
    opacity: 1;
}

.inspiration-caption h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

/* Seri Seçim Sayfası Ürün Kartları */
.series-selector-header {
    text-align: center;
    margin-bottom: 40px;
}

.series-filter-form {
    max-width: 500px;
    margin: auto;
}

.product-card-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.product-card-item {
    background-color: var(--card-bg);
    border: 1px solid var(--divider-color);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .product-card-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }

    .product-card-item .card-image-link img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .product-card-item .card-content {
        padding: 20px;
        flex-grow: 1;
    }

    .product-card-item .card-product-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-text);
    }

    .product-card-item .card-product-code {
        font-size: 0.9rem;
        color: var(--secondary-text);
        margin-bottom: 0;
    }

    .product-card-item .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background-color: rgba(0,0,0,0.02);
        border-top: 1px solid var(--divider-color);
        font-size: 0.9rem;
        color: var(--secondary-text);
    }

    .product-card-item .stock-quantity {
        font-weight: 700;
    }

        .product-card-item .stock-quantity.in-stock {
            color: #198754;
        }

        .product-card-item .stock-quantity.out-of-stock {
            color: #dc3545;
        }

/* ==========================================================================
   5. DİĞER SAYFALAR (Detay, İletişim, Login, Dashboard vb.)
   ========================================================================== */

/* Breadcrumb */
.breadcrumb-container {
    padding: 15px 0;
    background-color: var(--card-bg);
    border-bottom: 1px solid var(--divider-color);
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 13px;
}

.breadcrumb-item a {
    color: var(--secondary-text);
    text-decoration: none;
}

    .breadcrumb-item a:hover {
        color: var(--primary-text);
    }

.breadcrumb-item.active {
    color: var(--primary-text);
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--secondary-text);
}

/* Boş Sayfa Durumu */
.empty-state-container {
    text-align: center;
    padding: 80px 20px;
    background-color: var(--card-bg);
    border: 1px solid var(--divider-color);
    border-radius: 8px;
    margin: 40px auto;
    max-width: 600px;
}

.empty-state-icon {
    font-size: 4rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.empty-state-container h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-text);
}

.empty-state-container p {
    color: var(--secondary-text);
    max-width: 400px;
    margin: 10px auto 20px;
}

/* Ürün Detay */
.product-gallery-main img {
    width: 100%;
    border: 1px solid var(--divider-color);
}

.product-gallery-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .product-gallery-thumbnails .thumbnail-image {
        width: 80px;
        height: 80px;
        object-fit: cover;
        cursor: pointer;
        border: 1px solid var(--divider-color);
        opacity: 0.7;
        transition: opacity 0.2s;
    }

        .product-gallery-thumbnails .thumbnail-image:hover {
            opacity: 1;
        }

.product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-text);
}

.product-code {
    font-size: 1rem;
    color: var(--secondary-text);
}

.product-specs .spec-item {
    margin-bottom: 10px;
}

    .product-specs .spec-item strong {
        margin-right: 10px;
    }

/* İlham Detay */
.inspiration-detail-header {
    position: relative;
    margin-bottom: 80px;
}

.inspiration-main-image {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.inspiration-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
}

    .inspiration-title-overlay h1 {
        color: #fff;
        font-size: 3rem;
        font-weight: 700;
    }

.used-products-section .item-caption small {
    display: block;
    color: var(--secondary-text);
    font-size: 12px;
}

/* Login Formu */
.login-page-container {
    max-width: 400px;
    margin: 80px auto;
    text-align: center;
}

.minimal-login-form {
    margin-top: 40px;
    text-align: left;
}

    .minimal-login-form .form-group {
        margin-bottom: 20px;
    }

    .minimal-login-form .form-control {
        width: 100%;
        background-color: transparent;
        border: 1px solid var(--divider-color);
        color: var(--primary-text);
        font-size: 16px;
        padding: 12px 15px;
        border-radius: 4px;
        transition: border-color 0.2s ease;
    }

        .minimal-login-form .form-control:focus {
            outline: none;
            border-color: var(--accent-color);
        }

        .minimal-login-form .form-control::placeholder {
            color: var(--secondary-text);
            opacity: 0.8;
        }

.field-validation-error {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 5px;
}

.minimal-login-form .form-submit-row {
    margin-top: 30px;
    text-align: center;
}

.minimal-login-form button {
    background-color: transparent;
    border: 1px solid var(--primary-text);
    color: var(--primary-text);
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .minimal-login-form button:hover {
        background-color: var(--primary-text);
        color: var(--primary-bg);
    }

.login-error-summary {
    color: #dc3545;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

    .login-error-summary li::before {
        content: '• ';
    }

/* Bayi Dashboard */
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.dashboard-welcome-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-text);
    margin-bottom: 0;
}

.dashboard-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-text);
}

.dashboard-card {
    background-color: var(--card-bg);
    border: 1px solid var(--divider-color);
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

    .dashboard-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    }

    .dashboard-card .card-icon {
        font-size: 2rem;
        color: var(--accent-color);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(var(--accent-rgb, 0, 123, 255), 0.1);
        margin-right: 20px;
    }

    .dashboard-card .card-content .card-title {
        font-size: 0.9rem;
        color: var(--secondary-text);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .dashboard-card .card-content .card-value {
        font-size: 2.2rem;
        font-weight: 700;
        color: var(--primary-text);
        margin: 0;
    }

    .dashboard-card.overdue-card {
        background-color: #fff8f8;
        border-color: #f5c6cb;
    }

        .dashboard-card.overdue-card .card-icon {
            color: #721c24;
            background-color: #f8d7da;
        }

        .dashboard-card.overdue-card .card-value {
            color: #721c24;
        }

.chart-card {
    padding: 30px;
}

    .chart-card .chart-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--primary-text);
    }

.bien-theme .apexcharts-datalabel-value {
    color: #FFFFFF !important;
}

.qua-theme .apexcharts-datalabel-value {
    color: #222222 !important;
}

/* İletişim Sayfası */
.contact-info {
    margin-top: 20px;
}

    .contact-info p {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        color: var(--secondary-text);
    }

    .contact-info i {
        color: var(--accent-color);
        width: 20px;
        margin-top: 5px;
    }

.map-container {
    margin-top: 30px;
    border: 1px solid var(--divider-color);
}

.contact-form .form-control {
    height: 50px;
}

.contact-form textarea.form-control {
    height: auto;
}

/* ==========================================================================
   6. RESPONSIVE AYARLAR
   ========================================================================== */
@media (max-width: 991.98px) {
    .main-navigation, .header-group-right {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .header-inner {
        justify-content: space-between;
        width: 100%;
    }

    .header-group-left {
        gap: 0;
    }

    #main-header.mobile-open {
        height: auto;
    }

        #main-header.mobile-open .header-inner {
            flex-direction: column;
            align-items: flex-start;
            height: auto;
            padding: 15px 0;
        }

        #main-header.mobile-open .main-navigation,
        #main-header.mobile-open .header-group-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            width: 100%;
            margin-top: 20px;
        }

    .header-search-form {
        width: 100%;
    }

        .header-search-form input {
            width: 100%;
        }

            .header-search-form input:focus {
                width: 100%;
            }

    .product-gallery, .catalog-gallery, .inspiration-list-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .inspiration-gallery {
        grid-template-rows: auto;
    }

        .inspiration-gallery .gallery-item:first-child {
            grid-column: auto;
            grid-row: auto;
        }
}

@media (max-width: 576px) {
    .product-gallery, .catalog-gallery, .inspiration-list-gallery {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 16px;
    }

    .content-wrapper {
        padding: 40px 0;
    }
}
/* ==========================================================================
   7. FOOTER
   ========================================================================== */
#main-footer-section {
    background-color: var(--card-bg);
    color: var(--secondary-text);
    font-size: 14px;
}

.footer-top {
    padding: 60px 0;
    border-bottom: 1px solid var(--divider-color);
}

.footer-widget {
    margin-bottom: 30px;
}

    .footer-widget .widget-title {
        color: var(--primary-text);
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.footer-logo {
    max-height: 40px;
    margin-bottom: 20px;
}



.footer-tagline {
    line-height: 1.8;
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--divider-color);
    color: var(--secondary-text);
    margin-right: 10px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

    .social-icons a:hover {
        background-color: var(--accent-color);
        color: var(--primary-bg);
        border-color: var(--accent-color);
    }

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-widget ul li {
        margin-bottom: 10px;
    }

    .footer-widget ul a {
        color: var(--secondary-text);
        text-decoration: none;
    }

        .footer-widget ul a:hover {
            color: var(--primary-text);
        }

.footer-bottom {
    padding: 25px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}


/* ==========================================================================
   8. RESPONSIVE AYARLAR (MOBİL UYUM)
   ========================================================================== */

/* Tablet ve Altı (991px) */
@media (max-width: 991.98px) {
    /* Header */
    .main-navigation, .header-group-right {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .header-inner {
        justify-content: space-between;
        width: 100%;
    }

    .header-group-left {
        gap: 0;
    }

    /* Açılan Mobil Menü */
    #main-header.mobile-open {
        height: auto;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }

        #main-header.mobile-open .header-inner {
            flex-direction: column;
            align-items: flex-start;
            height: auto;
            padding: 15px 0;
        }

        #main-header.mobile-open .main-navigation,
        #main-header.mobile-open .header-group-right {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            width: 100%;
            margin-top: 20px;
        }

    /* Galeri Ayarları */
    .product-gallery, .catalog-gallery, .inspiration-list-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .inspiration-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

        .inspiration-gallery .gallery-item:first-child {
            grid-column: auto;
            grid-row: auto;
        }
}

/* Sadece Telefon (576px) */
@media (max-width: 576px) {
    /* Genel */
    .content-wrapper {
        padding: 40px 0;
    }

    .section-header h2 {
        font-size: 16px;
    }

    /* Slider */
    #heroSlider, .carousel-item {
        height: 50vh;
        min-height: 400px;
    }

    .carousel-caption p {
        font-size: 1.1rem;
    }

    /* Galeriler */
    .product-gallery, .catalog-gallery, .inspiration-list-gallery {
        grid-template-columns: 1fr;
    }
}

/* 8. DEALER DASHBOARD */

.list-card .table {
    font-size: 0.9rem;
}

    .list-card .table thead th {
        color: var(--secondary-text);
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 2px solid var(--divider-color);
    }

    .list-card .table tbody td {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--divider-color);
    }

    .list-card .table tbody tr:last-child td {
        border-bottom: none;
    }

.list-card .badge {
    font-weight: 500;
}

/* ==========================================================
   SERİ VİTRİNİ BÖLÜMÜ
   ========================================================== */
.series-showcase-section {
    padding: 60px 0;
    background-color: var(--card-bg);
}

.series-showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.series-card {
    position: relative;
    display: block;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.series-card-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
}

.series-card:hover .series-card-background {
    transform: scale(1.05);
}

.series-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
}

.series-card-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

.series-card .series-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.series-card .series-info {
    font-size: 0.9rem;
    opacity: 0.8;
}

    .series-card .series-info .separator {
        margin: 0 10px;
    }

.series-card-cta {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

    .series-card-cta i {
        margin-left: 5px;
    }

.series-card:hover .series-card-cta {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 991.98px) {
    .series-showcase-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablette 2'li göster */
        gap: 15px;
    }

    .series-card {
        height: 300px; /* Yüksekliği azalt */
    }

        .series-card .series-name {
            font-size: 1.5rem;
        }
}

@media (max-width: 576px) {
    .series-showcase-grid {
        grid-template-columns: 1fr; /* Telefonda tek tek göster */
    }

    .series-card {
        height: 350px;
    }
}

.series-selection-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.series-selection-card {
    position: relative;
    display: block;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

    .series-selection-card:hover {
        transform: scale(1.03);
    }

    .series-selection-card.active {
        border-color: var(--accent-color);
        box-shadow: 0 0 15px rgba(var(--accent-rgb, 0,0,0), 0.3);
    }

    .series-selection-card .card-background {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .series-selection-card .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
    }

    .series-selection-card .card-title {
        position: absolute;
        bottom: 15px;
        left: 20px;
        right: 20px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600;
        text-shadow: 0 1px 5px rgba(0,0,0,0.5);
    }

.selected-series-products {
    margin-top: 40px;
}

/* ==========================================================
   SERİ DETAY SAYFASI (İKİ SÜTUNLU TASARIM)
   ========================================================== */

/* Galeri (Sol Sütun) */
.series-gallery-main {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
}

    .series-gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.series-gallery-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.thumbnail-item {
    width: 100px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--divider-color);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

    .thumbnail-item:hover {
        border-color: var(--accent-color);
        transform: scale(1.05);
    }

    .thumbnail-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Sidebar (Sağ Sütun) */
.series-info-sidebar {
    position: sticky; /* Sayfa kaydırılsa bile sağ sütun görünür kalır */
    top: 100px; /* Header yüksekliğinden biraz fazla */
}

.series-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-text);
}

.series-description {
    font-size: 1rem;
    color: var(--secondary-text);
    line-height: 1.7;
}

.sidebar-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-text);
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 0.5rem;
}

.collection-products-list .list-group-item {
    background-color: transparent;
    padding: 0.75rem 0;
    border-color: var(--divider-color);
}

.collection-products-list .product-link {
    font-weight: 500;
    color: var(--primary-text);
    text-decoration: none;
}

    .collection-products-list .product-link:hover {
        color: var(--accent-color);
    }


.series-showcase-grid, .series-selection-gallery {
    display: grid;
    gap: 20px;
}

.series-showcase-grid {
    grid-template-columns: repeat(4, 1fr);
}

.series-selection-gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}


.series-showcase-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5; /* Kartların oranını dikey olarak sabitleyelim (4 genişlik, 5 yükseklik) */
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

    .series-showcase-card:hover {
        transform: translateY(-5px);
    }

    .series-showcase-card.active {
        border-color: var(--accent-color);
    }

    .series-showcase-card .card-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover; /* Bu, arkaplan resminin orantısını korur */
        background-position: center;
        transition: transform 0.6s ease;
    }

    .series-showcase-card:hover .card-background {
        transform: scale(1.05);
    }

    .series-showcase-card .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 50%);
    }

    .series-showcase-card .card-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .series-showcase-card .card-name {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .series-showcase-card .card-info {
        font-size: 0.8rem;
        opacity: 0.8;
    }

        .series-showcase-card .card-info .separator {
            margin: 0 8px;
        }

    .series-showcase-card .card-cta {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 0.9rem;
        font-weight: 500;
        opacity: 0;
        transform: translateX(10px);
        transition: all 0.3s ease;
    }

    .series-showcase-card:hover .card-cta {
        opacity: 1;
        transform: translateX(0);
    }

/* ERP Ürün Kartı Stilleri */
.erp-product-card {
    display: flex;
    gap: 15px;
    align-items: center;
}

.erp-product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.erp-product-details {
    flex-grow: 1;
}

.erp-product-name {
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--primary-text);
}

.erp-product-code {
    font-size: 0.8rem;
    color: var(--secondary-text);
}

.erp-product-specs {
    font-size: 0.8rem;
    color: var(--secondary-text);
    margin-top: 5px;
}

    .erp-product-specs span + span::before {
        content: ' | ';
    }

.erp-product-stock {
    font-size: 0.9rem;
    font-weight: 700;
}

    .erp-product-stock.in-stock {
        color: #198754;
    }

    .erp-product-stock.out-of-stock {
        color: #dc3545;
    }

.erp-product-actions {
    margin-left: auto;
}

.product-gallery-v2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.product-card-v2 {
    background-color: var(--card-bg);
    text-align: center;
}

    .product-card-v2 .card-image-link {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .product-card-v2 img {
        width: 100%;
        display: block;
        aspect-ratio: 3/4;
        object-fit: cover;
        transition: transform .4s;
    }

    .product-card-v2:hover img {
        transform: scale(1.05);
    }

    .product-card-v2 .card-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        transition: opacity .4s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }

    .product-card-v2:hover .card-overlay {
        opacity: 1;
    }

    .product-card-v2 .stock-info {
        align-self: flex-end;
    }

    .product-card-v2 .view-details-btn {
        align-self: center;
        background: #fff;
        color: #000;
        padding: 8px 20px;
        border-radius: 20px;
        font-weight: 500;
        transform: translateY(20px);
        transition: transform .4s;
    }

    .product-card-v2:hover .view-details-btn {
        transform: translateY(0);
    }

    .product-card-v2 .card-content {
        padding: 20px;
    }

    .product-card-v2 .card-product-name {
        font-size: 1.1rem;
        font-weight: 600;
        color: var(--primary-text);
    }

    .product-card-v2 .card-product-code {
        font-size: 0.9rem;
        color: var(--secondary-text);
    }

.product-details-sidebar .product-stock-info {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
}

    .product-details-sidebar .product-stock-info.in-stock {
        background-color: rgba(25, 135, 84, 0.1);
        color: #198754;
    }

    .product-details-sidebar .product-stock-info.out-of-stock {
        background-color: rgba(220, 53, 69, 0.1);
        color: #dc3545;
    }

    .product-details-sidebar .product-stock-info i {
        margin-right: 8px;
    }

.product-specs-table table {
    font-size: 0.9rem;
}

.product-specs-table td {
    padding: 0.4rem 0;
}

    .product-specs-table td:first-child {
        color: var(--primary-text); /* Ana metin rengini kullan */
        font-weight: 600; /* Daha belirgin yap */
        width: 120px;
    }

    .product-specs-table td:last-child {
        color: var(--secondary-text); /* Değerler daha soluk kalabilir */
    }

/* ==========================================================
   ÜRÜN DETAY SAYFASI
   ========================================================== */

/* Galeri (Sol Sütun) */
.product-gallery-main {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--card-bg);
}

    .product-gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--secondary-text);
}

    .no-image-placeholder i {
        font-size: 3rem;
    }

    .no-image-placeholder span {
        margin-top: 1rem;
    }

.product-gallery-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.thumbnail-item {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid var(--divider-color);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

    .thumbnail-item:hover {
        border-color: var(--accent-color);
    }

    .thumbnail-item.active {
        border-color: var(--accent-color);
        transform: scale(1.05);
    }
    /* Aktif thumbnail'i vurgula */
    .thumbnail-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Sidebar (Sağ Sütun) */
.product-details-sidebar .product-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-text);
}

.product-details-sidebar .product-code {
    font-size: 1rem;
    color: var(--secondary-text);
    margin-top: -5px;
}

.product-details-sidebar .product-stock-info {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 600;
}

    .product-details-sidebar .product-stock-info.in-stock {
        background-color: rgba(25, 135, 84, 0.1);
        color: #198754;
    }

    .product-details-sidebar .product-stock-info.out-of-stock {
        background-color: rgba(220, 53, 69, 0.1);
        color: #dc3545;
    }

    .product-details-sidebar .product-stock-info i {
        margin-right: 8px;
    }

.product-specs-table table {
    font-size: 0.9rem;
}

.product-specs-table td {
    padding: 0.5rem 0;
    border-top: 1px solid var(--divider-color);
}

.product-specs-table tr:first-child td {
    border-top: none;
}

.product-specs-table td:first-child {
    color: var(--secondary-text);
    width: 120px;
}

.sidebar-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--primary-text);
}
/* Stok Listesi Filtreleri */
.stock-filters {
    background-color: var(--card-bg);
    border: 1px solid var(--divider-color);
}

/* Stok Listesi Tablosu */
.stock-list-table th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: .8rem;
}

.stock-image-container {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}

.stock-image-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.image-zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity .3s;
    border-radius: 4px;
}

.stock-image-container:hover .image-zoom-overlay {
    opacity: 1;
}
/* Muhteşem Stok Listesi Stilleri */
.card-dark {
    background-color: var(--card-bg);
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid var(--divider-color);
}

.bien-theme .card-dark {
    background-color: #1a1a1a;
}

.qua-theme .card-dark {
    background-color: #f8f9fa;
}

.stock-filters .form-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--secondary-text);
    text-transform: uppercase;
}

.stock-filters .form-control {
    background-color: var(--primary-bg);
    color: var(--primary-text);
    border-color: var(--divider-color);
}

.stock-list-table {
    color: var(--primary-text);
}

    .stock-list-table th {
        color: var(--secondary-text);
        border-bottom: 2px solid var(--divider-color);
    }

    .stock-list-table td {
        border-bottom: 1px solid var(--divider-color);
    }

    .stock-list-table tr:last-child td {
        border-bottom: 0;
    }

.stock-image-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform .2s;
}

.stock-image-container:hover .stock-image-thumb {
    transform: scale(1.1);
}

#image-preview-box {
    position: fixed; /* SAYFA KAYDIRILSA BİLE EKRANDA SABİT KALIR */
    display: none;
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 2000;
    pointer-events: none;
    border-radius: 8px; /* Daha şık görünmesi için */
}

/* Muhteşem Stok Listesi Stilleri - GÜNCELLENDİ */
.stock-list-table {
    color: var(--primary-text);
}

    .stock-list-table th {
        color: var(--secondary-text);
        border-bottom: 2px solid var(--divider-color);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-size: .8rem;
    }

    .stock-list-table td {
        border-bottom: 1px solid var(--divider-color);
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .stock-list-table tr:last-child td {
        border-bottom: 0;
    }

.stock-image-container {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
}

.stock-image-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.image-zoom-overlay { /* ... aynı kalabilir ... */
}

.product-name-link {
    font-size: 1.1rem;
}

.spec-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.85rem;
    color: var(--secondary-text);
}

    .spec-list strong {
        color: var(--primary-text);
    }

.stock-value {
    color: var(--primary-text);
}

.stock-unit {
    display: block;
    font-size: 0.8rem;
    color: var(--secondary-text);
    margin-top: 2px;
}
.bathroom-world-container {
    /* Bu container, sayfa kaydırıldığında parallax/scroll snapping gibi efektler için kullanılabilir */
}

.bathroom-concept-section {
    position: relative;
    height: 80vh; /* Her konsept ekranın %80'ini kaplasın */
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax efekti! */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.concept-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.concept-content {
    position: relative;
    z-index: 2;
}

.concept-title {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.concept-description {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 1rem auto 2rem;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.list-card {
    display: flex;
    flex-direction: column;
}

.dashboard-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    flex-grow: 1; /* Kartın yüksekliğini doldurur */
}

.dashboard-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid var(--divider-color);
}

    .dashboard-list-item:last-child {
        border-bottom: none;
    }

.dashboard-list .item-main {
    display: flex;
    flex-direction: column;
}

.dashboard-list .item-title {
    font-weight: 500;
    color: var(--primary-text); /* ANA RENK: Okunurluk için */
}

.dashboard-list .item-subtitle {
    font-size: 0.85rem;
    color: var(--secondary-text); /* İkincil renk */
}

.dashboard-list .item-value {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--primary-text); /* ANA RENK: Okunurluk için */
}

.dashboard-list-item-empty {
    text-align: center;
    color: var(--secondary-text);
    padding: 2rem 0;
}
/* Sayfanın genel başlık bölümü */
.bathroom-hero-section {
    padding: 80px 0;
    text-align: center;
    background-color: var(--card-bg);
}

/* Her bir konsept bölümü */
.bathroom-concept-section {
    position: relative;
    height: 85vh; /* Her konsept ekranın %85'ini kaplasın */
    min-height: 650px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Sihirli Parallax Efekti! */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/* Konsept bölümünün üzerindeki karartma katmanı */
.concept-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: background-color 0.4s ease;
}

.bathroom-concept-section:hover .concept-overlay {
    background-color: rgba(0,0,0,0.6); /* Üzerine gelince biraz daha kararsın */
}


/* Konsept içeriği (metinler ve buton) */
.concept-content {
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-out;
}

.bathroom-concept-section:hover .concept-content {
    transform: translateY(0);
    opacity: 1;
}

.concept-title {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.5);
}

.concept-description {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 1rem auto 2rem;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
    font-weight: 300;
}

/* Mobil için font boyutlarını küçültelim */
@media (max-width: 768px) {
    .concept-title {
        font-size: 2.5rem;
    }

    .concept-description {
        font-size: 1rem;
    }

    .bathroom-concept-section {
        background-attachment: scroll; /* Mobilde parallax performansı düşürebilir, kapatalım */
    }
}
 

 

/* Resim, MP4 Video ve YouTube Iframe için ortak arkaplan stili */
.hero-media-slide, .youtube-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* En arkada */
}

.hero-media-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    /* Resimler için */
    background-size: cover;
    background-position: center;
}

/* YouTube videosunu tam ekran kaplama ve siyah çubukları gizleme */
.youtube-container {
    overflow: hidden;
    pointer-events: none; /* Slider'ın kaydırma işlevini bozmasını engeller */
}

.hero-youtube-slide {
    width: 120%;
    height: 140%; /* Dikey boşlukları da kapatmak için biraz daha yüksek */
}

/* Metin ve Overlay Katmanı */
.slide-content-wrapper {
    position: relative; /* Bu, medyanın üzerinde kalmasını sağlar */
    z-index: 2; /* Metin her zaman en üstte */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(360deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
}

 
/* Swiper Kontrolleri */
.swiper-button-prev, .swiper-button-next, .swiper-pagination {
    z-index: 5;
}