/*
Theme Name: V25
Theme URI: https://noleakservices.com/
Author: NOLEAK Services Private Limited
Author URI: https://noleakservices.com/
Description: Technical Waterproofing Consultants & Execution Specialists in Bangalore. Enterprise-grade, fully editable WordPress theme with Elementor custom widgets and 100% visual parity.
Version: 25.0.0
Text Domain: V25
*/

/* Strict Logo & Header Constraints - Exact parity with original HTML */
.custom-logo-img,
.logo img,
.custom-logo,
.custom-logo-link img,
a.custom-logo-link img,
img.custom-logo-img {
  height: 64px !important;
  max-height: 64px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 576px) {
  .custom-logo-img,
  .logo img,
  .custom-logo {
    height: 48px !important;
    max-height: 48px !important;
  }
}