
/* ANA SAYFADA KALDIRDIĞIMIZ SİYAH ÜST ŞERİT
   ARTIK TÜM SAYFALARDA KAPALI */

.topbar,
.top-bar,
.site-topbar,
.site-top-bar,
.header-top,
.header-topbar,
.oc-topbar{
    display:none !important;
    height:0 !important;
    min-height:0 !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
}


/* Header artık doğrudan yukarı otursun */

.site-header,
header.site-header{
    top:0 !important;
    margin-top:0 !important;
}


/* HEADER / NAV İÇİNDEKİ WHATSAPP BUTONLARI */

.site-header a[href*="wa.me"],
.site-header a[href*="whatsapp"],
header a[href*="wa.me"],
header a[href*="whatsapp"],
nav a[href*="wa.me"],
nav a[href*="whatsapp"]{
    display:none !important;
}


/* ============================================================
   İLETİŞİM KARTLARI
   ============================================================ */

.oc-contact-card-clean,
.oc-contact-phone-card{
    background:#fff !important;
    border:1px solid #e2e2e2 !important;
    border-radius:14px !important;
    box-shadow:0 3px 12px rgba(0,0,0,.055) !important;
}


/* Telefon kartının önceki fazla marginlerini temizle */

.oc-contact-phone-card{
    margin:0 !important;
    padding:24px !important;
    min-height:100% !important;
}


/* MOBİL */

@media(max-width:760px){

    /* Üst boşluk kalmasın */
    .site-header{
        top:0 !important;
    }

    /* İletişim kartları artık dev kutu değil */
    .oc-contact-card-clean,
    .oc-contact-phone-card{
        width:100% !important;
        min-height:0 !important;
        height:auto !important;

        margin:0 0 14px !important;
        padding:20px !important;

        border-radius:12px !important;
    }

    .oc-contact-phone-icon{
        width:46px !important;
        height:46px !important;

        margin-bottom:14px !important;
    }

    .oc-contact-phone-card h3{
        margin:0 0 8px !important;
        font-size:18px !important;
    }

    .oc-contact-phone-card a{
        font-size:17px !important;
    }

    .oc-contact-phone-card small{
        margin-top:5px !important;
        font-size:11px !important;
    }

}

