:root {
    --wtb-green: #166534;
    --wtb-green-2: #15803d;
    --wtb-green-3: #22c55e;
    --wtb-green-soft: #f0fdf4;
    --wtb-green-pale: #f7fbf7;
    --wtb-ink: #10251a;
    --wtb-muted: #66756c;
    --wtb-border: #e3eae5;
    --wtb-white: #ffffff;
    --wtb-dark: #021012;
    --wtb-shadow: 0 18px 55px rgba(15, 48, 29, .08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.wtb-body {
    margin: 0;
    font-family: "Tajawal", sans-serif;
    background: #fff;
    color: var(--wtb-ink);
    overflow-x: hidden;
}

.wtb-container {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

/* HEADER */

.wtb-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5000;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(18, 75, 42, .08);
}

.wtb-header-inner {
    width: min(1280px, calc(100% - 32px));
    min-height: 78px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.wtb-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--wtb-ink);
    flex: 0 0 auto;
}

.wtb-brand img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.wtb-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.wtb-brand-text strong {
    font-size: 16px;
    font-weight: 900;
}

.wtb-brand-text span {
    font-size: 11px;
    color: #607066;
    margin-top: 5px;
}

.wtb-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 19px;
}

.wtb-nav a {
    color: #24352c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: .2s ease;
}

.wtb-nav a:hover {
    color: #b7791f;
}

.wtb-header-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.wtb-primary-btn,
.wtb-outline-btn {
    min-height: 42px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: .2s ease;
}

.wtb-primary-btn {
    color: white;
    background: linear-gradient(135deg, #166534, #15803d);
    border: 1px solid #166534;
    box-shadow: 0 8px 22px rgba(22, 101, 52, .17);
}

.wtb-primary-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 11px 28px rgba(22, 101, 52, .24);
}

.wtb-outline-btn {
    color: var(--wtb-green);
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(22, 101, 52, .22);
}

.wtb-outline-btn:hover {
    background: var(--wtb-green-soft);
}

.wtb-menu-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--wtb-border);
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
}

.wtb-menu-btn span {
    width: 19px;
    height: 2px;
    background: #183825;
    border-radius: 99px;
}

.wtb-mobile-nav {
    display: none;
}

/* HERO */

.wtb-hero {
    margin-top: 78px;
    min-height: 390px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 16% 20%, rgba(34, 197, 94, .10), transparent 28%),
        radial-gradient(circle at 82% 55%, rgba(245, 158, 11, .07), transparent 25%),
        linear-gradient(180deg, #fbfdfb 0%, #f6faf7 100%);
    border-bottom: 1px solid #edf2ee;
}

.wtb-hero::after {
    content: "";
    width: 420px;
    height: 420px;
    position: absolute;
    left: -150px;
    bottom: -275px;
    border-radius: 50%;
    border: 75px solid rgba(22, 101, 52, .035);
}

.wtb-hero-inner {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-block: 70px 55px;
}

.wtb-eyebrow,
.wtb-section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 13px;
    border-radius: 999px;
    background: #eaf7ed;
    color: var(--wtb-green);
    font-size: 12px;
    font-weight: 800;
}

.wtb-hero h1 {
    margin: 17px 0 11px;
    font-size: clamp(40px, 5vw, 67px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -.8px;
}

.wtb-hero h1 span {
    color: var(--wtb-green);
}

.wtb-hero p {
    width: min(690px, 100%);
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.95;
    color: #596a60;
}

.wtb-hero-actions {
    margin-top: 27px;
    display: flex;
    gap: 11px;
    justify-content: center;
    flex-wrap: wrap;
}

.wtb-large-btn {
    min-height: 49px;
    padding-inline: 24px;
    font-size: 14px;
}

.wtb-demo-note {
    display: inline-block;
    margin-top: 24px;
    padding: 8px 13px;
    border-radius: 9px;
    font-size: 11px;
    color: #7a6840;
    background: #fffaf0;
    border: 1px solid #f4e9ce;
}

/* SECTION */

.wtb-section {
    padding: 78px 0 50px;
}

.wtb-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.wtb-section-heading h2,
.wtb-seller-content h2 {
    margin: 11px 0 6px;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 900;
    color: #0d2c19;
}

.wtb-section-heading p {
    margin: 0;
    color: var(--wtb-muted);
    font-size: 14px;
}

.wtb-result-counter {
    min-width: 110px;
    padding: 13px 16px;
    background: #f7faf8;
    border: 1px solid var(--wtb-border);
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wtb-result-counter strong {
    font-size: 24px;
    color: var(--wtb-green);
}

.wtb-result-counter span {
    font-size: 12px;
    color: var(--wtb-muted);
}

/* FILTERS */

.wtb-filters {
    padding: 13px;
    border: 1px solid var(--wtb-border);
    border-radius: 18px;
    background: white;
    box-shadow: 0 12px 38px rgba(28, 64, 40, .05);
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 220px 135px;
    gap: 10px;
}

.wtb-search {
    height: 50px;
    position: relative;
}

.wtb-search input,
.wtb-select-wrap select {
    width: 100%;
    height: 50px;
    border: 1px solid #e5ebe6;
    border-radius: 12px;
    background: #fafcfb;
    color: #22352a;
    font: inherit;
    outline: none;
}

.wtb-search input {
    padding: 0 44px 0 15px;
}

.wtb-search-icon {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #718079;
    pointer-events: none;
}

.wtb-select-wrap select {
    padding: 0 14px;
}

.wtb-search input:focus,
.wtb-select-wrap select:focus {
    border-color: rgba(22, 101, 52, .45);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(22, 101, 52, .06);
}

.wtb-reset-btn {
    height: 50px;
    border-radius: 12px;
    border: 1px solid #e5ebe6;
    background: white;
    color: #415047;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
}

.wtb-reset-btn:hover {
    background: #f6faf7;
}

.wtb-city-shortcuts {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 15px 1px 5px;
    scrollbar-width: thin;
}

.wtb-city-btn {
    flex: 0 0 auto;
    min-width: 126px;
    min-height: 58px;
    padding: 9px 15px;
    border-radius: 14px;
    border: 1px solid var(--wtb-border);
    background: #fff;
    color: #24382c;
    font-family: inherit;
    cursor: pointer;
    transition: .2s ease;
}

.wtb-city-btn strong,
.wtb-city-btn span {
    display: block;
}

.wtb-city-btn strong {
    font-size: 14px;
}

.wtb-city-btn span {
    margin-top: 4px;
    font-size: 11px;
    color: #78877e;
}

.wtb-city-btn:hover,
.wtb-city-btn.is-active {
    color: white;
    border-color: var(--wtb-green);
    background: var(--wtb-green);
}

.wtb-city-btn.is-active span,
.wtb-city-btn:hover span {
    color: rgba(255,255,255,.78);
}

/* LOCATOR */

.wtb-locator-layout {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
    gap: 18px;
    align-items: stretch;
}

.wtb-map-card,
.wtb-results-panel {
    border: 1px solid var(--wtb-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--wtb-shadow);
    overflow: hidden;
}

.wtb-map-card {
    min-height: 590px;
    position: relative;
}

#wtbMap {
    width: 100%;
    height: 590px;
    background: #edf3ef;
}

.wtb-map-badge {
    position: absolute;
    z-index: 800;
    left: 17px;
    bottom: 17px;
    padding: 9px 12px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(22,101,52,.12);
    border-radius: 11px;
    font-size: 11px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    gap: 7px;
}

.wtb-map-badge-dot {
    width: 9px;
    height: 9px;
    background: var(--wtb-green-2);
    border-radius: 50%;
}

.wtb-results-panel {
    min-height: 590px;
    display: flex;
    flex-direction: column;
}

.wtb-results-title {
    padding: 20px;
    border-bottom: 1px solid #edf1ee;
    background: #fbfcfb;
}

.wtb-results-title div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wtb-results-title span {
    font-size: 12px;
    color: #77857d;
}

.wtb-results-title strong {
    color: var(--wtb-green);
}

.wtb-store-list {
    overflow-y: auto;
    padding: 12px;
    max-height: 535px;
}

.wtb-store-card {
    padding: 17px;
    border-radius: 16px;
    border: 1px solid #e6ece7;
    background: white;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .2s ease;
}

.wtb-store-card:hover {
    border-color: rgba(22,101,52,.32);
    box-shadow: 0 9px 25px rgba(20,70,39,.07);
    transform: translateY(-1px);
}

.wtb-store-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.wtb-store-city {
    min-width: 54px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #eff8f1;
    color: #176532;
    font-size: 10px;
    text-align: center;
    font-weight: 800;
}

.wtb-store-card h3 {
    margin: 0;
    font-size: 15px;
    color: #13331f;
}

.wtb-store-card p {
    margin: 7px 0 0;
    font-size: 12px;
    line-height: 1.7;
    color: #718078;
}

.wtb-store-actions {
    display: flex;
    gap: 7px;
    margin-top: 13px;
}

.wtb-store-actions button {
    flex: 1;
    height: 35px;
    border-radius: 9px;
    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.wtb-store-map-btn {
    border: 1px solid #bbd8c4;
    color: #166534;
    background: #f7fcf8;
}

.wtb-store-contact-btn {
    border: 1px solid #e5e9e6;
    color: #65736b;
    background: #fff;
}

.wtb-empty {
    text-align: center;
    padding: 55px 18px;
    color: #748179;
}

.wtb-empty strong {
    display: block;
    color: #2c3e33;
    margin-bottom: 6px;
}

/* MAP PIN */

.wtb-pin-wrap {
    background: transparent;
    border: 0;
}

.wtb-pin {
    width: 36px;
    height: 36px;
    border: 3px solid white;
    background: #15803d;
    color: white;
    border-radius: 50% 50% 50% 8px;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(17, 78, 40, .28);
}

.wtb-pin span {
    transform: rotate(45deg);
    font-size: 11px;
    font-weight: 900;
}

.leaflet-popup-content-wrapper {
    border-radius: 14px;
    font-family: "Tajawal", sans-serif;
}

.leaflet-popup-content {
    direction: rtl;
    text-align: right;
    min-width: 190px;
}

.wtb-popup strong {
    display: block;
    color: #164c2a;
    font-size: 14px;
    margin-bottom: 4px;
}

.wtb-popup span {
    color: #6d7972;
    font-size: 11px;
}

/* TRUST */

.wtb-trust-section {
    padding: 16px 0 70px;
}

.wtb-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--wtb-border);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.wtb-trust-grid article {
    min-height: 122px;
    padding: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    border-left: 1px solid var(--wtb-border);
}

.wtb-trust-grid article:last-child {
    border-left: 0;
}

.wtb-trust-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: var(--wtb-green);
    background: #eff9f2;
    font-size: 20px;
    font-weight: 900;
}

.wtb-trust-grid h3 {
    margin: 0 0 5px;
    font-size: 15px;
}

.wtb-trust-grid p {
    margin: 0;
    font-size: 12px;
    color: #748178;
    line-height: 1.7;
}

/* SELLER CTA */

.wtb-seller-section {
    padding: 10px 0 80px;
}

.wtb-seller-card {
    min-height: 290px;
    border-radius: 26px;
    padding: 43px 48px;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 10% 70%, rgba(34,197,94,.15), transparent 31%),
        linear-gradient(125deg, #f5faf6 0%, #e9f5eb 100%);
    border: 1px solid #dfeae1;
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    gap: 40px;
}

.wtb-seller-content p {
    max-width: 680px;
    color: #607067;
    line-height: 1.85;
    margin: 0;
}

.wtb-seller-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.wtb-text-link {
    color: var(--wtb-green);
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}

.wtb-seller-visual {
    padding: 27px;
    border-radius: 21px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(255,255,255,.85);
    text-align: center;
    backdrop-filter: blur(10px);
}

.wtb-seller-logo {
    width: 90px;
    height: 90px;
    margin: 0 auto 11px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 36px rgba(15,74,38,.09);
}

.wtb-seller-logo img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.wtb-seller-visual span,
.wtb-seller-visual strong {
    display: block;
}

.wtb-seller-visual span {
    font-size: 12px;
    color: #65766b;
}

.wtb-seller-visual strong {
    margin-top: 4px;
    font-size: 19px;
    color: #164d2a;
}

/* FOOTER */

.wtb-footer {
    padding: 55px 0 22px;
    background: #021012;
    color: white;
}

.wtb-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 45px;
}

.wtb-footer-logo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.wtb-footer-logo img {
    object-fit: contain;
}

.wtb-footer-logo div {
    display: flex;
    flex-direction: column;
}

.wtb-footer-logo strong {
    font-size: 18px;
}

.wtb-footer-logo span {
    font-size: 11px;
    opacity: .65;
}

.wtb-footer-brand p {
    margin: 15px 0 0;
    max-width: 320px;
    font-size: 12px;
    color: rgba(255,255,255,.62);
    line-height: 1.9;
}

.wtb-footer h3 {
    margin: 0 0 14px;
    font-size: 14px;
}

.wtb-footer a {
    display: block;
    color: rgba(255,255,255,.65);
    text-decoration: none;
    margin: 9px 0;
    font-size: 12px;
}

.wtb-footer a:hover {
    color: white;
}

.wtb-footer-bottom {
    margin-top: 38px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.08);
    font-size: 11px;
    color: rgba(255,255,255,.46);
}

/* WHATSAPP */

.wtb-whatsapp {
    position: fixed;
    z-index: 4500;
    left: 24px;
    bottom: 24px;
    min-width: 70px;
    height: 45px;
    padding: 0 14px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #16a34a;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(22,163,74,.28);
}

/* RESPONSIVE */

@media (max-width: 1120px) {

    .wtb-nav {
        gap: 11px;
    }

    .wtb-nav a {
        font-size: 11px;
    }

    .wtb-header-actions .wtb-outline-btn {
        display: none;
    }
}

@media (max-width: 900px) {

    .wtb-container {
        width: min(100% - 26px, 1220px);
    }

    .wtb-nav,
    .wtb-header-actions {
        display: none;
    }

    .wtb-menu-btn {
        display: flex;
        margin-right: auto;
    }

    .wtb-mobile-nav.is-open {
        display: grid;
        padding: 12px 18px 18px;
        background: rgba(255,255,255,.98);
        border-top: 1px solid #edf1ee;
    }

    .wtb-mobile-nav a {
        padding: 11px 4px;
        border-bottom: 1px solid #edf1ee;
        text-decoration: none;
        color: #263a2d;
        font-size: 13px;
    }

    .wtb-hero {
        min-height: 360px;
    }

    .wtb-filters {
        grid-template-columns: 1fr 1fr;
    }

    .wtb-search {
        grid-column: 1 / -1;
    }

    .wtb-locator-layout {
        grid-template-columns: 1fr;
    }

    .wtb-results-panel {
        min-height: auto;
    }

    .wtb-store-list {
        max-height: none;
    }

    .wtb-trust-grid {
        grid-template-columns: 1fr;
    }

    .wtb-trust-grid article {
        border-left: 0;
        border-bottom: 1px solid var(--wtb-border);
    }

    .wtb-trust-grid article:last-child {
        border-bottom: 0;
    }

    .wtb-seller-card {
        grid-template-columns: 1fr;
    }

    .wtb-seller-visual {
        display: none;
    }

    .wtb-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {

    .wtb-header-inner {
        min-height: 70px;
    }

    .wtb-brand-text strong {
        font-size: 14px;
    }

    .wtb-hero {
        margin-top: 70px;
    }

    .wtb-hero-inner {
        padding-block: 55px 42px;
    }

    .wtb-hero h1 {
        font-size: 39px;
    }

    .wtb-hero p {
        font-size: 14px;
        line-height: 1.8;
    }

    .wtb-section {
        padding-top: 55px;
    }

    .wtb-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .wtb-result-counter {
        align-self: stretch;
    }

    .wtb-filters {
        grid-template-columns: 1fr;
    }

    .wtb-search {
        grid-column: auto;
    }

    .wtb-map-card,
    #wtbMap {
        min-height: 455px;
        height: 455px;
    }

    .wtb-seller-card {
        padding: 32px 23px;
    }

    .wtb-footer-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .wtb-whatsapp {
        left: 14px;
        bottom: 14px;
    }
}

/* =========================================================
   WHERE TO BUY - HERO V2
   ========================================================= */

.wtb-hero {
    margin-top: 78px;
    min-height: auto;
    padding: 66px 0 38px;
    background: #fff;
    border-bottom: 0;
    display: block;
    overflow: visible;
}

.wtb-hero::after {
    display: none;
}

.wtb-hero-card {
    position: relative;
    overflow: hidden;
    min-height: 545px;
    padding: 62px 64px 0;
    border: 1px solid #d8e8de;
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(36, 145, 82, .07),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfefc 42%,
            #f5fbf7 100%
        );
    box-shadow:
        0 24px 70px rgba(20, 70, 40, .055);
}

.wtb-hero-card::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    left: -270px;
    bottom: -320px;
    border-radius: 50%;
    border: 80px solid rgba(22, 101, 52, .025);
    pointer-events: none;
}

.wtb-hero-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin-right: auto;
    text-align: right;
}

.wtb-hero-badge {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    padding: 6px 17px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #087443;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.wtb-hero h1 {
    max-width: 940px;
    margin: 0;
    color: #06442f;
    font-size: clamp(48px, 5.7vw, 78px);
    line-height: 1.12;
    letter-spacing: -1.8px;
    font-weight: 900;
}

.wtb-hero h1 span {
    display: inline;
    color: #06442f;
}

.wtb-hero p {
    width: 100%;
    max-width: 930px;
    margin: 27px 0 0;
    color: #536b60;
    font-size: 17px;
    line-height: 2.1;
    text-align: right;
}

.wtb-hero-actions {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 11px;
}

.wtb-hero-actions .wtb-large-btn {
    min-height: 49px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 800;
}

.wtb-hero-facts {
    position: relative;
    z-index: 2;
    margin-top: 31px;
    min-height: 105px;
    border-top: 1px solid #dce9df;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wtb-hero-fact {
    padding: 21px 25px 19px;
    text-align: right;
    border-left: 1px solid #dce9df;
}

.wtb-hero-fact:last-child {
    border-left: 0;
}

.wtb-hero-fact strong {
    display: block;
    margin-bottom: 7px;
    color: #093f2d;
    font-size: 14px;
    font-weight: 900;
}

.wtb-hero-fact span {
    display: block;
    color: #75887e;
    font-size: 11px;
    line-height: 1.6;
}

@media (max-width: 900px) {

    .wtb-hero {
        padding-top: 35px;
    }

    .wtb-hero-card {
        min-height: auto;
        padding: 45px 35px 0;
    }

    .wtb-hero h1 {
        font-size: clamp(40px, 8vw, 62px);
    }

    .wtb-hero-facts {
        grid-template-columns: repeat(2, 1fr);
    }

    .wtb-hero-fact {
        border-bottom: 1px solid #dce9df;
    }

}

@media (max-width: 600px) {

    .wtb-hero {
        margin-top: 70px;
        padding: 18px 0 27px;
    }

    .wtb-hero .wtb-container {
        width: calc(100% - 20px);
    }

    .wtb-hero-card {
        padding: 34px 21px 0;
        border-radius: 21px;
    }

    .wtb-hero-badge {
        margin-bottom: 18px;
        padding-inline: 13px;
        font-size: 11px;
    }

    .wtb-hero h1 {
        font-size: 39px;
        line-height: 1.18;
        letter-spacing: -1px;
    }

    .wtb-hero p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.95;
    }

    .wtb-hero-actions {
        flex-direction: column;
    }

    .wtb-hero-actions a {
        width: 100%;
    }

    .wtb-hero-facts {
        grid-template-columns: 1fr 1fr;
        margin-top: 28px;
    }

    .wtb-hero-fact {
        padding: 17px 12px;
    }

    .wtb-hero-fact strong {
        font-size: 12px;
    }

    .wtb-hero-fact span {
        font-size: 10px;
    }
}


/* =========================================================
   DEALER INFORMATION CENTER V1
   ========================================================= */

.dealer-resource-center {
    padding: 25px 0 85px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfdfb 100%
        );
}

.dealer-resource-heading {
    max-width: 800px;
    margin-bottom: 30px;
}

.dealer-resource-heading h2 {
    margin: 13px 0 10px;
    color: #0b3d29;
    font-size: clamp(29px, 3.2vw, 43px);
    line-height: 1.35;
    font-weight: 900;
}

.dealer-resource-heading h2 span {
    color: #087443;
}

.dealer-resource-heading p {
    margin: 0;
    color: #68786f;
    font-size: 14px;
    line-height: 1.9;
}

/* REQUEST CARDS */

.dealer-request-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.dealer-request-card {
    min-height: 245px;
    padding: 24px;
    border: 1px solid #e0e9e3;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.dealer-request-card:hover {
    transform: translateY(-3px);
    border-color: rgba(8,116,67,.27);
    box-shadow:
        0 18px 45px rgba(17,75,42,.075);
}

.dealer-request-icon {
    width: 49px;
    height: 49px;
    border-radius: 14px;
    background: #edf8f0;
    color: #087443;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.3px;
}

.dealer-request-type {
    display: block;
    margin-top: 20px;
    color: #8a978f;
    font-size: 10px;
    font-weight: 700;
}

.dealer-request-content h3 {
    margin: 5px 0 7px;
    color: #123b26;
    font-size: 18px;
    font-weight: 900;
}

.dealer-request-content p {
    min-height: 48px;
    margin: 0;
    color: #718078;
    font-size: 12px;
    line-height: 1.8;
}

.dealer-request-link {
    margin-top: 18px;
    color: #087443;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.dealer-request-link span {
    font-size: 17px;
    transition: transform .2s ease;
}

.dealer-request-card:hover .dealer-request-link span {
    transform: translateX(-3px);
}

.dealer-request-commercial {
    background:
        linear-gradient(
            145deg,
            #fbfefc,
            #f3faf5
        );
}

/* PRODUCT SIZES */

.dealer-product-block {
    margin-top: 70px;
}

.dealer-product-heading {
    margin-bottom: 24px;
}

.dealer-product-heading > span,
.dealer-panel-label {
    color: #087443;
    font-size: 11px;
    font-weight: 900;
}

.dealer-product-heading h2,
.dealer-info-panel h2,
.dealer-faq-heading h2 {
    margin: 7px 0;
    color: #0d3d29;
    font-size: 28px;
    font-weight: 900;
}

.dealer-product-heading p {
    color: #718078;
    font-size: 13px;
}

.dealer-size-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.dealer-size-card {
    padding: 28px;
    border: 1px solid #e0e9e3;
    border-radius: 20px;
    background: #fff;
}

.dealer-size-featured {
    background:
        linear-gradient(
            145deg,
            #f8fcf9,
            #eef8f1
        );
    border-color: #d3e7d9;
}

.dealer-size-number {
    color: #087443;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.dealer-size-number small {
    font-size: 13px;
    font-weight: 800;
}

.dealer-size-card h3 {
    margin: 16px 0 7px;
    color: #173c28;
    font-size: 17px;
    font-weight: 900;
}

.dealer-size-card p {
    margin: 0;
    color: #718078;
    font-size: 12px;
    line-height: 1.8;
}

/* INFO COLUMNS */

.dealer-info-columns {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.dealer-info-panel {
    padding: 30px;
    border: 1px solid #e0e9e3;
    border-radius: 20px;
    background: #fff;
}

.dealer-info-list {
    margin-top: 21px;
}

.dealer-info-list > div {
    padding: 13px 0;
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #edf2ee;
}

.dealer-info-list > div:last-child {
    border-bottom: 0;
}

.dealer-list-check {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf8f0;
    color: #087443;
    font-size: 12px;
    font-weight: 900;
}

.dealer-info-list p {
    margin: 0;
}

.dealer-info-list strong,
.dealer-info-list small {
    display: block;
}

.dealer-info-list strong {
    color: #173d29;
    font-size: 13px;
}

.dealer-info-list small {
    margin-top: 3px;
    color: #7b8881;
    font-size: 11px;
    line-height: 1.6;
}

.dealer-uses {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dealer-uses span {
    padding: 10px 14px;
    border: 1px solid #dfe9e2;
    border-radius: 999px;
    background: #f9fbfa;
    color: #3d5145;
    font-size: 11px;
    font-weight: 700;
}

/* NO SAMPLES */

.dealer-no-samples {
    margin-top: 16px;
    padding: 20px 22px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    border: 1px solid #e8e1cf;
    border-radius: 17px;
    background: #fffdf7;
}

.dealer-no-samples-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #8a6a20;
    background: #f8efd5;
    font-family: serif;
    font-size: 18px;
    font-weight: 900;
}

.dealer-no-samples strong {
    color: #5d4a20;
    font-size: 13px;
}

.dealer-no-samples p {
    margin: 5px 0 0;
    color: #7d7152;
    font-size: 11px;
    line-height: 1.75;
}

/* FAQ */

.dealer-faq {
    margin-top: 70px;
}

.dealer-faq-heading {
    margin-bottom: 21px;
}

.dealer-faq-list {
    display: grid;
    gap: 9px;
}

.dealer-faq-list details {
    border: 1px solid #e0e9e3;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.dealer-faq-list summary {
    position: relative;
    padding: 18px 20px;
    color: #1a3d2a;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.dealer-faq-list summary::-webkit-details-marker {
    display: none;
}

.dealer-faq-list summary::after {
    content: "+";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #087443;
    font-size: 20px;
    font-weight: 400;
}

.dealer-faq-list details[open] summary::after {
    content: "−";
}

.dealer-faq-list details p {
    margin: 0;
    padding: 0 20px 19px;
    max-width: 900px;
    color: #718078;
    font-size: 12px;
    line-height: 1.9;
}

@media (max-width: 900px) {

    .dealer-request-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dealer-size-grid {
        grid-template-columns: 1fr;
    }

    .dealer-info-columns {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {

    .dealer-resource-center {
        padding-bottom: 55px;
    }

    .dealer-request-grid {
        grid-template-columns: 1fr;
    }

    .dealer-request-card {
        min-height: auto;
    }

    .dealer-request-content p {
        min-height: 0;
    }

    .dealer-product-block,
    .dealer-faq {
        margin-top: 48px;
    }

    .dealer-info-panel,
    .dealer-size-card {
        padding: 22px;
    }

}


/* =========================================================
   LIVE SALES POINTS V1
   ========================================================= */

.wtb-store-actions a{
    flex:1;
    min-height:35px;
    border-radius:9px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-family:inherit;
    font-size:11px;
    font-weight:700;
}

.wtb-store-products{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin-top:11px;
}

.wtb-store-products span{
    padding:4px 7px;
    border-radius:999px;
    background:#f1f8f3;
    color:#267044;
    font-size:9px;
    font-weight:700;
}


/* =========================================================
   GREEN GROVE - REAL MAP PIN V2
   ========================================================= */

.gg-map-pin-wrapper{
    background:transparent !important;
    border:0 !important;
    overflow:visible !important;
}

.gg-map-pin{
    display:block;
    width:34px;
    height:46px;
    filter:
        drop-shadow(
            0 5px 5px
            rgba(0, 70, 40, .22)
        );
    transform-origin:center bottom;
}

/*
 * Disable old numbered marker visuals completely.
 */
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

#wtbMap .leaflet-marker-icon{
    cursor:default !important;
}

/*
 * No popup / tooltip from sales pins.
 */
#wtbMap .leaflet-popup,
#wtbMap .leaflet-tooltip{
    pointer-events:none;
}


/* =========================================================
   CITY LIST FIX
   City names only
   ========================================================= */

#wtbCityShortcuts{
    display:grid !important;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap:10px;
    padding:16px;
}

.wtb-city-only-button{
    appearance:none;
    border:1px solid #e2ebe6;
    background:#fff;
    border-radius:12px;
    padding:12px 10px;
    font-family:inherit;
    font-size:14px;
    font-weight:700;
    color:#145c3a;
    cursor:pointer;
    text-align:center;
    transition:
        border-color .15s ease,
        background .15s ease,
        transform .15s ease;
}

.wtb-city-only-button:hover{
    background:#f4faf6;
    border-color:#b8d7c6;
    transform:translateY(-1px);
}

@media (max-width:600px){
    #wtbCityShortcuts{
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}


/* =========================================================
   SHOW CITY NAMES INSIDE THE CITIES BOX
   ========================================================= */

#wtbCityShortcuts{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    padding:16px;
    align-content:start;
    max-height:420px;
    overflow:auto;
}

.wtb-city-only-button{
    appearance:none;
    border:1px solid #dde7e1;
    background:#ffffff;
    color:#145c3a;
    border-radius:12px;
    padding:12px 10px;
    font-family:inherit;
    font-size:14px;
    font-weight:700;
    text-align:center;
    cursor:pointer;
    transition:
        background .15s ease,
        border-color .15s ease,
        transform .15s ease;
}

.wtb-city-only-button:hover{
    background:#f5faf7;
    border-color:#bdd6c7;
    transform:translateY(-1px);
}

.wtb-city-only-button.is-active{
    background:#eaf6ef;
    border-color:#0b7a47;
    color:#0b6c41;
}

.wtb-city-empty{
    grid-column:1 / -1;
    text-align:center;
    color:#6d7f74;
    font-size:14px;
    padding:18px 8px;
}

.gg-map-pin-wrapper{
    background:transparent !important;
    border:0 !important;
    overflow:visible !important;
}

.gg-map-pin{
    display:block;
    width:34px;
    height:46px;
    filter:drop-shadow(0 5px 5px rgba(0,70,40,.22));
    transform-origin:center bottom;
}

.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

#wtbMap .leaflet-marker-icon{
    cursor:default !important;
}

@media (max-width:600px){
    #wtbCityShortcuts{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

/* =========================================================
   CITY LIST - INSIDE SIDE PANEL
   ========================================================= */

.wtb-results-panel #wtbCityShortcuts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;

    width:100% !important;
    box-sizing:border-box !important;

    padding:14px !important;

    max-height:520px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;

    align-content:start !important;
}

.wtb-results-panel #wtbCityShortcuts
.wtb-city-only-button{
    width:100% !important;
    min-height:44px !important;

    margin:0 !important;

    border-radius:10px !important;

    font-size:14px !important;
    font-weight:700 !important;
}

/*
 * Old store-result container is not needed
 * in privacy city-only mode.
 */
.wtb-results-panel #wtbStoreList{
    display:none !important;
}


/* =========================================================
   SALES POINTS COUNTER
   ========================================================= */

.wtb-result-counter{
    display:flex !important;
}

#wtbResultCount{
    display:inline !important;
}

/* =========================================================
   FIX CONTENT UNDER FIXED MAIN HEADER
   ========================================================= */

body{
    padding-top:80px !important;
}

@media (max-width:767px){
    body{
        padding-top:76px !important;
    }
}


/* =========================================================
   GREEN GROVE TYPOGRAPHY
   Tajawal = general text
   Cairo   = headings / strong UI
   ========================================================= */

html,
body{
    font-family:"Tajawal", sans-serif !important;
}

body,
p,
span,
a,
li,
input,
textarea,
select{
    font-family:"Tajawal", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
strong,
.wtb-section-kicker,
.wtb-city-only-button,
.wtb-result-counter{
    font-family:"Cairo", "Tajawal", sans-serif !important;
}


/* =========================================================
   MAIN HEADER MUST ALWAYS STAY ABOVE LEAFLET
   ========================================================= */

/*
 * Keep the real Green Grove header fixed exactly
 * as intended by the main website.
 */
body > header{
    position:fixed !important;
    top:0 !important;
    right:0 !important;
    left:0 !important;

    width:100% !important;

    z-index:100000 !important;

    isolation:isolate;
}

/*
 * The entire map is placed inside a low stacking context.
 * Leaflet panes can no longer rise above the header.
 */
.wtb-map-card{
    position:relative !important;
    z-index:1 !important;
    isolation:isolate !important;
}

#wtbMap{
    position:relative !important;
    z-index:1 !important;
}

#wtbMap.leaflet-container,
.leaflet-container{
    z-index:1 !important;
}

/*
 * Preserve Leaflet internal ordering,
 * but all of it remains inside the low-level map container.
 */
#wtbMap .leaflet-map-pane{
    z-index:auto !important;
}

/*
 * Leaflet controls must also remain underneath header.
 */
#wtbMap .leaflet-control-container{
    position:relative;
    z-index:800 !important;
}

#wtbMap .leaflet-top,
#wtbMap .leaflet-bottom{
    z-index:800 !important;
}

/*
 * Ensure page sections never create a stacking level
 * capable of covering the header.
 */
.wtb-section,
.wtb-container,
.wtb-locator-layout,
.wtb-results-panel{
    position:relative;
    z-index:auto;
}


/* =========================================================
   TAJAWAL ONLY
   ========================================================= */

html,
body,
body *,
button,
input,
textarea,
select,
option,
a,
p,
span,
strong,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:"Tajawal", sans-serif !important;
}


/* =========================================================
   HERO SHIFT RIGHT
   ========================================================= */

@media (min-width: 992px){

    .wtb-hero-content,
    .wtb-hero-copy,
    .wtb-hero .wtb-container > div:first-child{
        transform: translateX(36px);
    }

}


/* =========================================================
   CITY COVERAGE MAP - NO PINS
   ========================================================= */

.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

/*
 * Keep shaded city areas underneath the main header.
 */
.wtb-map-card,
#wtbMap,
#wtbMap.leaflet-container{
    position:relative !important;
    z-index:1 !important;
}


/* =========================================================
   REAL CITY BOUNDARY MODE
   ========================================================= */

.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

/*
 * Keep all Leaflet geometry below fixed header.
 */
.wtb-map-card,
#wtbMap,
#wtbMap.leaflet-container{
    position:relative !important;
    z-index:1 !important;
    isolation:isolate !important;
}


/* =========================================================
   REAL CITY POLYGON BOUNDARIES
   ========================================================= */

.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

#wtbMap svg{
    overflow:visible;
}

/*
 * Leaflet geometry always stays under header.
 */
.wtb-map-card,
#wtbMap,
#wtbMap.leaflet-container{
    position:relative !important;
    z-index:1 !important;
    isolation:isolate !important;
}


/* =========================================================
   CITY NAMES ONLY MAP
   ========================================================= */

/*
 * إخفاء أي حدود أو دوائر قديمة من طبقات Leaflet.
 */
#wtbMap .leaflet-overlay-pane{
    display:none !important;
}

/*
 * إخفاء أشكال الدبابيس القديمة فقط.
 */
.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}


/* اسم المدينة على الخريطة */
.ggs-city-map-label-wrap{
    background:transparent !important;
    border:0 !important;
    width:0 !important;
    height:0 !important;
    overflow:visible !important;
}

.ggs-city-map-label{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    transform:translate(-50%, -50%);

    min-height:28px;
    padding:5px 10px;

    white-space:nowrap;

    border:1px solid rgba(7,116,67,.28);
    border-radius:999px;

    background:rgba(255,255,255,.94);

    color:#087443;

    font-family:"Tajawal",sans-serif !important;
    font-size:12px;
    font-weight:800;

    box-shadow:
        0 3px 12px
        rgba(0,70,40,.12);

    pointer-events:none;
}


/*
 * على التكبير تظهر الأسماء بشكل أوضح.
 */
@media (max-width:767px){

    .ggs-city-map-label{
        padding:4px 7px;
        font-size:11px;
    }
}


/* =========================================================
   APPROVED GREEN GROVE CITIES
   ========================================================= */

/* لا تظليل حدود */
#wtbMap .leaflet-overlay-pane{
    display:none !important;
}

/* لا دبابيس قديمة */
.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

/* اسم المدينة */
.ggs-approved-city-wrap{
    width:0 !important;
    height:0 !important;
    background:transparent !important;
    border:0 !important;
    overflow:visible !important;
}

.ggs-approved-city{
    position:absolute;

    display:flex;
    align-items:center;
    gap:5px;

    transform:translate(-50%, -50%);

    white-space:nowrap;

    padding:5px 9px;

    background:rgba(255,255,255,.94);

    border:1px solid rgba(7,116,67,.32);
    border-radius:999px;

    color:#086b42;

    font-family:"Tajawal",sans-serif !important;
    font-size:12px;
    font-weight:800;

    box-shadow:
        0 3px 10px
        rgba(0,70,40,.12);

    pointer-events:none;
}

.ggs-city-dot{
    display:block;

    width:7px;
    height:7px;

    flex:0 0 7px;

    border-radius:50%;

    background:#087443;
}

/* قائمة المدن */
.wtb-results-panel #wtbCityShortcuts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;

    padding:14px !important;

    max-height:520px !important;
    overflow-y:auto !important;
}

.wtb-city-only-button{
    font-family:"Tajawal",sans-serif !important;
}

/* الخريطة دائماً تحت الهيدر */
.wtb-map-card,
#wtbMap,
#wtbMap.leaflet-container{
    position:relative !important;
    z-index:1 !important;
    isolation:isolate !important;
}


/* =========================================================
   CITY SPOT ONLY
   ========================================================= */

/* اخفاء أي تسميات قديمة على الخريطة */
.ggs-approved-city-wrap,
.ggs-approved-city,
.ggs-city-map-label-wrap,
.ggs-city-map-label,
.gg-city-label-wrapper,
.gg-city-label{
    display:none !important;
}

/* اخفاء أي دبابيس قديمة */
.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

/* لا نعرض قائمة المتاجر القديمة */
#wtbStoreList{
    display:none !important;
}

/* قائمة المدن فقط */
#wtbCityShortcuts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding:14px !important;
    max-height:520px !important;
    overflow-y:auto !important;
}

.wtb-city-only-button{
    font-family:"Tajawal", sans-serif !important;
}

/* الخريطة تحت الهيدر */
.wtb-map-card,
#wtbMap,
#wtbMap.leaflet-container{
    position:relative !important;
    z-index:1 !important;
    isolation:isolate !important;
}

/* تحسين شكل العلامة الدائرية في SVG */
#wtbMap path.leaflet-interactive,
#wtbMap path{
    transition:all .18s ease;
}


/* =========================================================
   LIGHT CITY BOUNDARY MODE
   ========================================================= */

/* إخفاء أي تسميات/دبابيس/دوائر قديمة */
.ggs-approved-city-wrap,
.ggs-approved-city,
.ggs-city-map-label-wrap,
.ggs-city-map-label,
.gg-city-label-wrapper,
.gg-city-label,
.gg-map-pin-wrapper,
.gg-map-pin,
.wtb-pin-wrap,
.wtb-pin{
    display:none !important;
}

/* نخفي قائمة المتاجر القديمة */
#wtbStoreList{
    display:none !important;
}

/* قائمة المدن فقط */
#wtbCityShortcuts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    padding:14px !important;
    max-height:520px !important;
    overflow-y:auto !important;
}

.wtb-city-only-button{
    font-family:"Tajawal", sans-serif !important;
}

/* الخريطة تحت الهيدر */
.wtb-map-card,
#wtbMap,
#wtbMap.leaflet-container{
    position:relative !important;
    z-index:1 !important;
    isolation:isolate !important;
}

/* تحسين وضوح حدود المدينة */
#wtbMap svg path{
    transition: all .18s ease;
}



/* =========================================================
   CITY CIRCLE MODE
   ========================================================= */

.wtb-store-list{
    display:grid;
    gap:10px;
}

.wtb-city-card{
    width:100%;
    appearance:none;
    border:1px solid #dde7e1;
    background:#ffffff;
    border-radius:14px;
    padding:14px 16px;
    text-align:right;
    cursor:pointer;
    transition:
        border-color .15s ease,
        background .15s ease,
        transform .15s ease;
}

.wtb-city-card:hover{
    background:#f5faf7;
    border-color:#bcd7c7;
    transform:translateY(-1px);
}

.wtb-city-card strong{
    display:block;
    color:#145c3a;
    font-size:15px;
    margin-bottom:4px;
}

.wtb-city-card span{
    display:block;
    color:#667a70;
    font-size:12px;
    line-height:1.7;
}

.wtb-city-empty{
    border:1px dashed #d8e4dd;
    background:#fbfdfc;
    border-radius:14px;
    padding:18px;
    text-align:center;
    color:#6b7f76;
}

#wtbMap,
#wtbMap .leaflet-pane,
#wtbMap .leaflet-control-container{
    z-index:1 !important;
}

/* CITY CIRCLE MODE */

/* =========================================================
   FORCE 20KM CIRCLES VISIBLE
   ========================================================= */

#wtbMap .leaflet-overlay-pane{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    z-index:400 !important;
}

#wtbMap .leaflet-overlay-pane svg{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}

#wtbMap path.leaflet-interactive{
    display:block !important;
    visibility:visible !important;
}

#wtbMap .leaflet-tile-pane{
    z-index:200 !important;
}

