/* ================================================================
   PUJA-LISTING.CSS — the "Discover" banner + search bar used at
   the top of puja.html and package.html
   ================================================================ */

.listing { padding: 26px 0 60px; }

.discover {
    background: radial-gradient(circle at center top, #7A1425 0%, #4A0C16 50%, #2A040A 100%);
    text-align: center;
    padding: 70px 20px 80px;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid var(--gold);
    box-shadow: inset 0 0 30px rgba(0,0,0,0.4);
}

.discover h1 {
    position: relative;
    padding-left: 22px;
    font-family: 'Fraunces','Noto Serif Devanagari','Noto Serif Telugu',Georgia,serif;
    font-weight: 800;
    letter-spacing: -.01em;
    font-size: clamp(1.8rem,4.2vw,2.9rem);
    color: var(--gold);
    margin-bottom: 14px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    display: inline-block;
}

.discover h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: .12em;
    bottom: .12em;
    width: 5px;
    border-radius: 3px;
    background: var(--gold);
    box-shadow: 0 0 8px var(--gold);
}

.discover p {
    font-family: Georgia,'Times New Roman',serif;
    color: #F7ECE2;
    font-size: .98rem;
    max-width: 620px;
    margin: 0 auto 30px;
    line-height: 1.7;
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}

.search-bar {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}

.search-bar input {
    width: 100%;
    padding: 17px 56px 17px 26px;
    border-radius: 999px;
    border: 2px solid var(--gold);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 28px rgba(0,0,0,0.4);
    font-family: 'Manrope',sans-serif;
    font-size: .95rem;
    color: var(--ink);
    transition: all 0.3s ease;
}

.search-bar input::placeholder {
    color: #9AA0AE;
}

.search-bar input:focus {
    outline: none;
    border-color: #FFFDF8;
    box-shadow: 0 0 15px rgba(201, 162, 39, 0.6);
}

.search-bar .si {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    opacity: .8;
    color: var(--red);
}

.discover .wm {
    position: absolute;
    top: 24px;
    width: 150px;
    color: var(--gold);
    opacity: .15;
}

.wm-l { left: 40px; }
.wm-r { right: 40px; }

.listing-heading {
    font-family: 'Manrope',sans-serif;
    font-weight: 800;
    font-size: clamp(1.4rem,3vw,1.9rem);
    color: var(--ink);
    margin-bottom: 22px;
}

.listing { padding-top: 34px; }

.tabs-sticky {
    position: sticky;
    top: var(--header-h, 70px);
    z-index: 35;
    background: var(--bg);
    padding: 14px 0;
    margin: -14px 0 20px;
    border-bottom: 2px solid rgba(201, 162, 39, 0.2);
}
