.elementor-39 .elementor-element.elementor-element-3656d99{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-91a6123 *//* Target the footer logo specifically */
.footer-logo {
  max-width: 120px !important; /* Adjust this number to your preference */
  width: 100%;
  height: auto;
  margin-bottom: 15px; /* Adds space between the logo and the text below */
  object-fit: contain;
  display: block;
}

/* Ensure it stays centered on mobile if your layout shifts */
@media (max-width: 600px) {
  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 100px; /* Slightly smaller for mobile screens */
  }
}/* End custom CSS */