/* ====== PV Header sadeleştirme (site geneli) ====== */

/* --- MOBIL (<=991px) --- */
@media (max-width:991px){
  /* Logo satırını kompaktla ve tek satıra diz */
  .mobile-header .mobile-logo-area-wrapper{
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
  .mobile-header .mobile-logo-area .row{
    display:flex;
    align-items:center;
    margin:0;
  }
  .mobile-header .mobile-logo{
    flex:0 1 auto;
    max-width:220px;
    padding:0;
  }
  /* Logonun ust/alt bosluklarini kirp: kutu yuksekligi + tasmayi gizle */
  .mobile-header .mobile-logo a{
    display:inline-block;
    height:54px;
    overflow:hidden;
    line-height:0;
  }
  .mobile-header .mobile-logo img{
    height:75px;          /* icerik ~54px gorunur */
    max-height:none;
    width:auto;
    margin-top:-10px;     /* ust boslugu kirp */
  }

  /* Ayrı telefon barını gizle (telefon artık üstte) */
  .header-mobile{display:none !important;}

  /* Hamburger'i en sağa al ve telefon butonuyla aynı hizada ortala */
  .mobile-header .top-menu-toggle{
    flex:0 0 auto;
    margin:0;
    float:none;
    display:flex;
    align-items:center;
    height:42px;
  }
  .mobile-header .top-menu-toggle .hamburger{
    display:flex;
    align-items:center;
    padding:0;
    margin:0;
  }
  .mobile-header .top-menu-toggle .hamburger-box{
    display:block;
  }

  /* Üst satıra eklenen kompakt telefon butonu */
  a.pv-mh-phone{
    flex:0 0 auto;
    margin-left:auto;
    margin-right:14px;
    width:42px;height:42px;
    display:inline-flex;align-items:center;justify-content:center;
    background:#A88741;border-radius:50%;
    text-decoration:none;line-height:0;
  }
  a.pv-mh-phone svg{width:20px;height:20px;fill:#fff;}
  a.pv-mh-phone:hover{background:#8a6d34;}
}

/* --- MASAÜSTÜ (>=992px): hafif kompaktlama --- */
@media (min-width:992px){
  .masthead .bottom-header{
    padding-top:8px;
    padding-bottom:8px;
  }
  .masthead .site-logo a,
  .masthead .site-logo .navbar-brand{
    display:inline-block;
    height:62px;
    overflow:hidden;
    line-height:0;
  }
  .masthead .site-logo img{
    height:86px;          /* icerik ~62px gorunur */
    max-height:none;
    width:auto;
    margin-top:-12px;     /* ust boslugu kirp */
  }
  a.pv-mh-phone{display:none;} /* masaüstünde tema kendi telefonunu gösteriyor */
}
