:root {
    --color-brand: #d9471b;
    --color-brand-dark: #8a2e12;
    --color-gold: #e2a51b;
    --color-ink: #171412;
    --color-muted: #6d625c;
    --color-line: #eadfd5;
    --color-soft: #fff7ed;
    --shadow-soft: 0 18px 50px rgba(45, 30, 20, 0.12);
    --radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--color-ink);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fffaf5;
}

a {
    color: inherit;
}

a:hover {
    color: var(--color-brand);
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 1100;
    padding: 0.75rem 1rem;
    color: #fff;
    background: var(--color-brand-dark);
    border-radius: var(--radius);
}

.skip-link:focus {
    top: 1rem;
}

.site-navbar {
    min-height: 88px;
    box-shadow: 0 2px 20px rgba(45, 30, 20, 0.08);
}

.brand-logo {
    width: 218px;
    height: auto;
    max-height: 75px;
    object-fit: contain;
}

.navbar-toggler {
    border: 0;
    padding: 0.35rem;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 71, 27, 0.18);
}

.navbar-nav {
    gap: 0.25rem;
    padding-block: 0.75rem;
}

.nav-link {
    color: var(--color-ink);
    font-weight: 700;
    padding: 0.65rem 0.85rem;
    border-radius: var(--radius);
}

.nav-link.active,
.nav-link:focus,
.nav-link:hover {
    color: var(--color-brand);
    background: rgba(217, 71, 27, 0.08);
}

.hero-section {
    position: relative;
    isolation: isolate;
    background-image: url("../mantralaya_mandira.jpg");
    background-position: center center;
    background-size: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.48);
}

.min-vh-hero {
    min-height: 552px;
    padding-block: 2rem;
}

.section-kicker {
    margin-bottom: 0.65rem;
    color: var(--color-brand);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-title {
    max-width: 740px;
    color: #fff;
    font-size: clamp(2.35rem, 9vw, 4.7rem);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: 0;
}

.hero-subtitle {
    max-width: 590px;
    margin: 1rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.05rem, 4vw, 1.35rem);
    line-height: 1.55;
}

.hero-guide-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.6rem 0.85rem;
    color: #fff;
    font-weight: 850;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: var(--radius);
    backdrop-filter: blur(8px);
}

.hero-guide-link:hover,
.hero-guide-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.22);
}

.hero-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.search-panel {
    max-width: 650px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
}

.search-input-group {
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    overflow: hidden;
}

.search-input-group .input-group-text,
.search-input-group .form-control {
    border: 0;
    background: #fff;
}

.search-input-group .form-control {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 54px;
    font-weight: 600;
}

.form-control:focus {
    border-color: var(--color-brand);
    box-shadow: 0 0 0 0.2rem rgba(217, 71, 27, 0.16);
}

.btn-brand,
.btn-outline-brand {
    min-height: 44px;
    border-radius: var(--radius);
    font-weight: 800;
}

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

.btn-brand:hover,
.btn-brand:focus {
    color: #fff;
    background: var(--color-brand-dark);
    border-color: var(--color-brand-dark);
}

.btn-outline-brand {
    color: var(--color-brand);
    border-color: var(--color-brand);
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
    color: #fff;
    background: var(--color-brand);
    border-color: var(--color-brand);
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.quick-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 72px;
    padding: 0.85rem 1rem;
    color: var(--color-ink);
    font-weight: 800;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
}

.quick-filter:hover,
.quick-filter:focus {
    color: var(--color-brand-dark);
    border-color: rgba(217, 71, 27, 0.42);
    box-shadow: 0 0 0 0.2rem rgba(217, 71, 27, 0.12);
}

.section-pad {
    padding-block: 3rem;
}

#featured-accommodations {
    padding-top: 2.75rem;
}

.section-heading {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.section-heading h1,
.section-heading h2,
.planning-section h2 {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(1.75rem, 5vw, 2.55rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
}

.trust-count {
    margin-bottom: 0.45rem;
    color: var(--color-brand);
    font-size: 0.92rem;
    font-weight: 800;
}

.section-link {
    flex: 0 0 auto;
    color: var(--color-brand);
    font-weight: 800;
    text-decoration: none;
}

.accommodation-card {
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(45, 30, 20, 0.08);
}

.accommodation-card .card-img-top {
    height: 210px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.accommodation-card .card-body {
    padding: 0.85rem 0.9rem 0.65rem;
}

.accommodation-card .card-title {
    min-height: 2.8rem;
    margin-bottom: 0.35rem;
    font-size: 1.12rem;
    font-weight: 850;
    line-height: 1.25;
}

.distance {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--color-muted);
    font-size: 0.95rem;
    font-weight: 650;
}

.price {
    margin-bottom: 0.4rem;
    color: var(--color-muted);
}

.price strong {
    color: var(--color-ink);
}

.card-rating-row {
    display: flex;
    min-height: 1.35rem;
    gap: 0.35rem;
    align-items: center;
    margin-bottom: 0.15rem;
}

.rating-stars {
    color: var(--color-gold);
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: 0;
}

.rating-number,
.card-review-count,
.card-trust-text,
.card-updated-text {
    color: var(--color-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.card-trust-text,
.card-updated-text {
    margin-bottom: 0;
    font-size: 0.84rem;
    line-height: 1.35;
}

.card-updated-text {
    color: #6f7a72;
    font-weight: 650;
}

.card-verified-badge {
    display: inline-flex;
    width: fit-content;
    min-height: 1.4rem;
    align-items: center;
    margin-bottom: 0.25rem;
    padding: 0.16rem 0.42rem;
    color: #198754;
    font-size: 0.78rem;
    font-weight: 850;
    background: rgba(25, 135, 84, 0.1);
    border: 1px solid rgba(25, 135, 84, 0.22);
    border-radius: var(--radius);
}

.accommodation-card .card-footer {
    padding: 0 0.9rem 0.9rem;
}

.amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    min-height: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.amenities li {
    padding: 0.28rem 0.52rem;
    color: var(--color-brand-dark);
    font-size: 0.78rem;
    font-weight: 800;
    background: var(--color-soft);
    border: 1px solid #f2dcc8;
    border-radius: 999px;
}

.why-section {
    padding-block: 3rem;
    background: linear-gradient(180deg, #fffaf5 0%, #fff1e6 100%);
    border-block: 1px solid var(--color-line);
}

.why-card {
    padding: 1.25rem;
    text-align: center;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
}

.why-card h3 {
    margin: 0.85rem 0 0.5rem;
    font-size: 1rem;
    font-weight: 850;
}

.why-card p,
.section-intro,
.accordion-body {
    color: var(--color-muted);
    line-height: 1.65;
}

.why-card p {
    margin: 0;
    font-size: 0.94rem;
}

.feature-icon {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    color: var(--color-brand);
    background: var(--color-soft);
    border: 1px solid #f0dccb;
    border-radius: 50%;
}

.planning-section {
    background: #fffaf5;
}

.popular-searches-section {
    padding-block: 3rem;
    background: #fffaf5;
}

.popular-searches-section h2 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    font-weight: 850;
}

.popular-searches {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.popular-searches a {
    padding: 0.55rem 0.85rem;
    color: var(--color-brand-dark);
    font-weight: 800;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
}

.popular-searches a:hover,
.popular-searches a:focus {
    color: var(--color-brand);
    border-color: rgba(217, 71, 27, 0.42);
}

.visit-accordion {
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(45, 30, 20, 0.07);
}

.accordion-item {
    border-color: var(--color-line);
}

.accordion-button {
    color: var(--color-ink);
    font-weight: 850;
    background: #fff;
}

.accordion-button:not(.collapsed) {
    color: var(--color-brand-dark);
    background: var(--color-soft);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: var(--color-brand);
    box-shadow: 0 0 0 0.2rem rgba(217, 71, 27, 0.16);
}

.site-footer {
    padding-top: 3rem;
    color: #f9ede5;
    background: #311d14;
}

.footer-logo {
    width: 190px;
    max-width: 100%;
    filter: brightness(1.08);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.65;
}

.footer-heading {
    margin-bottom: 0.85rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 850;
}

.footer-links {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a,
.site-footer address a,
.footer-legal a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.footer-links a:hover,
.site-footer address a:hover,
.footer-legal a:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.25rem;
    padding-block: 1.15rem;
    color: rgba(255, 255, 255, 0.64);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
}

.footer-legal {
    display: flex;
    gap: 1rem;
}

.ui-icon {
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    width: 1.35rem;
    height: 1.35rem;
    color: currentColor;
}

.icon-search {
    border: 2px solid currentColor;
    border-radius: 50%;
    transform: scale(0.72);
}

.icon-search::after {
    content: "";
    position: absolute;
    width: 0.58rem;
    height: 2px;
    right: -0.42rem;
    bottom: -0.18rem;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: left center;
}

.icon-temple::before,
.icon-family::before,
.icon-rupee::before,
.icon-snow::before,
.icon-check::before,
.icon-phone::before,
.icon-heart::before,
.icon-pin::before {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-weight: 900;
    line-height: 1;
}

.icon-temple::before {
    content: "॥";
    color: var(--color-brand);
    font-size: 1.45rem;
}

.icon-family::before {
    content: "3";
    color: #2b66b1;
    font-size: 1.15rem;
}

.icon-rupee::before {
    content: "₹";
    color: #1c8b42;
    font-size: 1.35rem;
}

.icon-snow::before {
    content: "*";
    color: #6246c7;
    font-size: 1.65rem;
}

.icon-check::before {
    content: "✓";
    color: #198754;
    font-size: 1.35rem;
}

.icon-phone::before {
    content: "☎";
    color: #0d6efd;
    font-size: 1.18rem;
}

.icon-heart::before {
    content: "♥";
    color: #d9471b;
    font-size: 1.22rem;
}

.icon-pin::before {
    content: "";
    inset: 0.2rem 0.35rem 0.42rem;
    background: var(--color-brand);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
}

.icon-pin::after {
    content: "";
    position: absolute;
    top: 0.47rem;
    left: 0.51rem;
    width: 0.32rem;
    height: 0.32rem;
    background: #fff;
    border-radius: 50%;
}

.detail-breadcrumb-section {
    padding-block: 1rem;
    background: #fffaf5;
    border-bottom: 1px solid var(--color-line);
}

.detail-breadcrumb {
    font-weight: 700;
}

.detail-breadcrumb a {
    color: var(--color-brand-dark);
    text-decoration: none;
}

.detail-hero {
    position: relative;
    min-height: 276px;
    isolation: isolate;
    overflow: hidden;
}

.detail-hero-image,
.detail-hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.detail-hero-image {
    z-index: -2;
    object-fit: cover;
}

.detail-hero-overlay {
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.detail-hero-content {
    display: flex;
    min-height: 276px;
    align-items: center;
}

.detail-hero-copy {
    max-width: 850px;
    padding-block: 2rem;
    color: #fff;
}

.detail-hero h1 {
    max-width: 900px;
    margin-bottom: 1rem;
    font-size: clamp(2.25rem, 8vw, 4.5rem);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
}

.detail-updated-text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    font-weight: 700;
}

.detail-hero-meta,
.detail-actions,
.detail-navigation-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.detail-hero-meta {
    margin-bottom: 1.35rem;
}

.detail-hero-meta span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0.35rem 0.65rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: var(--radius);
}

.detail-disclaimer {
    max-width: 780px;
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    line-height: 1.55;
}

.verified-badge {
    color: #fff;
    background: rgba(25, 135, 84, 0.9) !important;
    border-color: rgba(25, 135, 84, 0.9) !important;
}

.mobile-action-bar {
    display: none;
}

.mobile-action-link {
    display: inline-flex;
    min-width: 0;
    min-height: 52px;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    color: var(--color-ink);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    background: transparent;
    border: 0;
}

.mobile-action-link span:first-child {
    font-size: 1.15rem;
    line-height: 1;
}

.mobile-action-link:focus-visible {
    outline: 3px solid rgba(221, 70, 24, 0.35);
    outline-offset: -3px;
}

.mobile-action-disabled {
    color: var(--color-muted);
    opacity: 0.58;
}

.mobile-save-button.is-saved {
    color: var(--color-brand);
}

.detail-section {
    margin-bottom: 1.5rem;
}

.detail-section-heading {
    margin-bottom: 1rem;
}

.detail-section-heading h2,
.claim-panel h2 {
    margin: 0;
    font-size: clamp(1.35rem, 4vw, 1.9rem);
    font-weight: 850;
    letter-spacing: 0;
}

.detail-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.gallery-item {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.detail-about,
.property-details dd,
.claim-panel p {
    color: var(--color-muted);
    line-height: 1.7;
}

.detail-map {
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: #fff;
}

.detail-map iframe {
    display: block;
    width: 100%;
    height: 380px;
    border: 0;
}

.detail-panel,
.claim-panel {
    padding: 1.25rem;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(45, 30, 20, 0.07);
}

.property-details {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.property-details div {
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--color-line);
}

.property-details div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.property-details dt {
    margin-bottom: 0.2rem;
    color: var(--color-ink);
    font-size: 0.84rem;
    font-weight: 850;
    text-transform: uppercase;
}

.property-details dd {
    margin: 0;
}

.property-details a {
    color: var(--color-brand-dark);
    font-weight: 800;
}

.nearby-section,
.detail-navigation {
    background: #fffaf5;
}

.detail-navigation {
    padding-block: 1.5rem 3rem;
}

.detail-navigation-inner {
    justify-content: space-between;
}

.detail-navigation-inner > div {
    min-width: 150px;
}

.gallery-modal-content img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
}

.guide-breadcrumb {
    padding-block: 1rem;
    background: #fff;
    border-bottom: 1px solid var(--color-line);
}

.guide-content h2,
.guide-side-panel h2 {
    margin-top: 2rem;
    margin-bottom: 0.85rem;
    font-weight: 850;
}

.guide-content h2:first-of-type,
.guide-side-panel h2:first-of-type {
    margin-top: 0;
}

.guide-content p,
.guide-note,
.guide-checklist {
    color: var(--color-muted);
    line-height: 1.75;
}

.guide-hub-panel {
    margin: 1.5rem 0 2rem;
    padding: 1rem;
    background: var(--color-soft);
    border: 1px solid #f0dccb;
    border-radius: var(--radius);
}

.guide-hub-panel h2 {
    margin-top: 0;
}

.guide-search-control {
    margin: 1rem 0;
}

.guide-table th {
    color: var(--color-ink);
}

.seva-table th:first-child {
    min-width: 280px;
}

.seva-table td,
.seva-table th {
    vertical-align: middle;
}

.guide-important-note {
    margin: 1rem 0;
    padding: 1rem;
    color: var(--color-brand-dark);
    background: var(--color-soft);
    border: 1px solid #f0dccb;
    border-radius: var(--radius);
}

.guide-important-note h3 {
    margin-bottom: 0.65rem;
    font-size: 1.05rem;
    font-weight: 850;
}

.guide-important-note ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-left: 1.1rem;
}

.guide-note {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.guide-checklist {
    display: grid;
    gap: 0.55rem;
    padding-left: 1.1rem;
}

.guide-side-panel {
    position: sticky;
    top: 112px;
}

.guide-accordion {
    margin-bottom: 1.5rem;
}

.guide-faq-section {
    background: #fff;
}

.temple-guide-sticky-cta {
    display: none;
}

@media (max-width: 575.98px) {
    body:has(.mobile-action-bar) {
        padding-bottom: 74px;
    }

    body:has(.temple-guide-sticky-cta) {
        padding-bottom: 74px;
    }

    .mobile-action-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: flex;
        gap: 0;
        padding: 0.4rem max(0.75rem, env(safe-area-inset-left)) calc(0.4rem + env(safe-area-inset-bottom)) max(0.75rem, env(safe-area-inset-right));
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid var(--color-line);
        box-shadow: 0 -10px 26px rgba(45, 30, 20, 0.14);
    }

    .temple-guide-sticky-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: block;
        padding: 0.55rem max(0.85rem, env(safe-area-inset-left)) calc(0.55rem + env(safe-area-inset-bottom)) max(0.85rem, env(safe-area-inset-right));
        background: rgba(255, 255, 255, 0.98);
        border-top: 1px solid var(--color-line);
        box-shadow: 0 -10px 26px rgba(45, 30, 20, 0.14);
    }

    .brand-logo {
        width: 179px;
        max-height: 65px;
    }

    .min-vh-hero {
        min-height: auto;
        padding-block: 3rem;
    }

    .hero-section {
        background-position: center center;
    }

    .hero-overlay {
        background: rgba(0, 0, 0, 0.5);
    }

    .detail-hero,
    .detail-hero-content {
        min-height: 320px;
    }

    .detail-gallery {
        grid-template-columns: 1fr;
    }

    .detail-map iframe {
        height: 320px;
    }

    .detail-navigation-inner {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .search-panel {
        padding: 0.75rem;
    }

    .hero-guide-actions .btn {
        width: 100%;
    }

    .guide-side-panel {
        position: static;
    }

    .search-input-group {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .search-input-group .form-control {
        width: 100%;
    }

    .search-input-group .btn {
        grid-column: 1 / -1;
        border-radius: 0;
    }

    .quick-actions {
        grid-template-columns: 1fr;
    }

    .section-heading {
        display: block;
    }

    .section-link {
        display: inline-block;
        margin-top: 0.75rem;
    }

    .footer-bottom {
        display: block;
    }

    .footer-legal {
        margin-top: 0.75rem;
    }
}

@media (min-width: 576px) {
    .quick-actions {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        gap: 1rem;
        padding-block: 0;
    }

    .section-pad,
    .why-section {
        padding-block: 4.5rem;
    }

    #featured-accommodations {
        padding-top: 2.25rem;
    }
}
