﻿@font-face {
    font-family: 'RisingSun';
    src: url('/css/fonts/RisingSun[wght].woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
}



html {
    font-size: 1rem;
    font-family: 'RisingSun', Arial;
    min-height: 100%;
}



body {
    font-family: 'RisingSun', Arial;
    color: #002d62;
}



/* ── Sabit header yüksekliği: topbar(38) + navbar(72) = 110px ── */

:root {
    --header-height: 110px;
}



/* ── Tablet & Mobil (≤991px) ─────────────────────────────── */
@media (max-width: 991px) {

    :root {
        --header-height: 80px;
    }

    .page-banner {
        margin-top: 0 !important;
    }

    /* Mobil tipografi */
    h1, .h1 {
        font-size: 2.25rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.75rem;
    }

    h4, .h4 {
        font-size: 1.5rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .text-display-1 {
        font-size: 2.25rem;
    }

    .text-display-2 {
        font-size: 1.75rem;
    }

    .text-display-3 {
        font-size: 1.5rem;
    }

    .text-display-4 {
        font-size: 1.25rem;
    }

    .text-display-5 {
        font-size: 1.15rem;
    }

    .text-display-6 {
        font-size: 1.1rem;
    }

    /* Banner — min-height ile yeterli alan garanti et */
    .page-banner {
        min-height: 320px;
    }

        .page-banner img {
            min-height: 320px;
            max-height: 420px;
        }

    .page-banner__title {
        padding-top: var(--header-height);
    }

    .page-banner__subtitle {
        font-size: 0.95rem;
        margin-top: 0.5rem;
    }
}



/* ── Küçük Mobil (≤575px) ────────────────────────────────── */
@media (max-width: 575px) {

    h1, .h1 {
        font-size: 1.75rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
    }

    h3, .h3 {
        font-size: 1.35rem;
    }

    h4, .h4 {
        font-size: 1.25rem;
    }

    h5, .h5 {
        font-size: 1.1rem;
    }

    h6, .h6 {
        font-size: 1rem;
        line-height: 1.75rem;
    }

    .text-display-1 {
        font-size: 1.75rem;
    }

    .text-display-2 {
        font-size: 1.5rem;
    }

    .text-display-3 {
        font-size: 1.25rem;
    }

    .page-banner {
        min-height: 260px;
    }

        .page-banner img {
            min-height: 260px;
            max-height: 340px;
        }

    .page-banner__title h4 {
        padding: 0 1rem;
    }

    .page-banner__subtitle {
        font-size: 0.85rem;
        padding: 0 1rem;
    }

    .page-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}



/* İç sayfalar: header altından başlar */

.site-main {
    padding-top: var(--header-height);
}



    /* Ana sayfa hero: padding'i sıfırla, slider navbar'ın arkasından başlasın */

    .site-main.hero-page {
        padding-top: 0;
    }



    /* Banner'lı sayfalar: banner kendi margin-top'uyla yönetir */

    .site-main.has-page-banner {
        padding-top: 0;
    }



.bg-blue {
    background-color: #002d62;
}



.bg-black-cimpor {
    background-color: #1f2324;
}



/* ── Heading Stilleri (Rising Sun Bold) ─────────────────── */

h1, .h1 {
    font-size: 4.25rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 900;
}



h2, .h2 {
    font-size: 3.5rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 700;
}



h3, .h3 {
    font-size: 3.125rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 700;
}



h4, .h4 {
    font-size: 2.5rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 700;
    color: #002d62;
}



h5, .h5 {
    font-size: 2rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 700;
    color: #002d62;
}



h6, .h6 {
    font-size: 1.5rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 500;
    color: #002d62;
    line-height: 3rem;
}



/* ── Light Varyantlar ────────────────────────────────────── */

.text-display-1 {
    font-size: 4rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 300;
}



.text-display-2 {
    font-size: 3rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 300;
}



.text-display-3 {
    font-size: 2.5rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 300;
    color: #002d62;
}



.text-display-4 {
    font-size: 1.5rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 400;
}



.text-display-5 {
    font-size: 1.4rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 400;
}

.text-display-6 {
    font-size: 1.3rem;
    font-family: 'RisingSun', sans-serif;
    font-weight: 400;
    color: #72b845;
}


/* ── Profile Card ────────────────────────────────────────── */

.profile-card {
    overflow: hidden;
    background: #fff;
    max-width: 340px;
    margin: 0 auto;
}



    .profile-card .card-img-top {
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
        display: block;
    }



    .profile-card .card-body {
        background: #5d708599;
        padding: 20px 14px 24px;
        text-align: center;
    }



        .profile-card .card-body h5 {
            color: #002d62;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 8px;
        }



        .profile-card .card-body p {
            color: #002d62;
            font-size: 0.95rem;
            line-height: 1.5;
            font-weight: bold;
            margin: 0;
        }



/* ── Container Wide ──────────────────────────────────────── */

.container-wide {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}



/* ── Page Banner (Hero Image) ────────────────────────────── */

.page-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}



    .page-banner img {
        display: block;
        width: 100%;
        max-height: 600px;
        object-fit: cover;
        object-position: center;
    }



.page-banner__title {
    position: absolute;
    padding-top: 10vh;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
}



    .page-banner__title h4 {
        color: #fff;
        font-weight: 700;
        text-align: center;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
        padding: 0 1.5rem;
        margin: 0;
    }

.page-banner__subtitle {
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: .75rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}





.cimpor-btn-primary {
    display: inline-block;
    background-color: #002d62;
    color: #fff !important;
    text-decoration: none;
    border: none;
    border-radius: 0;
    padding: 0.72rem 1.35rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 0.2s ease;
}



    .cimpor-btn-primary:hover,
    .cimpor-btn-primary:focus {
        background-color: #0a3973; /* çok az açılmış ton */

        color: #fff !important;
        text-decoration: none;
    }




.news .news-header {
    font-size: 2rem;
    font-weight: 600;
}

.news img {
    color: #002d62;
    height: 600px;
    object-fit: cover;
    transition: transform 0.25s ease;
    border-radius: 0;
}

.card:hover .news-img {
    transform: scale(1.07);
}

.news .news-exp {
    background-color: white;
    color: black;
    padding: 10px 20px 0px 20px;
    text-wrap: auto;
    font-weight: 600;
    font-size: 1.1rem;
    min-height: 120px;
}

.news .news-foot {
    font-weight: 600;
    font-size: 0.8rem;
    color: #999999;
}



.labeller {
    display: block;
    font-size: .78rem;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.submitter {
    width: 100%;
    padding: 13px 24px;
    background: #1a3a5c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
}

.titler {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a3a5c;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dividers {
    width: 48px;
    height: 3px;
    background: #0a7abf;
    border-radius: 2px;
    margin-bottom: 24px;
}

.former {
    justify-content: space-between;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.carder {
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    border-top: 3px solid #0a7abf;
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .carder h3 {
        font-size: 1rem;
        font-weight: bold;
        color: #1a3a5c;
    }

    .carder p {
        font-size: .88rem;
        color: #555;
        line-height: 1.65;
        flex-grow: 1;
    }

    .carder a {
        display: inline-block;
        margin-top: 12px;
        font-size: .85rem;
        color: #0a7abf;
        text-decoration: none;
        font-weight: 600;
    }