/* HULP NAVBAR LOGO - COMPLETE SPECIFIC STYLES */

.hulp-logo {
    /* Display Properties */
    display: flex;
    visibility: visible;
    opacity: 1;
    
    /* Flexbox */
    flex-direction: row;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    flex: 0 0 auto;
    order: 0;
    align-self: auto;
    gap: 0.5rem;
    
    /* Positioning */
    position: relative;
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    z-index: auto;
    
    /* Dimensions */
    width: auto;
    height: 60px;
    min-width: 0px;
    min-height: 60px;
    max-width: none;
    max-height: 60px;
    
    /* Spacing */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    
    /* Border */
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0px;
    
    /* Outline */
    outline: none;
    outline-width: 0px;
    outline-style: none;
    outline-color: transparent;
    outline-offset: 0px;
    
    /* Background */
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0% 0%;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    
    /* Shadow */
    box-shadow: none;
    text-shadow: none;
    
    /* Overflow */
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    
    /* Box Model */
    box-sizing: border-box;
    
    /* Typography */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;
    text-shadow: none;
    
    /* Color */
    color: #2563eb;
    
    /* Cursor */
    cursor: pointer;
    
    /* User Selection */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    /* Pointer Events */
    pointer-events: auto;
    
    /* Transform */
    transform: none;
    transform-origin: 50% 50% 0px;
    
    /* Transition */
    transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    
    /* Animation */
    animation: none;
    
    /* Filter */
    filter: none;
    
    /* Backdrop */
    backdrop-filter: none;
    
    /* Mask */
    mask: none;
    mask-image: none;
    mask-repeat: repeat;
    mask-position: 0% 0%;
    mask-size: auto;
    
    /* Clip */
    clip: auto;
    clip-path: none;
}

.hulp-logo:hover {
    background-color: transparent;
    color: #2563eb;
    text-decoration: none;
    transform: none;
}

.hulp-logo:active {
    background-color: transparent;
    color: #2563eb;
    transform: none;
}

.hulp-logo:focus {
    background-color: transparent;
    color: #2563eb;
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Navbar Logo Image */
.hulp-logo img {
    /* Display Properties */
    display: block;
    visibility: visible;
    opacity: 1;
    
    /* Positioning */
    position: relative;
    top: 0px;
    left: 0px;
    right: auto;
    bottom: auto;
    z-index: auto;
    
    /* Dimensions */
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    
    /* Spacing */
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    
    /* Border */
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 50%;
    
    /* Outline */
    outline: none;
    outline-width: 0px;
    outline-style: none;
    outline-color: transparent;
    outline-offset: 0px;
    
    /* Background */
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-position: 0% 0%;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    
    /* Shadow */
    box-shadow: none;
    text-shadow: none;
    
    /* Overflow */
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    
    /* Box Model */
    box-sizing: border-box;
    
    /* Object Fit */
    object-fit: cover;
    object-position: center;
    
    /* Cursor */
    cursor: pointer;
    
    /* User Selection */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    
    /* Pointer Events */
    pointer-events: auto;
    
    /* Transform */
    transform: none;
    transform-origin: 50% 50% 0px;
    
    /* Transition */
    transition: all 0.3s ease;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    
    /* Animation */
    animation: none;
    
    /* Filter */
    filter: none;
    
    /* Backdrop */
    backdrop-filter: none;
    
    /* Mask */
    mask: none;
    mask-image: none;
    mask-repeat: repeat;
    mask-position: 0% 0%;
    mask-size: auto;
    
    /* Clip */
    clip: auto;
    clip-path: none;
}

.hulp-logo img:hover {
    background-color: transparent;
    transform: scale(1.05);
}

/* Mobile Responsive for Logo */
@media screen and (max-width: 768px) {
    .hulp-logo {
        height: 50px;
        min-height: 50px;
        max-height: 50px;
        font-size: 0.9rem;
    }
    
    .hulp-logo img {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        max-width: 50px;
        max-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .hulp-logo {
        height: 45px;
        min-height: 45px;
        max-height: 45px;
        font-size: 0.8rem;
    }
    
    .hulp-logo img {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
        max-width: 45px;
        max-height: 45px;
    }
}
