/* Logo Styling */
.logo-container {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 120px;
    /* Increased to 120px */
    width: auto;
    object-fit: contain;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #111111;
    margin-right: 15px;
    /* Moved text to left, so margin goes to right */
    letter-spacing: -1px;
}