﻿.tg-brand-text {
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

    .tg-brand-text:hover {
        color: #fff;
        text-decoration: none;
    }

.tg-brand-text-dark {
    color: #111;
}

    .tg-brand-text-dark:hover {
        color: #111;
    }

.tg-footer-brand {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 14px;
    display: inline-block;
    text-decoration: none;
}

    .tg-footer-brand:hover {
        color: #fff;
        text-decoration: none;
    }

.tg-city-search-note {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin-top: 12px;
}

.tg-hero-form .form-control,
.tg-hero-form .form-select {
    min-height: 56px;
}

.tg-section-icon {
    width: 72px;
    height: 72px;
}

.tg-home-card-logo {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    background: #fff;
    padding: 6px;
}

.tg-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn > i.bi:first-child,
.btn > i.fa:first-child,
.btn > i[class^="fa-"]:first-child,
.btn > i[class*=" fa-"]:first-child {
    margin-right: 0.5rem;
}

.btn > i:only-child {
    margin-right: 0;
}


.tg-brand-icon {
    width: 26px;
    height: 26px;
    display: block;
    object-fit: contain;
    /* fake stroke */
    filter: drop-shadow(1px 0 0 #fee) drop-shadow(-1px 0 0 #fee) drop-shadow(0 1px 0 #fee) drop-shadow(0 -1px 0 #fee);
}


.tg-footer-brand-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tg-footer-brand-icon {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
    /* fake stroke */
    filter: drop-shadow(1px 0 0 #fee) drop-shadow(-1px 0 0 #fee) drop-shadow(0 1px 0 #fee) drop-shadow(0 -1px 0 #fee);
}

.tg-brand-text {
    letter-spacing: -0.8px;
}

.header-list .dropdown-toggle::after {
    display: none;
}

.header-list > .header-list-item > .header-list-link.active-nav-link,
.header-list > .header-list-item.active-nav-item > .header-list-link {
    background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .d-header-navbar .container-xl {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .tg-site-nav-collapse {
        flex: 1 1 auto;
        justify-content: flex-end;
    }

    .tg-site-nav-collapse .header-list {
        width: auto;
        margin-right: 0;
        margin-left: auto;
        justify-content: flex-start;
        align-items: center;
    }

    .tg-header-list-localized > .header-list-item:first-child {
        flex: 0 1 auto;
        max-width: 360px;
    }

    .tg-header-list-localized > .header-list-item:first-child > .header-list-link {
        display: flex;
        align-items: center;
        white-space: nowrap;
        min-height: 35px;
        line-height: 1;
        padding-right: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tg-header-list-localized > .header-list-item:not(:first-child) {
        flex: 0 0 auto;
    }
}
