
        :root {
            --main-color: #f76652;
            --main-color2: #20212d;
            --text-color: #5f6679;
            --heading-color: #20212d;
            --surface-color: #fffaf7;
        }

.hm-public-page--directory {
    background: #fffdfb;
    color: var(--text-color);
    font-family: var(--e-global-typography-text-font-family);
}

.hm-public-page--directory .header.shd {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(247, 102, 82, 0.08);
}

.hm-public-page--directory .header.shd .navbar-brand img {
    height: 42px;
    width: auto;
}

.hm-public-page--directory .header.shd .navbar-nav .nav-link,
.hm-public-page--directory .header.shd.navbar-light .navbar-nav .nav-link {
    color: #20212d;
    font-weight: 600;
}

.hm-public-page--directory .header.shd .navbar-nav .nav-link:hover,
.hm-public-page--directory .header.shd.navbar-light .navbar-nav .nav-link:hover,
.result-meta strong,
.section-heading span,
.coverage-card__count,
.search-summary strong {
            color: var(--main-color);
        }

        .submit-btn .sbmt-btn,
        .btn-default,
        .banner-search .srch-btn .btn,
        .result-chip,
        .pagination-link.is-active {
            background: var(--main-color);
            border-color: var(--main-color);
            color: #fff;
        }

        .submit-btn .sbmt-btn:hover,
        .btn-default:hover,
        .banner-search .srch-btn .btn:hover {
            background: #df533f;
            border-color: #df533f;
            color: #fff;
        }

        .banner,
        .pager-sec,
        .discover-propt,
        .main-banner-sec.hp6,
        .landing-banner {
            background-image: none !important;
        }

        .map-sec {
            padding: 0;
            background:
                radial-gradient(circle at top left, rgba(247, 102, 82, 0.18), transparent 26%),
                linear-gradient(135deg, #fff6f1 0%, #f7f0ea 40%, #eff5fb 100%);
        }

        .map-sec .container {
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .map-details {
            position: relative;
            border-radius: 0;
            overflow: hidden;
            border-top: 1px solid rgba(247, 102, 82, 0.12);
            border-bottom: 1px solid rgba(247, 102, 82, 0.12);
            border-left: 0;
            border-right: 0;
            box-shadow: none;
            background: rgba(255, 255, 255, 0.72);
        }

        #map {
            min-height: 85vh;
        }

        #map {
            position: relative;
            z-index: 1;
            background: linear-gradient(135deg, #f4f0ea 0%, #e9edf3 100%);
        }

        #directory-map-canvas {
            position: absolute;
            inset: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            min-height: inherit;
        }

        .map-toolbar {
            position: absolute;
            top: 24px;
            left: 24px;
            right: 24px;
            z-index: 500;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 20px 22px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.94);
            box-shadow: 0 20px 45px rgba(32, 33, 45, 0.10);
            border: 1px solid rgba(247, 102, 82, 0.12);
            backdrop-filter: blur(14px);
        }

        .map-toolbar__copy {
            display: grid;
            gap: 8px;
            max-width: 560px;
        }

        .map-toolbar__eyebrow {
            display: inline-flex;
            width: fit-content;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(247, 102, 82, 0.12);
            color: var(--main-color);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .map-toolbar h1 {
            margin: 0;
            color: var(--heading-color);
            font-family: var(--e-global-typography-secondary-font-family);
            font-size: clamp(1.85rem, 3vw, var(--e-global-typography-secondary-font-size));
            font-weight: var(--e-global-typography-secondary-font-weight);
            text-transform: var(--e-global-typography-secondary-text-transform);
            line-height: var(--e-global-typography-secondary-line-height);
        }

        .map-toolbar p {
            margin: 0;
            color: var(--text-color);
            line-height: 1.7;
        }

        .leaflet-container {
            font-family: inherit;
        }

        .leaflet-popup-content-wrapper {
            border-radius: 18px;
            box-shadow: 0 18px 42px rgba(32, 33, 45, 0.16);
        }

        .leaflet-popup-tip {
            box-shadow: none;
        }

        .map-popup h4 {
            margin: 0 0 6px;
            color: var(--heading-color);
            font-size: 16px;
            line-height: 1.2;
        }

        .map-popup p {
            margin: 0;
            color: var(--text-color);
            font-size: 13px;
            line-height: 1.6;
        }

        .map-popup a {
            display: inline-flex;
            margin-top: 8px;
            color: var(--main-color);
            font-size: 13px;
            font-weight: 700;
        }

        .leaflet-tooltip.hm-map-tooltip {
            padding: 8px 12px;
            border: 1px solid rgba(247, 102, 82, 0.16);
            border-radius: 999px;
            background: rgba(32, 33, 45, 0.92);
            color: #fff;
            box-shadow: 0 12px 30px rgba(32, 33, 45, 0.18);
            font-size: 12px;
            font-weight: 700;
        }

        .leaflet-tooltip-top.hm-map-tooltip::before {
            border-top-color: rgba(32, 33, 45, 0.92);
        }

        .map-panel {
            position: absolute;
            right: 20px;
            bottom: 24px;
            left: 20px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            z-index: 500;
        }

        .map-filters {
            position: absolute;
            top: 24px;
            left: 50%;
            z-index: 520;
            width: min(1460px, calc(100% - 48px));
            padding: 18px;
            border-radius: 26px;
            border: 1px solid rgba(247, 102, 82, 0.12);
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(16px);
            box-shadow: 0 24px 45px rgba(32, 33, 45, 0.12);
            transform: translateX(-50%);
        }

        .map-locations {
            position: absolute;
            top: 190px;
            left: 24px;
            z-index: 500;
            width: min(360px, calc(100% - 48px));
            padding: 18px;
            border-radius: 22px;
            border: 1px solid rgba(247, 102, 82, 0.12);
            background: rgba(255, 255, 255, 0.94);
            backdrop-filter: blur(14px);
            box-shadow: 0 18px 40px rgba(32, 33, 45, 0.10);
        }

        .map-locations h3 {
            margin: 0 0 6px;
            color: var(--heading-color);
            font-size: 18px;
        }

        .map-locations p {
            margin: 0 0 14px;
            color: var(--text-color);
            font-size: 13px;
            line-height: 1.6;
        }

        .map-locations__list {
            display: grid;
            gap: 10px;
            max-height: 240px;
            overflow: auto;
        }

        .map-location-link {
            display: grid;
            gap: 3px;
            padding: 12px 14px;
            border-radius: 16px;
            border: 1px solid rgba(247, 102, 82, 0.12);
            background: #fff;
            color: inherit;
            transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        }

        .map-location-link:hover {
            transform: translateY(-1px);
            border-color: rgba(247, 102, 82, 0.24);
            box-shadow: 0 12px 24px rgba(32, 33, 45, 0.08);
        }

        .map-location-link strong {
            color: var(--heading-color);
            font-size: 14px;
        }

        .map-location-link span {
            color: var(--text-color);
            font-size: 12px;
            line-height: 1.5;
        }

        .search-summary,
        .map-panel__card,
        .coverage-card,
        .result-card,
        .service-card {
            border-radius: 22px;
            border: 1px solid rgba(247, 102, 82, 0.1);
            background: #fff;
            box-shadow: 0 16px 40px rgba(32, 33, 45, 0.08);
        }

        .map-panel__card {
            padding: 18px;
        }

        .map-panel__card strong {
            display: block;
            color: var(--heading-color);
            font-size: 30px;
            line-height: 1;
            margin-bottom: 8px;
        }

        .banner-search {
            display: grid;
            grid-template-columns: minmax(320px, 2.2fr) repeat(4, minmax(140px, 0.95fr)) minmax(220px, 1.15fr);
            align-items: center;
            gap: 12px;
            margin: 0;
        }

        .banner-search .form_field {
            min-width: 0;
            margin-bottom: 0;
        }

        .banner-search .form_field.addres {
            min-width: 0;
            margin-bottom: 0;
        }

        .banner-search .form-control,
        .banner-search .srch-btn .btn {
            width: 100%;
            height: 62px;
            border-radius: 18px;
        }

        .banner-search .form-control {
            border: 1px solid rgba(247, 102, 82, 0.12);
            color: var(--heading-color);
            background: #fff;
            display: flex;
            align-items: center;
            padding: 0 20px;
        }

        .banner-search select.form-control {
            appearance: none;
            cursor: pointer;
        }

        .banner-search .srch-btn {
            margin-bottom: 0;
        }

        .banner-search .srch-btn .btn {
            justify-content: center;
            white-space: nowrap;
        }

        .results-section {
            padding: 56px 0 50px;
        }

        .search-summary {
            padding: 24px 28px;
            margin-bottom: 34px;
        }

        .search-summary h3,
        .section-heading h3,
        .result-card__body h3,
        .service-card h3,
        .coverage-card h4,
        .bottom-list h3,
        .bottom-desc h3 {
            color: var(--heading-color);
            font-family: var(--e-global-typography-06a1534-font-family);
            font-size: clamp(1.35rem, 2vw, var(--e-global-typography-06a1534-font-size));
            font-weight: var(--e-global-typography-06a1534-font-weight);
            line-height: var(--e-global-typography-06a1534-line-height);
        }

        .search-summary p {
            margin-bottom: 0;
        }

        .result-card {
            height: 100%;
            overflow: hidden;
        }

        .result-card__media {
            position: relative;
            min-height: 220px;
            background: var(--surface-color);
        }

        .result-card__media img {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }

        .result-chip {
            position: absolute;
            top: 18px;
            left: 18px;
            padding: 8px 14px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .result-chip--sm {
            padding: 6px 10px;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 0.03em;
        }

        .result-card__body {
            padding: 24px;
        }

        .result-card__body h3 {
            margin-bottom: 10px;
        }

        .result-card__body p {
            line-height: 1.75;
            margin-bottom: 14px;
        }

        .result-card__location {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 16px;
            color: var(--text-color);
            font-weight: 700;
            line-height: 1.55;
        }

        .result-meta {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-bottom: 20px;
        }

        .result-meta span {
            display: block;
            padding: 14px 16px;
            border-radius: 16px;
            background: #fff7f2;
            color: var(--heading-color);
            font-size: 14px;
        }

        .result-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }

        .result-action {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 42px;
            padding: 10px 14px;
            border: 1px solid rgba(247, 102, 82, 0.16);
            border-radius: 999px;
            background: #fff7f2;
            color: var(--heading-color);
            font-weight: 700;
            line-height: 1;
        }

        .result-action__icon {
            font-size: 1rem;
            line-height: 1;
        }

        .result-action--primary {
            background: var(--main-color);
            border-color: var(--main-color);
            color: #fff;
        }

        .result-action--icon-only {
            width: 42px;
            min-width: 42px;
            padding: 10px;
            color: #000;
            border-color: #000;
        }

        .result-action--share {
            cursor: pointer;
        }

        .result-action:hover {
            background: var(--main-color);
            border-color: var(--main-color);
            color: #fff;
        }

        .coverage-section,
        .services-section {
            padding: 40px 0 80px;
        }

        .coverage-card,
        .service-card {
            padding: 28px;
            height: 100%;
        }

        .coverage-card__count {
            display: block;
            margin-bottom: 12px;
            font-size: 32px;
            font-weight: 800;
            line-height: 1;
        }

        .service-card i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 64px;
            height: 64px;
            margin-bottom: 18px;
            border-radius: 18px;
            background: rgba(247, 102, 82, 0.12);
            color: var(--main-color);
            font-size: 28px;
        }

        .pagination-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 36px;
            flex-wrap: wrap;
        }

        .pagination-link {
            min-width: 46px;
            height: 46px;
            padding: 0 16px;
            border-radius: 14px;
            border: 1px solid rgba(247, 102, 82, 0.14);
            background: #fff;
            color: var(--heading-color);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }

        .pagination-link.is-disabled {
            opacity: 0.45;
            pointer-events: none;
        }

        .bottom {
            background: #fff7f2;
        }

        .footer {
            background: #20212d;
        }

        .footer-content p,
        .footer-social a {
            color: rgba(255, 255, 255, 0.82);
        }

        @media (max-width: 991px) {
            #map {
                min-height: 85vh;
            }

            .map-toolbar {
                position: static;
                border-radius: 0;
                box-shadow: none;
                backdrop-filter: none;
            }

            .map-panel {
                position: static;
                padding: 24px;
                grid-template-columns: 1fr;
            }

            .map-locations {
                position: static;
                width: 100%;
                border-radius: 0;
                box-shadow: none;
                backdrop-filter: none;
            }

            .map-filters {
                position: static;
                width: 100%;
                border-radius: 0;
                box-shadow: none;
                backdrop-filter: none;
                transform: none;
            }

            .banner-search {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .banner-search .form_field.addres,
            .banner-search .form_field.srch-btn {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 640px) {
            .banner-search {
                grid-template-columns: 1fr;
            }
        }
    
