.elementor-41 .elementor-element.elementor-element-57a1e0a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-901717a *//* Prevent logo distortion across breakpoints */
.logo img{
  display:block;
  height:auto;          /* keep natural aspect ratio */
  width:auto;           /* don't force full width */
  max-height:42px;      /* desktop cap */
  max-width:180px;      /* optional—keeps super-wide logos in check */
  object-fit:contain;   /* extra safety in odd cases */
  flex:0 0 auto;        /* don't let flexbox squish it */
}

/* Tablet + mobile size */
@media (max-width: 768px){
  .logo img{
    max-height:36px;
    max-width:160px;    /* tweak as you like */
  }
}/* End custom CSS */