/* ========== LOGO RESPONSIVE ========== */

.header-logo .logo {
height: 45px;
width: auto;
}

@media (max-width: 991px) {
.header-logo .logo {
height: 28px;
}
}

@media (max-width: 575px) {
.header-logo .logo {
height: 24px;
}
}

@media (max-width: 991px) {
.header-top-bar {
display: none !important;
}
}

/* ========== SLIDER DOTS ========== */

.heroCarousel-slider .owl-carousel .owl-dots,
.coll-slider .owl-dots {
margin-left: -50px !important;
justify-content: flex-start !important;
}

.owl-dots .owl-dot span {
background: #d0d5dd !important;
border: 1px solid #bbb !important;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
background: #0d1e3a !important;
border-color: #0d1e3a !important;
}

/* Mobil slider dots - gizle */

@media (max-width: 767px) {
.heroCarousel-slider .owl-carousel .owl-dots,
.coll-slider .owl-dots {
display: none !important;
}
}

/* ========== SLIDER BUTTON ========== */

.slider-btn {
display: inline-block;
background: #0d1e3a;
color: #fff;
padding: 12px 24px;
border-radius: 6px;
font-weight: 600;
font-size: 14px;
text-decoration: none;
}

.slider-btn-wrap {
position: absolute;
bottom: 80px;
left: 30px;
}

@media (max-width: 767px) {
.slider-btn {
padding: 6px 12px;
font-size: 10px;
border-radius: 4px;
}
.slider-btn-wrap {
bottom: 30px;
left: 12px;
}
}

@media (max-width: 480px) {
.slider-btn {
padding: 5px 10px;
font-size: 9px;
}
.slider-btn-wrap {
bottom: 25px;
left: 10px;
}
}

/* ========== HEADER PREMIUM GLASS ANIMATION ========== */

@keyframes gradientFlow {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}

.header-bottom {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* ========== ANA MENÜ ========== */

.header-bottom .box-nav-ul .item-link {
color: #fff !important;
display: inline-flex;
align-items: center;
gap: 8px;
}

.header-bottom .box-nav-ul .item-link svg {
width: 16px;
height: 16px;
flex-shrink: 0;
}

.header-bottom .box-nav-ul .item-link.active {
font-weight: 600;
}

/* Satış Noktaları Link */

.deal-header a {
color: #fff !important;
display: inline-flex;
align-items: center;
gap: 8px;
}

.deal-header a svg {
width: 18px;
height: 18px;
flex-shrink: 0;
}

/* ========== KATEGORİ MENÜSÜ - MODERN TASARIM ========== */

/* Overlay - CSS only (sadece ana sayfa dışında) */

body:not(.template-index) #ss-vertical-menu .widget-verticalmenu::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: -1;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
pointer-events: none;
}

body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover::before {
opacity: 1;
visibility: visible;
}

/* Menü hover durumunda öne çıksın */

body:not(.template-index) #ss-vertical-menu .widget-verticalmenu {
position: relative;
z-index: 9999;
}

body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover .vertical-content {
position: relative;
z-index: 10000;
}

body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover .navbar-toggles,
body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Menü hover durumunda robot ve scroll butonunu arkaya al */

body:not(.template-index) #ss-vertical-menu .widget-verticalmenu:hover~.sitebizdenbox-widget,
body:not(.template-index):has(#ss-vertical-menu .widget-verticalmenu:hover) .sitebizdenbox-widget,
body:not(.template-index):has(#ss-vertical-menu .widget-verticalmenu:hover) .progress-wrap {
z-index: 1 !important;
}

/* Ana Container - Dikey Ortalama */

.menu-left.vertical_menu {
display: flex !important;
align-items: center !important;
height: 100% !important;
}

#ss-vertical-menu {
width: 100% !important;
}

#ss-vertical-menu .widget-verticalmenu {
display: flex !important;
flex-direction: column !important;
gap: 0 !important;
}

/* Ürün Grupları Butonu - Kapalı halde (diğer sayfalar) */

#ss-vertical-menu .navbar-toggles {
background: #fff !important;
color: #111827 !important;
border: 1px solid #d1d5db !important;
border-radius: 8px !important;
padding: 11px 16px !important;
font-weight: 600 !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
transition: all 0.2s ease !important;
}

/* Hover'da bağlantılı görünsün */

#ss-vertical-menu .widget-verticalmenu:hover .navbar-toggles {
border-radius: 8px 8px 0 0 !important;
border-bottom: 1px solid #e5e7eb !important;
box-shadow: none !important;
}

/* Ürün Grupları Butonu - Açık halde (ana sayfa) */

.template-index #ss-vertical-menu .navbar-toggles {
border-bottom: 1px solid #e5e7eb !important;
border-radius: 8px 8px 0 0 !important;
box-shadow: none !important;
}

#ss-vertical-menu .navbar-toggles .icon-before-title svg {
fill: #103595 !important;
}

#ss-vertical-menu .navbar-toggles .icon-after-title svg path {
stroke: #9ca3af !important;
}

#ss-vertical-menu .navbar-toggles .title-nav {
color: #1f2937 !important;
}

/* Ana Menü Container - Kapalı hali */

#ss-vertical-menu .vertical-wrapper {
border: 1px solid #d1d5db !important;
border-top: none !important;
border-radius: 0 0 8px 8px !important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
background: #fff !important;
margin-top: 0 !important;
/* Animasyon için */
transform: translateY(-10px) !important;
opacity: 0 !important;
visibility: hidden !important;
transition: all 0.25s ease-out !important;
transform-origin: top !important;
}

/* Ana Menü Container - Açık hali (hover) */

#ss-vertical-menu .widget-verticalmenu:hover .vertical-wrapper {
transform: translateY(0) !important;
opacity: 1 !important;
visibility: visible !important;
}

/* Ana sayfa - her zaman açık */

.template-index #ss-vertical-menu .vertical-wrapper {
transform: translateY(0) !important;
opacity: 1 !important;
visibility: visible !important;
}

/* Menü Listesi */

#ss-vertical-menu .vertical-group {
padding-top: 0 !important;
}

/* Menü Öğeleri */

#ss-vertical-menu .vertical-item.level1 {
border-bottom: none !important;
}

/* Ana Menü Link */

#ss-vertical-menu .vertical-item.level1>a.menu-link {
padding: 10px 14px !important;
display: flex !important;
align-items: center !important;
gap: 10px !important;
transition: all 0.2s ease !important;
position: relative !important;
border-radius: 6px !important;
margin: 2px 6px !important;
}

/* İkon Stilleri */

#ss-vertical-menu .vertical-item.level1>a.menu-link .icon_items {
width: 30px !important;
height: 30px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: #eef1f6 !important;
border-radius: 6px !important;
opacity: 1 !important;
transition: all 0.2s ease !important;
flex-shrink: 0 !important;
}

#ss-vertical-menu .vertical-item.level1>a.menu-link .icon_items i {
color: #1f2937 !important;
font-size: 15px !important;
transition: all 0.2s ease !important;
}

/* Menü Başlık */

#ss-vertical-menu .vertical-item.level1>a.menu-link .menu-title {
font-size: 15px !important;
font-weight: 500 !important;
color: #1f2937 !important;
flex: 1 !important;
}

/* Ok İkonu */

#ss-vertical-menu .vertical-item.level1>a.menu-link .caret {
opacity: 0.4 !important;
transition: all 0.2s ease !important;
}

/* Hover Durumu */

#ss-vertical-menu .vertical-item.level1>a.menu-link:hover {
background: #f5f7fa !important;
}

#ss-vertical-menu .vertical-item.level1>a.menu-link:hover .icon_items {
background: #103595 !important;
}

#ss-vertical-menu .vertical-item.level1>a.menu-link:hover .icon_items i {
color: #fff !important;
}

#ss-vertical-menu .vertical-item.level1>a.menu-link:hover .menu-title {
color: #103595 !important;
}

#ss-vertical-menu .vertical-item.level1>a.menu-link:hover .caret {
opacity: 1 !important;
}

/* Alt Menü (Dropdown) */

#ss-vertical-menu .vertical-drop {
border: 1px solid #e5e7eb !important;
border-radius: 8px !important;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
padding: 6px 0 !important;
min-width: 200px !important;
margin-left: 0 !important;
left: 100% !important;
top: -1px !important;
/* Açılma animasyonu */
animation: submenuSlideIn 0.2s ease-out !important;
transform-origin: left top !important;
}

@keyframes submenuSlideIn {
from {
opacity: 0;
transform: translateX(-10px);
}
to {
opacity: 1;
transform: translateX(0);
}
}

/* Alt menü hover için köprü alanı */

#ss-vertical-menu .vertical-item.level1.vertical_drop::after {
content: '' !important;
position: absolute !important;
top: 0 !important;
right: -15px !important;
width: 15px !important;
height: 100% !important;
}

#ss-vertical-menu .vertical-drop>li a {
padding: 9px 14px !important;
font-size: 15px !important;
color: #1f2937 !important;
display: flex !important;
align-items: center !important;
gap: 8px !important;
transition: all 0.15s ease !important;
}

#ss-vertical-menu .vertical-drop>li a i {
color: #374151 !important;
font-size: 15px !important;
width: 18px !important;
text-align: center !important;
}

#ss-vertical-menu .vertical-drop>li a:hover {
background: #f3f6fc !important;
color: #103595 !important;
}

#ss-vertical-menu .vertical-drop>li a:hover i {
color: #103595 !important;
}

/* ========== ARAMA KUTUSU ========== */

.header__search .mini-search-from {
position: relative;
}

.header__search .mini-search-from input {
background: rgba(255, 255, 255, 0.12) !important;
border: 1px solid rgba(255, 255, 255, 0.2) !important;
border-radius: 8px !important;
height: 44px !important;
padding: 10px 50px 10px 16px !important;
font-size: 14px !important;
color: rgba(255, 255, 255, 0.9) !important;
min-width: 280px !important;
transition: all 0.2s ease !important;
}

.header__search .mini-search-from input::placeholder {
color: rgba(255, 255, 255, 0.5) !important;
font-size: 14px !important;
}

.header__search .mini-search-from input:focus {
background: rgba(255, 255, 255, 0.18) !important;
border-color: rgba(255, 255, 255, 0.35) !important;
outline: none !important;
}

.header__search .mini-search-from button {
position: absolute !important;
top: 50% !important;
right: 6px !important;
transform: translateY(-50%) !important;
width: 34px !important;
height: 34px !important;
border-radius: 6px !important;
background: rgba(255, 255, 255, 0.15) !important;
border: none !important;
color: rgba(255, 255, 255, 0.7) !important;
font-size: 14px !important;
transition: all 0.2s ease !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}

.header__search .mini-search-from button:hover {
background: rgba(255, 255, 255, 0.25) !important;
color: #fff !important;
}

/* ========== BAYİ GİRİŞ BUTONU ========== */

.header-links .login-btn.dealer-btn {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
height: 44px !important;
padding: 0 20px !important;
border-radius: 8px !important;
font-weight: 600 !important;
font-size: 14px !important;
text-decoration: none !important;
transition: all 0.2s ease !important;
white-space: nowrap !important;
background: #fff !important;
border: none !important;
color: #103595 !important;
}

.header-links .login-btn.dealer-btn:hover {
background: #f0f4ff !important;
}

.header-links .login-btn.dealer-btn svg {
width: 17px !important;
height: 17px !important;
flex-shrink: 0 !important;
}

.header-links .login-btn.dealer-btn svg,
.header-links .login-btn.dealer-btn svg path {
stroke: #103595 !important;
}

/* ========== NAVİGASYON LİNKLERİ ========== */

.header-bottom .box-nav-ul .menu-item .item-link {
font-size: 15px !important;
font-weight: 500 !important;
color: rgba(255, 255, 255, 0.9) !important;
transition: all 0.2s ease !important;
position: relative !important;
}

.header-bottom .box-nav-ul .menu-item .item-link:hover {
color: #fff !important;
}

.header-bottom .box-nav-ul .menu-item .item-link.active {
color: #fff !important;
font-weight: 600 !important;
}

.header-bottom .box-nav-ul .menu-item .item-link:hover::before,
.header-bottom .box-nav-ul .menu-item .item-link.active::before {
width: 100% !important;
left: 0 !important;
right: auto !important;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.7) 70%, transparent) !important;
height: 1px !important;
top: calc(100% + 4px) !important;
}

.header-bottom .box-nav-ul .menu-item .item-link svg {
width: 15px !important;
height: 15px !important;
}

/* Satış Noktaları Linki */

.deal-header a {
font-size: 15px !important;
font-weight: 500 !important;
color: #fff !important;
background: rgba(255, 255, 255, 0.08) !important;
padding: 6px 14px !important;
border-radius: 20px !important;
transition: all 0.2s ease !important;
}

.deal-header a:hover {
background: rgba(255, 255, 255, 0.15) !important;
}

.deal-header a svg {
width: 15px !important;
height: 15px !important;
}

/* ========== KATEGORİ DAİRELERİ ========== */

.widget-collection .collect .collect-img {
border: 2px solid #e0e5ed !important;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.widget-collection .collect .collect-img:hover {
border-color: #103595 !important;
box-shadow: 0 6px 20px rgba(16, 53, 149, 0.15) !important;
}

/* ========== MOBİL HEADER - MAX 1149px ========== */

@media (max-width: 1149px) {
/* Yatay scroll'u engelle */
html,
body {
overflow-x: hidden !important;
}
/* Aramayı gizle */
.header-middle .header-middle__inner .header__search {
display: none !important;
}
/* Header middle düzeni */
.header-middle {
padding: 10px 0 !important;
}
.header-middle>.container {
padding-left: 15px !important;
padding-right: 15px !important;
}
.header-middle .header-middle__inner {
display: flex !important;
flex-wrap: nowrap !important;
align-items: center !important;
justify-content: space-between !important;
}
/* Logo - sola yasla */
.header-middle .header-middle__inner .header-logo {
flex: 0 0 auto !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
/* Bayi Girişi - sağa yasla */
.header-middle .header-middle__inner .header-links {
flex: 0 0 auto !important;
margin-right: 0 !important;
padding-right: 0 !important;
}
.header-middle .header-middle__inner .header-links .login-btn {
padding: 8px 14px !important;
font-size: 12px !important;
white-space: nowrap !important;
}
.header-middle .header-middle__inner .header-links .login-btn svg {
width: 14px !important;
height: 14px !important;
}
/* Header bottom düzeni */
#header.header-bottom {
padding: 10px 0 !important;
}
#header.header-bottom>.container {
padding-left: 15px !important;
padding-right: 15px !important;
}
/* Kategori menüsünü ve ana navigasyonu gizle */
#header.header-bottom .vertical_menu,
#header.header-bottom .box-nav-ul {
display: none !important;
}
/* Satış Noktaları - en sağda göster */
#header.header-bottom .wrapper-header {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
}
#header.header-bottom .deal-header {
position: absolute !important;
right: 15px !important;
top: 50% !important;
transform: translateY(-50%) !important;
}
#header.header-bottom .deal-header a {
font-size: 11px !important;
padding: 6px 10px !important;
white-space: nowrap !important;
}
#header.header-bottom .deal-header a svg {
width: 14px !important;
height: 14px !important;
}
#header.header-bottom>.container {
position: relative !important;
}
/* Mobil menü butonları */
#header.header-bottom .ss-lg-hidden {
display: flex !important;
align-items: center !important;
justify-content: flex-start !important;
gap: 12px !important;
padding: 0 !important;
margin: 0 !important;
}
#header.header-bottom .ss-lg-hidden>a {
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #fff !important;
padding: 4px !important;
margin: 0 !important;
}
#header.header-bottom .ss-lg-hidden>a svg {
width: 22px !important;
height: 22px !important;
fill: #fff !important;
}
/* Row ve column sıfırlama */
#header.header-bottom .wrapper-header {
margin: 0 !important;
padding: 0 !important;
}
#header.header-bottom .wrapper-header>.col-4,
#header.header-bottom .wrapper-header>.col-md-4 {
padding-left: 0 !important;
padding-right: 0 !important;
flex: 0 0 auto !important;
width: auto !important;
}
}







    .bayi-cta-section {
        background: #103595;
        padding: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

    .bayi-cta-banner {
        display: flex;
        align-items: stretch;
        min-height: 400px;
    }

    .bayi-cta-image {
        flex: 0 0 45%;
        position: relative;
    }

    .bayi-cta-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bayi-cta-image::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100px;
        background: linear-gradient(to right, transparent, #103595);
    }

    .bayi-cta-content {
        flex: 1;
        padding: 50px 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .bayi-cta-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 15px;
        width: fit-content;
    }

    .bayi-cta-title {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .bayi-cta-desc {
        color: rgba(255, 255, 255, 0.85);
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
        max-width: 450px;
    }

    .bayi-cta-features {
        display: flex;
        gap: 20px;
        margin-bottom: 25px;
        flex-wrap: wrap;
    }

    .bayi-feature {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .bayi-feature i {
        color: #4ade80;
        font-size: 16px;
    }

    .bayi-cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #fff;
        color: #103595;
        padding: 14px 28px;
        border-radius: 8px;
        font-weight: 600;
        font-size: 15px;
        transition: all 0.3s ease;
        width: fit-content;
    }

    .bayi-cta-btn:hover {
        background: rgba(255, 255, 255, 0.9);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 991px) {
        .bayi-cta-banner {
            flex-direction: column;
        }
        .bayi-cta-image {
            flex: 0 0 250px;
        }
        .bayi-cta-image::after {
            display: none;
        }
        .bayi-cta-content {
            padding: 40px 30px;
            text-align: center;
            align-items: center;
        }
        .bayi-cta-features {
            justify-content: center;
        }
    }

    @media (max-width: 575px) {
        .bayi-cta-title {
            font-size: 28px;
        }
        .bayi-cta-features {
            flex-direction: column;
            gap: 10px;
        }
    }



    .service-section {
        background: #f8fafc;
        padding: 50px 0;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }

    .service-item {
        text-align: center;
        padding: 25px 15px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        background: #103595;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
    }

    .service-icon i {
        font-size: 24px;
        color: #fff;
    }

    .service-text h5 {
        font-size: 16px;
        font-weight: 600;
        color: #1e293b;
        margin: 0 0 6px 0;
    }

    .service-text p {
        font-size: 13px;
        color: #64748b;
        margin: 0;
    }

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

    @media (max-width: 575px) {
        .service-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .service-item {
            padding: 20px 10px;
        }
        .service-icon {
            width: 50px;
            height: 50px;
        }
        .service-icon i {
            font-size: 20px;
        }
    }

    /* Sizin İçin Seçtiklerimiz - Ürün Kartları */

    .products-listing .product-item-container::before {
        background: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
        transition: all 0.3s ease !important;
    }

    .products-listing .product-item-container {
        transition: transform 0.3s ease;
    }

    .products-listing .product-item-container:hover {
        transform: translateY(-5px);
        z-index: 10;
    }

    .products-listing .product-item-container:hover::before {
        height: 100% !important;
        box-shadow: 0 12px 30px rgba(16, 53, 149, 0.18) !important;
        border-color: transparent !important;
    }

    .products-listing .product-layout .product-item-container:hover:before {
        height: 100% !important;
    }

    .products-listing .card-product .left-block {
        background: #f8f9fa;
        border-radius: 12px 12px 0 0;
    }

    .products-listing .card-product .right-block {
        padding: 15px;
    }

    .products-listing .card-product .right-block .button-link {
        display: none !important;
    }

    .products-listing .card-product .title-vendor {
        margin-bottom: 6px;
    }

    .products-listing .card-product .title-vendor a {
        display: inline-block;
        background: rgba(16, 53, 149, 0.08);
        color: #103595;
        font-size: 11px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 4px;
        text-transform: none !important;
    }

    .products-listing .card-product .title-product {
        margin: 0;
    }

    .products-listing .card-product .title-product .title {
        color: #222;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.2s ease;
        letter-spacing: -0.2px;
    }

    .products-listing .card-product .title-product .title:hover {
        color: #103595;
    }

    .products-listing .card-product .on-sale-item {
        background: #e30613;
        color: #fff;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 11px;
    }

    .products-listing .card-product .box-icon {
        background: #fff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
    }

    .products-listing .card-product .box-icon:hover {
        background: #103595;
        color: #fff;
    }

    /* Product Color Circles */

    .product-color-circles {
        display: flex;
        gap: 6px;
        margin-top: 8px;
        flex-wrap: wrap;
    }

    .color-circle-mini {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s;
    }

    .color-circle-mini:hover,
    .color-circle-mini.active {
        border-color: #103595;
        transform: scale(1.15);
        box-shadow: 0 2px 6px rgba(16, 53, 149, 0.3);
    }



    .modern-footer {
        background: #0d1b3e;
    }

    .modern-footer .footer-top {
        padding: 60px 0 40px;
    }

    .modern-footer .footer-desc {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        line-height: 1.7;
    }

    .modern-footer .footer-contact-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .modern-footer .footer-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }

    .modern-footer .footer-contact-list li i {
        color: #e30613;
        font-size: 18px;
        margin-top: 2px;
    }

    .modern-footer .footer-contact-list li a {
        color: rgba(255, 255, 255, 0.8);
        transition: color 0.2s;
    }

    .modern-footer .footer-contact-list li a:hover {
        color: #fff;
    }

    .modern-footer .footer-heading h6 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .modern-footer .footer-menu-list li {
        margin-bottom: 10px;
    }

    .modern-footer .footer-menu-list .footer-menu_item {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
        transition: all 0.2s;
    }

    .modern-footer .footer-menu-list .footer-menu_item:hover {
        color: #fff;
        padding-left: 5px;
    }

    .modern-footer .footer-bayi-box {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 25px;
    }

    .modern-footer .footer-bayi-box p {
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
    }

    .modern-footer .footer-bayi-buttons {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .modern-footer .footer-bayi-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 20px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.3s;
    }

    .modern-footer .footer-bayi-btn.primary {
        background: #103595;
        color: #fff;
    }

    .modern-footer .footer-bayi-btn.primary:hover {
        background: #1e50b5;
    }

    .modern-footer .footer-bayi-btn.secondary {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .modern-footer .footer-bayi-btn.secondary:hover {
        background: rgba(255, 255, 255, 0.15);
    }

    .modern-footer .footer-social {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .modern-footer .social-label {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
    }

    .modern-footer .social-links {
        display: flex;
        gap: 10px;
    }

    .modern-footer .social-links a {
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all 0.3s;
    }

    .modern-footer .social-links a:hover {
        background: #103595;
        transform: translateY(-3px);
    }

    .modern-footer .footer-bottom {
        background: rgba(0, 0, 0, 0.2);
        padding: 20px 0;
    }

    .modern-footer .footer-bottom-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .modern-footer .footer-copyright p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
        margin: 0;
    }

    .modern-footer .footer-copyright strong {
        color: rgba(255, 255, 255, 0.8);
    }

    .modern-footer .footer-legal-links {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .modern-footer .footer-legal-links a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
        transition: color 0.2s;
    }

    .modern-footer .footer-legal-links a:hover {
        color: #fff;
    }

    .modern-footer .footer-legal-links span {
        color: rgba(255, 255, 255, 0.3);
    }

    @media (max-width: 991px) {
        .modern-footer .footer-bayi-box {
            margin-top: 30px;
        }
    }

    @media (max-width: 575px) {
        .modern-footer .footer-bottom-content {
            justify-content: center;
            text-align: center;
        }
        .modern-footer .footer-social {
            flex-direction: column;
            gap: 10px;
        }
    }

    /* Mobile Search Canvas */

    #mobileSearchCanvas {
        background: #fff;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        z-index: 99999 !important;
    }

    #mobileSearchCanvas .search-tag:hover,
    #mobileSearchCanvas .search-tag:active {
        background: #103595 !important;
        color: #fff !important;
    }

    #mobileSearchCanvas .form-control:focus {
        border-color: #103595;
        box-shadow: 0 0 0 2px rgba(16, 53, 149, 0.1);
        outline: none;
    }

    #mobileSearchCanvas .offcanvas-header {
        padding-bottom: 5px !important;
    }

    /* Kategori menü header */

    .mb-category-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 0 12px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        color: #333;
        font-size: 15px;
        font-weight: 600;
    }

    .mb-category-header i {
        font-size: 16px;
        color: #103595;
    }

    /* Modal Styles */

    #gizlilikModal .modal-title,
    #kullanimModal .modal-title {
        color: #fff !important;
    }



    /* Scroll to top - under the robot */

    .progress-wrap {
        right: 65px !important;
        bottom: 20px !important;
        z-index: 9998 !important;
    }

    @media (max-width: 991px) {
        .progress-wrap {
            display: none !important;
        }
    }

    /* sitebizdenBox Container */

    .sitebizdenbox-widget {
        position: fixed;
        bottom: 75px;
        right: 15px;
        z-index: 9999;
        font-family: 'Poppins', sans-serif;
    }

    /* Floating Button */

    .sitebizdenbox-trigger {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        position: relative;
        overflow: visible;
        filter: drop-shadow(0 4px 12px rgba(13, 34, 71, 0.3));
    }

    .sitebizdenbox-trigger:hover {
        transform: scale(1.1) translateY(-3px);
        filter: drop-shadow(0 8px 20px rgba(13, 34, 71, 0.4));
    }

    /* Robot SVG */

    .sitebizdenbox-robot {
        width: 130px;
        height: 130px;
    }

    /* Wave Animation for Hand */

    @keyframes wave {
        0%,
        100% {
            transform: rotate(0deg);
        }
        25% {
            transform: rotate(20deg);
        }
        75% {
            transform: rotate(-15deg);
        }
    }

    .sitebizdenbox-trigger:hover .robot-hand,
    .sitebizdenbox-wave .robot-hand {
        transform-origin: bottom center;
        animation: wave 0.5s ease-in-out 3;
    }

    /* Auto Wave Animation */

    @keyframes autoWave {
        0%,
        10%,
        100% {
            transform: rotate(0deg);
        }
        2.5% {
            transform: rotate(20deg);
        }
        5% {
            transform: rotate(-10deg);
        }
        7.5% {
            transform: rotate(15deg);
        }
    }

    .robot-hand {
        transform-origin: 50% 100%;
        animation: autoWave 8s ease-in-out infinite;
    }

    /* Wink Animation */

    @keyframes wink {
        0%,
        90%,
        100% {
            transform: scaleY(1);
        }
        95% {
            transform: scaleY(0.1);
        }
    }

    .eye-left {
        transform-origin: 40px 41px;
        animation: wink 6s ease-in-out infinite;
    }

    .eye-shine-left {
        transform-origin: 42px 39px;
        animation: wink 6s ease-in-out infinite;
    }

    /* Smile Animation */

    @keyframes smile {
        0%,
        85%,
        100% {
            d: path("M40 52 Q50 60 60 52");
        }
        90%,
        95% {
            d: path("M38 50 Q50 64 62 50");
        }
    }

    .robot-smile {
        animation: smile 6s ease-in-out infinite;
    }

    /* Bounce Animation */

    @keyframes bounce {
        0%,
        100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }

    .sitebizdenbox-trigger {
        animation: bounce 3s ease-in-out infinite;
    }

    .sitebizdenbox-trigger:hover {
        animation: none;
    }

    /* Tooltip Bubble - Compact Design */

    .sitebizdenbox-tooltip {
        position: absolute;
        bottom: 135px;
        right: 10px;
        background: #0d2247;
        border-radius: 12px;
        padding: 10px 14px;
        box-shadow: 0 8px 25px rgba(13, 34, 71, 0.4);
        max-width: 200px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
    }

    .sitebizdenbox-trigger:hover .sitebizdenbox-tooltip,
    .sitebizdenbox-tooltip.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .sitebizdenbox-tooltip::after {
        content: '';
        position: absolute;
        bottom: -6px;
        right: 30px;
        width: 12px;
        height: 12px;
        background: #0d2247;
        transform: rotate(45deg);
    }

    .sitebizdenbox-tooltip-text {
        font-size: 13px;
        color: #fff;
        line-height: 1.4;
        margin: 0;
    }

    /* Chat Window */

    .sitebizdenbox-chat {
        position: fixed;
        bottom: 200px;
        right: 15px;
        width: 340px;
        height: 450px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        display: none;
        flex-direction: column;
        overflow: hidden;
        z-index: 10000;
        transform-origin: bottom right;
        animation: chatOpen 0.3s ease forwards;
    }

    @keyframes chatOpen {
        from {
            opacity: 0;
            transform: scale(0.8) translateY(20px);
        }
        to {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }

    .sitebizdenbox-chat.active {
        display: flex;
    }

    /* Chat Header - Compact */

    .sitebizdenbox-chat-header {
        background: #0d2247;
        padding: 12px 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .sitebizdenbox-chat-avatar {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sitebizdenbox-chat-avatar svg {
        width: 20px;
        height: 20px;
    }

    .sitebizdenbox-chat-info {
        flex: 1;
    }

    .sitebizdenbox-chat-name {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
    }

    .sitebizdenbox-chat-status {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.7);
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .sitebizdenbox-chat-status::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #4ade80;
        border-radius: 50%;
    }

    .sitebizdenbox-chat-close {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .sitebizdenbox-chat-close:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    /* Chat Body - Compact */

    .sitebizdenbox-chat-body {
        flex: 1;
        padding: 12px;
        overflow-y: auto;
        background: #f8fafc;
    }

    /* Chat Messages */

    .sitebizdenbox-messages {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .sitebizdenbox-msg {
        max-width: 85%;
        padding: 10px 14px;
        border-radius: 12px;
        font-size: 13px;
        line-height: 1.4;
    }

    .sitebizdenbox-msg.bot {
        background: #fff;
        color: #333;
        align-self: flex-start;
        border: 1px solid #e5e7eb;
    }

    .sitebizdenbox-msg.user {
        background: #0d2247;
        color: #fff;
        align-self: flex-end;
    }

    .sitebizdenbox-typing {
        display: flex;
        gap: 4px;
        padding: 10px 14px;
        background: #fff;
        border-radius: 12px;
        width: fit-content;
        border: 1px solid #e5e7eb;
    }

    .sitebizdenbox-typing span {
        width: 6px;
        height: 6px;
        background: #94a3b8;
        border-radius: 50%;
        animation: typing 1s infinite;
    }

    .sitebizdenbox-typing span:nth-child(2) {
        animation-delay: 0.2s;
    }

    .sitebizdenbox-typing span:nth-child(3) {
        animation-delay: 0.4s;
    }

    @keyframes typing {
        0%,
        100% {
            opacity: 0.3;
            transform: scale(0.8);
        }
        50% {
            opacity: 1;
            transform: scale(1);
        }
    }

    /* Quick Actions - Compact */

    .sitebizdenbox-quick-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 10px;
    }

    .sitebizdenbox-quick-btn {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 6px 12px;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 11px;
        color: #374151;
    }

    .sitebizdenbox-quick-btn:hover {
        background: #0d2247;
        color: #fff;
        border-color: #0d2247;
    }

    /* Chat Input - Compact */

    .sitebizdenbox-chat-footer {
        padding: 10px 12px;
        background: #fff;
        border-top: 1px solid #e5e7eb;
    }

    .sitebizdenbox-input-wrap {
        display: flex;
        gap: 8px;
        background: #f3f4f6;
        border-radius: 20px;
        padding: 6px 6px 6px 14px;
        align-items: center;
    }

    .sitebizdenbox-input {
        flex: 1;
        border: none;
        background: transparent;
        font-size: 13px;
        outline: none;
        color: #333;
    }

    .sitebizdenbox-input::placeholder {
        color: #9ca3af;
    }

    .sitebizdenbox-send {
        background: #0d2247;
        border: none;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s ease;
    }

    .sitebizdenbox-send:hover {
        background: #1a4fd6;
    }

    /* Mobile Responsive */

    @media (max-width: 768px) {
        .sitebizdenbox-widget {
            bottom: 70px;
            right: 10px;
        }
        .sitebizdenbox-trigger {
            width: 80px;
            height: 80px;
        }
        .sitebizdenbox-robot {
            width: 75px;
            height: 75px;
        }
        .sitebizdenbox-chat {
            width: calc(100% - 20px);
            height: calc(100% - 180px);
            right: 10px;
            bottom: 160px;
            border-radius: 16px;
        }
        .sitebizdenbox-tooltip {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .sitebizdenbox-widget {
            bottom: 65px;
            right: 8px;
        }
        .sitebizdenbox-trigger {
            width: 70px;
            height: 70px;
        }
        .sitebizdenbox-robot {
            width: 65px;
            height: 65px;
        }
    }

    .firsatlar-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .firsat-card {
        display: block;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        height: 280px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease;
    }

    .firsat-card:hover {
        transform: scale(1.02);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .firsat-img {
        position: absolute;
        inset: 0;
    }

    .firsat-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .firsat-overlay {
        position: absolute;
        inset: 0;
        z-index: 2;
    }

    .firsat-ribbon {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px 16px;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        z-index: 5;
        border-radius: 12px 0 12px 0;
    }

    .firsat-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 3;
    }

    .firsat-kampanya {
        display: inline-block;
        color: rgba(255, 255, 255, 0.9);
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 6px;
        background: rgba(255, 255, 255, 0.15);
        padding: 3px 10px;
        border-radius: 10px;
    }

    .firsat-title {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

    .firsat-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .firsat-count {
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
    }

    .firsat-btn {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        opacity: 0.9;
        transition: opacity 0.2s;
    }

    .firsat-card:hover .firsat-btn {
        opacity: 1;
    }

    .firsat-btn i {
        font-size: 10px;
    }

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

    @media (max-width: 575px) {
        .firsatlar-grid {
            grid-template-columns: 1fr;
        }
    }


    @keyframes snxShine {
        0% {
            background-position: -100% 0;
        }
        100% {
            background-position: 200% 0;
        }
    }

    .snx-new-tag {
        display: inline-flex;
        align-items: center;
        padding: 6px 12px;
        background: #001C7C;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        border-radius: 0 6px 6px 0;
        position: relative;
        overflow: hidden;
        letter-spacing: 0.3px;
        margin-left: -5px;
    }

    .snx-new-tag::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: snxShine 3s ease-in-out infinite;
    }

    .flat-products .on-sale-wrap:has(.snx-new-tag) {
        right: auto;
        left: 0;
        top: 12px;
    }
