#logo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

   /*  font-weight: lighter;  */
    margin-bottom: 10px;
    margin-top: 10px;
   /*   font-style: italic;  */
    order: 1; /* Ensures the logo is positioned on the left */
    text-shadow: 
        0.2px 0.2px 0px grey, /* Slightly lighter orange for small light effect */
        0.2px 0.2px 0px grey, /* Lighter orange for middle light effect */
        1px 1px 3px rgba(0, 0, 0, 0.3); /* Dark shadow for depth */
    transition: all 0.3s ease;
}

#tagline {
    font-size: 11px;
    margin-top: 0px;
    margin-left: 8px;
    margin-bottom: 15px;
    color: #a49d9d;
    font-style: italic; 
    order: 1; /* Ensures the logo is positioned on the left */
}


.first-three {
    font-size: 45px;
    color: #ff601e; /* First color */
}

/* Style the last four letters */
.last-four {
    font-size: 45px;
    color: #6312e5;
; /* Second color */
  
}


.tag-logo {
    color: #ff601e;
    font-size: 25px;
    padding-right: 2px;
    margin-left: -7px;
}