/*
Theme Name:  Bhagya Phal
Theme URI:   https://bhagyaphal.com
Author:      Bhagya Phal Team
Author URI:  https://bhagyaphal.com
Description: Official WordPress theme for Bhagya Phal — Vedic Astrology Platform. Features horoscope sections, astrologer consultation, panchang tools, premium services, and newsletter signup.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bhagyaphal
Tags:        astrology, vedic, custom-menu, featured-images, full-width-template
*/

/* ════════════════════════════════════════════════════════════
   BHAGYA PHAL THEME — COLOR PALETTE
   Header bg:      #FFFFFF
   Body bg:        #F5EDE0 (warm beige/cream)
   Section bg:     #FDF6EE (lighter cream)
   Hero bg:        radial orange-red gradient
   Orange primary: #E8630A
   Orange dark:    #C4460A
   Text dark:      #2D1A0E (dark brown)
   Text maroon:    #7B2D00
   Green badge:    #2E7D32
   Border:         #E8D5C0
   Purple logo:    #6B3FA0
════════════════════════════════════════════════════════════ */

/* ── RESET & ROOT ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --white:       #FFFFFF;
    --body:        #F5EDE0;
    --body2:       #FDF6EE;
    --orange:      #E8630A;
    --orange-d:    #C4460A;
    --orange-l:    #F07030;
    --orange-pale: #FFF0E6;
    --brown:       #2D1A0E;
    --maroon:      #7B2D00;
    --text:        #4A3020;
    --text2:       #6B4A30;
    --muted:       #9A7860;
    --border:      #E8D5C0;
    --border2:     #D4B898;
    --green:       #2E7D32;
    --green-l:     #E8F5E9;
    --purple:      #6B3FA0;
    --gold:        #D4A843;
    --shadow:      0 2px 12px rgba(45,26,14,.10);
    --shadow-md:   0 4px 20px rgba(45,26,14,.12);
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', sans-serif;
    background: var(--body);
    color: var(--text);
    line-height: 1.5;
    font-size: 14px;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ── HEADER ── */
.site-header {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 8px rgba(45,26,14,.08);
}
.hdr {
    max-width: 1200px;
    margin: 0 auto;
    padding: .7rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.site-logo {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-shrink: 0;
    text-decoration: none;
}
.logo-mark { width: 36px; height: 36px; }
.logo-mark svg { width: 36px; height: 36px; }
.logo-text { display: flex; align-items: baseline; gap: .25rem; }
.logo-bhagya {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--purple);
    letter-spacing: .5px;
}
.logo-phal {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--brown);
    letter-spacing: .5px;
}

/* Primary Navigation */
.primary-nav {
    display: flex;
    gap: .25rem;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    margin-right: .5rem;
}
.primary-nav ul {
    display: flex;
    gap: .25rem;
    align-items: center;
}
.primary-nav ul li a {
    color: var(--brown);
    font-size: .82rem;
    font-weight: 500;
    padding: .4rem .75rem;
    border-radius: 4px;
    transition: all .2s;
    letter-spacing: .2px;
    display: block;
}
.primary-nav ul li a:hover,
.primary-nav ul li.current-menu-item > a { color: var(--orange); background: var(--orange-pale); }
.btn-kundli-hdr {
    background: var(--orange);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    padding: .45rem 1.1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    letter-spacing: .3px;
    font-family: 'Poppins', sans-serif;
}
.btn-kundli-hdr:hover { background: var(--orange-d); }

/* ── HERO ── */
.hero-section {
    background: radial-gradient(ellipse at 60% 40%, #D4560A 0%, #9B2E00 40%, #3A0800 75%, #1A0300 100%);
    position: relative;
    overflow: hidden;
    min-height: 340px;
}
.hero-sparkles { position: absolute; inset: 0; pointer-events: none; }
.spark {
    position: absolute;
    background: #FFD080;
    border-radius: 50%;
    animation: sparkle 3s infinite;
}
@keyframes sparkle {
    0%, 100% { opacity: .1; transform: scale(.5); }
    50%       { opacity: .9; transform: scale(1); }
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: start;
    position: relative;
    z-index: 2;
}
.hero-left { padding-top: .5rem; }
.hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #FFF8F0;
    line-height: 1.2;
    margin-bottom: .9rem;
}
.hero-title .star { color: #FFD080; font-size: 1rem; vertical-align: middle; }
.hero-sub {
    font-size: .92rem;
    color: rgba(255,240,220,.85);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-weight: 300;
    max-width: 420px;
}
.hero-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.btn-gen {
    background: var(--orange);
    color: #fff;
    padding: .65rem 1.3rem;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: .84rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: all .2s;
}
.btn-gen:hover { background: var(--orange-l); }
.btn-ask {
    background: rgba(255,255,255,.1);
    border: 1.5px solid rgba(255,255,255,.4);
    color: #fff;
    padding: .55rem 1.1rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: .82rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: all .2s;
    line-height: 1.3;
}
.btn-ask:hover { background: rgba(255,255,255,.18); }
.btn-ask small { display: block; font-size: .65rem; opacity: .8; font-weight: 400; }

/* Hero Form Card */
.hero-form-card {
    background: var(--white);
    border-radius: 10px;
    padding: 1.4rem;
    box-shadow: 0 8px 32px rgba(0,0,0,.25);
    margin-top: -.3rem;
}
.hfc-title {
    font-weight: 700;
    font-size: .95rem;
    color: var(--brown);
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.hfc-price { font-size: .78rem; color: var(--muted); margin-bottom: 1rem; }
.hfc-field { margin-bottom: .7rem; }
.hfc-field input,
.hfc-field select {
    width: 100%;
    border: 1px solid var(--border2);
    border-radius: 6px;
    padding: .6rem .85rem;
    font-size: .85rem;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    outline: none;
    background: #fff;
    transition: border-color .2s;
    -webkit-appearance: none;
}
.hfc-field input::placeholder { color: #C0A890; }
.hfc-field input:focus,
.hfc-field select:focus { border-color: var(--orange); }
.hfc-select-wrap { position: relative; }
.hfc-select-wrap::after {
    content: '▾';
    position: absolute;
    right: .85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: .9rem;
    pointer-events: none;
}
.btn-generate {
    width: 100%;
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .75rem;
    font-size: .9rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .3rem;
}
.btn-generate:hover { background: var(--orange-d); }

/* Panchang mini in hero */
.panchang-mini { margin-top: .8rem; }
.pm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem .7rem;
    border-radius: 5px;
    background: var(--body2);
    margin-bottom: .4rem;
    font-size: .8rem;
}
.pm-label { color: var(--text2); font-weight: 500; }
.pm-time { color: var(--orange-d); font-weight: 700; font-size: .85rem; letter-spacing: .3px; }
.pm-row.rahukaal { background: #FEF2F2; }
.pm-row.rahukaal .pm-label,
.pm-row.rahukaal .pm-time { color: #C62828; }
.pm-panchang-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    color: var(--brown);
    font-size: .78rem;
    font-weight: 500;
    margin-top: .5rem;
    padding: .4rem;
    transition: color .2s;
}
.pm-panchang-link:hover { color: var(--orange); }

/* ── SECTION UTILITIES ── */
.sec-max { max-width: 1200px; margin: 0 auto; }
.sec-label {
    font-size: .78rem;
    font-weight: 700;
    color: var(--maroon);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.sec-label .sec-tag {
    color: var(--orange);
    font-weight: 400;
    font-size: .75rem;
    text-transform: none;
    letter-spacing: 0;
}

/* ── HOROSCOPE SECTION ── */
.horo-section { background: var(--body2); padding: 2rem 1.5rem; }
.horo-panch-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2rem;
    align-items: start;
}
.rashi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .6rem;
    max-width: 480px;
}
.rashi-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: .75rem .5rem .6rem;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}
.rashi-card:hover,
.rashi-card.active { border-color: var(--orange); box-shadow: 0 2px 10px rgba(232,99,10,.15); }
.rashi-card.active { background: var(--orange-pale); }
.rashi-svg { width: 48px; height: 48px; margin: 0 auto .4rem; }
.rashi-name { font-size: .72rem; font-weight: 500; color: var(--brown); }

/* Panchang time card */
.panch-time-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    margin-top: .8rem;
}
.ptc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 1rem;
    border-bottom: 1px solid var(--border);
}
.ptc-row:last-child { border-bottom: none; cursor: pointer; }
.ptc-label { font-size: .82rem; color: var(--text2); font-weight: 500; }
.ptc-time { font-weight: 700; font-size: .88rem; color: var(--orange-d); letter-spacing: .5px; }
.ptc-row.rahu .ptc-label,
.ptc-row.rahu .ptc-time { color: #B71C1C; }
.ptc-row.link-row {
    color: var(--brown);
    font-size: .8rem;
    font-weight: 500;
    justify-content: center;
    gap: .3rem;
}
.ptc-row.link-row:hover { color: var(--orange); }

/* ── ASTROLOGER SECTION ── */
.astro-section {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-top: 1px solid var(--border);
}
.astro-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.astro-headline { font-size: 1rem; font-weight: 700; color: var(--maroon); }
.astro-headline span { color: var(--orange); }
.astro-view-all {
    font-size: .78rem;
    font-weight: 600;
    color: #B71C1C;
    cursor: pointer;
    white-space: nowrap;
    transition: color .2s;
    text-decoration: none;
}
.astro-view-all:hover { color: var(--orange); }
.astro-slider-wrap { position: relative; padding: 0 20px; }
.astro-slider {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .75rem;
    overflow: hidden;
}
.astro-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1rem .85rem;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.astro-card:hover {
    border-color: var(--orange);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.astro-name { font-size: .82rem; font-weight: 700; color: var(--brown); margin-bottom: .15rem; line-height: 1.3; }
.astro-speciality { font-size: .68rem; color: var(--muted); margin-bottom: .8rem; line-height: 1.4; min-height: 2.1em; }
.astro-avatar-wrap { position: relative; width: 72px; height: 72px; margin: 0 auto .75rem; }
.astro-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--body);
    border: 2px solid var(--border);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.astro-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.astro-avatar svg { width: 100%; height: 100%; }
.astro-online-dot {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 13px;
    height: 13px;
    background: #2E7D32;
    border-radius: 50%;
    border: 2px solid white;
}
.astro-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-size: .7rem;
    color: var(--text2);
    margin-bottom: .3rem;
    flex-wrap: wrap;
}
.astro-rating { display: flex; align-items: center; gap: .2rem; font-weight: 600; color: var(--brown); }
.astro-rating .star-gold { color: #F5A623; font-size: .75rem; }
.astro-exp { display: flex; align-items: center; gap: .2rem; color: var(--muted); }
.astro-sep { color: var(--border2); }
.astro-lang { font-size: .68rem; color: var(--muted); margin-bottom: .75rem; }
.btn-free-chat {
    width: 100%;
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .5rem;
    font-size: .78rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}
.btn-free-chat:hover { background: #1B5E20; }
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    box-shadow: 0 2px 8px rgba(232,99,10,.3);
    line-height: 1;
}
.slider-btn:hover { background: var(--orange-d); }
.slider-btn.prev { left: -6px; }
.slider-btn.next { right: -6px; }

/* ── TODAY PANCHANG / TOOLS SECTION ── */
.tools-section { background: var(--body2); padding: 2rem 1.5rem; }
.tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .7rem;
}
.tool-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 1rem .8rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    cursor: pointer;
    transition: all .2s;
}
.tool-card:hover { border-color: var(--orange-d); box-shadow: var(--shadow); }
.tool-icon-svg { width: 44px; height: 44px; flex-shrink: 0; }
.tool-info .tool-name { font-size: .84rem; font-weight: 600; color: var(--brown); line-height: 1.2; }
.tool-info .tool-price { font-size: .75rem; color: var(--orange); font-weight: 500; margin-top: .15rem; }
.tool-info .tool-rating { font-size: .7rem; color: var(--muted); margin-top: .1rem; }
.tool-stars { color: var(--gold); font-size: .65rem; letter-spacing: .5px; }

/* ── WHAT WE OFFER / ARTICLES SECTION ── */
.articles-section { background: var(--body); padding: 2rem 1.5rem; }
.articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
}
.art-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: .9rem 1rem;
    cursor: pointer;
    transition: all .2s;
}
.art-item:hover { border-color: var(--orange); box-shadow: var(--shadow); }
.art-row-inner { display: flex; align-items: flex-start; gap: .6rem; }
.art-chevron { color: var(--orange-d); font-size: 1rem; font-weight: 700; flex-shrink: 0; margin-top: .1rem; }
.art-title { font-size: .82rem; font-weight: 600; color: var(--brown); line-height: 1.4; margin-bottom: .35rem; }
.art-meta { display: flex; align-items: center; gap: .5rem; }
.art-stars { color: var(--gold); font-size: .65rem; letter-spacing: .5px; }
.art-score { font-size: .72rem; font-weight: 600; color: var(--maroon); }
.art-count { font-size: .7rem; color: var(--muted); }

/* ── PREMIUM SERVICES ── */
.services-section { background: var(--body2); padding: 2rem 1.5rem; }
.svc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
    gap: .5rem;
}
.svc-trust { display: flex; align-items: center; gap: 1rem; font-size: .75rem; color: var(--text2); flex-wrap: wrap; }
.svc-trust-item { display: flex; align-items: center; gap: .3rem; }
.svc-trust-item strong { font-weight: 600; color: var(--brown); }
.svc-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .7rem;
}
.svc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.2rem .8rem 1rem;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}
.svc-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.svc-icon-area { width: 70px; height: 70px; margin: 0 auto .75rem; display: flex; align-items: center; justify-content: center; }
.svc-icon-area svg { width: 70px; height: 70px; }
.svc-icon-area img { width: 70px; height: 70px; object-fit: contain; }
.svc-name { font-size: .8rem; font-weight: 600; color: var(--brown); margin-bottom: .3rem; }
.svc-price { font-size: .82rem; font-weight: 600; color: var(--brown); margin-bottom: .6rem; }
.svc-price small { font-size: .7rem; font-weight: 400; color: var(--muted); }
.svc-rating-btn {
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: .3rem .8rem;
    font-size: .7rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    transition: background .2s;
}
.svc-rating-btn:hover { background: #1B5E20; }
.svc-rating-btn .btn-stars { color: #FFD700; font-size: .65rem; letter-spacing: .5px; }

/* ── TRUST BADGES ── */
.trust-section { background: var(--body2); padding: 1.5rem; }
.trust-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: .5rem; font-size: .88rem; }
.trust-item .t-icon { font-size: 1.4rem; }
.trust-item .t-num { font-family: 'Cinzel', serif; font-size: 1.2rem; font-weight: 700; color: var(--orange); }
.trust-item .t-label { color: var(--text2); font-weight: 400; }

/* ── NEWSLETTER ── */
.nl-section {
    background: linear-gradient(135deg, #C4460A 0%, #8B2200 50%, #3A0800 100%);
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}
.nl-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
}
.nl-sparkle { color: #FFD080; font-size: 1.5rem; margin-bottom: .5rem; display: block; }
.nl-title { font-family: 'Cinzel', serif; font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 700; color: #FFF8F0; margin-bottom: .5rem; line-height: 1.3; }
.nl-title .arr { color: #FFD080; }
.nl-sub { font-size: .82rem; color: rgba(255,240,220,.75); font-weight: 300; }
.nl-right { display: flex; gap: .6rem; align-items: stretch; }
.nl-input {
    flex: 1;
    background: rgba(255,255,255,.95);
    border: none;
    border-radius: 6px;
    padding: .7rem 1rem;
    font-size: .85rem;
    font-family: 'Poppins', sans-serif;
    color: var(--text);
    outline: none;
}
.nl-input::placeholder { color: #C0A890; }
.btn-subscribe {
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: .7rem 1.2rem;
    font-size: .82rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
}
.btn-subscribe:hover { background: #1B5E20; }

/* ── FOOTER ── */
.site-footer {
    background: var(--brown);
    padding: 2.5rem 1.5rem 1.2rem;
    border-top: 2px solid var(--orange-d);
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.fb-logo { font-family: 'Cinzel', serif; font-size: 1.1rem; color: #FFD080; font-weight: 700; margin-bottom: .6rem; }
.fb-tagline { font-size: .68rem; color: rgba(255,240,220,.5); letter-spacing: 2px; margin-bottom: .6rem; font-style: italic; }
.fb-text { font-size: .8rem; color: rgba(255,240,220,.6); line-height: 1.7; margin-bottom: .8rem; }
.footer-contact { display: flex; flex-direction: column; gap: .3rem; margin-bottom: .8rem; }
.footer-contact a { color: rgba(255,240,220,.55); font-size: .8rem; display: flex; align-items: center; gap: .4rem; transition: color .2s; }
.footer-contact a:hover { color: #FFD080; }
.footer-socials { display: flex; gap: .5rem; margin-top: .5rem; }
.fs-btn {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(212,168,67,.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    color: #FFD080;
    cursor: pointer;
    transition: all .2s;
    font-weight: 700;
}
.fs-btn:hover { background: rgba(212,168,67,.1); }
.footer-col h4 {
    font-size: .72rem;
    font-weight: 700;
    color: #FFD080;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: .75rem;
    padding-bottom: .4rem;
    border-bottom: 1px solid rgba(212,168,67,.2);
}
.footer-col ul li a {
    display: block;
    color: rgba(255,240,220,.6);
    font-size: .8rem;
    padding: .2rem 0;
    transition: color .2s;
}
.footer-col ul li a:hover { color: #FFD080; }
.footer-bottom {
    border-top: 1px solid rgba(212,168,67,.15);
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}
.footer-copy { color: rgba(255,240,220,.4); font-size: .75rem; }
.footer-policy { display: flex; gap: 1rem; }
.footer-policy a { color: rgba(255,240,220,.4); font-size: .75rem; transition: color .2s; }
.footer-policy a:hover { color: #FFD080; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .astro-slider { grid-template-columns: repeat(4, 1fr); }
    .svc-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 900px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-form-card { display: none; }
    .horo-panch-layout { grid-template-columns: 1fr; }
    .rashi-grid { max-width: 100%; }
    .astro-slider { grid-template-columns: repeat(3, 1fr); }
    .nl-inner { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .primary-nav { display: none; }
    .tools-grid { grid-template-columns: 1fr 1fr; }
    .articles-grid { grid-template-columns: 1fr; }
    .svc-grid { grid-template-columns: 1fr 1fr; }
    .astro-slider { grid-template-columns: repeat(2, 1fr); }
    .trust-inner { gap: 1.5rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .nl-right { flex-direction: column; }
}

/* Testimonials Section Styling */
.testimonials-section {
  background: #fff8f2;
  padding: 60px 0 40px 0;
}
.testimonials-section .sec-label {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #e8630a;
  letter-spacing: 1px;
}
.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(232,99,10,0.08);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 340px;
  min-width: 260px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.testimonial-card:hover {
  box-shadow: 0 8px 32px rgba(232,99,10,0.16);
}
.testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  color: #333;
  margin-bottom: 1.2rem;
  text-align: center;
}
.testimonial-author {
  font-weight: 600;
  color: #e8630a;
  margin-bottom: 0.3rem;
  text-align: center;
}
.testimonial-author span {
  display: block;
  font-weight: 400;
  color: #888;
  font-size: 0.95rem;
}
.testimonial-rating {
  color: #ffc107;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  letter-spacing: 2px;
}
@media (max-width: 900px) {
  .testimonials-grid {
    flex-direction: column;
    align-items: center;
  }
  .testimonial-card {
    max-width: 95vw;
    min-width: 0;
  }
}

.panchang-card-modern {
  background: #c75a13;
  border-radius: 0;
  box-shadow: none;
  padding: 1.2rem 0;
  max-width: 100vw;
  margin: 0 auto 2rem auto;
  border: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  gap: 0;
}

.pcm-header, .pcm-date, .pcm-details {
  all: unset;
  display:flex;
    flex-direction:row !important;
    justify-content:space-between;
    align-items:center;
}

.panchang-card-modern .pcm-info {
  display: flex;
  gap: 4vw;
  width: 100%;
  justify-content: space-around;
}

.pcm-moon{
    position:absolute;
    top:0;
    right:0;
    width:110px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.pcm-item span {
    font-size: 11px;
}

.pcm-item strong {
    font-size: 13px;
}

.pcm-moon img{
    width:95px;
    height:95px;
    object-fit:contain;
    display:block;
}
.pcm-info {
    position:relative;
    padding: 21px;
    background: #daccb5;
    border-radius: 15px;
}

.pcm-date-box {
    background-color: white;
    padding: 9, 10,0,4px;
    padding: 7px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #ac1818;
    font-weight: 600;
}

.pcm-divider {
    height:1px;
    border:0;
    background:linear-gradient(
        to right,
        transparent,
        rgba(0,0,0,.15),
        transparent
    );
    margin:12px 0 16px;
}
.panchang-card-modern .pcm-info div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.1;
}

.panchang-card-modern .pcm-info div strong {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.2rem;
}

/* Main Form Card */
.hfc-prokerala-form .pk-astrology-form {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    max-width: 100%;
}

/* Labels */
.hfc-prokerala-form label {
    font-size: 14px;
    font-weight: 500;
    color: #3b2a1f;
}

/* Inputs */
.hfc-prokerala-form .pk-astrology-form-control {
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 13px;
    background: #fff;
}

/* Radio Section */
.hfc-prokerala-form .pk-astrology-form-check-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.hfc-prokerala-form .pk-astrology-form-check-label {
    margin-left: 8px;
    font-size: 13px;
}

/* Submit Button */
.hfc-prokerala-form .pk-astrology-btn {
    background: #ff6b00;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.hfc-prokerala-form .pk-astrology-btn:hover {
    background: #e65c00;
}

/* Powered By Text */
.hfc-prokerala-form em {
    color: #777;
    font-size: 14px;
}

.panchang-card-modern .pcm-info div span {
  font-size: 0.85rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.85;
  margin-top: 0.1rem;
}

@media (max-width: 700px) {
  .panchang-card-modern {
    flex-direction: column;
    padding: 1.2rem 0.2rem;
    gap: 1.2rem;
  }
  .panchang-card-modern .pcm-info {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.premium-services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
    margin:30px 0;
}

.premium-card{
    border:1px solid #eee;
    padding:20px;
    border-radius:12px;
    text-align:center;
    background:#fff;
    transition:0.3s;
}

.premium-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.premium-card .icon{
    font-size:30px;
    margin-bottom:10px;
}

.price .offer{
    font-weight:bold;
    color:green;
    margin-right:8px;
}

.price .regular{
    text-decoration:line-through;
    color:#999;
}