.btn-rounded {
    border-radius: 4px !important;
}

html {
    scroll-behavior: smooth;
}


#haberduyuru {
    scroll-margin-top: 70px;
}

#modullerimiz {
    scroll-margin-top: 70px;
}

#enyakinsubelerimiz {
    scroll-margin-top: 70px;
}

.li-equal {
    min-height: 110px;
    height: 110px;
    transition: background 0.2s;
    text-align: left;
}


.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.object-fit-cover {
    object-fit: cover;
}

.haber-hover:hover {
    background: linear-gradient(90deg, #f7faff 0%, #eaf1fc 100%);
    box-shadow: 0 4px 24px 0 rgba(60, 72, 100, .08);
    transition: background 0.2s, box-shadow 0.2s;
}

.haber-hover:hover a.fw-semibold {
    color: #199ed9 !important;
    text-decoration: underline;
}

.haber-hover:hover img.object-fit-cover {
    box-shadow: 0 0 0 3px #91caff;
    transition: box-shadow 0.2s;
}

.duyuru-hover:hover {
    background: linear-gradient(90deg, #d2d4d6 0%, #e7e8e9 100%);
    box-shadow: 0 4px 24px 0 rgba(33, 37, 41, 0.17);
    transition: background 0.2s, box-shadow 0.2s;
}

.duyuru-hover:hover a.fw-semibold {
    color: #07060a !important;
    text-decoration: underline;
}

.duyuru-hover:hover img.object-fit-cover {
    box-shadow: 0 0 0 3px #1d192a;
    transition: box-shadow 0.2s;
}

.kazanim-hover:hover {
    background: linear-gradient(90deg, #ffe6eb 0%, #ffe2e2 100%);
    box-shadow: 0 4px 24px 0 rgba(60, 72, 100, .07);
    transition: background 0.2s, box-shadow 0.2s;
}

.kazanim-hover:hover a.fw-semibold {
    color: #d81618 !important;
    text-decoration: underline;
}

.featured-box {
    margin-top: -1px;
    /* veya 0 */
}

.duyuru-hover-effect {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.duyuru-hover-effect:hover {
    background-color: #f5f7fa;
    transform: translateX(4px);
    border-left: 3px solid #2c3237;
}

/* Hover efekti */
.duyuru-hover-effect {
    transition: background-color 0.2s ease;
}

.duyuru-hover-effect:hover {
    background-color: #f1f1f1;
}


.slide-wrapper {
    width: 100%;
    max-width: 855px;
    aspect-ratio: 855/690;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.slide-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--slide-bg);
    /* Değişken ile */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(32px) brightness(0.85);
    pointer-events: none;
}

.arrow.hlbleft {
    background-position: -353px -101px;
    width: 120px;
    height: 47px;
}

.call-to-action.with-button-arrow .call-to-action-btn {
    left: 0px !important;
}

.slider-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain !important;
    object-position: top;
    background: transparent;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
}

.caption-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 16px 18px 16px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .slide-wrapper {
        max-width: 100vw;
    }

}

@media (max-width: 767.98px) {

    .caption-area {
        padding: 6px 10px 8px 10px;
    }
}

li.duyuru-hover-effect {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 42px;
}

.duyuru-item {
    flex-grow: 1;
    min-width: 0;
    /* Uzun başlıklar taşmasın */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-cikanlar-link {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    color: #b0b6bc;
    font-size: 1.2rem;
    border-radius: 100px;
    padding: 3px 8px;
    background: transparent;
    z-index: 2;
    text-decoration: none !important;
    flex-shrink: 0;
    margin-left: 6px;
}

li.duyuru-hover-effect a.one-cikanlar-link {
    text-decoration: none !important;
}


li.duyuru-hover-effect:hover .one-cikanlar-link,
li.duyuru-hover-effect:focus-within .one-cikanlar-link {
    opacity: 1;
    pointer-events: auto;
}

.costum-height-featured {
    min-height: 260px;
}

@media (max-width: 767.98px) {

    .costum-height-featured {
        min-height: 160px;
    }
}

.icerik-body img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    /* ortala, istersen kaldır */
}

/* Çok geniş tablolar taşmasın, yatay scroll ver */
.icerik-body table {
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

/* Gömülü videolar/haritalar responsive olsun */
.icerik-body iframe,
.icerik-body video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
    aspect-ratio: 16 / 9;
    /* video oranını koru */
}

/* Uzun kelimeler satırı bozmasın */
.icerik-body {
    overflow-wrap: anywhere;
    word-break: break-word;
}