.logo-text {
    font-size: 1.25rem;           /* Adjust size as needed */
    font-weight: 600;             /* Semi-bold for a strong brand feel */
    color: #1a1a1a;               /* Dark gray/black text */
    margin-left: 0.5rem;          /* Spacing between icon and text */
    display: inline-block;        /* Ensures it's aligned next to the logo */
    vertical-align: middle;       /* Aligns with the SVG icon */
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif; /* Clean modern font */
    letter-spacing: 0.5px;        /* Slight spacing for a polished look */
}
