/* Isparta Has Kağıt - kurumsal ince ayarlar */
:root {
    color-scheme: light;
}

.top-bar .container-fluid,
.top-bar .row {
    height: 100%;
}

.top-bar .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.top-bar .logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f0ede8;
    color: #B5722A;
    font-size: 48px;
}

/* "Fact" bölümü mobilde yatay taşıyordu (Alanında Uzman Personel...) */
.fact {
    overflow: hidden;
}

.fact .fact-text h2 {
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .fact .fact-left,
    .fact .fact-right {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .fact .row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .fact .col-6 + .col-6 {
        margin-top: 22px;
    }

    .fact .fact-icon {
        flex-shrink: 0;
        width: 46px;
        margin: 4px 12px 0 12px;
    }

    .fact .fact-icon [class^="flaticon-"]::before {
        font-size: 44px;
        line-height: 44px;
    }

    .fact .fact-text h2 {
        font-size: 26px;
    }

    .fact .fact-text p {
        font-size: 13px;
    }
}
