﻿
.services-style-six-area {
    padding-top: 120px;
    padding-bottom: 100px;
}

.index-tum-urunler-heading {
    margin-bottom: 50px;
}

    .index-tum-urunler-heading .index-tum-urunler-title {
        font-size: 2.5rem;
        font-weight: bold;
        color: #333;
        margin: 0;
    }

.services-swiper {
    overflow: visible;
    padding: 20px 0 40px 0;
}

@media(max-width:1439px) {
    .services-swiper {
        overflow: hidden;
        padding: 20px 16px 40px 0;
    }

    .container.container-for-all-products {
        overflow: hidden;
        max-width: 100% !important;
    }
}

@media(min-width:1440px) and (max-width:1919.98px) {
    .container.container-for-all-products {
        max-width: 100% !important;
    }

    .container.container-for-all-products {
        overflow: hidden;
        max-width: 100% !important;
    }
}

.services-style-six-item-for-new-one {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 550px; 
    overflow: hidden;
    position: relative; 
}

    .services-style-six-item-for-new-one:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }


    .services-style-six-item-for-new-one .image {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .services-style-six-item-for-new-one .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

    .services-style-six-item-for-new-one:hover .image img {
        transform: scale(1.05);
    }

    .services-style-six-item-for-new-one .image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

.product-name-overlay {
    position: absolute;
    bottom: 40px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 12px 20px;
    z-index: 10;
    box-shadow: 0 4px 11px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    min-height: 70px;
    width: calc(100% - 40px);
    max-width: 460px;
}

    .product-name-overlay h4 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        color: #333;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .product-name-overlay h4 a {
            text-decoration: none;
            color: inherit;
            transition: color 0.3s ease;
        }

            .product-name-overlay h4 a:hover {
                color: #007bff;
            }

.round-btn-for-new-one {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    color: #007bff;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: none;
}

    .round-btn-for-new-one:hover {
        background: #007bff;
        color: white;
        transform: scale(1.1);
    }

.swiper-pagination {
    position: static;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #007bff;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .services-style-six-item-for-new-one {
        height: 480px;
    }

    .product-name-overlay {
        bottom: 15px;
        left: 15px;
        padding: 10px 16px;
        border-radius: 20px;
    }

    .round-btn-for-new-one {
        width: 40px;
        height: 40px;
        top: 15px;
        right: 15px;
    }
}

@media (min-width: 1440px) and (max-width:1919.98px) {
    .product-name-overlay {
        bottom: 25px;
        left: 15px;
        min-height: 65px;
        max-width: 390px;
    }

        .product-name-overlay h4 {
            font-size: 0.95rem;
        }
}

@media (max-width: 1200px) {
    .product-name-overlay {
        bottom: 25px;
        left: 15px;
        min-height: 65px;
        max-width: 390px;
    }

        .product-name-overlay h4 {
            font-size: 0.95rem;
        }
}

@media (max-width: 991px) {
    .product-name-overlay {
        bottom: 20px;
        left: 10px;
        width: calc(100% - 20px);
        min-height: 60px;
        max-width: 340px;
        padding: 8px 12px;
    }

        .product-name-overlay h4 {
            font-size: 0.9rem;
            -webkit-line-clamp: 2;
        }
}

@media (max-width: 767px) {
    .product-name-overlay {
        bottom: 15px;
        left: 10px;
        width: calc(100% - 20px);
        min-height: 55px;
        max-width: 340px;
        padding: 6px 10px;
    }

        .product-name-overlay h4 {
            font-size: 0.85rem;
            line-height: 1.2;
        }
}

@media (max-width: 400px) {
    .product-name-overlay {
        max-width: 340px;
        min-height: 50px;
    }

        .product-name-overlay h4 {
            font-size: 0.8rem;
        }
}


