:root {
    --saffron: #f97316;
    --saffron-dark: #c2410c;
    --gold: #facc15;
    --kumkum: #9f1239;
    --sindoor: #c81e4a;
    --maroon: #5b1020;
    --green: #166534;
    --green-dark: #063b22;
    --cream: #fff7ed;
    --cream-light: #fffaf0;
    --brown: #6b3f18;
    --text: #2b1908;
    --muted: #7a5c3a;
    --border: rgba(139, 92, 24, 0.18);
    --shadow: 0 28px 80px rgba(91, 16, 32, 0.16);
    --soft-shadow: 0 18px 55px rgba(107, 63, 24, 0.12);
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 8% 3%, rgba(250, 204, 21, 0.20), transparent 30%),
        radial-gradient(circle at 94% 8%, rgba(200, 30, 74, 0.10), transparent 31%),
        linear-gradient(180deg, #fffaf0 0%, #fff7ed 45%, #ffffff 100%);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

img,
video {
    max-width: 100%;
}

.deva {
    font-family: 'Noto Sans Devanagari', sans-serif;
}

.brand-font,
.brand-title strong,
.section-title h2,
.hero-title {
    font-family: 'Cinzel', serif;
}

/* Topbar */

.topbar {
    background: linear-gradient(90deg, #4a0b18 0%, #8a0f2d 45%, #d9480f 100%);
    color: #fff8dc;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 100;
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.topbar i {
    margin-right: 5px;
}

/* Navbar */

.main-navbar {
    background: rgba(255, 250, 240, 0.96);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(217, 119, 6, 0.16);
    box-shadow: 0 18px 55px rgba(91, 16, 32, 0.10);
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 17px 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--maroon) !important;
}

.brand-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 30% 20%, #fff3b0 0%, transparent 24%),
        linear-gradient(135deg, #facc15 0%, #f97316 45%, #9f1239 100%);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 27px;
    box-shadow:
        0 16px 36px rgba(249, 115, 22, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-title {
    display: block;
    line-height: 1.1;
}

.brand-title strong {
    display: block;
    font-size: 27px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--maroon);
    font-weight: 900;
}

.brand-title small {
    display: block;
    color: #7a4d24;
    font-size: 13px;
    font-weight: 900;
    margin-top: 5px;
}

.nav-link {
    position: relative;
    padding: 10px 15px !important;
    border-radius: 999px;
    color: #4b2506 !important;
    font-weight: 900;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    color: #9f1239 !important;
    background: rgba(255, 237, 213, 0.9);
}

.nav-admin-btn {
    padding: 13px 24px;
}

/* Buttons */

.btn-main {
    border: 0;
    color: #fff !important;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 900;
    letter-spacing: 0.1px;
    background: linear-gradient(135deg, #f97316 0%, #dc2626 48%, #9f1239 100%);
    box-shadow:
        0 18px 40px rgba(159, 18, 57, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-main:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 24px 52px rgba(159, 18, 57, 0.34);
}

.btn-light-main {
    background: rgba(255, 255, 255, 0.95);
    color: var(--kumkum) !important;
    border: 1px solid rgba(249, 115, 22, 0.28);
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(107, 63, 24, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-light-main:hover {
    color: var(--saffron-dark) !important;
    transform: translateY(-2px);
}

.btn-wide {
    min-width: 220px;
}

/* Layout */

.site-main {
    display: block;
    position: relative;
    z-index: 2;
    min-height: 70vh;
}

/* Hero */

.page-hero {
    position: relative;
}

.spiritual-hero {
    overflow: hidden;
    min-height: 690px;
    display: flex;
    align-items: center;
    padding: 90px 0 76px;
    background:
        radial-gradient(circle at 12% 18%, rgba(250, 204, 21, 0.30), transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(159, 18, 57, 0.16), transparent 28%),
        radial-gradient(circle at 82% 88%, rgba(22, 101, 52, 0.10), transparent 26%),
        linear-gradient(135deg, #fff7ed 0%, #fffaf0 48%, #ffedd5 100%);
}

.spiritual-hero::before {
    content: "ॐ";
    position: absolute;
    right: 8%;
    top: 8%;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 190px;
    font-weight: 900;
    color: rgba(159, 18, 57, 0.055);
    line-height: 1;
    pointer-events: none;
}

.spiritual-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 110px;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.82));
    pointer-events: none;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(4px);
    opacity: 0.7;
    pointer-events: none;
}

.hero-orb-one {
    width: 230px;
    height: 230px;
    left: -70px;
    top: 150px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.28), transparent 68%);
}

.hero-orb-two {
    width: 290px;
    height: 290px;
    right: -80px;
    bottom: 80px;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.18), transparent 70%);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #c2410c;
    border: 1px solid rgba(249, 115, 22, 0.24);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.8px;
    box-shadow: 0 12px 30px rgba(107, 63, 24, 0.08);
}

.hero-title {
    margin-top: 22px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.03;
    font-weight: 900;
    color: var(--maroon);
    letter-spacing: -1.8px;
}

.hero-title span {
    color: var(--sindoor);
    position: relative;
}

.hero-title span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 12px;
    background: rgba(250, 204, 21, 0.36);
    z-index: -1;
    border-radius: 999px;
}

.hero-text {
    max-width: 720px;
    margin-top: 22px;
    color: #70451f;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.btn-hero,
.btn-hero-light {
    min-height: 54px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-trust-row div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5b3415;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(249, 115, 22, 0.14);
    padding: 9px 13px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 13px;
}

.hero-trust-row i {
    color: var(--green);
}

/* Summary */

.rescue-summary-card {
    position: relative;
    padding: 28px;
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 232, 0.94));
    border: 1px solid rgba(249, 115, 22, 0.20);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.rescue-summary-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -70px;
    background: radial-gradient(circle, rgba(250, 204, 21, 0.35), transparent 70%);
}

.summary-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.summary-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #fff;
    font-size: 27px;
    background: linear-gradient(135deg, #f97316, #9f1239);
    box-shadow: 0 16px 34px rgba(159, 18, 57, 0.26);
}

.summary-card-header h4 {
    margin: 0;
    color: var(--maroon);
    font-weight: 900;
}

.summary-card-header p {
    margin: 4px 0 0;
    color: var(--muted);
    font-weight: 700;
}

.stat-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(107, 63, 24, 0.08);
    height: 100%;
}

.stat-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 12px;
}

.bg-red {
    background: linear-gradient(135deg, #ef4444, #9f1239);
}

.bg-green {
    background: linear-gradient(135deg, #22c55e, #166534);
}

.bg-orange {
    background: linear-gradient(135deg, #fb923c, #ea580c);
}

.bg-gold {
    background: linear-gradient(135deg, #facc15, #f97316);
}

.stat-card h3 {
    margin: 0;
    font-size: 34px;
    font-weight: 900;
    color: var(--kumkum);
}

.stat-card p {
    margin: 5px 0 0;
    color: var(--muted);
    font-weight: 900;
}

.mantra-box {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 237, 213, 0.9), rgba(254, 249, 195, 0.68));
    border: 1px solid rgba(249, 115, 22, 0.20);
}

.mantra-box strong {
    display: block;
    color: var(--kumkum);
    font-size: 20px;
    font-weight: 900;
}

.mantra-box small {
    display: block;
    color: #70451f;
    margin-top: 5px;
    line-height: 1.6;
    font-weight: 700;
}

/* Mission Strip */

.mission-strip {
    position: relative;
    z-index: 3;
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mission-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(249, 115, 22, 0.16);
    box-shadow: 0 18px 50px rgba(107, 63, 24, 0.10);
}

.mission-item i {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    font-size: 22px;
    background: linear-gradient(135deg, #f97316, #9f1239);
}

.mission-item h6 {
    margin: 0;
    color: var(--maroon);
    font-weight: 900;
    font-size: 17px;
}

.mission-item p {
    margin: 6px 0 0;
    color: var(--muted);
    line-height: 1.55;
    font-weight: 600;
}

/* Sections */

.section {
    padding: 84px 0;
    position: relative;
}

.spiritual-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 12% 12%, rgba(250, 204, 21, 0.08), transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(249, 115, 22, 0.07), transparent 24%);
    pointer-events: none;
}

.section > .container {
    position: relative;
    z-index: 2;
}

.section-warm {
    background:
        radial-gradient(circle at 15% 20%, rgba(250, 204, 21, 0.12), transparent 28%),
        linear-gradient(180deg, #fffaf0 0%, #fff7ed 100%);
}

.section-dark {
    background:
        radial-gradient(circle at 15% 20%, rgba(250, 204, 21, 0.10), transparent 28%),
        linear-gradient(135deg, #2b0b12 0%, #521426 55%, #062d1b 100%);
}

.section-title {
    max-width: 820px;
    margin: 0 auto 46px;
    text-align: center;
}

.section-title .mini {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--saffron-dark);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(249, 115, 22, 0.22);
    border-radius: 999px;
    padding: 9px 15px;
    box-shadow: 0 10px 28px rgba(107, 63, 24, 0.07);
}

.section-title h2 {
    font-size: clamp(31px, 3.4vw, 46px);
    font-weight: 900;
    color: var(--maroon);
    letter-spacing: -1.2px;
}

.section-title p {
    font-size: 17px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 600;
}

.light-title .mini {
    background: rgba(255, 255, 255, 0.10);
    color: var(--gold);
    border-color: rgba(250, 204, 21, 0.24);
}

.light-title h2 {
    color: #fff8dc;
}

.light-title p {
    color: rgba(255, 238, 203, 0.82);
}

/* General Cards */

.premium-card {
    border-radius: 30px;
    border: 1px solid rgba(249, 115, 22, 0.16);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--soft-shadow);
    overflow: hidden;
    transition: all 0.28s ease;
    height: 100%;
}

.premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(107, 63, 24, 0.17);
}

.premium-card-body {
    padding: 26px;
}

.case-media {
    height: 260px;
    background: linear-gradient(135deg, #fff3df, #fff7ed);
    overflow: hidden;
}

.case-media img,
.case-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Info Rows */

.info-row {
    display: flex;
    gap: 10px;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.45;
    font-weight: 600;
}

.info-row i {
    color: var(--saffron-dark);
    min-width: 16px;
}

.info-row span {
    word-break: break-word;
}

/* =========================================================
   Compact Gaushala 5 Column Professional Design
========================================================= */

.gm-home-gaushala-section {
    padding: 62px 0;
}

.gm-page-wrapper {
    background:
        radial-gradient(circle at top left, rgba(255, 129, 38, .12), transparent 34%),
        radial-gradient(circle at top right, rgba(128, 0, 38, .09), transparent 34%),
        #fffaf3;
}

.gm-gaushala-hero {
    padding: 64px 0 42px;
    border-bottom: 1px solid rgba(120, 48, 16, .08);
}

.gm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 999px;
    background: #fff3df;
    color: #c23b13;
    border: 1px solid rgba(242, 103, 34, .25);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.gm-gaushala-hero h1 {
    margin-top: 18px;
    font-weight: 900;
    color: var(--maroon);
    letter-spacing: -.8px;
    font-size: clamp(34px, 4vw, 52px);
}

.gm-gaushala-hero p {
    color: #765131;
    font-size: 17px;
    max-width: 760px;
    margin: 14px auto 0;
    line-height: 1.7;
    font-weight: 600;
}

.gm-filter-card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(240, 139, 82, .22);
    border-radius: 24px;
    padding: 20px;
    box-shadow: 0 18px 50px rgba(95, 36, 0, .08);
    margin-bottom: 30px;
}

.gm-filter-card .form-label {
    color: #5b321f;
    font-weight: 900;
    font-size: 14px;
}

.gm-filter-card .form-control {
    min-height: 50px;
    border-radius: 15px;
    border: 1px solid rgba(127, 72, 33, .18);
    box-shadow: none;
    font-weight: 600;
}

.gm-filter-card .form-control:focus {
    border-color: var(--saffron);
    box-shadow: 0 0 0 .2rem rgba(249, 115, 22, .12);
}

.gm-search-btn {
    min-height: 50px;
    border: 0;
    border-radius: 15px;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    box-shadow: 0 14px 30px rgba(185, 17, 59, .20);
}

.gm-reset-btn {
    min-height: 50px;
    border-radius: 15px;
    font-weight: 900;
    background: #fff7eb;
    color: #7b351b;
    border: 1px solid rgba(249, 115, 22, .18);
}

.gm-list-count-title {
    color: var(--maroon);
    font-weight: 900;
}

.gm-list-count-text {
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
}

.gm-search-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff3e4;
    color: #8a3a12;
    border: 1px solid rgba(249, 115, 22, .18);
    font-weight: 900;
    font-size: 13px;
}

/* Card */

.gm-gaushala-card.compact {
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(249, 115, 22, .16);
    box-shadow: 0 14px 38px rgba(107, 63, 24, .10);
    transition: all .25s ease;
}

.gm-gaushala-card.compact:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(107, 63, 24, .16);
}

.gm-gaushala-card.compact .gm-card-media {
    position: relative;
    height: 135px;
    background:
        radial-gradient(circle at 50% 40%, rgba(250, 204, 21, .20), transparent 42%),
        linear-gradient(135deg, #fff0d6, #fff7eb);
    overflow: hidden;
}

.gm-gaushala-card.compact .gm-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gm-gaushala-card.compact .gm-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #b45309;
    font-size: 36px;
}
.gm-gaushala-card.compact .gm-card-body {
    padding: 14px;
}

.gm-gaushala-card.compact .gm-card-top h4 {
    margin: 0;
    color: var(--sindoor);
    font-weight: 900;
    font-size: 16px;
    line-height: 1.25;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gm-gaushala-card.compact .gm-card-top p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 12px;
    display: flex;
    gap: 6px;
    line-height: 1.35;
    font-weight: 700;
}

.gm-gaushala-card.compact .gm-card-top p i {
    color: var(--saffron-dark);
    margin-top: 2px;
    min-width: 13px;
}

.gm-gaushala-card.compact .gm-card-top p span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gm-mini-info {
    display: grid;
    gap: 9px;
    margin-top: 13px;
}

.gm-mini-info > div {
    display: flex;
    align-items: center;
    gap: 9px;
}

.gm-mini-info > div > span {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff3e4;
    color: #c2410c;
    font-size: 14px;
}

.gm-mini-info p {
    margin: 0;
    min-width: 0;
}

.gm-mini-info small {
    display: block;
    color: #9a7352;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.gm-mini-info strong {
    display: block;
    color: #4b2a18;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gm-capacity-box.compact {
    margin-top: 13px;
    padding: 11px;
    border-radius: 15px;
    background: linear-gradient(135deg, #fff8ef, #fff);
    border: 1px solid rgba(249, 115, 22, .14);
}

.gm-capacity-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.gm-capacity-head span {
    color: #7c5c3e;
    font-size: 11px;
    font-weight: 900;
}

.gm-capacity-head strong {
    color: var(--maroon);
    font-size: 12px;
    font-weight: 900;
}

.gm-gaushala-card.compact .gm-progress {
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #f3dfcd;
}

.gm-gaushala-card.compact .gm-progress div {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, #16a34a, #facc15);
}

.gm-service-tags.compact {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.gm-service-tags.compact span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    padding: 5px 8px;
    background: #fff4e6;
    color: #7a391c;
    font-size: 10px;
    font-weight: 900;
    border: 1px solid rgba(249, 115, 22, .13);
}

.gm-working-hours.compact,
.gm-address.compact {
    margin-top: 10px;
    display: flex;
    gap: 7px;
    color: #765131;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
}

.gm-working-hours.compact i,
.gm-address.compact i {
    color: var(--saffron-dark);
    margin-top: 2px;
    min-width: 12px;
}

.gm-address.compact span,
.gm-working-hours.compact span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gm-address.compact span {
    -webkit-line-clamp: 2;
}

.gm-working-hours.compact span {
    -webkit-line-clamp: 1;
}

.gm-gaushala-card.compact .gm-card-actions {
    margin-top: 13px;
}

.gm-gaushala-card.compact .gm-call-btn {
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    box-shadow: 0 13px 28px rgba(159, 18, 57, .18);
    transition: all .22s ease;
}

.gm-gaushala-card.compact .gm-call-btn:hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.gm-gaushala-card.compact .gm-call-btn.disabled {
    opacity: .55;
    cursor: not-allowed;
}

.gm-empty-box {
    border-radius: 26px;
    padding: 45px 20px;
    text-align: center;
    background: #fff;
    border: 1px dashed rgba(249, 115, 22, .35);
    color: #7c5c3e;
}

.gm-pagination {
    margin-top: 35px;
}

/* 5 card row support */
@media (min-width: 1200px) {
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1199px) {
    .gm-gaushala-card.compact .gm-card-media {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .gm-home-gaushala-section {
        padding: 48px 0;
    }

    .gm-gaushala-hero {
        padding: 44px 0 30px;
    }

    .gm-gaushala-hero p {
        font-size: 15px;
    }

    .gm-filter-card {
        padding: 16px;
        border-radius: 20px;
    }

    .gm-gaushala-card.compact {
        border-radius: 20px;
    }

    .gm-gaushala-card.compact .gm-card-media {
        height: 175px;
    }

    .gm-gaushala-card.compact .gm-card-body {
        padding: 15px;
    }

    .gm-gaushala-card.compact .gm-card-top h4 {
        font-size: 17px;
        min-height: auto;
    }
}


.gm-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #b45309;
    font-size: 56px;
}

.gm-status-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.gm-status-badge.available {
    background: linear-gradient(135deg, #16a34a, #166534);
}

.gm-status-badge.full {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}


.gm-card-top h4 {
    margin: 0;
    color: var(--sindoor);
    font-weight: 900;
    font-size: 22px;
    line-height: 1.3;
}

.gm-card-top p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 14px;
    display: flex;
    gap: 7px;
    line-height: 1.5;
    font-weight: 600;
}

.gm-card-top p i {
    color: var(--saffron-dark);
    margin-top: 3px;
}

.gm-info-list {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.gm-info-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.gm-info-item > span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #c2410c;
    background: #fff3e4;
}

.gm-info-item small {
    display: block;
    color: #9a7352;
    font-weight: 800;
    font-size: 12px;
}

.gm-info-item strong {
    color: #4b2a18;
    font-size: 14px;
    font-weight: 900;
}

.gm-capacity-box {
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff8ef, #ffffff);
    border: 1px solid rgba(249, 115, 22, 0.14);
}

.gm-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #f3dfcd;
}

.gm-progress div {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, #16a34a, #facc15);
}

.gm-working-hours,
.gm-address {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    color: #765131;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.gm-working-hours i,
.gm-address i {
    color: var(--saffron-dark);
    margin-top: 3px;
}

.gm-card-actions {
    margin-top: 20px;
}

/* Notice Cards */

.notice-card {
    height: 100%;
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 232, 0.92));
    border: 1px solid rgba(249, 115, 22, 0.16);
    box-shadow: var(--soft-shadow);
    transition: all 0.28s ease;
}

.notice-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 78px rgba(107, 63, 24, 0.18);
}

.notice-card-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.notice-type,
.notice-priority {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.notice-type {
    background: #fff3cd;
    color: #8a4a00;
}

.notice-priority {
    background: #ffe4e6;
    color: #9f1239;
}

.notice-card h5 {
    color: var(--maroon);
    font-weight: 900;
    line-height: 1.4;
    font-size: 20px;
}

.notice-card p {
    color: var(--muted);
    line-height: 1.7;
    font-weight: 600;
}

.notice-meta {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.notice-meta span {
    display: flex;
    gap: 8px;
    color: #70451f;
    font-weight: 800;
    font-size: 14px;
}

.notice-meta i {
    color: var(--saffron-dark);
}

/* Contact Cards */

.contact-card {
    height: 100%;
    position: relative;
    padding: 26px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 238, 203, 0.16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
    color: #fff8dc;
    overflow: hidden;
    transition: all 0.28s ease;
}

.contact-card:hover {
    transform: translateY(-7px);
    border-color: rgba(250, 204, 21, 0.36);
}

.contact-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #f97316, #facc15);
    color: #5b1020;
    font-size: 23px;
    margin-bottom: 18px;
}

.contact-type {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.14);
    color: #facc15;
    font-weight: 900;
    font-size: 12px;
    margin-bottom: 14px;
}

.contact-card h5 {
    color: #fff8dc;
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 16px;
}

.contact-info {
    display: grid;
    gap: 10px;
}

.contact-info p {
    display: flex;
    gap: 9px;
    color: rgba(255, 238, 203, 0.82);
    margin: 0;
    line-height: 1.55;
    font-weight: 700;
}

.contact-info i {
    color: #facc15;
    margin-top: 3px;
}

.available-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    color: #bbf7d0;
    font-size: 12px;
    font-weight: 900;
}

/* Empty State */

.empty-state-box {
    padding: 45px 20px;
    text-align: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dashed rgba(249, 115, 22, 0.34);
    box-shadow: 0 16px 45px rgba(107, 63, 24, 0.08);
}

.empty-state-box i {
    display: block;
    font-size: 44px;
    color: var(--saffron-dark);
    margin-bottom: 12px;
}

.empty-state-box h4 {
    color: var(--maroon);
    font-weight: 900;
}

.empty-state-box p {
    color: var(--muted);
    margin: 0;
    font-weight: 600;
}

.dark-empty {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(250, 204, 21, 0.24);
}

.dark-empty h4 {
    color: #fff8dc;
}

.dark-empty p {
    color: rgba(255, 238, 203, 0.78);
}

/* Footer */

.footer {
    background:
        radial-gradient(circle at 15% 20%, rgba(250, 204, 21, 0.10), transparent 25%),
        linear-gradient(135deg, #24080f 0%, #42101b 52%, #062d1b 100%);
    color: #ffeecb;
    padding: 64px 0 24px;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

.footer h5 {
    color: #fff8dc;
    font-weight: 900;
    margin-bottom: 16px;
}

.footer p {
    color: rgba(255, 238, 203, 0.82);
    line-height: 1.8;
    font-weight: 600;
}

.footer a {
    color: rgba(255, 238, 203, 0.86) !important;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: none;
}

.footer a:hover {
    color: var(--gold) !important;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.footer-logo-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.footer-about {
    max-width: 520px;
}

.footer-mantra {
    display: inline-flex;
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.12);
    color: #facc15;
    font-weight: 900;
}

.footer-btn {
    display: inline-flex !important;
    margin-top: 10px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 34px;
    padding-top: 20px;
    color: rgba(255, 238, 203, 0.72);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* Responsive */

@media (max-width: 991px) {
    .main-navbar {
        padding: 13px 0;
    }

    .navbar-nav {
        padding-top: 16px;
    }

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

    .spiritual-hero {
        min-height: auto;
        padding: 70px 0 56px;
    }

    .hero-title {
        font-size: 44px;
    }

    .mission-strip {
        grid-template-columns: 1fr;
    }

    .case-media {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .topbar {
        font-size: 12px;
        text-align: center;
    }

    .topbar-inner {
        justify-content: center;
    }

    .brand-title strong {
        font-size: 20px;
    }

    .brand-title small {
        font-size: 10px;
    }

    .brand-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 23px;
    }

    .hero-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .hero-text {
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
    }

    .btn-hero,
    .btn-hero-light {
        width: 100%;
        justify-content: center;
    }

    .rescue-summary-card {
        padding: 22px;
        border-radius: 28px;
    }

    .mission-item {
        padding: 18px;
    }

    .section {
        padding: 58px 0;
    }

    .section-title {
        margin-bottom: 32px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .premium-card-body,
    .notice-card,
    .contact-card,
    .gm-card-body {
        padding: 21px;
    }

    .gm-card-media {
        height: 185px;
    }

    .case-media {
        height: 190px;
    }

    .footer {
        padding: 48px 0 22px;
    }
}

/* =========================================================
   Home Latest Reports Compact 5-Column Design
========================================================= */

.home-live-section {
    padding: 56px 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(250, 204, 21, 0.12), transparent 26%),
        radial-gradient(circle at 90% 10%, rgba(159, 18, 57, 0.08), transparent 30%),
        linear-gradient(180deg, #fffaf0 0%, #fff7ed 100%);
}

.compact-section-title {
    margin-bottom: 30px;
}

.compact-section-title h2 {
    font-size: clamp(28px, 3vw, 42px);
}

.compact-section-title p {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Mini Case Card */

.mini-case-card {
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(249, 115, 22, 0.16);
    box-shadow: 0 14px 38px rgba(107, 63, 24, 0.10);
    transition: all 0.25s ease;
}

.mini-case-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(107, 63, 24, 0.16);
}

.mini-case-media {
    position: relative;
    height: 135px;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(250, 204, 21, 0.18), transparent 42%),
        linear-gradient(135deg, #fff0d6, #fff7ed);
}

.mini-case-media img,
.mini-case-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mini-case-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #6b6b6b;
    font-size: 32px;
}

.mini-video-icon {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 34px;
    background: rgba(0, 0, 0, 0.22);
}

.mini-video-icon i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(159, 18, 57, 0.88);
}

.mini-case-body {
    padding: 14px;
}

.mini-case-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.mini-status,
.mini-severity {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.mini-status.reported {
    background: #facc15;
    color: #4b2506;
}

.mini-status.accepted {
    background: #2563eb;
    color: #ffffff;
}

.mini-status.resolved {
    background: #16a34a;
    color: #ffffff;
}

.mini-severity.low {
    background: #ffe4e6;
    color: #be123c;
}

.mini-severity.medium {
    background: #ffedd5;
    color: #c2410c;
}

.mini-severity.high {
    background: #dc2626;
    color: #ffffff;
}

.mini-case-body h5 {
    margin: 0 0 9px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.mini-case-body h5 a {
    color: #111827;
    text-decoration: none;
}

.mini-case-body h5 a:hover {
    color: var(--kumkum);
}

.mini-case-line {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    color: #6b3f18;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
}

.mini-case-line i {
    color: var(--saffron-dark);
    margin-top: 2px;
    min-width: 13px;
}

.mini-case-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding-top: 11px;
    border-top: 1px solid rgba(249, 115, 22, 0.14);
}

.mini-case-footer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #7a5c3a;
    font-size: 11px;
    font-weight: 800;
}

.mini-case-footer span i {
    color: var(--saffron-dark);
}

.mini-case-footer a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--kumkum);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.mini-case-footer a:hover {
    color: var(--saffron-dark);
}

/* 5-card row responsive refinement */

@media (min-width: 1200px) {
    .home-live-section .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1199px) {
    .mini-case-media {
        height: 150px;
    }
}

@media (max-width: 767px) {
    .home-live-section {
        padding: 46px 0;
    }

    .mini-case-media {
        height: 170px;
    }

    .mini-case-body {
        padding: 15px;
    }
}

/* =========================================================
   News & Notices Separate Transparent Professional Design
========================================================= */

.nn-page-wrapper,
.nn-home-section {
    background:
        radial-gradient(circle at 8% 10%, rgba(20, 184, 166, 0.10), transparent 26%),
        radial-gradient(circle at 92% 12%, rgba(249, 115, 22, 0.13), transparent 30%),
        linear-gradient(180deg, #fffaf0 0%, #fff7ed 58%, #ffffff 100%);
}

.nn-page-hero {
    position: relative;
    padding: 68px 0 46px;
    overflow: hidden;
    border-bottom: 1px solid rgba(139, 92, 24, 0.12);
}

.nn-page-hero::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    left: -90px;
    top: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(20, 184, 166, 0.20), transparent 70%);
}

.nn-page-hero::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -110px;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.20), transparent 70%);
}

.nn-page-hero .container {
    position: relative;
    z-index: 2;
}

.nn-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #9f1239;
    border: 1px solid rgba(249, 115, 22, 0.22);
    box-shadow: 0 12px 34px rgba(107, 63, 24, 0.08);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.nn-page-hero h1 {
    margin-top: 18px;
    color: var(--maroon);
    font-weight: 900;
    letter-spacing: -1.2px;
    font-size: clamp(36px, 4.8vw, 60px);
}

.nn-page-hero p {
    max-width: 800px;
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
}

.nn-list-section {
    padding-top: 52px;
}

.nn-filter-box {
    padding: 22px;
    margin-bottom: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(249, 115, 22, 0.18);
    box-shadow: 0 22px 60px rgba(107, 63, 24, 0.10);
}

.nn-filter-box .form-label {
    color: #5b321f;
    font-weight: 900;
    font-size: 13px;
}

.nn-filter-box .form-control,
.nn-filter-box .form-select {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(139, 92, 24, 0.18);
    background-color: rgba(255, 255, 255, 0.86);
    box-shadow: none;
    color: var(--text);
    font-weight: 700;
}

.nn-filter-box .form-control:focus,
.nn-filter-box .form-select:focus {
    border-color: var(--saffron);
    box-shadow: 0 0 0 .2rem rgba(249, 115, 22, 0.13);
}

.nn-filter-btn {
    min-height: 50px;
    border: 0;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    box-shadow: 0 16px 34px rgba(159, 18, 57, 0.22);
}

.nn-type-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.nn-type-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 17px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: #6b3f18;
    border: 1px solid rgba(139, 92, 24, 0.14);
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(107, 63, 24, 0.07);
}

.nn-type-tabs a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    border-color: transparent;
}

.nn-type-tabs a.news.active {
    background: linear-gradient(135deg, #0f766e, #115e59);
}

.nn-type-tabs a.notice.active {
    background: linear-gradient(135deg, #f97316, #9f1239);
}

.nn-type-block {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.70);
    box-shadow: 0 24px 74px rgba(107, 63, 24, 0.12);
}

.nn-type-block::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.76;
}

.nn-news-block::before {
    background:
        radial-gradient(circle at 5% 0%, rgba(20, 184, 166, 0.16), transparent 28%),
        radial-gradient(circle at 100% 10%, rgba(15, 118, 110, 0.08), transparent 30%);
}

.nn-notice-block::before {
    background:
        radial-gradient(circle at 5% 0%, rgba(249, 115, 22, 0.16), transparent 28%),
        radial-gradient(circle at 100% 10%, rgba(159, 18, 57, 0.10), transparent 30%);
}

.nn-type-block > * {
    position: relative;
    z-index: 2;
}

.nn-type-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.nn-type-header h3 {
    margin: 10px 0 0;
    color: var(--maroon);
    font-size: 26px;
    font-weight: 900;
}

.nn-type-header p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.nn-type-header a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--kumkum);
    border: 1px solid rgba(249, 115, 22, 0.16);
    font-size: 13px;
    font-weight: 900;
}

.nn-section-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nn-section-chip.news {
    color: #115e59;
    background: rgba(204, 251, 241, 0.76);
    border: 1px solid rgba(15, 118, 110, 0.18);
}

.nn-section-chip.notice {
    color: #9f1239;
    background: rgba(255, 237, 213, 0.85);
    border: 1px solid rgba(249, 115, 22, 0.20);
}

/* Card */

.nn-card {
    --nn-main: #f97316;
    --nn-dark: #9f1239;
    --nn-soft: rgba(249, 115, 22, 0.12);
    --nn-extra-soft: rgba(249, 115, 22, 0.06);

    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.48)),
        radial-gradient(circle at 10% 0%, var(--nn-extra-soft), transparent 35%);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 54px rgba(107, 63, 24, 0.12);
    transition: all 0.28s ease;
}

.nn-card.news {
    --nn-main: #0f766e;
    --nn-dark: #115e59;
    --nn-soft: rgba(20, 184, 166, 0.14);
    --nn-extra-soft: rgba(20, 184, 166, 0.08);
}

.nn-card.notice {
    --nn-main: #f97316;
    --nn-dark: #9f1239;
    --nn-soft: rgba(249, 115, 22, 0.14);
    --nn-extra-soft: rgba(159, 18, 57, 0.07);
}

.nn-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 78px rgba(107, 63, 24, 0.18);
}

.nn-card-glow {
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--nn-soft), transparent 70%);
    pointer-events: none;
}

.nn-card-media {
    position: relative;
    height: 190px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 35%, var(--nn-soft), transparent 46%),
        linear-gradient(135deg, #fff7ed, #ffffff);
}

.nn-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.32s ease;
}

.nn-card:hover .nn-card-media img {
    transform: scale(1.045);
}

.nn-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--nn-main);
    font-size: 54px;
}

.nn-floating-badges {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 14px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.nn-type-pill,
.nn-priority-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.nn-type-pill {
    color: #fff;
    background: linear-gradient(135deg, var(--nn-main), var(--nn-dark));
}

.nn-priority-pill {
    color: #4b2506;
    background: rgba(255, 255, 255, 0.92);
}

.nn-priority-pill.low {
    color: #166534;
}

.nn-priority-pill.medium {
    color: #c2410c;
}

.nn-priority-pill.high {
    color: #b91c1c;
}

.nn-priority-pill.urgent {
    color: #fff;
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
}

.nn-card-body {
    padding: 22px;
}

.nn-date-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
}

.nn-date-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 999px;
    background: var(--nn-soft);
    color: var(--nn-dark);
    font-size: 11px;
    font-weight: 900;
}

.nn-card h4 {
    margin: 0;
    min-height: 56px;
    color: var(--maroon);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nn-card p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    font-weight: 650;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nn-meta-list {
    display: grid;
    gap: 9px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(139, 92, 24, 0.12);
}

.nn-meta-list div {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #70451f;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
}

.nn-meta-list i {
    color: var(--nn-main);
    min-width: 16px;
    margin-top: 2px;
}

.nn-mini-empty,
.nn-empty-box {
    text-align: center;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px dashed rgba(139, 92, 24, 0.22);
    color: var(--muted);
    font-weight: 800;
}

.nn-mini-empty {
    padding: 24px;
}

.nn-mini-empty i {
    color: var(--saffron-dark);
    margin-right: 7px;
}

.nn-empty-box {
    padding: 46px 20px;
}

.nn-empty-box i {
    display: block;
    font-size: 46px;
    margin-bottom: 12px;
}

.nn-empty-box.news i {
    color: #0f766e;
}

.nn-empty-box.notice i {
    color: #f97316;
}

.nn-empty-box h4 {
    color: var(--maroon);
    font-weight: 900;
}

.nn-empty-box p {
    color: var(--muted);
    margin: 0;
    font-weight: 700;
}

.nn-pagination {
    margin-top: 28px;
}

/* Responsive */

@media (max-width: 991px) {
    .nn-type-header {
        align-items: flex-start;
    }

    .nn-card-media {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .nn-page-hero {
        padding: 46px 0 34px;
    }

    .nn-page-hero p {
        font-size: 15px;
    }

    .nn-filter-box {
        padding: 16px;
        border-radius: 22px;
    }

    .nn-type-tabs {
        gap: 8px;
    }

    .nn-type-tabs a {
        min-height: 40px;
        padding: 9px 13px;
        font-size: 13px;
    }

    .nn-type-block {
        padding: 16px;
        border-radius: 26px;
    }

    .nn-type-header {
        display: grid;
    }

    .nn-type-header h3 {
        font-size: 22px;
    }

    .nn-card {
        border-radius: 24px;
    }

    .nn-card-media {
        height: 175px;
    }

    .nn-card-body {
        padding: 18px;
    }

    .nn-card h4 {
        min-height: auto;
        font-size: 18px;
    }
}


/* =========================================================
   Emergency Contact Professional Design
========================================================= */

.ec-home-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(250, 204, 21, 0.15), transparent 28%),
        radial-gradient(circle at 90% 20%, rgba(249, 115, 22, 0.12), transparent 30%),
        linear-gradient(135deg, #23070f 0%, #4a0f1e 48%, #062d1b 100%);
}

.ec-page-wrapper {
    background:
        radial-gradient(circle at 8% 8%, rgba(249, 115, 22, 0.13), transparent 28%),
        radial-gradient(circle at 92% 10%, rgba(22, 101, 52, 0.10), transparent 30%),
        linear-gradient(180deg, #fffaf0 0%, #fff7ed 55%, #ffffff 100%);
}

.ec-page-hero {
    position: relative;
    overflow: hidden;
    padding: 68px 0 46px;
    border-bottom: 1px solid rgba(139, 92, 24, 0.12);
}

.ec-page-hero::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    left: -110px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, 0.20), transparent 70%);
}

.ec-page-hero::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -130px;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(22, 101, 52, 0.18), transparent 70%);
}

.ec-page-hero .container {
    position: relative;
    z-index: 2;
}

.ec-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #9f1239;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(249, 115, 22, 0.22);
    box-shadow: 0 12px 34px rgba(107, 63, 24, 0.08);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.ec-page-hero h1 {
    margin-top: 18px;
    color: var(--maroon);
    font-weight: 900;
    letter-spacing: -1.2px;
    font-size: clamp(36px, 4.8vw, 60px);
}

.ec-page-hero p {
    max-width: 820px;
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
    font-weight: 600;
}

.ec-list-section {
    padding-top: 52px;
}

.ec-filter-box {
    padding: 22px;
    margin-bottom: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(249, 115, 22, 0.18);
    box-shadow: 0 22px 60px rgba(107, 63, 24, 0.10);
}

.ec-filter-box .form-label {
    color: #5b321f;
    font-weight: 900;
    font-size: 13px;
}

.ec-filter-box .form-control,
.ec-filter-box .form-select {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(139, 92, 24, 0.18);
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    color: var(--text);
    font-weight: 700;
}

.ec-filter-box .form-control:focus,
.ec-filter-box .form-select:focus {
    border-color: var(--saffron);
    box-shadow: 0 0 0 .2rem rgba(249, 115, 22, 0.13);
}

.ec-filter-btn,
.ec-reset-btn {
    min-height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.ec-filter-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    box-shadow: 0 16px 34px rgba(159, 18, 57, 0.22);
}

.ec-reset-btn {
    color: #7b351b;
    background: #fff7eb;
    border: 1px solid rgba(249, 115, 22, 0.18);
}

.ec-summary-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.ec-summary-bar h5 {
    margin: 0;
    color: var(--maroon);
    font-weight: 900;
}

.ec-summary-bar p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.ec-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ec-active-filters span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #7a391c;
    background: #fff3e4;
    border: 1px solid rgba(249, 115, 22, 0.18);
    font-size: 13px;
    font-weight: 900;
}

.ec-type-shortcuts {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.ec-type-shortcuts a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #6b3f18;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(139, 92, 24, 0.14);
    box-shadow: 0 10px 26px rgba(107, 63, 24, 0.07);
    font-size: 13px;
    font-weight: 900;
}

.ec-type-shortcuts a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    border-color: transparent;
}

/* Contact Card */

.ec-contact-card {
    --ec-main: #f97316;
    --ec-dark: #9f1239;
    --ec-soft: rgba(249, 115, 22, 0.14);
    --ec-text: #fff8dc;

    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 28px;
    padding: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
        radial-gradient(circle at 10% 0%, var(--ec-soft), transparent 36%);
    border: 1px solid rgba(255, 238, 203, 0.16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    color: var(--ec-text);
    transition: all 0.28s ease;
}

.ec-page-wrapper .ec-contact-card {
    --ec-text: #2b1908;

    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.62)),
        radial-gradient(circle at 10% 0%, var(--ec-soft), transparent 38%);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 54px rgba(107, 63, 24, 0.12);
    color: var(--ec-text);
}

.ec-contact-card.medical {
    --ec-main: #16a34a;
    --ec-dark: #065f46;
    --ec-soft: rgba(34, 197, 94, 0.18);
}

.ec-contact-card.protection {
    --ec-main: #2563eb;
    --ec-dark: #1e3a8a;
    --ec-soft: rgba(37, 99, 235, 0.16);
}

.ec-contact-card.rescue {
    --ec-main: #f97316;
    --ec-dark: #9f1239;
    --ec-soft: rgba(249, 115, 22, 0.18);
}

.ec-contact-card.support {
    --ec-main: #0f766e;
    --ec-dark: #115e59;
    --ec-soft: rgba(20, 184, 166, 0.16);
}

.ec-contact-card.fire {
    --ec-main: #dc2626;
    --ec-dark: #7f1d1d;
    --ec-soft: rgba(220, 38, 38, 0.18);
}

.ec-contact-card:hover {
    transform: translateY(-7px);
    border-color: rgba(250, 204, 21, 0.36);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.ec-page-wrapper .ec-contact-card:hover {
    box-shadow: 0 28px 78px rgba(107, 63, 24, 0.18);
}

.ec-card-glow {
    position: absolute;
    width: 170px;
    height: 170px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--ec-soft), transparent 70%);
    pointer-events: none;
}

.ec-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.ec-icon-wrap {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #fff;
    font-size: 25px;
    background: linear-gradient(135deg, var(--ec-main), var(--ec-dark));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.ec-badges {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 7px;
}

.ec-type-badge,
.ec-open-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.ec-type-badge {
    color: #fff;
    background: linear-gradient(135deg, var(--ec-main), var(--ec-dark));
}

.ec-open-badge {
    color: #bbf7d0;
    background: rgba(34, 197, 94, 0.18);
    border: 1px solid rgba(187, 247, 208, 0.20);
}

.ec-page-wrapper .ec-open-badge {
    color: #166534;
    background: rgba(220, 252, 231, 0.86);
    border-color: rgba(22, 101, 52, 0.12);
}

.ec-card-body {
    position: relative;
    z-index: 2;
}

.ec-card-body h4 {
    margin: 0 0 15px;
    color: #fff8dc;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
}

.ec-page-wrapper .ec-card-body h4 {
    color: var(--maroon);
}

.ec-info-list {
    display: grid;
    gap: 10px;
}

.ec-info-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: rgba(255, 238, 203, 0.84);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

.ec-page-wrapper .ec-info-item {
    color: #70451f;
}

.ec-info-item i {
    color: #facc15;
    min-width: 16px;
    margin-top: 2px;
}

.ec-page-wrapper .ec-info-item i {
    color: var(--ec-main);
}

.ec-info-item.important {
    color: #fff;
    font-weight: 900;
}

.ec-page-wrapper .ec-info-item.important {
    color: var(--maroon);
}

.ec-hours-box {
    margin-top: 14px;
    padding: 11px 12px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #fff8dc;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 238, 203, 0.12);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
}

.ec-page-wrapper .ec-hours-box {
    color: #6b3f18;
    background: rgba(255, 247, 237, 0.92);
    border-color: rgba(249, 115, 22, 0.12);
}

.ec-hours-box i {
    color: #facc15;
    margin-top: 2px;
}

.ec-page-wrapper .ec-hours-box i {
    color: var(--ec-main);
}

.ec-note {
    margin: 13px 0 0;
    color: rgba(255, 238, 203, 0.72);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 650;
}

.ec-page-wrapper .ec-note {
    color: var(--muted);
}

.ec-card-actions {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 9px;
    margin-top: 18px;
}

.ec-call-btn,
.ec-map-btn {
    min-height: 44px;
    border: 0;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--ec-main), var(--ec-dark));
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    transition: all 0.22s ease;
}

.ec-call-btn {
    flex: 1;
}

.ec-map-btn {
    width: 46px;
    min-width: 46px;
}

.ec-call-btn:hover,
.ec-map-btn:hover {
    color: #fff !important;
    transform: translateY(-1px);
}

.ec-call-btn.disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.ec-empty-box {
    padding: 46px 20px;
    text-align: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px dashed rgba(249, 115, 22, 0.30);
    box-shadow: 0 16px 45px rgba(107, 63, 24, 0.08);
}

.ec-empty-box.dark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(250, 204, 21, 0.24);
}

.ec-empty-box i {
    display: block;
    font-size: 46px;
    color: var(--saffron);
    margin-bottom: 12px;
}

.ec-empty-box h4 {
    color: var(--maroon);
    font-weight: 900;
}

.ec-empty-box.dark h4 {
    color: #fff8dc;
}

.ec-empty-box p {
    color: var(--muted);
    margin: 0;
    font-weight: 700;
}

.ec-empty-box.dark p {
    color: rgba(255, 238, 203, 0.78);
}

/* Pagination Safety */
.gm-custom-pagination-wrap {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(139, 92, 24, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.gm-pagination-info {
    color: #7a5c3a;
    font-size: 13px;
    font-weight: 800;
}

.gm-custom-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.gm-page-btn,
.gm-page-number,
.gm-page-dots {
    min-width: 38px;
    height: 38px;
    padding: 0 13px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none !important;
}

.gm-page-btn {
    color: #6b3f18;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(139, 92, 24, 0.16);
    box-shadow: 0 10px 24px rgba(107, 63, 24, 0.07);
}

.gm-page-btn:hover {
    color: #fff !important;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    border-color: transparent;
}

.gm-page-btn.disabled {
    color: #b8a28c;
    background: rgba(255, 255, 255, 0.58);
    border-color: rgba(139, 92, 24, 0.10);
    cursor: not-allowed;
    box-shadow: none;
}

.gm-page-number {
    color: #7a391c;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(139, 92, 24, 0.14);
}

.gm-page-number.active {
    color: #fff;
    background: linear-gradient(135deg, var(--saffron), var(--kumkum));
    border-color: transparent;
    box-shadow: 0 12px 26px rgba(159, 18, 57, 0.20);
}

.gm-page-dots {
    color: #9a7352;
    background: transparent;
}

.pagination svg,
nav[role="navigation"] svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

@media (max-width: 991px) {
    .ec-page-hero {
        padding: 52px 0 36px;
    }

    .ec-type-shortcuts {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .ec-type-shortcuts a {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .ec-page-hero h1 {
        font-size: 34px;
    }

    .ec-page-hero p {
        font-size: 15px;
    }

    .ec-filter-box {
        padding: 16px;
        border-radius: 22px;
    }

    .ec-summary-bar {
        display: grid;
    }

    .ec-contact-card {
        padding: 18px;
        border-radius: 24px;
    }

    .ec-card-top {
        display: grid;
    }

    .ec-badges {
        justify-content: flex-start;
    }

    .ec-card-body h4 {
        font-size: 18px;
    }

    .gm-custom-pagination-wrap {
        justify-content: center;
        text-align: center;
    }

    .gm-pagination-info {
        width: 100%;
    }

    .gm-custom-pagination {
        justify-content: center;
    }

    .gm-page-btn,
    .gm-page-number,
    .gm-page-dots {
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 10px;
    }
}

/* =========================================================
   Professional Spiritual Home Hero - App Color Theme
========================================================= */

.gm-spiritual-home {
    min-height: auto;
    padding: 86px 0 74px;
    color: #ffffff;
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.20), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(255, 236, 179, 0.20), transparent 30%),
        radial-gradient(circle at 75% 84%, rgba(34, 197, 94, 0.12), transparent 28%),
        linear-gradient(135deg, #171923 0%, #522c28 36%, #f0441f 72%, #ff6a00 100%);
}

.gm-spiritual-home::before {
    content: "ॐ";
    position: absolute;
    right: 7%;
    top: 8%;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 190px;
    font-weight: 600;
    line-height: 1;
    color: rgba(255, 255, 255, 0.075);
    pointer-events: none;
}

.gm-spiritual-home::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 95px;
    background: linear-gradient(180deg, transparent, rgba(255, 250, 240, 0.95));
    pointer-events: none;
}

.gm-spiritual-home .hero-orb-one {
    width: 260px;
    height: 260px;
    left: -90px;
    top: 120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
}

.gm-spiritual-home .hero-orb-two {
    width: 340px;
    height: 340px;
    right: -110px;
    bottom: 60px;
    background: radial-gradient(circle, rgba(255, 202, 40, 0.18), transparent 70%);
}

.gm-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 17px;
    border-radius: 999px;
    color: #fff7e6;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(12px);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.gm-hero-kicker i {
    color: #ffd166;
}

.gm-hero-title {
    margin-top: 24px;
    max-width: 760px;
    font-family: 'Inter', sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.8px;
    color: #ffffff;
    text-transform: none;
}

.gm-hero-title span {
    color: #fff0b8;
    position: relative;
}

.gm-hero-title span::after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 6px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 209, 102, 0.26);
    z-index: -1;
}

.gm-hero-text {
    max-width: 720px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
}

.gm-hero-actions {
    margin-top: 32px;
}

.gm-spiritual-home .btn-main {
    background: #ffffff;
    color: #f0441f !important;
    font-weight: 600;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.gm-spiritual-home .btn-main:hover {
    color: #c81e1e !important;
    background: #fff7ed;
}

.gm-spiritual-home .btn-light-main {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-weight: 500;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.gm-spiritual-home .btn-light-main:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.18);
}

.gm-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.gm-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 14px;
    font-weight: 400;
    backdrop-filter: blur(10px);
}

.gm-hero-points i {
    color: #52e28a;
}

.gm-rescue-card {
    padding: 28px;
    border-radius: 34px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px);
}

.gm-rescue-card::before {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 70%);
}

.gm-summary-header h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.gm-summary-header p {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
}

.gm-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.gm-summary-stat {
    min-height: 142px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.gm-summary-stat .stat-icon {
    margin-bottom: 14px;
}

.gm-summary-stat h3 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.gm-summary-stat p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 400;
}

.gm-mantra-panel {
    margin-top: 18px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 246, 214, 0.16);
    border: 1px solid rgba(255, 230, 160, 0.25);
}

.gm-mantra-panel strong {
    display: block;
    color: #fff0b8;
    font-size: 20px;
    font-weight: 600;
}

.gm-mantra-panel small {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
    font-size: 14px;
    font-weight: 400;
}

.gm-mission-strip {
    margin-top: 54px;
}

.gm-mission-strip .mission-item {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 114, 47, 0.16);
    box-shadow: 0 22px 60px rgba(34, 25, 15, 0.14);
}

.gm-mission-strip .mission-item i {
    background: linear-gradient(135deg, #ff6a00, #f0441f);
}

.gm-mission-strip .mission-item h6 {
    color: #681527;
    font-weight: 600;
}

.gm-mission-strip .mission-item p {
    color: #765131;
    font-weight: 400;
}

/* Remove extra-heavy text only on home section headings */
.home-live-section .section-title .mini,
.gm-home-gaushala-section .section-title .mini,
.ec-home-section .section-title .mini {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.3px;
}

.home-live-section .section-title h2,
.gm-home-gaushala-section .section-title h2,
.ec-home-section .section-title h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 650;
    letter-spacing: -0.5px;
}

.home-live-section .section-title p,
.gm-home-gaushala-section .section-title p,
.ec-home-section .section-title p {
    font-weight: 400;
}

/* Mobile */
@media (max-width: 991px) {
    .gm-spiritual-home {
        padding: 70px 0 58px;
    }

    .gm-hero-title {
        font-size: 46px;
    }

    .gm-mission-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .gm-spiritual-home {
        padding: 56px 0 50px;
        border-radius: 0 0 34px 34px;
    }

    .gm-spiritual-home::before {
        right: -20px;
        top: 20px;
        font-size: 125px;
    }

    .gm-hero-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .gm-hero-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .gm-hero-points {
        gap: 9px;
    }

    .gm-hero-points span {
        font-size: 13px;
        padding: 8px 11px;
    }

    .gm-rescue-card {
        padding: 22px;
        border-radius: 28px;
    }

    .gm-summary-grid {
        gap: 12px;
    }

    .gm-summary-stat {
        min-height: 126px;
        padding: 16px;
        border-radius: 20px;
    }

    .gm-summary-stat h3 {
        font-size: 28px;
    }
}

/* =========================================================
   Header & Footer Soft Professional Spiritual Design
========================================================= */

body {
    font-family: 'Inter', sans-serif;
}

/* remove old heavy font style */
.brand-font,
.brand-title strong,
.section-title h2,
.hero-title {
    font-family: 'Cormorant Garamond', serif;
}

/* Topbar */
.gm-soft-topbar {
    padding: 7px 0;
    color: #fff8e6;
    background: linear-gradient(90deg, #36111a 0%, #782033 48%, #f05a24 100%);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gm-soft-topbar .topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.gm-soft-topbar span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
}

.gm-soft-topbar i {
    margin: 0;
    color: #ffe08a;
    font-size: 14px;
}

.gm-soft-topbar .topbar-left {
    font-weight: 500;
}

.gm-soft-topbar .topbar-right {
    opacity: 0.9;
}

/* Navbar */
.gm-soft-navbar {
    padding: 14px 0;
    background: rgba(255, 250, 242, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(249, 115, 22, 0.12);
    box-shadow: 0 14px 44px rgba(91, 16, 32, 0.08);
}

.gm-brand {
    gap: 13px;
}

.gm-brand-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 18px;
    font-size: 25px;
    background:
        radial-gradient(circle at 28% 18%, rgba(255,255,255,0.45), transparent 28%),
        linear-gradient(135deg, #ff7a1a 0%, #f0441f 50%, #be123c 100%);
    box-shadow: 0 14px 34px rgba(240, 68, 31, 0.26);
}

.gm-brand-title strong {
    display: block;
    color: #681527;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: none;
}

.gm-brand-title small {
    display: block;
    margin-top: 5px;
    color: #7a4d24;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.gm-nav-list {
    gap: 4px;
}

.gm-soft-navbar .nav-link {
    padding: 10px 14px !important;
    border-radius: 999px;
    color: #4b2a14 !important;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    transition: all 0.22s ease;
}

.gm-soft-navbar .nav-link:hover {
    color: #be123c !important;
    background: rgba(255, 237, 213, 0.72);
}

.gm-soft-navbar .nav-link.active {
    color: #be123c !important;
    background: linear-gradient(135deg, #fff1df, #ffe6cf);
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.10);
}

.gm-admin-btn {
    min-height: 46px;
    padding: 11px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 999px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff6a1a 0%, #ef3426 48%, #be123c 100%);
    box-shadow: 0 15px 34px rgba(190, 18, 60, 0.22);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    transition: all 0.22s ease;
}

.gm-admin-btn:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 19px 42px rgba(190, 18, 60, 0.28);
}

/* Footer */
.gm-soft-footer {
    position: relative;
    padding: 58px 0 28px;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 122, 26, 0.18), transparent 28%),
        radial-gradient(circle at 85% 18%, rgba(34, 197, 94, 0.13), transparent 28%),
        linear-gradient(135deg, #1b1114 0%, #3d151d 48%, #102719 100%);
    color: #fff3df;
}

.gm-soft-footer::before {
    content: "ॐ";
    position: absolute;
    right: 7%;
    top: 18px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 120px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.045);
    pointer-events: none;
}

.gm-footer-card {
    position: relative;
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.gm-footer-brand {
    gap: 14px;
    margin-bottom: 18px;
}

.gm-footer-logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 18px;
    font-size: 23px;
}

.gm-footer-brand h5 {
    margin: 0;
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.gm-footer-brand p {
    margin: 5px 0 0;
    color: rgba(255, 238, 203, 0.74);
    font-size: 13px;
    font-weight: 400;
}

.gm-footer-about {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 238, 203, 0.76);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.gm-footer-mantra {
    display: inline-flex;
    margin-top: 17px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #ffe08a;
    background: rgba(250, 204, 21, 0.11);
    border: 1px solid rgba(250, 204, 21, 0.15);
    font-size: 14px;
    font-weight: 500;
}

.gm-footer-title,
.gm-soft-footer h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.gm-soft-footer a {
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    color: rgba(255, 238, 203, 0.76) !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gm-soft-footer a:hover {
    color: #ffe08a !important;
    transform: translateX(3px);
}

.gm-footer-small-text,
.gm-soft-footer p {
    color: rgba(255, 238, 203, 0.74);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
}

.gm-footer-btn {
    margin-top: 8px;
    min-height: 44px;
    padding: 11px 17px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff6a1a 0%, #ef3426 50%, #be123c 100%);
    box-shadow: 0 16px 34px rgba(190, 18, 60, 0.22);
    font-size: 14px;
    font-weight: 500;
}

.gm-footer-btn:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
}

.gm-footer-bottom {
    margin-top: 30px;
    padding-top: 19px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 238, 203, 0.64);
    font-size: 13px;
    font-weight: 400;
}

/* Mobile Header Footer */
@media (max-width: 991px) {
    .gm-soft-navbar {
        padding: 12px 0;
    }

    .gm-nav-list {
        gap: 2px;
        padding-top: 15px;
    }

    .gm-soft-navbar .nav-link {
        padding: 11px 13px !important;
    }

    .gm-admin-btn {
        width: 100%;
    }

    .gm-footer-card {
        padding: 28px;
        border-radius: 28px;
    }
}

@media (max-width: 767px) {
    .gm-soft-topbar {
        font-size: 12px;
        text-align: center;
    }

    .gm-soft-topbar .topbar-inner {
        justify-content: center;
        gap: 5px;
    }

    .gm-soft-topbar .topbar-right {
        display: none;
    }

    .gm-brand-icon {
        width: 46px;
        height: 46px;
        min-width: 46px;
        border-radius: 16px;
        font-size: 22px;
    }

    .gm-brand-title strong {
        font-size: 25px;
    }

    .gm-brand-title small {
        font-size: 11px;
    }

    .gm-footer-card {
        padding: 23px;
        border-radius: 24px;
    }

    .gm-soft-footer {
        padding: 42px 0 22px;
    }

    .gm-footer-bottom {
        display: grid;
        text-align: center;
        justify-content: center;
    }
}

/* =========================================================
   Gau Mitra Header Footer Final Alignment Fix
========================================================= */

body {
    font-family: 'Inter', sans-serif !important;
}

/* Hide old header/footer icon style if old CSS still exists */
.brand-icon,
.footer-logo-icon,
.gm-brand-icon,
.gm-footer-logo-icon {
    display: none !important;
}

/* Header Wrapper */
.gm-site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fffaf2;
}

/* Small Top Mantra */
.gm-header-mantra {
    height: auto !important;
    min-height: unset !important;
    padding: 7px 0 !important;
    background: linear-gradient(90deg, #4c101b 0%, #8f1d37 52%, #f05a24 100%);
    color: #fff8e8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gm-header-mantra-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
}

.gm-header-mantra .deva {
    font-family: 'Noto Sans Devanagari', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

/* Main Navbar */
.gm-header-nav {
    min-height: 82px !important;
    padding: 10px 0 !important;
    background: rgba(255, 250, 242, 0.97);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 106, 31, 0.13);
    box-shadow: 0 12px 38px rgba(88, 28, 20, 0.08);
}

.gm-navbar-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

/* Logo Proper Alignment */
.gm-logo-box {
    width: 76px !important;
    height: 62px !important;
    min-width: 76px !important;
    padding: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid rgba(255, 106, 31, 0.18) !important;
    box-shadow: 0 12px 30px rgba(255, 91, 31, 0.12) !important;
    overflow: hidden !important;
}

.gm-site-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: 64px !important;
    max-height: 52px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Title Alignment */
.gm-brand-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.1 !important;
}

.gm-brand-name {
    color: #6b1426 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 31px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
}

.gm-brand-tagline {
    margin-top: 7px !important;
    color: #865420 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    letter-spacing: 0.1px !important;
}

/* Menu */
.gm-menu-list {
    gap: 4px !important;
}

.gm-header-nav .nav-link {
    padding: 10px 14px !important;
    border-radius: 999px !important;
    color: #4b2a14 !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    transition: all 0.22s ease;
}

.gm-header-nav .nav-link:hover {
    color: #be123c !important;
    background: rgba(255, 237, 213, 0.85) !important;
}

.gm-header-nav .nav-link.active {
    color: #be123c !important;
    background: linear-gradient(135deg, #fff1df, #ffe6cf) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 106, 31, 0.12) !important;
}

.gm-admin-login-btn {
    min-height: 44px !important;
    padding: 10px 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff6a1a 0%, #ef3426 48%, #be123c 100%) !important;
    box-shadow: 0 14px 32px rgba(190, 18, 60, 0.23) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.22s ease;
}

.gm-admin-login-btn:hover {
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(190, 18, 60, 0.30) !important;
}

.gm-mobile-toggler {
    border: 0 !important;
    box-shadow: none !important;
}

/* Footer */
.gm-site-footer {
    position: relative;
    padding: 58px 0 28px !important;
    background:
        radial-gradient(circle at 14% 10%, rgba(255, 106, 31, 0.18), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(34, 197, 94, 0.12), transparent 26%),
        linear-gradient(135deg, #171112 0%, #3d151d 48%, #102719 100%) !important;
    color: #fff3df !important;
    overflow: hidden;
}

.gm-site-footer::before {
    content: "ॐ";
    position: absolute;
    right: 7%;
    top: 22px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 112px;
    font-weight: 400;
    line-height: 1;
    color: rgba(255, 255, 255, 0.045);
    pointer-events: none;
}

.gm-footer-card {
    position: relative;
    padding: 34px !important;
    border-radius: 32px !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.11) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.17) !important;
}

.gm-footer-brand-row {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
}

.gm-footer-logo-box {
    width: 76px !important;
    height: 64px !important;
    min-width: 76px !important;
    padding: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    background: rgba(255, 247, 237, 0.97) !important;
    border: 1px solid rgba(255, 224, 194, 0.36) !important;
    overflow: hidden !important;
}

.gm-footer-site-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: 65px !important;
    max-height: 54px !important;
    object-fit: contain !important;
    display: block !important;
}

.gm-footer-brand-row h5 {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 29px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
}

.gm-footer-brand-row p {
    margin: 7px 0 0 !important;
    color: rgba(255, 238, 203, 0.75) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.gm-footer-about-text {
    max-width: 520px;
    margin: 0 !important;
    color: rgba(255, 238, 203, 0.76) !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
}

.gm-footer-mantra-text {
    display: inline-flex !important;
    margin-top: 17px !important;
    padding: 9px 14px !important;
    border-radius: 999px !important;
    color: #ffe08a !important;
    background: rgba(250, 204, 21, 0.11) !important;
    border: 1px solid rgba(250, 204, 21, 0.16) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.gm-footer-title {
    margin-bottom: 15px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
}

.gm-site-footer a {
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    color: rgba(255, 238, 203, 0.76) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.gm-site-footer a:hover {
    color: #ffe08a !important;
    transform: translateX(3px);
}

.gm-footer-note {
    color: rgba(255, 238, 203, 0.74) !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    font-weight: 400 !important;
}

.gm-footer-action-btn {
    margin-top: 8px !important;
    min-height: 44px !important;
    padding: 11px 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff6a1a 0%, #ef3426 50%, #be123c 100%) !important;
    box-shadow: 0 16px 34px rgba(190, 18, 60, 0.22) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.gm-footer-bottom-row {
    margin-top: 30px !important;
    padding-top: 19px !important;
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
    color: rgba(255, 238, 203, 0.64) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

/* Mobile */
@media (max-width: 991px) {
    .gm-header-nav {
        min-height: auto !important;
        padding: 10px 0 !important;
    }

    .gm-menu-list {
        gap: 2px !important;
        padding-top: 15px !important;
    }

    .gm-header-nav .nav-link {
        padding: 11px 13px !important;
    }

    .gm-admin-login-btn {
        width: 100% !important;
    }

    .gm-footer-card {
        padding: 28px !important;
        border-radius: 28px !important;
    }
}

@media (max-width: 767px) {
    .gm-header-mantra {
        padding: 6px 0 !important;
    }

    .gm-header-mantra-inner {
        justify-content: center !important;
        text-align: center !important;
        font-size: 12px !important;
    }

    .gm-header-mantra-inner span:last-child {
        display: none !important;
    }

    .gm-header-mantra .deva {
        font-size: 13px !important;
    }

    .gm-logo-box {
        width: 60px !important;
        height: 52px !important;
        min-width: 60px !important;
        border-radius: 16px !important;
    }

    .gm-site-logo {
        max-width: 52px !important;
        max-height: 44px !important;
    }

    .gm-brand-name {
        font-size: 25px !important;
    }

    .gm-brand-tagline {
        font-size: 11px !important;
        margin-top: 5px !important;
    }

    .gm-site-footer {
        padding: 42px 0 22px !important;
    }

    .gm-footer-card {
        padding: 23px !important;
        border-radius: 24px !important;
    }

    .gm-footer-bottom-row {
        display: grid !important;
        text-align: center !important;
        justify-content: center !important;
    }
}