body.ganesh-temples-hub-page {
    background: #fbf6ed;
    font-family: var(--temple-font-ui);
    --ganesh-header-scroll-offset: 132px;
    --ganesh-saffron: #b9712e;
    --ganesh-saffron-deep: #91511c;
    --ganesh-gold: #e4bb6c;
    --ganesh-cream: #fff8ec;
    --ganesh-ink: #2f2116;
    --ganesh-copy: #5b4330;
    --ganesh-border: rgba(164, 104, 31, 0.16);
    --ganesh-shadow: 0 22px 54px rgba(92, 57, 16, 0.08);
}

body.ganesh-temples-hub-page,
body.ganesh-temples-hub-page *,
body.ganesh-temples-hub-page *::before,
body.ganesh-temples-hub-page *::after {
    box-sizing: border-box;
}

body.ganesh-temples-hub-page,
body.ganesh-temples-hub-page main,
body.ganesh-temples-hub-page .temple-directory-page,
body.ganesh-temples-hub-page .ganesh-hub-hero {
    overflow-x: clip;
}

body.ganesh-temples-hub-page {
    overflow-x: hidden;
}

body.ganesh-temples-hub-page .header,
body.ganesh-temples-hub-page .header.header {
    position: sticky;
    top: 0;
    z-index: 99999;
    min-height: 130px;
    overflow: visible;
}

body.ganesh-temples-hub-page .header .header__bottom,
body.ganesh-temples-hub-page .header__bottom,
body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd,
body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.animated,
body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.fadeInDown,
body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    position: sticky;
    top: 0;
    min-height: 130px;
    height: 130px;
    overflow: hidden;
    background: url("../images/backgrounds/divine-temple-header.png") center center / cover no-repeat !important;
    background-color: transparent !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(217, 169, 40, 0.28) !important;
    box-shadow: 0 10px 24px rgba(74, 43, 18, 0.04) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

body.ganesh-temples-hub-page .header .container,
body.ganesh-temples-hub-page .header .header__bottom > .container,
body.ganesh-temples-hub-page .header .header__mainmenu,
body.ganesh-temples-hub-page .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light,
body.ganesh-temples-hub-page .header .navbar,
body.ganesh-temples-hub-page .header .navbar-expand-xl,
body.ganesh-temples-hub-page .header .navbar-light,
body.ganesh-temples-hub-page .header .header__split-nav,
body.ganesh-temples-hub-page .header .header__split-list,
body.ganesh-temples-hub-page .header .header__logo,
body.ganesh-temples-hub-page .header .header__logo > a,
body.ganesh-temples-hub-page .header .header__bar,
body.ganesh-temples-hub-page .header .header__menu,
body.ganesh-temples-hub-page .header .collapse.navbar-collapse {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

body.ganesh-temples-hub-page .header .header__bottom > .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1170px;
    overflow: visible;
}

body.ganesh-temples-hub-page .header .header__mainmenu,
body.ganesh-temples-hub-page .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    width: 100%;
    padding: 16px 0;
    gap: 12px;
    position: relative;
    z-index: 3;
    overflow: visible;
}

body.ganesh-temples-hub-page .header .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
}

body.ganesh-temples-hub-page .header .header__logo .temple-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #111111;
    line-height: 1;
}

body.ganesh-temples-hub-page .header .header__logo .temple-logo img {
    width: auto;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

body.ganesh-temples-hub-page .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
    display: none;
}

body.ganesh-temples-hub-page .header .header__logo > a.d-xl-none.temple-logo {
    display: inline-flex;
}

body.ganesh-temples-hub-page .header .header__split-nav {
    display: none;
    position: relative;
    z-index: 3;
}

body.ganesh-temples-hub-page .header .header__split-list {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.ganesh-temples-hub-page .header .header__split-list li,
body.ganesh-temples-hub-page .header .header__menu ul li {
    display: flex;
    align-items: center;
}

body.ganesh-temples-hub-page .header .header__split-list li a,
body.ganesh-temples-hub-page .header .header__menu ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 12px;
    border: 0;
    border-radius: 999px;
    color: #111111;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    box-shadow: none;
}

body.ganesh-temples-hub-page .header .header__split-list li.active > a,
body.ganesh-temples-hub-page .header .header__menu ul li.active > a {
    background: rgba(217, 169, 40, 0.18) !important;
    box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.32) !important;
    color: #111111 !important;
}

body.ganesh-temples-hub-page .header .header__split-list li a:hover,
body.ganesh-temples-hub-page .header .header__split-list li a:focus-visible,
body.ganesh-temples-hub-page .header .header__menu ul li a:hover,
body.ganesh-temples-hub-page .header .header__menu ul li a:focus-visible {
    background: rgba(217, 169, 40, 0.12) !important;
    box-shadow: inset 0 0 0 1px rgba(217, 169, 40, 0.22) !important;
    color: #111111 !important;
}

body.ganesh-temples-hub-page .header .header__bar {
    display: flex;
    align-items: center;
    margin-left: auto;
}

body.ganesh-temples-hub-page .header .navbar-toggler {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border-color: rgba(217, 169, 40, 0.28) !important;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.38) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22) !important;
    color: #111111 !important;
}

body.ganesh-temples-hub-page .header .header__menu {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    min-width: 0;
    margin: 0;
    position: relative;
    z-index: 3;
}

body.ganesh-temples-hub-page .header .header__menu .navbar-collapse {
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
}

body.ganesh-temples-hub-page .header #menubar {
    margin-top: 10px;
}

body.ganesh-temples-hub-page .header .header__menu ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 14px 16px;
    list-style: none;
    border: 1px solid rgba(217, 169, 40, 0.24);
    border-radius: 20px;
    background: rgba(255, 251, 245, 0.96) !important;
    box-shadow: 0 16px 32px rgba(74, 43, 18, 0.08);
}

body.ganesh-temples-hub-page .header .header__menu ul li a {
    justify-content: flex-start;
    width: 100%;
    padding: 0 10px;
}

body.ganesh-temples-hub-page [id] {
    scroll-margin-top: var(--ganesh-header-scroll-offset);
}

.ganesh-hub-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(243, 202, 126, 0.28), transparent 36%),
        radial-gradient(circle at 88% 20%, rgba(208, 126, 35, 0.14), transparent 26%),
        radial-gradient(circle at bottom right, rgba(196, 121, 37, 0.14), transparent 30%),
        linear-gradient(180deg, #fff9ef 0%, #f7efe0 100%);
}

.ganesh-hub-hero.padding--top {
    padding-top: clamp(30px, 3.8vw, 52px);
}

.ganesh-hub-hero.padding--bottom {
    padding-bottom: clamp(20px, 3vw, 36px);
}

.ganesh-hub-hero::before,
.ganesh-hub-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ganesh-hub-hero::before {
    top: -130px;
    left: -70px;
    width: 310px;
    height: 310px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 18%, transparent 19% 100%),
        radial-gradient(circle, rgba(210, 146, 55, 0.11) 0%, rgba(210, 146, 55, 0.02) 60%, transparent 100%);
}

.ganesh-hub-hero::after {
    right: -90px;
    bottom: -130px;
    width: 280px;
    height: 280px;
    background:
        radial-gradient(circle, rgba(255, 247, 229, 0.1) 0 16%, transparent 17% 100%),
        radial-gradient(circle, rgba(162, 88, 18, 0.12) 0%, rgba(162, 88, 18, 0.03) 62%, transparent 100%);
}

.ganesh-hub-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding: clamp(24px, 2.4vw, 34px);
    border: 1px solid rgba(176, 116, 39, 0.15);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 251, 243, 0.94), rgba(255, 248, 239, 0.88)),
        #fff;
    box-shadow: var(--ganesh-shadow);
    backdrop-filter: blur(8px);
}

.ganesh-hub-hero__planner {
    display: grid;
    gap: 18px;
}

.ganesh-hub-hero__content {
    min-width: 0;
    text-align: center;
}

.ganesh-hub-hero__eyebrow,
.ganesh-hub-section-label {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(176, 116, 39, 0.18);
    border-radius: 999px;
    background: rgba(255, 243, 221, 0.88);
    color: var(--ganesh-saffron);
    font-family: "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ganesh-hub-hero__content h1 {
    margin-bottom: 12px;
    color: var(--ganesh-ink);
    font-size: clamp(2rem, 1.82rem + 1.18vw, 3.1rem);
    line-height: 1.08;
}

.ganesh-hub-hero__content p {
    max-width: 720px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: var(--ganesh-copy);
    font-size: 0.98rem;
    line-height: 1.66;
}

.ganesh-hub-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
}

.ganesh-hub-hero__stat-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 148px;
    min-width: 0;
    padding: 18px 18px 16px;
    border: 1px solid var(--ganesh-border);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(255, 255, 255, 0.98)),
        #fff;
    box-shadow: 0 16px 34px rgba(88, 54, 17, 0.06);
    text-align: left;
}

.ganesh-hub-hero__stat-label {
    display: block;
    margin-bottom: 10px;
    color: #88501a;
    font-family: "Roboto", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ganesh-hub-hero__stat-card strong {
    display: block;
    color: var(--ganesh-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.6rem, 1.34rem + 0.45vw, 2rem);
    line-height: 1.15;
}

.ganesh-hub-hero__stat-copy {
    margin: 8px 0 0;
    color: #6a4b2f;
    font-family: "Roboto", sans-serif;
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: calc(1.55em * 2);
}

.ganesh-hub-hero__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 760px;
    margin: 0 auto;
}

.ganesh-hub-hero__chips span,
.ganesh-hub__dataset-banner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(170, 108, 31, 0.16);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff9ee, #fff2db);
    color: #8d571f;
    font-family: "Roboto", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.ganesh-hub-intro__card h3,
.ganesh-hub-categories__card h3,
.ganesh-hub-festivals__card h3,
.ganesh-hub-note h2 {
    color: var(--ganesh-ink);
}

.ganesh-hub-intro__card i,
.ganesh-hub-categories__card i {
    color: var(--ganesh-saffron);
}

.ganesh-hub-intro,
.ganesh-hub-categories,
.ganesh-hub-festivals {
    margin-bottom: clamp(42px, 4vw, 56px);
}

.ganesh-hub-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.95fr);
    gap: 28px;
    margin-top: clamp(8px, 1vw, 12px);
}

.ganesh-hub-intro__copy {
    min-width: 0;
    padding: 28px 30px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.ganesh-hub-intro__copy h2,
.ganesh-hub-categories .section__header h2,
.ganesh-hub-festivals .section__header h2 {
    margin-bottom: 14px;
    color: var(--ganesh-ink);
}

.ganesh-hub-intro__copy p {
    color: var(--ganesh-copy);
    line-height: 1.82;
}

.ganesh-hub-intro__copy p + p {
    margin-top: 14px;
}

.ganesh-hub-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #9a6227;
    font-family: "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ganesh-hub-intro__cards {
    display: grid;
    gap: 20px;
}

.ganesh-hub-intro__card i,
.ganesh-hub-categories__card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 239, 210, 0.96), rgba(255, 251, 243, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    font-size: 1.18rem;
}

.ganesh-hub-intro__card h3,
.ganesh-hub-categories__card h3,
.ganesh-hub-festivals__card h3 {
    margin-bottom: 10px;
    font-size: 1.16rem;
}

.ganesh-hub-intro__card p,
.ganesh-hub-categories__card p,
.ganesh-hub-festivals__card p,
.ganesh-hub-note p {
    margin-bottom: 0;
    color: var(--ganesh-copy);
    line-height: 1.74;
}

.ganesh-hub-categories__grid,
.ganesh-hub-festivals__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ganesh-hub-festivals__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ganesh-hub-intro__card,
.ganesh-hub-categories__card,
.ganesh-hub-festivals__card,
.ganesh-hub-note {
    padding: 24px 24px 22px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.ganesh-hub__toolbar-note {
    white-space: normal;
    text-align: left;
}

.ganesh-hub__directory-header {
    position: relative;
    margin-bottom: 16px;
}

.ganesh-hub__directory-header::after {
    content: "";
    display: block;
    width: 74px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(185, 113, 46, 0.12), rgba(185, 113, 46, 0.95), rgba(228, 187, 108, 0.8));
}

.ganesh-hub__directory-controls {
    margin-bottom: 16px;
    padding: 16px 18px 14px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--temple-shadow-soft);
}

.ganesh-hub__directory-controls .temple-directory__search {
    margin-bottom: 12px;
}

.ganesh-hub__directory-controls .temple-directory__search i {
    left: 18px;
}

.ganesh-hub__directory-controls .temple-directory__search-input {
    min-height: 52px;
    padding: 14px 18px 14px 50px;
    border-radius: 18px;
    font-size: 0.96rem;
}

.ganesh-hub__dataset-banner {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border-radius: 18px;
    white-space: normal;
    box-shadow: none;
}

.ganesh-hub__directory-footnote {
    margin: 10px 0 18px;
}

.ganesh-hub__controls {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(132px, 156px);
    gap: 12px;
    margin-bottom: 0;
    align-items: end;
}

.ganesh-hub__control-group {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.ganesh-hub__control-group label {
    color: #4e392b;
    font-family: "Roboto", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ganesh-hub__select {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(120, 82, 32, 0.18);
    border-radius: 16px;
    background: #fff;
    color: #2f2419;
    font-family: "Roboto", sans-serif;
    font-size: 0.94rem;
    font-weight: 500;
    box-shadow: var(--temple-shadow-soft);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ganesh-hub__select:focus {
    border-color: rgba(183, 117, 43, 0.65);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(183, 117, 43, 0.12);
}

.ganesh-hub__reset.default-btn,
.ganesh-hub__load-more.default-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-radius: 999px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.ganesh-hub__reset.default-btn,
.ganesh-hub__load-more.default-btn {
    border-color: var(--ganesh-saffron);
    background: linear-gradient(135deg, var(--ganesh-saffron) 0%, var(--ganesh-saffron-deep) 100%);
    box-shadow: 0 16px 32px rgba(151, 81, 28, 0.22);
    color: #fffaf2;
}

.ganesh-hub__reset.default-btn {
    align-self: end;
    min-height: 52px;
    padding-inline: 18px;
}

.ganesh-hub__load-more.default-btn {
    min-width: 250px;
    min-height: 58px;
}

.ganesh-hub__reset.default-btn::after,
.ganesh-hub__load-more.default-btn::after {
    content: "";
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: -38%;
    width: 26%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 244, 212, 0.72), rgba(255, 255, 255, 0));
    opacity: 0.78;
    transform: skewX(-22deg) translateX(0);
    transition: transform 0.65s ease, opacity 0.28s ease;
    z-index: 0;
}

.ganesh-hub__reset.default-btn span,
.ganesh-hub__load-more.default-btn span {
    position: relative;
    z-index: 1;
}

.ganesh-hub__results-wrap {
    margin-top: 12px;
    min-width: 0;
}

.ganesh-hub__results,
.ganesh-hub__loading {
    color: var(--ganesh-copy);
    font-family: "Roboto", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
}

.ganesh-hub__loading {
    margin: 10px 0 0;
    color: #7a4c1b;
}

.ganesh-hub__listing {
    margin-bottom: 18px;
}

.ganesh-hub__listing .row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

.ganesh-hub-card {
    width: 100%;
    height: 100%;
    min-width: 0;
}

.ganesh-hub-card .event__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-width: 0;
}

.ganesh-hub-card__thumb-link {
    display: block;
}

.ganesh-hub-card__thumb-link--inactive {
    cursor: default;
}

.ganesh-hub-card .event__thumb img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.ganesh-hub-card .temple-directory__type {
    max-width: calc(100% - 32px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ganesh-hub-card .event__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.ganesh-hub-card .event__content > * {
    min-width: 0;
}

.ganesh-hub-card .event__content > a,
.ganesh-hub-card .event__content > a:hover {
    text-decoration: none;
}

.ganesh-hub-card .temple-directory__location {
    min-width: 0;
}

.ganesh-hub-card .temple-directory__location span {
    max-width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ganesh-hub-card .event__content > a h5,
.ganesh-hub-card .event__content > h5 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.ganesh-hub-card .event__metapost-info {
    display: grid;
    gap: 8px;
    margin-bottom: 0;
}

.ganesh-hub-card .event__metapost-info li {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ganesh-hub-card__brief,
.ganesh-hub-card__timing {
    margin-bottom: 0;
}

.ganesh-hub-card__brief {
    color: #433223;
    font-family: "Roboto", sans-serif;
    font-size: 0.93rem;
    font-weight: 500;
    line-height: 1.6;
    overflow-wrap: anywhere;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: calc(1.6em * 2);
}

.ganesh-hub-card__timing {
    color: #4d392a;
    font-family: "Roboto", sans-serif;
    font-size: 0.98rem;
    line-height: 1.8;
    overflow-wrap: anywhere;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    min-height: calc(1.8em * 2);
}

.ganesh-hub-card__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.ganesh-hub-card .temple-directory__action.default-btn {
    width: 100%;
    margin-top: auto;
}

.ganesh-hub-card .ganesh-hub-card__map-action.default-btn {
    border-color: rgba(164, 104, 31, 0.24);
    background: linear-gradient(180deg, #fff8ee 0%, #fff2dc 100%);
    box-shadow: 0 12px 24px rgba(84, 55, 20, 0.08);
}

.ganesh-hub-card .ganesh-hub-card__map-action.default-btn span {
    color: #8d571f;
}

.ganesh-hub__load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 26px;
}

.ganesh-hub__empty {
    margin-top: 0;
}

.ganesh-hub-note {
    margin-top: 34px;
    padding: 30px 32px;
    text-align: center;
}

body.ganesh-temples-hub-page .temple-footer {
    position: relative;
    overflow: hidden;
}

body.ganesh-temples-hub-page .temple-footer .footer__top,
body.ganesh-temples-hub-page .temple-footer .footer__bottom {
    position: relative;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.ganesh-temples-hub-page .temple-footer .footer__top::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 193, 7, 0.24) 50%, transparent 100%);
}

body.ganesh-temples-hub-page .temple-footer__top {
    padding: clamp(68px, 7vw, 88px) 0 clamp(48px, 5vw, 60px);
    background: linear-gradient(180deg, rgba(28, 20, 11, 0.95), rgba(17, 12, 7, 0.98));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

body.ganesh-temples-hub-page .temple-footer__bottom {
    padding: 22px 0 26px;
    background: rgba(14, 10, 6, 0.98);
}

body.ganesh-temples-hub-page .temple-footer__grid {
    row-gap: 34px;
}

body.ganesh-temples-hub-page .temple-footer__column {
    height: 100%;
    min-height: 100%;
    min-width: 0;
}

body.ganesh-temples-hub-page .temple-footer__column--brand {
    max-width: 24rem;
}

body.ganesh-temples-hub-page .temple-footer__logo,
body.ganesh-temples-hub-page .temple-footer__bottom-logo {
    display: inline-flex;
    margin: 0 0 18px;
    color: #fff7ea;
}

body.ganesh-temples-hub-page .temple-footer__logo > span,
body.ganesh-temples-hub-page .temple-footer__bottom-logo > span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0;
    line-height: 1;
}

body.ganesh-temples-hub-page .temple-footer__logo > span::before,
body.ganesh-temples-hub-page .temple-footer__bottom-logo > span::before {
    content: "Divine Temple Guide";
    color: #fff7ea;
    font-family: "Roboto", sans-serif;
    font-size: 1.04rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

body.ganesh-temples-hub-page .temple-footer__logo .temple-logo__sub,
body.ganesh-temples-hub-page .temple-footer__bottom-logo .temple-logo__sub {
    color: rgba(255, 244, 229, 0.66);
}

body.ganesh-temples-hub-page .temple-footer__brand-line,
body.ganesh-temples-hub-page .temple-footer__trust-line,
body.ganesh-temples-hub-page .temple-footer__bottom-note,
body.ganesh-temples-hub-page .temple-footer__bottom-copy {
    margin: 0;
    color: rgba(255, 244, 229, 0.78);
    font-family: "Roboto", sans-serif;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

body.ganesh-temples-hub-page .temple-footer__brand-line {
    max-width: 27ch;
    font-size: 1rem;
    font-weight: 500;
}

body.ganesh-temples-hub-page .temple-footer__trust-line {
    max-width: 29ch;
    margin-top: 12px;
    font-size: 0.96rem;
}

body.ganesh-temples-hub-page .temple-footer__badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

body.ganesh-temples-hub-page .temple-footer__badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 193, 7, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff4de;
    font-family: "Roboto", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    white-space: nowrap;
}

body.ganesh-temples-hub-page .temple-footer__heading {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 14px;
    color: #fff9ef;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.ganesh-temples-hub-page .temple-footer__heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #c28a46 0%, #f0c36b 100%);
}

body.ganesh-temples-hub-page .temple-footer__nav-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.ganesh-temples-hub-page .temple-footer__nav-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 244, 229, 0.82);
    font-family: "Roboto", sans-serif;
    font-size: 0.98rem;
    line-height: 1.55;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

body.ganesh-temples-hub-page .temple-footer__nav-list a::before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: rgba(240, 195, 107, 0.8);
    box-shadow: 0 0 0 4px rgba(240, 195, 107, 0.08);
}

body.ganesh-temples-hub-page .temple-footer__nav-list a:hover,
body.ganesh-temples-hub-page .temple-footer__nav-list a:focus-visible {
    color: #ffffff;
    transform: translateX(3px);
}

body.ganesh-temples-hub-page .temple-footer__bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
    flex-wrap: wrap;
}

body.ganesh-temples-hub-page .temple-footer__bottom-logo {
    margin: 0;
    flex: 0 0 auto;
    font-size: 1.02rem;
}

body.ganesh-temples-hub-page .temple-footer__bottom-note {
    flex: 1 1 320px;
    max-width: 38rem;
    font-size: 0.94rem;
}

body.ganesh-temples-hub-page .temple-footer__bottom-copy {
    flex: 0 1 auto;
    margin-left: auto;
    font-size: 0.92rem;
    text-align: right;
}

body.ganesh-temples-hub-page .temple-footer__bottom-copy a {
    color: #fff9ef;
    text-decoration: none;
}

body.ganesh-temples-hub-page .temple-footer__bottom-copy a:hover,
body.ganesh-temples-hub-page .temple-footer__bottom-copy a:focus-visible {
    color: #ffffff;
}

body.ganesh-temples-hub-page .scrollToTop {
    right: 24px;
    bottom: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
}

@media (hover: hover) and (pointer: fine) {
    .ganesh-hub__reset.default-btn:hover,
    .ganesh-hub__reset.default-btn:focus-visible,
    .ganesh-hub__load-more.default-btn:hover,
    .ganesh-hub__load-more.default-btn:focus-visible {
        transform: translate3d(0, -2px, 0);
    }

    .ganesh-hub__reset.default-btn:hover,
    .ganesh-hub__reset.default-btn:focus-visible,
    .ganesh-hub__load-more.default-btn:hover,
    .ganesh-hub__load-more.default-btn:focus-visible {
        background: linear-gradient(135deg, #a56224 0%, #7b4317 100%);
        border-color: #7b4317;
        box-shadow: 0 20px 38px rgba(140, 82, 24, 0.24);
    }

    .ganesh-hub__reset.default-btn:hover::after,
    .ganesh-hub__reset.default-btn:focus-visible::after,
    .ganesh-hub__load-more.default-btn:hover::after,
    .ganesh-hub__load-more.default-btn:focus-visible::after {
        transform: skewX(-22deg) translateX(300%);
    }
}

@media (max-width: 1199px) {
    body.ganesh-temples-hub-page .header .header__bottom,
    body.ganesh-temples-hub-page .header__bottom,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.animated,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.fadeInDown,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        min-height: 82px;
        height: auto;
        background-position: center bottom !important;
    }

    body.ganesh-temples-hub-page .header .header__mainmenu {
        padding: 10px 0;
    }

    body.ganesh-temples-hub-page .header .header__logo .temple-logo img {
        max-height: 46px;
    }

    .ganesh-hub-intro {
        grid-template-columns: 1fr;
    }

    .ganesh-hub-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ganesh-hub-festivals__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .ganesh-hub__reset.default-btn {
        min-width: 0;
    }

    .ganesh-hub-intro__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.ganesh-temples-hub-page .temple-footer__grid {
        row-gap: 30px;
    }

    body.ganesh-temples-hub-page .temple-footer__grid > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    body.ganesh-temples-hub-page .temple-footer__column--brand {
        max-width: none;
    }

    body.ganesh-temples-hub-page .temple-footer__top {
        padding: 64px 0 46px;
    }
}

@media (max-width: 991px) {
    .ganesh-hub-hero__inner {
        padding: 28px 24px;
    }

    .ganesh-hub-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ganesh-hub__reset.default-btn {
        justify-self: stretch;
    }

    .ganesh-hub__directory-controls {
        padding: 16px 18px 14px;
    }

    .ganesh-hub-intro__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ganesh-temples-hub-page .temple-footer__grid {
        row-gap: 28px;
    }

    body.ganesh-temples-hub-page .temple-footer__bottom-copy {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    body.ganesh-temples-hub-page {
        --ganesh-header-scroll-offset: 116px;
    }

    body.ganesh-temples-hub-page .header,
    body.ganesh-temples-hub-page .header.header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        min-height: 84px;
        height: auto;
    }

    body.ganesh-temples-hub-page .header .header__bottom,
    body.ganesh-temples-hub-page .header__bottom,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.animated,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.fadeInDown,
    body.ganesh-temples-hub-page .header__bottom.header__bottom-fiexd.animated.fadeInDown {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        min-height: 84px;
        height: auto;
        background-position: center center !important;
    }

    body.ganesh-temples-hub-page .header .header__mainmenu {
        padding: 8px 0;
        gap: 10px;
    }

    body.ganesh-temples-hub-page .header .header__logo .temple-logo img {
        max-height: 42px;
    }

    body.ganesh-temples-hub-page .header .navbar-toggler {
        width: 42px;
        height: 42px;
    }

    body.ganesh-temples-hub-page .header .header__menu .navbar-collapse {
        max-height: calc(100vh - 112px);
        overflow-y: auto;
    }

    body.ganesh-temples-hub-page .pageheader.temples-pageheader {
        margin-top: 100px !important;
    }

    .ganesh-hub-hero {
        padding-top: 28px;
    }

    .ganesh-hub-hero__inner {
        padding: 22px 16px;
        border-radius: 24px;
    }

    .ganesh-hub-hero__content {
        text-align: left;
    }

    .ganesh-hub-hero__content p {
        margin-left: 0;
        margin-right: 0;
    }

    .ganesh-hub-hero__stats {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ganesh-hub-hero__stat-card {
        min-height: 0;
        padding: 18px 18px 16px;
    }

    .ganesh-hub-hero__chips {
        gap: 8px;
        justify-content: flex-start;
        margin-left: 0;
        margin-right: 0;
    }

    .ganesh-hub-hero__chips span {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .ganesh-hub-intro__card,
    .ganesh-hub-categories__card,
    .ganesh-hub-festivals__card,
    .ganesh-hub-intro__copy,
    .ganesh-hub-note {
        padding: 24px 20px;
    }

    .ganesh-hub-categories__grid,
    .ganesh-hub-festivals__grid,
    .ganesh-hub-intro__cards,
    .ganesh-hub__controls {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ganesh-hub__directory-header {
        margin-bottom: 16px;
    }

    .ganesh-hub__directory-controls {
        margin-bottom: 16px;
        padding: 16px 16px 14px;
        border-radius: 20px;
    }

    .ganesh-hub__listing .section__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .ganesh-hub-card .temple-directory__type {
        max-width: calc(100% - 28px);
        font-size: 0.72rem;
    }

    .ganesh-hub-card .temple-directory__location span {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    .ganesh-hub-card .event__content > a h5,
    .ganesh-hub-card .event__content > h5 {
        font-size: 1.3rem;
        line-height: 1.24;
        min-height: calc(1.24em * 2);
    }

    .ganesh-hub-card .event__metapost-info li,
    .ganesh-hub-card .temple-directory__location span {
        font-size: 0.9rem;
        line-height: 1.58;
    }

    .ganesh-hub-card .event__metapost-info li {
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
    }

    .ganesh-hub-card__brief,
    .ganesh-hub-card__timing {
        font-size: 0.96rem;
    }

    .ganesh-hub-card__brief {
        min-height: calc(1.58em * 2);
    }

    .ganesh-hub-card__timing {
        min-height: 0;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .ganesh-hub-card .temple-directory__action.default-btn,
    .ganesh-hub__load-more.default-btn {
        width: 100%;
        min-width: 0;
    }

    .ganesh-hub-card__actions {
        grid-template-columns: 1fr;
    }

    .ganesh-hub__dataset-banner {
        border-radius: 18px;
    }

    .ganesh-hub__directory-footnote {
        margin-bottom: 30px;
    }

    .ganesh-hub-note {
        text-align: left;
    }

    body.ganesh-temples-hub-page .temple-footer__grid > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.ganesh-temples-hub-page .temple-footer__logo,
    body.ganesh-temples-hub-page .temple-footer__bottom-logo {
        width: 100%;
        max-width: min(220px, 100%);
        margin: 0 0 16px;
        gap: 10px;
        overflow: hidden;
    }

    body.ganesh-temples-hub-page .temple-footer__logo.temple-logo,
    body.ganesh-temples-hub-page .temple-footer__bottom-logo.temple-logo {
        font-size: clamp(1.52rem, 6vw, 1.76rem);
        line-height: 1;
    }

    body.ganesh-temples-hub-page .temple-footer__logo img,
    body.ganesh-temples-hub-page .temple-footer__bottom-logo img {
        width: 48px;
        max-width: 48px;
        flex: 0 0 48px;
        height: auto;
        object-fit: contain;
    }

    body.ganesh-temples-hub-page .temple-footer__logo .temple-logo__sub,
    body.ganesh-temples-hub-page .temple-footer__bottom-logo .temple-logo__sub {
        margin-top: 4px;
        font-size: 0.58rem;
        letter-spacing: 0.16em;
    }

    body.ganesh-temples-hub-page .temple-footer__logo > span::before,
    body.ganesh-temples-hub-page .temple-footer__bottom-logo > span::before {
        font-size: 0.98rem;
    }

    body.ganesh-temples-hub-page .temple-footer__brand-line,
    body.ganesh-temples-hub-page .temple-footer__trust-line,
    body.ganesh-temples-hub-page .temple-footer__bottom-note,
    body.ganesh-temples-hub-page .temple-footer__bottom-copy {
        max-width: none;
        font-size: 14px;
        line-height: 1.6;
    }

    body.ganesh-temples-hub-page .temple-footer__top {
        padding: 50px 0 34px;
    }

    body.ganesh-temples-hub-page .temple-footer__bottom {
        padding: 18px 0 calc(72px + env(safe-area-inset-bottom));
    }

    body.ganesh-temples-hub-page .temple-footer__nav-list a {
        width: 100%;
        padding: 5px 0;
    }

    body.ganesh-temples-hub-page .temple-footer__bottom-bar {
        align-items: flex-start;
        gap: 14px 18px;
    }

    body.ganesh-temples-hub-page .temple-footer__bottom-note,
    body.ganesh-temples-hub-page .temple-footer__bottom-copy {
        flex-basis: 100%;
        max-width: none;
    }

    body.ganesh-temples-hub-page .scrollToTop {
        right: 18px;
        bottom: 18px;
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}

@media (min-width: 1200px) {
    body.ganesh-temples-hub-page .header .header__mainmenu,
    body.ganesh-temples-hub-page .header .header__mainmenu.navbar.navbar-expand-xl.navbar-light {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        justify-content: stretch;
        column-gap: clamp(36px, 3.6vw, 44px);
        row-gap: 0;
        width: 100%;
        min-height: 0;
        padding: 18px 0;
    }

    body.ganesh-temples-hub-page .header .header__split-nav {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: 0;
    }

    body.ganesh-temples-hub-page .header .header__split-nav--left {
        justify-self: stretch;
        justify-content: flex-end;
    }

    body.ganesh-temples-hub-page .header .header__split-nav--right {
        justify-self: stretch;
        justify-content: flex-start;
    }

    body.ganesh-temples-hub-page .header .header__split-nav .header__split-list {
        gap: clamp(22px, 2vw, 28px);
        width: auto;
        min-width: 0;
    }

    body.ganesh-temples-hub-page .header .header__split-nav--left .header__split-list {
        justify-content: flex-end;
    }

    body.ganesh-temples-hub-page .header .header__split-nav--right .header__split-list {
        justify-content: flex-start;
    }

    body.ganesh-temples-hub-page .header .header__logo {
        justify-self: center;
        align-self: center;
    }

    body.ganesh-temples-hub-page .header .header__logo > a.d-none.d-xl-inline-flex.temple-logo {
        display: inline-flex;
    }

    body.ganesh-temples-hub-page .header .header__logo > a.d-xl-none.temple-logo {
        display: none;
    }

    body.ganesh-temples-hub-page .header .header__logo .temple-logo img {
        max-height: 54px;
    }

    body.ganesh-temples-hub-page .header .header__bar,
    body.ganesh-temples-hub-page .header .header__menu {
        display: none;
    }
}

/* Ganesh hub typography and button alignment */
body.ganesh-temples-hub-page .pageheader__left h3,
body.ganesh-temples-hub-page .ganesh-hub-hero__content h1,
body.ganesh-temples-hub-page .ganesh-hub__directory-header h2,
body.ganesh-temples-hub-page .ganesh-hub-intro__copy h2,
body.ganesh-temples-hub-page .ganesh-hub-categories .section__header h2,
body.ganesh-temples-hub-page .ganesh-hub-festivals .section__header h2,
body.ganesh-temples-hub-page .ganesh-hub-note h2,
body.ganesh-temples-hub-page .ganesh-hub-card .event__content > a h5,
body.ganesh-temples-hub-page .ganesh-hub-card .event__content > h5 {
    font-family: var(--temple-font-heading);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
}

body.ganesh-temples-hub-page .pageheader__right,
body.ganesh-temples-hub-page .pageheader__right .breadcrumb,
body.ganesh-temples-hub-page .pageheader__right .breadcrumb-item,
body.ganesh-temples-hub-page .ganesh-hub-hero__eyebrow,
body.ganesh-temples-hub-page .ganesh-hub-section-label,
body.ganesh-temples-hub-page .ganesh-hub-hero__content p,
body.ganesh-temples-hub-page .ganesh-hub-hero__stat-label,
body.ganesh-temples-hub-page .ganesh-hub-hero__stat-copy,
body.ganesh-temples-hub-page .ganesh-hub-hero__chips span,
body.ganesh-temples-hub-page .ganesh-hub__dataset-banner,
body.ganesh-temples-hub-page .ganesh-hub__directory-header p,
body.ganesh-temples-hub-page .ganesh-hub__directory-controls .temple-directory__search-input,
body.ganesh-temples-hub-page .ganesh-hub__directory-controls .temple-directory__search-input::placeholder,
body.ganesh-temples-hub-page .ganesh-hub__control-group label,
body.ganesh-temples-hub-page .ganesh-hub__select,
body.ganesh-temples-hub-page .ganesh-hub__results,
body.ganesh-temples-hub-page .ganesh-hub__loading,
body.ganesh-temples-hub-page .ganesh-hub-card .temple-directory__location span,
body.ganesh-temples-hub-page .ganesh-hub-card .event__metapost-info li,
body.ganesh-temples-hub-page .ganesh-hub-card__brief,
body.ganesh-temples-hub-page .ganesh-hub-card__timing,
body.ganesh-temples-hub-page .ganesh-hub-intro__copy p,
body.ganesh-temples-hub-page .ganesh-hub-intro__card p,
body.ganesh-temples-hub-page .ganesh-hub-categories__card p,
body.ganesh-temples-hub-page .ganesh-hub-festivals__card p,
body.ganesh-temples-hub-page .ganesh-hub-note p,
body.ganesh-temples-hub-page .default-btn,
body.ganesh-temples-hub-page .default-btn span,
body.ganesh-temples-hub-page .temple-footer__logo > span::before,
body.ganesh-temples-hub-page .temple-footer__brand-line,
body.ganesh-temples-hub-page .temple-footer__trust-line,
body.ganesh-temples-hub-page .temple-footer__bottom-note,
body.ganesh-temples-hub-page .temple-footer__bottom-copy,
body.ganesh-temples-hub-page .temple-footer__badge,
body.ganesh-temples-hub-page .temple-footer__heading,
body.ganesh-temples-hub-page .temple-footer__nav-list a {
    font-family: var(--temple-font-ui);
}

body.ganesh-temples-hub-page .ganesh-hub-hero__stat-card strong {
    font-family: var(--temple-font-heading);
}

body.ganesh-temples-hub-page .ganesh-hub-intro__card h3,
body.ganesh-temples-hub-page .ganesh-hub-categories__card h3,
body.ganesh-temples-hub-page .ganesh-hub-festivals__card h3 {
    font-family: var(--temple-font-ui);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
}

body.ganesh-temples-hub-page .ganesh-hub__directory-controls .temple-directory__search-input,
body.ganesh-temples-hub-page .ganesh-hub__select {
    min-height: 62px;
    padding: 16px 18px;
    border-radius: 22px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

body.ganesh-temples-hub-page .ganesh-hub__directory-controls .temple-directory__search-input {
    padding-left: 54px;
}

body.ganesh-temples-hub-page .ganesh-hub__control-group {
    gap: 8px;
}

body.ganesh-temples-hub-page .ganesh-hub__control-group label {
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

body.ganesh-temples-hub-page .ganesh-hub-card .temple-directory__action.default-btn,
body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn,
body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn {
    font-family: var(--temple-font-ui);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 999px;
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn,
body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn {
    min-height: 62px;
    padding-inline: 22px;
    border-color: #b8752b;
    background: #b8752b;
    box-shadow: 0 12px 28px rgba(173, 106, 32, 0.22);
    color: #fff;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, filter 0.28s ease;
}

body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn {
    min-width: 250px;
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn::after,
body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn::after {
    content: "";
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: -38%;
    width: 26%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 244, 212, 0.72), rgba(255, 255, 255, 0));
    opacity: 0.78;
    transform: skewX(-22deg) translateX(0);
    transition: transform 0.65s ease, opacity 0.28s ease;
    z-index: 0;
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn span,
body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

body.ganesh-temples-hub-page .ganesh-hub-card .ganesh-hub-card__map-action.default-btn {
    min-height: 44px;
    padding-inline: 18px;
    font-family: var(--temple-font-ui);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    border-radius: 999px;
}

body.ganesh-temples-hub-page .ganesh-hub-card .ganesh-hub-card__map-action.default-btn span {
    font-weight: 700;
    letter-spacing: 0.02em;
}

@media (hover: hover) and (pointer: fine) {
    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:hover,
    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:focus-visible,
    body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn:hover,
    body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn:focus-visible {
        transform: translate3d(3px, 0, 0);
        background: #9b5f1f;
        border-color: #9b5f1f;
        box-shadow: 0 18px 34px rgba(173, 106, 32, 0.22), 0 0 0 1px rgba(244, 217, 172, 0.16), 0 0 18px rgba(173, 106, 32, 0.14);
        filter: saturate(1.01) brightness(0.99);
    }

    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:hover::after,
    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:focus-visible::after,
    body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn:hover::after,
    body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn:focus-visible::after {
        transform: skewX(-22deg) translateX(300%);
    }
}

@media (max-width: 767px) {
    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn,
    body.ganesh-temples-hub-page .ganesh-hub__load-more.default-btn {
        width: 100%;
    }
}

body.ganesh-temples-hub-page {
    --nbt-main-header-height: 130px;
    --ganesh-identity-height: 60px;
    overflow-x: clip;
}

html body.ganesh-temples-hub-page.approved-temple-header .header.header,
html body.ganesh-temples-hub-page.approved-temple-header .header {
    position: relative !important;
    top: auto !important;
    z-index: 99999 !important;
    min-height: var(--nbt-main-header-height) !important;
    height: auto !important;
    overflow: visible !important;
    isolation: isolate !important;
}

html body.ganesh-temples-hub-page.approved-temple-header .header__bottom,
html body.ganesh-temples-hub-page.approved-temple-header .header__bottom.header__bottom-fiexd,
html body.ganesh-temples-hub-page.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-sticky,
html body.ganesh-temples-hub-page.approved-temple-header .header__bottom.header__bottom-fiexd.site-header-enter,
html body.ganesh-temples-hub-page.approved-temple-header .header__bottom.header__bottom-fiexd.animated,
html body.ganesh-temples-hub-page.approved-temple-header .header__bottom.header__bottom-fiexd.fadeInDown,
html body.ganesh-temples-hub-page.approved-temple-header .header__bottom.header__bottom-fiexd.animated.fadeInDown {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 99999 !important;
}

body.ganesh-temples-hub-page .ganesh-hub__hero-banner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100%;
    z-index: 1;
    margin-top: 0 !important;
    margin-bottom: 0;
    box-shadow: none;
    border-bottom: 0;
}

body.ganesh-temples-hub-page .ganesh-page-identity {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ganesh-temples-hub-page .ganesh-page-identity__bar {
    position: relative;
    top: auto;
    z-index: 920;
    min-height: 0 !important;
    margin: 0;
    padding: 0;
    background: rgba(255, 250, 241, 0.98);
    border-top: 1px solid rgba(197, 122, 44, 0.12);
    border-bottom: 1px solid rgba(197, 122, 44, 0.2);
    box-shadow: 0 8px 18px rgba(68, 34, 12, 0.08);
    backdrop-filter: blur(8px);
}

body.ganesh-temples-hub-page .ganesh-page-identity__bar > .container {
    min-height: 0 !important;
}

body.ganesh-temples-hub-page .ganesh-page-identity__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 0;
    padding: 10px 0;
}

body.ganesh-temples-hub-page .ganesh-page-identity__content {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    gap: 4px 10px;
    min-width: 0;
}

body.ganesh-temples-hub-page .ganesh-page-identity__content h6 {
    margin: 0;
    color: #2d2118;
    font-family: var(--temple-font-heading);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

body.ganesh-temples-hub-page .ganesh-page-identity__content p {
    margin: 0;
    color: #6c4b2a;
    font-family: var(--temple-font-ui);
    font-size: 0.84rem;
    line-height: 1.35;
    white-space: nowrap;
}

body.ganesh-temples-hub-page .ganesh-page-identity__content p strong {
    color: #7a4c1b;
    font-weight: 700;
}

body.ganesh-temples-hub-page .ganesh-page-identity__crumbs {
    flex: 0 0 auto;
    min-width: 0;
    margin-left: auto;
}

body.ganesh-temples-hub-page .ganesh-page-identity .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-bottom: 0;
    white-space: nowrap;
}

body.ganesh-temples-hub-page .ganesh-page-identity .breadcrumb-item,
body.ganesh-temples-hub-page .ganesh-page-identity .breadcrumb-item a,
body.ganesh-temples-hub-page .ganesh-page-identity .breadcrumb-item + .breadcrumb-item::before {
    color: #5a4028;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
}

body.ganesh-temples-hub-page .ganesh-page-identity .breadcrumb-item.active {
    color: #2d2118;
}

body.ganesh-temples-hub-page .ganesh-page-identity.is-sticky-active .ganesh-page-identity__bar {
    position: fixed;
    top: var(--nbt-main-header-height);
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 12px 24px rgba(68, 34, 12, 0.12);
}

body.ganesh-temples-hub-page .ganesh-page-identity.is-sticky-active {
    padding-bottom: var(--ganesh-identity-height) !important;
}

body.ganesh-temples-hub-page .temple-directory-page,
body.ganesh-temples-hub-page .temple-directory__listing,
body.ganesh-temples-hub-page .temple-directory__listing .section__wrapper,
body.ganesh-temples-hub-page .temple-directory__listing .row {
    overflow-x: clip;
}

body.ganesh-temples-hub-page .temple-directory-page {
    padding-top: clamp(28px, 3vw, 40px) !important;
    scroll-padding-top: calc(var(--nbt-main-header-height) + var(--ganesh-identity-height) + 24px);
}

body.ganesh-temples-hub-page .ganesh-hub__directory-header {
    margin-bottom: 18px;
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar {
    margin-bottom: 18px;
    padding: 20px 22px 22px;
    border: 1px solid var(--temple-border);
    border-radius: 24px;
    background: #fffdf8;
    box-shadow: var(--temple-shadow-soft);
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-copy span {
    display: inline-block;
    margin-bottom: 6px;
    color: #7a4c1b;
    font-family: var(--temple-font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-copy h6 {
    margin: 0 0 4px;
    color: #2d2118;
    font-family: var(--temple-font-heading);
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.3;
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-copy p {
    margin: 0;
    color: #6c4b2a;
    font-family: var(--temple-font-ui);
    font-size: 0.92rem;
    line-height: 1.5;
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5a4028;
    font-family: var(--temple-font-ui);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-status i {
    color: #b8752b;
}

body.ganesh-temples-hub-page .ganesh-hub__controls {
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) repeat(3, minmax(0, 1fr)) auto;
    gap: 14px;
    align-items: end;
    margin-bottom: 0;
}

body.ganesh-temples-hub-page .ganesh-hub__controls > * {
    min-width: 0;
}

body.ganesh-temples-hub-page .ganesh-hub__search {
    margin-bottom: 0;
}

body.ganesh-temples-hub-page .ganesh-hub__search .temple-directory__search-input,
body.ganesh-temples-hub-page .ganesh-hub__select {
    min-height: 56px;
    border-radius: 18px;
    box-shadow: none;
}

body.ganesh-temples-hub-page .ganesh-hub__search .temple-directory__search-input {
    padding: 14px 18px 14px 50px;
}

body.ganesh-temples-hub-page .ganesh-hub__control-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.ganesh-temples-hub-page .ganesh-hub__control-group label {
    color: #4a3524;
    font-family: var(--temple-font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.ganesh-temples-hub-page .ganesh-hub__select {
    width: 100%;
    padding: 14px 44px 14px 16px;
    border: 1px solid var(--temple-border);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='%237a4c1b' d='M3.1 5.2a.75.75 0 0 1 1.06 0L7 8.04 9.84 5.2a.75.75 0 1 1 1.06 1.06L7.53 9.63a.75.75 0 0 1-1.06 0L3.1 6.26a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
    background-position: right 16px center;
    background-repeat: no-repeat;
    color: #2e2219;
    font-family: var(--temple-font-ui);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5;
    appearance: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.ganesh-temples-hub-page .ganesh-hub__select:focus {
    outline: none;
    border-color: rgba(255, 193, 7, 0.38);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.12);
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    min-height: 56px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    outline: none;
    background: #b8752b;
    box-shadow: 0 12px 28px rgba(173, 106, 32, 0.22);
    color: #fff;
    font-family: var(--temple-font-ui);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn span {
    color: #fff;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:hover,
body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:focus-visible {
    background: #9b5f1f;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(156, 95, 31, 0.24);
}

body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn:focus-visible {
    box-shadow: 0 14px 30px rgba(156, 95, 31, 0.24), 0 0 0 4px rgba(255, 193, 7, 0.16);
}

body.ganesh-temples-hub-page .ganesh-hub__toolbar-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 14px;
}

body.ganesh-temples-hub-page .ganesh-hub__results,
body.ganesh-temples-hub-page .ganesh-hub__loading {
    margin: 0;
    color: #6f4d33;
    font-family: var(--temple-font-ui);
    font-size: 0.96rem;
    font-weight: 600;
}

body.ganesh-temples-hub-page .ganesh-hub__loading[hidden] {
    display: none !important;
}

body.ganesh-temples-hub-page .ganesh-hub__listing .row > [class*="col-"] {
    display: flex;
    min-width: 0;
}

body.ganesh-temples-hub-page .ganesh-hub-card {
    width: 100%;
}

body.ganesh-temples-hub-page .ganesh-hub-card .event__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

body.ganesh-temples-hub-page .ganesh-hub-card .event__thumb img {
    width: 100%;
    min-height: 250px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.ganesh-temples-hub-page .ganesh-hub-card .event__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.ganesh-temples-hub-page .ganesh-hub-card .event__content > a h5,
body.ganesh-temples-hub-page .ganesh-hub-card .event__content > h5 {
    min-height: calc(1.22em * 2);
    margin-bottom: 0;
    font-size: clamp(1.3rem, 1.14rem + 0.3vw, 1.56rem);
    font-family: var(--temple-font-heading);
    font-weight: 600;
}

body.ganesh-temples-hub-page .ganesh-hub-card .event__metapost-info {
    display: grid;
    gap: 8px;
    margin-bottom: 12px;
}

body.ganesh-temples-hub-page .ganesh-hub-card .event__metapost-info li {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.ganesh-temples-hub-page .ganesh-hub-card__brief {
    display: -webkit-box;
    min-height: calc(1.7em * 3);
    margin-bottom: 14px;
    overflow: hidden;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

body.ganesh-temples-hub-page .ganesh-hub-card .temple-directory__action.default-btn {
    width: 100%;
    margin-top: auto;
}

body.ganesh-temples-hub-page .ganesh-hub-card .temple-directory__action.default-btn[disabled] {
    opacity: 0.72;
    pointer-events: none;
}

body.ganesh-temples-hub-page .ganesh-hub__directory-footnote {
    margin: 10px 0 18px;
}

@media (max-width: 991.98px) {
    body.ganesh-temples-hub-page {
        --nbt-main-header-height: 92px;
        --ganesh-identity-height: 56px;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__inner,
    body.ganesh-temples-hub-page .ganesh-hub__toolbar-header {
        align-items: flex-start;
        flex-direction: column;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__content {
        grid-template-columns: 1fr;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__content p,
    body.ganesh-temples-hub-page .ganesh-page-identity .breadcrumb {
        white-space: normal;
    }

    body.ganesh-temples-hub-page .ganesh-hub__controls {
        grid-template-columns: 1fr 1fr;
    }

    body.ganesh-temples-hub-page .ganesh-hub__search {
        grid-column: 1 / -1;
    }

    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    body.ganesh-temples-hub-page {
        --nbt-main-header-height: 92px;
        --ganesh-identity-height: 50px;
    }

    body.ganesh-temples-hub-page .pageheader.temples-pageheader {
        margin-top: 0 !important;
    }

    body.ganesh-temples-hub-page .temple-directory-page {
        padding-top: 28px !important;
        scroll-padding-top: calc(var(--nbt-main-header-height) + var(--ganesh-identity-height) + 20px);
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__inner {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        min-height: 0;
        padding: 6px 0;
        gap: 8px;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__content {
        display: flex;
        flex-wrap: nowrap;
        align-items: baseline;
        gap: 4px 6px;
        min-width: 0;
        width: 100%;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__crumbs {
        display: none;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__content h6 {
        flex: 1 1 auto;
        min-width: 0;
        margin-bottom: 0;
        overflow: hidden;
        font-size: 0.8rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.ganesh-temples-hub-page .ganesh-page-identity__content p {
        flex: 0 0 auto;
        font-size: 0.7rem;
        line-height: 1.25;
        white-space: nowrap;
    }

    body.ganesh-temples-hub-page .ganesh-hub__toolbar {
        padding: 16px;
        border-radius: 20px;
    }

    body.ganesh-temples-hub-page .ganesh-hub__controls {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.ganesh-temples-hub-page .ganesh-hub__search,
    body.ganesh-temples-hub-page .ganesh-hub__control-group,
    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn {
        grid-column: auto;
        width: 100%;
    }

    body.ganesh-temples-hub-page .ganesh-hub__search .temple-directory__search-input,
    body.ganesh-temples-hub-page .ganesh-hub__select,
    body.ganesh-temples-hub-page .ganesh-hub__reset.default-btn {
        min-height: 54px;
    }
}
