﻿﻿.manset-container {
    margin-top: 20px;
    position: relative;
}

.manset-main-slider {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 40px;
}

.manset-item {
    position: relative;
    height: 400px;
    overflow: hidden;
}

    .manset-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.overlay-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #d32f2f;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 5;
}

.overlay-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    z-index: 4;
}

.manset-main-slider .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px; /* Noktalar arası boşluk */
    z-index: 6;
}

    .manset-main-slider .slick-dots li {
        margin: 0;
    }

        .manset-main-slider .slick-dots li button {
            background: #fff;
            border: 2px solid #d32f2f;
            width: 32px;
            height: 32px;
            border-radius: 0;
            padding: 0;
            transition: all 0.3s ease;
            cursor: pointer;
            font-weight: bold;
            font-size: 16px;
            color: #d32f2f;
            line-height: 32px; /* Dikey ortalama için */
            text-align: center;
        }

            .manset-main-slider .slick-dots li button::before {
                content: none; /* Nokta gizlendi, sadece sayı görünsün */
            }

        .manset-main-slider .slick-dots li.slick-active button {
            background: #d32f2f;
            border-color: #d32f2f;
            color: #fff;
        }

.main-custom-slick-prev,
.main-custom-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    padding: 0;
}

@media (min-width: 991.98px) {
    .manset-main-slider .slick-dots {
        position: absolute;
        left: 0;
        width: 100%;
        display: flex !important;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
        gap: 0; 
        border-collapse: collapse;
    }

        .manset-main-slider .slick-dots li {
            flex: 1 1 auto;
        }

            .manset-main-slider .slick-dots li button {
                display: block;
                width: 100%;
                height: 32px;
                border: 2px solid #d32f2f;
                background: #fff;
                font-weight: bold;
                font-size: 16px;
                color: #d32f2f;
                line-height: 32px;
                text-align: center;
                border-radius: 0;
                transition: all 0.3s ease;
                padding: 0;
                margin: 0;
            }

                .manset-main-slider .slick-dots li button::before {
                    content: none;
                }

            .manset-main-slider .slick-dots li.slick-active button {
                background: #d32f2f;
                border-color: #d32f2f;
                color: #fff;
            }
}

.main-custom-slick-prev {
    left: 15px;
}

.main-custom-slick-next {
    right: 15px;
}

@media (max-width: 991.98px) {
    .manset-item {
        aspect-ratio: 16 / 9;
        height: auto;
    }

        .manset-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .manset-main-slider .slick-dots {
        justify-content: center;
        flex-wrap: wrap;
        padding: 10px 5px;
        gap: 6px;
    }

        .manset-main-slider .slick-dots li button {
            width: 28px;
            height: 28px;
            font-size: 14px;
            line-height: 28px;
        }
}

@media (min-width: 575.98px) {
    .manset-main-slider .slick-dots {
        position: absolute;
        left: 0;
        width: 100%;
        display: flex !important;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;
        gap: 0;
        border-collapse: collapse;
    }

        .manset-main-slider .slick-dots li {
            flex: 1 1 auto;
        }

            .manset-main-slider .slick-dots li button {
                display: block;
                width: 100%;
                height: 32px;
                border: 2px solid #d32f2f;
                background: #fff;
                font-weight: bold;
                font-size: 16px;
                color: #d32f2f;
                line-height: 32px;
                text-align: center;
                border-radius: 0;
                transition: all 0.3s ease;
                padding: 0;
                margin: 0;
            }

                .manset-main-slider .slick-dots li button::before {
                    content: none;
                }

            .manset-main-slider .slick-dots li.slick-active button {
                background: #d32f2f;
                border-color: #d32f2f;
                color: #fff;
            }
}

    @media (max-width: 575.98px) {
        .manset-main-slider .slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 2px;
            padding: 6px 0;
            margin: 0 auto;
            max-width: 100%;
            width: 100%;
            box-sizing: border-box;
            overflow: hidden;
            flex-wrap: nowrap;
        }

            .manset-main-slider .slick-dots li {
                margin: 0;
                padding: 0;
                flex: 0 0 auto;
            }

                .manset-main-slider .slick-dots li button {
                    width: 7px;
                    height: 7px;
                    padding: 0;
                    margin: 0;
                    border: none;
                    border-radius: 50%;
                    background-color: #d32f2f;
                    font-size: 0;
                }

                .manset-main-slider .slick-dots li.slick-active button {
                    background-color: #fff;
                    outline: 1px solid #d32f2f;
                }

                .manset-main-slider .slick-dots li button::before {
                    content: none;
                }
    }
