:root {
    --card-shadow: 0 0 50px 4px rgba(0, 0, 0, 0.2);
    --map-fill: #b4b7c2;
    --brand-green: #61764b;
    --brand-yellow: #f8b400;
    --bg: #fff;
    --surface: #ffffff;
    --ink: #1e1e1e;
    --muted: #364153;
    --soft: #e7e9ed;
    --line: #e9e9e9;
    --india-green: #357942;
    --radius-card: 16px;
    --radius-block: 24px;
    --primary: #f8b400;
    --secondary: #61764b;
    --text: #1e1e1e;
    --lite: #e7e9ed;
    --dark: #181818;
    --radius: 20px;
    --container: 1280px;
}

* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: "Albert Sans", Arial, sans-serif;
    overflow-x: hidden
}

body {
    font-style: italic
}

img {
    max-width: 100%;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

.page-wrap {
    /* max-width: 1440px; */
    /* padding: 0px 80px; */
    margin: 0 auto;
    background: #fff
}

.section {
    margin-bottom: 48px
}

.wide {
    max-width: var(--container);
    margin: 0 auto
}

.btn-pill {
    border-radius: 999px;
    padding: 10px 24px;
    border: 0;
    /* font-weight: 600; */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 10px 22px;
    font-size: 14px;
}

.btn-primary-ui {
    background: var(--primary);
    color: var(--muted)
}

.btn-green {
    background: var(--secondary);
    color: #fff
}

.btn-dark-ui {
    background: #1e1e1e;
    color: #fff
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.31px;
    text-align: center;
    margin-bottom: 12px
}

.section-subtitle {
    font-size: 16px;
    letter-spacing: -.44px;
    text-align: center;
    margin: 0 auto;
    color: var(--text)
}

/* Header */
.country-switch {
    border-radius: 20px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, .45);
    backdrop-filter: blur(2px);
    align-content: center;
}

.global-switch {
    /* display: flex;
    align-items: center;
    gap: 7px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #364153;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer; */
    all: unset;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}

.global-switch .switch-track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 37.646px;
    height: 20px;
    border-radius: 12.5px;
    background: #e7e9ed;
    box-shadow: inset 0 1.5px 2px .75px rgba(0, 0, 0, .1);
    position: relative;
    padding: 2px;
    flex-shrink: 0;
    transition: background-color 180ms ease
}

.global-switch .switch-thumb {
    display: block;
    width: 16px;
    height: 15.5px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 1.5px 2px .75px rgba(0, 0, 0, .1);
    transition: transform 180ms ease
}

.global-switch.is-on .switch-thumb {
    transform: translateX(17px)
}

.global-switch.is-on .switch-track {
    background: var(--brand-green)
}

.global-switch .label-other {
    font-weight: 600;
    color: #364153
}

.global-switch .label-global {
    font-weight: 400;
    color: #364153
}

.global-switch.is-on .label-other {
    font-weight: 400
}

.global-switch.is-on .label-global {
    font-weight: 600
}

.header {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    justify-content: flex-start;
    row-gap: 6px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.switch-track:focus-visible,
.nav-btn:focus-visible,
.global-switch:focus-visible {
    outline: 2px solid #61764b;
    outline-offset: 2px
}

.header-actions {
    order: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto
}

.action-pill {
    height: 40px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    color: #364153;
    background: #e7e9ed;
    border: 1px solid #e7e9ed;
    white-space: nowrap
}

.action-pill.country-pill {
    justify-content: flex-start;
    gap: 6px;
    padding: 8px;
    border-color: #61764b;
    background: #fff;
    font-size: 14px;
    /* min-width: 107px */
}

.action-pill img {
    flex-shrink: 0
}

.country-pill .flag {
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.nav-btn {
    border: 0;
    border-radius: 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    /* min-height: 39px;
    min-width: 96px; */
    padding: 10px 22px;
    transition: transform 120ms ease, filter 120ms ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    /* gap: .5rem; */
    border-radius: 2rem;
    padding-right: 0.75rem;
    padding: 13px 26px;
}
.dropdown-toggle::after {
    content: "" !important;
}

.profile-btn {
    padding: 7px;
}

.nav-btn:hover {
    filter: brightness(1.03);
    /* transform: translateY(-1px) */
}

.nav-btn-yellow {
    background: var(--brand-yellow);
    color: #364153
}

.nav-btn-green {
    background: var(--brand-green);
    color: #fff
}

.mobile-menu {
    display: none;
    border: 0;
    background: var(--soft);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 22px;
    margin-left: auto;
    color: #364153
}

.header-brand {
    order: 1;
}

.country-switch-wrap {
    display: flex;
    margin-left: auto;
    order: 2;
    width: auto;
}

.nav-logo {
    flex-shrink: 0;
}

@media (min-width:768px) {
    .country-switch-wrap {
        margin-right: auto;
        margin-left: 20px
    }
}

@media (max-width:1024px) {
    .header {
        height: auto;
        min-height: 90px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .nav-btn {
        /* min-height: 37px;
        min-width: 90px; */
        padding: 13px 26px;
    }
    .profile-btn {
        padding: 7px;
    }
}

@media (max-width:767px) {
    .header {
        min-height: 86px;
        row-gap: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-logo {
        width: 125px;
        height: 44px
    }

    .country-switch-wrap {
        order: 2;
        margin-left: auto
    }

    .country-switch {
        padding: 7px 8px
    }

    .global-switch {
        font-size: 12px;
        gap: 5px
    }

    .header-actions {
        order: 3;
        flex-basis: 100%;
        justify-content: flex-end;
        margin-left: 0;
        gap: 8px
    }

    .nav-btn {
        /* border-radius: 16px; */
        font-size: 14px;
        /* min-height: 34px;
        min-width: 74px; */
        padding: 11px 22px;
    }

    .profile-btn {
        padding: 4px 6px;
    }

    .action-pill {
        height: 34px;
        border-radius: 16px;
        font-size: 14px;
        padding: 8px 12px
    }

    .action-pill.country-pill {
        height: 34px;
        /* min-width: 88px; */
        font-size: 13px;
        padding: 6px;
    }

    .country-pill .flag {
        width: 22px;
        height: 22px
    }
}

@media (max-width:420px) {
    .header {
        min-height: 82px;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .nav-logo {
        height: 38px;
        width: 108px
    }

    .nav-btn {
        /* min-width: 70px; */
        padding-left: 12px;
        padding-right: 12px
    }

    .profile-btn {
        padding: 4px;
    }

    /* .global-switch .label-other{display:none} */
    /* .header-actions{justify-content:space-between} */
    .action-pill {
        padding-left: 10px;
        padding-right: 10px
    }

    .action-pill img:not(.flag) {
        width: 14px;
        height: 14px
    }
}

/* Hero */
.hero-section {
  margin-bottom: 48px;
}

.hero {
  position: relative;
  /* min-height: 500px; */
  border-radius: 30px;
  overflow: hidden;
  /* background:
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(16,24,40,.6) 29%, rgba(2,2,85,.8)),
    url("/static/home/images/hero/1.jpg") center 38% / cover no-repeat; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 24px 60px;
  /* color: #fff; */
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 862px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.eyebrow {
  font-size: 24px;
  line-height: 24px;
  /* font-weight: 600; */
  margin: 0 0 24px;
  color: #fff;
}

.hero h1 {
  font-size: 36px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.45px;
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.search-panel {
  width: 100%;
  max-width: 40rem;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  text-align: left;
}

.search-row {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.field {
  height: 40px;
  background: #e7e9ed;
  border-radius: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #364153;
  font-size: 14px;
  white-space: nowrap;
}

.field img {
  width: 18px;
  height: 18px;
}

.field-main {
  flex: 1;
}

.field-location {
  flex: 0 0 auto;
}

.search-btn {
  /* width: 42px;
  height: 38px; */
  border: 0;
  border-radius: 50px;
  background: #f8b400;
  color: #000;
  /* font-size: 22px; */
  line-height: 1;
  justify-items: center;
  padding: 10px 22px;
  font-size: 14px;
  font-style: italic;
}

.search-panel .chips {
  display: flex;
align-items: center;
gap: 10px;
}

.search-panel .chip {
    display: flex;
/* width: 84.75px; */
padding: 2px 15px 2px 3px;
justify-content: space-between;
align-items: center;
border-radius: 15px;
border: 0.75px solid #E7E9ED;

color: #364153;
font-family: "Albert Sans";
font-size: 9.75px;
font-style: italic;
font-weight: 400;
line-height: normal;
}

.search-panel .chip-icon {
    display: flex;
width: 24px;
height: 24px;
padding: 5.25px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
}

.btn-soft-ui {
  background: #e7e9ed;
  color: #000;
}


/* Categories */
.category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px 16px;
    margin-top: 48px
}

.cat-card {
    height: 300px;
    border-radius: 80px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 50px 18px 28px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cat-card:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12)
}

.cat-icon {
    width: 100px;
    height: 110px;
    border-radius: 40px;
    background: #fff;
    border: 1px solid #dedede;
    display: grid;
    place-items: center;
    margin-bottom: 36px;
    box-shadow: 0 3px 4px -3px rgba(0, 0, 0, .1)
}

.cat-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain
}

.cat-card h3 {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 14px
}

.cat-card p {
    font-family: Inter, sans-serif;
    color: var(--muted);
    font-size: 16px;
    line-height: 1;
    margin: 0
}

/* Event cards */
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px
}

.section-head h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0
}

.scroll-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px
}

.scroll-row::-webkit-scrollbar {
    height: 8px
}

.scroll-row::-webkit-scrollbar-thumb {
    background: #d3d6dc;
    border-radius: 8px
}

.ads-card {
    flex: 0 0 308px;
    height: 326px;
    border-radius: 16px;
    background: rgba(231, 233, 237, .5);
    border: 1px solid #e9e9e9;
    overflow: hidden;
    /* padding: 4px; */
    position: relative;
    scroll-snap-align: start;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.ads-card:hover {
    /* transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12); */
    transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  cursor: pointer;
}

.ads-card img.main {
    width: 100%;
    height: 200px;
    border-radius: 16px 16px 0 0;
    object-fit: cover
}

.badge-ui {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary);
    border-radius: 50px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    color: var(--text)
}

.ads-body {
    padding: 16px
}

.ads-body h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.31px;
    margin: 0 0 16px
}

.meta {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 14px;
    letter-spacing: -.31px;
    margin-bottom: 10px
}

.meta span:first-child {
    font-style: normal
}


/* Promo */
.promo {
    background: #e8f4f8;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.promo-copy {
    padding: 48px 60px;
    max-width: 640px
}

.promo h2 {
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 12px
}

.promo p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px
}

.promo img {
    width: 500px;
    height: 312px;
    object-fit: cover
}

/* Recommended */
.listing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 48px
}

.listing-card {
    border: 1px solid var(--lite);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    /* margin-top: 0.5rem; */
    /* margin-bottom: 1.5rem; */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.listing-card:hover {
    transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
  cursor: pointer;
}

.listing-card>img {
    width: 100%;
    height: 245px;
    object-fit: cover
}

.listing-body {
    padding: 16px
}

.listing-body h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 16px
}

.listing-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px
}

.listing-body li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
    color: var(--text);
    margin-bottom: 10px
}

.listing-body li span:last-child {
    color: var(--muted);
    font-size: 13px
}

.explore-line {
    display: flex;
    align-items: center;
    gap: 0
}

.explore-line::before {
    content: "";
    height: 1px;
    background: var(--lite);
    flex: 1
}

.explore-line a {
    background: var(--secondary);
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600
}

/* CTA */
.cta {
    position: relative;
    background: var(--primary);
    min-height: 360px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 410px
}

.cta::before,
.cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 170px;
    background: rgba(255, 255, 255, .12);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%)
}

.cta::before {
    top: 0
}

.cta::after {
    bottom: 0;
    transform: scaleY(-1)
}

.cta-images {
    position: absolute;
    left: 60px;
    top: 44px;
    width: 290px;
    height: 272px
}

.cta-images img {
    position: absolute;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

.cta-images img:nth-child(1) {
    left: 84px;
    top: 151px;
    width: 147px;
    height: 120px
}

.cta-images img:nth-child(2) {
    left: 0;
    top: 15px;
    width: 158px;
    height: 225px
}

.cta-images img:nth-child(3) {
    left: 143px;
    top: 0;
    width: 146px;
    height: 137px
}

.cta-copy {
    position: relative;
    z-index: 1;
    max-width: 820px
}

.cta-copy .small {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.cta-copy h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: -.31px;
    margin-bottom: 24px
}

/* How */
.how-wrap {
    display: grid;
    grid-template-columns: 320px 250px 1fr;
    gap: 30px;
    align-items: center;
    min-height: 360px
}

.how-img-lg,
.how-img-sm {
    border-radius: 20px;
    object-fit: cover;
    width: 100%
}

.how-img-lg {
    height: 360px
}

.how-img-sm {
    height: 275px;
    align-self: end
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-left: 70px;
}

.step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #fff;
    border: 1.6px solid #d1d5dc;
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    font-style: normal
}

.step:first-child .step-icon {
    background: var(--primary);
    border-color: var(--primary)
}

.step h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 8px
}

.step p {
    font-size: 16px;
    color: var(--muted);
    margin: 0;
    line-height: 1.35
}

.logo-strip {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 48px;
}

.logo-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollLogos 30s linear infinite;
}

/* Pause on hover */
.logo-strip:hover .logo-track {
    animation-play-state: paused;
}

.logo-box {
    flex: 0 0 220px;
    height: 100px;
    background: var(--lite);
    border-radius: 20px;
    display: grid;
    place-items: center;
    padding: 22px;
}

.logo-box img {
    max-height: 62px;
    object-fit: contain;
    width: 100%;
}

/* Infinite smooth scroll */
@keyframes scrollLogos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 10px));
    }
}

.footer {
    background: var(--dark);
    border-radius: 20px;
    color: #fff;
    padding: 60px;
    margin-top: 48px;
    margin-bottom: 40px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr .9fr 1fr;
    gap: 30px
}

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

.footer-logo img:first-child {
    width: 56px
}

.footer-logo img:last-child {
    width: 98px
}

.footer p {
    margin: 0
}

.socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px
}

.socials a {
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    padding: 6px 10px;
    color: #d9d9d9;
    font-size: 12px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.socials a img {
    max-height: 13px;
}

.footer-panel {
    background: #262626;
    border-radius: 20px;
    padding: 10px 20px
}

.footer-panel h4 {
    font-family: Inter, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #d1d5dc;
    padding-bottom: 6px;
    margin-bottom: 16px
}

.footer-links {
    columns: 2;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-links li,
.contact-line {
    color: #d1d5dc;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.footer-bottom {
    border-top: 1px solid #575757;
    margin-top: 42px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.policy {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px
}

.footer .contact-line .contact-icon {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 10.442px 8px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #232323;
    fill: #FFFFFF;
}

@media (max-width:1199px) {
    .page-wrap {
        max-width: none;
        /* padding: 0px 32px; */
    }

    .site-nav {
        padding-left: 32px;
        padding-right: 32px
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .listing-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .promo {
        align-items: stretch
    }

    /* .promo img {
        width: 42%;
        height: auto
    } */

    .cta-images {
        top: 40px
    }

    .how-wrap {
        grid-template-columns: 1fr 1fr
    }

    .steps {
        grid-column: 1/-1
    }

    .footer-top {
        grid-template-columns: 1fr 1fr
    }

    .footer-brand {
        grid-column: 1/-1
    }
}

@media (max-width:850px) {
    .cta {
        padding: 330px 32px 40px
    }

    .cta-images {
        left: 150px;
        transform: scale(.9)
    }
}

@media (max-width:767px) {
    .page-wrap {
        max-width: none;
        /* padding: 0px 16px; */
    }

    .section {
        margin-bottom: 38px
    }

    .hero {
        /* min-height: 620px; */
        border-radius: 22px;
        padding: 52px 16px;
    }

    .eyebrow {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .search-panel {
        padding: 18px;
        max-width: 100%;
    }

    .search-row {
        /* flex-direction: column; */
        align-items: stretch;
        gap: 5px;
    }

    .field,
    .field-main,
    .field-location {
        width: 100%;
    }

    .search-btn {
        width: 100%;
    }

    .hero-ctas .btn-pill {
        width: 100%;
        justify-content: center;
    }

    .section-title,
    .section-head h2 {
        font-size: 26px
    }

    .section-subtitle {
        font-size: 14px
    }

    .section-head {
        align-items: flex-start
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 28px
    }

    .cat-card {
        height: 220px;
        border-radius: 48px;
        padding: 28px 10px
    }

    .cat-icon {
        width: 72px;
        height: 78px;
        border-radius: 28px;
        margin-bottom: 22px
    }

    .cat-icon img {
        width: 48px;
        height: 48px
    }

    .cat-card h3 {
        font-size: 18px
    }

    .cat-card p {
        font-size: 13px
    }

    .ads-card {
        flex-basis: 280px
    }

    .promo {
        flex-direction: column
    }

    .promo-copy {
        padding: 28px 22px
    }

    .promo h2 {
        font-size: 25px;
        line-height: 32px
    }

    .promo p {
        font-size: 16px
    }

    .promo img {
        width: 100%;
        height: 220px
    }

    .listing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 28px
    }

    .listing-card>img {
        height: 220px
    }

    .cta {
        padding: 310px 20px 32px;
        min-height: auto
    }

    .cta-images {
        left: 20px;
        transform: scale(.78);
        transform-origin: left top
    }

    .cta-copy .small {
        font-size: 22px
    }

    .cta-copy h2 {
        font-size: 28px
    }

    .how-wrap {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .how-img-lg {
        height: 260px
    }

    .how-img-sm {
        height: 220px
    }

    .step {
        gap: 14px
    }

    .step h3 {
        font-size: 18px
    }

    .step p {
        font-size: 14px
    }

    .footer {
        padding: 28px 20px;
        margin-bottom: 30px;
    }

    .footer-top {
        grid-template-columns: 1fr
    }

    .footer-bottom {
        font-size: 13px
    }

    .policy {
        gap: 12px
    }

    .logo-strip {
        margin-top: 28px;
        justify-content: center;
    }

    .logo-box {
        flex-basis: 180px;
        height: 86px
    }

    .cta-images {
        left: 100px;
        transform: scale(.9)
    }
}

@media (max-width:430px) {
    .page-wrap {
        max-width: none;
        /* padding: 0px 16px; */
    }

    .category-grid {
        grid-template-columns: 1fr
    }

    .cat-card {
        max-width: 260px;
        margin: 0 auto;
        width: 100%
    }

    .section-head {
        flex-direction: column
    }

    .btn-green {
        width: 100%;
        justify-content: center
    }

    .cta-images {
        left: 20px;
        transform: scale(.9)
    }

    .search-row {
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
    }
}


/* .category-list-hero-section { margin-top: 20px; } */
.listing-tabs { display: flex; gap: 10px; flex-wrap: wrap; }
.listing-tab { min-height: 40px; padding: 10px 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50px; background: #fff; color: #1e1e1e; border: 1px solid var(--soft); font-size: 15px; font-weight: 600; font-style: italic; transition: .18s ease; }
.listing-tab:hover, .listing-tab.is-active { background: var(--brand-green); color: #fff; border-color: var(--brand-green); }
.listing-filter-form { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.filter-label { font-size: 14px; color: #1e1e1e; font-style: italic; }
.listing-search-box { height: 42px; width: 260px; background: var(--soft); border-radius: 50px; display: flex; align-items: center; gap: 10px; padding: 10px 16px; margin: 0; }
.listing-search-box img { width: 16px; height: 16px; }
.listing-search-box input { border: 0; outline: 0; background: transparent; width: 100%; color: var(--muted); font-size: 14px; font-style: italic; }
.listing-filter-btn { width: 42px; height: 42px; border: 0; border-radius: 14px; display: grid; place-items: center; background: var(--brand-green); color: #fff; }
.category-list-layout { display: grid; grid-template-columns: minmax(0, 1fr) 306px; gap: 35px; align-items: start; }
.category-list-heading h2 { font-size: 26px; font-weight: 600; font-style: italic; letter-spacing: -.31px; margin: 0 0 6px; color: #1e1e1e; }
.category-list-heading p { color: var(--muted); opacity: .75; font-size: 14px; margin: 0 0 18px; font-style: italic; }
.ads-list { display: flex; flex-direction: column; gap: 18px; }
.ad-list-card { display: grid; grid-template-columns: 120px minmax(0, 1fr) 124px; gap: 18px; align-items: center; border: 1px solid #e9e9e9; border-radius: 16px; padding: 18px; background: #fff; color: inherit; text-decoration: none; box-shadow: 0 2px 4px rgba(0, 0, 0, .1); transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
.ad-list-card:hover { transform: scale(1.03); box-shadow: 0 12px 24px rgba(0, 0, 0, .12)}
.ad-list-card__media { width: 120px; height: 120px; border-radius: 12px; overflow: hidden; background: var(--soft); }
.ad-list-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ad-list-card__body { min-width: 0; }
.ad-list-card__body h3 { font-size: 17px; line-height: 1.25; font-weight: 600; font-style: italic; margin: 0 0 8px; color: #1e1e1e; }
.ad-category-badge { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 10px; border-radius: 50px; background: rgba(248,180,0,.16); color: #61764b; font-size: 12px; font-weight: 700; font-style: italic; }
.ad-meta-group { display: flex; gap: 10px; margin-top: 10px; }
.ad-meta-line { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; font-style: italic; min-width: 0; }
.ad-meta-line img { width: 14px; height: 14px; flex: 0 0 14px; }
.ad-meta-line span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ad-description { color: var(--muted); opacity: .78; font-size: 13px; line-height: 1.45; margin: 10px 0 0; font-style: italic; overflow-wrap: anywhere;}
.ad-list-card__side { min-width: 120px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 12px; color: var(--muted); font-style: italic; }
.rating-stars { color: var(--brand-yellow); letter-spacing: 1px; font-style: normal; }
.ad-list-card__side strong { color: #1e1e1e; font-size: 14px; }
.ad-list-card__side b { color: var(--brand-green); font-size: 14px; font-weight: 700; }
.book-btn { margin-top: 8px; min-height: 34px; padding: 8px 14px; border-radius: 50px; background: var(--brand-green); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; }
.load-more-wrap { text-align: center; margin-top: 28px; }
.category-sidebar { position: sticky; top: 20px; }
.category-sidebar h4 { font-size: 20px; font-weight: 600; font-style: italic; margin: 0 0 15px; }
.sidebar-promo { padding: 24px 20px; border-radius: 16px; color: #fff; margin-bottom: 20px; overflow: hidden; }
.sidebar-promo h5 { font-size: 20px; font-weight: 700; font-style: italic; margin: 0 0 8px; }
.sidebar-promo p { font-size: 13px; line-height: 1.4; margin: 0; opacity: .92; font-style: italic; }
.sidebar-promo img { width: 100%; border-radius: 12px; margin-top: 12px; object-fit: cover; }
.sidebar-promo-purple { background: linear-gradient(135deg,#7c2cff,#ff0080); }
.sidebar-promo-orange { background: linear-gradient(135deg,#ffb200,#ff5e00); }
.step-arrow { position: absolute; top: 34px; left: 0; pointer-events: none; }
@media (max-width: 1199px) {
  .category-list-layout { grid-template-columns: 1fr; }
  .category-sidebar { position: static; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .category-sidebar h4 { grid-column: 1 / -1; }
  .sidebar-promo { margin-bottom: 0; }
}
@media (max-width: 991px) {
  .listing-toolbar { align-items: flex-start; flex-direction: column; }
  .listing-filter-form { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .listing-search-box { flex: 1 1 260px; width: auto; }
}
@media (max-width: 767px) {
  /* .category-list-hero { min-height: 420px; border-radius: 22px; } */
  /* .category-list-hero__content { padding: 34px 22px; } */
  /* .category-list-hero__content p { font-size: 16px; } */
  /* .category-list-hero__content h1 { font-size: 28px; line-height: 1.25; } */
  /* .category-list-hero__actions .btn-pill { width: 100%; justify-content: center; } */
  .listing-tabs, .listing-filter-form { width: 100%; }
  .listing-tab { flex: 1 1 0; padding-left: 12px; padding-right: 12px; text-wrap-mode: nowrap;}
  .filter-label { width: 100%; }
  .listing-filter-btn { flex: 0 0 42px; }
  .category-list-heading h2 { font-size: 22px; }
  .ad-list-card { grid-template-columns: 96px minmax(0, 1fr); gap: 14px; padding: 14px; }
  .ad-list-card__media { width: 96px; height: 96px; }
  .ad-list-card__side { grid-column: 1 / -1; min-width: 0; padding-top: 12px; border-top: 1px solid #f0f0f0; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
  .book-btn { margin-top: 0; }
  .category-sidebar { grid-template-columns: 1fr; }
  .step-arrow { display: none; }
}
@media (max-width: 480px) {
  .ad-list-card { grid-template-columns: 1fr; }
  .ad-list-card__media { width: 100%; height: 180px; }
  .ad-list-card__side { align-items: center; }
}

.hero-new {
    position: relative;
    /* height: 320px; */
    border-radius: 20px;
    overflow: hidden;
    background: url("../images/hero/category-bg.png") center/cover no-repeat;

    margin-top: 20px; 
}

/* OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,90,40,0.85), rgba(20,90,40,0.4));
}

/* CONTENT */
.hero-content-new {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 60px;
    /* max-width: 750px; */
}

.hero-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 8px;
}

.hero-content-new h1 {
    font-size: 53px;
    /* line-height: 1.5; */
    font-weight: 100;
}

.hero-content-new h1 span {
    color: #f8b400;
    font-weight: 600;
}

/* BUTTONS */
.hero-buttons {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.btn-yellow {
    background: #f8b400;
    color: #000;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
}

.btn-green {
    /* background: #2ecc71;
    color: #fff; */
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
}

.btn-light {
    background: #fff;
    color: #000;
    padding: 8px 18px;
    border-radius: 25px;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .hero-content-new h1 {
        font-size: 37px;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content-new h1 {
        font-size: 28px;
    }

    .hero-buttons {
        flex-wrap: wrap;
    }
    
    .hero-buttons a,
    .hero-buttons button {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .hero-content-new {
        padding: 30px;
    }

    .hero-content-new h1 {
        font-size: 22px;
    }
}

/* ================= NAVBAR ================= */

.main-nav {
    background: #000;
    width: 100%;
    padding: 10px 0 0; 
}

.nav-links {
    /* max-width: 1200px; */
    justify-content: center;
    margin: auto;
    /* padding: 0 80px; */
    display: flex;
    gap: 35px;
    align-items: center;
    color: #fff;
}

.nav-links a {
    opacity: 0.8;
    min-inline-size: fit-content;
}

.nav-links a.active {
    border: 1px solid #fff;
    padding: 2px 8px;
    border-radius: 4px;
    opacity: 1;
}

/* COLOR STRIP */
.nav-strip {
    display: flex;
    height: 6px;
    margin-top: 10px;
}

.nav-strip div {
    flex: 1;
}

.wide {
    max-width: 1200px;
    margin: auto;
}

.nav-strip .green { background: #357942; }
.nav-strip .white { background: #fff; }
.nav-strip .red { background: #be2a2c; }

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .nav-links {
        gap: 20px;
    }
    
}

@media (max-width: 768px) {
    .top-header {
        padding: 10px 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .main-nav {
        padding: 10px 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
    }

    .search-box {
        width: 100%;
    }
}




.ad-detail-hero { position: relative; min-height: 320px; border-radius: 20px; overflow: hidden; background: var(--soft); margin-top: 20px;}
.ad-detail-hero > img { width: 100%; height: 320px; object-fit: cover; display: block; }
.ad-detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.22)); }
.ad-detail-hero__content { position: absolute; z-index: 2; left: 30px; right: 30px; top: 30px; color: #fff; padding: 40px 28px;}
.ad-detail-category { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 12px; border-radius: 50px; background: #fff; color: #1e1e1e; font-size: 12px; font-weight: 500; font-style: italic; margin-bottom: 10px; }
.ad-detail-hero h1 { font-size: 38px; line-height: 1.12; font-weight: 600; font-style: italic; margin: 0 0 18px; max-width: 820px; }
.ad-detail-hero p { margin: 0; font-size: 15px; font-style: italic; opacity: .95; }
.ad-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 365px; gap: 30px; align-items: start; }
.ad-detail-main { min-width: 0; }
.detail-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-bottom: 20px; }
.detail-info-card { background: #f5f6f7; border: 1px solid #eceff2; border-radius: 14px; padding: 16px; min-height: 86px; display: flex; flex-direction: column; gap: 8px; }
.detail-info-card strong { color: #1e1e1e; font-size: 14px; font-weight: 700; font-style: italic; }
.detail-info-card span { color: var(--muted); font-size: 14px; line-height: 1.35; font-style: italic; }
.detail-panel, .ticket-card, .organizer-card { background: #fff; border: 1px solid #e9e9e9; border-radius: 16px; box-shadow: 0 8px 18px rgba(0,0,0,.035); }
.detail-panel { padding: 22px; margin-bottom: 20px; }
.detail-panel h2, .ticket-card h2, .organizer-card h2 { color: #1e1e1e; font-size: 22px; line-height: 1.25; font-weight: 700; font-style: italic; margin: 0 0 14px; }
.detail-panel h3 { color: #1e1e1e; font-size: 18px; font-weight: 700; font-style: italic; margin: 18px 0 10px; }
.detail-panel p { color: var(--muted); font-size: 15px; line-height: 1.65; font-style: italic; margin: 0; }
.detail-check-list { list-style: none; padding: 0; margin: 10px 0 0; color: var(--muted); font-size: 15px; font-style: italic; display: grid; gap: 8px; }
.detail-check-list li::before { content: "✔"; color: var(--brand-green); font-weight: 700; margin-right: 8px; }
.artist-list { display: grid; gap: 10px; }
.artist-item { display: flex; justify-content: space-between; gap: 14px; padding: 13px 14px; border-radius: 12px; background: rgba(248,180,0,.14); color: #1e1e1e; font-style: italic; }
.artist-item strong { font-size: 15px; font-weight: 700; }
.artist-item span { color: var(--muted); font-size: 14px; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.detail-gallery img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; border-radius: 10px; }
.detail-map { width: 100%; height: 260px; border: 0; border-radius: 12px; margin-top: 12px; display: block; }
.ad-detail-sidebar { position: sticky; top: 20px; display: grid; gap: 20px; }
.ticket-card { overflow: hidden; }
.ticket-card__head { background: var(--secondary); color: #fff; padding: 16px 18px; }
.ticket-card__head h2 { color: #fff; margin: 0; }
.ticket-card__body { padding: 16px; display: grid; gap: 10px; }
.ticket-option { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px; border: 1px solid #e9e9e9; border-radius: 12px; margin: 0; color: #1e1e1e; font-style: italic; }
.ticket-option.is-selected { border: 2px solid #ff8a00; background: rgba(255,138,0,.04); }
.ticket-option span { color: var(--muted); }
.ticket-option strong { color: #1e1e1e; }
.book-now-gradient { width: 100%; min-height: 48px; margin-top: 6px; background: var(--primary); color: #fff; border: 0; border-radius: 12px; font-weight: 700; font-style: italic; }
/* .book-now-gradient:hover { background: linear-gradient(90deg,var(--secondary),var(--primary)); } */
.organizer-card { padding: 22px; }
.organizer-name { color: #1e1e1e; font-weight: 700; font-style: italic; margin: 10px 0 12px; }
.organizer-lines { display: grid; gap: 8px; color: var(--muted); font-size: 14px; font-style: italic; }
.organizer-lines p { margin: 0; overflow-wrap: anywhere; }
.organizer-socials { display: flex; gap: 12px; margin-top: 18px; }
.organizer-socials a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; }
.organizer-socials .facebook { background: #1877f2; }
.organizer-socials .instagram { background: #e4405f; }
.organizer-socials .twitter { background: #1da1f2; }
@media (max-width: 1199px) {
  .ad-detail-layout { grid-template-columns: 1fr; }
  .ad-detail-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
}
@media (max-width: 767px) {
  .ad-detail-hero, .ad-detail-hero > img { min-height: 420px; height: 420px; }
  .ad-detail-hero__content { left: 20px; right: 20px; bottom: 24px; }
  .ad-detail-hero h1 { font-size: 30px; }
  .detail-info-grid { grid-template-columns: 1fr; }
  .detail-panel { padding: 18px; }
  .detail-gallery { grid-template-columns: repeat(2, 1fr); }
  .ad-detail-sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .ad-detail-hero h1 { font-size: 26px; }
  .artist-item { flex-direction: column; gap: 4px; }
  .detail-gallery { grid-template-columns: 1fr; }
}





/* Community Landing Page extension */
.community-landing-page {
  position: relative;
  min-height: calc(100vh - 100px);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 24px;
}

.community-wing-backdrop {
  position: fixed;
  inset: 182px 24px 150px;
  z-index: 1;
  opacity: .75;
  pointer-events: none;
}

.community-wing-svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.community-intro-section {
  position: relative;
  z-index: 2;
  padding: 24px 24px 0;
}

.community-intro-section h1 {
  color: var(--brand-green);
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}

.community-intro-section p {
  color: var(--ink);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 400;
  font-style: italic;
  margin: 8px 0 0;
}

.community-grid-section {
  position: relative;
  z-index: 2;
  padding: 28px 24px 0;
}

.community-grid-wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.community-card {
  background: rgba(255,255,255,.68);
  box-shadow: var(--card-shadow, 0 0 50px 4px rgba(0,0,0,.2));
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-end; */
  gap: 6px;
  padding: 16px 22px 18px;
  cursor: pointer;
  /* height: -webkit-fill-available; */
  border-radius: 2.5rem;
  border: none;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: 2px solid #fff;
}

.community-card:hover,
.community-card.is-active {
  /* transform: translateY(-4px); */
  background: #fff;
    /* box-shadow: 0 12px 24px rgba(0, 0, 0, .12); */
    transform: scale(1.03);
  /* box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06); */
  cursor: pointer;
  border: 2px solid #F8B400;
  box-shadow: var(--card-shadow, 0 0 50px 4px rgba(0,0,0,.2));
}

.community-card:hover .map-image:not([class*="-alt"]),
.community-card.is-active .map-image:not([class*="-alt"]) {
  opacity: 0;
}

/* .community-card:hover .map-wrap img,
.community-card.is-active .map-wrap img {
  filter: brightness(1) saturate(1%) invert(39%) sepia(16%) saturate(500%) hue-rotate(35deg) brightness(85%) contrast(85%) drop-shadow(2px 4px 6px rgba(0,0,0,.8)) opacity(.8);
} */

.community-card:hover .map-image[class*="-alt"],
.community-card.is-active .map-image[class*="-alt"] {
  opacity: 1;
  /* transform: scale(1.03); */
}

.community-card:focus-visible {
  outline: 2px solid var(--brand-green);
  outline-offset: 3px;
}


.map-wrap {
  flex: 1;
  width: 100%;
  /* margin-top: 2px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 210px;
}

.map-image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  transition: opacity .18s ease, transform .18s ease;
}

.map-wrap .map-image[class*="-alt"] {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}

.community-name {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.map-image-pakistan,
.map-image-pakistan-alt { width: 208px; }

.map-image-bangladesh,
.map-image-bangladesh-alt { width: 161px; }

.map-image-india,
.map-image-india-alt { width: 179px; }

.map-image-turkey,
.map-image-turkey-alt { width: 267px; }

.map-image-arab,
.map-image-arab-alt { width: 228px; }

.map-image-iranian,
.map-image-iranian-alt { width: 223px; }

.community-legend-section {
  position: relative;
  z-index: 2;
  padding: 20px 24px 0;
}

.community-legend-wrap {
  max-width: 1009px;
  margin: 0 auto;
}

.legend-row {
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
  padding-top: 24px;
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 21px;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  opacity: .82;
  cursor: pointer;
  transition: opacity .12s ease, transform .12s ease;
}

.legend-item:hover,
.legend-item.is-active {
  opacity: 1;
  transform: translateY(-1px);
}

.legend-item img {
  width: 30px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

@media (max-width: 1279px) {
  .community-landing-page { min-height: auto; }
  .community-intro-section h1 { font-size: clamp(38px, 4vw, 48px); }
  .community-intro-section p { font-size: clamp(28px, 3vw, 36px); }
  .community-name { font-size: clamp(26px, 2.2vw, 30px); }
}

@media (max-width: 1024px) {
  .community-wing-backdrop { inset: 170px -24px 140px; }
  /* .community-card { height: 272px; } */
  .map-image-pakistan, 
  .map-image-pakistan-alt { width: 184px; }
  .map-image-bangladesh, 
  .map-image-bangladesh-alt { width: 150px; }
  .map-image-india, 
  .map-image-india-alt { width: 166px; }
  .map-image-turkey, 
  .map-image-turkey-alt { width: 232px; }
  .map-image-arab, 
  .map-image-arab-alt { width: 202px; }
  .map-image-iranian, 
  .map-image-iranian-alt { width: 196px; }
  .community-name { font-size: 30px; }
  .legend-item { font-size: 19px; }
}

@media (max-width: 767px) {
  .community-landing-page { padding-bottom: 12px; }
  .community-wing-backdrop { inset: 164px -170px 210px; opacity: .52; }
  .community-intro-section { padding: 18px 18px 0; }
  .community-intro-section h1 { font-size: 32px; }
  .community-intro-section p { font-size: 22px; }
  .community-grid-section { padding: 24px 24px 0; }
  /* .community-card { height: 246px; max-width: 340px; margin-inline: auto; } */
  .map-image-pakistan, 
  .map-image-pakistan-alt { width: 172px; }
  .map-image-bangladesh, 
  .map-image-bangladesh-alt { width: 140px; }
  .map-image-india, 
  .map-image-india-alt { width: 155px; }
  .map-image-turkey, 
  .map-image-turkey-alt { width: 214px; }
  .map-image-arab, 
  .map-image-arab-alt { width: 188px; }
  .map-image-iranian, 
  .map-image-iranian-alt { width: 182px; }
  .community-name { font-size: 28px; }
  .legend-row { gap: 14px 20px; justify-content: flex-start; padding-top: 22px; }
  .legend-item { font-size: 17px; }
}

@media (max-width: 420px) {
  .community-wing-backdrop { inset: 150px -190px 220px; }
  /* .community-card { height: 238px; } */
  .community-name { font-size: 26px; }
  .legend-item { font-size: 16px; }
}







/* Community Home + Event Banner Section */
.community-home-banner {
  position: relative;
  width: 100%;
  /* height: 204px; */
  border-radius: 24px;
  overflow: hidden;
  /* background: linear-gradient(
    180deg,
    #fff4eb 16.74%,
    #fff4eb 43.67%,
    #dfac6b 114.14%
  ); */
}

.community-home-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-home-banner__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.15),
      rgba(0,0,0,.04)
    );
}

.community-home-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.community-home-banner__objects {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Night Party Banner */
.night-party-banner {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #101010;
  box-shadow:
    0 10px 28px rgba(0,0,0,.14),
    0 4px 10px rgba(0,0,0,.08);
}

.night-party-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Hover */
/* .night-party-banner:hover,
.community-home-banner:hover {
  transform: translateY(-2px);
  transition: transform .18s ease;
} */

/* Tablet */
@media (max-width: 991px) {
  .community-home-banner {
    height: 180px;
  }

  .night-party-banner {
    margin-top: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .community-home-banner-section {
    padding-top: 18px;
  }

  .community-home-banner {
    height: 150px;
    border-radius: 18px;
  }

  .night-party-banner {
    border-radius: 18px;
    margin-top: 14px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .community-home-banner {
    height: 128px;
  }
}







/* =========================================
FIELDS
========================================= */

.field {
  position: relative;

  min-width: 200px;
  /* height: 48px;

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

  padding: 0 14px;

  background: #fff;
  border-radius: 10px; */

  cursor: pointer;
}

/* Selected Text */
.field span:not(.chevron) {
  /* flex: 1; */

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Chevron */
.chevron {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========================================
DROPDOWN
========================================= */

.dropdown-content {
  display: none;

  position: absolute;
  top: calc(100% + 5px);
  left: 0;

  width: 100%;

  background: #fff;
  border-radius: 10px;

  z-index: 1000;

  overflow: hidden;
}

/* Show */
.show {
  display: block;
}


/* =========================================
SEARCH BOX
========================================= */

.dropdown-search {
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-search input {
  width: 100%;

  padding: 12px 14px;

  border: none;
  outline: none;

  box-sizing: border-box;
}


/* =========================================
LIST
========================================= */

.dropdown-list {
  max-height: 10rem;
  overflow-y: auto;
}


/* =========================================
CHOICES
========================================= */

.dropdown-choice {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 14px;

  border-bottom: 1px solid #f5f5f5;

  cursor: pointer;

  transition: background 0.2s ease;
}

.dropdown-choice:hover {
  background: #f7f7f7;
}

.dropdown-choice.active {
  background: #eef6ff;
  color: var(--brand-green);

  font-weight: 600;
}

.dropdown-choice .active {
  /* background: #eef6ff; */
  color: var(--brand-green);

  font-weight: 600 !important;
}


/* Icon */
.choice-icon {
  width: 16px;
  height: 16px;

  flex-shrink: 0;
}

/* Text */
.choice-text {
  flex: 1;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.community-home-banner-section{
    position: relative;
    overflow: hidden;
}

.community-home-banner{
    background: transparent !important;
}

.community-home-banner__overlay{
    background: transparent !important;
}