:root{--page-title-display:none;}/* Start custom CSS */body { margin: 0; } .elementor-section { margin: 0; } #hero-section .elementor-container { max-width: 100%; } .brand-logo-item { display: inline-block; opacity: 0.7; transition: all 0.3s ease; filter: grayscale(100%); } .brand-logo-item:hover { opacity: 1; filter: grayscale(0%); transform: scale(1.05); outline: 2px solid #e87722; outline-offset: 4px; }/* End custom CSS */