﻿.tg-breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
}

.tg-detail-address {
    line-height: 1.5;
}

.tg-gallery-main {
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.tg-gallery-thumb {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.tg-photo-placeholder-main,
.tg-photo-placeholder-thumb {
    background: linear-gradient(135deg, #eef2f7 0%, #dde6f3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-weight: 700;
}

.tg-photo-placeholder-main {
    height: 360px;
    border-radius: 1rem;
}

.tg-photo-placeholder-thumb {
    height: 170px;
    border-radius: 1rem;
}

.tg-tab-details-wrap {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #eceff3;
}

.tg-tab-details {
    margin: 0;
    padding: 14px 0;
    list-style: none;
}

    .tg-tab-details li a {
        display: inline-block;
        padding: 10px 16px;
        border-radius: 999px;
        color: #1f2f6b;
        text-decoration: none;
        font-weight: 600;
    }

        .tg-tab-details li a:hover,
        .tg-tab-details li a.active {
            background: #edf2ff;
            color: #3554ff;
        }

.tg-tag-pill {
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
}

    .tg-tag-pill i {
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        flex-shrink: 0;
    }

.tg-review-photo {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 999px;
    flex-shrink: 0;
}

.tg-review-photo-fallback {
    width: 65px;
    height: 65px;
    border-radius: 999px;
    background: #eef2f7;
    color: #667085;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.tg-offer-row + .tg-offer-row {
    border-top: 1px solid #e9ecef;
}

.tg-hours-list li {
    margin-bottom: 10px;
}

.tg-sidebar-card {
    position: relative;
}

.tg-muted-link a {
    word-break: break-word;
}

.tg-section-pad {
    padding-top: 70px;
}

.tg-business-details-card .card-body {
    line-height: 1.45;
}

.tg-detail-row + .tg-detail-row {
    margin-top: 18px;
}

.tg-detail-label {
    font-size: 12px;
    color: #7b8794;
    margin-bottom: 4px;
}

.tg-detail-value-sm {
    font-size: 16px;
    font-weight: 500;
    color: #22356f;
    line-height: 1.5;
}

    .tg-detail-value-sm a {
        word-break: break-word;
    }

.tg-sidebar-card-tight .card-body {
    padding: 28px;
}

.tg-business-hero {
    position: relative;
    padding: 150px 0 85px 0;
    background-color: #1f2937;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
}

.tg-business-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(17,24,39,0.82) 0%, rgba(31,41,55,0.76) 45%, rgba(17,24,39,0.86) 100%);
    z-index: 1;
    pointer-events: none;
}

.tg-business-hero-inner {
    position: relative;
    z-index: 2;
}

.tg-business-hero-main {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    max-width: 860px;
}

.tg-business-hero-leftcol {
    width: 112px;
    min-width: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tg-business-hero-logo-wrap {
    width: 112px;
    height: 112px;
    border-radius: 24px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 14px 40px rgba(0,0,0,0.18);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-business-hero-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 10px;
}

.tg-business-hero-tier-wrap {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.tg-business-hero-tier-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.tg-business-hero-tier-pill-basic {
    background: rgba(255,255,255,0.92);
    color: #334155;
}

.tg-business-hero-tier-pill-pro {
    background: #e0ecff;
    color: #3554ff;
}

.tg-business-hero-tier-pill-featured {
    background: #fff1df;
    color: #c56a00;
}

.tg-business-hero-rightcol {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 2px;
}

.tg-business-hero-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.035em;
    margin-bottom: 8px;
}

.tg-business-hero-subtitle {
    color: rgba(255,255,255,0.84);
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0;
}

.tg-business-hero-divider {
    width: 520px;
    max-width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.92);
    margin: 18px 0 18px 0;
}

.tg-business-hero-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.tg-business-hero-rating,
.tg-hero-phone-cta {
    min-height: 48px;
}

.tg-business-hero-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    border-radius: 999px;
    padding: 0 18px;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

    .tg-business-hero-rating i {
        color: #fbbf24;
    }

.tg-business-hero-phone-wrap {
    display: inline-flex;
}

.tg-hero-phone-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(255,255,255,0.97);
    color: #0f172a;
    text-decoration: none;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    white-space: nowrap;
}

    .tg-hero-phone-cta:hover {
        color: #0f172a;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.22);
    }

    .tg-hero-phone-cta i {
        color: #16a34a;
        font-size: 20px;
    }

.tg-hero-phone-sub {
    display: none;
}

@media (max-width: 991.98px) {
    .tg-business-hero {
        padding: 130px 0 75px 0;
    }

    .tg-business-hero-title {
        font-size: 44px;
    }

    .tg-business-hero-divider {
        width: 420px;
    }
}

@media (max-width: 767.98px) {
    .tg-business-hero {
        padding: 115px 0 60px 0;
    }

    .tg-business-hero-main {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .tg-business-hero-leftcol {
        width: auto;
        min-width: 0;
        align-items: flex-start;
    }

    .tg-business-hero-logo-wrap {
        width: 88px;
        height: 88px;
        border-radius: 20px;
    }

    .tg-business-hero-logo {
        padding: 8px;
    }

    .tg-business-hero-tier-wrap {
        width: auto;
        text-align: left;
    }

    .tg-business-hero-title {
        font-size: 34px;
    }

    .tg-business-hero-subtitle {
        font-size: 16px;
    }

    .tg-business-hero-divider {
        width: 100%;
    }

    .tg-business-hero-meta-row {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .tg-business-hero-rating,
    .tg-hero-phone-cta {
        width: 100%;
    }
}

.tg-detail-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

.tg-detail-logo {
    width: 78px;
    height: 78px;
    object-fit: contain;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    background: #fff;
    padding: 8px;
    display: block;
}

.tg-detail-logo-wrap {
    width: 90px;
    min-width: 90px;
    padding-right: 0;
    box-sizing: border-box;
}

.tg-detail-head-text {
    flex: 1 1 auto;
    min-width: 0;
}

.tg-detail-title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: #24356b;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.tg-detail-rating-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tg-detail-intro {
    margin-top: 6px;
}

@media (max-width: 767.98px) {
    .tg-detail-head {
        align-items: flex-start;
        gap: 14px;
    }

    .tg-detail-logo {
        width: 64px;
        height: 64px;
        border-radius: 14px;
    }

    .tg-detail-logo-wrap {
        width: 74px;
        min-width: 74px;
    }

    .tg-detail-title {
        font-size: 21px;
    }
}

.tg-hero-phone-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.96);
    color: #0f172a;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .tg-hero-phone-cta:hover {
        color: #0f172a;
        text-decoration: none;
        transform: translateY(-1px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.22);
    }

    .tg-hero-phone-cta i {
        color: #16a34a;
        font-size: 20px;
    }

.tg-hero-phone-sub {
    margin-top: 8px;
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    font-weight: 600;
}

