.meh-top-header{padding:15px 0;}
.meh-top-container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:0 20px;}
.meh-logo img{height:100px!important;transition:transform .4s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));}
.meh-logo img:hover{transform:scale(1.08);filter:drop-shadow(0 4px 6px rgba(0,0,0,.25));}
.meh-contact-boxes{display:flex;align-items:center;gap:30px;}
.meh-box{display:flex;align-items:center;gap:12px;padding:12px 18px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,0.06);transition:all .3s ease;}
.meh-box:hover{transform:translateY(-3px);box-shadow:0 8px 18px rgba(0,0,0,.10);}
.meh-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;}
.meh-info p:first-child{font-weight:600;margin-bottom:3px;}
.meh-info p:last-child{font-size:14px;}
@media(max-width:900px){
  .meh-top-container{flex-direction:column;text-align:center;gap:16px;}
  .meh-contact-boxes{flex-direction:column;gap:15px;align-items:center;}
  .meh-box{width:95%;max-width:420px;justify-content:flex-start;}
}
