/* Sondakika.com Slider Styles */
.hbRow.hbMainSlider.loading {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hbRow.hbMainSlider {
    opacity: 1;
}

.new3slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.new3slider-container.loading {
    opacity: 0;
}

.new3slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: 100%;
}

.new3slide {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    transition: opacity 0.5s ease-in-out;
    display: block;
}

.new3slide {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    flex-shrink: 0;
    transition: opacity 0.5s ease-in-out;
    display: block;
    overflow: hidden;
}

.new3slide a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.new3slide img {
    width: 100% !important;
    height: auto !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    border: none;
    margin: 0;
    padding: 0;
    aspect-ratio: 735/490;
    position: relative;
    z-index: 1;
}

.reklam {
    min-width: 100%;
}

.reklam img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 735/490;
}

.reklam .bx-reklam {
    position: absolute;
    top: 0;
    height: 18px;
    width: 48px;
    background-color: #fff;
    opacity: .6;
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px;
}

.new3container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 200px;
    z-index: 2;
    padding: 20px;
}

.new3caption {
    position: relative;
    width: 100%;
    color: white;
    z-index: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.new3blur-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    z-index: 0;
}

.new3caption h2 {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol" !important;
    position: relative;
    font-size: 48px;
    line-height: 1.2 !important;
    color: #FFF;
    margin: 0 !important;
    padding: 0;
    z-index: 2;
    height: auto;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new3caption h2.caption-line-1 {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 36px;
}

.new3caption h2.caption-line-2 {
    color: #FFEB3B;
    font-size: 36px;
}

.new3red-news-badge {
    display: inline-block;
    background: linear-gradient(180deg, #9C0101 0%, #560101 100%);
    color: #FFF;
    padding: 6px 18px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
    line-height: 110%;
    z-index: 10;
    font-weight: 600;
    border-bottom: 3px solid #FB0D1B;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.new3btn-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.new3btn-container button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.new3btn-container button.prev {
    left: 10px;
}

.new3btn-container button.prev::before {
    content: '‹';
    display: block;
    line-height: 1;
}

.new3btn-container button.next {
    right: 10px;
}

.new3btn-container button.next::before {
    content: '›';
    display: block;
    line-height: 1;
}

.new3btn-container button:focus {
    outline: none;
}

.new3btn-container button:hover {
    background-color: #FF0000;
    color: #ffffff;
    transform: scale(1.1);
}

.new3bullets {
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica", "Roboto", "Segoe UI", Arial, sans-serif;
    width: 100%;
    max-width: 1400px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
    padding: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: rgba(249, 249, 249, 0.95);
    backdrop-filter: blur(10px);
    z-index: 5;
    border-radius: 20px 20px 0 0;
    gap: 2px;
}

.new3bullet {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 0 8px;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 2px;
}

.new3bullet:first-child {
    margin-left: 0;
}

.new3bullet:last-child {
    margin-right: 0;
}

.new3bullet:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #333;
}

.new3bullet.active {
    font-weight: 700;
    color: #FFFFFF;
    background-color: #FF0000;
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.3);
    transform: scale(1.1);
}

.new3bullet.active::after {
    display: none;
}

.new3bullet::before {
    display: none;
}

@media (max-width: 767px) {
    .new3slider-container {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .new3slide img {
        aspect-ratio: 16/9;
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: cover;
    }
    
    .new3container {
        min-height: 140px;
        padding: 12px;
    }
    
    .new3caption {
        padding: 8px;
        font-size: 12px;
        line-height: 130%;
    }
    
    .new3blur-background {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 70%, transparent 100%);
        filter: none;
    }
    
    .new3caption h2 {
        font-size: 20px;
        line-height: 1.2 !important;
        padding: 0 !important;
        margin: 0 0 6px 0 !important;
        min-height: auto;
        letter-spacing: 0.5px;
    }
    
    .new3caption h2.caption-line-1,
    .new3caption h2.caption-line-2 {
        font-size: 20px;
        margin-bottom: 4px;
        line-height: 1.2;
    }
    
    .new3red-news-badge {
        width: auto;
        font-size: 14px;
        letter-spacing: 0.3px;
        padding: 5px 10px;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    
    .new3btn-container {
        padding: 0;
    }
    
    .new3btn-container button {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    
    .new3btn-container button.prev {
        left: 6px;
    }
    
    .new3btn-container button.next {
        right: 6px;
    }
    
    .new3bullets {
        height: 32px;
        padding: 6px 8px;
        gap: 3px;
        border-radius: 16px 16px 0 0;
        bottom: 0;
    }
    
    .new3bullet {
        min-width: 30px;
        height: 24px;
        font-size: 11px;
        padding: 0 5px;
        margin: 0 1px;
        border-radius: 5px;
    }
    
    .new3bullet.active {
        min-width: 30px;
        font-size: 11px;
        transform: scale(1.05);
    }
}

@media (max-width: 512px) {
    .new3container {
        min-height: 150px;
        padding: 12px;
    }
    
    .new3caption h2 {
        font-size: 20px !important;
    }
    
    .new3caption h2.caption-line-1,
    .new3caption h2.caption-line-2 {
        font-size: 20px !important;
    }
    
    .new3red-news-badge {
        font-size: 14px !important;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    
    .new3btn-container button {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    
    .new3bullets {
        height: 32px;
        padding: 6px 8px;
    }
    
    .new3bullet {
        min-width: 30px;
        height: 24px;
        font-size: 11px;
    }
}

@media (max-width: 360px) {
    .new3container {
        min-height: 140px;
        padding: 10px;
    }
    
    .new3caption {
        padding: 8px;
    }
    
    .new3caption h2 {
        font-size: 18px !important;
    }
    
    .new3caption h2.caption-line-1,
    .new3caption h2.caption-line-2 {
        font-size: 18px !important;
    }
    
    .new3red-news-badge {
        font-size: 12px !important;
        padding: 4px 8px;
        margin-bottom: 8px;
    }
    
    .new3btn-container button {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    
    .new3btn-container button.prev {
        left: 5px;
    }
    
    .new3btn-container button.next {
        right: 5px;
    }
    
    .new3bullets {
        height: 28px;
        padding: 5px 6px;
    }
    
    .new3bullet {
        min-width: 26px;
        height: 20px;
        font-size: 9px;
        padding: 0 4px;
    }
}

@media (max-width: 768px) {
    .new3slider-container {
        height: auto;
        overflow: hidden;
    }
    
    .slider-skeleton {
        display: block;
        width: 100%;
        aspect-ratio: 735 / 490;
        background: linear-gradient(90deg, #eee, #ddd, #eee);
        background-size: 200% 100%;
        animation: shimmer 1.5s infinite linear;
    }
    
    @keyframes shimmer {
        0% {
            background-position: 200% 0;
        }
        100% {
            background-position: -200% 0;
        }
    }
    
    .hidden {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .new3red-news-badge {
        font-size: 20px;
    }
    
    .new3bullet {
        width: auto;
    }
}

@media (min-width: 830px) and (max-width: 990px) {
    .hbMainSlider {
        max-width: 1200px !important;
    }
    
    .new3bullets {
        max-width: 1200px;
    }
    
    .new3bullet.active::after {
        left: 5px;
    }
}

.new3slide .r2.sag_ust {
    position: absolute;
    top: 2px;
    right: 0;
    height: 18px;
    width: 48px;
    background-color: #FFF;
    opacity: 0.6;
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    padding: 2px;
}

