/* =========================================================
   1. MASAÜSTÜ - HEADER
   ========================================================= */

@media (min-width: 1001px) {

    #header_main_zone {
        height: 100px !important;
        min-height: 80px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

}


/* =========================================================
   2. GENEL AYARLAR
   ========================================================= */

/* Bootstrap mt-3 boşluğunu küçült */
.mt-3 {
    margin-top: 5px !important;
}


/* =========================================================
   3. MOBİL TASARIM
   767.98px ve altındaki ekranlar
   ========================================================= */

@media (max-width: 767.98px) {


    /* -----------------------------------------------------
       3.1 BREADCRUMB
       Tek satırda gösterilir ve sağa-sola kaydırılabilir.
       ----------------------------------------------------- */

    .breadcrumbBox {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;

        /* Firefox scrollbar gizle */
        scrollbar-width: none;
    }

    /* Chrome / Safari scrollbar gizle */
    .breadcrumbBox::-webkit-scrollbar {
        display: none;
    }


    /* Breadcrumb ana liste */
    .breadcrumbBox .customBreadcrumb {
        display: flex;
        flex-wrap: nowrap !important;

        width: max-content;
        min-width: 100%;

        white-space: nowrap;
        margin-bottom: 0;
    }


    /* Breadcrumb öğeleri */
    .breadcrumbBox .customBreadcrumb .breadcrumb-item {
        flex: 0 0 auto;

        white-space: nowrap;

        margin-right: 0 !important;
        padding-left: 0 !important;
    }


    /* Breadcrumb linkleri */
    .breadcrumbBox .customBreadcrumb .breadcrumb-item a {
        white-space: nowrap;
    }


    /* Breadcrumb "/" ayırıcı boşluğu */
    .breadcrumbBox
    .customBreadcrumb
    .breadcrumb-item
    + .breadcrumb-item::before {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }



    /* -----------------------------------------------------
       3.2 FOOTER - GENEL YERLEŞİM
       Mobilde footer bölümlerini alt alta getirir.
       ----------------------------------------------------- */

    #footer_area > [class*="col-"] {
        flex: 0 0 100% !important;

        width: 100% !important;
        max-width: 100% !important;

        padding-left: 16px;
        padding-right: 16px;

        margin-bottom: 28px;
    }


    /* -----------------------------------------------------
       3.3 FOOTER - BÖLÜM BAŞLIKLARI
       Örn: İletişim, Bilgilendirme, Abone Ol
       ----------------------------------------------------- */

    #footer_area .widget-title {
        display: block;

        margin-bottom: 12px;

        font-size: 16px;
    }


    /* -----------------------------------------------------
       3.4 FOOTER - LİSTE VE METİNLER
       ----------------------------------------------------- */

    #footer_area .widget-body {
        margin: 0;
        padding: 0;
    }

    #footer_area .widget-body li {
        margin-bottom: 5px;
        line-height: 1.5;
    }


    /* Uzun metinlerin footer dışına taşmasını engeller */
    #footer_area .widget-body a,
    #footer_area .widget-body label {
        overflow-wrap: anywhere;
    }


    /* -----------------------------------------------------
       3.5 FOOTER - LOGO
       ----------------------------------------------------- */

    #footer_logo {
        margin-bottom: 8px;
    }

    #footer_logo img {
        width: auto;
        max-width: 160px !important;
        height: auto;
    }

}