/* Brand Slider Optimizations - Google Reviews Tarzında */
.tp-brand-4-area {
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 15px;
    margin: 20px 0;
}

.tp-brand-4-slider-wrap {
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.tp-brand-4-active {
    overflow: hidden !important;
}

.tp-brand-4-active .swiper-wrapper {
    transition-timing-function: ease-in-out !important;
    align-items: center;
    display: flex;
}

.tp-brand-4-active .swiper-slide {
    width: auto !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tp-brand-4-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 140, 0, 0.1);
    height: 100px;
    min-width: 160px;
}

.tp-brand-4-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.15);
    border-color: rgba(255, 140, 0, 0.3);
}

.tp-brand-4-item img {
    max-width: 140px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(0.2);
    opacity: 0.9;
}

.tp-brand-4-item:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.02);
}

/* Başlık stil güncellemesi */
.tp-brand-4-title {
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.tp-brand-4-top-content {
    justify-content: center !important;
    text-align: center;
}

/* Mobile responsive */
@media (max-width: 1200px) {
    .tp-brand-4-item {
        min-width: 140px;
        height: 90px;
        padding: 12px;
    }
    
    .tp-brand-4-item img {
        max-width: 120px;
        max-height: 60px;
    }
}

@media (max-width: 992px) {
    .tp-brand-4-item {
        min-width: 120px;
        height: 80px;
        padding: 10px;
    }
    
    .tp-brand-4-item img {
        max-width: 100px;
        max-height: 50px;
    }
}

@media (max-width: 768px) {
    .tp-brand-4-item {
        min-width: 100px;
        height: 70px;
        padding: 8px;
    }
    
    .tp-brand-4-item img {
        max-width: 80px;
        max-height: 40px;
    }
    
    .tp-brand-4-slider-wrap {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .tp-brand-4-item {
        min-width: 90px;
        height: 60px;
        padding: 5px;
    }
    
    .tp-brand-4-item img {
        max-width: 70px;
        max-height: 35px;
    }
}
