/* Custom Styles */
body {
    background-color: #f9f9f9;
}

/* Ensure no background image and proper styling for the text logo */
.w-nav-brand,
.brand-link {
    background-image: none !important;
    background-color: transparent !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
}

/* Style the h1 inside the brand link to look like a logo */
.w-nav-brand h1,
.brand-link h1 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    /* Adjust color to match theme */
    line-height: 1 !important;
    font-family: 'DM Sans', sans-serif !important;
    /* Match site font */
}

/* Specific adjustment for footer if needed */
.footer .w-nav-brand h1 {
    color: #fff !important;
    /* Assuming dark footer */
}

/* Hide Webflow Badge */
.w-webflow-badge {
    display: none !important;
    visibility: hidden !important;
}