/* Non-sticky: kompakt top bar + ince border */
html:not(.sticky-header-active) #header .header-top {
    min-height: 0 !important;
    padding: 3px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

/* Sticky: top bar tamamen gizlenir (PyroMetal davranışı) */
html.sticky-header-active #header .header-top {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}
#header .header-top a {
    font-size: 12px;
    line-height: 1.4;
}

#footer .color-orange{
    color:#fa6717;
}
#footer .footer-copyright{
    background-color:#fa6717;
}

.gmap_marker {
    color: #013160;
}

@media (min-width: 576px) {
    .index-img[data-img-src=''] .index-img {
        display: block;
    }
    .index-img-mobil {
        display: none;
    }
}

@media (max-width: 576px) {
    .index-img {
        display: none;
    }
    .index-img-mobil {
        display: block;
    }
}