:root {
    --moon: #fcfcfc;
    --gold: #c5a059;
    --deep-emerald: #06221a;
    --soft-gold: rgba(197, 160, 89, 0.2);
}

* { margin: 0; padding: 0; box-sizing: border-box; cursor: none; }

body {
    background-color: var(--deep-emerald);
    color: var(--moon);
    font-family: 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* --- DIVINE CURSOR --- */
#sacred-cursor {
    width: 10px; height: 10px; background: var(--gold);
    border-radius: 50%; position: fixed; pointer-events: none; z-index: 10000;
    box-shadow: 0 0 20px var(--gold); transition: transform 0.1s;
}
#cursor-halo {
    width: 50px; height: 50px; border: 1px solid var(--gold);
    border-radius: 50%; position: fixed; pointer-events: none; z-index: 9999;
    transition: all 0.2s ease-out;
}

/* --- BACKGROUND MANDALA --- */
.mandala-bg {
    position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 100vh; height: 100vh;
    background: url('https://www.transparenttextures.com/patterns/sacred-geometry.png');
    opacity: 0.05; z-index: -1; animation: rotate 120s linear infinite;
}

/* --- HERO: COSMIC UNIVERSE --- */
.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: radial-gradient(circle at center, rgba(197, 160, 89, 0.15) 0%, transparent 70%);
}
.hero h1 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 3.5rem;
    color: var(--gold);
    margin-bottom: 16px;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.hero-subtitle {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 1.1rem;
    font-style: italic;
    letter-spacing: 3px;
    opacity: 0.88;
    margin-bottom: 18px;
}
.hero-body {
    font-size: 0.98rem;
    max-width: 720px;
    margin: 0 auto 26px;
    line-height: 1.8;
    opacity: 0.9;
}
.hero-stats {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 50px;
}
.stat-card {
    min-width: 180px;
    padding: 18px 40px 25px;
    border-radius: 18px;
    border: 1px solid var(--soft-gold);
    background: radial-gradient(circle at top, rgba(197, 160, 89, 0.12), rgba(2, 6, 23, 0.8));
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}
.stat-value {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 2rem;
    color: var(--gold);
    margin-bottom: 4px;
    font-weight: 900;
    text-align: center;
}
.stat-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.85;
}

/* --- SECTION: THE 51 NODES CONCEPT --- */
section { padding: 120px 15%; position: relative; }

.node-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 100px;
    align-items: center;
}

.sacred-card {
    background: rgba(255, 255, 255, 0.02);
    padding: 50px; border: 1px solid var(--soft-gold);
    position: relative; transition: 0.6s;
}
.sacred-card::before {
    content: ""; position: absolute; top: -10px; left: -10px;
    width: 30px; height: 30px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold);
}
.sacred-card:hover { background: rgba(197, 160, 89, 0.05); transform: translateY(-10px); }

.shakti-text {
    font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 2rem; color: var(--gold); margin-bottom: 15px;
}

/* --- THE FLOW (LINE) --- */
.divine-line {
    width: 2px; height: 150px; background: linear-gradient(transparent, var(--gold), transparent);
    margin: 0 auto;
}

/* --- INTERACTIVE STATS --- */
.impact-node {
    text-align: center; padding: 100px 0;
}
.impact-number {
    font-size: 6rem; font-family: 'Space Grotesk', system-ui, sans-serif; color: var(--moon);
    text-shadow: 0 0 30px var(--gold);
}

/* --- BUTTONS --- */
.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    padding-top: 30px;
}
.btn-divine {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-family: 'Space Grotesk', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: none;
    transition: 0.35s ease;
    text-decoration: none;
    border-radius: 999px;
    font-size: 0.8rem;
}
.btn-divine.primary {
    background: var(--gold);
    color: var(--deep-emerald);
    box-shadow: 0 0 40px rgba(197, 160, 89, 0.35);
}
.btn-divine.secondary {
    background: transparent;
}
.btn-divine:hover {
    background: var(--gold);
    color: var(--deep-emerald);
    box-shadow: 0 0 50px var(--soft-gold);
    transform: translateY(-1px);
}

@keyframes rotate { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }

/* --- EYEBROWS / SECTION TITLES --- */
.eyebrow,
.section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.95rem;
    color: rgba(248, 250, 252, 0.7);
    margin-bottom: 10px;
    margin-top: 70px;
    /* text-align: center; */
}
.section-heading {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 2.2rem;
    color: var(--gold);
    margin-bottom: 18px;
    /* text-align: center; */
}
.section-body {
    font-size: 0.98rem;
    line-height: 1.9;
    opacity: 0.9;
    margin-bottom: 18px;
    /* text-align: center; */
}

/* --- COSMIC SECTIONS --- */
.section {
    padding: 100px 10%;
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.06), transparent 55%),
        radial-gradient(circle at bottom right, rgba(197, 160, 89, 0.06), transparent 55%),
        #020617;
}
.section-alt {
    background:
        radial-gradient(circle at top right, rgba(34, 197, 94, 0.05), transparent 55%),
        radial-gradient(circle at bottom left, rgba(129, 140, 248, 0.05), transparent 55%),
        #020617;
}
.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- DATA GRID / CRISIS CARDS --- */
.data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 32px 0;
}
.data-card {
    border-radius: 18px;
    border: 1px solid var(--soft-gold);
    padding: 16px 18px;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(18px);
}
.data-metric {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 1.8rem;
    color: var(--gold);
    margin-bottom: 6px;
    font-weight: 900;
}
.data-description {
    font-size: 0.86rem;
    line-height: 1.6;
    margin-bottom: 6px;
}
.data-source {
    font-size: 0.7rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- SHAKTI FRAMEWORK --- */
.shakti-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 32px;
}

/* --- 18 MAHA SHAKTI PEETHAS GRID --- */
.peetha-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 28px;
}
.peetha-card{
    display: block;
    text-decoration: none;
    border: 1px solid var(--soft-gold);
    border-radius: 18px;
    overflow: hidden;
    background: radial-gradient(circle at top, rgba(148, 163, 184, 0.12), rgba(15, 23, 42, 0.95));
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.peetha-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 0 40px rgba(197,160,89,.12);
    background: radial-gradient(circle at top, rgba(197, 160, 89, 0.10), rgba(15, 23, 42, 0.95));
}
.peetha-card img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(197,160,89,.18);
}
.peetha-meta{
    padding: 14px 16px 16px;
}
.peetha-title{
    color: var(--gold);
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 1rem;
    letter-spacing: .5px;
}
.peetha-sub{
    margin-top: 4px;
    color: rgba(248,250,252,.85);
    font-size: .85rem;
    opacity: .85;
}
.shakti-card {
    border-radius: 20px;
    padding: 20px 22px;
    border: 1px solid var(--soft-gold);
    background: radial-gradient(circle at top, rgba(148, 163, 184, 0.14), rgba(15, 23, 42, 0.95));
}
.shakti-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.shakti-number {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.75;
}
.shakti-title {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 1.05rem;
    color: var(--gold);
}
.shakti-color-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    box-shadow: 0 0 10px currentColor;
}
.shakti-color-vidya,
.shakti-color-seva,
.shakti-color-samparka {
    color: #22c55e; /* natural green */
}
.shakti-color-gyan,
.shakti-color-suraksha,
.shakti-color-yukti,
.shakti-color-siddhi {
    color: #eab308; /* sun gold */
}
.shakti-color-karma,
.shakti-color-dharma {
    color: #e5e7eb; /* moon white */
}

.pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    margin-bottom: 10px;
}

@media (max-width: 900px) {
    .hero h1 { font-size: 2.3rem; letter-spacing: 4px; }
    .hero-body { font-size: 0.95rem; padding: 0 8px; }
    .section { padding: 70px 7%; }
}

@media (max-width: 900px) {
    .node-grid { grid-template-columns: 1fr; gap: 50px; }
    .hero h1 { font-size: 2.5rem; }
}
/* --- SACRED HEADER STYLES --- */
.sacred-nav {position: fixed;top: 0;width: 100%;padding: 0 0 5px;z-index: 1000;/* background: rgb(0 0 0 / 70%); */ /* Deep Emerald Translucent */backdrop-filter: blur(15px);border-bottom: 1px solid var(--soft-gold);}

.nav-container {
max-width: unset;
margin: 0 auto;
padding: 0 5%;
display: flex;
justify-content: space-between;
align-items: center;
}

/* Logo Styling */
.logo {
display: flex;
align-items: center;
gap: 15px;
}

.logo-icon {
font-size: 2rem;
color: var(--gold);
text-shadow: 0 0 10px var(--gold);
animation: pulse 4s infinite;
}

.logo-text {
display: flex;
flex-direction: column;
padding: 10px 0;
}

.brand-name {
font-family: 'Space Grotesk', system-ui, sans-serif;
font-size: 1.2rem;
font-weight: 700;
letter-spacing: 3px;
color: var(--gold);
}

.brand-sub {
font-family: 'Montserrat', sans-serif;
font-size: 0.6rem;
letter-spacing: 5px;
color: var(--moon);
opacity: 0.7;
}

/* Menu Links */
.nav-links {
display: flex;
list-style: none;
gap: 20px;
align-items: center;
}

.nav-links li a {
    text-decoration: none;
    color: var(--moon);
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    transition: 0.4s;
    opacity: 0.8;
    font-weight: 400;
}

.nav-links li a.active {
    color: var(--gold);
    opacity: 1;
    text-shadow: 0 0 8px var(--soft-gold);
}

.nav-links li a:hover {
color: var(--gold);
opacity: 1;
text-shadow: 0 0 8px var(--soft-gold);
}

/* CTA Button in Nav */
.nav-cta {
border: 1px solid #f7c017;
padding: 10px 25px !important;
border-radius: 2px;
background: rgba(197, 160, 89, 0.05);
border-radius: 30px;
background: #f7c017;
color: #000 !important;
font-weight: 700 !important;
}

.nav-cta.active {
    background: var(--gold) !important;
    color: var(--deep-emerald) !important;
}

.nav-cta:hover {
background: var(--gold) !important;
color: var(--deep-emerald) !important;
}

/* Mobile Menu Toggle */
.menu-toggle {
display: none;
flex-direction: column;
gap: 6px;
}

.menu-toggle span {
width: 25px;
height: 1px;
background: var(--gold);
}

@keyframes pulse {
0%, 100% { opacity: 0.5; transform: scale(1); }
50% { opacity: 1; transform: scale(1.1); }
}

@media (max-width: 900px) {
.nav-links { display: none; }
.menu-toggle { display: flex; }
}.logo-text img{max-height: 80px;}
.hero {
position: relative;
overflow: hidden; /* Keeps rays contained */
background: radial-gradient(circle at center, rgba(197, 160, 89, 0.15) 0%, transparent 70%);
}

.sun-rays-container {position: absolute;top: 102%;left: 50%;width: 150vmax; /* Large enough to cover rotation */height: 150vmax;transform: translate(-50%, -50%);z-index: 3; /* Behind the text */pointer-events: none;background: repeating-conic-gradient(
from 0deg,
transparent 0deg,
transparent 15deg,
rgba(1197, 160, 89, 0.08) 20deg,
rgba(1197, 160, 89, 0.15) 25deg,
rgba(1197, 160, 89, 0.08) 30deg,
transparent 35deg,
transparent 60deg
);
/* Soften the rays */mask-image: radial-gradient(circle at center, black 50%, transparent 60%);-webkit-mask-image: radial-gradient(circle at center, black 50%, transparent 60%);animation: rayRotation 100s linear infinite;opacity: 0.4;}

/* Subtle Shimmer Effect */
.sun-rays-container::after {
content: '';
position: absolute;
top: 0; left: 0; width: 100%; height: 100%;
background: inherit;
opacity: 0.5;
animation: shimmer 8s ease-in-out infinite alternate;
}

@keyframes rayRotation {
from { transform: translate(-50%, -50%) rotate(0deg); }
to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes shimmer {
0% { opacity: 0.3; transform: scale(1); }
100% { opacity: 0.6; transform: scale(1.1); }
}

/* --- THE COSMIC VOID --- */
.cosmic-section {
position: relative;
height: 100vh;
width: 100%;
background: #020617; /* Deep midnight base */
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

/* --- THE NEBULA CLOUD (Moving Background) --- */
.nebula-bg {
position: absolute;
top: -10%; left: -10%;
width: 120%; height: 120%;
background: 
    radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(197, 160, 89, 0.05) 0%, transparent 50%);
filter: blur(60px);
animation: nebulaFlow 20s ease-in-out infinite alternate;
z-index: 1;
}

/* --- MOVING PLANETS --- */
.planet {
position: absolute;
border-radius: 50%;
z-index: 3;
box-shadow: inset -20px -20px 50px rgba(0,0,0,0.8);
/* right: 0; */
}

/* Large Blue Planet (Left) */
.planet-primary {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle at 30% 30%, #3b82f6, #1d4ed8, #000);
    right: -307px;
    top: 158px;
    box-shadow: 0 0 40px rgba(59, 130, 246, 0.3), inset -20px -20px 50px rgba(0,0,0,1);
    animation: orbitSlow 20s linear infinite;
    opacity: 0.3;
    transform-origin: center;
    position: absolute;
    z-index: 3;
}

/* Sun glow behind primary planet (on hover) */
.planet-primary::before {
    content: "";
    position: absolute;
    inset: -60px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(250, 249, 246, 0.35) 0%, rgba(250, 249, 246, 0.08) 35%, transparent 70%),
        radial-gradient(circle at center, rgba(197, 160, 89, 0.45) 0%, rgba(197, 160, 89, 0.12) 45%, transparent 80%);
    filter: blur(12px);
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease-out, transform 0.6s ease-out;
    z-index: -1;
}

.planet-primary.hover-target:hover::before {
    opacity: 1;
    transform: scale(1);
}

/* Small Distant Planet (Center) */
.planet-secondary {width: 60px;height: 60px;background: radial-gradient(circle at 30% 30%, #93c5fd, #1e3a8a, #000);left: 80%;top: 47%;opacity: 0.2;animation: orbitMedium 25s linear infinite;}

/* Glowing Star (Sun/Light Source) */
.cosmic-sun {
position: absolute;
left: 1%;
top: 20%;
width: 300px;
height: 300px;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 100px #d4af37, 0 0 200px rgba(212, 175, 55, 0.4);
z-index: 2;
opacity: 0.02;
}

/* --- OVERLAY TEXT --- */
.cosmic-content {
position: relative;
z-index: 10;
text-align: center;
color: var(--moon);
}

/* --- ANIMATIONS --- */
@keyframes nebulaFlow {
from { transform: scale(1) translate(0, 0); }
to { transform: scale(1.1) translate(2%, 2%); }
}

@keyframes orbitSlow {
0% { transform: translate(0, 0) rotate(0deg); }
25% { transform: translate(60px, -40px) rotate(90deg); }
50% { transform: translate(0, -80px) rotate(180deg); }
75% { transform: translate(-60px, -40px) rotate(270deg); }
100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes orbitMedium {
0% { transform: translate(0, 0); }
50% { transform: translate(-40px, 20px); }
100% { transform: translate(0, 0); }
}
.cosmic-content h1{    font-family: 'Cinzel Decorative', cursive;
font-size: 3.5rem;
color: var(--gold);
margin-bottom: 20px;
letter-spacing: 5px;}
.cosmic-content p{
font-size: 1.2rem;
font-style: italic;
max-width: 90%;
opacity: 0.8;
margin: 0 auto 30px;
line-height: 35px;
font-weight: 100;
}
.globestyle::after {
content: "";
position: absolute;
bottom: -150px;
inset-inline-start: 50%;
width: 272px;
height: 124px;
background-color: var(--tj-color-theme-primary);
-webkit-filter: blur(16px);
filter: blur(16px);
border-radius: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.globestyle{ position: relative;}

.innerbg{background-image: url(../images/bg1.png);background-size: contain;background-position: 0 0;background-repeat: no-repeat;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0.2;}

.ai-crisiscol{position: relative; margin-top: -30px;}
.inner1{background-image: url(../images/bg2.png);background-size: contain;background-position: 0 0;background-repeat: no-repeat;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0.2;}

.frameworkcol{position: relative; margin-top: -30px;}

.inner1{background-image: url(../images/bg3.avif);background-size: cover;background-position: 0 0;background-repeat: no-repeat;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0.3;}

.frameworkcol{position: relative;}

/* --- FOOTER --- */
.site-footer {
    background: #020617;
    border-top: 1px solid var(--soft-gold);
    padding: 40px 8% 30px;
    margin-top: 0;
    position: relative;
    z-index: 5;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 0.85rem;
}

.footer-brand {
    max-width: 340px;
}

.footer-brand img {
    max-height: 60px;
    margin-bottom: 10px;
}

.footer-brand-text {
    opacity: 0.8;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    width: 62%;
}

.footer-links-column {
    min-width: 30%;
}

.footer-links-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    opacity: 0.7;
    margin-bottom: 28px;
}

.footer-links a {
    display: block;
    color: rgba(248, 250, 252, 0.9);
    text-decoration: none;
    font-size: 0.82rem;
    margin-bottom: 4px;
    opacity: 0.8;
    transition: 0.3s;
    margin: 0 0 15px;
}

.footer-links a:hover {
    color: var(--gold);
    opacity: 1;
}

.footer-meta {
    width: 100%;
    margin-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, 0.3);
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.75rem;
    opacity: 0.7;
}

@media (max-width: 900px) {
    .site-footer {
        padding: 32px 7% 24px;
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.reachbg{background-image: url(../images/bg4.jpg);background-size: contain;background-position: 0 0;background-repeat: no-repeat;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0.2;}   

#maha-shakti-peethas{position: relative;}

#maha-shakti-peethas:after{    position: absolute;
    background-image: url(../images/bg5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;} 

.peetha-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
    margin-top:28px;
  }
  
  .peetha-card{
    display:block;
    text-decoration:none;
    border:1px solid var(--soft-gold);
    border-radius:18px;
    overflow:hidden;
    background: radial-gradient(circle at top, rgba(148, 163, 184, 0.12), rgba(15, 23, 42, 0.95));
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  
  .peetha-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 0 40px rgba(197,160,89,.12);
    background: radial-gradient(circle at top, rgba(197, 160, 89, 0.10), rgba(15, 23, 42, 0.95));
  }
  
  .peetha-card img{
    width:100%;
    height:160px;
    object-fit:cover;
    display:block;
  }
  
  .peetha-meta{
    padding:14px 16px 16px;
  }
  
  .peetha-title{
    color: var(--gold);
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 1rem;
    letter-spacing:.5px;
  }
  
  .peetha-sub{
    margin-top:4px;
    color: rgba(248,250,252,.85);
    font-size:.85rem;
    opacity:.85;
  }