.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.same-logo {
  display: block;
  width: 165px;
  height: 44px;
  background-image: url('https://nabladev.com/wp-content/uploads/2023/11/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px; /* hides any text inside, if needed */
}

.same-logo img {
  display: none !important;
}


/* Hide all image logos inside mobile-branding */
.mobile-branding img {
  display: none !important;
}

/* Hide extra logo containers that get swapped on scroll */
.sticky-mobile-logo-first-switch,
.sticky-mobile-logo-second-switch {
  display: none !important;
}

/* Style .same-logo with the SVG and make sure it's always visible */
.mobile-branding .same-logo {
  display: block !important;
  width: 165px;
  height: 40px;
  background-image: url('https://nabladev.com/wp-content/uploads/2023/11/logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  visibility: visible !important;
  opacity: 1 !important;
}/* End custom CSS */