/* Petwal Gems — overrides on the Jyotish theme.
   Palette follows the root site (assets/css/tokens.css): maroon + gold on ivory.
   The theme's own purple/orange were remapped in style.css/responsive.css. */
:root {
    --maroon: #8B1A1A;
    --maroon-hover: #9C2534;
    --maroon-dark: #721620;
    --gold: #C59B2B;
    --gold-soft: #E2B46A;
    --ivory: #FFF8EF;
    --cream: #FBF3E7;
    --ink: #2A2420;
    --muted: #6F6255;
    --border: #EFE6D6;
    --wa: #1FAF54;
    --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --font-deva: "Noto Sans Devanagari", "Roboto", sans-serif;
}

.pg_deva { font-family: var(--font-deva); }

/* ---------- Hero slider + page banner ----------
   The header (includes/header.php, css/petwal-header.css) sits in normal flow,
   so the space the theme reserved for its old absolute header is removed. */
.slider-area .carousel-inner .item .caption-1,
.slider-area .carousel-inner .item .caption-2,
.slider-area .carousel-inner .item .caption-3 { min-height: 780px; background-size: cover; background-position: center; }
.slider-area .carousel-inner .item .carousel-captions .content { padding-top: 150px; }
.slider-area .carousel-inner .item .carousel-captions:after { background: rgba(35, 8, 8, .78); }
.slider-area .carousel-inner .item .carousel-captions .content h2 { font-family: var(--font-display); text-transform: none; }
.slider-area .carousel-inner .item .carousel-captions .content h2 span { color: var(--gold-soft); }
/* ---------- Universal Inner Page Banner (300px Fixed Height) ---------- */
.pg-inner-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 300px;
    min-height: 300px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
    background:
        radial-gradient(900px 420px at 78% 40%, rgba(139, 26, 26, .6), transparent 65%),
        radial-gradient(750px 380px at 12% 105%, rgba(197, 155, 43, .18), transparent 60%),
        linear-gradient(180deg, #1d090e 0%, #12070a 100%);
}
.pg-inner-banner * { box-sizing: border-box; }
.pg-inner-banner__stars {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.pg-inner-banner__aura {
    position: absolute;
    width: 52vmax;
    height: 52vmax;
    right: -10vmax;
    top: 50%;
    transform: translateY(-50%);
    background: 
        radial-gradient(circle 380px at 70% 45%, rgba(246, 220, 152, .26), transparent 60%),
        radial-gradient(circle 520px at 30% 60%, rgba(139, 26, 26, .38), transparent 70%),
        conic-gradient(from 160deg at 65% 50%, rgba(197, 155, 43, .14) 0deg, rgba(139, 26, 26, .22) 110deg, rgba(246, 220, 152, .18) 220deg, rgba(197, 155, 43, .14) 360deg);
    filter: blur(35px);
    pointer-events: none;
    animation: pg-galaxy-swirl 28s linear infinite;
    mix-blend-mode: screen;
}
.pg-inner-banner__container {
    position: relative;
    z-index: 2;
}
.pg-inner-banner__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.pg-inner-banner__content {
    flex: 1;
    min-width: 0;
}
.pg-inner-banner__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-weight: 600;
}
.pg-inner-banner__crumbs li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 244, 228, .6);
}
.pg-inner-banner__crumbs li + li::before {
    content: "›";
    color: #E2B46A;
    font-size: 13px;
    font-weight: bold;
}
.pg-inner-banner__crumbs a {
    color: rgba(255, 244, 228, .85);
    padding: 3px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 0 0 1px rgba(246, 220, 152, .25);
    text-decoration: none;
    transition: background-color .25s, color .25s;
}
.pg-inner-banner__crumbs a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .15);
}
.pg-inner-banner__crumbs [aria-current] {
    color: #F6DC98;
}
.pg-inner-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 8px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #E2B46A;
}
.pg-inner-banner__eyebrow-line {
    width: 28px;
    height: 1px;
    background: #C59B2B;
}
.pg-inner-banner__title {
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.15;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: -.01em;
}
.pg-inner-banner__title em {
    font-style: italic;
    color: transparent;
    background: linear-gradient(100deg, #C59B2B 0%, #F6DC98 25%, #fff6dc 35%, #D9B048 50%, #C59B2B 70%, #F6DC98 100%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: pg-shimmer 6s linear infinite;
}
.pg-inner-banner__lead {
    font-size: clamp(14px, 1.15vw, 15.5px);
    line-height: 1.55;
    color: rgba(255, 244, 228, .82);
    max-width: 680px;
    margin: 0;
}
.pg-inner-banner__visual {
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.pg-inner-banner__seal {
    --size: 180px;
    position: relative;
    width: var(--size);
    height: var(--size);
    display: grid;
    place-items: center;
}
.pg-inner-banner__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    stroke: rgba(246, 220, 152, .45);
    fill: none;
    animation: pg-spin 90s linear infinite;
}
.pg-inner-banner__emblem {
    position: relative;
    width: calc(var(--size) * 0.72);
    height: calc(var(--size) * 0.72);
    border-radius: 50%;
    overflow: hidden;
    padding: 6px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(246, 220, 152, .3), rgba(139, 26, 26, .5), rgba(197, 155, 43, .3));
    box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .8), 0 0 0 1px rgba(246, 220, 152, .4);
}
.pg-inner-banner__emblem img {
    max-width: 82%;
    max-height: 82%;
    object-fit: contain;
    display: block;
}

/* Avatar for Pandit / About */
.pg-inner-banner__avatar {
    position: relative;
    width: calc(var(--size) * 0.72);
    height: calc(var(--size) * 0.72);
    border-radius: 50%;
    overflow: hidden;
    padding: 4px;
    background: linear-gradient(135deg, #F6DC98, #8B1A1A, #C59B2B);
    box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .8), 0 0 0 1px rgba(246, 220, 152, .4);
}
.pg-inner-banner__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 18%;
    border-radius: 50%;
    display: block;
}

/* Floating Accolade Chip */
.pg-inner-banner__chip {
    position: absolute;
    bottom: -6px;
    right: -16px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: rgba(18, 7, 10, .92);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 0 0 1px rgba(246, 220, 152, .4), 0 8px 20px -6px rgba(0, 0, 0, .6);
    white-space: nowrap;
    animation: pg-float 4.5s ease-in-out infinite;
}
.pg-inner-banner__chip i { color: #F6DC98; font-size: 12px; }

/* Themed Emblem Icons & Rings */
.pg-inner-banner__ring--facet { animation: pg-spin 80s linear infinite; }
.pg-inner-banner__ring--yantra { animation: pg-spin 110s linear infinite; }
.pg-inner-banner__ring--zodiac { animation: pg-spin-rev 100s linear infinite; }
.pg-inner-banner__ring--contact { animation: pg-spin 120s linear infinite; }

.pg-inner-banner__emblem--gem i { font-size: 42px; color: #F6DC98; filter: drop-shadow(0 0 12px rgba(246, 220, 152, .6)); animation: pg-pulse-gem 3s ease-in-out infinite; }
.pg-inner-banner__emblem--zodiac i { font-size: 44px; color: #F6DC98; filter: drop-shadow(0 0 10px rgba(197, 155, 43, .7)); animation: pg-pulse-gem 3.5s ease-in-out infinite; }
.pg-inner-banner__emblem--award i { font-size: 42px; color: #F6DC98; filter: drop-shadow(0 0 12px rgba(246, 220, 152, .6)); }
.pg-inner-banner__emblem--contact i { font-size: 42px; color: #F6DC98; filter: drop-shadow(0 0 10px rgba(246, 220, 152, .5)); }
.pg-inner-banner__emblem--kendra img { max-width: 90%; max-height: 90%; object-fit: contain; }

@keyframes pg-spin { to { transform: rotate(360deg); } }
@keyframes pg-spin-rev { to { transform: rotate(-360deg); } }
@keyframes pg-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes pg-pulse-gem { 0%, 100% { transform: scale(1); opacity: .9; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes pg-breathe { 0%, 100% { transform: translateY(-50%) scale(1); opacity: .75; } 50% { transform: translateY(-50%) scale(1.12); opacity: 1; } }
@keyframes pg-shimmer { to { background-position: -220% 0; } }
@keyframes pg-galaxy-swirl {
    0% { transform: translateY(-50%) rotate(0deg) scale(1); }
    50% { transform: translateY(-50%) rotate(180deg) scale(1.08); }
    100% { transform: translateY(-50%) rotate(360deg) scale(1); }
}

@media (max-width: 991px) {
    .pg-inner-banner {
        height: auto;
        min-height: 250px;
        padding: 36px 0;
    }
    .pg-inner-banner__visual {
        display: none;
    }
}

/* ---------- Headings / text ---------- */
.hs_about_heading_wrapper h2, .hs_kd_first_sec_wrapper h2, .hs_about_progress_img_left h2,
.hs_about_progress_cont_left h2, .pg_title { font-family: var(--font-display); }
.pg_title { color: var(--ink); font-size: 32px; margin: 8px 0 12px; line-height: 1.25; }
.pg_title .pg_deva { color: var(--maroon); font-size: .7em; }
.pg_lead { font-size: 18px; color: var(--maroon); }
.pg_text p, .pg_gem_info p { line-height: 1.8; margin-bottom: 14px; color: #565656; }
.pg_small { font-size: 14px; color: var(--muted); }
.pg_section { padding: 70px 0; }
.pg_alt { background: var(--cream); }
.pg_page { padding-top: 70px; padding-bottom: 60px; }
.pg_cols { column-count: 2; column-gap: 40px; }
@media (max-width: 767px) { .pg_cols { column-count: 1; } }
.pg_left_btn { text-align: left; margin-top: 20px; }
.pg_left_btn ul { display: flex; flex-wrap: wrap; gap: 14px; padding: 0; }
.hs_effect_btn li a[href^="tel:"], .hs_effect_btn li a[href*="wa.me"] { width: auto; padding: 0 26px; }
.pg_note { background: var(--ivory); border-left: 4px solid var(--gold); padding: 16px 20px; margin: 20px 0; color: #565656; }
.pg_bullets ul { padding-left: 0; }
.pg_bullets li { margin-bottom: 8px; }
.pg_bullets p a { color: var(--maroon); }
.hs_about_right_cont_wrapper h1 a { color: inherit; }
.pg_about_img img { width: 100%; border-radius: 6px; box-shadow: 0 15px 40px rgba(60, 31, 18, .12); }
.pg_quote { font-family: var(--font-display); font-style: italic; font-size: 19px; color: var(--ink); border-left: 3px solid var(--gold); padding-left: 14px; }

.pg_creds { list-style: none; padding: 0; margin: 18px 0; }
.pg_creds li { padding: 8px 0; border-bottom: 1px dashed var(--border); color: var(--ink); }
.pg_creds i { color: var(--gold); margin-right: 8px; }

/* ---------- Home ---------- */
.pg_consult_box { padding: 22px 0 10px 30px; }
.pg_consult_title { font-family: var(--font-display); color: var(--maroon); font-size: 22px; margin: 0 0 16px; }
.pg_consult_title span { font-family: "Roboto", sans-serif; font-size: 14px; color: var(--muted); }
.pg_consult_box .form-control { width: 190px; }
.pg_consult_box .gender_select { width: 190px; height: 40px; }
.pg_btn_reset { border: 0; width: 200px; height: 50px; font-size: 15px; text-transform: uppercase; }
@media (max-width: 1199px) { .pg_consult_box .form-control, .pg_consult_box .gender_select { width: 200px; } }
@media (max-width: 767px) {
    .hs_slider_bottom_wrapper { position: relative; top: 0; }
    .pg_consult_box { padding: 20px 15px 5px; }
    .pg_consult_box .form-group { width: 100%; margin-right: 0; }
    .pg_consult_box .form-control, .pg_consult_box .gender_select { width: 100%; }
}
a.hs_sign_box { display: block; color: inherit; transition: transform .3s, box-shadow .3s; }
a.hs_sign_box:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(139, 26, 26, .18); }
.hs_sign_box .sign_box_cont p.pg_deva { color: var(--maroon); margin: 0; }
@media (max-width: 767px) { .hs_sign_box { width: 100%; } }

.hs_title_img_wrapper img { width: 100%; height: 250px; object-fit: cover; }
.hs_about_right_cont_wrapper p + p { margin-top: 14px; }
/* Equal-height card rows (the theme floats them, which breaks on uneven heights) */
.portfolio-area .row, .hs_title_main_wrapper .row, .pg_gem_group, .pg_jewel_grid, .pg_page .row { display: flex; flex-wrap: wrap; }
.portfolio-area .row > [class*="col-"], .hs_title_main_wrapper .row > [class*="col-"],
.pg_gem_group > [class*="col-"], .pg_jewel_grid > [class*="col-"], .pg_page .row > [class*="col-"] { float: none; }
.portfolio-area .hs_service_main_box_wrapper { height: calc(100% - 83px); }
.hs_title_main_wrapper .hs_title_box_main_wrapper, .pg_gem_card { height: calc(100% - 30px); }
.pg_page .row:before, .pg_page .row:after, .portfolio-area .row:before, .portfolio-area .row:after,
.hs_title_main_wrapper .row:before, .hs_title_main_wrapper .row:after { display: none; }
.pg_svc_card .hs_title_img_wrapper ul li { font-size: 22px; }
.pg_gem_slide { background: #fff; }
.pg_gem_slide img { height: 260px; object-fit: contain; background: #fff; }
.hs_astro_img_inner_wrapper p { min-height: 44px; }
.hs_lest_news_img_wrapper img { width: 100%; height: 230px; object-fit: cover; }

/* ---------- Cards: gems / jewellery ---------- */
.pg_gem_card { background: #fff; border: 1px solid var(--border); margin-bottom: 30px; transition: box-shadow .3s, transform .3s; }
.pg_gem_card:hover { box-shadow: 0 15px 40px rgba(60, 31, 18, .12); transform: translateY(-4px); }
.pg_gem_card .hs_shop_prodt_img_wrapper { display: block; background: #fff; }
.pg_gem_card .hs_shop_prodt_img_wrapper img { height: 230px; object-fit: contain; padding: 12px; }
.pg_gem_card .hs_shop_prodt_img_cont_wrapper { text-align: center; padding: 14px 14px 20px; }
.pg_gem_card .hs_shop_prodt_img_cont_wrapper h2 { font-size: 18px; margin: 0 0 4px; min-height: 0; }
.pg_gem_card .hs_shop_prodt_img_cont_wrapper h2 a { color: var(--ink); }
.pg_gem_hi { color: var(--maroon); margin: 0 0 4px; }
.pg_gem_planet { color: var(--muted); font-size: 14px; margin-bottom: 10px; }
.pg_badge {
    position: absolute; top: 12px; left: 12px; background: var(--maroon); color: #fff;
    font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
}
.pg_badge_inline { position: static; display: inline-block; }
.pg_meta { list-style: none; padding: 0; margin: 6px 0 12px; font-size: 14px; color: var(--muted); }
.pg_meta i { color: var(--gold); width: 18px; }
.pg_gem_card .hs_shop_prodt_cart_btn { float: none; display: inline-block; }
.pg_gem_card .hs_shop_prodt_cart_btn a { padding: 0 18px; width: auto; }
.pg_card_btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.pg_gem_card .pg_enquire_btn a, .pg_gem_card:hover .pg_enquire_btn a { color: #fff; background: linear-gradient(115deg, #6e1419, #8B1A1A 40%, #b52d34 60%, #6e1419); border-color: transparent; }
.pg_gem_card .pg_enquire_btn a:hover { filter: brightness(1.1); }
.pg_jewel_grid .pg_gem_card h2 { font-size: 16px; min-height: 44px; }

.pg_intro_bar { background: var(--ivory); border: 1px solid var(--border); padding: 20px 24px; margin-bottom: 30px; }
.pg_intro_bar p { margin: 0 0 12px; color: #565656; }
.pg_pills { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pg_pills a {
    display: inline-block; padding: 6px 16px; border: 1px solid var(--maroon); border-radius: 999px;
    color: var(--maroon); font-size: 14px; transition: all .25s;
}
.pg_pills a:hover, .pg_pills .active a { background: var(--maroon); color: #fff; }
.pg_gem_group { margin-bottom: 30px; scroll-margin-top: 90px; }

/* Gem detail */
.pg_gem_hero { display: block; background: #fff; border: 1px solid var(--border); padding: 20px; }
.pg_gem_hero img { width: 100%; max-height: 460px; object-fit: contain; }
.pg_gem_info { padding-left: 10px; }
.pg_spec { width: 100%; margin: 18px 0; border-collapse: collapse; }
.pg_spec th, .pg_spec td { padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.pg_spec th { width: 38%; color: var(--ink); font-weight: 600; background: var(--ivory); }
.pg_spec a { color: var(--maroon); }
.pg_care { margin: 50px 0 20px; }
@media (max-width: 991px) { .pg_gem_info { padding: 24px 0 0; } }

/* ---------- Photos (awards / gallery) ---------- */
.pg_photo { position: relative; display: block; margin-bottom: 30px; overflow: hidden; border-radius: 6px; background: var(--cream); box-shadow: 0 5px 18px rgba(60, 31, 18, .08); }
.pg_photo img { width: 100%; transition: transform .6s; }
.pg_photo:hover img { transform: scale(1.04); }
.pg_photo_cap {
    position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 14px 12px; color: #fff; font-size: 14px;
    background: linear-gradient(transparent, rgba(35, 8, 8, .85));
}
.row > [class*="col-"] > .pg_photo img { height: 260px; object-fit: cover; }
.pg_masonry .pg_photo img { height: 420px; object-fit: contain; background: #fff; }
.col-lg-offset-2 > .pg_photo img, .hs_about_progress_cont_left .pg_photo img { height: auto !important; object-fit: contain; }

/* ---------- Sidebar ---------- */
.pg_page .hs_blog_right_cate_list_cont_wrapper li.pg_current a { color: var(--maroon); font-weight: 600; }
.pg_side_cta { margin-top: 30px; background: var(--maroon); color: #fff; text-align: center; padding: 24px 20px; border-radius: 6px; }
.pg_side_cta img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.pg_side_cta h3 { font-family: var(--font-display); font-size: 20px; color: #fff; margin: 14px 0 6px; }
.pg_side_cta p { color: rgba(255, 255, 255, .8); font-size: 14px; }
.pg_side_btn { display: block; margin-top: 10px; padding: 10px; border-radius: 999px; background: #fff; color: var(--maroon); font-weight: 600; }
.pg_side_btn.pg_wa { background: var(--wa); color: #fff; }
.pg_side_btn:hover { background: var(--gold); color: #fff; }

/* Service detail */
.pg_svc_head { display: flex; gap: 18px; align-items: center; margin-bottom: 24px; }
.pg_svc_head > i { font-size: 44px; color: var(--gold); flex: 0 0 auto; }
.pg_svc_head > i:before { font-size: 44px; margin: 0; }
.pg_svc_head h2 { font-family: var(--font-display); margin: 0 0 4px; }
.pg_svc_head p { margin: 0; color: var(--muted); }
.pg_svc_img img { width: 100%; border-radius: 6px; }

/* Kendra */
.pg_kendra_intro { display: flex; gap: 24px; align-items: center; margin-bottom: 24px; }
.pg_kendra_intro img { width: 150px; height: 150px; border-radius: 50%; flex: 0 0 auto; }
@media (max-width: 767px) { .pg_kendra_intro { flex-direction: column; text-align: center; } }

/* ---------- Rashifal ---------- */
.pg_rashi_card { display: block; background: #fff; border: 1px solid var(--border); margin-bottom: 30px; overflow: hidden; border-radius: 6px; transition: box-shadow .3s, transform .3s; }
.pg_rashi_card:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(139, 26, 26, .15); }
.pg_rashi_card img { width: 100%; height: 170px; object-fit: cover; }
.pg_rashi_body { display: block; text-align: center; padding: 14px; }
.pg_rashi_body i:before { font-size: 30px; color: var(--maroon); margin: 0; }
.pg_rashi_body strong { display: block; color: var(--ink); font-size: 17px; margin-top: 4px; }
.pg_rashi_body small { color: var(--muted); }
.pg_rashi_text { background: var(--ivory); border: 1px solid var(--border); border-radius: 6px; padding: 22px 24px; margin: 20px 0; }
.pg_rashi_text h3 { color: var(--maroon); font-size: 20px; margin: 0 0 12px; }
.pg_rashi_text p { line-height: 1.95; color: #444; text-align: justify; }
.pg_rashi_sign { font-family: var(--font-deva); color: var(--maroon); font-weight: 600; font-size: 15px; line-height: 1.8; }
.pg_rashi_sign a { color: inherit; text-decoration: underline; }

/* ---------- Contact ---------- */
.pg_map { width: 100%; height: 450px; border: 0; display: block; }
.hs_contact_title_box_wrapper p a { color: inherit; }
.pg_select { width: 100%; height: 50px; border: 1px solid #e0e0e0; padding: 0 16px; background: #fff; color: #797979; }
.hs_kd_six_sec_btn button.hs_btn_hover { border: 0; }

/* ---------- 3D Guidance CTA Banner (Footer) ---------- */
.newsletter_section {
    float: none !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    margin-top: -65px !important;
    margin-bottom: 20px !important;
    z-index: 20 !important;
    clear: both !important;
}

.newsletter_box.pg-guidance-3d {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
    border-radius: 28px !important;
    padding: 34px 44px !important;
    background: #170306 !important;
    perspective: 1200px;
    transform-style: preserve-3d;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.35),
        0 20px 50px -10px rgba(139, 26, 26, 0.75),
        0 35px 80px -15px rgba(0, 0, 0, 0.85),
        0 0 50px rgba(246, 220, 152, 0.12),
        inset 0 1.5px 1px rgba(255, 255, 255, 0.45),
        inset 0 -3px 8px rgba(0, 0, 0, 0.6) !important;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

/* 3D Animated Running Neon Border Glow */
.pg-guidance-3d__border-glow {
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    padding: 2px;
    background: conic-gradient(from 0deg, #F6DC98 0%, #ff5252 22%, #8B1A1A 45%, #FFB300 70%, #fff 88%, #F6DC98 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: pg-border-spin 8s linear infinite;
    pointer-events: none;
    z-index: 3;
    opacity: 0.85;
}

/* 3D Liquid Mesh Gradient Orbs */
.pg-guidance-3d__mesh {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(135deg, #220307 0%, #460b13 25%, #7e161c 50%, #a8252a 75%, #180205 100%);
    background-size: 260% 260%;
    animation: pg-3d-gradient 10s ease-in-out infinite;
}

.pg-guidance-3d__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(45px);
    opacity: 0.75;
    mix-blend-mode: screen;
    will-change: transform;
}

.pg-guidance-3d__orb--1 {
    width: 380px;
    height: 380px;
    top: -100px;
    left: -80px;
    background: radial-gradient(circle, #e62b3a 0%, #8B1A1A 60%, transparent 80%);
    animation: pg-mesh-float-1 12s ease-in-out infinite alternate;
}

.pg-guidance-3d__orb--2 {
    width: 320px;
    height: 320px;
    top: -60px;
    right: 40px;
    background: radial-gradient(circle, #FFB300 0%, #FF6F00 50%, transparent 75%);
    opacity: 0.65;
    animation: pg-mesh-float-2 10s ease-in-out infinite alternate;
}

.pg-guidance-3d__orb--3 {
    width: 300px;
    height: 300px;
    bottom: -90px;
    left: 30%;
    background: radial-gradient(circle, #ff4057 0%, #9B1A1A 60%, transparent 80%);
    opacity: 0.6;
    animation: pg-mesh-float-3 14s ease-in-out infinite alternate;
}

.pg-guidance-3d__orb--4 {
    width: 440px;
    height: 440px;
    bottom: -140px;
    right: -100px;
    background: radial-gradient(circle, #F6DC98 0%, #C59B2B 45%, transparent 70%);
    opacity: 0.45;
    animation: pg-mesh-float-2 15s ease-in-out infinite alternate-reverse;
}

/* 3D Dynamic Specular Glare & Sweeping Sheen */
.pg-guidance-3d__glare {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle 380px at var(--glare-x, 50%) var(--glare-y, 50%), rgba(255, 255, 255, 0.18), transparent 70%);
    transition: opacity 0.3s;
}

.newsletter_box.pg-guidance-3d::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.12) 30%, 
        rgba(246, 220, 152, 0.32) 50%, 
        rgba(255, 255, 255, 0.12) 70%, 
        transparent 100%
    );
    transform: skewX(-25deg);
    animation: pg-glint-sweep 5.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    pointer-events: none;
    z-index: 2;
}

/* Floating Star Dust Sparks */
.pg-guidance-3d__sparks {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.pg-spark {
    position: absolute;
    color: #F6DC98;
    font-size: 14px;
    line-height: 1;
    filter: drop-shadow(0 0 6px rgba(246, 220, 152, 0.8));
    animation: pg-spark-twinkle 4s ease-in-out infinite;
}

.pg-spark--1 { top: 18%; left: 14%; animation-delay: 0s; font-size: 16px; }
.pg-spark--2 { top: 68%; left: 8%; animation-delay: 1.2s; font-size: 12px; }
.pg-spark--3 { top: 22%; right: 28%; animation-delay: 2.1s; font-size: 15px; }
.pg-spark--4 { bottom: 20%; right: 42%; animation-delay: 3s; font-size: 13px; }

/* Rotating Sacred Yantra Mandala */
.pg-guidance-3d__mandala {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) perspective(400px) rotateX(12deg) rotateY(-8deg);
    width: 260px;
    height: 260px;
    pointer-events: none;
    opacity: 0.18;
    z-index: 1;
    animation: pg-spin 80s linear infinite;
    transform-origin: center center;
}

.pg-guidance-3d__mandala svg {
    width: 100%;
    height: 100%;
    stroke: #F6DC98;
    fill: none;
    filter: drop-shadow(0 0 10px rgba(246, 220, 152, 0.4));
}

/* Content Container */
.pg-guidance-3d__cont {
    position: relative;
    z-index: 4;
}

.pg-guidance-3d__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #F6DC98;
    background: rgba(18, 2, 5, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(246, 220, 152, 0.4);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
}

.pg-guidance-3d__dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1FAF54;
    box-shadow: 0 0 8px #1FAF54;
}

.pg-guidance-3d__dot-ping {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid #1FAF54;
    animation: pg-beacon-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pg-guidance-3d__cont h2 {
    font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif !important;
    font-size: clamp(26px, 2.8vw, 38px) !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.18 !important;
    letter-spacing: -.01em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65), 0 6px 18px rgba(0, 0, 0, 0.4);
}

.pg-guidance-3d__shimmer {
    font-style: italic;
    background: linear-gradient(110deg, #D4AF37 0%, #FFF3B0 25%, #ffffff 38%, #F5C518 52%, #D4AF37 78%, #FFF3B0 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: pg-shimmer 5s linear infinite;
    display: inline-block;
    filter: drop-shadow(0 2px 10px rgba(246, 220, 152, 0.35));
}

.pg-guidance-3d__sub {
    font-size: 13.5px;
    font-weight: 500;
    color: rgba(255, 243, 224, 0.88);
    margin: 8px 0 0 0;
    letter-spacing: .02em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

/* 3D Action Buttons */
.pg-guidance-3d__btns {
    position: relative;
    z-index: 4;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
}

.pg-guidance-3d__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none !important;
    transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    transform-style: preserve-3d;
}

.pg-guidance-3d__btn-glint {
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    transform: skewX(-20deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.pg-guidance-3d__btn:hover .pg-guidance-3d__btn-glint {
    left: 140%;
}

.pg-guidance-3d__btn-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}

.pg-guidance-3d__btn-txt small {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    opacity: 0.85;
}

.pg-guidance-3d__btn-txt strong {
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: .02em;
}

/* Call Button (Pearlescent White 3D Pill) */
.pg-guidance-3d__btn--call {
    color: #630c14 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffbf2 45%, #f5e4c8 100%);
    box-shadow: 
        0 6px 0 #a97f35,
        0 14px 28px -4px rgba(0, 0, 0, 0.5),
        inset 0 2px 0 #ffffff,
        inset 0 -2px 0 #dfc28e;
}

.pg-guidance-3d__btn--call:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 
        0 10px 0 #a97f35,
        0 20px 36px -4px rgba(0, 0, 0, 0.6),
        inset 0 2px 0 #ffffff,
        inset 0 -2px 0 #dfc28e;
    color: #43060c !important;
}

.pg-guidance-3d__btn--call:active {
    transform: translateY(3px) scale(0.99);
    box-shadow: 
        0 3px 0 #a97f35,
        0 6px 14px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 #ffffff;
}

/* WhatsApp Button (Hyper Luminous Emerald 3D Pill) */
.pg-guidance-3d__btn--wa {
    color: #ffffff !important;
    background: linear-gradient(180deg, #2ae774 0%, #20b857 48%, #148b3f 100%);
    box-shadow: 
        0 6px 0 #0d6029,
        0 14px 28px -4px rgba(32, 184, 87, 0.65),
        inset 0 2px 0 rgba(255, 255, 255, 0.65),
        inset 0 -2px 0 rgba(10, 75, 30, 0.6);
}

.pg-guidance-3d__btn--wa:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 
        0 10px 0 #0d6029,
        0 20px 38px -4px rgba(32, 184, 87, 0.8),
        inset 0 2px 0 rgba(255, 255, 255, 0.75),
        inset 0 -2px 0 rgba(10, 75, 30, 0.6);
    color: #ffffff !important;
}

.pg-guidance-3d__btn--wa:active {
    transform: translateY(3px) scale(0.99);
    box-shadow: 
        0 3px 0 #0d6029,
        0 6px 14px rgba(31, 175, 84, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Button Icons & Animations */
.pg-guidance-3d__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
}

.pg-guidance-3d__icon--phone {
    background: rgba(139, 26, 26, 0.1);
    color: #8B1A1A;
}

.pg-guidance-3d__icon--phone i {
    display: inline-block;
    animation: pg-phone-wiggle 3.6s ease-in-out infinite;
}

.pg-guidance-3d__wave {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1.5px solid rgba(139, 26, 26, 0.4);
    animation: pg-beacon-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pg-guidance-3d__icon--wa {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.pg-guidance-3d__icon--wa i {
    font-size: 19px;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pg-guidance-3d__btn--wa:hover .pg-guidance-3d__icon--wa i {
    transform: scale(1.22) rotate(10deg);
}

/* Keyframe Motion Animations */
@keyframes pg-3d-gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes pg-border-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pg-mesh-float-1 {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(60px, 30px, 0) scale(1.15); }
    100% { transform: translate3d(-30px, 50px, 0) scale(0.95); }
}

@keyframes pg-mesh-float-2 {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-50px, -25px, 0) scale(1.2); }
    100% { transform: translate3d(30px, 40px, 0) scale(0.9); }
}

@keyframes pg-mesh-float-3 {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-40px, 30px, 0) scale(1.1); }
    100% { transform: translate3d(50px, -20px, 0) scale(0.95); }
}

@keyframes pg-glint-sweep {
    0%, 50% { transform: translateX(-150%) skewX(-25deg); opacity: 0; }
    55% { opacity: 1; }
    85%, 100% { transform: translateX(280%) skewX(-25deg); opacity: 0; }
}

@keyframes pg-spark-twinkle {
    0%, 100% { opacity: 0.2; transform: scale(0.8) translateY(0); }
    50% { opacity: 0.95; transform: scale(1.25) translateY(-5px); }
}

@keyframes pg-beacon-ping {
    0% { transform: scale(0.9); opacity: 0.9; }
    80%, 100% { transform: scale(2.2); opacity: 0; }
}

@keyframes pg-phone-wiggle {
    0%, 70%, 100% { transform: rotate(0); }
    73%, 81%, 89% { transform: rotate(-16deg); }
    77%, 85%, 93% { transform: rotate(16deg); }
}

@media (max-width: 991px) {
    .newsletter_section {
        margin-top: -45px !important;
        margin-bottom: 15px !important;
    }
    .newsletter_box.pg-guidance-3d {
        padding: 28px 24px;
    }
    .pg-guidance-3d__btns {
        justify-content: flex-start;
        margin-top: 18px;
    }
    .pg-guidance-3d__mandala {
        display: none;
    }
}
@media (max-width: 480px) {
    .newsletter_section {
        margin-top: -35px !important;
        margin-bottom: 10px !important;
    }
    .pg-guidance-3d__btns {
        flex-direction: column;
        width: 100%;
    }
    .pg-guidance-3d__btn {
        width: 100%;
        justify-content: center;
    }
}
/* ==========================================================================
   REVAMPED ULTRA-LUXURY FOOTER
   ========================================================================== */
.hs_footer_main_wrapper {
    background: #0d0205 !important;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    clear: both;
}

.hs_footer_top_wrapper.pg-footer-content {
    float: left;
    width: 100%;
    padding: 35px 0 65px !important;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* Cosmic Background Aura & Watermark */
.pg-footer-bg-aura {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle 900px at 50% 0%, rgba(139, 26, 26, 0.38), rgba(70, 11, 16, 0.16) 45%, transparent 75%),
        radial-gradient(circle 500px at 90% 90%, rgba(197, 155, 43, 0.08), transparent 70%);
    z-index: 0;
}

.pg-footer-mandala {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 480px;
    height: 480px;
    pointer-events: none;
    opacity: 0.055;
    z-index: 0;
    animation: pg-spin 120s linear infinite;
}

.pg-footer-mandala svg {
    width: 100%;
    height: 100%;
    stroke: #F6DC98;
    fill: none;
}

.pg-footer-container {
    position: relative;
    z-index: 2;
}

/* Col 1: Brand & Identity */
.pg-footer-col {
    position: relative;
    margin-bottom: 30px;
}

.pg-footer-brand__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 238, 0.95));
    border: 1.5px solid rgba(246, 220, 152, 0.5);
    border-radius: 16px;
    box-shadow: 0 10px 28px -6px rgba(0, 0, 0, 0.55), inset 0 1px 0 #ffffff;
    margin-bottom: 22px;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
}

.pg-footer-brand__logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px -6px rgba(246, 220, 152, 0.35), inset 0 1px 0 #ffffff;
}

.pg-footer-brand__logo img {
    height: 46px;
    width: auto;
    object-fit: contain;
}

.pg-footer-hotline {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(246, 220, 152, 0.28);
    border-radius: 14px;
    margin-bottom: 18px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.pg-footer-hotline__icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFB300, #C59B2B);
    color: #220307;
    display: grid;
    place-items: center;
    font-size: 15px;
    box-shadow: 0 0 14px rgba(255, 179, 0, 0.45);
    flex-shrink: 0;
}

.pg-footer-hotline__info {
    display: flex;
    flex-direction: column;
}

.pg-footer-hotline__label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255, 245, 235, 0.65);
}

.pg-footer-hotline__number {
    font-family: var(--font-display, Georgia, serif);
    font-size: 19px;
    font-weight: 700;
    color: #F6DC98 !important;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: 1.2;
    transition: color 0.2s;
}

.pg-footer-hotline__number:hover {
    color: #ffffff !important;
}

.pg-footer-brand__desc {
    color: rgba(255, 245, 235, 0.72);
    font-size: 13.5px;
    line-height: 1.7;
    margin: 0 0 18px 0;
}

.pg-footer-trust-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.pg-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(246, 220, 152, 0.08);
    border: 1px solid rgba(246, 220, 152, 0.25);
    color: #F6DC98;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.pg-trust-chip i {
    color: #FFB300;
}

.pg-footer-socials {
    display: flex;
    gap: 10px;
}

.pg-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pg-social-btn--fb:hover {
    background: #1877F2;
    border-color: #1877F2;
    box-shadow: 0 6px 18px rgba(24, 119, 242, 0.55);
    transform: translateY(-3px);
}

.pg-social-btn--ig:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(220, 39, 67, 0.55);
    transform: translateY(-3px);
}

.pg-social-btn--yt:hover {
    background: #FF0000;
    border-color: #FF0000;
    box-shadow: 0 6px 18px rgba(255, 0, 0, 0.55);
    transform: translateY(-3px);
}

.pg-social-btn--wa:hover {
    background: #25D366;
    border-color: #25D366;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.55);
    transform: translateY(-3px);
}

/* Column Headings */
.pg-footer-heading {
    margin-bottom: 24px;
    position: relative;
}

.pg-footer-heading h3 {
    font-family: var(--font-display, Georgia, serif) !important;
    font-size: 19px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 10px !important;
    line-height: 1.2;
}

.pg-footer-heading h3 span {
    color: #F6DC98;
}

.pg-footer-heading__bar {
    width: 44px;
    height: 2px;
    background: linear-gradient(90deg, #F6DC98, #C59B2B, transparent);
    border-radius: 2px;
}

/* Nav Links (Services & Useful) */
.pg-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pg-footer-links li {
    margin: 0;
    padding: 0;
}

.pg-footer-links li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 245, 235, 0.75);
    font-size: 14px;
    text-decoration: none !important;
    transition: transform 0.25s, color 0.25s;
    line-height: 1.4;
}

.pg-footer-bullet {
    color: #F6DC98;
    font-size: 10px;
    opacity: 0.65;
    transition: transform 0.25s, color 0.25s, opacity 0.25s;
    flex-shrink: 0;
}

.pg-footer-links li a:hover {
    color: #ffffff !important;
    transform: translateX(6px);
}

.pg-footer-links li a:hover .pg-footer-bullet {
    color: #FFD54F;
    opacity: 1;
    transform: scale(1.3) rotate(45deg);
}

.pg-footer-more-link {
    margin-top: 16px;
}

.pg-footer-more-link a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #F6DC98 !important;
    text-decoration: none !important;
    transition: gap 0.25s, color 0.25s;
}

.pg-footer-more-link a:hover {
    gap: 10px;
    color: #ffffff !important;
}

/* Contact Column */
.pg-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pg-contact-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: border-color 0.25s, background-color 0.25s;
}

.pg-contact-card:hover {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(246, 220, 152, 0.3);
}

.pg-contact-card__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(246, 220, 152, 0.12);
    color: #F6DC98;
    display: grid;
    place-items: center;
    font-size: 14px;
    flex-shrink: 0;
}

.pg-contact-card__body {
    flex: 1;
    font-size: 12.5px;
    line-height: 1.5;
    color: rgba(255, 245, 235, 0.78);
}

.pg-contact-card__title {
    display: block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #F6DC98;
    margin-bottom: 2px;
}

.pg-contact-card p {
    margin: 0;
    color: rgba(255, 245, 235, 0.8);
}

.pg-contact-card a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none !important;
    transition: color 0.2s;
}

.pg-contact-card a:hover {
    color: #F6DC98 !important;
}

.pg-contact-card__map-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #F6DC98 !important;
    margin-top: 4px;
}

.pg-contact-card__phones {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.pg-timing-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    color: #34e875;
    font-weight: 600;
    margin-top: 4px;
}

.pg-timing-badge__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #34e875;
    box-shadow: 0 0 6px #34e875;
}

.pg-msme-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: linear-gradient(135deg, rgba(139, 26, 26, 0.4), rgba(70, 11, 16, 0.6));
    border: 1px solid rgba(246, 220, 152, 0.35);
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.pg-msme-card__badge {
    font-size: 22px;
    color: #FFB300;
    flex-shrink: 0;
}

.pg-msme-card__txt small {
    display: block;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 245, 235, 0.7);
    font-weight: 600;
}

.pg-msme-card__txt strong {
    font-size: 12.5px;
    color: #F6DC98;
    letter-spacing: 0.04em;
    font-family: monospace;
}

/* Bottom Footer Bar */
.hs_bottom_footer_main_wrapper.pg-footer-bottom {
    float: left;
    width: 100%;
    position: relative;
    background: #070102 !important;
    border-top: 1px solid rgba(246, 220, 152, 0.16) !important;
    padding: 22px 0 !important;
    z-index: 2;
}

.pg-footer-bottom__copy p {
    margin: 0;
    color: rgba(255, 245, 235, 0.65);
    font-size: 13.5px;
    line-height: 1.6;
}

.pg-footer-bottom__copy strong {
    color: #F6DC98;
    font-weight: 600;
}

.pg-footer-bottom__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
}

.pg-footer-bottom__links li {
    margin: 0;
    padding: 0;
}

.pg-footer-bottom__links a {
    color: rgba(255, 245, 235, 0.65);
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.2s;
}

.pg-footer-bottom__links a:hover {
    color: #F6DC98 !important;
}

/* Return to Top Button */
#return-to-top.pg-return-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B1A1A, #4a0b10);
    border: 1.5px solid rgba(246, 220, 152, 0.5);
    color: #F6DC98;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    z-index: 998;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s, background 0.3s;
}

#return-to-top.pg-return-top i {
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #F6DC98 !important;
    transition: transform 0.3s;
}

#return-to-top.pg-return-top:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(139, 26, 26, 0.7);
    color: #ffffff !important;
    background: linear-gradient(135deg, #a51e1e, #681119);
}

#return-to-top.pg-return-top:hover i {
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* Floating WhatsApp Button */
.pg_wa_float {
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, #34e875, #1FAF54 55%, #128C7E 100%);
    color: #fff !important;
    font-size: 30px;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 26px rgba(31, 175, 84, 0.55), inset 0 2px 0 rgba(255, 255, 255, 0.45);
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
}

.pg_wa_float:hover {
    transform: scale(1.1) rotate(6deg);
    box-shadow: 0 14px 34px rgba(31, 175, 84, 0.75), inset 0 2px 0 rgba(255, 255, 255, 0.6);
    color: #fff !important;
}

.pg_wa_float__tooltip {
    position: absolute;
    left: 70px;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(18, 3, 6, 0.9);
    border: 1px solid rgba(246, 220, 152, 0.4);
    color: #F6DC98;
    font-size: 11.5px;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    pointer-events: none;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.3s, transform 0.3s;
}

.pg_wa_float:hover .pg_wa_float__tooltip {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .hs_footer_top_wrapper.pg-footer-content {
        padding-top: 110px !important;
    }
    .pg-footer-bottom__links ul {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

/* Gem detail wrapper has no theme padding */
.hs_shop_single_main_wrapper.pg_page { float: left; width: 100%; padding-top: 70px; }
.hs_latest_news_main_wrapper .row { display: flex; flex-wrap: wrap; }
.hs_latest_news_main_wrapper .row:before, .hs_latest_news_main_wrapper .row:after { display: none; }
.hs_latest_news_main_wrapper .row > [class*="col-"] { float: none; }
.hs_lest_news_box_wrapper { height: calc(100% - 30px); }

/* Full-width section headings are centred (the theme left-aligns them inside the About block) */
.hs_about_indx_main_wrapper .col-lg-12 > .hs_about_heading_main_wrapper .hs_about_heading_wrapper { text-align: center; }
.hs_about_indx_main_wrapper .col-lg-12 > .hs_about_heading_main_wrapper .hs_about_heading_wrapper h4 span:before { display: inline-block; }
.hs_about_indx_main_wrapper .col-lg-12 > .hs_about_heading_main_wrapper .hs_about_heading_wrapper h4 span:after { width: 20px; }
.pg_page .hs_about_heading_wrapper p, .pg_section .hs_about_heading_wrapper p { margin-bottom: 30px; }
.hs_contact_title_box_wrapper p, .hs_contact_title_box_wrapper p a, .pg_footer_contact a { text-transform: none; }

/* Buttons size to their label (theme fixes them at 180px) */
.hs_effect_btn li a, .hs_effect_btn li button { width: auto; min-width: 180px; padding: 0 26px; white-space: nowrap; }
.hs_about_indx_main_wrapper .col-lg-12 > .hs_effect_btn { width: 100%; text-align: center; }
.hs_about_indx_main_wrapper .col-lg-12 > .hs_effect_btn ul { display: inline-block; }

/* ---------- CI4 additions ---------- */
/* Page banner title is an <h1> (the theme styles an h2 there) */
.hs_indx_title_left_wrapper h1.pg_banner_h {
    font-family: var(--font-display); font-size: 40px; font-weight: bold; color: #fff;
    margin: 0; line-height: 1.25; text-transform: none;
}
@media (max-width: 767px) { .hs_indx_title_left_wrapper h1.pg_banner_h { font-size: 30px; } }

/* Contact form feedback */
.pg_alert { padding: 14px 18px; border-radius: 6px; margin-bottom: 24px; font-size: 15px; }
.pg_alert i { margin-right: 6px; }
.pg_alert--success { background: #E8F5EC; border: 1px solid #9ED3AE; color: #1F6B3A; }
.pg_alert--error { background: #FDECEC; border: 1px solid #F1A9A9; color: #9B1C1C; }
.pg_field_error { display: block; color: #B42318; font-size: 13px; margin-top: 6px; }
.pg_enquiry_form .hs_kd_six_sec_input_wrapper { margin-bottom: 4px; }
.hs_about_heading_wrapper p a { color: var(--maroon); text-decoration: underline; }

.pg_note--caution { border-left-color: var(--maroon); }
.pg_center_btns { text-align: center; }
.pg_center_btns ul { display: inline-flex; flex-wrap: wrap; gap: 14px; justify-content: center; padding: 0; }

/* ---------- Blog (blog/index.php, blog/show.php) ---------- */
/* The theme floats its section wrappers (e.g. the page banner); new sections must clear them. */
.pg-blog, .pg-enq { clear: both; width: 100%; display: flow-root; }
.pg-blog { padding: 60px 0 90px; background: var(--ivory); }
.pg-blog .container::before, .pg-blog .container::after { display: none; }
.pg-blog__cats { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 40px; }
.pg-blog__cats a { padding: 9px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: #fff; box-shadow: inset 0 0 0 1px var(--border); }
.pg-blog__cats a b { margin-left: 4px; color: var(--gold); }
.pg-blog__cats a:hover { color: var(--maroon); }
.pg-blog__cats a.is-active { color: #fff; background: linear-gradient(135deg, var(--maroon), var(--maroon-dark)); box-shadow: 0 8px 18px -10px rgba(110, 20, 25, .8); }
.pg-blog__cats a.is-active b { color: #F6DC98; }
.pg-blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; width: 100%; }
.pg-post-card { display: flex; flex-direction: column; border-radius: 22px; overflow: hidden; border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, rgba(246, 220, 152, .95), var(--border) 32%, var(--border) 68%, rgba(197, 155, 43, .85)) border-box;
    box-shadow: 0 16px 40px -24px rgba(60, 31, 18, .45); transition: transform .45s cubic-bezier(.22, 1, .36, 1), box-shadow .45s; }
.pg-post-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px -26px rgba(110, 20, 25, .5); }
.pg-post-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--cream); }
.pg-post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: scale 1s cubic-bezier(.22, 1, .36, 1); }
.pg-post-card:hover .pg-post-card__media img { scale: 1.06; }
.pg-post-card__body { display: flex; flex-direction: column; gap: 10px; padding: 22px 24px 26px; flex: 1; }
.pg-post-card__meta { margin: 0; font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pg-post-card__meta a { color: var(--maroon); }
.pg-post-card__title { margin: 0; font-family: var(--font-display); font-size: 22px; line-height: 1.3; }
.pg-post-card__title a { color: var(--ink); }
.pg-post-card__title a:hover { color: var(--maroon); }
.pg-post-card__excerpt { margin: 0; color: #5f544b; line-height: 1.7; flex: 1; }
.pg-post-card__more { margin-top: auto; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--maroon); }
.pg-post-card__more i { transition: transform .3s; }
.pg-post-card:hover .pg-post-card__more i { transform: translateX(5px); }
.pg-post-card--lead { grid-column: 1 / -1; display: grid; grid-template-columns: 1.3fr 1fr; }
.pg-post-card--lead .pg-post-card__media { aspect-ratio: auto; min-height: 340px; }
.pg-post-card--lead .pg-post-card__body { justify-content: center; padding: 40px; }
.pg-post-card--lead .pg-post-card__title { font-size: 34px; }
.pg-blog__empty { text-align: center; padding: 60px 20px; }
.pg-blog__empty i { font-size: 48px; color: var(--gold); }
.pg-blog__empty h2 { font-family: var(--font-display); font-size: 32px; margin: 16px 0 10px; }
.pg-blog__empty p { color: var(--muted); margin: 0 0 24px; }
.pg-blog__pager { margin-top: 40px; text-align: center; }
.pg-blog__pager .pagination > li > a, .pg-blog__pager .pagination > li > span { margin: 0 3px; border: 0; border-radius: 10px !important; color: var(--maroon); background: #fff; box-shadow: inset 0 0 0 1px var(--border); font-weight: 700; }
.pg-blog__pager .pagination > .active > a, .pg-blog__pager .pagination > .active > span { color: #fff; background: var(--maroon); }
.pg-blog__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: start; width: 100%; }
.pg-article__cover { margin: 0 0 22px; border-radius: 22px; overflow: hidden; box-shadow: 0 24px 60px -30px rgba(60, 31, 18, .55); }
.pg-article__cover img { width: 100%; display: block; }
.pg-prose { font-size: 17.5px; line-height: 1.85; color: #3a302a; margin-top: 18px; }
.pg-prose h2, .pg-prose h3, .pg-prose h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.3; margin: 1.6em 0 .6em; }
.pg-prose h2 { font-size: 30px; } .pg-prose h3 { font-size: 24px; } .pg-prose h4 { font-size: 20px; }
.pg-prose p { margin: 0 0 1.2em; }
.pg-prose a { color: var(--maroon); text-decoration: underline; text-underline-offset: 3px; }
.pg-prose ul, .pg-prose ol { margin: 0 0 1.2em; padding-left: 1.4em; list-style: revert; }
.pg-prose li { margin-bottom: .4em; }
.pg-prose blockquote { margin: 1.6em 0; padding: 18px 24px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: var(--cream); font-style: italic; color: #5f544b; }
.pg-prose img { max-width: 100%; height: auto; border-radius: 14px; }
.pg-prose figure { margin: 1.6em 0; } .pg-prose figcaption { font-size: 14px; color: var(--muted); text-align: center; margin-top: 8px; }
.pg-prose table { width: 100%; border-collapse: collapse; margin: 1.4em 0; font-size: 15.5px; }
.pg-prose th, .pg-prose td { padding: 10px 12px; border: 1px solid var(--border); }
.pg-prose th { background: var(--cream); }
.pg-prose pre { padding: 16px; border-radius: 12px; background: #1f0b10; color: #fbe9c9; overflow: auto; }
.pg-prose iframe { max-width: 100%; border-radius: 14px; }
.pg-article__share { display: flex; align-items: center; gap: 10px; margin: 30px 0; padding-top: 22px; border-top: 1px solid var(--border); }
.pg-article__share span { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.pg-article__share a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: var(--maroon); background: #fff; box-shadow: inset 0 0 0 1px var(--gold-soft); transition: background-color .2s, color .2s; }
.pg-article__share a:hover { color: #fff; background: var(--maroon); }
.pg-article__cta { padding: 30px; border-radius: 22px; color: #fff; text-align: center;
    background: radial-gradient(500px 300px at 50% 0%, rgba(139, 26, 26, .65), transparent 70%), linear-gradient(180deg, #1f0b10, #12070a); }
.pg-article__cta h2 { font-family: var(--font-display); color: #fff; font-size: 28px; margin: 0 0 10px; }
.pg-article__cta p { color: rgba(255, 244, 228, .75); margin: 0 0 20px; }
.pg-article__cta .pg-enq__btn { margin: 4px; }
.pg-blog__side { position: sticky; top: 120px; display: grid; gap: 24px; }
.pg-side-box { padding: 24px; border-radius: 20px; background: #fff; box-shadow: inset 0 0 0 1px var(--border), 0 14px 34px -24px rgba(60, 31, 18, .45); }
.pg-side-box h2 { font-family: var(--font-display); font-size: 22px; margin: 0 0 14px; }
.pg-side-box ul { list-style: none; margin: 0; padding: 0; }
.pg-side-box li a { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px dashed var(--border); color: var(--ink); font-weight: 600; }
.pg-side-box li a b { color: var(--gold); }
.pg-side-posts li a { justify-content: flex-start; align-items: center; gap: 12px; }
.pg-side-posts img { width: 58px; height: 58px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.pg-side-posts small { display: block; font-weight: 400; color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.pg-blog__related { margin-top: 60px; }
.pg-blog__related-title { font-family: var(--font-display); font-size: 32px; text-align: center; margin: 0 0 30px; }
@media (max-width: 991px) {
    .pg-blog__grid { grid-template-columns: repeat(2, 1fr); }
    .pg-post-card--lead { grid-template-columns: 1fr; }
    .pg-blog__layout { grid-template-columns: 1fr; }
    .pg-blog__side { position: static; }
}
@media (max-width: 600px) { .pg-blog__grid { grid-template-columns: 1fr; } .pg-post-card--lead .pg-post-card__body { padding: 24px; } .pg-post-card--lead .pg-post-card__title { font-size: 26px; } }

/* Rashifal period label (rashifal/show.php) */
.pg_rashi_period { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 10px 0 18px; padding: 8px 16px; border-radius: 999px;
    background: #fff; box-shadow: inset 0 0 0 1px var(--gold-soft); color: var(--ink); font-size: 15px; }
.pg_rashi_period i { color: var(--gold); }
.pg_rashi_period strong { color: var(--maroon); }
.pg_rashi_period span { color: var(--muted); font-size: 13px; }

/* ---------- Gemstone enquiry page (gemstones/enquiry.php) ---------- */
.pg-enq { padding: 70px 0 90px; background: radial-gradient(40% 50% at 10% 20%, rgba(226, 180, 106, .18), transparent 70%), var(--ivory); }
.pg-enq__grid { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; align-items: start; width: 100%; } /* the theme's float-based .container otherwise collapses it */
.pg-enq__gem { position: sticky; top: 120px; text-align: center; padding: 36px 28px; border-radius: 26px; color: #fff;
    background: radial-gradient(500px 360px at 50% 0%, rgba(139, 26, 26, .6), transparent 70%), linear-gradient(180deg, #1f0b10, #12070a);
    box-shadow: 0 30px 70px -30px rgba(18, 7, 10, .8); }
.pg-enq__stage { position: relative; width: 190px; height: 190px; margin: 0 auto 22px; display: grid; place-items: center; }
.pg-enq__halo { position: absolute; inset: -14px; border-radius: 50%;
    background: conic-gradient(from 0deg, #F6DC98, rgba(197, 155, 43, .05) 30%, #F6DC98 50%, rgba(197, 155, 43, .05) 80%, #F6DC98);
    -webkit-mask: radial-gradient(circle, transparent 66%, #000 67%, #000 69%, transparent 70%); mask: radial-gradient(circle, transparent 66%, #000 67%, #000 69%, transparent 70%);
    animation: pg-enq-spin 12s linear infinite; }
.pg-enq__stage img { position: relative; width: 170px; height: 170px; border-radius: 50%; object-fit: cover; object-position: center; background: #fff; padding: 0; overflow: hidden; display: block;
    box-shadow: 0 0 50px rgba(246, 220, 152, .3), 0 20px 40px rgba(0, 0, 0, .5); animation: pg-enq-float 6s ease-in-out infinite; }
.pg-enq__name { font-family: var(--font-display); font-size: 30px; color: #fff; margin: 12px 0 6px; }
.pg-enq__name .pg_deva { font-size: 18px; color: var(--gold-soft); }
.pg-enq__planet { color: #F6DC98; font-weight: 600; margin: 0 0 12px; }
.pg-enq__blurb { color: rgba(255, 244, 228, .75); line-height: 1.7; margin: 0 0 18px; }
.pg-enq__points { list-style: none; margin: 0 0 18px; padding: 16px 0 0; border-top: 1px solid rgba(246, 220, 152, .2); text-align: left; }
.pg-enq__points li { padding: 6px 0; color: rgba(255, 244, 228, .85); }
.pg-enq__points i { color: #F6DC98; margin-right: 8px; }
.pg-enq__signs { font-size: 14px; color: rgba(255, 244, 228, .7); margin: 0 0 16px; }
.pg-enq__back { color: #F6DC98 !important; font-weight: 600; }
.pg-enq__card { padding: 40px; border-radius: 26px; border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, rgba(246, 220, 152, .95), var(--border) 32%, var(--border) 68%, rgba(197, 155, 43, .85)) border-box;
    box-shadow: 0 30px 70px -34px rgba(110, 20, 25, .45); }
.pg-enq__eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--maroon); }
.pg-enq__eyebrow span { width: 32px; height: 1px; background: var(--gold); }
.pg-enq__title { font-family: var(--font-display); font-size: 34px; line-height: 1.15; margin: 0 0 10px; color: var(--ink); }
.pg-enq__title em { color: var(--maroon); }
.pg-enq__lead { color: var(--muted); line-height: 1.7; margin: 0 0 26px; }
.pg-enq__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.pg-enq__span { grid-column: 1 / -1; }
.pg-enq__field { display: flex; flex-direction: column; gap: 7px; margin: 0; font-weight: 400; }
.pg-enq__field > span { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pg-enq__field input, .pg-enq__field select, .pg-enq__field textarea { width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 12px; border: 1px solid var(--border); background: var(--ivory); color: var(--ink); font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.pg-enq__field textarea { min-height: 110px; resize: vertical; }
.pg-enq__field input:focus, .pg-enq__field select:focus, .pg-enq__field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 4px rgba(197, 155, 43, .18); }
.pg-enq__field.has-error input, .pg-enq__field.has-error select, .pg-enq__field.has-error textarea { border-color: #b3261e; }
.pg-enq__err { font-size: 13px; font-weight: 600; color: #b3261e; }
.pg-enq__group { margin: 8px 0 -4px; font-family: var(--font-display); font-size: 20px; color: var(--ink); }
.pg-enq__group small { font-family: inherit; font-size: 14px; color: var(--muted); }
.pg-enq__btn { position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 30px; border: 0; border-radius: 999px; overflow: hidden;
    font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #fff !important; text-decoration: none !important; cursor: pointer;
    background: linear-gradient(180deg, rgba(255, 200, 200, .3), transparent 45%, transparent 60%, rgba(30, 0, 0, .35)), linear-gradient(115deg, #4a0b10, #8B1A1A 22%, #cf4a4f 36%, #8B1A1A 52%, #b52d34 70%, #5a0f14);
    background-size: 100% 100%, 260% 100%; animation: pg-enq-liquid 7s ease-in-out infinite alternate;
    box-shadow: inset 0 1px 0 rgba(255, 190, 190, .6), inset 0 -2px 1px rgba(40, 0, 0, .55), 0 3px 0 #4a0b10, 0 14px 30px -12px rgba(139, 26, 26, .75); transition: filter .25s, transform .15s; }
.pg-enq__btn:hover { filter: brightness(1.08); }
.pg-enq__btn:active { transform: translateY(2px); }
.pg-enq__btn--ghost { color: var(--maroon) !important; background: #fff; animation: none; box-shadow: inset 0 0 0 1px var(--gold-soft); }
.pg-enq__thanks { text-align: center; padding: 20px 0; }
.pg-enq__tick { display: inline-grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; margin-bottom: 18px; font-size: 34px; color: #fff;
    background: radial-gradient(circle at 30% 22%, #7ce8a4, #1FAF54 50%, #0b5d2c); box-shadow: 0 0 0 8px rgba(31, 175, 84, .12), 0 18px 34px -12px rgba(31, 175, 84, .7); animation: pg-enq-pop .6s cubic-bezier(.34, 1.56, .64, 1) both; }
.pg-enq__thanks h2 { font-family: var(--font-display); font-size: 34px; margin: 0 0 12px; }
.pg-enq__thanks p { color: var(--muted); line-height: 1.7; max-width: 460px; margin: 0 auto 12px; }
.pg-enq__call a { color: var(--maroon); font-weight: 700; }
.pg-enq__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
@keyframes pg-enq-spin { to { rotate: 360deg; } }
@keyframes pg-enq-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
@keyframes pg-enq-liquid { from { background-position: 0 0, 0% 50%; } to { background-position: 0 0, 100% 50%; } }
@keyframes pg-enq-pop { from { scale: 0; } to { scale: 1; } }
@media (max-width: 991px) { .pg-enq__grid { grid-template-columns: 1fr; } .pg-enq__gem { position: static; } }
@media (max-width: 600px) { .pg-enq__form { grid-template-columns: 1fr; } .pg-enq__card { padding: 28px 20px; } }

/* ---------- Site-wide fixes from the inner-page review ---------- */
/* reset.css fixes `header { height: 65px }` (meant for the old theme header); section
   headings inside pages are <header> elements too, so let them size to their content. */
main header { height: auto; float: none; }
/* Justified text left large word gaps in narrow columns — use left alignment. */
.pa-story p, .pk-intro p, .pp-bio p, .pg_rashi_text p, [class*="__prose"] p { text-align: left !important; }

/* ---------- Service page booking form (astrology/show.php) ---------- */
.pg-svc-book { clear: both; display: flow-root; width: 100%; padding: 20px 0 clamp(56px, 7vw, 90px); background: var(--ivory); }
.pg-svc-book .container::before, .pg-svc-book .container::after { display: none; }
.pg-svc-book__card { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 4vw, 56px); padding: clamp(28px, 4vw, 48px); border-radius: 28px; border: 1px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, rgba(246, 220, 152, .95), var(--border) 32%, var(--border) 68%, rgba(197, 155, 43, .85)) border-box;
    box-shadow: 0 30px 70px -34px rgba(110, 20, 25, .45); }
.pg-svc-book__points { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pg-svc-book__points li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink); }
.pg-svc-book__points i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #3b0d10; background: linear-gradient(135deg, #F6DC98, #C59B2B 60%, #8A6417); }
.pg-svc-book .pg-enq__btn--submit.is-busy { opacity: .7; pointer-events: none; }
.pg-svc-book [hidden] { display: none !important; }
@media (max-width: 991px) { .pg-svc-book__card { grid-template-columns: 1fr; } }
.pg-enq__field .ph-field__err { font-size: 13px; font-weight: 600; color: #b3261e; }
/* inline variant: inside the service page's main column, above the quick-action card */
.pg-svc-book--inline { padding: 0; margin: 0 0 24px; background: none; }
.pg-svc-book--inline .pg-svc-book__card { grid-template-columns: 1fr; gap: 22px; padding: clamp(24px, 3vw, 36px); border-radius: 22px; }
.pg-svc-book--inline .pg-svc-book__points { grid-template-columns: repeat(3, auto); justify-content: start; gap: 10px 20px; }
.pg-svc-book--inline .pg-svc-book__points li { font-size: 14px; }
.pg-svc-book--inline .pg-enq__title { font-size: 28px; }
@media (max-width: 767px) { .pg-svc-book--inline .pg-svc-book__points { grid-template-columns: 1fr; } }
.pg-svc-book__points i { flex-shrink: 0; }
.pas-photo-credit { margin: -8px 4px 18px; font-size: 11.5px; line-height: 1.5; color: #8a7d70; } .pas-photo-credit a { color: #8a7d70 !important; text-decoration: underline; }
