/*
Theme Name: NOLEAK Services Theme
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 reproducing original landing page with 100% visual and functional parity.
Version: 1.0.0
Text Domain: noleak-services
*/

/* Strict Logo Constraints Requirement for Frontend & Elementor Editor Canvas */
.logo img,
.custom-logo-img,
.custom-logo,
.custom-logo-link img,
a.custom-logo-link img,
img.custom-logo-img {
  max-height: 50px !important;
  height: 50px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}


/* PHASE 1: STRICT LOGO BOUNDING FOR FRONTEND & ELEMENTOR EDITOR */
.logo img,
.custom-logo-img,
.custom-logo,
.custom-logo-link img,
a.custom-logo-link img,
img.custom-logo-img,
.elementor-editor-active .logo img,
.elementor-editor-active .custom-logo-img,
.elementor-editor-active img[src*="logo"] {
  max-height: 50px !important;
  height: 50px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}
