@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Noto+Sans+Devanagari:wght@400;600;700;800;900&display=swap');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,'Noto Sans Devanagari',sans-serif;background:#fff9f0;color:#20100b}a{text-decoration:none;color:inherit}img{max-width:100%}.top{background:#4b1608;color:#fff;padding:10px 4%;display:flex;justify-content:space-between;font-size:14px;gap:15px}.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 8px 30px #55200014;padding:14px 4%;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:25px;color:#20100b}.brand img{width:54px;height:54px;object-fit:contain}.brand span{color:#ff6500}.brand small{display:block;font-size:13px;font-weight:700;line-height:1.1}.search{flex:1;max-width:520px;border:1px solid #eee;border-radius:18px;display:flex;overflow:hidden;background:#fff}.search input{border:0;outline:0;padding:15px 18px;color:#777;width:100%;font-family:inherit}.search button{border:0;background:#fff;padding:0 18px;font-size:17px}.nav{display:flex;gap:22px;align-items:center}.nav a{color:#211;text-decoration:none;font-weight:800}.btn{background:linear-gradient(135deg,#ff4d00,#ffad00);color:#fff!important;border:0;border-radius:14px;padding:13px 20px;font-weight:900;text-decoration:none;display:inline-block;box-shadow:0 10px 24px rgba(255,101,0,.18)}.btn.alt{background:linear-gradient(135deg,#f59b00,#ffd15b)}.btn.purple{background:linear-gradient(135deg,#7c2cff,#cc62ff)}.btn.small{padding:10px 15px;border-radius:11px;font-size:14px}.hero{min-height:720px;color:#fff;display:flex;align-items:center;padding:80px 4%;background-size:cover;background-position:center}.hero-content{max-width:820px}.eyebrow{color:#ffd15b;font-weight:900;letter-spacing:.04em}.eyebrow.dark{color:#ff6500}.hero h1{font-size:76px;line-height:1.02;margin:16px 0 22px;font-weight:900;text-shadow:0 12px 35px rgba(0,0,0,.35)}.hero h1 b{color:#ffd15b}.hero p{font-size:22px;max-width:760px;line-height:1.7}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.hero-points{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.hero-points span{background:rgba(255,255,255,.13);backdrop-filter:blur(10px);padding:12px 15px;border-radius:16px;border:1px solid rgba(255,255,255,.14)}.quick-wrap{padding:0 4%;margin-top:-85px;position:relative;z-index:5}.quick-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:16px}.quick-card{background:#fff;border-radius:24px;padding:22px 14px;text-align:center;box-shadow:0 18px 50px #5d25001a;min-height:155px;transition:.25s}.quick-card:hover{transform:translateY(-5px)}.quick-ico{font-size:36px;background:#fff1d9;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px}.quick-card h3{font-size:16px;margin:0 0 4px}.quick-card p{margin:0;color:#7d6257;font-size:12px}.section{padding:75px 4%}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.section-head a{color:#ff6500;font-weight:900}.title{text-align:center;font-size:42px;margin:0;font-weight:900}.title.left{text-align:left;font-size:32px}.intro-section{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center;background:#fff}.intro-text h2{font-size:48px;line-height:1.15;margin:10px 0 18px}.intro-text p{font-size:18px;line-height:1.8;color:#6c4a3a}.intro-img img{border-radius:34px;box-shadow:0 28px 80px rgba(91,34,0,.18);height:440px;width:100%;object-fit:cover}.mini-stats{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr;gap:10px 14px;background:#fff5df;border-radius:22px;padding:18px;margin-top:24px}.mini-stats b{font-size:24px;color:#ff6500}.mini-stats span{align-self:center;color:#6c4a3a}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-grid{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px #6b300018;border:1px solid #f5e6d4}.card img{width:100%;height:235px;object-fit:cover}.card .p{padding:22px}.card h3{margin-top:0}.card p{color:#6c4a3a;line-height:1.6}.meta{display:flex;justify-content:space-between;align-items:center;margin:12px 0}.price{font-weight:900;font-size:21px}.rating{color:#ff9700;font-weight:900}.temple-section{background:linear-gradient(180deg,#fff9f0,#fff)}.temple-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.temple{min-height:320px;border-radius:30px;overflow:hidden;position:relative;color:#fff;background-size:cover;background-position:center;box-shadow:0 18px 50px rgba(64,22,0,.2)}.temple div{position:absolute;inset:0;background:linear-gradient(0deg,#210900ef,#0001);padding:28px;display:flex;flex-direction:column;justify-content:flex-end}.temple span{background:#ff6500;display:inline-block;width:max-content;padding:6px 10px;border-radius:20px;font-size:12px;font-weight:900}.temple h2{margin:14px 0 3px}.god-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.god-grid a{background:#fff;border-radius:20px;padding:22px;font-size:20px;font-weight:900;box-shadow:0 14px 35px #6b300012;border:1px solid #f5e6d4}.process-section{background:#4b1608;color:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.process-grid div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:26px}.process-grid b{display:grid;place-items:center;width:48px;height:48px;background:#ff8a00;border-radius:50%;font-size:22px}.process-grid p{color:#f7dfc8;line-height:1.6}.pandit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.pandit-card{background:#fff;border-radius:26px;padding:24px;box-shadow:0 14px 40px #6b300018;border:1px solid #f5e6d4}.pandit-card img{width:122px;height:122px;border-radius:50%;object-fit:cover;border:6px solid #fff1d9}.pandit-card p{color:#6c4a3a}.astro-shop{display:grid;grid-template-columns:1fr 1fr;gap:30px}.list-cards{display:grid;gap:14px}.list-cards div{display:grid;grid-template-columns:74px 1fr auto;gap:16px;align-items:center;background:#fff;padding:13px;border-radius:20px;box-shadow:0 10px 30px #6b300010;border:1px solid #f5e6d4}.list-cards img{width:74px;height:70px;object-fit:cover;border-radius:14px}.list-cards small{display:block;color:#ff6500;font-weight:800}.list-cards a{background:#fff1d9;color:#ff6500;padding:8px 12px;border-radius:11px;font-weight:900}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.shop-grid a{background:#fff;border-radius:18px;padding:12px;text-align:center;box-shadow:0 10px 30px #6b300010;border:1px solid #f5e6d4}.shop-grid img{height:110px;width:100%;object-fit:cover;border-radius:14px}.shop-grid b{display:block;font-size:14px;margin-top:8px}.shop-grid span{color:#ff6500;font-weight:900}.live-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:center;background:#fff3dc}.live-section h2{font-size:46px;margin:12px 0}.live-section p{font-size:18px;line-height:1.8;color:#6c4a3a}.live-section img{height:430px;width:100%;object-fit:cover;border-radius:34px;box-shadow:0 20px 60px rgba(91,34,0,.18)}.live-dot{background:#e00;color:#fff;padding:8px 14px;border-radius:20px;font-weight:900}.trust{background:#fff2d9;display:grid;grid-template-columns:repeat(5,1fr);gap:1px}.trust div{text-align:center;padding:28px;background:#fff7e8;font-weight:900}.trust small{font-weight:600;color:#6c4a3a}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testimonial-grid div{background:#fff;border-radius:26px;padding:26px;box-shadow:0 14px 40px #6b300018;line-height:1.8}.testimonial-grid b{display:block;margin-top:16px;color:#ff6500}.wide{display:grid;grid-template-columns:1fr 1fr;gap:26px}.footer{background:linear-gradient(180deg,#3b1200,#220a00);color:#fff;padding:70px 4% 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer h3,.footer h4{color:#ffb347;margin-top:0}.footer p{line-height:1.8;color:#f8e7d7}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:10px;color:#f8e7d7}.social-links a{display:inline-flex;width:42px;height:42px;background:#ff8c00;color:#fff;border-radius:50%;align-items:center;justify-content:center;margin-right:10px;font-weight:900}.trust-badges{margin-top:15px;color:#f5e7c6;line-height:1.8}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#e6e6e6}.admin-link{position:fixed;right:15px;bottom:95px;background:#4b1608;color:#fff;padding:10px 14px;border-radius:30px;text-decoration:none;z-index:60}.bottom-nav{display:none}
@media(max-width:1100px){.quick-grid{grid-template-columns:repeat(4,1fr)}.grid,.product-grid,.temple-grid,.pandit-grid{grid-template-columns:repeat(3,1fr)}.shop-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.top,.nav,.search{display:none}.header{justify-content:space-between}.brand{font-size:21px}.hero{min-height:590px;padding-top:45px}.hero h1{font-size:43px}.hero p{font-size:17px}.quick-wrap{margin-top:-45px}.quick-grid{grid-template-columns:repeat(4,1fr);gap:10px}.quick-card{padding:14px 8px;min-height:118px;border-radius:18px}.quick-ico{width:52px;height:52px;font-size:26px}.quick-card h3{font-size:12px}.quick-card p{display:none}.intro-section,.astro-shop,.live-section,.wide{grid-template-columns:1fr}.intro-text h2,.live-section h2{font-size:32px}.mini-stats{grid-template-columns:1fr 1fr}.grid,.product-grid,.temple-grid,.pandit-grid,.process-grid,.testimonial-grid,.god-grid{grid-template-columns:1fr 1fr;gap:14px}.card img{height:160px}.temple{min-height:230px}.trust{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.section{padding:48px 4%}.title{font-size:29px}.bottom-nav{position:fixed;bottom:12px;left:12px;right:12px;height:76px;background:#fffffff6;border-radius:28px;box-shadow:0 16px 45px #82360033;display:flex;justify-content:space-around;align-items:center;z-index:100;border:1px solid #ffe1b8}.bottom-nav a{text-decoration:none;color:#221;font-size:11px;text-align:center;font-weight:800}.bottom-nav i{display:grid;place-items:center;margin:0 auto 4px;width:34px;height:34px;border-radius:50%;font-style:normal;font-size:19px}.bottom-nav .center{transform:translateY(-15px)}.bottom-nav .center i{background:linear-gradient(135deg,#ff4d00,#ffbd1a);color:#fff;width:60px;height:60px;box-shadow:0 12px 30px #ff650066;border:4px solid #fff}.bottom-nav a.active i{background:#fff1d9;color:#ff6500}body{padding-bottom:95px}}
@media(max-width:520px){.quick-grid{grid-template-columns:repeat(4,1fr)}.grid,.product-grid,.temple-grid,.pandit-grid,.process-grid,.testimonial-grid,.god-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%;text-align:center}.shop-grid{grid-template-columns:1fr 1fr}.footer-bottom{font-size:13px}}

/* Force new Online Pandit G logo */
.header .brand.brand-logo-only{min-width:230px;display:flex;align-items:center;gap:0;text-decoration:none;background:transparent!important}
.header .brand.brand-logo-only img{width:230px!important;max-width:230px!important;height:76px!important;object-fit:contain!important;display:block!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.header .brand.brand-logo-only div,.header .brand.brand-logo-only span,.header .brand.brand-logo-only small{display:none!important}
@media(max-width:768px){.header .brand.brand-logo-only{min-width:180px}.header .brand.brand-logo-only img{width:180px!important;max-width:180px!important;height:62px!important}.header{gap:10px}}
