/* SmartMag Logo Size Fix - Corrected */
.smart-head .logo-link.ts-logo img.logo-image,
.smart-head-mobile .logo-link.ts-logo img.logo-image,
a.logo-link.ts-logo.logo-is-image img.logo-image {
    width: 160px !important;
    height: auto !important;
    max-width: 233px !important;
    max-height:220px !important;
}

/* Header ko properly center align rakhna taake logo bara hone se niche na jaye */
.smart-head .items.items-center,
.smart-head-mobile .items.items-center {
    display: flex !important;
    align-items: center !important;
}

a.logo-link.ts-logo {
    display: flex !important;
    align-items: center !important;
}