/* ==========================================
   ANASAYFA CSS - YENİ.CSS
========================================== */

/* HEADER VE SLIDER DÜZENLEMESİ */
body {
    padding-top: 0 !important;
}

.mt-mainslider {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#main {
    position: relative !important;
    z-index: 2 !important;
}

#main-header {
    position: absolute !important;
    background-color: transparent !important;
    background: transparent !important;
}

#main-header.scrolled {
    position: fixed !important;
    background-color: rgba(0, 0, 0, 0.95) !important;
    background: rgba(0, 0, 0, 0.95) !important;
}

/* ==========================================
   ZİGZAG KOLEKSİYON TASARIMI
========================================== */

.collections-section {
    background: #f9f9f9;
    position: relative;
}

.section-header {
    margin-bottom: 60px;
}

.section-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
    margin-top: 12px;
}

.section-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.category-filter-zigzag {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.category-filter-zigzag li a {
    display: block;
    padding: 12px 28px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
}

.category-filter-zigzag li a:hover {
    background: #2c2c2c;
    color: #fff;
    border-color: #2c2c2c;
    transform: translateY(-2px);
}

.category-filter-zigzag li.active a {
    background: #000000;
    color: #fff;
    border-color: #000000;
}

.zigzag-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.zigzag-row,
.zigzag-row-reverse {
    display: flex;
    gap: 20px;
    transition: all 0.4s ease;
}

.zigzag-row.hidden,
.zigzag-row-reverse.hidden {
    opacity: 0;
    transform: translateY(20px);
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.zigzag-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.zigzag-item.small {
    flex: 0 0 35%;
    max-width: 35%;
}

.zigzag-item.large {
    flex: 0 0 calc(65% - 20px);
    max-width: calc(65% - 20px);
}

.zigzag-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

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

.zigzag-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: #f5f5f5;
}

.zigzag-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.zigzag-item:hover .zigzag-image img {
    transform: scale(1.1);
}

.zigzag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.zigzag-item:hover .zigzag-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.zigzag-item:hover .overlay-content {
    transform: translateY(0);
}

.view-icon {
    display: block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    color: #000000;
	border: 2px solid #000000;
    font-size: 22px;
    border-radius: 50%;
    margin: 0 auto 12px;
    transition: all 0.3s ease;
}

.zigzag-item:hover .view-icon {
    background: #000000;
    color: #fff;
    transform: rotate(180deg);
}

.view-text {
    display: block;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	transform: rotate(180deg);
    letter-spacing: 2px;
}

.zigzag-info {
    padding: 25px 20px;
    text-align: center;
}

.collection-badge {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(0, 0, 0, 0.06);
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.collection-badge i {
    margin-right: 4px;
	color: #000000;
}

.product-name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.zigzag-item:hover .product-name {
    color: #000000;
}

.product-count {
    display: inline-block;
    padding: 6px 16px;
    background: #f5f5f5;
    color: #000000;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-count i {
    margin-right: 5px;
    color: #000000;
}

.btn-zigzag {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 45px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.btn-zigzag:hover {
    background: #ffffff;
    transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    color: #000000;
}

.btn-zigzag i {
    transition: transform 0.3s ease;
}

.btn-zigzag:hover i {
    transform: translateX(6px);
}

/* ==========================================
   BİLGİ KARTLARI CSS
========================================== */

.info-cards-section {
    background: #ffffff;
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 2px solid #000000;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
}

.info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.info-card-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.info-card-icon i {
    font-size: 32px;
    color: #000000;
}

.info-card:hover .info-card-icon {
    transform: scale(1.1) rotate(5deg);
}

.info-card-content {
    flex: 1;
}

.info-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card-desc {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.info-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.info-card-btn:hover {
    background: #f0f0f0;
    color: #000000;
    gap: 12px;
    text-decoration: none;
}

/* ==========================================
   SİTE İÇİ YAZILAR CSS
========================================== */

.site-texts-section {
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
}

.site-texts-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    pointer-events: none;
}

.section-label-white {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title-white {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.text-feature-list {
    max-width: 900px;
    margin: 0 auto;
}

.text-feature-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.text-feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ffffff;
    transform: scaleY(0);
    transition: transform 0.4s ease;
}

.text-feature-item:hover {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.3);
    transform: translateX(10px);
}

.text-feature-item:hover::before {
    transform: scaleY(1);
}

.feature-icon-wrapper {
    flex-shrink: 0;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    background: rgb(0 0 0);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.text-feature-item:hover .feature-icon-box {
    background: #ffffff;
    border-color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.feature-icon-box i {
    font-size: 28px;
    color: #ffffff;
    transition: color 0.3s ease;
}

.text-feature-item:hover .feature-icon-box i {
    color: #1a1a1a;
}

.feature-content-wrapper {
    flex: 1;
}

.feature-text-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.text-feature-item:hover .feature-text-title {
    color: #000000;
}

.feature-text-desc {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================
   COUNTER CSS
========================================== */

.counter-section {
    background: #ffffff !important;
    position: relative;
    overflow: hidden;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

.counter-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.counter-item {
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.counter-icon {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

.counter-item:hover .counter-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 10px 30px rgba(255,255,255,0.3);
}

.counter-icon i {
    font-size: 36px;
    color: #000000;
}

.counter-number {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-family: 'Arial', sans-serif;
}

.counter-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

.counter-desc {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    max-width: 200px;
    margin: 0 auto;
}

/* ==========================================
   KATALOGLAR BÖLÜMÜ
========================================== */

.home-catalogs-section {
    background: #ffffff;
    position: relative;
}

.catalog-card-mini {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
}

.catalog-card-mini:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-color: #1a1a1a;
}

.catalog-mini-image {
    position: relative;
    width: 100%;
    height: 220px;
    background: #f5f5f5;
    overflow: hidden;
}

.catalog-mini-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.catalog-card-mini:hover .catalog-mini-image img {
    transform: scale(1.1);
}

.no-image-mini {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #ddd;
    background: #f5f5f5;
}

.catalog-mini-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 5px 14px;
    background: #1a1a1a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    z-index: 10;
}

.catalog-mini-content {
    padding: 25px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.catalog-mini-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.catalog-mini-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 20px 0;
    flex: 1;
}

.catalog-mini-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    background: #1a1a1a;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.catalog-mini-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    background: #333;
    color: #fff !important;
    text-decoration: none;
}

.catalog-mini-btn i {
    font-size: 18px;
}

.no-pdf-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
}

.no-pdf-msg i {
    font-size: 16px;
}

.btn-catalog-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 40px;
    background: #1a1a1a;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-catalog-all:hover {
    background: #333;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    text-decoration: none;
}

.btn-catalog-all i {
    transition: transform 0.3s ease;
    font-size: 14px;
}

.btn-catalog-all:hover i {
    transform: translateX(5px);
}

/* ==========================================
   MARKALAR BÖLÜMÜ
========================================== */

.partner-sec {
    background: #ffffff !important;
    overflow: hidden;
}

.partner-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.partner-title::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #000000;
    display: block;
    margin: 12px auto 0;
    border-radius: 3px;
}

.line-box {
    overflow: hidden;
}

.partner-logo {
    display: flex;
    align-items: center;
    animation: scroll 60s linear infinite;
    width: max-content;
}

.partner-logo:hover {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-logo li {
    flex-shrink: 0;
    margin: 0 20px;
}

.partner-logo li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100px;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.partner-logo li a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.partner-logo li a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none !important;
    opacity: 1 !important;
}

/* ==========================================
   GENEL ARKA PLAN KONTROLLERI
========================================== */

body {
    background-color: #f9f9f9;
}

.collections-section,
.info-cards-section,
.home-catalogs-section,
.aboutus-sec {
    background-color: #ffffff !important;
}

.site-texts-section,
.counter-section,
.partner-sec.bg-grey {
    background-color: #ffffff !important;
}

br {
    display: block !important;
    background: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
}

/* ==========================================
   RESPONSİVE TASARIM
========================================== */

@media (max-width: 991px) {
    .section-title {
        font-size: 32px;
    }
    
    .zigzag-image,
    .zigzag-item.small .zigzag-image,
    .zigzag-item.large .zigzag-image {
        height: 280px;
    }
    
    .info-card {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .info-card-icon {
        margin-bottom: 10px;
    }
    
    .counter-section .row {
        justify-content: space-around;
    }
    
    .partner-logo {
        animation: scroll 50s linear infinite;
    }
    
    .partner-logo li {
        margin: 0 15px;
    }
    
    .partner-logo li a {
        width: 160px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 28px;
    }
    
    .zigzag-row,
    .zigzag-row-reverse {
        flex-direction: column;
        gap: 15px;
    }
    
    .zigzag-item.small,
    .zigzag-item.large {
        flex: 1 1 100%;
        max-width: 100%;
    }
    
    .zigzag-image,
    .zigzag-item.small .zigzag-image,
    .zigzag-item.large .zigzag-image {
        height: 300px;
    }
    
    .category-filter-zigzag {
        gap: 8px;
    }
    
    .category-filter-zigzag li a {
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .text-feature-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
    }
    
    .feature-icon-wrapper {
        width: 100%;
    }
    
    .section-title-white {
        font-size: 28px;
    }
    
    .text-feature-item:hover {
        transform: translateX(0);
        transform: translateY(-5px);
    }
    
    .counter-number {
        font-size: 36px;
    }
    
    .counter-title {
        font-size: 16px;
    }
    
    .counter-icon {
        width: 60px;
        height: 60px;
    }
    
    .counter-icon i {
        font-size: 28px;
    }
    
    .counter-section .row {
        justify-content: center;
    }
    
    .catalog-mini-image {
        height: 200px;
    }
    
    .catalog-mini-content {
        padding: 20px 15px;
    }
    
    .partner-logo {
        animation: scroll 40s linear infinite;
    }
    
    .partner-logo li {
        margin: 0 12px;
    }
    
    .partner-logo li a {
        width: 140px;
        height: 80px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }
    
    .btn-zigzag {
        padding: 14px 35px;
        font-size: 12px;
    }
    
    .zigzag-grid {
        gap: 15px;
    }
    
    .feature-icon-box {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon-box i {
        font-size: 24px;
    }
    
    .feature-text-title {
        font-size: 16px;
    }
    
    .feature-text-desc {
        font-size: 13px;
    }
    
    .counter-section .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .catalog-mini-image {
        height: 180px;
    }
    
    .catalog-mini-title {
        font-size: 14px;
    }
    
    .catalog-mini-btn {
        font-size: 11px;
        padding: 10px 16px;
    }
    
    .catalog-mini-badge {
        font-size: 9px;
        padding: 4px 12px;
    }
    
    .partner-logo {
        animation: scroll 35s linear infinite;
    }
    
    .partner-logo li {
        margin: 0 10px;
    }
    
    .partner-logo li a {
        width: 120px;
        height: 70px;
        padding: 10px;
    }
}