﻿/* =========================
   MK - Kurumsal Duyuru Kartları
   (Container + Kompakt Tasarım)
   ========================= */

/* ---- Container ---- */
.mk-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 14px;
}

/* ---- Grid Layout ---- */
.mk-main-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
    margin: 12px 0;
}

@media (max-width: 992px) {
    .mk-main-wrapper {
        grid-template-columns: 1fr;
    }
}

/* ---- Card ---- */
.mk-news-card {
    background: #fff;
    border: 1px solid #e7edf5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

    /* Sol renk şeridi (kurumsal vurgu) */
    .mk-news-card.mk-border-turmob {
        border-left: 6px solid #0B5CAB;
    }

    .mk-news-card.mk-border-sgk {
        border-left: 6px solid #0E8F6E;
    }

    .mk-news-card.mk-border-gib {
        border-left: 6px solid #8C1D40;
    }

/* ---- Header ---- */
.mk-card-header {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-shrink: 0;
}

.mk-bg-turmob {
    background: linear-gradient(90deg, #0B5CAB 0%, #0A3D73 100%);
}

.mk-bg-sgk {
    background: linear-gradient(90deg, #0E8F6E 0%, #0A6A52 100%);
}

.mk-bg-gib {
    background: linear-gradient(90deg, #8C1D40 0%, #5E122B 100%);
}

.mk-header-text {
    color: #fff;
    font-weight: 800;
    letter-spacing: .2px;
    font-size: 13px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
}

.mk-header-text::after {
    content: "Güncel duyurular";
    font-weight: 500;
    opacity: .85;
    font-size: 12px;
    margin-top: 4px;
}

.mk-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 18px;
}

/* ---- List ---- */
.mk-news-list {
    list-style: none;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

/* ---- Item ---- */
.mk-news-item {
    cursor: pointer;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fff;
    position: relative;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
    min-height: 92px;
}

.mk-news-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 6px;
    background: #d7e3f4;
}

.mk-border-turmob .mk-news-item::before {
    background: rgba(11,92,171,.25);
}

.mk-border-sgk .mk-news-item::before {
    background: rgba(14,143,110,.25);
}

.mk-border-gib .mk-news-item::before {
    background: rgba(140,29,64,.25);
}

.mk-news-item:hover {
    transform: translateY(-1px);
    border-color: #d9e4f2;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.08);
}

/* ---- Title ---- */
.mk-item-title {
    font-size: 13.5px;
    font-weight: 650;
    color: #0f172a;
    line-height: 1.35;
    padding-left: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}

/* ---- Footer ---- */
.mk-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 8px;
    margin-top: auto;
}

.mk-item-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    border: 1px solid transparent;
    white-space: nowrap;
}

.mk-tag-turmob {
    background: rgba(11,92,171,.08);
    color: #0B5CAB;
    border-color: rgba(11,92,171,.18);
}

.mk-tag-sgk {
    background: rgba(14,143,110,.08);
    color: #0E8F6E;
    border-color: rgba(14,143,110,.18);
}

.mk-tag-gib {
    background: rgba(140,29,64,.08);
    color: #8C1D40;
    border-color: rgba(140,29,64,.18);
}

.mk-item-date {
    font-size: 11.5px;
    color: #64748b;
    background: #f6f8fb;
    border: 1px solid #eef2f7;
    padding: 5px 9px;
    border-radius: 999px;
    white-space: nowrap;
}
/* GENEL ALAN */
.obaKc_gallery_section_4721 {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 14px;
}

.obaKc_gallery_header_4721 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.obaKc_gallery_title_4721 {
    font-size: 22px;
    margin: 0;
}

/* butonlar */
.obaKc_gallery_nav_4721 {
    display: flex;
    gap: 8px;
}

.obaKc_nav_btn_4721 {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* viewport */
.obaKc_viewport_4721 {
    overflow: hidden;
    border-radius: 16px;
}

/* track */
.obaKc_track_4721 {
    display: flex;
    gap: 14px;
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

/* kartlar */
.obaKc_card_4721 {
    flex: 0 0 calc((100% - 28px) / 3);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
    background: #ddd;
}

    .obaKc_card_4721 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .35s ease;
    }

    .obaKc_card_4721:hover img {
        transform: scale(1.08);
    }

/* tablet */
@media(max-width:992px) {
    .obaKc_card_4721;

{
    flex-basis: calc((100% - 14px)/2);
}

}

/* mobil */
@media(max-width:560px) {
    .obaKc_card_4721;

{
    flex-basis: 100%;
}

}


/* LIGHTBOX */
.obaKc_lightbox_4721 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.88);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.obaKc_lightbox_img_4721 {
    max-width: 94vw;
    max-height: 90vh;
    border-radius: 14px;
    animation: obaKcZoom .2s ease;
}

@keyframes obaKcZoom {
    from {
        transform: scale(.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.obaKc_lightbox_close_4721 {
    position: absolute;
    top: 22px;
    right: 26px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    font-size: 28px;
    cursor: pointer;
}
.mk-border-sirkuler {
    border-top: 4px solid #6f42c1;
}

.mk-bg-sirkuler {
    background: #6f42c1;
}

.mk-tag-sirkuler {
    background: #f3ecff;
    color: #6f42c1;
}

.calc-links-section {
    padding:    60px 0;
    background: #f7f7f7;
}

.calc-links-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.calc-link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 110px;
    padding: 20px 24px;
    background: #ffffff;
    border: 1px solid #d8e2e8;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.30s ease;
    box-sizing: border-box;
}

.calc-link-card:hover {
    transform: translateY(-4px);
    border-color: #01357D;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.calc-link-left {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex: 1;
}

.calc-link-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-link-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.calc-link-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #01357D;
    transition: color 0.30s ease;
}

.calc-link-card:hover .calc-link-title {
    color: #01357D;
}

.calc-link-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-link-arrow span {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 3px solid #01357D;
    border-right: 3px solid #01357D;
    transform: rotate(45deg);
    transition: all 0.30s ease;
}

.calc-link-card:hover .calc-link-arrow span {
    transform: rotate(45deg) translate(3px, -3px);
    border-color: #01357D;
}

@media (max-width: 1199px) {
    .calc-links-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .calc-links-section {
        padding: 40px 0;
    }

    .calc-links-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .calc-link-card {
        min-height: 92px;
        padding: 16px 18px;
    }

    .calc-link-icon {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .calc-link-icon img {
        width: 40px;
        height: 40px;
    }

    .calc-link-title {
        font-size: 16px;
    }

    .calc-link-arrow {
        width: 30px;
        min-width: 30px;
        height: 30px;
        margin-left: 10px;
    }

    .calc-link-arrow span {
        width: 9px;
        height: 9px;
        border-top: 2px solid #01357D;
        border-right: 2px solid #01357D;
    }
}