/*
Theme Name: Assistive Care Center Child
Theme URI: https://assistivecarecenter.com/
Description: Child theme for the Assistive Care Center theme. Safe place to customize header/footer/CSS without breaking the main layout.
Author: Muhammad baqir
Template: assistivecarecenter
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: assistivecarecenter-child
*/

/* Put your custom CSS below. This file is loaded AFTER the parent theme CSS. */
/* ====== FORCE LOGO BIGGER (STRONG OVERRIDE) ====== */

/* Logo container ko restrict na kare */
header.acc-header .acc-brand,
header.acc-header .acc-brand .acc-logo,
header.acc-header .acc-brand .custom-logo-link,
header.acc-header .acc-brand .acc-logo-link{
  max-height: none !important;
  height: auto !important;
}

/* Actual image */
header.acc-header .acc-brand img.custom-logo,
header.acc-header .acc-brand img.acc-logo-img,
header.acc-header .acc-brand .custom-logo-link img,
header.acc-header .acc-brand .acc-logo-link img{
  height: 92px !important;     /* desktop size - yahan aur bada bhi kar sakte ho */
  width: auto !important;
  max-height: none !important;
  max-width: 320px !important; /* optional */
  object-fit: contain;
}

/* Mainbar ko center align + space */
header.acc-header .acc-mainbar-inner{
  align-items: center;
}

/* Mobile */
@media (max-width: 768px){
  header.acc-header .acc-brand img.custom-logo,
  header.acc-header .acc-brand img.acc-logo-img,
  header.acc-header .acc-brand .custom-logo-link img,
  header.acc-header .acc-brand .acc-logo-link img{
    height: 62px !important;
    max-width: 220px !important;
  }
}