.elementor-23718 .elementor-element.elementor-element-ff8588d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f6c1655 *//* 1. The Container that holds the logo */
.logo-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically */
    width: 100%;             /* Takes up full width to ensure true centering */
    padding: 20px 0;         /* Optional: adds some breathing room top/bottom */
}

/* 2. Making the logo bigger */
.igo-logo {
    width: 250px;            /* Adjust this number until it looks right to you */
    height: auto;            /* Keeps the logo from stretching out of proportion */
}/* End custom CSS */