*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none!important}ul{padding:0!important;margin:0!important}ul li{list-style:none;list-style-type:none}body{margin:0;padding:0;background-image:url(/img/astre-web-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh}.h3-new{font-size:18px;font-weight:700;margin-bottom:15px;color:#670000}.avakhada-main-point{color:#670000!important;font-weight:700}p{margin-bottom:15px}.spe-eff-div{width:100%;margin:15px 0 20px;display:flex;justify-content:center}.line-divider{width:100px;height:6px;background-color:rgb(99,99,99);border-radius:10px;display:flex}.line-divider span{width:18px;height:18px;background-color:#6c2319;border-radius:50%;animation:move-dot 4s linear infinite;position:relative;bottom:6px}@keyframes move-dot{0%{transform:translateX(0)}50%{transform:translateX(80px)}to{transform:translateX(0)}}.main_nav{backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px);position:fixed;top:0;left:0;width:100%;z-index:1000;padding:10px;background-size:cover;box-shadow:0 2px 10px rgba(0,0,0,.1)}.my_nav{padding:8px 5px;border-bottom:2px solid #0000001c}.left-right,.my_nav{width:100%;display:flex;justify-content:space-between}.left-right{align-items:center}.left_ul,.right-main{display:flex;align-items:center}.left_ul{justify-content:start}.left_ul a{font-size:20px;color:#EE7404;font-weight:bolder;display:flex;align-items:center}.logoo_title{padding-left:10px}.god-img{width:50px}.god-img,.logoo_img-new{display:flex;justify-content:center;align-items:center}.logoo_img-new{max-width:230px;border-radius:50%}.astro-text{color:black;padding-left:6px}.god-img img{max-width:90%}.logoo_img-new img{max-width:94%}.logoo_title-new{padding-left:10px;color:#1a0c00}.right_ul{list-style:none;display:flex;margin:0;padding:0}.humburger{display:none;cursor:pointer;flex-direction:column;gap:6px;width:32px;justify-content:center;z-index:1001}.humburger div{width:100%;height:4px;background-color:rgb(0,0,0);transition:all .3s ease-in-out;border-radius:10px}.humburger.active div:first-child{transform:rotate(45deg) translate(10px,9px);background-color:#670000}.humburger.active div:nth-child(2){opacity:0}.humburger.active div:nth-child(3){transform:rotate(-45deg) translate(5px,-4px);background-color:#670000}.right_ul li{padding:10px 4px;color:white;font-size:14px;display:flex}.right_ul li a{color:rgb(29,29,29);font-size:14px;padding:2px 6px;transition:color .4s ease-in-out;position:relative;text-align:center;display:flex;justify-content:center;align-items:center}.right_ul li a:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#8B5E3C;transform:scaleX(0);transform-origin:left;transition:transform .3s ease-in-out;opacity:1}.right_ul li a.active:before,.right_ul li a:hover:before{transform:scaleX(1)}.right_ul li a:hover{color:#8b5e3c}.right_ul li a:hover:before{opacity:1}.right_ul li a.active{color:#8b5e3c;font-weight:600}.right_ul li a.active:before{opacity:1}.login-li a img{width:34px;height:34px}.login-li a:before{display:none!important}body,div,li,p,span{font-family:Merriweather,Lora,serif!important}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Cormorant Garamond,serif}.sub-p{font-size:1.25rem;color:#000001;line-height:1.7;max-width:650px;margin:1.5rem auto 2.5rem;font-family:Merriweather,Lora,serif;text-shadow:0 1px 2px #ee74049e}.sub-p strong{color:#6B251B;font-weight:600}.hero{display:flex;align-items:center;padding:6rem 10px 1rem;min-height:100vh;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:150%;height:150%;background:radial-gradient(circle,rgba(217,119,6,.03) 0,transparent 60%);top:-25%;left:-25%;z-index:0}.hero-content{flex:1 1;max-width:600px;position:relative;z-index:2}.hero-bg h1{font-size:3.8rem;font-weight:800;line-height:1.35;margin-bottom:1.5rem;color:#0f172a;text-shadow:0 2px 4px rgba(0,0,0,.05);font-family:Playfair Display,Cormorant Garamond,serif!important}.hero-content h1 span{color:#d97706;display:block;background:linear-gradient(90deg,#6c2319,#eb290e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.typed-cursor{display:none}.subtitle{font-size:1.25rem;color:#141414;margin-bottom:2.5rem;max-width:500px;line-height:1.6;position:relative;height:36px;padding-left:1.5rem}.subtitle:before{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:linear-gradient(180deg,#933326,#cb4a38);border-radius:4px}.cta-container{display:flex;gap:1.5rem;margin-bottom:3rem;flex-wrap:wrap}.primary-cta,.secondary-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.25rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;word-spacing:3px;letter-spacing:1.1px}.primary-cta{background:linear-gradient(135deg,#6c2319,#9c3729);color:white;box-shadow:0 4px 15px rgba(217,119,6,.3)}.primary-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#9c3729,#6c2319);opacity:0;transition:opacity .3s ease;z-index:-1}.primary-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(217,119,6,.4)}.primary-cta:hover:before{opacity:1}.secondary-cta{border:2px solid #d1958d;color:#af200c;background:white;box-shadow:0 2px 10px rgba(0,0,0,.05)}.secondary-cta:hover{border-color:#be2a17;color:#be2a17;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.icon{width:20px;height:20px;transition:transform .3s ease}.primary-cta:hover .icon{transform:translateX(3px)}.hero-graphic{flex:1 1;position:relative;min-height:450px;perspective:1000px}.cosmic-circle{position:absolute;width:350px;height:350px;top:50%;left:50%;transform:translate(-50%,-50%);animation:float 8s ease-in-out infinite}.orbit{width:100%;height:100%;border:1px solid rgba(217,119,6,.1);animation:spin 25s linear infinite;box-shadow:0 0 20px rgba(217,119,6,.05)}.orbit,.orbit:before{position:absolute;border-radius:50%}.orbit:before{content:"";width:14px;height:14px;background:#3b82f6;top:-7px;left:50%;transform:translateX(-50%);box-shadow:0 0 12px #3b82f6;animation:pulse-blue 2s ease-in-out infinite alternate}.sun{width:60px;height:60px;background:radial-gradient(circle,#ffc760 0,#ff961e 70%);top:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px rgba(217,119,6,.7),0 0 60px rgba(217,119,6,.4),0 0 120px rgba(217,119,6,.1)}.moon,.sun{position:absolute;border-radius:50%;left:50%}.moon{width:30px;height:30px;background:radial-gradient(circle at 70% 30%,#f8fafc 0,#e2e8f0 100%);top:20%;transform:translateX(-50%);box-shadow:0 0 20px rgba(248,250,252,.8),inset -6px -4px 0 0 #8c8c8c;animation:orbit 15s linear infinite}.zodiac-ring{position:absolute;width:90%;height:90%;border:2px solid rgba(59,130,246,.08);border-radius:50%;top:5%;left:5%;box-shadow:inset 0 0 25px rgba(59,130,246,.05),0 0 40px rgba(59,130,246,.08)}.zodiac-ring:before{content:"♈♉♊♋♌♍♎♏♐♑♒♓";position:absolute;width:100%;height:100%;font-size:20px;color:rgba(217,119,6,.9);display:flex;justify-content:center;align-items:center;letter-spacing:22px;text-indent:22px;animation:spin-reverse 50s linear infinite}@keyframes spin-reverse{to{transform:rotate(-1turn)}}@keyframes pulse{0%{box-shadow:0 0 30px rgba(217,119,6,.7),0 0 60px rgba(217,119,6,.4)}to{box-shadow:0 0 50px rgba(217,119,6,.9),0 0 100px rgba(217,119,6,.5)}}@keyframes pulse-blue{0%{transform:translateX(-50%) scale(1);opacity:.8}to{transform:translateX(-50%) scale(1.2);opacity:1}}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-25px)}}@keyframes orbit{0%{transform:translateX(-50%) rotate(0deg) translateX(160px) rotate(0deg)}to{transform:translateX(-50%) rotate(1turn) translateX(160px) rotate(-1turn)}}.hero-graphic:after{content:"";position:absolute;width:250px;height:250px;background:radial-gradient(circle,rgb(255 227 192) 0,#ff151500 70%);top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;animation:glow-pulse 8s ease infinite alternate}@keyframes glow-pulse{0%{opacity:.4;transform:translate(-50%,-50%) scale(.9)}to{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}}.badges-section{width:100%;padding:0 25px;position:relative;z-index:9}.four-badges{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;background-color:#f9f5ec5c;border-radius:23px;padding:16px;margin:0 auto;position:relative;border:2px solid #cc9933}.corner-box{position:absolute;width:14px;height:14px;background-color:#feeccd}.corner-box.tl{left:0;border-top:2px solid #cc9933;border-left:2px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.corner-box.tl,.corner-box.tr{top:0;transform:rotate(180deg)}.corner-box.tr{right:0;border-top:2px solid #cc9933;border-right:2px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.corner-box.bl{left:0;border-bottom:2px solid #cc9933;border-left:2px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.corner-box.bl,.corner-box.br{bottom:0;transform:rotate(180deg)}.corner-box.br{right:0;border-bottom:2px solid #cc9933;border-right:2px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.bad-same{display:flex;align-items:center;min-width:220px;padding:10px}.badg-icon img{width:50px;height:50px}.badge-name{display:flex;flex-direction:column;padding-left:25px;min-width:0}.badge-name span:first-child{font-size:24px;font-weight:700;white-space:nowrap}.badge-name span:nth-child(2){font-size:14px;color:#8B5E3C;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nkey-section{width:100%;padding:80px 0 90px;border-radius:60px;position:relative}.nkey-div{text-align:center;margin-bottom:50px}.nkey-div h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.nkey-div h2 span{display:inline-block;color:#6c2319;font-weight:600}.nkey-div p{font-size:1.1rem;color:#3f2400;margin:0 auto;max-width:60%;line-height:26px}.six-card{display:grid;grid-template-columns:repeat(3,.3fr);grid-gap:30px;gap:30px;padding:0 15px;justify-content:center}.main-card{padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:6px double #cc9933;border-radius:36px;transition:all .3s ease;position:relative;z-index:1}.corner-kundli{position:absolute;width:18px;height:18px;background-color:#feeccd}.corner-kundli.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.corner-kundli.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.corner-kundli.bl{bottom:0;left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-left-radius:6px}.corner-kundli.br{bottom:0;right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-right-radius:6px}.main-card:before{width:250px;height:250px;border-radius:50%;position:absolute;content:"";bottom:50px;left:60px;background-color:#ee75040c;z-index:-9}.main-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(217,119,6,.1)}.main-card:hover,.main-card:hover .corner-kundli.bl,.main-card:hover .corner-kundli.br,.main-card:hover .corner-kundli.tl,.main-card:hover .corner-kundli.tr{border-color:#a37a29}.icon-content{margin-bottom:20px}.icon-content p{font-size:18px;color:#334155;line-height:24px}.same-card{gap:15px;margin-bottom:15px}.same-card,.svg-iconn{display:flex;align-items:center}.svg-iconn{justify-content:center}.svg-iconn img{width:42px;height:42px}.main-card h3{font-size:1.3rem;color:#0f172a;margin:0}.main-card>p{color:#475569;line-height:1.6;margin-left:55px}.card-ul{margin:25px 0}.card-ul ul{list-style:none;padding:0;margin:0}.card-ul li{color:#475569;position:relative;padding:8px 0 8px 25px}.card-ul li span{position:absolute;left:0;color:#d97706;font-weight:700}.exp-btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#bd831d;border-radius:50%;position:absolute;bottom:45px;right:20px;animation:color-pulse 2s infinite;transition:all .3s ease-in-out;cursor:pointer}.exp-btn:hover{transform:rotate(-45deg);animation:none;box-shadow:0 0 15px rgba(189,131,29,.7)}@keyframes color-pulse{0%{background-color:#670000;box-shadow:0 0 0 0 rgba(189,131,29,.7)}50%{background-color:#ad0000;box-shadow:0 0 0 15px rgba(189,131,29,0)}to{background-color:#670000;box-shadow:0 0 0 0 rgba(189,131,29,0)}}.exp-btn a img{width:35px;height:35px}.how-it-works{padding:80px 20px;position:relative}.how-it-works-div{width:100%;padding:60px 35px;background-color:#f9f5ec29;border-radius:15px;border:1px solid #dedede;position:relative;z-index:99}.linee{position:absolute;bottom:0;right:0;z-index:-9}.linee img{max-width:100%}.how-it-works-divsion{text-align:center;margin-bottom:60px}.how-it-works-divsion h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.how-it-works-divsion h2 span{color:#670000;font-weight:600;display:inline-block}.how-it-works-divsion p{color:#590000;margin:0 auto;max-width:60%;line-height:26px}.process-steps{max-width:900px;margin:0 auto;position:relative}.step{display:flex;align-items:center;margin-bottom:40px;background:rgba(255,255,255,.103);border-radius:12px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:1px solid rgba(217,119,6,.1);position:relative;transition:transform 1s ease-in-out}.step:hover{transform:scale(1.1)}.step-number{font-size:2rem;font-weight:700;color:white;background:linear-gradient(135deg,#670000,#7c0707);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:25px}.step-content{flex-grow:1;text-align:left}.step-content h3{font-size:1.5rem;color:#0f172a;margin-bottom:10px}.step-content p{color:#555555;line-height:1.6;text-align:justify}.step-content strong{color:#6c2319;font-weight:600}.step-icon{margin-left:30px}.step-icon img{width:50px;height:50px;transition:transform .6s ease-in-out}.step:hover{transform:scale(1.05)}.step:hover .step-icon img{transform:scale(1.2);transition:transform .6s ease-in-out}.step:not(:last-child):after{content:"";position:absolute;left:60px;bottom:-40px;width:6px;height:40px;background:linear-gradient(180deg,#e80000,#670000)}.testimonials-section-div{text-align:center;margin-bottom:60px}.testimonials-section-div h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.testimonials-section-div h2 span{color:#6c2319;font-weight:600}.testimonials-section-div p{color:#64748b;margin:0 auto;max-width:60%;line-height:26px}.testimonials-section{padding:80px 20px;position:relative;border-radius:50px;width:98%;margin:0 auto}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin:50px auto;max-width:1200px}.testimonial-grid-right{display:flex;flex-direction:column}.testimonial-card{padding:16px;box-shadow:0 5px 15px rgba(0,0,0,.05);border-radius:36px;border:6px double #cc9933;transition:all .3s ease;position:relative}.corner-test{position:absolute;width:20px;height:20px;background-color:#feeccd}.corner-test.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.corner-test.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.corner-test.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.corner-test.bl,.corner-test.br{bottom:0;transform:rotate(180deg)}.corner-test.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgb(217 119 6/29%)}.testimonial-card.highlight{border-radius:36px;border:6px double #cc9933;position:relative}.highlight:after{content:"Most Popular";position:absolute;top:-18px;right:50px;background:#670000;color:white;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:700}.rating{color:#8B5E3C;font-size:1.2rem;margin-bottom:15px}blockquote{font-style:italic;color:#475569;line-height:1.7;position:relative;padding-left:20px}blockquote:before{content:"";position:absolute;left:-5px;top:-15px;font-size:3rem;color:rgba(217,119,6,.1);font-family:serif}.client-info h4{color:#0f172a}.trust-badges{display:flex;justify-content:center;gap:40px;margin-top:50px}.trust-item{text-align:center}.trust-item img{margin-bottom:10px;filter:drop-shadow(0 3px 5px rgba(217,119,6,.2))}.trust-item p{font-size:.9rem;color:#2b190c;line-height:1.5;margin-bottom:0}.why-choose-section{width:100%;padding:90px 20px 60px;position:relative}.why-choose-div{text-align:center;margin-bottom:35px}.why-choose-div h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem;line-height:1.3}.why-choose-div h2 span{color:#6c2319;font-weight:600}.why-choose-div p{color:#670000;margin:0 auto;max-width:60%;line-height:26px}.four-why-card{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.why-same{width:100%;padding:25px;justify-content:center;align-items:center;flex-direction:column;display:flex;border-radius:10px;transition:all .3s ease-in-out;border-bottom:5px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.why-same:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-bottom:5px solid #d4af37}.why-icon{width:60px;height:60px;display:flex;justify-content:center;align-items:center;background-color:#d4af3714;margin-bottom:20px;border-radius:50%}.why-icon img{width:30px;height:30px;object-fit:contain}.why-content{text-align:center}.why-content h3{color:#0f172a;margin:10px 0;font-size:1.3rem}.why-content p{color:#756242;margin:10px 0 0;font-size:.95rem;line-height:1.6}.main-footer{background:#510000;color:#e2e8f0;padding:60px 0 0;font-size:15px;position:relative;overflow:hidden}@keyframes shine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto}.footer-col{padding:0 15px}.logo-footer{display:flex;align-items:center;margin-bottom:20px}.logo-footer img{margin-right:10px;max-width:200px}.logo-footer span{font-size:1.5rem;font-weight:700}.logo-footer span span{color:#d97706}.footer-about{line-height:1.7;margin-bottom:20px;opacity:.8}.footer-col h3{color:#ffc200;font-size:1.2rem;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-col h3:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background:#d97706}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#ffffff;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#d97706}.contact-info-footer li{display:flex;align-items:center;margin-bottom:15px}.contact-info li{margin-bottom:4px!important}.contact-info-footer img{margin-right:10px;opacity:.8}.social-links{display:flex;gap:15px;margin-top:20px}.social-links a{transition:all .3s ease;width:45px;height:45px;display:inline-flex;justify-content:center;align-items:center;background:rgba(255,255,255,.15);border-radius:50%;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 4px 6px rgba(0,0,0,.1),inset 0 1px 1px rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.4)}.social-links a:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 6px 10px rgba(0,0,0,.15),inset 0 2px 2px rgba(255,255,255,.6)}.language-switcher-footer{margin-top:20px}#footerLanguageToggle{background:rgba(255,255,255,.1);border:1px solid #d97706;color:#f8fafc;padding:8px 15px;border-radius:20px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s}#footerLanguageToggle:hover{background:rgba(217,119,6,.2)}.footer-bottom{border-top:1px solid #ffffff24;padding:20px 0;margin-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-bottom p{margin:5px 0;opacity:.7;font-size:14px}.legal-links{display:flex;gap:10px}.legal-links a{color:#e5e5e5;font-size:14px;text-decoration:none;transition:color .3s}.legal-links a:hover{color:#ffc200}.autho-line{font-size:12px;text-align:center;color:#d5d5d5;letter-spacing:1px}.product_section{width:100%;padding:60px 20px;background-color:white;position:relative;bottom:110px}.product_section_div{width:100%;padding:10px 4px}.product_div{width:100%;display:flex;justify-content:space-between;padding-top:50px;flex-wrap:wrap}.product-header{text-align:center}.product-header h2{font-size:2.5rem;color:#000000;margin-bottom:1rem}.product-header h2 span{color:#d97706}.product-header p{max-width:60%;margin:0 auto;line-height:1.6}.pro_box{width:24%;background-color:#fcfcfc;border:1px solid #e0e0e0;border-radius:10px;padding:10px;margin:10px 0;transition:box-shadow .4s ease,transform .4s ease;cursor:pointer}.prod_des{padding:10px 0 8px;font-size:14px;color:#7c7c7c;line-height:22px}.pro_box h4{font-size:18px;padding-top:15px}.pro-bth-btn{display:flex;gap:10px;margin-top:20px}.pro_box .prod-img{max-width:60%;margin:0 auto;display:flex;padding:40px 0;transition:transform 1s ease;transform-style:preserve-3d}.pro_box:hover{box-shadow:0 8px 20px rgba(0,0,0,.1);transform:translateY(-5px)}.pro_box:hover .prod-img{transform:rotateY(1turn) scale(1.05);filter:brightness(1.1) drop-shadow(0 0 6px rgba(0,0,0,.1))}.pro_des{font-size:12px;color:rgb(100,100,100);padding-top:8px}.buy_pro span:first-child img{width:22px;height:22px}.buy_pro span:nth-child(2){display:inline-block;padding-left:10px}.buy_pro{padding:8px 12px;background-color:#EE7404;color:white;border-radius:6px;font-size:14px;transition:.4s ease-in-out;border:2px solid transparent}.add_pro,.buy_pro{display:inline-flex;align-items:center}.add_pro{width:45px;height:45px;justify-content:center;border:2px solid #a5a5a5;border-radius:5px}.add_pro img{max-width:60%}.today-section{width:100%;padding:120px 20px 60px;background-color:rgb(253,253,253);position:relative;bottom:110px}.today-div{text-align:center;margin-bottom:50px}.today-div h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.today-div h2 span{display:inline-block;color:#EE7404}.today-div p{font-size:1.1rem;color:#3f2400;margin:0 auto;max-width:60%;line-height:26px}.today-data-read{max-width:850px;margin:40px auto}.panchang-view-card{background:white;border-radius:40px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.1);position:relative;z-index:99;overflow:hidden}.panchang-view-card:before{z-index:-1;position:absolute;top:-50px;right:-100px;width:250px;height:250px;background-color:#ee750418;content:"";border-radius:50%}.panchang-view-card h3{color:#252525;font-size:1.5rem;display:inline-flex;justify-content:center;align-items:center;text-align:center;margin:0 auto}.panchang-view-card h3 span{padding-left:15px;display:inline-block}.panchang-view-card .loca{width:40px;height:40px}.panchang-details{margin:15px 0}.pan-row{display:flex;margin-bottom:10px;line-height:1.6;text-align:left}.panchang-lab{font-weight:600;color:#555;min-width:180px;display:inline-block}.panchang-val{color:#333;flex:1 1}.pan-row-divider{position:relative;height:20px;margin-bottom:10px}.pan-row-divider:before{content:"";position:absolute;top:50%;left:15px;right:15px;height:1px;background-image:linear-gradient(90deg,transparent,#ff971f,transparent);transform:translateY(-50%);display:block}.pan-btn{display:flex;gap:1.5rem;margin-bottom:10px;flex-wrap:wrap}.today-pan{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2.25rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;background:linear-gradient(135deg,#EE7404,#f59e0b);color:white;box-shadow:0 4px 15px rgba(217,119,6,.3)}.today-pan:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f59e0b,#d97706);opacity:0;transition:opacity .3s ease;z-index:-1}.today-pan:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(217,119,6,.4)}.today-pan:hover:before{opacity:1}.icon-pan{width:22px;height:22px;transition:transform .3s ease}.today-pan:hover .icon-pan{transform:translateX(3px)}.pan-wp{padding:15px 31px;display:inline-flex;align-items:center;color:#4CAF50;border:2px solid #4caf50;border-radius:10px}.icon-wp{width:25px;height:25px;margin-right:10px}.kundli-form-section{width:100%;margin-top:50px;padding:40px 0;position:relative}.kundli-form-div{text-align:center;margin-bottom:50px}.kundli-form-div h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.kundli-form-div h2 span{color:#6c2319;font-weight:600}.kundli-form-div p{font-size:1.1rem;color:#3f2400;margin:0 auto;max-width:60%;line-height:1.6}.kundli-form{display:flex;flex-direction:column}.kundli-input-form{display:flex;justify-content:center;gap:30px;margin-bottom:30px}.form-section{padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);width:38%;position:relative;border:6px double #cc9933;border-radius:30px}.corner-form{position:absolute;width:18px;height:18px;background-color:#feeccd}.corner-form.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.corner-form.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.corner-form.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.corner-form.bl,.corner-form.br{bottom:0;transform:rotate(180deg)}.corner-form.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.form-title{color:#6c2319;font-size:1.5rem;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #f5d6b3;display:flex;align-items:center}.form-title img{margin-right:10px;width:40px;height:40px}.form-group label{color:#555;font-weight:600}.form-control{padding:12px 15px;border:1px solid #ddd;font-size:1rem;background-color:#f9f9f9}.form-control:focus{outline:none;border-color:#e67e22;box-shadow:0 0 0 3px rgba(230,126,34,.1)}.date-time-group{display:flex;gap:10px}.date-time-group .form-control{flex:1 1;min-width:0}.btn-kundli-div{display:flex;justify-content:center}.match-btn{padding:15px 30px;background-color:#bd831d;color:white;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;box-shadow:0 4px 6px rgba(0,0,0,.1)}.match-btn:hover{background-color:#d69a2a;box-shadow:0 0 10px rgba(189,131,29,.7),0 0 20px rgba(189,131,29,.5),0 0 30px rgba(189,131,29,.3);transform:translateY(-2px)}.match-btn.pulse:hover{animation:pulse-glow 1.5s infinite;background-color:#bd831d}.match-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.match-btn:hover:after{animation:ripple 1s ease-out}.horoscope-panchang-section-details{padding:190px 0 60px}.horoscope-panchang-section{padding:90px 0 60px;position:relative}.hp-container{display:flex;gap:10px}.horoscope-container{flex:1 1;background:#f9f5ec5c;box-shadow:0 4px 12px rgba(0,0,0,.05);padding:25px;margin:0 15px;position:relative;z-index:1;border:6px double #cc9933;border-radius:36px}.corner-box-horo{position:absolute;width:18px;height:18px;background-color:#feeccd}.corner-box-horo.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.corner-box-horo.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.corner-box-horo.bl{bottom:0;left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-left-radius:6px}.corner-box-horo.br{bottom:0;right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-right-radius:6px}.horoscope-container:before{background:url(/img/dots.png);background-repeat:no-repeat;content:"";width:120px;height:100px;position:absolute;z-index:-11;bottom:40px;right:60px;opacity:.5;animation:rotateAndScale 8s linear infinite;transform-origin:center}@keyframes rotateAndScale{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(1turn) scale(1)}}.horoscope-container h2{font-size:26px;font-weight:600;color:#333;margin-bottom:20px;padding-left:2px;display:flex;align-items:center}.horoscope-container span img{width:35px;height:35px;margin-right:10px}.horoscope-container span{display:inline-flex;align-items:center}.time-tabs{display:flex;list-style:none;margin-bottom:20px!important;border-bottom:1px solid #eee}.time-tabs li{padding:10px 20px;cursor:pointer;font-weight:600;color:#666;position:relative;transition:all .3s ease}.time-tabs li:hover{color:#EE7404;background-color:#fff5ee}.time-tabs li.active{color:#EE7404}.time-tabs li.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#EE7404}.zodiac-signs{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 20px;gap:8px}.zodiac-signs li{padding:5px 15px;background:#fff6e6;border-radius:26px;cursor:pointer;transition:all .3s ease;color:#dc8c00;display:flex;align-items:center;justify-content:center}.zodiac-signs li img{width:32px;height:32px;margin-right:6px}.zodiac-signs li:hover{background:#ffd8b8}.zodiac-signs li.active{background:#ffe8d4;border:2px solid #d4af37;color:#291400}.horoscope-content{position:relative;min-height:200px;margin-top:40px}.tab-content h3{font-size:22px;color:#333;margin-bottom:10px}.tab-content p{color:#555;line-height:1.8;margin-bottom:15px;text-align:justify}.read-more{color:#ffffff;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:all .3s ease;background-color:#670000;padding:8px 18px;letter-spacing:1.5px;border-radius:50px}.read-more:hover{color:#fff4e1;text-decoration:underline}.read-more:after{content:"→";margin-left:5px;transition:transform .2s ease;font-size:23px}.read-more:hover:after{transform:translateX(3px)}.panchang-container{width:385px;margin:0 10px}.panchang-container h2{font-size:22px;display:flex;align-items:center;color:#ffffff;background-color:#670000;background-size:300% 300%;padding:14px 22px;border-top-right-radius:12px;border-top-left-radius:12px;animation:gradientMove 6s ease infinite;margin-bottom:0}.panchang-container span img{width:30px;height:30px;margin-right:10px}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.panchang-card{background:#f9f5ec5c;box-shadow:0 4px 12px rgba(0,0,0,.05);border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:10px 16px;transition:all .3s ease;border:1px solid #e5e5e5;border-top:1px solid transparent!important}.panchang-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.panchang-header,.panchang-header-new{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:#333;font-weight:500}.panchang-header{justify-content:space-between}.panchang-details{margin-bottom:20px}.panchang-row{display:flex;margin:4px 0;border-bottom:1px solid #f3c470;padding:10px 0}.panchang-row .label{font-weight:600;color:#555}.panchang-row .value{color:#7f5100;display:inline-block;margin-left:10px}.divider{height:1px;background:#eee}.panchang-footer{padding-top:10px;padding-bottom:15px}.notify-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;color:#555;transition:color .3s ease}.notify-checkbox:hover{color:#EE7404}.notify-checkbox input{width:18px;height:18px;accent-color:#EE7404;cursor:pointer}@media (max-width:992px){.hp-container{flex-direction:column}.panchang-container{width:94%;margin:40px auto 0}}@media (max-width:768px){.time-tabs{flex-wrap:wrap;border-bottom:none}.time-tabs li{border-bottom:1px solid #eee}.time-tabs li.active:after{display:none}.zodiac-signs{flex-wrap:wrap}}@media (max-width:480px){.panchang-row{flex-direction:column;gap:3px}.panchang-row .label{min-width:auto}.time-tabs li{width:100%;text-align:center}}.scroll-to-top{position:fixed;display:flex;justify-content:center;align-items:center;width:53px;height:52px;bottom:20px;right:20px;background-color:#670000;border-bottom:4px solid rgb(41,41,41);border-radius:50%;cursor:pointer;display:none;z-index:1000;transition:background-color .3s,transform .3s;animation:bounce 1s infinite}.scroll-to-top:hover{background-color:#3a2500}.scroll-to-top img{width:20px;height:20px}.scroll-to-top.show{display:flex}.mobile-language-translator{position:fixed;bottom:82px;right:20px;z-index:1000;display:none}.language-translator-icon{width:53px;height:52px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s;background-color:#ffffff;border-radius:50%;padding:8px;box-shadow:0 2px 8px rgba(0,0,0,.15)}.language-translator-icon:hover{transform:scale(1.1)}.language-translator-icon img{width:100%;height:100%;object-fit:contain}.language-selector-dropdown{position:absolute;bottom:62px;right:0;background-color:#670000;border-radius:12px;padding:8px;min-width:160px;width:230px;box-shadow:0 4px 12px rgba(0,0,0,.3);animation:fadeInDropdown .2s ease}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.language-option{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:transparent;border:none;color:#e0e0e0;font-size:15px;text-align:left;cursor:pointer;border-radius:8px;transition:background-color .2s,color .2s;margin-bottom:4px}.language-option img{flex-shrink:0}.language-option:last-child{margin-bottom:0}.language-option:hover{background-color:#ffffff;color:#670000}@media only screen and (max-width:992px){.mobile-language-translator{display:block}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.welocme-title h2{font-size:20px;color:#6c2319}.special-border-radius{border-radius:35px!important;overflow:hidden}.modal-header{border-bottom:none;padding:1rem}.modal-header .close{color:#6c2319;opacity:1;font-size:50px;font-weight:300;line-height:1;text-shadow:none;transition:all .3s ease}.modal-header .close:focus,.modal-header .close:hover{color:#8a2f1f;opacity:1;transform:scale(1.1)}.modal-shake{animation:modalShake .35s ease-in-out}@keyframes modalShake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}.modal-body{padding:0}.welocme-title h2{font-size:38px;font-weight:700;text-align:center;line-height:54px;color:#180300}.welocme-title h2 span{color:#6c2319}.welocme-title span{display:inline-block;color:#6c2319}.welcom-img{text-align:center;margin-bottom:1.5rem}.welcom-img img{max-width:100%}.welcome-didi{display:flex}.welcome-left{width:45%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#ffecc4}.welcome-right{width:55%}.btn-loginn{width:100%;padding:10px;background-color:#6c2319;outline:none;border:none;color:white;border-radius:10px;transition:all .3s ease}.btn-loginn:hover{background-color:#8a2f1f;transform:translateY(-1px);box-shadow:0 4px 12px rgba(108,35,25,.3)}.btn-signup{width:100%;padding:10px;background-color:#6c2319;outline:none;border:none;color:white;border-radius:10px;transition:all .3s ease}.btn-signup:hover{background-color:#8a2f1f;transform:translateY(-1px);box-shadow:0 4px 12px rgba(108,35,25,.3)}.welcome-body{padding:0!important}.nav-item{width:50%!important}.form-content{padding:2.5rem}.two-tab{border-bottom:2px solid #eee;margin-bottom:1.5rem}.nav-tabs .nav-link{border:none;color:#6c2319;font-weight:500;padding:.75rem 1.5rem;position:relative;width:100%!important;transition:opacity .3s ease}.nav-tabs .nav-link.active{color:#6c2319;background:transparent;opacity:1}.nav-tabs .nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#6c2319}.tab-content-new{position:relative;min-height:300px}.tab-content-new .tab-pane{position:absolute;top:0;left:0;width:100%;opacity:0;transition:opacity .3s ease;pointer-events:none;padding:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.tab-content-newh3{padding-top:20px}.nav-tabs .nav-link.active{background-color:#6c2319!important;color:white!important;border-top-left-radius:10px;border-top-right-radius:10px}.nav-link:focus,.nav-link:hover{color:#6c2319!important}.tab-content-new .tab-pane.active{position:relative;opacity:1;pointer-events:all}.login-content h3,.signup-content h3{font-size:28px;margin-bottom:1.5rem;font-weight:600;margin-top:1rem;color:#6c2319;text-align:center;display:flex;justify-content:center;align-items:center}.login-content h3 img,.signup-content h3 img{width:40px;height:40px;margin-right:15px}.form-group{margin-bottom:1rem}.form-control{border:1px solid #c93;border-radius:8px;padding:.75rem 1rem;width:100%}.form-control:focus{border-color:#6c2319;box-shadow:0 0 0 .2rem rgba(108,35,25,.25)}.btn-primary{background-color:#6c2319;border-color:#6c2319;padding:.75rem;font-weight:500}.btn-primary:hover{background-color:#8a2f1f;border-color:#8a2f1f}.btn-outline-secondary{border-color:#ddd}.text-muted{font-size:.875rem;color:#666!important}.switch-to-login,.switch-to-signup{color:#6c2319;font-weight:500;text-decoration:none;transition:color .3s ease}.switch-to-login:hover,.switch-to-signup:hover{color:#8a2f1f}.password-wrapper{position:relative}.toggle-password{position:absolute;top:43%;right:12px;transform:translateY(-50%);cursor:pointer;font-size:18px;color:#666;-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-control-new{padding-right:40px}.forgot-pass-div{text-align:right;margin-bottom:15px}.forgot-pass-div a{color:#6c2319;transition:color .3s ease}.forgot-pass-div a:hover{color:#8a2f1f}.for-title{font-size:18px;color:#0f172a}.otp-input-group{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.otp-input{width:50px;height:50px;text-align:center;font-size:20px;border:1px solid #ddd;border-radius:5px}.otp-input:focus{outline:none;border-color:#4CAF50}.form-control-new{width:100%;padding:12px 18px;border:1px solid #cc9933;border-radius:8px;font-size:16px;color:#212121;background-color:transparent!important;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none;margin-bottom:10px}.form-control-new::placeholder{color:#aaa;opacity:1}.form-control-new:hover{border-color:#D4AF37;background-color:#fffcf7}.form-control-new:focus{border-color:#6c2319;box-shadow:0 0 0 3px rgb(108 35 25/14%)}.form-control-new:active{border-color:#ff8512}@media only screen and (max-width:992px){.welcome-didi{display:block}.welcome-left,.welcome-right{width:100%}.welcom-img{display:none}.welocme-title h2{margin:0}.welcome-left{padding:20px}}.panchnag-hero-section{width:100%;padding:60px 10px;background-color:#f8f8f8}.panchnag-hero-div{width:100%;padding:80px 20px;background-color:#ffffff}.panchang-hero-title{text-align:center}.panchang-hero-title h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.panchang-hero-title h2 span{color:#EE7404}.pan-details{display:flex;gap:15px;justify-content:center;margin-bottom:30px;flex-wrap:wrap}.pan-input{flex:1 1;min-width:200px;text-align:left}.pan-input label{display:block;margin-bottom:8px;font-weight:600;color:#2c3e50}.get-pan{background:#e67e22;color:white;border:none;padding:12px 25px;border-radius:8px;cursor:pointer;font-weight:600;align-self:flex-end;transition:.4s ease-in-out}.get-pan:hover{background:#d35400}.form-control-pan{width:100%;padding:12px 18px;border:1px solid #ccc;border-radius:8px;font-size:16px;color:#212121;background-color:#fff;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none}.form-control-pan::placeholder{color:#aaa;opacity:1}.form-control-pan:hover{border-color:#e9e9e9;background-color:#fffcf7}.form-control-pan:focus{border-color:#EE7404;box-shadow:0 0 0 3px rgb(238 116 4/14%)}.form-control-pan:active{border-color:#ff8512}.pan-hightlight{display:flex;justify-content:center;gap:20px;margin-bottom:30px;flex-wrap:wrap}.high-card{background:white;padding:15px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);min-width:180px;text-align:center;transition:.4s ease-in-out}.high-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.high-card span img{width:36px;height:36px;margin:20px 0}.high-card .title{font-size:1rem;color:#424242;display:block}.high-card .value{font-weight:600;color:#2c3e50;font-size:1rem}.whatsapp-cta-main-div{text-align:center}.whatsapp-cta-div{display:inline-flex;justify-content:center;align-items:center;padding:15px;border:1px solid #f0f0f0;border-radius:50px;margin:0 auto}.whatsapp-cta-div p{margin-bottom:0}.whatsapp-cta-div p span img{width:30px;height:30px;margin-right:10px;animation:vibrate 1.5s ease-in-out infinite}@keyframes vibrate{0%{transform:rotate(0deg)}10%{transform:rotate(-5deg)}20%{transform:rotate(5deg)}30%{transform:rotate(-5deg)}40%{transform:rotate(5deg)}50%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.whatsapp-cta-div p{font-size:18px;color:black;display:flex;align-items:center}.whatsapp-iconnn{background-color:white;border:2px solid #25d366;outline:none;padding:12px 18px;color:#64B161;border-radius:45px;margin-left:10px;font-weight:700;display:flex;align-items:center}.whatsapp-iconnn span img{width:24px;height:24px;margin-right:10px}@media only screen and (max-width:670px){.whatsapp-cta-div{display:block;border-radius:10px}.whatsapp-cta-div p{width:100%;justify-content:center;margin-bottom:15px}.whatsapp-iconnn{margin:0 auto}}@media only screen and (max-width:460px){.pan-hightlight{display:block}.high-card{margin-bottom:20px}}.p-hero-section{width:100%;background-size:600% 600%;animation:gradientAnimation 8s ease infinite;transition:all .3s ease;padding:30px 60px 40px;margin-top:100px}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.baby-name-finder-table{width:100%;overflow-x:auto}.baby-name-finder-table table{width:100%;border-collapse:collapse;min-width:600px}.baby-name-finder-table::-webkit-scrollbar{height:8px}.baby-name-finder-table::-webkit-scrollbar-thumb{background:#c47a50;border-radius:4px}.p-hero-div{text-align:center}.p-hero-div p{font-size:18px;max-width:60%;margin:0 auto;line-height:30px;color:#000}.p-hero-div h2{font-size:3rem;font-weight:600;margin-bottom:20px;gap:15px}.p-hero-div h2 span{font-weight:700;color:#d97706;background:linear-gradient(90deg,#6c2319,#eb290e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pan-exp-btn{background:linear-gradient(135deg,#6c2319,#9c3729);color:white;padding:14px 22px;margin-top:10px;border-radius:30px;font-size:17px;display:inline-block}.four-panchang-section{width:100%;padding:80px 0 90px;border-top-left-radius:60px;border-top-right-radius:60px}.four-panchang-titlee{text-align:center;margin-bottom:50px}.four-panchang-titlee h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.four-panchang-titlee h2 span{display:inline-block;color:#6c2319;font-weight:600}.four-panchang-titlee p{font-size:1.1rem;color:#3f2400;margin:0 auto;max-width:60%;line-height:26px}.four-panchang-card{display:grid;grid-template-columns:repeat(2,.4fr);justify-content:center;grid-gap:12px;gap:12px}.four-card{border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;position:relative;z-index:1;margin:15px;border:6px double #cc9933;padding-bottom:14px}.corner-pand:hover .corner-pan.bl,.corner-pand:hover .corner-pan.br,.corner-pand:hover .corner-pan.tl,.corner-pand:hover .corner-pan.tr,.four-card:hover{border-color:#a37a29}.four-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(217,119,6,.1)}.panchang-content{padding:25px 25px 5px}.pann-card{display:flex;align-items:center;gap:15px;margin-bottom:10px}.svg-iconn-new img{width:50px;height:50px}.four-card h3{color:#0f172a;font-size:1.4rem;margin-bottom:5px}.four-card p{color:#222222;line-height:1.6;margin-bottom:4px;font-size:18px}.pan-form-new{padding:10px 30px 0}.pan-form-new-form{padding:10px 5px 0}.pan-form-tags{display:flex;flex-wrap:wrap;gap:8px;padding:30px}.pan-form-tags span{background-color:#ffe0a9;border-radius:20px;font-size:12px;color:#000000;padding:12px 18px}.four-card-ul{padding:4px 6px}.four-card-ul ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap}.four-card-ul li a{display:inline-flex;align-items:center;gap:4px;color:#334155;text-decoration:none;padding:8px 10px;border-radius:6px;transition:all .2s ease}.four-card-ul li a:hover{background:#f9e1b3;color:#bd831d}.four-card-ul li span{color:#EE7404;font-weight:700}.muhrat-section{padding:32px 60px 40px;width:100%}.muhrat-div h2{color:rgb(0,0,0);font-weight:600}.muhurat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:25px;gap:25px;margin-top:20px}.muhurat-card{position:relative;border:6px double #cc9933;border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:25px;transition:all .3s ease}.pan-same{position:absolute;width:18px;height:18px;background-color:#feeccd}.pan-same.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pan-same.tl,.pan-same.tr{top:0;transform:rotate(180deg)}.pan-same.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pan-same.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pan-same.bl,.pan-same.br{bottom:0;transform:rotate(180deg)}.pan-same.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.muhurat-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(217,119,6,.1);border-color:#d97706}.muhurat-card h3{color:#6c2319;font-size:1.3rem;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:600}.muhurat-card h3 span{color:#EE7404;font-size:1.5rem}.calculate-btn{padding:15px 30px;background-color:#670000;color:white;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;margin-top:10px}.calculate-btn:hover{background-color:#d69a2a;box-shadow:0 0 10px rgba(189,131,29,.7),0 0 20px rgba(189,131,29,.5),0 0 30px rgba(189,131,29,.3);transform:translateY(-2px)}.calculating-btn{padding:15px 30px;background-color:#d69a2a;color:white;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;margin-top:10px}.calculate-btn.pulse:hover{animation:pulse-glow 1.5s infinite;background-color:#bd831d}.calculate-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.calculate-btn:hover:after{animation:ripple 1s ease-out}.result{margin-top:20px;padding-top:20px;border-top:1px dashed #e2e8f0}.result p{margin-bottom:10px;font-size:15px}.result p strong{color:#0f172a}.whatsapp-for-daiy{max-width:50%;margin:0 auto}.whatsapp-notify{background:#fff3dc;padding:14px 12px;border-radius:8px;margin-top:25px;text-align:center}.whatsapp-notify p{margin-bottom:15px;font-weight:500}.whatsapp-input{display:flex;gap:10px}.whatsapp-input button{background:#6c2319;color:white;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:500;margin-bottom:10px}.whatsapp-input button img{width:25px;height:25px}@media (max-width:768px){.muhurat-grid{grid-template-columns:1fr}}@media (max-width:475px){.muhrat-section{padding:40px 25px}}.exp-btn-pan{bottom:60px}@media (max-width:992px){.four-panchang-card{grid-template-columns:1fr}.panchang-content{padding:20px}}.pan-det-section{padding:40px 0;color:#333;line-height:1.6}.pan-det-div{padding:20px;border:6px double #cc9933;border-radius:36px;margin-bottom:50px;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative}.pan-det{position:absolute;width:18px;height:18px;background-color:#feeccd}.pan-det.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pan-det.tl,.pan-det.tr{top:0;transform:rotate(180deg)}.pan-det.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pan-det.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pan-det.bl,.pan-det.br{bottom:0;transform:rotate(180deg)}.pan-det.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.pan-det-div h2{color:#000000;margin-top:15px;margin-bottom:30px;font-weight:600;font-size:28px;border-bottom:2px solid #efefef;padding-bottom:8px}.pan-det-div span{color:#6c2319}.pan-det-div h3{color:#6c2319;margin-top:25px;padding-bottom:15px;font-size:22px}.pan-det-div h4{color:#6c2319;margin-bottom:10px;font-size:24px;padding-bottom:10px}.pan-det-div p{margin-bottom:15px;font-size:16px}.pan-det-div ul{margin-bottom:20px;padding-left:20px}.pan-det-div ul li{margin-bottom:8px}.panchang-elements{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:25px;gap:25px;margin:30px 0;text-align:justify}.element{background-color:#fff3dc;padding:15px;position:relative;border:3px solid #cc9933;border-radius:16px}.elem{position:absolute;width:12px;height:12px;background-color:#feeccd}.elem.tl{left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.elem.tl,.elem.tr{top:0;transform:rotate(180deg)}.elem.tr{right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.elem.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.elem.bl,.elem.br{bottom:0;transform:rotate(180deg)}.elem.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.note{color:#793e00;text-align:center;margin-top:30px;padding:10px;background-color:#fae1b2;border-radius:5px}strong{color:#670000;font-weight:600}.panchang-image-section{display:flex;flex-wrap:wrap;gap:30px;margin-top:40px;align-items:center}.image-container{flex:1 1;min-width:300px;text-align:center}.panchang-image{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);border:1px solid #eee}.image-caption{margin-top:10px;font-style:italic;color:#666;font-size:14px}.image-text{flex:1 1;min-width:300px}.image-text h3{color:#000000;margin-bottom:15px;font-size:34px;line-height:50px;font-weight:700}.image-text h3 span{color:#6c2319}.image-text p{margin-bottom:15px;line-height:1.6}@media (max-width:930px){.panchang-image-section{flex-direction:column}.image-container,.image-text{width:100%}}.contact-main-section{padding:60px 0;border-top-left-radius:60px;border-top-right-radius:60px}.contact-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.contact-info{flex:1 1;min-width:300px;display:grid;grid-gap:20px;gap:20px;padding:0 20px}.contact-card{border:6px double #cc9933;border-radius:28px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;position:relative;z-index:11}.con-box{position:absolute;width:12px;height:12px;background-color:#feeccd}.con-box.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.con-box.tl,.con-box.tr{top:0;transform:rotate(180deg)}.con-box.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.con-box.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.con-box.bl,.con-box.br{bottom:0;transform:rotate(180deg)}.con-box.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.contact-icon{width:60px;height:60px;background:#670000;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.contact-icon img{width:30px;height:30px}.contact-card h3{color:#2a1a4a;margin-bottom:10px;font-size:1.3rem}.contact-card p{color:#666;margin-bottom:15px;font-size:19px;line-height:1.5}.contact-card a{color:#6c2319;font-weight:600;text-decoration:none;transition:color .3s ease;font-size:1rem}.contact-card a:hover{color:#f9a825;text-decoration:underline}.contact-form{flex:1 1;padding:0 15px;min-width:300px;border-radius:10px}.contact-form form{padding:30px 20px}.contact-form h3{font-size:22px;color:#ffffff;background:#670000;background-size:300% 300%;padding:20px 30px;border-top-right-radius:12px;border-top-left-radius:12px;margin-bottom:0}.cnt-form{width:100%;border:2px solid #cc9933;border-top:none;border-bottom-left-radius:26px;border-bottom-right-radius:26px}.cann-forrm{position:absolute;width:12px;height:12px;background-color:#feeccd}.cann-forrm.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.cann-forrm.bl,.cann-forrm.br{bottom:0;transform:rotate(180deg)}.cann-forrm.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#2a1a4a;font-weight:500;font-size:.95rem}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#670000;color:white;border:none;padding:12px 30px;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;letter-spacing:1px}.submit-btn:hover{background-color:#672000;transform:translateY(-2px)}@media (max-width:768px){.c-hero-div h2{font-size:2rem}.c-hero-div p{font-size:1rem}.contact-container{flex-direction:column}.contact-info{margin-bottom:30px}}.kun-section{width:100%;padding:40px 20px;border-top-left-radius:60px;border-top-right-radius:60px}.kun-div{width:100%}.kundli-title{text-align:center;margin-bottom:30px}.kundli-title h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.kundli-title h2 span{display:inline-block;color:#6c2319;font-weight:600}.kundli-title p{font-size:1.1rem;color:#3f2400;margin:0 auto;max-width:60%;line-height:26px}.main-kun-section{width:100%;display:flex;justify-content:space-between}.panchang-form-seciton{border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);width:35%;padding:28px 30px 32px;position:-webkit-sticky;position:sticky;top:110px;align-self:flex-start;height:-moz-fit-content;height:fit-content;border:6px double #cc9933}.pan-form{position:absolute;width:18px;height:18px;background-color:#feeccd}.pan-form.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pan-form.tl,.pan-form.tr{top:0;transform:rotate(180deg)}.pan-form.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pan-form.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pan-form.bl,.pan-form.br{bottom:0;transform:rotate(180deg)}.pan-form.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.panchang-form-seciton .choose-one{background-color:rgb(255,255,255);display:flex}.choose-one{display:flex;border-radius:8px;overflow:hidden;box-shadow:0 0 14px rgb(161 161 161/42%);margin-bottom:20px}.choose-one button{border:none;outline:none;width:50%;font-weight:600;cursor:pointer;transition:all .3s ease;background:transparent;color:#8b5e3c;padding:15px 15px 20px}.choose-one button:hover{background:#fff4eb;color:rgb(0,0,0)}.choose-one button.active{background:#8b5e3c;color:white;box-shadow:0 2px 5px rgba(59,130,246,.3)}.choose-one button:first-child{border-radius:8px 0 0 8px}.choose-one button:last-child{border-radius:0 8px 8px 0}@media only screen and (max-width:800px){.main-kun-section{display:block}.panchang-form-seciton{position:relative;width:100%;margin-bottom:30px;max-height:none}.right-side-kundli-content{width:100%!important}.panchang-form-seciton{top:0}.right-side-kundli-content{padding:0}}.kun-bth-btn{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.show-kundli-btn{padding:16px;background-color:#670000;color:white;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:center}.show-kundli-btn:hover{background-color:#d69a2a;box-shadow:0 0 10px rgba(189,131,29,.7),0 0 20px rgba(189,131,29,.5),0 0 30px rgba(189,131,29,.3);transform:translateY(-2px)}.show-kundli-btn.pulse:hover{animation:pulse-glow 1.5s infinite;background-color:#bd831d}.show-kundli-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.show-kundli-btn:hover:after{animation:ripple 1s ease-out}.use-btn{color:#bd831d;font-size:13px;display:inline-flex;align-items:center;gap:4px;margin-left:5px;text-align:center}.use-btn span img{width:30px;height:30px}.right-side-kundli-content{width:63%}.kundli-intro-card{background-color:#fff3dc;border-radius:36px;padding:25px;margin-bottom:30px;position:relative;border:6px double #cc9933}.kundli-intro-card h2{color:#6c2319;font-size:1.8rem;margin-bottom:15px;font-weight:600}.divider-line{width:60px;height:3px;background:#6c2319;margin-bottom:20px}.lead-text{font-size:1.1rem;line-height:1.6;color:#333;margin-bottom:20px}.feature-highlight{display:flex;align-items:center;gap:20px;background:rgb(255 238 208);padding:20px;border-radius:8px}.planet-icon{width:50px;height:50px;background:#670000;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.planet-icon img{width:30px;height:30px}.kundli-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:30px}.form-row{width:100%;display:flex;justify-content:space-between}.numerology-check{width:100%;margin:0 auto}.form-group-new{width:49%}.benefit-card{background:#fff3dc;border-radius:28px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.03);transition:transform .3s ease;position:relative;border:6px double #cc9933}.card-form{position:absolute;width:12px;height:12px;background-color:#feeccd}.card-form.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.card-form.tl,.card-form.tr{top:0;transform:rotate(180deg)}.card-form.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.card-form.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.card-form.bl,.card-form.br{bottom:0;transform:rotate(180deg)}.card-form.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;background-color:#670000}.benefit-icon img{width:25px;height:25px}.accuracy-notice{background:#fff8e6;padding:15px 20px;border-radius:0 8px 8px 0;margin:30px 0;display:flex;gap:15px}.warning-icon{width:30px;height:30px;background:#670000;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.premium-cta{border-radius:36px;padding:25px;position:relative;border:6px double #cc9933}.pre-card{position:absolute;width:18px;height:18px;background-color:#feeccd}.pre-card.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pre-card.tl,.pre-card.tr{top:0;transform:rotate(180deg)}.pre-card.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pre-card.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pre-card.bl,.pre-card.br{bottom:0;transform:rotate(180deg)}.pre-card.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.pre-icon{position:absolute;content:"";bottom:30px;right:20px;width:60px;height:60px;transform:rotate(-15deg);animation:floatUpDown 2s ease-in-out infinite}@keyframes floatUpDown{0%,to{transform:rotate(-15deg) translateY(0)}50%{transform:rotate(-15deg) translateY(-15px)}}.premium-cta h3{font-size:1.5rem;margin-bottom:15px}.premium-cta span{color:#670000;font-weight:600}.premium-cta ul{padding-left:20px;margin:15px 0}.premium-cta li{margin-bottom:8px;position:relative}.premium-btn{display:inline-block;background:linear-gradient(135deg,#6c2319,#9c3729);color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;padding:14px 28px;border-radius:30px;text-decoration:none;margin-top:12px;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:.4s ease-in-out}.premium-btn:hover{background:linear-gradient(135deg,#9c3729,#6c2319);transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.25)}.premium-btn:active{transform:translateY(0);box-shadow:0 3px 8px rgba(0,0,0,.2)}@media (max-width:768px){.kundli-benefits-grid{grid-template-columns:1fr}.feature-highlight{flex-direction:column;text-align:center}}.today-s-div{padding:20px 15px}.today-s-panchang-form-section{padding:30px 0}.panchang-header{text-align:center}@media only screen and (max-width:745px){.panchang-header{display:block}.panchang-header h1{width:100%}.date-location{justify-content:center;margin-top:20px}}@media only screen and (max-width:475px){.date-location{flex-direction:column}}.panchang-header h1{color:#333333;font-size:2rem;margin-bottom:10px;font-weight:700}.panchang-header h1 span{color:#6c2319;display:inline-block;margin-left:10px}.date-location{display:flex;gap:5px;color:#555;font-size:1.1rem;padding:12px 20px;position:relative;border:5px double #cc9933;border-radius:22px}.today-datee{position:absolute;width:12px;height:12px;background-color:#feeccd}.today-datee.tl{top:0;left:0;border-top:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.today-datee.tr{top:0;right:0;border-top:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.today-datee.bl{left:0;border-bottom:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.today-datee.bl,.today-datee.br{bottom:0;transform:rotate(180deg)}.today-datee.br{right:0;border-bottom:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.panchang-selector{display:flex;gap:15px;flex-wrap:wrap;align-items:center}.today-length{width:30%}.nav-buttons{gap:10px}.nav-btn,.nav-buttons{display:flex;align-items:center}.nav-btn{background:#670000;width:40px;height:40px;border-radius:50%;justify-content:center;cursor:pointer;transition:all .3s;border:1px solid #ffbf8f}.nav-btn:hover{background:#693200}.nav-btn:hover img{filter:brightness(0) invert(1)}.nav-btn img{width:20px;height:20px}.today-btn{padding:8px 20px;background:#4a2c82;color:white;border:none;border-radius:20px;font-weight:600;cursor:pointer}.today-btn.active{background:transparent;color:#333333;border:2px solid #670000}.section-title{color:#8b5e3c;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #cb8e21;font-weight:600}.panchang-details-grid,.sun-moon-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;padding:20px;border-radius:26px;box-shadow:0 5px 15px rgba(0,0,0,.05);position:relative;border:6px double #cc9933}.pann-boxx{width:12px;height:12px;background-color:#feeccd;position:absolute}.pann-boxx.tl{left:0;border-top:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pann-boxx.tl,.pann-boxx.tr{top:0;transform:rotate(180deg)}.pann-boxx.tr{right:0;border-top:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pann-boxx.bl{left:0;border-bottom:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pann-boxx.bl,.pann-boxx.br{bottom:0;transform:rotate(180deg)}.pann-boxx.br{right:0;border-bottom:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.calc-item,.detail-item{display:flex;padding:12px 15px;background:#fff3dc;border-radius:12px;border:1px solid #ffd786}.detail-label{width:22%}.calc-label,.detail-label{color:#333;font-weight:500}.calc-label{width:22%}.calc-value,.detail-value{color:#bd831d;padding-left:15px}.sun-moon-section{margin-top:30px}@media (max-width:768px){.panchang-details-grid,.sun-moon-grid{grid-template-columns:1fr}.panchang-selector{flex-direction:column}.today-length{width:100%}.nav-buttons{justify-content:center;margin-bottom:20px}}.h1-daily{color:#000000;text-align:center;margin:30px 0;font-size:2.2rem;font-weight:600}.panchang-dashboard-daily{background:white;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:18px 15px;margin-bottom:30px}.date-selector-daily{display:flex;gap:15px;margin-bottom:25px;align-items:center;justify-content:center}.form-control-new-daily{width:50%;padding:12px 18px;border:1px solid #ccc;border-radius:8px;font-size:16px;color:#212121;background-color:#fff;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none;margin-bottom:10px}.form-control-new-daily::placeholder{color:#aaa;opacity:1}.form-control-new-daily:hover{border-color:#e9e9e9;background-color:#fffcf7}.form-control-new-daily:focus{border-color:#EE7404;box-shadow:0 0 0 3px rgb(238 116 4/14%)}.date-selector-daily button{background:#d97706;color:white;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;margin-bottom:10px}.panchang-grid-daily{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:20px;gap:20px;margin-top:30px}.panchang-card-daily{background:#fff9f0;padding:20px;border-radius:8px;border-left:4px solid #d97706}.panchang-card-daily h3{color:#0f172a;margin-top:0;display:flex;align-items:center;gap:10px}.panchang-card-daily h3 span{color:#d97706}.panchang-card-daily p{margin:8px 0}.time-period-daily{font-weight:700;color:#b45309}.rahu-kaal-table-daily{width:100%;border-radius:12px;overflow:hidden;margin-top:20px}.rahu-kaal-table-daily td,.rahu-kaal-table-daily th{padding:12px;text-align:left;border-bottom:1px solid #eee}.rahu-kaal-table-daily th{background:#fff3e8}.inauspicious-daily{color:#dc2626;font-weight:700}.whatsapp-subscribe-daily{background:#f0f4f8;padding:25px;border-radius:12px;margin-top:40px;text-align:center}.whatsapp-subscribe-daily p{margin-bottom:15px;font-weight:500}.subscribe-form-daily{display:flex;gap:10px;max-width:500px;margin:0 auto}.subscribe-form-daily input{flex:1 1;padding:12px 15px;border:1px solid #ddd;border-radius:8px}.subscribe-form-daily button{background:#25D366;color:white;border:none;padding:0 20px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:10px}.subscribe-form-daily button img{width:20px;height:20px}.dd-panchang-section{width:100%;padding:10px 10px 60px}.panchang-dashboard-new{background:white;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:30px;margin-bottom:30px}.same-bread-style{padding:30px 0;color:white}.same-bread-style-div{padding:2px 20px;display:flex;align-items:center;flex-direction:column}.same-bread-style-div h1{color:#000000;font-size:2.4rem;margin-bottom:15px;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.3);text-align:center}.bread-div{padding-bottom:20px}.breadcrumb-nav ul{display:flex;gap:10px;list-style:none;padding:0;margin:0;font-size:.9rem;justify-content:center}.breadcrumb-nav li{display:flex;align-items:center}.breadcrumb-nav li:not(:last-child):after{content:"››";margin-left:10px;color:#000000}.breadcrumb-nav a{color:#000000;text-decoration:none;transition:color .3s}.breadcrumb-nav a:hover{color:#d97706}.breadcrumb-nav li:last-child{color:#670000;font-weight:500}.panchnag-det-section{padding-top:150px}.panchnag-det-section-div{text-align:center;margin-bottom:20px}.panchnag-det-section-div h1{color:#000000;font-size:2.4rem;margin-bottom:15px;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.3);margin-top:12px}.panchnag-det-section-div p{color:#6e4900;max-width:80%;margin:0 auto;font-size:15px;line-height:25px}.panchnag-det-section-div h1 span{color:#670000}.pan-tag-new{display:inline-block;padding:10px 14px;font-size:12px;border-radius:20px;background-color:#cc9933;color:white}.dividerr{position:relative}.divider-content{display:flex;align-items:center;justify-content:center;gap:20px}.div-img img{width:120px}.left-border,.right-border{height:3px;flex-grow:1;max-width:40%;position:relative}.left-border:before,.right-border:before{content:"";position:absolute;top:0;height:100%;width:100%}.left-border:before{right:0;background:linear-gradient(270deg,#cc9933,transparent)}.right-border:before{left:0;background:linear-gradient(90deg,#cc9933,transparent)}.astro-hora-details-grid{overflow-x:auto;padding:12px}.astro-table{width:100%;border-collapse:collapse;position:relative;border:6px double #cc9933}.table-boxx{width:12px;height:12px;background-color:#feeccd;position:absolute}.table-boxx.tl{left:0;border-top:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.table-boxx.tl,.table-boxx.tr{top:0;transform:rotate(180deg)}.table-boxx.tr{right:0;border-top:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.table-boxx.bl{left:0;border-bottom:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.table-boxx.bl,.table-boxx.br{bottom:0;transform:rotate(180deg)}.table-boxx.br{right:0;border-bottom:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.astro-thead{background-color:#8b5e3c;color:#ffffff;letter-spacing:1px}.astro-td,.astro-th{padding:.75rem}.astro-tr{border-bottom:2px solid #cc9933}.astro-tr:nth-child(2n){background-color:#fff1d8}.astro-planet{color:#8b5e3c;font-weight:700}@media (max-width:768px){.astro-td,.astro-th{padding:.5rem;font-size:.875rem}.astro-table{font-size:14px}}.pan-main-box-division{column-count:2;column-gap:22px}.pan-main-box{width:100%;border:2px solid #8b5e3c;border-radius:10px;overflow:hidden;background:#FFFDF5;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-bottom:20px}.pan-main-box-title{background:linear-gradient(90deg,#670000,#850000);color:white;padding:14px 16px;font-size:1.2rem}.pan-main-box-title h5{margin:0;font-weight:600}.pan-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.pan-item:hover{background-color:#f6eee7}.pan-item span{padding:12px 15px;box-sizing:border-box}.pan-item-first{width:30%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc}.pan-item-seconf{width:70%;color:#7D5D3F}.pan-main-box-details>.pan-item:last-child{border-bottom:none}@media only screen and (max-width:768px){.pan-main-box-division{column-count:1!important}}.fourr-section{width:100%;padding:60px 0}.fourr-div{text-align:center;margin-bottom:50px}.fourr-div h2{font-size:2.5rem;color:#0f172a;margin-bottom:1rem}.fourr-div h2 span{display:inline-block;color:#670000;font-weight:600}.fourr-div p{font-size:1.1rem;color:#3f2400;margin:0 auto;max-width:70%;line-height:26px}.ffour-card{display:grid;grid-template-columns:repeat(4,.3fr);grid-gap:30px;gap:30px;padding:0 15px}.ffour-card-box{padding:20px 30px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:3px solid #cc9933;border-radius:22px;transition:all .3s ease;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between}.ffour-card-img{text-align:center}.ffour-card-img img{max-width:70%;border-radius:10px;margin-bottom:20px}.ffour-card-content{text-align:center}.ffour-card-content h4{color:#3f2400;font-weight:600;font-size:20px}.exp-tool-btn{display:inline-block;background-color:#670000;color:white;padding:12px 20px;width:100%;text-align:center;border-radius:10px}.corner-kaal{position:absolute;width:12px;height:12px;background-color:#feeccd}.corner-kaal.tl{top:0;left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.corner-kaal.tr{top:0;right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.corner-kaal.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.corner-kaal.bl,.corner-kaal.br{bottom:0;transform:rotate(180deg)}.corner-kaal.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}@media only screen and (max-width:1024px){.ffour-card{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:768px){.ffour-card{grid-template-columns:1fr}}.price-section{width:100%;padding:60px 0;margin-top:60px}.price-div{text-align:center;margin-bottom:45px}.price-div h2{font-size:2.5rem;margin-bottom:1rem;color:#0f172a}.price-div h2 span{display:inline-block;color:#6c2319;font-weight:600}.price-div-card{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:60px}.price-box{background:#ffffff38;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:40px 30px;text-align:center;flex:1 1;min-width:300px;max-width:350px;transition:all .3s ease;position:relative;overflow:hidden;display:flex;justify-content:space-between;flex-direction:column}.price-box:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.plan-name{font-size:1.8rem;color:#cf1b06;margin-bottom:20px;font-weight:600}.discount-new:before{content:"";display:block;font-size:12px;color:gray}.price-new{font-size:2.2rem;font-weight:700;color:#670000;margin-bottom:25px}.price-new span{font-size:1rem;color:#6c757d;font-weight:400}.features{list-style:none;padding:0;margin:0 0 30px;text-align:left}.features li{border-bottom:1px solid #67000054;position:relative;padding:10px 0 10px 30px}.features li:before{content:"✓";color:#6d0000;position:absolute;left:0;font-weight:700}.features li:last-child{border-bottom:none}.sub-div-btn{display:flex;justify-content:center;align-items:center}.subscribe-btn{background:linear-gradient(45deg,#960000,#670000);color:white;border:none;padding:15px 40px;font-size:1.1rem;font-weight:600;border-radius:30px;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;text-transform:uppercase;letter-spacing:1px;transition:.4s ease-in-out;margin-top:20px}.subscribe-btn:hover{background:linear-gradient(45deg,#5a3a00,#bd831d);box-shadow:2px 4px 10px rgb(144 91 0)}.popular-badge{position:absolute;top:10px;right:-40px;background:#670000;color:white;padding:5px 30px;font-size:.85rem;transform:rotate(45deg);width:160px;text-align:center}.card-highlight{border:2px solid #670000;transform:scale(1.05)}.card-highlight:hover{transform:scale(1.05) translateY(-10px)}@media (max-width:768px){.price-div-card{flex-direction:column;align-items:center;padding:0 5px}.price-box{max-width:100%;width:80%}.card-highlight{transform:scale(1)}}.comparison-table{background:#ffffff0f;border-radius:26px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:30px;border:5px double #cc9933;position:relative;margin:58px 28px}.com-table{position:absolute;width:12px;height:12px;background-color:#feeccd}.com-table.tl{left:0;border-top:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.com-table.tl,.com-table.tr{top:0;transform:rotate(180deg)}.com-table.tr{right:0;border-top:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.com-table.bl{left:0;border-bottom:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.com-table.bl,.com-table.br{bottom:0;transform:rotate(180deg)}.com-table.br{right:0;border-bottom:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.comparison-table h2{text-align:center;color:#8b5e3c;margin-bottom:30px;font-size:1.8rem;font-weight:700}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table td,.comparison-table th{padding:15px;text-align:center;border-bottom:1px solid #eee}.comparison-table th{background-color:#670000;color:white;font-weight:600}.comparison-table tr:last-child .comparison-table td{border-bottom:none}.comparison-table .feature-name{text-align:left;font-weight:500}.comparison-table .fa-check{color:#28a745;font-size:1.2rem;width:13px!important}.comparison-table .fa-times{color:#dc3545;font-size:1.2rem;width:13px!important}.kun-det-section{width:100%;padding:60px 20px 45px}.kun-det-div{width:100%}.kun-det-wrapper{display:flex;gap:12px}.sidebar{width:265px;min-width:265px;background:#FFF2DC;border:1px solid #ddd;border-radius:12px;padding:11px 12px;height:max-content;position:-webkit-sticky;position:sticky;top:120px;flex-shrink:0}.sidebar .menu{list-style:none;padding:0;margin:0}.sidebar .menu li{margin-bottom:10px}.sidebar .menu a{display:block;padding:12px;border-radius:6px;color:#670000;text-decoration:none}.sidebar .menu .active>a{background:#670000;color:#fff;margin-bottom:10px}.submenu li.active{background:#FFD966;color:#333}.submenu{list-style:none;margin:10px 0 0 15px;padding:0}.submenu li{padding:10px 24px;cursor:pointer;border-radius:6px;border:1px solid transparent;font-size:14px}.submenu li.active{background:#F9F9F9;color:#800000;border:1px solid #ffdddd}.submenu li.active:before{content:"";display:inline-block;width:8px;height:8px;background-color:#800000;border-radius:50%;margin-right:8px;vertical-align:middle}.content{flex:1 1;background:#FFF2DC;padding:20px;border:1px solid #ddd;border-radius:12px;min-width:0;overflow:hidden}.content .highlight{color:#800000;font-weight:600}.tabs{margin:15px 0;display:flex;flex-wrap:wrap}.tab-btn{border:1px solid #800000;padding:12px 16px;margin-right:10px;border-radius:8px;cursor:pointer;background:transparent;color:#800000;margin-bottom:8px}.tab-btn.active{background:#670000;color:#fff}.tab-content{display:none;margin-top:20px}.tab-content.active{display:block}.vimshottari-table{column-count:2;column-gap:22px}.vims-table{width:100%;border:2px solid #8b5e3c;border-radius:10px;overflow:hidden;background:#FFFDF5;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-bottom:20px}.vims-table-title{background:linear-gradient(90deg,#670000,#850000);color:white;padding:14px 16px;font-size:1.2rem}.vims-table-title p{margin:0;color:white!important;font-size:17px;font-weight:500;display:flex;align-items:center}.vims-table-title p span{font-size:13px;display:block;margin-left:10px}.vims-table-details>.pan-item:last-child{border-bottom:none}.kundali-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.kundali-item:hover{background-color:#f6eee7}.kundali-item span{padding:12px 15px;box-sizing:border-box}.kundali-item-first{width:30%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc}.kundali-item-second{width:70%;color:#7D5D3F}.pan-main-box-details>.kundali-item:last-child{border-bottom:none}.dasha-tables-container{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;margin:0 -10px;width:100%;gap:0}.dasha-table-wrapper{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 20px);min-width:calc(50% - 20px);max-width:calc(50% - 20px);margin:0 10px 20px;box-sizing:border-box;display:flex;flex-direction:column}.dasha-table-wrapper .vims-table{margin-bottom:0;display:flex;flex-direction:column;height:100%;width:100%}.dasha-table-wrapper .vims-table-title{width:100%}.dasha-table-wrapper .vims-table-title h3{margin:0;color:white;font-size:17px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.dasha-table-wrapper .vims-table-details{flex:1 1;display:flex;flex-direction:column}.dasha-table-wrapper .vims-table-details table{width:100%;border-collapse:collapse;background:#FFFDF5;flex:1 1;table-layout:fixed}.dasha-table-wrapper .vims-table-details thead tr{background:#6700000f}.dasha-table-wrapper .vims-table-details th{text-align:left;padding:12px 15px;border-bottom:2px solid #e8d6bc;font-weight:600;color:#870000;font-size:15px}.dasha-table-wrapper .vims-table-details th:first-child{width:30%}.dasha-table-wrapper .vims-table-details th:nth-child(2),.dasha-table-wrapper .vims-table-details th:nth-child(3){width:35%}.dasha-table-wrapper .vims-table-details tbody tr{border-bottom:1px solid #e8d6bc;transition:background-color .2s ease}.dasha-table-wrapper .vims-table-details tbody tr:last-child{border-bottom:none}.dasha-table-wrapper .vims-table-details tbody tr:hover{background-color:#f6eee7}.dasha-table-wrapper .vims-table-details td{padding:12px 15px;color:#7D5D3F;word-wrap:break-word;overflow-wrap:break-word}.dasha-table-wrapper .vims-table-details td:first-child{font-weight:600;color:#870000}.dasha-loading,.dasha-no-data,.dasha-table-wrapper .vims-table-details p{padding:20px;text-align:center;color:#7D5D3F}@media (min-width:1200px){.dasha-table-wrapper{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 20px);min-width:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:1199px) and (min-width:992px){.dasha-table-wrapper{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 20px);min-width:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:991px) and (min-width:769px){.dasha-table-wrapper{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 20px);min-width:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:768px){.dasha-tables-container{margin:0 -5px}.dasha-table-wrapper{flex:0 0 100%;min-width:100%;max-width:100%;margin:0 5px 20px}.dasha-table-wrapper .vims-table-title h3{font-size:15px;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3}.dasha-table-wrapper .vims-table-details td,.dasha-table-wrapper .vims-table-details th{padding:10px 8px;font-size:13px}.dasha-table-wrapper .vims-table-details th:first-child{width:25%}.dasha-table-wrapper .vims-table-details th:nth-child(2),.dasha-table-wrapper .vims-table-details th:nth-child(3){width:37.5%}}@media (max-width:480px){.dasha-tables-container{margin:0}.dasha-table-wrapper{margin:0 0 15px}.dasha-table-wrapper .vims-table{border-radius:8px}.dasha-table-wrapper .vims-table-title{padding:12px 10px}.dasha-table-wrapper .vims-table-title h3{font-size:14px;line-height:1.3}.dasha-table-wrapper .vims-table-details{overflow-x:auto;-webkit-overflow-scrolling:touch}.dasha-table-wrapper .vims-table-details table{min-width:100%}.dasha-table-wrapper .vims-table-details td,.dasha-table-wrapper .vims-table-details th{padding:8px 6px;font-size:12px}.dasha-loading,.dasha-no-data{padding:15px;font-size:14px}}.mangal-dosh-new h5{font-size:24px;color:#670000;margin-bottom:20px;font-weight:500}.mangal-dosh-new p{font-size:14px;color:#000000}.manglik-status{display:flex;align-items:center;margin-bottom:20px;gap:10px;flex-wrap:wrap}.manglik-yes-no{display:inline-flex;justify-content:center;align-items:center;border:2px solid #670000;padding:12px 24px}.manglik-yes-no span:first-child{color:#000000;font-size:18px}.manglik-yes-no span:nth-child(2){color:#670000;font-size:18px;font-weight:500;display:inline-flex;margin-left:10px}.manglik-strength{display:inline-flex;justify-content:center;align-items:center;border:2px solid #670000;padding:12px 24px}.manglik-strength span:first-child{color:#000000;font-size:18px}.manglik-strength span:nth-child(2){color:#670000;font-size:18px;font-weight:500;display:inline-flex;margin-left:10px}.manglik-percentage{display:inline-flex;justify-content:center;align-items:center;border:2px solid #670000;padding:12px 24px}.manglik-percentage span:first-child{color:#000000;font-size:18px}.manglik-percentage span:nth-child(2){color:#670000;font-size:18px;font-weight:500;display:inline-flex;margin-left:10px}.manglik-remedies{margin-top:25px;margin-bottom:20px}.manglik-remedies h4{font-size:22px;color:#670000;margin-bottom:15px;font-weight:600;font-family:serif}.dosha-remedies-table-wrapper{width:100%;border-radius:10px;overflow:hidden;background:#fffdf9;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-top:10px}.dosha-remedies-table{width:100%;border-collapse:collapse;background:#fffdf9}.dosha-remedies-thead{background-color:#670000}.dosha-remedies-header{padding:14px 16px;text-align:left;border:none}.dosha-remedies-header,.dosha-remedies-title-left{color:#ffffff;font-size:17px;font-weight:700}.dosha-remedies-tbody{background:#fffdf9}.dosha-remedies-tr{border-bottom:1px solid #e8d6bc;transition:background-color .2s;background-color:#fffdf9}.dosha-remedies-tr:last-child{border-bottom:none}.dosha-remedies-number{padding:15px 20px;color:#670000;font-weight:700;width:50px;text-align:center;vertical-align:top;border-right:1px solid #e8d6bc;font-size:16px}.dosha-remedies-text{padding:15px 20px;color:#4b0d0d;font-size:15px;line-height:1.8;vertical-align:top}.pitru-remedies{margin-top:25px;margin-bottom:20px}.pitru-remedies h4{font-size:22px;color:#670000;margin-bottom:15px;font-weight:600;font-family:serif}.kaalsarp-remedies{margin-top:25px;margin-bottom:20px}.kaalsarp-remedies h4{font-size:22px;color:#670000;margin-bottom:15px;font-weight:600;font-family:serif}.sadesati-remedies{margin-top:25px;margin-bottom:20px}.sadesati-remedies h4{font-size:22px;color:#670000;margin-bottom:15px;font-weight:600;font-family:serif}.pitru-dosh-new h5{font-size:24px;color:#670000;margin-bottom:20px;font-weight:500}.pitru-dosh-new p{font-size:14px;color:#000000}.pitru-dosha-status{display:flex;align-items:center;margin-bottom:20px;gap:10px}.pitru-yes-no{display:inline-flex;justify-content:center;align-items:center;border:2px solid #670000;padding:12px 24px}.pitru-yes-no span:first-child{color:#000000;font-size:18px}.pitru-yes-no span:nth-child(2){color:#670000;font-size:18px;font-weight:500;display:inline-flex;margin-left:10px}.pitru-detail{margin-bottom:20px}.pitru-detail p{font-size:14px;color:#000000;margin-bottom:10px}.sadesati-dosh-new h5{font-size:24px;color:#670000;margin-bottom:20px;font-weight:500}.sadesati-dosh-new h4{font-size:20px;color:#670000;margin-bottom:1rem;margin-top:2rem;font-weight:500;padding-bottom:.5rem}.sadesati-dosh-new h4:first-of-type{margin-top:1.5rem}.sadesati-dosh-new .sadesati-table-title-header{margin-top:0;margin-bottom:0}.sadesati-dosh-new p{font-size:14px;color:#000000}.info-sadesati table{border-collapse:collapse;background-color:#fffdf9;border:2px solid #a34a3a;width:100%}.info-sadesati td{border:1px solid #a34a3a;padding:15px 22px;color:#4b0d0d}.sp-bg{background-color:#F6EEE7}.info-sadesati td:first-child,.info-sadesati td:nth-child(3),.info-sadesati tr:nth-child(2) td:first-child,.info-sadesati tr:nth-child(2) td:nth-child(3){font-weight:700;color:#7b1d1d}.sadesati-table{border-radius:10px;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-bottom:20px}.sadesati-table-title{background:linear-gradient(90deg,#670000,#850000);color:white;padding:14px 16px;font-size:1.2rem}.sadesati-table-title p{margin:0;color:white!important;font-size:17px;font-weight:500;display:flex;align-items:center}.sadesati-table-title p span{font-size:13px;display:block;margin-left:10px}.sadesati-table-details>.sad-item:last-child{border-bottom:none}.sad-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.sad-item:hover{background-color:#f6eee7}.sad-item span{padding:12px 15px;box-sizing:border-box}.sad-item-first{width:10%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc}.sad-item-second{width:90%;color:#7D5D3F}.pan-main-box-details>.sad-item:last-child{border-bottom:none}.kaalsarp-dosh-new h5{font-size:24px;color:#670000;margin-bottom:20px;font-weight:500}.kaalsarp-dosh-new p{font-size:14px;color:#000000}.kaalsarp-status{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;margin-bottom:20px}.kaapsarp-yes-no{display:inline-flex;justify-content:center;align-items:center;border:2px solid #670000;padding:12px 24px;margin:0}.kaapsarp-yes-no span:first-child{color:#000000;font-size:18px}.kaapsarp-yes-no span:nth-child(2){color:#670000;font-size:18px;font-weight:500;display:inline-flex;margin-left:10px}@media (max-width:768px){.kaalsarp-status{grid-template-columns:1fr;gap:12px}.kaapsarp-yes-no{padding:10px 20px}.kaapsarp-yes-no span:first-child,.kaapsarp-yes-no span:nth-child(2){font-size:16px}}@media (max-width:600px){.kaalsarp-status{gap:10px;margin-bottom:15px}.kaapsarp-yes-no{padding:8px 16px;flex-direction:column;align-items:flex-start}.kaapsarp-yes-no span:first-child,.kaapsarp-yes-no span:nth-child(2){font-size:14px}.kaapsarp-yes-no span:nth-child(2){margin-left:0;margin-top:5px}}.ascendent-division{width:100%;justify-content:space-between;border:1px solid #cecece;background-color:#fffaf2;border-radius:12px;padding:20px}.asc-img,.ascendent-division{display:flex;align-items:center}.asc-img{width:30%;justify-content:center;background-color:#FFF1D8;border:1px solid #dededd;border-radius:8px;display:none}.asc-img img{max-width:100%}.asc-con{width:100%;background-color:#FFFAF2}.asc-con p{display:flex;align-items:center;margin-bottom:5px}.asc-con p span:first-child{display:block;color:#670000;font-size:16px;font-weight:600;width:30%;padding-left:5px}.as-content{margin-top:10px}.as-content h4{margin-top:42px;font-weight:600}.sun-chart-new h3{font-size:20px;font-weight:600}.sun-box{display:flex;justify-content:space-between;align-items:center;border:1px solid #cc9933;background-color:#FFF1D8;border-radius:18px;padding:12px}.sun-chart-box{width:30%}.sun-chart-box img{width:100%}.sun-chart-content{width:68%}.sun-chart-content h4{font-size:18px;color:#670000;font-weight:600}.chart-capsul a{padding:12px 14px;display:inline-flex;border:1px solid #670000;border-radius:30px;color:#670000;font-size:13px;margin:5px}.chart-capsul a.active{background-color:#670000;color:white}.chart-container{box-shadow:0 0 15px rgb(0 0 0/7%);border-radius:10px;overflow:hidden}.tabs-new{display:flex;flex-wrap:wrap;padding:10px;background-color:#ffeac7}.tabss{padding:12px 14px;display:inline-flex;border:1px solid #670000;border-radius:30px;color:#670000;font-size:13px;margin:5px;background-color:transparent;transition:.5s ease-in-out}.tabss:hover{background-color:white}.tabss.active{background-color:#670000;color:white}.chart-details{padding:16px}.tab-content-chart{display:none;animation:fadeIn .5s ease}.tab-content-chart.active{display:block}.tab-content-chart h3{color:#670000;margin-bottom:15px;font-size:1.5rem;font-weight:700}.tab-content-chart p{margin-bottom:15px;color:#555;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chart-column{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.c-box-same{width:48%;background-color:#FFF8E9;border:2px solid #cc9933;border-radius:20px;box-sizing:border-box;text-align:center;overflow:hidden;box-shadow:0 2px 5px rgba(204,153,51,.2);transition:transform .2s ease,box-shadow .2s ease}.c-box-same:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(204,153,51,.3)}.c-box-img{width:100%;padding:20px 20px 0}.c-box-img img{width:100%;display:block;border-radius:12px}.c-box-name{background-color:#CC9933;color:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:12px 0;margin-top:15px}.c-box-name p{font-size:16px;font-weight:500;text-align:center;color:white;letter-spacing:.3px;margin-bottom:0}.kundali-loading-state{padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.basic-table{width:100%;border:2px solid #8b5e3c;border-radius:10px;overflow:hidden;background:#fff3dc;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-bottom:20px;margin-top:20px}.basic-table-title{background:linear-gradient(90deg,#670000,#850000);color:white;padding:14px 16px;font-size:1.2rem}.basic-table-title p{margin:0;color:white!important;font-size:17px;font-weight:500;display:flex;align-items:center}.bssic-table-details>.bas-item:last-child{border-bottom:none}.bas-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.bas-item:hover{background-color:#f6eee7}.bas-item span{padding:12px 15px;box-sizing:border-box}.bas-item-first{width:25%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc}.bas-item-second{width:75%;color:#7D5D3F}.bas-item-header,.bas-item-second-header{background-color:#6700000f}.bas-item-second-header{font-weight:600;color:#870000}.ghatak-guidelines-table{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;margin-top:0!important;margin-bottom:20px}.ghatak-guidelines-table .bssic-table-details{background:#FFFDF5;border:1px solid #e8d6bc;border-radius:4px;overflow:hidden}.ghatak-guidelines-table .bas-item{background-color:#FFFDF5;border-bottom:1px solid #e8d6bc}.ghatak-guidelines-table .bas-item:last-child{border-bottom:none}.ghatak-guidelines-table .bas-item:hover{background-color:#FFFDF5}.ghatak-guidelines-table .bas-item-header{background-color:#F6EEE7!important}.ghatak-guidelines-table .bas-item-first,.ghatak-guidelines-table .bas-item-header .bas-item-first,.ghatak-guidelines-table .bas-item-header .bas-item-second-header{background-color:#F6EEE7!important;color:#870000;font-weight:600}.ghatak-guidelines-table .bas-item-second{color:#4A4A4A;background-color:#FFFDF5!important}.kundali-modal-header{background:linear-gradient(90deg,#670000,#850000);color:white}.modal-close-btn{outline:none;background-color:transparent;margin-left:auto}.modal-close-btn svg{width:20px;height:20px}.kundali-modal-body h5{color:#670000;font-weight:600}.readmore-modal-body-padding{padding:1rem 1.5rem}.readmore-modal-body-padding h5{margin-bottom:1rem;margin-top:1.5rem}.readmore-modal-body-padding h5:first-child{margin-top:0}.readmore-modal-body-padding p{margin-bottom:1.5rem;line-height:1.6}.quote-accent,.sanskrit-accent{color:#670000}.confirm-modal-dialog{max-width:600px}.confirm-modal-buttons{margin-top:30px;display:flex;justify-content:center;gap:15px;padding:0 1rem 1rem}.confirm-modal-btn{padding:10px 30px;color:white;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .3s}.confirm-modal-btn-secondary{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none;transition:all .4s ease;position:relative;overflow:hidden}.confirm-modal-btn-secondary:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transition:.6s}.confirm-modal-btn-secondary:hover{background:linear-gradient(135deg,#5a6268,#4e555b);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px rgba(108,117,125,.35);color:#fff}.confirm-modal-btn-secondary:hover:before{left:120%}.confirm-modal-btn-primary{background:linear-gradient(135deg,#670000,#9b1c1c);color:#fff;border:none;transition:all .4s ease;position:relative;overflow:hidden}.confirm-modal-btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transition:.6s}.confirm-modal-btn-primary:hover{background:linear-gradient(135deg,#9b1c1c,#c41e3a);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px rgba(103,0,0,.45);color:#fff}.confirm-modal-btn-primary:hover:before{left:120%}.login-modal-dialog{max-width:600px}.login-guest-options{padding:1.5rem}.login-guest-text{margin-bottom:20px;font-size:16px;color:#000000;line-height:1.8;text-align:center}.login-benefits-box{margin-bottom:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e8d6bc}.login-benefits-title{color:#670000;font-weight:600;margin-bottom:15px;font-size:18px;text-align:center}.login-benefits-list{list-style:none;padding:0;margin:0;text-align:left}.login-benefits-item{padding:8px 0;color:#7D5D3F;font-size:15px;display:flex;align-items:flex-start}.login-benefits-bullet{color:#670000;margin-right:10px;font-size:18px;font-weight:700}.login-modal-buttons{display:flex;flex-direction:row;justify-content:center;gap:15px;padding-top:10px}.login-modal-btn{padding:12px 30px;color:white;border:none;border-radius:5px;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .3s;min-width:150px}.login-modal-btn-primary{background-color:#670000}.login-modal-btn-primary:hover{background-color:#850000}.login-modal-btn-secondary{background-color:#6c757d}.login-modal-btn-secondary:hover{background-color:#5a6268}.payment-success-modal-dialog{max-width:420px}.payment-success-modal-body{padding:1.5rem}.payment-success-icon-container{text-align:center;margin-bottom:15px}.payment-success-icon{width:70px;height:70px;background-color:#d4edda;display:inline-flex;font-size:35px;color:#155724;margin-bottom:12px}.payment-success-title{color:#670000;margin-bottom:12px;line-height:1.3}.payment-success-message{color:#333;margin-bottom:20px;line-height:1.6}.payment-success-details-box{background-color:#FFF8E9;padding:16px;margin-bottom:18px;border:1px solid #cc9933}.payment-success-details-title{color:#333;margin-bottom:10px}.payment-success-details-item{margin-bottom:8px}.payment-success-details-item:last-child{margin-bottom:0}.payment-success-details-icon{font-size:18px}.payment-success-details-text{color:#333;font-size:14px}.payment-success-additional-info{color:#666;font-size:12px;text-align:center;line-height:1.6;font-style:italic;margin-bottom:20px}.basic-with-read{display:flex;justify-content:space-between;align-items:center}.read-moreee{display:block;padding:4px 20px;border-radius:20px;background-color:white}.read-moreee a{color:#670000;font-size:13px;font-weight:500}.basic-common-title h5{font-size:24px;color:#670000;margin-bottom:20px;font-weight:500}.basic-common-title p{font-size:14px;color:#000000}.gen-dmn-det{padding:12px}.gen-dmn-det h5{color:var(--kundali-primary,#670000);font-weight:600}.gen-dmn-det p{font-size:14px;color:var(--kundali-text-dark,#000000);text-align:justify;line-height:1.8}.gen-dmn-det .kundali-footer-quote p{text-align:center!important}.kundali-content-wrapper{--kundali-primary:#670000;--kundali-secondary:#a34a3a;--kundali-text:#333;--kundali-text-light:#555;--kundali-text-dark:#000000;--kundali-bg-light:#fffdf9;--kundali-bg-sanskrit:#f9f7f4;--kundali-border:#e0e0e0;--kundali-border-light:#d0d0d0;max-width:100%;margin:0 auto}@media (prefers-color-scheme:dark){.kundali-content-wrapper{--kundali-primary:#d4736e;--kundali-secondary:#c85a4f;--kundali-text:#e0e0e0;--kundali-text-light:#b0b0b0;--kundali-text-dark:#f0f0f0;--kundali-bg-light:#2a1f1f;--kundali-bg-sanskrit:#3a2f2f;--kundali-border:#4a3a3a;--kundali-border-light:#5a4a4a}}.dark .kundali-content-wrapper,[data-theme=dark] .kundali-content-wrapper,body.dark-theme .kundali-content-wrapper{--kundali-primary:#d4736e;--kundali-secondary:#c85a4f;--kundali-text:#e0e0e0;--kundali-text-light:#b0b0b0;--kundali-text-dark:#f0f0f0;--kundali-bg-light:#2a1f1f;--kundali-bg-sanskrit:#3a2f2f;--kundali-border:#4a3a3a;--kundali-border-light:#5a4a4a}.light .kundali-content-wrapper,[data-theme=light] .kundali-content-wrapper,body.light-theme .kundali-content-wrapper{--kundali-primary:#670000;--kundali-secondary:#a34a3a;--kundali-text:#333;--kundali-text-light:#555;--kundali-text-dark:#000000;--kundali-bg-light:#fffdf9;--kundali-bg-sanskrit:#f9f7f4;--kundali-border:#e0e0e0;--kundali-border-light:#d0d0d0}.kundali-content-wrapper{background-color:#fff3dc;color:var(--kundali-text);padding:1rem;border-radius:4px}.kundali-main-title{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--kundali-secondary)}.kundali-main-title h2{color:var(--kundali-primary);font-size:1.75rem;font-weight:700;margin:0;line-height:1.4}.kundali-section{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--kundali-border)}.kundali-section:last-of-type{border-bottom:none;margin-bottom:1.5rem}.kundali-section-title{color:var(--kundali-primary);font-size:1.35rem;font-weight:600;margin:0 0 1rem;line-height:1.4}.kundali-section-title-custom{color:#670000!important;display:flex;align-items:center;gap:.75rem}.kundali-title-lotus{width:24px;height:24px;flex-shrink:0;display:inline-block;vertical-align:middle}.kundali-emphasized-text{color:#670000!important;font-weight:600!important;font-size:15px!important;line-height:1.7!important;margin:1rem 0!important;position:relative;padding-left:1.5rem;font-style:italic}.kundali-emphasized-text:before{content:"—";position:absolute;left:0;color:#a34a3a;font-weight:700;font-size:18px;line-height:1.4}.kundali-content{margin-top:1rem}.kundali-content p{margin-bottom:1rem;font-size:14px;color:var(--kundali-text);text-align:justify;line-height:1.8}.kundali-content p:last-child{margin-bottom:0}.intro-text{font-weight:500;color:var(--kundali-text-light);margin-bottom:.75rem!important}.principle-text{font-weight:500;color:var(--kundali-primary);font-style:italic;margin:1rem 0!important}.scripture-quote{background-color:var(--kundali-bg-light);border-left:4px solid var(--kundali-secondary);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:4px;transition:background-color .3s ease,border-color .3s ease}.quote-intro{font-weight:500;color:var(--kundali-primary);margin-bottom:.75rem!important;font-size:14px!important}.sanskrit-text{background-color:#ffeed0;padding:1rem;border-radius:4px;margin:.75rem 0;text-align:center;transition:background-color .3s ease}.sanskrit-text p{font-family:Noto Sans Devanagari,Arial Unicode MS,sans-serif;font-size:15px!important;line-height:1.9!important;color:var(--kundali-primary);margin:0!important;white-space:pre-line;font-style:italic}.quote-translation{margin-top:.75rem!important;font-size:13px!important;color:var(--kundali-text-light)!important;font-style:italic;padding-left:.5rem;border-left:2px solid var(--kundali-border-light)}.kundali-insights-list,.kundali-map-list,.planets-teachers-list,.scripture-list,.teachers-list{margin:1rem 0 1.5rem 1.5rem;padding-left:0;list-style-type:none}.kundali-insights-list li,.kundali-map-list li,.planets-teachers-list li,.scripture-list li,.teachers-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:14px;line-height:1.7;color:var(--kundali-text);transition:color .3s ease}.kundali-insights-list li:before,.kundali-map-list li:before,.planets-teachers-list li:before,.scripture-list li:before,.teachers-list li:before{content:"•";position:absolute;left:0;color:var(--kundali-secondary);font-weight:700;font-size:1.2rem;line-height:1.4;transition:color .3s ease}.scripture-list li strong{color:var(--kundali-primary);font-weight:600}.kundali-footer-quote{margin-top:3rem;padding-top:2rem;padding-bottom:1rem;border-top:2px solid var(--kundali-secondary);transition:border-color .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.kundali-footer-quote,.kundali-footer-quote p,.sanskrit-mantra{text-align:center!important}.sanskrit-mantra{font-family:Noto Sans Devanagari,Arial Unicode MS,sans-serif;font-size:1.5rem!important;font-weight:700!important;color:#670000!important;margin:0 auto 1rem!important;line-height:1.6;display:block;width:auto;max-width:100%}.sanskrit-mantra:after,.sanskrit-mantra:before{content:'"';color:#670000;font-weight:700;font-size:1.5rem}.quote-attribution{font-size:1rem!important;color:#670000!important;font-weight:700!important;margin:0 auto!important;line-height:1.6;text-align:center!important;display:block;width:auto;max-width:100%}@media (max-width:992px){.kundali-main-title h2{font-size:1.5rem}.kundali-section-title{font-size:1.2rem}.kundali-content p{font-size:13.5px}.sanskrit-text p{font-size:14px!important}.sanskrit-mantra{font-size:1.3rem!important}.sanskrit-mantra:after,.sanskrit-mantra:before{font-size:1.3rem}}@media (max-width:768px){.gen-dmn-det{padding:10px}.kundali-main-title{margin-bottom:1.5rem;padding-bottom:.75rem}.kundali-main-title h2{font-size:1.35rem}.kundali-section{margin-bottom:2rem;padding-bottom:1.25rem}.kundali-section-title{font-size:1.1rem;margin-bottom:.875rem}.kundali-title-lotus{width:20px;height:20px}.kundali-emphasized-text{font-size:14px!important;padding-left:1.25rem}.kundali-emphasized-text:before{font-size:16px}.babyname-emphasized-text{font-size:14px!important;padding-left:1.25rem}.babyname-emphasized-text:before{font-size:16px}.kundali-content p{font-size:13px;line-height:1.75}.scripture-quote{padding:.875rem 1rem;margin:1.25rem 0}.sanskrit-text{padding:.875rem}.sanskrit-text p{font-size:13px!important;line-height:1.8!important}.quote-translation{font-size:12.5px!important}.kundali-insights-list,.kundali-map-list,.planets-teachers-list,.scripture-list,.teachers-list{margin-left:1.25rem}.kundali-insights-list li,.kundali-map-list li,.planets-teachers-list li,.scripture-list li,.teachers-list li{padding-left:1.25rem;font-size:13px;margin-bottom:.625rem}.kundali-footer-quote{margin-top:2.5rem;padding-top:1.5rem}.sanskrit-mantra{font-size:1.2rem!important}.sanskrit-mantra:after,.sanskrit-mantra:before{font-size:1.2rem}.quote-attribution{font-size:.95rem!important}}@media (max-width:480px){.gen-dmn-det{padding:8px}.kundali-main-title{margin-bottom:1.25rem;padding-bottom:.625rem}.kundali-main-title h2{font-size:1.2rem}.kundali-section{margin-bottom:1.75rem;padding-bottom:1rem}.kundali-section-title{font-size:1rem;margin-bottom:.75rem}.kundali-title-lotus{width:18px;height:18px}.kundali-section-title-custom{gap:.5rem}.kundali-emphasized-text{font-size:13px!important;padding-left:1rem;margin:.875rem 0!important}.kundali-emphasized-text:before{font-size:14px}.babyname-emphasized-text{font-size:13px!important;padding-left:1rem;margin:.875rem 0!important}.babyname-emphasized-text:before{font-size:14px}.kundali-content p{font-size:12.5px;line-height:1.7;text-align:left}.scripture-quote{padding:.75rem .875rem;margin:1rem 0;border-left-width:3px}.quote-intro{font-size:13px!important;margin-bottom:.625rem!important}.sanskrit-text{padding:.75rem;margin:.625rem 0}.sanskrit-text p{font-size:12px!important;line-height:1.75!important}.quote-translation{font-size:12px!important;padding-left:.375rem}.kundali-insights-list,.kundali-map-list,.planets-teachers-list,.scripture-list,.teachers-list{margin-left:1rem;margin-top:.875rem;margin-bottom:1.25rem}.kundali-insights-list li,.kundali-map-list li,.planets-teachers-list li,.scripture-list li,.teachers-list li{padding-left:1rem;font-size:12.5px;margin-bottom:.5rem;line-height:1.65}.kundali-footer-quote{margin-top:2rem;padding-top:1.25rem;border-top-width:1.5px}.sanskrit-mantra{font-size:1.1rem!important;margin-bottom:.875rem!important}.sanskrit-mantra:after,.sanskrit-mantra:before{font-size:1.1rem}.quote-attribution{font-size:.9rem!important}}.table-radii{border-top-left-radius:10px!important;border-top-right-radius:10px!important;overflow-x:auto;width:100%;display:block}.sadesati-table-container-wrapper{margin-bottom:2rem;margin-top:1.5rem}.sadesati-table-container-wrapper:first-of-type{margin-top:1rem}.sadesati-table-title-header{font-size:20px;color:#670000;margin:0;padding:.875rem 1rem;background-color:#fffdf9;border:2px solid #a34a3a;border-bottom:none;border-top-left-radius:10px;border-top-right-radius:10px;font-weight:500;text-align:center}.sadesati-table-radii{overflow-x:auto;width:100%;display:block}.sadesati-scrollable-table{max-height:500px;overflow-y:auto;overflow-x:auto;position:relative;margin-top:0;border-top-left-radius:0;border-top-right-radius:0;border:2px solid #a34a3a;border-top:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.sadesati-table{width:100%;border-collapse:collapse}.sadesati-thead{background-color:#670000;color:#ffffff;letter-spacing:1px}.sadesati-thead th{position:-webkit-sticky;position:sticky;top:0;background-color:#670000;z-index:10}.sadesati-td,.sadesati-th{padding:.875rem 1rem;text-align:left;white-space:nowrap;font-weight:400}.sadesati-tr{border-bottom:2px solid #e09a66}.sadesati-tr:last-child{border-bottom:none}.sadesati-tr:nth-child(2n){background-color:#fff1d8}.kundali-muhrat-table{width:100%;border-collapse:collapse}.kundali-muhrat-thead{background-color:#670000;color:#ffffff;letter-spacing:1px}.kundali-muhrat-td,.kundali-muhrat-th{padding:.75rem;text-align:left;white-space:nowrap;font-weight:400}.kundali-tr{border-bottom:2px solid #e09a66}.kundali-tr:nth-child(2n){background-color:#fff1d8}@media (max-width:600px){.kundali-muhrat-td,.kundali-muhrat-th{padding:.5rem}.sadesati-dosh-new h4{font-size:18px;margin-top:1.5rem;margin-bottom:.75rem}.sadesati-table-container-wrapper{margin-bottom:1.5rem;margin-top:1rem}.sadesati-table-container-wrapper:first-of-type{margin-top:.75rem}.sadesati-table-title-header{font-size:18px;padding:.75rem .875rem}.sadesati-td,.sadesati-th{padding:.625rem .75rem;font-size:.85rem}.kundali-muhrat-table{min-width:500px}}.planet-column{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px}.p-box-same{width:31%;background-color:#FFF8E9;border:2px solid #cc9933;border-radius:20px;box-sizing:border-box;text-align:center;overflow:hidden;box-shadow:0 2px 5px rgba(204,153,51,.2);transition:transform .2s ease,box-shadow .2s ease}.p-box-same:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(204,153,51,.3)}.p-box-img{width:100%;padding:20px 20px 0;display:flex;justify-content:center;flex-direction:column;align-items:center}.p-box-img img{max-width:75%;display:block;border-radius:12px}.planet-name{margin-bottom:0!important;color:#670000!important;font-size:20px;font-weight:600}.planet-badges{display:inline-flex;justify-content:center;align-items:center;gap:15px;margin-bottom:0!important}.p-box-name{background-color:#CC9933;color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:12px 0;margin-top:15px}.p-box-name p{font-size:16px;font-weight:500;text-align:center;color:white;letter-spacing:.3px;margin-bottom:0}.select-planet-category-division{display:flex;gap:10px;align-items:center}.form-control-planet{width:40%;padding:12px 18px;border:1px solid #cc9933;border-radius:8px;font-size:16px;color:#212121;background-color:transparent!important;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none;margin-bottom:10px}.form-control-planet::placeholder{color:#aaa;opacity:1}.form-control-planet:hover{border-color:#D4AF37;background-color:#fffcf7}.form-control-planet:focus{border-color:#EE7404;box-shadow:0 0 0 3px rgb(238 116 4/14%)}.form-control-planet:active{border-color:#ff8512}.planet-img-des{background-color:white;justify-content:space-between;border:1px solid #cecece}.planet-img-des,.plenet-left-img{display:flex;align-items:center;border-radius:12px}.plenet-left-img{width:40%;background-color:#FFF1D8;justify-content:center}.plenet-left-img img{max-width:100%}.plenet-right-content{width:56%}.contnet-linee p{display:flex;margin-bottom:0;padding-bottom:4px}.contnet-linee p span:first-child{width:45%;display:block;color:#670000}.planet-para-des{padding-top:20px}.planet-title{font-size:26px;color:#670000;font-weight:600}.paragraph-planet{padding:8px 2px}.paragraph-planet p:first-child{color:#670000;font-size:20px;font-weight:500;margin-bottom:2px}.paragraph-planet p:nth-child(2){color:#727272;font-size:16px}.kundali-sidebar{flex:0 0 280px;background:#fff2dc;border-radius:8px;padding:15px;box-shadow:0 2px 6px rgba(0,0,0,.1);height:max-content;position:-webkit-sticky;position:sticky;top:120px}.sidebar-block{margin-bottom:15px}.sidebar-title{background:#670000;padding:15px 10px;color:white;border-radius:4px;letter-spacing:1px}.sidebar-list li a.active{font-weight:600;color:#670000;display:block;padding:8px 12px;border-bottom:2px solid #906342}.sidebar-toggle{text-decoration:none;color:inherit;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:15px;font-weight:700}.dropdown-icon{font-size:12px;transition:transform .3s}.dropdown-icon img{width:16px;height:16px}.sidebar-toggle[aria-expanded=true] .dropdown-icon{transform:rotate(180deg)}.sidebar-list{list-style:none;padding:0;margin:8px 0 0}.sidebar-list li{margin-bottom:6px}.sidebar-list li a{text-decoration:none;color:rgb(29,29,29);display:block;padding:8px;transition:background .3s,color .3s;border-bottom:2px solid transparent}.sidebar-list li a:hover{color:#670000;display:block;border-bottom:2px solid #670000}.sidebar-footer{text-align:center;margin:0 auto;display:flex;justify-content:center}.generate-report-btn{display:block;width:100%;padding:10px;background:transparent;color:#670000;border:2px solid #670000;border-radius:6px;cursor:pointer;font-weight:700;text-transform:uppercase;transition:.4s ease-in-out}.generate-report-btn:hover{background-color:#670000;color:white}.kundali-content{flex:1 1;background:#fff3de;border-radius:28px;padding:20px;box-shadow:0 2px 6px rgba(0,0,0,.1);position:relative;border:6px double #cc9933;height:max-content}@media (max-width:768px){.kun-det-wrapper{flex-direction:column}.kundali-sidebar{flex:1 1}.planet-column{gap:50px!important}.p-box-same{width:45%!important}.sun-box{display:block!important}.sun-chart-content{width:100%!important;padding-top:20px}}@media (max-width:715px){.vimshottari-table{column-count:1!important}}@media (max-width:616px){.c-box-same{width:95%!important}.chart-column{justify-content:center!important}}@media (max-width:768px){.sidebar{position:relative!important;top:0!important;height:auto!important;width:100%!important}.submenu{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid #999999}.submenu li{padding:10px 20px!important}.sidebar .menu li{margin-bottom:5px!important}.tabs{display:flex;flex-wrap:wrap}.tab-btn{padding:6px 14px!important;font-size:14px}}@media (max-width:426px){.basic-with-read{flex-wrap:wrap!important}.read-moreee{margin-top:5px}}.profile-reports-list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.profile-report-item{display:inline-flex;align-items:center;gap:0;cursor:pointer;padding:0;border:none;border-radius:6px;background-color:#870000;color:#fff;transition:all .2s ease;white-space:nowrap;font-size:13px;line-height:1.2}.profile-report-item:hover{background-color:#6d0000;color:#fff}.profile-report-item .profile-report-icon path{stroke:#fff}.profile-report-icon{flex-shrink:0;display:block;width:12px;height:12px;margin:0 3px 0 0;padding:0;line-height:0}.profile-report-icon svg{display:block;margin:0;padding:0;width:100%;height:100%}.profile-report-name{text-decoration:underline;color:#fff;font-size:inherit;margin:0;padding:0;line-height:1;white-space:nowrap}@media (max-width:768px){.profile-reports-list{gap:6px}.profile-report-item{gap:0;padding:0;font-size:12px}.profile-report-icon{width:11px;height:11px;margin-right:3px}}@media (max-width:595px){.bas-item-first,.bas-item-second{width:50%!important}.profile-reports-list{gap:6px}.profile-report-item{gap:0;padding:0;font-size:11px}.profile-report-icon{width:10px;height:10px;margin-right:3px}.p-hero-div p{max-width:100%}.p-hero-section{padding:30px 15px}.submenu li.active:before{display:none!important}.planet-column{gap:20px!important}.p-box-same{width:100%!important}.planet-img-des{display:block!important}.plenet-left-img{width:100%!important;justify-content:center!important}.plenet-right-content{width:100%!important;padding:15px 20px!important}.asc-con p{display:inline!important}.asc-con p span:first-child{padding-left:0!important;width:100%!important}.sun-chart-box{width:90%!important;margin:0 auto}.sun-chart-box img{width:100%!important}.info-sadesati tr{display:grid!important}.sad-item-first{width:20%!important}.sad-item-second{width:80%!important}}@media (max-width:480px){.bas-item{flex-direction:column}.bas-item-first{width:100%!important;border-right:none!important;border-bottom:1px solid #e8d6bc;padding-bottom:8px}.bas-item-second{width:100%!important;padding-top:8px}.profile-reports-list{gap:6px}.profile-report-item{gap:0;padding:4px 8px;font-size:12px;white-space:normal;word-break:break-word}.profile-report-icon{width:11px;height:11px;margin-right:3px}}.kundali-header{background:linear-gradient(90deg,#670000,#850000);color:#fff;padding:12px 18px;border-radius:8px;font-weight:700;font-size:16px;margin-bottom:20px}.kundali-greeting{font-size:24px;font-weight:700;margin-bottom:12px}.kundali-greeting span{color:#670000}.kundali-details{font-size:15px;line-height:1.6;margin-bottom:20px}.kundali-details a{color:#670000;text-decoration:underline}.kundali-offer-card{border:2px solid #f3c12d;border-radius:8px;padding:16px;background:#fff9e5;display:flex;flex-direction:column;gap:12px}.offer-content{display:flex;justify-content:space-between;align-items:center;gap:15px}.offer-content h3{font-size:18px;font-weight:700;margin-bottom:8px}.offer-content p{font-size:14px;line-height:1.5;color:#555}.offer-image img{width:60px;height:60px}.offer-btn{background:#670000;color:white;letter-spacing:1px;border:none;padding:12px;text-align:center;font-weight:700;font-size:15px;border-radius:6px;cursor:pointer;transition:background .3s;max-width:450px;margin:0 auto}.offer-btn span{margin-left:6px;font-size:16px}.offer-btn:hover{background:#e0ad10}@media (max-width:576px){.offer-content{flex-direction:column;align-items:flex-start}}.kundali-page-header{text-align:center;padding:60px 15px 40px;margin-top:80px}.kundali-page-header h1{font-size:28px;font-weight:700;color:#7a4b1b;margin-bottom:8px}.kundali-page-header p{font-size:15px;color:#5c4a3f;max-width:650px;margin:0 auto;line-height:1.6}.kun-dett{position:absolute;width:12px;height:12px;background-color:#feeccd}.kun-dett.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.kun-dett.tl,.kun-dett.tr{top:0;transform:rotate(180deg)}.kun-dett.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.kun-dett.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.kun-dett.bl,.kun-dett.br{bottom:0;transform:rotate(180deg)}.kun-dett.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.edit-kundali-form{border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);padding:12px;align-self:flex-start;height:-moz-fit-content;height:fit-content;border:2px solid #cc9933}.edit-kundali-form .choose-one{background-color:rgb(255,255,255);display:flex}.update-btn-div{display:flex;justify-content:center;align-items:center}.horoscope-panchang-section-details h1{font-weight:700;font-size:2rem}.horoscope-panchang-section-details h1 span{color:#6c2319;display:inline-block;margin-left:10px}.privacy-content-section{width:100%;padding:60px 20px;line-height:1.6;color:#333;margin-top:70px}.privacy-content-div{width:100%;padding:36px;border:3px solid #cc9933;position:relative;border-radius:22px}.privacy-box{position:absolute;width:12px;height:12px;background-color:#feeccd}.privacy-box.tl{top:0;left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.privacy-box.tr{top:0;right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.privacy-box.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.privacy-box.bl,.privacy-box.br{bottom:0;transform:rotate(180deg)}.privacy-box.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.privacy-content-div h1{font-size:2em;margin-bottom:20px;color:#8b5e3c;font-weight:600}.privacy-content-div h2{font-size:1.4em;margin-top:30px;margin-bottom:10px;color:#6c2319;font-weight:600}.privacy-content-div p{margin-bottom:15px}.privacy-content-div ul{margin:10px 0 20px 20px;padding-left:15px}.privacy-content-div li{margin-bottom:8px}.privacy-content-div a{color:#0066cc;text-decoration:none}.privacy-content-div a:hover{text-decoration:underline}.terms-content-section{width:100%;padding:60px 20px;line-height:1.6;color:#333;margin-top:70px}.terms-content-div{width:100%;padding:36px;border:3px solid #cc9933;position:relative;border-radius:22px}.terms-box{position:absolute;width:12px;height:12px;background-color:#feeccd}.terms-box.tl{left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.terms-box.tl,.terms-box.tr{top:0;transform:rotate(180deg)}.terms-box.tr{right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.terms-box.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.terms-box.bl,.terms-box.br{bottom:0;transform:rotate(180deg)}.terms-box.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.terms-content-div h1{font-size:2em;margin-bottom:20px;color:#8b5e3c;font-weight:600}.terms-content-div h2{font-size:1.4em;margin-top:30px;margin-bottom:10px;color:#6c2319;font-weight:600}.terms-content-div p{margin-bottom:15px}.terms-content-div ul{margin:10px 0 20px 20px;padding-left:15px}.terms-content-div li{margin-bottom:8px}.terms-content-div a{color:#0066cc;text-decoration:none}.terms-content-div a:hover{text-decoration:underline}.refund-content-section{width:100%;padding:60px 20px;line-height:1.6;color:#333;margin-top:70px}.refund-content-div{width:100%;padding:36px;border:3px solid #cc9933;position:relative;border-radius:22px}.refund-box{position:absolute;width:12px;height:12px;background-color:#feeccd}.refund-box.tl{left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.refund-box.tl,.refund-box.tr{top:0;transform:rotate(180deg)}.refund-box.tr{right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.refund-box.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.refund-box.bl,.refund-box.br{bottom:0;transform:rotate(180deg)}.refund-box.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.refund-content-div h1{font-size:2em;margin-bottom:20px;color:#8b5e3c;font-weight:600}.refund-content-div h2{font-size:1.4em;margin-top:30px;margin-bottom:10px;color:#6c2319;font-weight:600}.refund-content-div p{margin-bottom:15px}.refund-content-div ul{margin:10px 0 20px 20px;padding-left:15px}.refund-content-div li{margin-bottom:8px}.refund-content-div a{color:#0066cc;text-decoration:none}.refund-content-div a:hover{text-decoration:underline}@media only screen and (max-width:768px){.privacy-content-div,.refund-content-div,.terms-content-div{text-align:justify}}.panchnag-main-section{width:100%;margin-top:20px}.panchnag-main-div{width:100%;display:flex;justify-content:space-between}.panchnag-left-div{width:35%;padding:5px;position:-webkit-sticky;position:sticky;top:120px;height:max-content}.panchnag-right-div{width:65%;padding:20px;display:flex;justify-content:space-between;flex-wrap:wrap}.three-panchang-box{width:47%}.baby-new-name-divison{width:50%}.h3-panchang-title{font-size:18px;font-weight:700;margin-bottom:15px;color:#670000}.panchnag-new-form{width:100%;padding:30px 15px;border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:6px double #cc9933;position:relative;margin-top:15px;margin-bottom:15px}.pan-same-box{background:#fff3dc;border-radius:28px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.03);transition:transform .3s ease;position:relative;border:6px double #cc9933;margin-bottom:28px}.pan-same-box:hover{transform:translateY(-5px)}.content-blur{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;position:relative;margin-bottom:0}.content-blur:after{content:"";position:absolute;bottom:0;right:0;width:100%;height:20px;background:linear-gradient(180deg,#fff3dc57,#fff3dc)}.view-moree{display:inline-block;margin-top:8px;font-size:13px;color:#670000;text-decoration:none;display:inline-flex;align-items:center;gap:4px;padding:4px}.view-moree span:nth-child(2){margin-top:4px}.view-moree:hover{text-decoration:underline}.baby-name-identifier h3{font-size:22px;font-weight:700;color:#670000;margin-bottom:12px}.baby-name-identifier p{margin-bottom:12px}.baby-nakshatra-div{background:#fff3dc;border-radius:28px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.03);transition:transform .3s ease;position:relative;border:6px double #cc9933;margin-bottom:16px}.baby-nakshatra-div:hover{transform:translateY(-5px)}.panchang-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;background-color:#670000}.panchang-icon img{width:25px;height:25px}.mm-muhrat-section{width:100%}.muhurats-divison{width:100%;display:flex;justify-content:space-between;padding:5px 10px;margin-top:30px}.muhurats-left-divison{width:32%;padding:30px;border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:6px double #cc9933;position:relative;height:max-content;margin-top:15px;margin-bottom:15px;position:-webkit-sticky;position:sticky;top:120px}.muhrat-boxx{position:absolute;width:18px;height:18px;background-color:#feeccd}.muhrat-boxx.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.muhrat-boxx.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.muhrat-boxx.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.muhrat-boxx.bl,.muhrat-boxx.br{bottom:0;transform:rotate(180deg)}.muhrat-boxx.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.muhurats-left-divison h3{font-size:25px;font-weight:600;margin-bottom:20px}.muhurats-right-divison{width:66%;padding:15px}.panchnag-details-boxx-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.pan-det-box{background:#fff3dc;border-radius:20px;padding:20px;box-shadow:0 5px 15px rgba(0,0,0,.03);transition:transform .3s ease;position:relative;border:2px solid #cc9933}.pan-det-box:hover{transform:translateY(-5px)}.pan-border{position:absolute;width:12px;height:12px;background-color:#feeccd}.pan-border.tl{left:0;border-top:2px solid #cc9933;border-left:2px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pan-border.tl,.pan-border.tr{top:0;transform:rotate(180deg)}.pan-border.tr{right:0;border-top:2px solid #cc9933;border-right:2px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pan-border.bl{left:0;border-bottom:2px solid #cc9933;border-left:2px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pan-border.bl,.pan-border.br{bottom:0;transform:rotate(180deg)}.pan-border.br{right:0;border-bottom:2px solid #cc9933;border-right:2px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.pan-det-box h3{color:#6c2319;font-size:1.3rem;margin-bottom:12px;display:flex;align-items:center;gap:10px;font-weight:600}.pan-det-box h3 span{color:#EE7404;font-size:1.5rem}.muh-result{margin-top:10px;padding-top:10px;border-top:1px dashed #6c2319}.muh-result p{margin-bottom:10px;font-size:15px}.muh-result p strong{color:#0f172a}.whatsapp-notify-new{background:#fffaf1;padding:14px 12px;border-radius:8px;margin-top:25px;text-align:center}.whatsapp-notify-new p{margin-bottom:15px;font-weight:500}.whatsapp-input-new{display:flex;gap:10px}.whatsapp-input-new button{background:#6c2319;color:white;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:500;margin-bottom:10px}.whatsapp-input-new button img{width:25px;height:25px}.choose-any-one{display:flex;border-radius:8px;overflow:hidden;box-shadow:0 0 14px rgb(161 161 161/42%);margin-bottom:20px}.choose-any-one button{padding:10px;border:none;outline:none;width:50%;font-weight:600;cursor:pointer;transition:all .3s ease;background:transparent;color:#8b5e3c}.choose-any-one button:hover{background:#fff4eb;color:rgb(0,0,0)}.choose-any-one button.active{background:#8b5e3c;color:white;box-shadow:0 2px 5px rgba(59,130,246,.3)}.choose-any-one button:first-child{border-radius:8px 0 0 8px}.choose-any-one button:last-child{border-radius:0 8px 8px 0}@media only screen and (max-width:900px){.panchnag-details-boxx-grid{grid-template-columns:1fr}.muhurats-left-divison{width:45%}}@media only screen and (max-width:768px){.muhurats-left-divison{width:100%;position:relative;top:0}.muhurats-divison{display:block!important}.muhurats-right-divison{margin:0 auto;width:80%}}@media only screen and (max-width:425px){.muhurats-right-divison{margin:0 auto;width:100%}}.mm-muhrat-section-table{width:100%}.muhurats-divison-table{width:100%;display:flex;justify-content:space-between;padding:5px 10px;margin-top:20px}.baby-left{width:30%;margin-bottom:20px;position:-webkit-sticky;position:sticky;top:110px;height:max-content}.baby-graph-name{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px;margin-bottom:20px}.baby-graph-name-left{width:40%}.baby-graph-name-left img{max-width:100%}.nak-div-sd{background:#ffffff0a;padding:20px;color:#333;line-height:1.5}.nak-title-sd{font-size:20px;font-weight:700;margin-bottom:6px;color:#2c2c2c}.nak-subtext-sd{font-size:14px;color:#555;margin-bottom:18px}.nak-boxes-sd{display:flex;gap:15px;margin-bottom:20px}.nak-box-sd{flex:1 1;border:1px solid #cc9933;border-radius:8px;padding:12px;text-align:center;background:#ffffff7d}.label-sd{font-size:13px;color:#777;display:block;margin-bottom:6px;font-weight:500}.value-sd{font-size:16px;font-weight:600;color:#2a2a2a;margin:0}.syllable-section-sd{background:#fff7e6;border-radius:8px;padding:15px;margin-top:10px}.syllable-heading-sd{font-size:14px;font-weight:700;color:#a35a00;margin:0 0 10px}.syllables-sd{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.syl-sd{display:inline-block;padding:6px 12px;border-radius:6px;font-size:15px;font-weight:600}.syl-yellow-sd{background:#fff0cc;color:#222}.syl-green-sd{background:#e6f7e6;color:#333}.syllable-note-sd{font-size:13px;color:#666;margin:0}.baby-graph-name-right{width:60%;padding:15px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.astro-details{list-style:none;padding:0;margin:0 0 12px;font-size:14px;line-height:1.6}.astro-details li{margin-bottom:3px}.alphabet-buttons{display:flex;gap:8px}.alphabet-buttons button{padding:6px 12px;background:#f6efe2;border:1px solid #d8c6a1;border-radius:6px;cursor:pointer;font-size:14px}.alphabet-buttons button:hover{background:#e7d8c3}.nakshatra-sound-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:6px 0 0;list-style:none}.nakshatra-sound-pill{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid #c69c5f;background:#fff9f1;color:#670000;text-decoration:none;font-weight:600;transition:all .2s ease}.nakshatra-sound-pill:hover{background:#670000;color:#fff;border-color:#670000}.muhurats-left-divison-table{width:100%;padding:30px 15px;border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:6px double #cc9933;position:relative;height:max-content;margin-top:15px;margin-bottom:15px}.baby-right{width:70%}.form-control-new-new{width:100%;padding:12px 18px;border:1px solid #cc9933;border-radius:8px;font-size:16px;color:#212121;background-color:transparent!important;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none;margin-bottom:10px}.form-control-new-new::placeholder{color:#aaa;opacity:1}.form-control-new-new:hover{border-color:#D4AF37;background-color:#fffcf7}.form-control-new-new:focus{border-color:#EE7404;box-shadow:0 0 0 3px rgb(238 116 4/14%)}.form-control-new-new:active{border-color:#ff8512}.muhurats-right-divison-table{width:100%;padding:15px}.asrto-muhrat-details-grid{padding:16px;width:100%;position:relative;border:2px solid #cc9933;border-radius:20px;margin-bottom:20px}.asrto-muhrat-details-grid h3{color:#6c2319;font-size:1.3rem;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:600}.asrto-muhrat-details-grid h3 span{color:#EE7404;font-size:1.5rem}.pan-muhrat{position:absolute;width:12px;height:12px;background-color:#feeccd}.pan-muhrat.tl{left:0;border-top:2px solid #cc9933;border-left:2px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pan-muhrat.tl,.pan-muhrat.tr{top:0;transform:rotate(180deg)}.pan-muhrat.tr{right:0;border-top:2px solid #cc9933;border-right:2px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pan-muhrat.bl{left:0;border-bottom:2px solid #cc9933;border-left:2px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pan-muhrat.bl,.pan-muhrat.br{bottom:0;transform:rotate(180deg)}.pan-muhrat.br{right:0;border-bottom:2px solid #cc9933;border-right:2px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.astro-muhrat-table-wrapper{width:100%}.name-output-table .asrto-muhrat-details-grid{border:none;background:rgb(255,248,233);padding:10px}.name-output-table .astro-muhrat-table-wrapper{width:100%;max-height:550px;overflow-y:auto;overflow-x:auto;position:relative}.name-output-table .astro-muhrat-table{margin:0}.name-output-table .astro-muhrat-thead{position:-webkit-sticky;position:sticky;top:0;z-index:10}.name-output-table .astro-muhrat-table-wrapper::-webkit-scrollbar{width:10px;height:10px}.name-output-table .astro-muhrat-table-wrapper::-webkit-scrollbar-track{background:#f9efe3;border-radius:10px}.name-output-table .astro-muhrat-table-wrapper::-webkit-scrollbar-thumb{background-color:#a0522d;border-radius:10px}.name-output-table .astro-muhrat-table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#670000}.name-output-table .astro-muhrat-table-wrapper{scrollbar-width:thin;scrollbar-color:#a0522d #f9efe3}.astro-muhrat-table{width:100%;border-collapse:collapse;position:relative;overflow-x:auto}@media (max-width:666px){.astro-muhrat-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#a0522d #f9efe3}.astro-muhrat-table{min-width:700px;white-space:nowrap}.astro-muhrat-td,.astro-muhrat-th{white-space:nowrap}.astro-muhrat-table-wrapper::-webkit-scrollbar{height:10px}.astro-muhrat-table-wrapper::-webkit-scrollbar-track{background:#f9efe3;border-radius:10px}.astro-muhrat-table-wrapper::-webkit-scrollbar-thumb{background-color:#a0522d;border-radius:10px}.astro-muhrat-table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#670000}}@media only screen and (max-width:555px){.whatsapp-notify-table{display:block!important;background:#fff8e9!important}}.astro-muhrat-thead{background-color:#670000;color:#ffffff;letter-spacing:1px}.astro-muhrat-td,.astro-muhrat-th{padding:.75rem}.astro-muhrat-tr{border-bottom:2px solid #e09a66}.astro-muhrat-tr:nth-child(2n){background-color:#fff1d8}.astro-muhrat{color:#8b5e3c;font-weight:700}.basic-kundali-section{width:100%;display:flex;justify-content:space-between;align-items:center}.basic-kundali-left{width:60%;display:flex;justify-content:center;align-items:center}.basic-kundali-left img{max-width:100%}.basic-kundali-right{width:38%}.bas-kun-card{width:100%}.kun-card-row{display:flex;margin:3px 0;border-bottom:1px solid #f3c470;padding:5px 0}.kun-card-row span:nth-child(2){color:#670000;display:inline-block;margin-left:10px}.kun-card-row span:first-child{font-weight:600;color:#555}@media only screen and (max-width:992px){.basic-kundali-section{display:block}.basic-kundali-left{width:100%}.basic-kundali-right{width:100%;padding-top:20px}}.offer-content-chart{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px}.offer-content-chart h3{font-size:18px;font-weight:700;margin-bottom:8px;color:#670000}.offer-content-chart p{font-size:14px;line-height:25px;color:#555}.offer-image-chart img{width:256px;height:256px}@media (max-width:576px){.offer-content-chart{flex-direction:column;align-items:flex-start}}.d-chart{padding:20px 0}.d-chart,.d-chart-box{display:flex;justify-content:space-between}.d-chart-box{width:32%;flex-direction:column;align-items:center}.d-chart h5{color:#8b5e3c;font-size:20px;font-weight:600}.d-chart img{max-width:90%;margin:0 auto}.table-whatsapp-box{margin-top:10px;display:flex;justify-content:center}.whatsapp-notify-table{background:#fff3dc;padding:14px 12px;border-radius:8px;margin-top:25px;text-align:center;display:flex;gap:12px;align-items:center}.whatsapp-notify-table p{margin-bottom:10px;font-weight:500;font-size:14px}.whatsapp-input-table{display:flex;gap:10px}.whatsapp-input-table button{background:#6c2319;color:white;border:none;padding:12px;border-radius:8px;cursor:pointer;font-weight:500;margin-bottom:10px}.whatsapp-input-table button img{width:25px;height:25px}.tools-report-section{width:100%;padding:60px 20px}.tools-report-div{width:100%;padding:30px 15px;text-align:center}.tools-report-center{width:100%;display:flex;justify-content:space-between}.tools-report-left{width:55%}.tools-report-right{width:40%}.ffour-card-right{display:flex;flex-direction:column;gap:36px}.ffour-card-box-right{padding:20px 30px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:3px solid #cc9933;border-radius:22px;transition:all .3s ease;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between}.ffour-card-img-right{text-align:center}.ffour-card-img-right img{max-width:40%}.ffour-card-content-right{text-align:center}.ffour-card-content-right h6{color:#3f2400;font-weight:600;margin-top:12px}.exp-tool-btn-right{display:inline-block;background-color:#D69A2A;color:white;padding:10px;width:100%;text-align:center;border-radius:10px}.herohero-section{width:100%;padding:60px 20px 10px;position:relative;overflow:hidden;margin-top:30px}.herohero-main{width:100%;padding:48px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.hhero-left{width:55%;display:flex;flex-direction:column;justify-content:center;gap:20px}.hhero-left h1{font-size:55px;font-weight:700;color:#670000;line-height:1.2}.hhero-left h1 span{background:linear-gradient(266deg,#670000,#d22424,#cc9933,#670000);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;animation:gradientShift 5s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hhero-left p{font-size:1.1rem;color:#333;line-height:1.6}.hhero-left strong{color:#670000}.hhero-right{width:45%;display:flex;justify-content:center;align-items:center}.zodiac-orbit{position:relative;width:450px;height:450px}.zodiac-wheel-img{max-width:100%;animation:rotateWheel 20s linear infinite;object-fit:contain}.saturn-orbit{position:absolute;top:50%;right:50%;width:100%;height:100%;transform-origin:center;animation:swaySaturn s ease-in-out infinite}@keyframes rotateWheel{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.enter-baby-details-div{width:100%;margin-bottom:20px}.enter-baby-details-div h5{font-weight:700}.enter-baby-details-div h3{font-weight:600;color:#670000}.enter-baby-details-div h3 span{font-weight:700;color:#670000}.know-mr-btn{background-color:#670000;color:white;padding:14px 16px;font-size:13px;border-radius:23px;display:inline-flex;align-items:center;cursor:pointer;transition:.6s ease-in-out}.know-mr-btn img{width:20px;height:20px;margin-right:4px;transition:transform .6s ease-in-out}.know-mr-btn:hover{background-color:#cc9933}.know-mr-btn:hover img{transform:rotate(1turn)}.baby-testimonial-say-new{display:flex;flex-direction:column;gap:20px;margin-top:20px}.baby-testimonial-say-new .testimonial-card-new{display:flex;align-items:flex-start;background:#fff3dc;border:1px solid #eee;border-radius:12px;padding:15px 20px;box-shadow:0 0 6px rgb(255 216 139);transition:transform .2s ease,box-shadow .2s ease}.baby-testimonial-say-new .testimonial-card-new:hover{transform:translateY(-4px);box-shadow:0 6px 15px rgba(0,0,0,.1)}.baby-testimonial-say-new .testimonial-img-new{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:15px;border:2px solid #f3b23a}.baby-testimonial-say-new .testimonial-content-new{flex:1 1}.baby-testimonial-say-new .testimonial-content-new h5{margin:0;font-size:16px;font-weight:600;color:#333}.baby-testimonial-say-new .testimonial-content-new p{margin:5px 0;font-size:14px;line-height:1.5;color:#555}.baby-testimonial-say-new .testimonial-content-new p:first-of-type{font-size:14px;color:#f39c12;margin-bottom:8px}.why-work-this{margin:20px 0;font-family:Segoe UI,sans-serif;color:#444;line-height:1.6}.why-work-this h4{color:#a35a00;font-weight:600;margin-bottom:8px;font-size:18px}.why-work-this p{margin:0 0 10px;font-size:15px;color:#333}.why-work-this ul{margin:0;padding-left:20px!important}.why-work-this ul li{font-size:15px;margin-bottom:6px;list-style-type:disc}.baby-name-suggestion-sug{display:flex;flex-wrap:wrap;gap:20px;margin:30px 0;justify-content:center;font-family:Segoe UI,sans-serif}.baby-name-suggestion-sug .name-card-sug{background:#ffffff40;border-radius:12px;padding:20px;width:222px;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease}.baby-name-suggestion-sug .name-card-sug:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(0,0,0,.15)}.baby-name-suggestion-sug .name-card-sug h3{font-size:20px;margin:0 0 12px;color:#280000;font-weight:700;display:flex;justify-content:space-between;align-items:center}.baby-name-suggestion-sug .tag-sug{font-size:12px;padding:5px 10px;background:#cc9933;border-radius:20px;color:white;font-weight:500}.baby-name-suggestion-sug .name-card-sug p{margin:6px 0;font-size:14px;color:#444}.baby-name-suggestion-sug .label-sug{font-weight:600;color:#7b1e1e}.baby-name-suggestion-sug .name-actions-sug{width:100%;display:flex;justify-content:center;gap:15px;margin-top:5px}.baby-name-suggestion-sug .btn-sug{padding:14px 22px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:background .2s ease}.border-btn{padding:10px 22px;font-size:14px;background-color:transparent;border:2px solid #670000;border-radius:40px;transition:.4s ease-in-out;margin:0 2px}.border-btn:hover{background-color:#670000;color:white;border:2px solid transparent}.baby-name-suggestion-sug .btn-sug.save-sug{background:#670000;color:#fff}.baby-name-suggestion-sug .btn-sug.save-sug:hover{background:#cc9933}.baby-name-suggestion-sug .btn-sug.share-sug{background:#670000;color:#fff}.baby-name-suggestion-sug .btn-sug.share-sug:hover{background:#b36b00}.muh-btnn{display:flex;flex-direction:column}.muh-btnn,.muh-btnn a{justify-content:center}.muh-btnn a{display:inline-flex;margin:10px 0}.sub-point{padding:10px}.sub-point p{color:#3f2400;font-size:16px;font-weight:600}.lotus-div{margin-bottom:20px}.all-lotus p{flex-wrap:wrap}.form-top-content{border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);border:6px double #cc9933;position:relative;padding:18px;margin-top:14px;background:radial-gradient(#fffffff5,#ffe5b0)}.form-top-content p{font-size:14px;text-align:justify;margin-bottom:10px;line-height:24px;font-size:15px}.form-top-content h5{color:#670000;font-weight:600;font-size:20px;margin:10px 0 20px;display:flex;justify-content:center;align-items:center;text-align:center}.form-top-content h5 img{margin:0 5px;animation:rotateScale 3s linear infinite;transform-origin:center}@keyframes rotateScale{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(1turn) scale(1)}}.form-samee{position:absolute;width:18px;height:18px;background-color:#feeccd}.form-samee.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.form-samee.tl,.form-samee.tr{top:0;transform:rotate(180deg)}.form-samee.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.form-samee.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.form-samee.bl,.form-samee.br{bottom:0;transform:rotate(180deg)}.form-samee.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.sanskrit-div{text-align:center;padding:18px;color:#670000;border:4px solid #cc9933;position:relative;background:radial-gradient(#fffffff5,#ffe5b1);margin-bottom:15px}.sanskrit-div p{margin-bottom:0;font-size:18px;letter-spacing:1px;font-weight:600}.san-box{position:absolute;width:10px;height:10px;background-color:#feeccd}.san-box.tl{left:0;border-top:4px solid #cc9933;border-left:4px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.san-box.tl,.san-box.tr{top:0;transform:rotate(180deg)}.san-box.tr{right:0;border-top:4px solid #cc9933;border-right:4px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.san-box.bl{left:0;border-bottom:4px solid #cc9933;border-left:4px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.san-box.bl,.san-box.br{bottom:0;transform:rotate(180deg)}.san-box.br{right:0;border-bottom:4px solid #cc9933;border-right:4px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.family-des p img{margin-right:10px;margin-top:5px}.family-des p{display:flex}.family-des{text-align:justify}.baby-sanskaars-div{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:50px;padding:0 10px}.baby-sanskaars-right{border:1px dashed #af200c;text-align:right;border-radius:50px;display:flex;align-items:center;color:#af200c;background-color:#fff3dc;padding:12px}.baby-sanskaars-right img{margin-right:10px}.baby-sanskaars-center{width:100%;text-align:center}.baby-sanskaars-center h3{font-size:36px;font-weight:500;text-shadow:1px 1px 3px #0000004d}.baby-sanskaars-center p{font-size:14px;color:#6e4900;font-style:italic}.baby-sanskaars-div-new{width:100%;display:flex;align-items:center;margin-top:50px;justify-content:center}.muhrat-define{background-color:#670000;color:white;padding:12px 18px;border-radius:40px;font-size:14px;display:inline-block;transition:.4s ease-in-out}.muhrat-define:hover{background-color:#d69a2a}.muhrat-define span img{animation:smoothFloat 2s ease-in-out infinite;margin-left:5px}@keyframes smoothFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.muhrat-radius{border-radius:35px!important;overflow:hidden;margin-top:110px}.how-muhruat-works{padding:8px 10px 20px;color:#333}.muhrat-body{background:radial-gradient(#fffffff5,#fff2d9)}.muhurat-title{font-size:24px;font-weight:600;margin-bottom:20px;text-align:center;color:white;letter-spacing:1px}.muhurat-list{list-style:none;padding:0;margin:0;max-height:350px;overflow-y:auto}.muhurat-list li{margin-bottom:15px;padding:10px 12px;border-radius:8px;transition:all .3s ease;text-align:justify}.muhurat-list li:hover{background-color:#fff3dc}.muhurat-list strong{color:#670000;padding-left:5px}.muhrat-header{width:100%;display:flex;justify-content:space-between;background-color:#670000;color:white}.muhrat-header h2{margin-bottom:0;padding-left:10px;padding-top:4px}.close-new{width:40px;height:40px;display:inline-flex;justify-content:center;align-items:center;background-color:#f6d8a2;border-radius:50%;cursor:pointer;transition:background-color .3s ease-in-out}.close-new:hover{background-color:#ffcf75}.close-new img{transform:rotate(0deg) scale(1);transition:transform .3s ease-in-out}.close-new:hover img{transform:rotate(90deg) scale(1.2)}.muhurat-table-header{padding:18px;color:#ffffff;border:3px solid #cc9933;position:relative;background:radial-gradient(#a91f1f,#670000);margin-bottom:15px;border-radius:17px;width:100%}.muhurat-table-header p{margin-bottom:0;font-size:18px;letter-spacing:1px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.muh-tab-box{position:absolute;width:10px;height:10px;background-color:#feeccd}.muh-tab-box.tl{top:0;left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.muh-tab-box.tr{top:0;right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.muh-tab-box.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.muh-tab-box.bl,.muh-tab-box.br{bottom:0;transform:rotate(180deg)}.muh-tab-box.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.nak-name{display:table-caption;background-color:#c93;color:white;border-radius:40px;padding:6px 14px;margin-bottom:4px}.iden-division{line-height:1.6}.intro-box{padding:15px 20px;font-size:.95rem;color:#333}.cosmic-box{background:#fff4df;padding:20px;text-align:center;margin-top:20px}.cosmic-box h2{font-size:1.4rem;margin-bottom:15px;font-weight:700;color:#670000;display:flex;justify-content:center;align-items:center;gap:10px}.info-list{list-style:none;padding:0;margin:0 0 15px;text-align:left;color:#444}.info-list li{margin:4px 0}.auspicious h3{margin-top:15px;font-size:1.1rem;font-weight:700}.auspicious-sounds-container{display:flex;justify-content:center;gap:5px}.auspicious-sounds-sub-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.auspicious-sound-item{display:flex;flex-direction:column;align-items:center;gap:6px}.auspicious-sound-link{color:#0066cc;text-decoration:none;font-weight:600;cursor:pointer;transition:color .2s ease;position:relative;display:inline-block}.auspicious-sound-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#670000;animation:blink-underline 1.5s ease-in-out infinite}@keyframes blink-underline{0%,to{opacity:1}50%{opacity:.2}}.auspicious-sound-link:hover{color:#4d0000}.auspicious-sound-link:hover:after{background-color:#4d0000}.auspicious-info-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background-color:#D4AF37;color:#fff;font-size:12px;font-weight:700;line-height:18px;text-align:center;cursor:pointer;font-family:sans-serif;transition:background-color .2s ease}.auspicious-info-icon:hover{background-color:#B8941F}.auspicious p{margin:6px 0}.note{color:#666;font-size:.95rem}.explore,.note{font-style:italic}.explore{display:inline-block;margin-top:8px;color:#d35400;text-decoration:none}.explore:hover{text-decoration:underline}.scriptural-box{padding:15px 20px;margin-top:20px}.scriptural-box h4{margin-bottom:10px;font-weight:700;color:#333}.scriptural-box ul{padding-left:20px;margin:0}.scriptural-box li{margin-bottom:8px;font-size:.95rem}.baby-name-output-section{width:100%;padding:80px 20px}.birth-details-section{margin-bottom:30px;padding:25px 30px;background:#FFEAC4;border-radius:24px;border:1px solid #cc9933;letter-spacing:.2px;font-size:16px}.birth-details-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;align-items:start}.birth-details-column{display:flex;flex-direction:column;gap:16px;line-height:1.7;letter-spacing:.2px}.birth-details-item{margin:0;padding:0;display:flex;align-items:flex-start;word-wrap:break-word;gap:4px}.birth-details-label{color:#670000;letter-spacing:.2px;flex-shrink:0;white-space:nowrap}.birth-details-value{color:#000;letter-spacing:.2px;flex:1 1;word-wrap:break-word}.baby-name-sections-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:50px}.explore-more-section,.recommended-sounds-section{position:relative;padding:20px;background:#feeccd;border-radius:26px;border:6px double #c93}.explore-more-section h3,.recommended-sounds-section h3{margin-bottom:15px;color:#670000;font-size:18px;font-weight:600;letter-spacing:.3px}.explore-more-section p,.recommended-sounds-section p{margin-bottom:15px;font-size:14px;color:#666;line-height:1.5;letter-spacing:.3px}.explore-more-section .separator-line{height:1px;background:#cc9933;margin:20px 0;width:100%}.explore-more-section p.subtitle{margin-top:20px;margin-bottom:15px;color:#670000;font-size:16px;font-weight:600;letter-spacing:.3px}.alphabet-buttons-container,.syllable-buttons-container{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:15px}.alphabet-buttons-container{margin-bottom:0}.alphabet-button,.syllable-button{padding:8px 25px;border:1px solid #670000;border-radius:50px;cursor:pointer;font-weight:500;font-size:14px;letter-spacing:.3px;transition:all .2s}.syllable-button{background:#feeccd;color:#670000}.syllable-button.selected{background:#670000;color:#ffffff}.alphabet-button{background:#feeccd;color:#670000}.alphabet-button.selected{background:#670000;color:#ffffff}.alphabet-button:hover:not(.selected),.syllable-button:hover:not(.selected){background-color:#ffd06f;color:#670000;opacity:.9}.alphabet-button:hover.selected,.syllable-button:hover.selected{opacity:.9}.syllable-note{margin-top:15px;font-size:14px;color:#000;line-height:1.5;letter-spacing:.3px}.alphabet-modal-dialog{max-width:600px}.alphabet-modal-body{background-color:#feeccd;padding:30px 25px}.alphabet-modal-instruction{font-size:15px;color:#333;margin-bottom:25px;text-align:left;line-height:1.5}.alphabet-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px;margin-bottom:30px}.alphabet-grid-button{padding:12px 20px;border:1px solid #670000;border-radius:50px;background-color:#feeccd;color:#670000;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;text-align:center}.alphabet-grid-button:hover{background-color:#670000;color:#ffffff;opacity:.9}.alphabet-grid-button.selected{background-color:#ffd06f;color:#670000}.alphabet-grid-button.applied{background-color:rgb(103,0,0);color:rgb(255,255,255);opacity:.9}.alphabet-modal-actions{display:flex;justify-content:center;margin-top:20px}.alphabet-apply-button{padding:12px 40px;background-color:#670000;color:#ffffff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:150px}.alphabet-apply-button:hover:not(:disabled){background-color:#8a2f1f;transform:translateY(-1px)}.alphabet-apply-button:disabled{opacity:.5;cursor:not-allowed}.baby-name-loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#670000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.alphabet-modal-dialog{max-width:90%;margin:1rem auto}.alphabet-grid{grid-template-columns:repeat(4,1fr);gap:10px}.alphabet-grid-button{padding:10px 15px;font-size:14px}.alphabet-modal-body{padding:20px 15px}}@media (max-width:480px){.alphabet-grid{grid-template-columns:repeat(3,1fr);gap:8px}.alphabet-grid-button{padding:8px 12px;font-size:13px}.alphabet-modal-header{padding:15px 20px}.alphabet-modal-header .modal-title{font-size:18px}}.explore-more-section .card-form,.recommended-sounds-section .card-form{position:absolute;width:12px;height:12px;background-color:#feeccd}.explore-more-section .card-form.tl,.recommended-sounds-section .card-form.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd}.explore-more-section .card-form.tr,.recommended-sounds-section .card-form.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd}.explore-more-section .card-form.bl,.recommended-sounds-section .card-form.bl{bottom:0;left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd}.explore-more-section .card-form.br,.recommended-sounds-section .card-form.br{bottom:0;right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd}.baby-name-output-title{font-size:36px;font-weight:600;margin-bottom:15px;text-align:center;font-family:serif}.baby-name-output-title .baby-name-part{color:#670000}.baby-name-output-title .output-part{color:#000}.currently-showing-banner{background:radial-gradient(#FFF5E0,#FFE4AD);border:1px solid #d2b48c;border-radius:20px;padding:10px 15px;margin:0 auto 20px;text-align:center;color:#000;font-size:17px;font-family:sans-serif;display:block;width:-moz-fit-content;width:fit-content;max-width:100%}.row-checkbox{accent-color:#8b0000}.row-checkbox,.select-all-checkbox{width:18px;height:18px;cursor:pointer}.select-all-checkbox{accent-color:#fff}.meaning-text{color:#000;display:inline}.source-text{color:#8b0000;font-size:12px;font-weight:500;display:inline;margin-left:8px}.buttons-row-container{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:30px;flex-wrap:wrap}.send-email-button-container{text-align:center}.send-email-button{background:#8b0000;color:#fff;border:none;border-radius:8px;padding:12px 30px;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s}.send-email-button:hover{background:#a00000;transform:translateY(-2px);box-shadow:0 4px 8px rgba(139,0,0,.3)}.paper-airplane-icon{font-size:18px}.load-more-container{text-align:center}.load-more-button{padding:12px 30px;background:#8b0000;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s}.load-more-button:hover{background:#a00000;transform:translateY(-2px);box-shadow:0 4px 8px rgba(139,0,0,.3)}.name-output-table{width:100%}.baby-out-table{position:relative}.by-tab{position:absolute;width:12px;height:12px;background-color:#feeccd}.by-tab.tl{left:0;border-top:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.by-tab.tl,.by-tab.tr{top:0;transform:rotate(180deg)}.by-tab.tr{right:0;border-top:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.by-tab.bl{left:0;border-bottom:5px double #cc9933;border-left:5px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.by-tab.bl,.by-tab.br{bottom:0;transform:rotate(180deg)}.by-tab.br{right:0;border-bottom:5px double #cc9933;border-right:5px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.baby-out-table h2{color:#670000;margin-bottom:20px;font-size:1.8rem;font-weight:700}.baby-out-table table{width:100%;border-collapse:collapse}.baby-out-table td,.baby-out-table th{padding:15px;text-align:center;border-bottom:1px solid #eee;text-align:left}.baby-out-table th{background-color:#670000;color:white;font-weight:600;text-align:left}.baby-out-table tr:last-child .baby-out-table td{border-bottom:none}.baby-out-table .feature-name{text-align:left;font-weight:500}.baby-out-table .fa-check{color:#28a745;font-size:1.2rem;width:13px!important}.baby-out-table .fa-times{color:#dc3545;font-size:1.2rem;width:13px!important}.send-to-wp{margin-top:40px;width:100%}.package-section-title{text-align:center;color:#670000;font-size:1.8rem;font-weight:700;margin-bottom:30px}.package-container{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0;justify-content:center}.package{flex:1 1;min-width:280px;max-width:350px;background:#FFF2DA;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:transform .2s;position:relative;display:flex;flex-direction:column}.package:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.15)}.package-header-complete{background:#D1A836}.package-title{font-size:18px;text-transform:uppercase}.package-price{margin:10px 0}.price-amount{color:#670000;font-size:24px;font-weight:700}.price-period{color:#670000;font-size:16px;font-weight:400}.price-note{color:#000000;font-size:12px;margin:5px 0 0}.package-features{background:#FFF2DA;flex:1 1}.feature-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:center;margin-bottom:12px;color:#333;font-size:14px;line-height:1.5;gap:0}.feature-item strong{color:#670000;font-weight:600}.feature-icon{margin-right:10px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;line-height:1}.feature-icon img{display:block;width:20px;height:20px;object-fit:contain}.package-button{background-color:#670000;color:white;border:none;padding:12px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;width:80%;margin:20px auto;display:block;transition:background-color .2s}.package-button:hover{background-color:#8b0000}.package-footer{text-align:center;color:#666;font-size:14px;margin-top:30px;padding:0 20px}.send-tp{position:absolute;width:12px;height:12px;background-color:#feeccd}.send-tp.tl{left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.send-tp.tl,.send-tp.tr{top:0;transform:rotate(180deg)}.send-tp.tr{right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.send-tp.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.send-tp.bl,.send-tp.br{bottom:0;transform:rotate(180deg)}.send-tp.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.whatsapp-btn-ltt{color:white;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;transition:background-color .2s}.whatsapp-btn-ltt,.whatsapp-btn-ltt:hover{background-color:#670000}.header-checkbox,.row-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#3498db;transition:transform .2s ease,box-shadow .2s ease}.header-checkbox:hover,.row-checkbox:hover{transform:scale(1.2);box-shadow:0 0 5px rgba(52,152,219,.6)}.header-checkbox:checked,.row-checkbox:checked{transform:scale(1.1);box-shadow:0 0 8px rgba(39,174,96,.6);accent-color:#670000}.panchnag-right-div-new{width:100%;padding:20px}.six-repo-box{padding:18px 4px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.repo-box{background:linear-gradient(135deg,#ffeed0,#ffeed0);border-radius:22px;padding:10px 15px;box-shadow:0 5px 15px #cc99334a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;border:3px solid #c93}.repo-box:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.repo-icon{width:70px;height:70px;border-radius:50%;background:#ffe7bd;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.baby-carrdd{position:absolute;width:12px;height:12px;background-color:#feeccd}.baby-carrdd.tl{top:0;left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.baby-carrdd.tr{top:0;right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.baby-carrdd.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.baby-carrdd.bl,.baby-carrdd.br{bottom:0;transform:rotate(180deg)}.baby-carrdd.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.repo-icon i{font-size:36px;color:#bd831d;font-size:30px}.repo-box h3{color:#613e00;font-weight:600;margin-bottom:15px;font-size:20px}.repo-box p{color:#494949;line-height:24px;font-size:13px}.repo-box .btn{margin-top:20px;padding:10px 20px;background:#7b5bb7;color:white;border:none;border-radius:30px;cursor:pointer;font-weight:500;transition:background .3s}.repo-box .btn:hover{background:#63479d}.six-exp-btn{padding:12px 18px;font-size:14px;background-color:#670000;color:white;border-radius:60px}.par-card{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.testimonial-new{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 20px);max-width:48%;align-items:flex-start;background:#fff3dc;border:1px solid #eee;border-radius:12px;padding:15px 20px;box-shadow:0 0 6px rgb(255 216 139);transition:transform .2s ease,box-shadow .2s ease}.testimonial-new:hover{transform:translateY(-4px);box-shadow:0 6px 15px rgba(0,0,0,.1)}@media (max-width:768px){.testimonial-new{flex:1 1 100%;max-width:100%}}.testimonial-img-new-new{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:15px;border:2px solid #f3b23a}.calculate-btn-newne-div{display:flex;justify-content:center}.calculate-btn-newnew{padding:15px 30px;background-color:#670000;color:white;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-top:10px}.calculate-btn-newnew:hover{background-color:#d69a2a;box-shadow:0 0 10px rgba(189,131,29,.7),0 0 20px rgba(189,131,29,.5),0 0 30px rgba(189,131,29,.3);transform:translateY(-2px)}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(189,131,29,.7);background-color:#bd831d}70%{box-shadow:0 0 0 12px rgba(189,131,29,0);background-color:#d69a2a}to{box-shadow:0 0 0 0 rgba(189,131,29,0);background-color:#bd831d}}.calculate-btn-newnew.pulse:hover{animation:pulse-glow 1.5s infinite;background-color:#bd831d}.calculate-btn-newnew:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.calculate-btn-newnew:hover:after{animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}.baby-out-parents{margin-top:30px}.parents-title h2{font-size:30px;color:#670000;font-weight:600}.muhurat-note-box{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:12px;border:1px solid #ffd0d0;background-color:#FFEBEB;border-radius:10px;font-size:16px}.muh-notee{color:#D30000}.muh-des-notee{color:#2C2C2C}.muhurat-note-box p{margin:8px 0}.student-hora-section{padding-top:140px}.student-hora-section-div h1{color:#670000;text-shadow:1px 1px 3px rgba(0,0,0,.3);font-weight:600}.student-hora-section-div p{color:#252525;max-width:70%;margin:0 auto;line-height:34px}.student-intro-section{width:100%;padding:80px 20px}.student-intro-div{width:100%;border-radius:40px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;text-align:justify;background-color:rgba(255,255,255,.089);padding-bottom:30px}.intro-title{background-color:#670000;color:white;text-align:center;padding:16px 44px;font-size:20px;margin-bottom:0;display:inline-block;border-radius:100px;position:relative;bottom:30px;font-weight:600}.intro-content{padding:5px 30px;width:100%}.intro-content-scroll{max-height:518px;overflow-y:auto;overflow-x:hidden;padding-right:15px}.intro-content-scroll p{margin-bottom:20px;font-size:16px;line-height:1.8;color:#252525;text-align:justify}.intro-content-scroll p:last-child{margin-bottom:0}.intro-content-scroll .sanskrit-verse{text-align:center;font-style:italic;padding:10px;color:#670000;font-weight:700}.intro-content-scroll .sanskrit-verse .sanskrit-line{text-align:center;font-style:italic;font-size:18px;color:#670000;margin:0;padding:0;font-family:Noto Sans Devanagari,serif;font-weight:700;line-height:1.8;display:block}.intro-content-scroll .intro-quote{text-align:center;font-style:italic;font-size:18px;color:#670000;padding:10px;font-weight:700}.intro-list{list-style-type:none}.intro-list li{position:relative;padding:12px 0 6px 40px;margin-bottom:10px;font-size:16px;border-bottom:1px solid #f0f0f0}.intro-list li:last-child{border-bottom:none}.intro-list li:before{content:"";position:absolute;left:8px;top:20px;width:17px;height:4px;background-color:#8B0000;border-radius:10px}@media (max-width:768px){.student-intro-section{padding:50px 15px}.intro-title{font-size:20px;padding:15px 30px}.intro-content{padding:0 20px 5px 0}.intro-content-scroll{max-height:500px;padding-right:10px}.intro-content-scroll p{font-size:15px;margin-bottom:18px}.intro-content-scroll .sanskrit-verse{padding:15px;margin:25px 0}.intro-content-scroll .sanskrit-verse .sanskrit-line{font-size:16px}.intro-content-scroll .intro-quote{font-size:16px;padding:15px;margin:25px 0}.intro-list li{font-size:15px;padding:10px 0 10px 35px}}@media (max-width:480px){.student-intro-section{padding:30px 10px;margin-top:10px}.intro-title{font-size:18px;padding:12px 25px}.intro-list li{font-size:14px;padding:8px 0 8px 30px}.intro-list li:before{left:10px;width:10px}.intro-content-scroll{max-height:400px;padding-right:8px}.intro-content-scroll p{font-size:14px;margin-bottom:15px}.intro-content-scroll .sanskrit-verse{padding:12px;margin:20px 0}.intro-content-scroll .sanskrit-verse .sanskrit-line{font-size:15px}.intro-content-scroll .intro-quote{font-size:15px;padding:12px;margin:20px 0}}.student-insight-section{padding:25px 20px;margin-bottom:40px}.student-insight-div{width:100%;padding:20px 30px;text-align:center}.student-insight-div h2{color:#670000;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.insight-card{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.ins-card{display:flex;justify-content:space-between;align-items:center;width:40%;border:2px solid #670000;border-radius:200px;color:#670000;padding-left:50px}.ins-card span{background-color:#670000;display:inline-flex;justify-content:center;align-items:center;border-radius:50%;width:75px;height:75px;transition:.4s ease-out}.ins-card span:hover{transform:rotate(45deg)}.ins-card span img{width:45px;height:45px}.ins-card-highlighted{position:relative;background-color:#fff;border:3px solid #670000!important;box-shadow:0 8px 25px rgba(103,0,0,.25);font-weight:600;overflow:visible}.ins-card-highlighted .featured-badge{position:absolute;top:-12px;left:30px;background:linear-gradient(135deg,#670000,#8b0000)!important;color:#fff!important;padding:4px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 3px 10px rgba(103,0,0,.4);z-index:10;display:inline-block!important;width:auto!important;height:auto!important;border-radius:20px!important;background-color:transparent!important;justify-content:flex-start!important;align-items:center!important;transition:all .3s ease}.ins-card-highlighted:hover .featured-badge{transform:scale(1.1) translateY(-2px);background:linear-gradient(135deg,#8b0000,#a00000)!important;box-shadow:0 5px 15px rgba(103,0,0,.6);letter-spacing:1px}.ins-card-highlighted>span:last-child{background-color:#670000!important;width:75px!important;height:75px!important;border-radius:50%!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}.parentss-section{padding:20px;margin-top:50px}@media only screen and (max-width:750px){.insight-card{display:flex}.ins-card{width:40%;padding-left:18px;font-size:14px}.ins-card span{width:45px;height:45px}.why-two-card{display:block!important}.whyy{width:100%!important}}@media only screen and (max-width:617px){.insight-card{width:100%;display:inline-flex;flex-direction:column}.ins-card{width:100%;padding:10px 10px 10px 36px}}.parentss-section-div{background-color:#fff3dc;border-radius:36px;padding:25px;margin-bottom:30px;position:relative;border:6px double #cc9933}.parentss-section-div h2{color:#6c2319;font-size:1.8rem;margin-bottom:15px;font-weight:600}.client-info{display:flex;align-items:center;margin-top:20px}.client-info img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #fef3c7}.client-info div{margin-left:15px}.client-info h4{margin:0;color:#670000;font-weight:600}.client-info p{margin:5px 0 0;font-size:.8rem;color:#64748b}.student-parrent-cards{display:flex;justify-content:space-around}.parent-form{position:absolute;width:18px;height:18px;background-color:#feeccd}.parent-form.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.parent-form.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.parent-form.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.parent-form.bl,.parent-form.br{bottom:0;transform:rotate(180deg)}.parent-form.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.student-par-card{width:48%;box-shadow:1px 1px 13px rgb(204 153 51/47%);padding:15px;border-radius:20px;margin:20px 0}@media only screen and (max-width:768px){.student-parrent-cards{display:block}.student-par-card{width:100%}}.why-student-work{padding:40px;margin-top:20px;text-align:center}.why-head{margin-bottom:20px;font-weight:600}.why-two-card{display:flex;align-items:center;justify-content:space-evenly;margin-top:50px}.whyy h2{font-size:20px;font-weight:600;margin-bottom:20px;color:#670000}.whyy{background-color:#fff3dc;border-radius:22px;padding:25px;margin-bottom:30px;position:relative;border:3px solid #cc9933;text-align:left;width:45%;height:-webkit-fill-available}.whyy-form{position:absolute;width:12px;height:12px;background-color:#feeccd}.whyy-form.tl{left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.whyy-form.tl,.whyy-form.tr{top:0;transform:rotate(180deg)}.whyy-form.tr{right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.whyy-form.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.whyy-form.bl,.whyy-form.br{bottom:0;transform:rotate(180deg)}.whyy-form.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.other-page-link{padding:20px}.inner-page-title{width:100%;text-align:center;font-weight:600}.other-page-div{width:100%;padding:12px;display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:40px}.inner-form{position:absolute;width:18px;height:18px;background-color:#feeccd}.inner-form.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.inner-form.tl,.inner-form.tr{top:0;transform:rotate(180deg)}.inner-form.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.inner-form.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.inner-form.bl,.inner-form.br{bottom:0;transform:rotate(180deg)}.inner-form.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.exp-btn-pan{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#bd831d;border-radius:50%;position:absolute;bottom:20px;right:20px;animation:color-pulse 2s infinite;transition:all .3s ease-in-out;cursor:pointer}.exp-btn-pan:hover{transform:rotate(-45deg);animation:none;box-shadow:0 0 15px rgba(189,131,29,.7)}.exp-btn-pan a img{width:35px;height:35px}@media only screen and (max-width:768px){.other-page-div{display:flex;flex-direction:column}.inner-page-div{width:100%}}.linee-new{width:100%;height:2px;background-color:#b1b1b1}.four-radio-button{width:100%;display:flex;flex-wrap:wrap;justify-content:space-around;gap:15px;margin-top:20px}.four-radio-button div{width:48%;padding:12px 18px;border:1.6px solid #cc9933;border-radius:10px;position:relative;cursor:pointer;transition:all .3s ease}.four-radio-button div:hover{background-color:#f9f9f9}.four-radio-button input[type=radio]{display:none}.four-radio-button div label{font-size:16px;color:#333;font-weight:600;padding-left:40px;cursor:pointer;display:block;margin:0}.four-radio-button div label:before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;border:1.5px solid #670000;border-radius:50%;transition:all .3s ease}.four-radio-button input[type=radio]:checked+label:before{background-color:#670000;border-color:#670000;box-shadow:inset 0 0 0 4px white}.four-radio-button input[type=radio]:checked+label{color:#670000}.four-radio-button div:has(input[type=radio]:checked){background-color:#fff3dc;border-color:#670000}@media (max-width:768px){a .four-radio-button div{width:100%;padding:15px}.four-radio-button div label{font-size:16px;padding-left:35px}.four-radio-button div label:before{width:20px;height:20px;left:15px}.four-radio-button input[type=radio]:checked+label:before{box-shadow:inset 0 0 0 3px white}}.form-subtitle{color:#333;font-weight:600;margin-top:15px}.guidance-student h3{font-size:20px;color:#670000;font-weight:600;margin-bottom:15px}.guidance-student{width:100%;background-color:#FFF3DC;border:1px solid #cc9933;margin-top:50px;border-radius:12px;padding:26px}.guidance-student-point{width:100%;padding:20px;background-color:#FFEED0;border-radius:20px;overflow:auto}.guidance-student-point p{margin-bottom:10px;color:#595959}.student-checkbox h3{font-size:20px;color:#670000;font-weight:600;margin-bottom:20px}.student-checkbox{width:100%;background-color:#FFF3DC;border:1px solid #cc9933;margin-top:50px;border-radius:12px;padding:26px}.student-checkbox-point{width:100%;padding:20px;background-color:#FFEED0;border-radius:20px}.custom-radio{display:flex;align-items:center;cursor:pointer;margin-bottom:10px;font-size:16px;position:relative;padding-left:28px;color:#333}.custom-radio input{position:absolute;opacity:0;cursor:pointer}.radio-mark{position:absolute;left:0;top:2px;height:18px;width:18px;background-color:#fff;border:2px solid #600000;border-radius:50%}.custom-radio input:checked~.radio-mark{background-color:#600000}.radio-mark:after{content:"";position:absolute;display:none}.custom-radio input:checked~.radio-mark:after{display:block;left:4px;top:4px;width:6px;height:6px;border-radius:50%;background:#fff}.checkbox-item{display:flex;align-items:flex-start;margin-bottom:15px;cursor:pointer}.checkbox-item:last-child{margin-bottom:0}.checkbox-item input[type=checkbox]{display:none}.custom-checkbox{width:20px;height:20px;border:2px solid #670000;border-radius:4px;margin-right:12px;position:relative;flex-shrink:0;transition:all .3s ease;cursor:pointer}.checkbox-item input[type=checkbox]:checked+.custom-checkbox{background-color:#670000;border-color:#670000}.checkbox-item input[type=checkbox]:checked+.custom-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:white;font-size:14px;font-weight:700}.checkbox-text{font-size:16px;color:#333;line-height:1.4;cursor:pointer;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-item:hover .custom-checkbox{border-color:#8B0000}.checkbox-item:hover .checkbox-text{color:#670000}@media (max-width:768px){.student-checkbox{padding:20px;margin-top:30px}.student-checkbox-point{padding:15px}.student-checkbox h3{font-size:18px}.checkbox-text{font-size:15px}.custom-checkbox{width:18px;height:18px}}@media (max-width:480px){.student-checkbox{padding:15px;margin-top:20px}.student-checkbox-point{padding:12px}.student-checkbox h3{font-size:16px}.checkbox-text{font-size:14px}.custom-checkbox{width:16px;height:16px;margin-right:10px}}.notifiess{width:100%;background-color:#FFEAC4;border:1px solid #ffd278;text-align:center;padding:12px}.notifiess p{margin-bottom:0;font-style:italic}.generate-pdf-btn{display:flex;gap:10px;margin-top:20px}.generate-btnn{background-color:#670000;color:white;width:50%;padding:20px;display:flex;justify-content:center;align-items:center;border-radius:15px;text-align:center;border:2px solid transparent;transition:.4s ease-in-out}.generate-btnn:hover{background-color:transparent}.download-btnn,.generate-btnn:hover{color:#670000;border:2px solid #670000}.download-btnn{width:50%;padding:20px;display:flex;justify-content:center;align-items:center;border-radius:15px;text-align:center;transition:.5s ease-in-out}.download-btnn:hover{background-color:#670000;color:white;border:2px solid transparent}.whatsapp-checkboxx{margin-top:20px}@media only screen and (max-width:545px){.name-location-div{display:block}.input-group-lattest{width:100%}.four-radio-button{display:flex;gap:12px;flex-direction:column}.four-radio-button div{width:100%}.generate-pdf-btn{display:block}.generate-btnn{width:100%}.download-btnn{width:100%;margin-top:15px}}.student-hora-section-div{text-align:center;margin-bottom:20px}.student-hora-section-div h4{color:#000;font-size:32px;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.student-hora-section-div h4 span{color:#670000}.cosmic-output-section{padding:20px}.cosmic-output-div{width:100%;background-color:#FFF3DD;border:1px solid #cc9933;padding:24px;border-radius:20px}.cosmic-output-div p{margin-bottom:10px}.school-category{font-size:26px;color:#670000;font-weight:600;display:flex;align-items:center;gap:10px;margin-bottom:15px}.school-explore{padding:16px 30px;background-color:#670000;color:white;display:inline-flex;border-radius:44px;margin-top:8px}.cosmic-study-titlee{display:flex;justify-content:center;align-items:center;margin-top:60px}.cosmic-study-titlee span{border:1px solid #ffd47e;color:#670000;padding:16px 32px;background:radial-gradient(#FFFFFF,#ffde9b);border-radius:50px;font-size:36px;font-weight:700}.surya-cycle-title{display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin-bottom:20px}.surya-cycle-title p{font-size:28px;color:#000000;font-weight:700;margin:0}.surya-cycle-table{width:100%;overflow-x:auto;margin-bottom:40px}.surya-table{width:100%;border-collapse:collapse;min-width:800px}.surya-table thead{background:linear-gradient(90deg,#FBD541,#E5A111)}.surya-table-header{color:#333;font-weight:600;padding:20px 12px;text-align:center}.surya-table-header:first-child{border-radius:12px 0 0 0}.surya-table-header:last-child{border-right:none;border-radius:0 12px 0 0}.surya-table tbody{background:radial-gradient(circle at center,#fff7e6,#ffd473)}.surya-table-cell{padding:16px 12px;text-align:center}.surya-table-cell:last-child{border-right:none}.surya-table-row:last-child .surya-table-cell:first-child{border-radius:0 0 0 12px}.surya-table-row:last-child .surya-table-cell:last-child{border-radius:0 0 12px 0}.surya-time-period{font-weight:600;color:#333;white-space:nowrap}.surya-magic-mode,.surya-mental-mode,.surya-perfect-task{color:#333;line-height:1.4}@media (max-width:768px){.surya-table-cell,.surya-table-header{padding:12px 8px;font-size:14px}}@media (max-width:480px){.surya-table-cell,.surya-table-header{padding:10px 6px;font-size:13px}}.lunar-cycle-title{display:flex;justify-content:space-between;align-items:center;padding:0 20px;margin-bottom:20px}.lunar-cycle-title p{font-size:28px;color:#000000;font-weight:700;margin:0}.lunar-cycle-table{width:100%;overflow-x:auto}.lunar-table{width:100%;border-collapse:collapse;min-width:800px}.lunar-table thead{background:linear-gradient(90deg,#D9DBD9,#AAADB2)}.lunar-table-header{color:#333;font-weight:600;padding:16px 12px;text-align:center}.lunar-table-header:first-child{border-radius:12px 0 0 0}.lunar-table-header:last-child{border-right:none;border-radius:0 12px 0 0}.lunar-table tbody{background-color:#ECECE7}.lunar-table-cell{padding:20px 12px;text-align:center}.lunar-table-cell:last-child{border-right:none}.lunar-table-row:last-child .lunar-table-cell:first-child{border-radius:0 0 0 12px}.lunar-table-row:last-child .lunar-table-cell:last-child{border-radius:0 0 12px 0}.lunar-time-period{font-weight:600;color:#333;white-space:nowrap}.lunar-magic-mode,.lunar-mental-mode,.lunar-perfect-task{color:#333;line-height:1.4}@media (max-width:768px){.lunar-table-cell,.lunar-table-header{padding:12px 8px;font-size:14px}}@media (max-width:480px){.lunar-table-cell,.lunar-table-header{padding:10px 6px;font-size:13px}}.surya-table tfoot{background:radial-gradient(circle at center,#fff7e6,#ffd473)}.surya-table-footer{color:#670000;font-weight:600;padding:16px 12px;text-align:center;border-radius:0 0 12px 12px;font-style:italic}.lunar-table tfoot{background:#ECECE7}.lunar-table-footer{color:#670000;font-weight:600;padding:16px 12px;text-align:center;border-radius:0 0 12px 12px;font-style:italic}.lunar-table-row:last-child .lunar-table-cell:first-child,.lunar-table-row:last-child .lunar-table-cell:last-child,.surya-table-row:last-child .surya-table-cell:first-child,.surya-table-row:last-child .surya-table-cell:last-child{border-radius:0}.lunar-table-row{border-bottom:1px solid #c3c3c3}.surya-table-row{border-bottom:1px solid #eeb625}.unlock-section{padding:20px;margin-top:60px}.unlock-title{width:100%;text-align:center;padding-bottom:20px}.unlock-title h3{font-size:24px;color:#000;font-weight:600}.unlock-div{width:100%;display:flex;justify-content:space-evenly;flex-wrap:wrap}.unlock-box{background-color:#fff3dc;border-radius:22px;padding:45px 60px;margin-bottom:30px;position:relative;border:3px solid #cc9933;text-align:left;width:45%;text-align:center}.unlock-box h4,.unlock-box p{color:#670000;font-weight:600}.unlock-box p{font-size:20px}.unlock-box p span{color:#000000;display:inline-block;padding-left:6px;font-size:14px}.unlock-box h6{color:#1A1A1A;font-size:20px;font-weight:600}.stu-sub-h6-tag{font-size:16px!important;line-height:26px;font-weight:400!important;text-align:left}.stu-sub-h6-tag ul{padding-left:20px!important}.stu-sub-h6-tag ul li:before{content:"•";margin-right:10px;font-size:20px;vertical-align:middle;color:#670000}.sub-unlock{background-color:#670000;color:white;border-radius:12px;width:100%;display:block;padding:12px;margin-top:12px;border:2px solid transparent;transition:.4s ease-in-out}.sub-unlock:hover{background-color:transparent;color:#670000;border:2px solid #670000}.unlock-box p span.unlock-mrp{text-decoration:line-through;color:#666666;margin-right:8px;font-size:16px;font-weight:500}.unlock-box p span.unlock-offer{color:#670000;font-weight:600;font-size:20px}.unlock-style{position:absolute;width:12px;height:12px;background-color:#feeccd}.unlock-style.tl{top:0;left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.unlock-style.tr{top:0;right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.unlock-style.bl{bottom:0;left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-left-radius:6px}.unlock-style.br{bottom:0;right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-right-radius:6px}@media only screen and (max-width:720px){.unlock-div{display:block}.unlock-box{width:100%}}@media only screen and (max-width:650px){.cosmic-study-titlee span{font-size:24px;padding:12px 24px}.surya-cycle-title p{font-size:18px}.surya-cycle-title img{width:50px;height:50px}.lunar-cycle-title p{font-size:18px}.lunar-cycle-title img{width:50px;height:50px}}.house-hold-section{padding-top:140px}.house-hold-section-div h1{color:#670000;text-shadow:1px 1px 3px rgba(0,0,0,.3);font-weight:600}.house-hold-section-div p{color:#252525;max-width:70%;margin:0 auto;line-height:34px}.house-hold-section-div{text-align:center;margin-bottom:20px}.house-hold-section-div h4{color:#000;font-size:32px;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.house-hold-section-div h4 span{color:#670000}.lotus-div{width:100%;margin-bottom:15px}.all-lotus{flex-wrap:wrap;gap:10px;justify-content:center}.all-lotus,.all-lotus p{display:flex;align-items:center}.all-lotus p{background-color:#FFF3DC;border-radius:50px;gap:5px;padding:5px 18px;margin-bottom:0}.all-lotus p span:nth-child(2){display:block;font-size:12px;color:#CC9933}.all-lotus p img{width:30px;height:30px}.muhurat-output-title{text-align:center}.muhurat-output-title p{font-size:24px;font-weight:600}.pro-guidance{padding:20px;margin-top:40px}.pro-guidance-title{text-align:center;padding-bottom:20px}.pro-guidance-title h3{font-size:28px;font-weight:600;color:#000}.pro-style{position:absolute;width:12px;height:12px;background-color:#feeccd}.pro-style.tl{left:0;border-top:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.pro-style.tl,.pro-style.tr{top:0;transform:rotate(180deg)}.pro-style.tr{right:0;border-top:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.pro-style.bl{left:0;border-bottom:3px solid #cc9933;border-left:3px solid #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.pro-style.bl,.pro-style.br{bottom:0;transform:rotate(180deg)}.pro-style.br{right:0;border-bottom:3px solid #cc9933;border-right:3px solid #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.pro-guidance-div{width:100%}.pro-boxx,.pro-guidance-div{display:flex;justify-content:space-between}.pro-boxx{flex-direction:column;width:32%;background-color:#fff3dc;border-radius:22px;padding:35px 30px;margin-bottom:30px;position:relative;border:3px solid #cc9933}.pro-boxx h4{color:#670000;font-size:20px;padding-bottom:10px;font-weight:600}.pro-boxx p{text-align:justify;line-height:30px;margin-bottom:10px}.pro-read-more{width:100%;display:block;background-color:#670000;color:white;padding:18px;text-align:center;border-radius:10px;border:2px solid transparent;transition:.4s ease-in-out}.pro-read-more:hover{background-color:transparent;color:#670000;border:2px solid #670000}@media only screen and (max-width:768px){.pro-guidance-div{display:block}.pro-boxx{width:100%}}@media only screen and (max-width:795px){.details-property-div{display:block!important}.details-property-box{width:100%!important;margin-bottom:20px!important}}.details-property-section{width:100%;padding:20px;margin-top:40px}.details-property-title{padding-bottom:20px;text-align:center}.details-property-title h3{font-size:28px;font-weight:600;color:#000;padding-left:12px}.details-property-div{width:100%;display:flex;justify-content:space-evenly;flex-wrap:wrap;gap:60px;margin-bottom:10px}.details-property-box{background-color:#FFF3DC;padding:18px;border-radius:20px;border:1px solid #670000}.details-property-box h3{padding-left:12px;margin-bottom:20px;margin-top:20px;color:#670000;font-size:24px;font-weight:600}.details-property-box img{margin-right:12px}.details-property-inner{background-color:#FFEED0;border:1px solid #ffe2a9;padding:20px;border-radius:20px}.details-property-inner p{line-height:30px}.details-property-inner p span:first-child{color:#670000;display:inline-flex;padding-right:10px}.innner-read-more{width:100%;padding:20px;background-color:#670000;color:white;border-radius:10px;display:block;text-align:center;transition:.4s ease-in-out;border:2px solid transparent}.innner-read-more:hover{background-color:transparent;color:#670000;border:2px solid #000}.types-cere{width:100%;padding:20px}.types-cere-title{text-align:center;padding:20px}.types-cere-title h3{font-size:28px;color:#000;font-weight:600}.types-cere-div{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.types-cere-box{width:48%;border-radius:20px;overflow:hidden;background-color:#FFF3DC;border-bottom:4px solid #670000;margin-bottom:40px}.types-cere-box h3{background-color:#670000;color:white;font-size:18px;padding:20px;margin:0}.type-point{padding:18px}.type-point p{margin-bottom:10px;color:#4A4A4A;position:relative;padding-left:24px}.type-point p:before{position:absolute;content:"";width:10px;height:10px;background-color:#670000;border-radius:50%;top:8px;left:0}@media only screen and (max-width:680px){.types-cere-div{display:block}.types-cere-box{width:100%}}.vivah-section{padding-top:140px}.vivah-section-div h2{color:#670000;text-shadow:1px 1px 3px rgba(0,0,0,.3);font-weight:600;font-size:44px}.vivah-section-div p{color:#252525;max-width:70%;margin:0 auto;line-height:34px}.vivah-section-div{text-align:center;margin-bottom:20px}.vivah-section-div h1{color:#000000;font-size:2.4rem;margin-bottom:15px;font-weight:500;text-shadow:1px 1px 3px rgba(0,0,0,.3);margin-top:12px}.year-month-form{padding:20px;margin-top:20px}.year-month-form-div h3{color:#670000;font-size:24px;font-weight:600}.year-month-form-div p{font-size:18px}.line-color{width:130px;height:8px;background:linear-gradient(45deg,#CC9933,#670000);border-radius:20px}.name-location-div{width:100%;display:flex;justify-content:space-between;gap:20px;margin-top:20px;margin-bottom:20px}.input-group-lattest{width:50%}@media only screen and (max-width:545px){.name-location-div{display:block}.input-group-lattest{width:100%}}.view-muhurats-btn{display:flex;justify-content:center;align-items:center;padding-bottom:20px}.vieww-muh-btn{background-color:#670000;color:white;padding:20px 40px;border-radius:10px}.vieww-muh-btn:hover{background-color:transparent;color:#670000;border:2px solid #670000;transition:.4s ease-in-out}.muhurat-output-title{padding:20px 0}.muhurat-output-title p{font-size:16px}.output-tablee{width:100%}.vivah-yes-no-section{width:100%;padding:20px}.vivah-yes-no-div{width:100%;display:flex;justify-content:space-between;margin-top:50px}.vivahh-yes{width:100%}.vivahh-no,.vivahh-yes{border-radius:20px;overflow:hidden;border-bottom:8px solid #670000}.vivah-title{color:white;padding:20px;background-color:#670000}.vivah-title p{margin-bottom:0;display:flex;gap:10px;align-items:center}.vivahh-no{width:48%}.vivah-point{text-align:justify;background-color:#FFF3DC;padding:20px;height:100%}.vivah-point p{margin-bottom:20px;color:#4A4A4A;position:relative}.vivah-points-list{text-align:justify;background-color:#FFF3DC;padding:20px}.vivah-points-list p{margin-bottom:20px;color:#4A4A4A;position:relative;padding-left:24px}.vivah-points-list p:before{position:absolute;content:"";width:10px;height:10px;background-color:#670000;border-radius:50%;top:8px;left:0}.vivah-pointslist,.vivah-sanskrit-note{color:#670000;font-weight:700}.vivah-sanskrit-note{display:flex;justify-content:center;font-style:italic;font-size:18px;padding:10px}.engagement-yes{width:100%;border-radius:20px;overflow:hidden;border-bottom:8px solid #670000}.engagement-point{text-align:justify;background-color:#FFF3DC;padding:20px;height:100%}.engagement-point p{margin-bottom:20px;color:#4A4A4A;position:relative}.engagement-sub-content{margin-left:25px!important}.muhurat-type-of-sanskar-section{width:100%;padding:40px 20px}.muhurat-wrapper{width:100%;max-width:1170px;margin:0 auto}.muhurat-type-of-sanskar-div{width:100%}.muhurat-section-title{text-align:center;margin-bottom:30px;color:#000000;font-size:2.2rem;position:relative}.muhurat-section-title span{color:#670000;font-weight:600}.muhurat-accordion-item{border:1px solid #670000;margin:20px 0;border-radius:15px;overflow:hidden}.muhurat-accordion-header{padding:22px 20px;background-color:#FFF3DC;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative}.muhurat-accordion-title{font-size:1.3rem;font-weight:600;color:#670000;display:flex;align-items:center;gap:8px}.muhurat-accordion-title i{margin-right:15px;color:#b8860b;font-size:1.2rem}.muhurat-accordion-icon{font-size:1.3rem;color:#b8860b;transition:transform .3s ease}.muhurat-accordion-header.muhurat-active .muhurat-accordion-icon{transform:rotate(180deg)}.muhurat-accordion-content{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .5s ease,padding .3s ease;background-color:#fff3dc}.muhurat-borderr{text-align:justify;border:1px solid #ffe2a9;background-color:#FFEED0;border-radius:15px;padding:18px;box-shadow:0 4px 4px 0 rgba(204,153,51,.17)}.muhurat-borderr p{margin-bottom:0;font-size:18px;color:#838383}.muhurat-borderr p span{color:#670000;font-weight:600}.type-type{display:flex;flex-wrap:wrap}.type-type span{background-color:#fff3dc;border:1px solid #cc9933;border-radius:80px;padding:16px;font-size:14px;margin:5px}.muhurat-accordion-content.muhurat-active{padding:0 20px 20px;max-height:450px}.muhurat-content{max-height:400px!important;overflow:auto!important}.muhurat-accordion-content p{margin-bottom:15px;color:#555;font-size:1.05rem;line-height:30px}.muhurat-accordion-content p:last-child{margin-bottom:0}.muhurat-highlight{color:#670000;font-weight:600}@media (max-width:768px){.muhurat-section-title{font-size:1.8rem}.muhurat-accordion-title{font-size:1.15rem}.muhurat-accordion-header{padding:18px 15px}.muhurat-accordion-content.muhurat-active{padding:20px 15px}}.muhurat-con-section{width:100%;padding:18px 14px;margin-top:50px;margin-bottom:50px}.muhurat-con-div{width:100%;display:flex;flex-direction:column;align-items:center;padding:20px;border:1px solid #ffd071;border-radius:30px;box-shadow:0 0 27.4px 0 rgba(0,0,0,.07)}.muhurat-con-div-title p{display:flex;justify-content:center;align-items:center;color:#670000;font-weight:500;gap:10px;text-align:center;font-size:30px}.con-p-content{text-align:center;margin-bottom:0;font-size:20px;line-height:36px}.book-con-button{background-color:#670000;padding:18px;color:white;margin-top:20px;border-radius:40px}@media only screen and (max-width:768px){.vivah-yes-no-div{display:block}.vivahh-yes{width:100%;margin-bottom:40px}.vivahh-no{width:100%;margin-bottom:10px}.con-p-content{font-size:14px;line-height:20px}.muhurat-con-div-title p{font-size:22px}}@media only screen and (max-width:555px){.muhurat-con-div-title p img{display:none}.type-type span{font-size:12px;padding:8px 12px}}.four-card-box{border-radius:36px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;position:relative;z-index:1;border:6px double #cc9933;padding:20px}.corner-pan{position:absolute;width:18px;height:18px;background-color:#feeccd}.corner-pan.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.corner-pan.tl,.corner-pan.tr{top:0;transform:rotate(180deg)}.corner-pan.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.corner-pan.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.corner-pan.bl,.corner-pan.br{bottom:0;transform:rotate(180deg)}.corner-pan.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.user-profile-link{display:inline-block;text-decoration:none}.user-profile-image-container{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:#d2691e;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.user-profile-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-profile-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#d2691e;color:#fff;font-weight:700;font-size:18px}.profile-container{display:flex;gap:20px;width:100%;align-items:flex-start}.profile-form{max-width:100%;margin:0;padding:20px}.profile-image-upload{display:flex;justify-content:center;margin-bottom:30px}.profile-image-container{width:150px;height:150px;border-radius:50%;border:2px dashed #8b0000;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;background-color:#fff;transition:all .3s ease}.profile-image-container:hover{border-color:#d2691e;background-color:#fff8f0}.profile-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-image-placeholder{text-align:center;padding:20px;color:#8b0000;font-size:14px;line-height:1.5}.profile-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-bottom:30px}.profile-form-group{display:flex;flex-direction:column}.profile-form-group.full-width{grid-column:1/-1}.profile-form-group label{margin-bottom:8px;color:#333;font-size:14px;font-weight:500}.form-group .required,.input-group-lattest .required,.input-group-new .required,.profile-form-group .required,.required{color:#8b0000}.profile-form-group input{padding:12px 15px;border:1px solid #8b0000;border-radius:4px;background-color:#fef8e8;font-size:14px;color:#333;transition:all .3s ease}.profile-form-group input:focus{outline:none;border-color:#d2691e;background-color:#fff;box-shadow:0 0 0 2px rgba(139,0,0,.1)}.profile-form-group input::placeholder{color:#999}.profile-form-submit{display:flex;justify-content:center;margin-top:30px}.profile-submit-btn{padding:12px 40px;background-color:#8b0000;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.profile-submit-btn:hover:not(:disabled){background-color:#a00000;transform:translateY(-2px);box-shadow:0 4px 8px rgba(139,0,0,.2)}.profile-submit-btn:disabled{opacity:.6;cursor:not-allowed}.change-password-section,.my-orders-section{width:100%}.no-orders,.orders-loading{text-align:center;padding:40px;color:#666}@media only screen and (max-width:768px){.profile-container{flex-direction:column}.profile-sidebar{width:100%}.profile-form-grid{grid-template-columns:1fr}.profile-content{padding:20px}}.kundali-report-table-container{width:100%;overflow-x:auto;padding:0;border-radius:8px;position:relative}.kundali-report-table{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:8px;overflow:visible}.kundali-report-thead{background-color:#670000;color:#ffffff;border-radius:8px 8px 0 0;position:relative}.kundali-report-thead th{padding:14px 16px;text-align:left;font-weight:600;font-size:14px;letter-spacing:.5px;white-space:nowrap;position:relative}.kundali-report-thead th:first-child{border-top-left-radius:8px}.kundali-report-thead th:last-child{border-top-right-radius:8px}.kundali-report-table tbody tr{border-bottom:1px solid #e8d6bc}.kundali-report-row-odd{background-color:#fff1d8}.kundali-report-row-even{background-color:#ffffff}.kundali-report-table tbody td{padding:12px 16px;color:#333;font-size:14px}.payment-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;display:inline-block}.payment-status.success{background-color:#d4edda;color:#155724}.payment-status.pending{background-color:#fff3cd;color:#856404}.print-btn{display:inline-flex;align-items:center;background:transparent;border:none;color:#0066cc;cursor:pointer;font-size:14px;padding:4px 8px;white-space:nowrap;transition:opacity .2s}.print-btn:hover{opacity:.8}.print-icon{margin-right:5px;font-size:16px}.print-btn:disabled{opacity:.5;cursor:not-allowed}.payment-status.failed{background-color:#f8d7da;color:#721c24}@media (max-width:768px){.kundali-report-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.kundali-report-table tbody td,.kundali-report-thead th{padding:10px 12px;font-size:12px}.kundali-report-table{min-width:800px}.kundali-report-thead th:first-child{border-top-left-radius:8px}.kundali-report-thead th:last-child{border-top-right-radius:8px}}.logout-item-wrapper{margin-top:20px;padding-top:20px;border-top:1px solid #e8d6bc;text-align:center}.logout-btn{width:100%;padding:12px 20px;background-color:#fef8e8;border:2px solid #670000;border-radius:8px;color:#670000;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.logout-btn:hover{background-color:#fff8f0;border-color:#850000;color:#850000}.subscription-container{padding:20px}.subscription-status{text-align:center}.subscription-status-error{color:#8b0000}.subscription-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:25px;gap:25px;margin-top:20px}.subscription-card{background-color:#FFF8E9;border:2px solid #cc9933;border-radius:20px;padding:25px;display:flex;flex-direction:column;min-height:320px;box-shadow:0 2px 5px rgba(204,153,51,.2);transition:transform .2s ease,box-shadow .2s ease;position:relative}.subscription-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(204,153,51,.3)}.subscription-header{margin-bottom:15px}.subscription-title{color:#670000;font-size:22px;font-weight:600;margin-bottom:10px;line-height:1.3;display:flex;align-items:center;gap:10px}.subscription-title-text{line-height:1.3}.subscription-type{color:#666;font-size:14px;margin-bottom:5px;line-height:1.5}.subscription-type strong{color:#475569}.subscription-description{margin-bottom:15px;flex-grow:1}.subscription-description p{color:#333;font-size:14px;line-height:1.6;margin:0}.subscription-price-section{margin-bottom:15px;padding:12px;background-color:#fff;border-radius:8px;border:1px solid #e5e5e5}.subscription-mrp{color:#666;font-size:13px;text-decoration:line-through;margin:0}.subscription-offer-price{color:#670000;font-size:20px;font-weight:600;margin:0}.subscription-offer-price-paid{color:#28a745;font-weight:600;font-size:18px}.subscription-buttons{display:flex;gap:10px;width:100%}.subscription-btn{border:none;padding:14px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;flex:1 1;transition:all .3s ease}.subscription-btn-fullwidth{width:100%}.subscription-delivery-section{margin-bottom:30px}.subscription-delivery-header{background-color:#fff8e9;border-radius:8px;border:1px solid #670000;padding:15px 20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease;margin-bottom:0}.subscription-delivery-header:hover{background-color:#fff5e0}.subscription-delivery-header-content{display:flex;align-items:center;gap:12px;flex:1 1}.subscription-delivery-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#670000}.subscription-delivery-title{color:#670000;font-size:18px;font-weight:600;margin:0;line-height:1.3}.subscription-delivery-chevron{color:#670000;font-size:16px;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.subscription-delivery-chevron.expanded{transform:rotate(180deg)}.subscription-delivery-content{background-color:#fff8e9;border-radius:20px;border:2px solid #cc9933;padding:25px;box-shadow:0 2px 5px rgba(204,153,51,.2);opacity:1;transition:opacity .3s ease-in;animation:fadeIn .3s ease-in;margin-top:15px}.subscription-delivery-text{color:#333;margin-bottom:20px;line-height:1.6;font-size:14px}.subscription-delivery-block{margin-bottom:20px;padding:15px;background-color:#fff;border-radius:8px;border:1px solid #e5e5e5}.subscription-delivery-block-title{color:#670000;font-size:16px;font-weight:600;margin-bottom:10px}.subscription-delivery-list{color:#333;line-height:1.6;padding-left:20px;margin:0;font-size:14px}.subscription-delivery-list li{margin-bottom:8px}.subscription-delivery-note{color:#666;line-height:1.6;font-size:13px;font-style:italic;margin:0;padding:12px;background-color:#fff;border-radius:8px;border:1px solid #e5e5e5}.payment-success-backdrop{z-index:1040}.payment-success-modal-dialog{max-width:480px}.kundali-modal-header{background:linear-gradient(135deg,#670000,#a83232);color:#fff;border-top-left-radius:12px;border-top-right-radius:12px;padding:12px 16px}.kundali-modal-header .modal-title{font-size:1.1rem}.modal-close-btn{background:transparent;border:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;cursor:pointer}.payment-success-modal-body{padding:24px 20px 20px}.payment-success-icon-container{display:flex;justify-content:center;margin-bottom:16px}.payment-success-icon{width:60px;height:60px;border-radius:50%;background-color:#e6f7ea;color:#28a745;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.payment-success-title{text-align:center;font-size:18px;font-weight:600;margin-bottom:8px;color:#111827}.payment-success-message{text-align:center;font-size:14px;color:#4b5563;margin-bottom:16px}.payment-success-details-box{background-color:#f9fafb;border-radius:10px;padding:14px 12px;margin-bottom:12px}.payment-success-details-title{font-size:14px;font-weight:600;color:#111827;margin-bottom:8px}.payment-success-details-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151;margin-bottom:4px}.payment-success-details-icon{font-size:16px}.payment-success-details-text strong{font-weight:600}.payment-success-additional-info{font-size:13px;color:#6b7280;margin-bottom:16px}.payment-success-button-container{display:flex;justify-content:center;gap:12px}.payment-success-button{min-width:120px;padding:10px 24px;font-weight:500}.subscription-btn-download{background-color:#670000;color:#fff;box-shadow:0 2px 4px rgba(103,0,0,.3)}.subscription-btn-download:hover{background-color:#8B0000;box-shadow:0 4px 8px rgba(103,0,0,.4);transform:translateY(-2px)}.subscription-btn-sample{background-color:#CC9933;color:#fff;box-shadow:0 2px 4px rgba(204,153,51,.3)}.subscription-btn-sample:hover{background-color:#B8941F;box-shadow:0 4px 8px rgba(204,153,51,.4);transform:translateY(-2px)}@media (max-width:1024px){.subscription-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.subscription-container{padding:15px}}@media (max-width:768px){.subscription-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.subscription-container{padding:15px}.subscription-card{padding:20px;min-height:auto}.subscription-title{font-size:20px}.subscription-offer-price{font-size:18px}.subscription-btn{padding:12px 16px;font-size:15px}}@media (max-width:480px){.subscription-grid{grid-template-columns:1fr;gap:15px}.subscription-container{padding:10px}.subscription-card{padding:18px;border-radius:15px}.subscription-title{font-size:18px;margin-bottom:8px}.subscription-description p,.subscription-type{font-size:13px}.subscription-price-section{padding:10px}.subscription-mrp{font-size:12px}.subscription-offer-price{font-size:16px}.subscription-buttons{flex-direction:column;gap:8px}.subscription-btn{width:100%;padding:12px 16px;font-size:14px}}@media (max-width:360px){.subscription-container{padding:8px}.subscription-card{padding:15px}.subscription-title{font-size:16px}.subscription-btn{padding:10px 14px;font-size:13px}}.logout-btn:active{transform:scale(.98)}.profile-report-item svg{margin-left:15px}.profile-report-name{padding-left:5px!important;text-decoration:none!important}.num-section{width:100%;margin-top:60px;padding:60px 10px 0}.num-div{text-align:center}.num-div h2{font-size:45px;font-weight:700;color:#670000}.num-div-first-p{font-size:22px;line-height:34px;text-shadow:1px 1px 3px #0000004d}.num-div-first-p,.num-div-second-p{max-width:80%;margin:0 auto;padding:10px 0}.num-title-section{width:100%;padding:40px 0}.num-title-div{padding:38px 30px;background-color:#FFEAC4;border:1px solid #cc9933;border-radius:30px;text-align:center;max-width:80%;margin:0 auto}.num-title-div h4{font-size:26px;color:#670000;font-weight:600}.dob-titleee{font-size:16px;color:#0f172a}.dob-des{border-radius:26px;transition:all .3s ease;position:relative;z-index:1;margin:15px;border:5px double #cc9933;padding:15px;background-color:#FFEED0}.dob-des h5{font-size:20px;font-weight:600;color:#670000}.dob-des-box{position:absolute;width:14px;height:14px;background-color:#feeccd}.dob-des-box.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.dob-des-box.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.dob-des-box.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.dob-des-box.bl,.dob-des-box.br{bottom:0;transform:rotate(180deg)}.dob-des-box.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.num-five-box{width:100%;padding:40px 12px}.num-five-box-div{flex-wrap:wrap;gap:26px;width:100%;margin-top:40px;padding:12px;margin-bottom:45px}.num-card-box,.num-five-box-div{justify-content:center;display:flex}.num-card-box{border-radius:36px;padding:25px;position:relative;border:6px double #cc9933;width:30%;align-items:center;flex-direction:column;text-align:center}.fivv-boxx{position:absolute;width:18px;height:18px;background-color:#feeccd}.fivv-boxx.tl{left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;border-top-left-radius:6px}.fivv-boxx.tl,.fivv-boxx.tr{top:0;transform:rotate(180deg)}.fivv-boxx.tr{right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;border-top-right-radius:6px}.fivv-boxx.bl{left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;border-bottom-left-radius:6px}.fivv-boxx.bl,.fivv-boxx.br{bottom:0;transform:rotate(180deg)}.fivv-boxx.br{right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;border-bottom-right-radius:6px}.num-card-box h2{font-size:24px;margin-top:20px;font-weight:600;color:#670000}.num-card-box h6{font-size:18px;color:#111827;margin-top:15px}.num-card-box p{font-size:14px;color:#000;line-height:22px;text-align:center}.num-card-box a{background:linear-gradient(135deg,#670000,#9b1c1c);color:#fff;width:100%;padding:14px;text-align:center;border-radius:12px;font-weight:500;font-size:15px;transition:all .4s ease;border:2px solid transparent;position:relative;overflow:hidden}.num-card-box a:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:.6s}.num-card-box a:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(103,0,0,.45);border:2px solid transparent}.num-card-box a:hover:before{left:120%}.num-card-box-icon{width:60px;height:60px;border-radius:50%;background-color:#670000;display:flex;justify-content:center;align-items:center}.inner-page-div{background-color:#fff3dc;border-radius:36px;padding:25px 50px 25px 25px;position:relative;border:6px double #cc9933;width:45%}.how-num-works-section{width:100%;padding:60px 20px}.wrapper{max-width:1170px;width:100%;margin:0 auto}.how-num-works-div{width:100%;text-align:center}.how-num-title{font-size:36px;font-weight:700;margin-bottom:60px;color:#1d1d1d}.how-num-title span{color:#7a1d14}.steps-container{position:relative;display:flex;justify-content:space-between;align-items:flex-start;max-width:80%;margin:0 auto}.steps-line{position:absolute;top:45px;left:0;right:0;height:2px;background-color:#6D4900;z-index:1}.step-item{width:24%;text-align:center;position:relative;z-index:2}.step-circle{width:90px;height:90px;border-radius:50%;background-color:#c9952e;color:#ffffff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-item h3{font-size:22px;font-weight:700;margin-bottom:10px;color:#000}.step-item p{font-size:16px;line-height:1.6;color:#333}@media (max-width:992px){.how-num-title{font-size:30px;margin-bottom:40px}.steps-container{max-width:100%;gap:20px}.step-item{width:30%}.step-circle{width:80px;height:80px;font-size:24px}.step-item h3{font-size:20px}.step-item p{font-size:15px}.steps-line{top:40px}}@media (max-width:768px){.how-num-title{font-size:26px}.steps-container{flex-direction:column;align-items:center}.steps-line{display:none}.step-item{width:100%;max-width:320px;margin-bottom:40px}.step-circle{width:75px;height:75px;font-size:22px}.step-item h3{font-size:20px}.step-item p{font-size:14px}}@media (max-width:480px){.how-num-works-section{padding:40px 15px}.how-num-title{font-size:24px}.step-circle{width:70px;height:70px;font-size:20px}.step-item p{font-size:13px}}@media only screen and (max-width:992px){.num-card-box{width:45%}}@media only screen and (max-width:680px){.num-card-box{width:100%}}@media only screen and (max-width:768px){.num-title-div{max-width:100%}}.what-check-section{width:100%;padding:40px 20px}.what-check-div{width:100%;text-align:center}.what-check-div h3 span{color:#670000;font-weight:600}.num-both-radio{margin-top:40px;display:flex;justify-content:space-around;margin-left:25px;margin-right:25px}@media only screen and (max-width:768px){.num-both-radio{display:block}.num-both-radio a{width:100%;margin-bottom:20px}.num-both-radio{padding-top:20px;margin:0}}.left-num-radio{width:45%;display:inline-flex;align-items:center;justify-content:space-between;border:3px solid #ffffff;background-color:#FFF3DF;border-radius:20px;padding:20px;transition:all .3s ease;cursor:pointer}.left-num-radio.active{border:3px solid #cc9933}.left-num-radio h3{color:#393939;font-size:23px;font-weight:600}.left-num-radio p{font-size:16px;font-weight:500;color:gray;margin-bottom:0}.right-num-radio{width:45%;display:inline-flex;align-items:center;justify-content:space-between;border:3px solid #ffffff;background-color:#FFF3DF;border-radius:20px;padding:20px;transition:all .3s ease;cursor:pointer}.right-num-radio.active{border:3px solid #cc9933}.right-num-radio h3{color:#393939;font-size:23px;font-weight:600}.right-num-radio p{font-size:16px;font-weight:500;color:gray;margin-bottom:0}.num-note{display:flex;justify-content:center;margin-top:20px}.num-note span{margin-bottom:0;background-color:#FFE6B5;border:1px solid #cc9933;padding:15px;border-radius:15px;text-align:center;display:block;font-size:14px}.name-dob-com-form-section{width:100%;padding:40px 10px}.name-dob-com-form-div{background-color:#FDF0DA;border:5px double #c93;border-radius:26px;margin:15px;padding:35px;position:relative}.name-dob-com-form-div h4{font-size:22px;font-weight:700}.name-dob-com-box{position:absolute;width:14px;height:14px;background-color:#feeccd}.name-dob-com-box.tl{top:0;left:0;border-top:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-left-radius:6px}.name-dob-com-box.tr{top:0;right:0;border-top:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px 4px 0 0 #feeccd;transform:rotate(180deg);border-top-right-radius:6px}.name-dob-com-box.bl{bottom:0;left:0;border-bottom:6px double #cc9933;border-left:6px double #cc9933;box-shadow:4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-left-radius:6px}.name-dob-com-box.br{bottom:0;right:0;border-bottom:6px double #cc9933;border-right:6px double #cc9933;box-shadow:-4px -4px 0 0 #feeccd;transform:rotate(180deg);border-bottom-right-radius:6px}.category-names{margin:20px 0}.cate-btn{padding:8px 20px;margin-top:12px;margin-right:10px;border-radius:50px;border:2px solid #670000;color:#600000;background-color:white;outline:none;transition:.4s ease-in-out}.cate-btn.active,.cate-btn:hover{background-color:#670000;color:white}.input-group-new-dob{width:50%;padding:12px 18px;border:1px solid #cc9933;border-radius:8px;font-size:16px;color:#212121;background-color:transparent!important;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none;margin-bottom:10px}.input-group-new-dob::placeholder{color:#aaa;opacity:1}.input-group-new-dob:hover{border-color:#D4AF37;background-color:#fffcf7}.input-group-new-dob:focus{border-color:#EE7404;box-shadow:0 0 0 3px rgb(238 116 4/14%)}.input-group-new-dob:active{border-color:#ff8512}.inpu-notee{font-size:14px}.check-name-dob-box{width:100%;margin-top:28px}.check-name-dob-box h3{font-size:25px;font-weight:600;border-bottom:2px solid #6b6b6b;padding-bottom:15px}.check-name-dob-box h3 span{color:#670000}.check-note-one{margin-bottom:0;font-size:18px;color:#000;padding:5px 0}.check-note-two{margin-bottom:0;font-size:14px;color:#670000;padding:5px 0}.form-row-new{width:100%;display:flex;justify-content:space-between;margin-top:20px}@media only screen and (max-width:555px){.form-row-new{display:block}.input-group-new-dob{width:100%}.numerology-anaa-div{max-width:100%!important}}.numerology-anaa-section{width:100%;padding:60px 16px}.num-an-sect-title{font-size:30px;font-weight:600;margin-bottom:40px;text-align:center}.num-an-sect-title span{color:#670000}.numerology-anaa-div{display:flex;gap:40px;max-width:80%;margin:0 auto}.num-card{flex:1 1;background:#fff3d9;border-radius:24px;border:1px solid #f1b978;overflow:hidden}.num-card-header{background:#6b0000;color:#fff;padding:18px;font-size:20px;text-align:center}.num-card-row{display:flex;gap:24px;padding:30px}.mini-card{flex:1 1;background:#fff1d6;border:1px solid #f1b978;border-radius:18px;text-align:center;padding:20px 10px}.mini-card h6{background-color:#CC9933;font-size:15px;padding:8px 18px;margin-bottom:0;border-radius:100px;color:white;font-weight:400!important;display:inline-flex}.mini-card h5{color:#6b0000;font-size:15px;margin-bottom:12px;font-weight:600}.mini-card .num{display:block;font-size:40px;font-weight:600;margin-bottom:8px}.root-card{margin:0 30px 30px;background:#fff1d6;border:1px solid #f1b978;border-radius:18px;text-align:center;padding:25px}.root-card h4{font-weight:600;color:#670000}.num-big{font-size:48px;font-weight:600}@media(max-width:768px){.num-card-row,.numerology-anaa-div{flex-direction:column}.root-card{margin:0 20px 25px}}.num-numero-anaaa-section{width:100%;padding:40px 15px}.num-numero-anaaa-div{width:100%;display:flex;justify-content:center}.num-compatibility-card{background:#fff3dc;border:2px solid #f0c27b;border-radius:20px;padding:40px 30px;max-width:80%;width:100%;text-align:center}.num-card-title{font-size:28px;font-weight:600;text-align:center}.num-card-title,.num-percentage{color:#7b1c14;margin-bottom:20px}.num-percentage{font-size:64px;font-weight:700}.num-progress-bar{width:100%;height:16px;background:#f6e6c8;border-radius:10px;overflow:hidden;margin-bottom:30px}.num-progress-fill{height:100%;background:#d4a12f;border-radius:10px}.num-status{font-size:22px;font-weight:700;color:#000;margin-bottom:15px}.num-description{font-size:16px;color:#333;max-width:500px;margin:0 auto 30px;line-height:1.6}.num-btn-group{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.num-btn-group a{width:35%}@media (max-width:600px){.num-percentage{font-size:48px}.num-card-title{font-size:22px}.num-status{font-size:18px}}.send-num-resultss{background-color:#670000;color:white;padding:18px 14px}.save-num-resultss{border:2px solid #670000;color:#670000;border-radius:12px;padding:18px 14px;transition:.4s ease-in-out}.save-num-resultss:hover{background-color:#670000;color:white;border:2px solid transparent}.send-num-resultss{background:linear-gradient(135deg,#670000,#9b1c1c);color:#fff;padding:14px;text-align:center;border-radius:12px;font-weight:500;font-size:15px;transition:all .4s ease;border:2px solid transparent;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.send-num-resultss:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:.6s}.send-num-resultss:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(103,0,0,.45);border:2px solid transparent}.send-num-resultss:hover:before{left:120%}.would-like-div{width:100%;display:flex;justify-content:space-around;align-items:center;margin-bottom:50px}.num-card-title-new{text-align:center;font-weight:600;margin-bottom:30px;margin-top:50px}.num-card-title-new span{color:#670000}.choice-left p{margin-bottom:0;color:#670000;font-size:14px}.choice-left h5{margin-bottom:15px;color:#670000;font-weight:700}.choice-left{padding:24px 18px;border-radius:26px;width:45%;display:flex;justify-content:center;flex-direction:column;align-items:center;border:3px solid #670000;text-align:center;cursor:pointer;background:#fff}.choice-left:hover{background-color:#154193;background:radial-gradient(#a93939,#480000)}.choice-left:hover h5{color:#ffffff}.choice-left:hover p{color:#FFE627}.choice-right p{margin-bottom:0;color:#686868;font-size:14px}.choice-right h5{margin-bottom:15px;color:#000000}.choice-right{padding:24px 18px;border-radius:26px;width:45%;display:flex;justify-content:center;flex-direction:column;align-items:center;background-color:#FFF3DF;border:3px solid #ffffff;text-align:center;cursor:pointer;transition:.4s ease-in-out}.choice-right:hover{background-color:#154193;background:radial-gradient(#a93939,#480000)}.choice-right:hover h5{color:#ffffff}.choice-right:hover p{color:#FFE627}.num-result-section{width:100%;padding:60px 12px}.num-result-div{text-align:center;margin-bottom:20px}.num-result-div h2{font-size:34px;font-weight:600}.num-result-div h2 span{color:#670000}.date-birth-div{display:flex;justify-content:space-between;align-items:center;max-width:80%;margin:0 auto;border:2px solid #cc9933;background-color:#FFE6B5;border-radius:16px;overflow:hidden}.date-birth-div p{margin-bottom:0;padding:15px}.date-birth-div p span{color:#670000;font-weight:600;display:inline-block;padding-left:10px}.reset-dob-btnn{background-color:#CC9933;color:white;font-size:18px;padding:15px 16px}.reset-dob-modal-dialog{max-width:500px}.reset-dob-modal-content{background-color:#FFF3D9;border:none;border-radius:36px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.reset-dob-modal-body{padding:40px 35px;text-align:center}.reset-dob-warning-icon{margin-bottom:25px;display:flex;justify-content:center;align-items:center}.reset-dob-modal-title{color:#000000;font-size:20px;font-weight:600;margin-bottom:20px;line-height:1.5}.reset-dob-modal-description{color:#7D5D3F;font-size:16px;line-height:1.8;margin-bottom:30px}.reset-dob-modal-buttons{display:flex;flex-direction:column;gap:15px;width:100%}.reset-dob-confirm-btn{background-color:#670000;color:white;border:none;border-radius:8px;padding:15px 20px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .3s;width:100%}.reset-dob-confirm-btn:hover{background-color:#850000;color:white}.reset-dob-cancel-btn{color:#670000;border:2px solid #670000;border-radius:8px;padding:15px 20px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s;width:100%}.reset-dob-cancel-btn:hover{background-color:#F0D9B8;color:#670000;border-color:#670000}@media (max-width:768px){.reset-dob-modal-dialog{max-width:95%;margin:20px auto}.reset-dob-modal-body{padding:30px 20px}.reset-dob-modal-title{font-size:18px}.reset-dob-modal-description{font-size:14px}}.check-name-div{max-width:80%;background-color:#FFF7EA;border:2px solid #ffce6b;border-radius:18px;margin:40px auto;padding:25px 25px 25px 45px}.check-name-div h4{color:#000000;font-size:20px;margin-bottom:15px;font-weight:600}.name-check-box{justify-content:center}.house-check-box,.name-check-box{width:100%;margin-top:30px;display:flex;align-items:center}.house-check-box{justify-content:space-between}.form-group-house{width:49%}.form-group-house div{display:flex;gap:10px}.form-group-house span{color:#afafaf;font-size:11px}.form-group-house label{font-size:14px}.spe-house-div{margin-top:10px}.form-control-house{width:100%;padding:12px 18px;border:1px solid #cc9933;border-radius:8px;font-size:16px;color:#212121;background-color:#FFEED0;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none;margin-bottom:10px}.form-control-house::placeholder{color:#aaa;opacity:1}.form-control-house:hover{border-color:#D4AF37;background-color:#fffcf7}.form-control-house:focus{border-color:#6c2319;box-shadow:0 0 0 3px rgb(108 35 25/14%)}.form-control-house:active{border-color:#ff8512}@media screen and (max-width:934px){.house-check-box{display:block}.form-group-house{width:100%!important}}.house-chckkk-btn{width:100%;display:flex;justify-content:center}.name-check-btn-new{background-color:#670000;color:white;display:inline-flex;padding:14px 20px;border-radius:12px;margin-top:15px}.name-dob-input{width:90%;padding:12px 18px;border:1px solid #cc9933;border-radius:8px;font-size:16px;color:#212121;background-color:#FFEED0;transition:all .25s ease-in-out;box-shadow:0 0 0 0 rgba(0,123,255,0);outline:none}.name-dob-input::placeholder{color:#aaa;opacity:1}.name-dob-input:hover{border-color:#D4AF37;background-color:#fffcf7}.name-dob-input:focus{border-color:#EE7404;box-shadow:0 0 0 3px rgb(238 116 4/14%)}.name-dob-input:active{border-color:#ff8512}.name-check-btn{background-color:#670000;color:white;display:inline-flex;margin-left:15px;padding:14px 20px;border-radius:12px}.name-checked-number-div h5{margin-bottom:0;font-size:22px;font-weight:600}.name-checked-number-div h5 span{color:#670000;margin-bottom:0}.choose-packages-num-btn{color:white;background-color:#670000;padding:8px 22px;border-radius:12px}.name-checked-number-div{background-color:#FFEBC3;border:1px solid #cc9933;border-radius:18px;padding:18px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.name-checked-number-div-new{margin-bottom:15px}.name-checked-number-div-new h5{font-size:22px;font-weight:600;max-width:50%;margin:20px auto 0;background-color:#FFEBC3;border:1px solid #cc9933;border-radius:18px;padding:18px}@media only screen and (max-width:850px){.name-checked-number-div-new h5{max-width:100%}}.name-checked-number-div-new h5 span{color:#670000;margin-bottom:0}.num-out-table{background:#ffffff0f;border-radius:26px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:30px;margin-top:60px;border:5px double #cc9933;position:relative}.num-out-table table{width:100%;border-collapse:collapse}.num-out-table td,.num-out-table th{padding:15px;text-align:center;border-bottom:1px solid #eee;text-align:left}.num-out-table th{background-color:#670000;color:white;font-weight:400;text-align:left}.num-td-output-row{border-bottom:2px solid #e09a66}.num-td-output-row td:nth-child(6) span{color:white;padding:8px 14px;border-radius:20px;text-wrap:nowrap}.num-td-output-row td:nth-child(7){flex-direction:column;align-items:center}.num-td-output-row td:nth-child(7) div{width:110px;background-color:#C4C4C4;height:15px;border-radius:15px}.num-td-output-row td:nth-child(7) span{display:block;margin-top:6px}.send-short-btn-div{margin-top:40px;display:flex;justify-content:center}.send-shortlist-btnn{background-color:#670000;color:white;padding:18px 20px}.packages-modal-dialog{max-width:1100px}.packages-modal-content{background-color:#F5E6D3;border:none;border-radius:46px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.packages-modal-header{border-bottom:1px solid #d4a574;padding:25px 30px;background-color:transparent;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:16px;border-top-right-radius:16px}.packages-modal-header .modal-title{color:#670000;font-size:24px;font-weight:700;margin:0;flex:1 1}.packages-close-btn,.packages-modal-header .btn-close{opacity:1;background:none;border:none;color:#670000;font-size:32px;padding:0;margin:0;width:auto;height:auto;line-height:1;cursor:pointer;font-weight:300}.packages-close-btn span{display:block;line-height:1}.packages-modal-body{padding:30px;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.packages-warning-section{margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #d4a574}.packages-warning{display:flex;align-items:center;gap:12px;color:#670000;font-weight:600;margin-bottom:15px;font-size:16px}.packages-warning img{width:24px;height:24px}.packages-note{color:#5C3A1F;font-size:15px;line-height:1.8}.packages-note strong{color:#670000;font-weight:700}.packages-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:20px}.package-card{border-radius:16px;border-top-left-radius:20px;border-top-right-radius:20px;padding:0;display:flex;flex-direction:column;box-shadow:0 3px 10px rgba(139,69,19,.15);transition:transform .2s,box-shadow .2s;overflow:hidden}.package-card:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(139,69,19,.2)}.package-header{background:#FFE1A6;border-top-left-radius:12px;border-top-right-radius:12px;padding:20px;text-align:center}.package-card:nth-child(3) .package-header{background:#D1A836}.package-title{color:#CF1B06;font-size:22px;font-weight:700;margin:0 0 10px}.package-price{color:#8B4513;font-size:19px;font-weight:600;margin-bottom:8px}.package-subtitle{color:#8B4513;font-size:14px;font-weight:400}.package-features{padding:20px;flex-grow:1}.package-feature{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #e8d5b7}.package-feature:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.feature-label{color:#252525;font-weight:600;font-size:15px;margin-bottom:8px;position:relative;padding-left:20px}.feature-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:#670000;border-radius:50%}.feature-value{color:#8B4513;font-weight:700;font-size:16px;margin-bottom:6px}.feature-description{color:#5C3A1F;font-size:13px;line-height:1.6}.package-subscribe-btn-container{background:#fff2da}.package-subscribe-btn{width:calc(100% - 40px);max-width:100%;background-color:#670000;color:white;border:none;padding:16px 24px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s;margin:20px auto;text-align:center;display:block;text-transform:uppercase;letter-spacing:.5px}.package-subscribe-btn:hover{background-color:#8B0000;color:white}.package-subscribe-btn:active{transform:scale(.98)}@media (max-width:992px){.packages-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.packages-grid{grid-template-columns:1fr}.packages-modal-dialog{max-width:95%;margin:20px auto}.packages-modal-body{padding:20px}}.form-row-vehicle{width:100%;display:flex;justify-content:space-between;margin-top:20px}.form-group-vehicle{width:32%}.form-group-vehicle div{color:#7B5200;display:flex;gap:10px}.method-radio-section{margin-top:30px;margin-bottom:20px}.method-label{font-size:18px;margin-bottom:15px;color:#000}.method-label .method-text{color:#670000;font-weight:600}.method-radio-group{display:flex;gap:30px;flex-wrap:wrap}.method-radio-option{display:flex;align-items:center;position:relative;cursor:pointer}.method-radio-option input[type=radio]{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.method-radio-option label{display:flex;align-items:center;cursor:pointer;font-size:16px;color:#000;padding-left:32px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.method-radio-option label:before{border:2px solid #670000}.method-radio-option label:after,.method-radio-option label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background-color:transparent;transition:all .2s ease;box-sizing:border-box}.method-radio-option input[type=radio]:checked+label:before{border-color:#670000;border-width:2px}.method-radio-option input[type=radio]:checked+label:after{width:12px;height:12px;left:4px;background-color:#670000;border:none}.method-radio-option:hover label:before{border-color:#670000;box-shadow:0 0 0 3px rgba(103,0,0,.1)}.residence-type-section{margin-top:30px;margin-bottom:20px;display:flex;align-items:center;gap:15px}@media only screen and (max-width:666px){.residence-type-section{display:block}}.residence-type-label{font-size:18px;color:#000;margin-bottom:0}.residence-type-label .residence-type-text{color:#670000;font-weight:600;margin-bottom:0}.residence-type-radio-group{display:flex;gap:15px;flex-wrap:wrap}.residence-type-radio-option{display:flex;align-items:center;position:relative;cursor:pointer}.residence-type-radio-option input[type=radio]{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.residence-type-radio-option label{display:flex;align-items:center;cursor:pointer;font-size:16px;color:#000;padding-left:32px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.residence-type-radio-option label:before{border:2px solid #670000}.residence-type-radio-option label:after,.residence-type-radio-option label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background-color:transparent;transition:all .2s ease;box-sizing:border-box}.residence-type-radio-option input[type=radio]:checked+label:before{border-color:#670000;border-width:2px}.residence-type-radio-option input[type=radio]:checked+label:after{width:12px;height:12px;left:4px;background-color:#670000;border:none}.residence-type-radio-option:hover label:before{border-color:#670000;box-shadow:0 0 0 3px rgba(103,0,0,.1)}.guidance-tooltip-wrapper{position:relative;width:100%;display:flex;flex-direction:column;align-items:flex-end}.guidance-icon{color:#7B5200;display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:8px;font-size:14px;cursor:pointer;transition:opacity .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.guidance-icon:hover{opacity:.8}.guidance-icon img{width:20px;height:20px}.vehicle-guidance-tooltip{position:absolute;flex-direction:column;top:100%;right:0;margin-top:10px;background-color:#FFF6E6;border:1px solid #e8d6bc;border-radius:8px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:400px;max-width:500px;z-index:1000;animation:fadeInTooltip .2s ease}@keyframes fadeInTooltip{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.vehicle-guidance-tooltip-arrow{position:absolute;top:-8px;right:30px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #e8d6bc}.vehicle-guidance-tooltip-arrow:after{content:"";position:absolute;top:1px;left:-7px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fffdf5}.vehicle-guidance-header{display:flex;align-items:center;gap:8px;margin-bottom:15px}.guidance-icon-small{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:#670000;color:#fff;font-size:14px;font-weight:600;font-style:italic}.guidance-title{font-size:16px!important;font-weight:600!important;color:#000!important}.vehicle-guidance-heading{font-size:18px;font-weight:600;color:#000;margin-bottom:15px;font-family:serif}.vehicle-guidance-list{list-style:none;padding:0;margin:0 0 15px}.vehicle-guidance-list li{position:relative;padding-left:20px;margin-bottom:10px;color:#4A4A4A;line-height:1.6;font-size:15px}.vehicle-guidance-list li:before{content:"•";position:absolute;left:0;color:#670000;font-weight:700;font-size:18px}.vehicle-guidance-note{background-color:#FFE9BE;padding:15px;border-radius:6px;color:#4A4A4A;font-size:14px;line-height:1.4;border:1px solid #ffd98d}@media only screen and (max-width:768px){.vehicle-guidance-tooltip{min-width:300px;max-width:calc(100vw - 40px);right:auto;left:0}.vehicle-guidance-tooltip-arrow{right:auto;left:30px}.guidance-tooltip-wrapper{align-items:flex-start}}.house-guidance-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:8px}.house-guidance-text{margin:0;font-size:13px;color:#393939;flex:1 1}.house-guidance-icon-wrapper{flex-shrink:0}@media only screen and (max-width:768px){.house-guidance-wrapper{flex-direction:column;align-items:flex-start;justify-content:flex-start}.house-guidance-text{width:100%;margin-bottom:8px}}.dob-vehicle-numerology-section{background-color:#FFEED0;border:1px solid #cc9933;border-radius:30px;padding:25px;margin-top:30px;margin-bottom:20px}.dob-vehicle-title{color:#670000;font-size:22px;font-weight:600;margin-bottom:8px}.dob-vehicle-subtitle{color:#000;font-size:14px;font-weight:400;margin-bottom:8px;opacity:.8}.dob-vehicle-features{list-style:none;padding:0;margin:0}.dob-vehicle-features li{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px;color:#000;font-size:15px;line-height:1.6}.dob-vehicle-features li:last-child{margin-bottom:0}.dob-vehicle-features .check-icon{color:#670000;font-size:16px;margin-top:3px;flex-shrink:0;width:20px;height:20px}.dob-vehicle-features .feature-content{flex:1 1}.dob-vehicle-features .feature-content strong{color:#6c0303;font-weight:600}.num-main-btnnnn{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.check-analyze{margin-top:20px;background:linear-gradient(135deg,#670000,#9b1c1c);color:#fff;padding:14px 30px;text-align:center;border-radius:12px;font-size:15px;transition:all .4s ease;border:2px solid transparent;position:relative;overflow:hidden}.check-analyze:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:.6s}.check-analyze:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(103,0,0,.45);border:2px solid transparent}.check-analyze a:hover:before{left:120%}.vehicle-des-section{padding:40px 0}.vehicle-des-div{background-color:#FFF3DC;border:1px solid #cc9933;border-radius:38px;padding:30px;margin:40px auto}.vehicle-des-sub-div{background-color:#FFEED0;padding:15px;border-radius:20px}.vehicle-des-sub-div-new{background-color:#FFEED0;padding:20px;border-radius:20px;height:200px;overflow:auto}.house-benefit-item{margin-bottom:25px}.house-benefit-item:last-child{margin-bottom:0}.house-benefit-title{color:#670000;font-size:18px;font-weight:600;margin-bottom:8px;font-family:serif}.house-benefit-description{color:#555;font-size:15px;line-height:1.6;margin:0;font-family:serif}.vehicle-remedies-title{color:#670000;font-size:24px;font-weight:600;margin-bottom:12px;font-family:serif}.vehicle-remedies-intro{color:#000;font-size:15px;margin-bottom:25px;line-height:1.6;font-family:serif}.vehicle-remedies-tags{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px}.remedy-tag{background-color:#FFF3DC;border:1px solid #cc9933;border-radius:20px;padding:8px 16px;font-size:14px;color:#000;font-family:serif;white-space:nowrap}.vehicle-remedies-list{list-style:none;padding:0;margin:0}.vehicle-remedies-list li{position:relative;padding-left:20px;margin-bottom:12px;color:#000;font-size:15px;line-height:1.6;font-family:serif}.vehicle-remedies-list li:before{content:"•";position:absolute;left:0;color:#000;font-size:18px;font-weight:700}.vehicle-remedies-list li:last-child{margin-bottom:0}@media only screen and (max-width:768px){.vehicle-remedies-tags{flex-direction:column}.remedy-tag{width:100%;text-align:center}.vehicle-des-div{padding:20px}}.form-group-vehicle span{color:#afafaf;font-size:11px}.communication-impact-section{width:100%;padding:60px 16px;background-color:#FFEED0}.communication-impact-title{font-size:30px;font-weight:600;margin-bottom:40px;text-align:center;color:#670000}.communication-impact-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:25px;gap:25px;max-width:900px;margin:0 auto}.communication-impact-card{background:#FFEED0;border:1px solid #cc9933;border-radius:20px;padding:25px;text-align:center;transition:transform .3s ease;box-shadow:0 4px 4px 0 rgba(204,153,51,.36)}.communication-impact-card:hover{transform:translateY(-5px);box-shadow:0 4px 4px 0 rgba(204,153,51,.36)}.communication-card-title{font-size:20px;font-weight:600;color:#000;margin-bottom:15px}.communication-rating{font-size:48px;font-weight:700;color:#670000;margin-bottom:12px}.communication-description{font-size:15px;color:#555;line-height:1.6;margin:0}@media (max-width:768px){.communication-impact-grid{grid-template-columns:1fr;gap:20px}.communication-impact-title{font-size:24px}.communication-rating{font-size:36px}}@media only screen and (max-width:826px){.form-row-vehicle{display:block}.form-group-vehicle{width:100%}.method-radio-group{gap:10px}.dob-vehicle-numerology-section{border-radius:18px}}@media screen and (max-width:515px){.check-analyze{width:100%}.num-compatibility-card{max-width:100%}.save-num-resultss,.send-num-resultss{width:100%!important}}@media only screen and (max-width:645px){.would-like-div{display:block}.choice-left,.choice-right{width:100%;margin-bottom:10px}}.whatsapp-direct-msg-print{background-color:#ffedcc;border:1px dashed #d4a12f;color:#000;font-size:13px;margin-top:20px;padding:12px 32px;border-radius:50px;display:inline-block;justify-content:center}.whatsapp-direct-msg-print span{color:#670000;font-weight:600}.pitra-dosha-sub-content{margin-left:25px!important}.pitra-dosha-sub-content-deep{margin-left:40px!important}.pitra-dosha-list-indent{margin-left:25px!important}.pitra-dosha-list-indent-deep{margin-left:40px!important}.pitra-dosha-why-matters-block{background-color:#ffeed0!important;border-radius:8px!important;padding:1rem 1.25rem!important;margin:1rem 0 1rem 25px!important}.pitra-dosha-why-matters-block .pitra-dosha-why-title{color:#670000!important;font-weight:700!important;margin-bottom:.5rem!important;font-size:14px!important}.pitra-dosha-why-matters-block .pitra-dosha-why-desc{color:#000!important;font-size:14px!important;line-height:1.7!important;margin:0!important}.past-names-section{width:100%;padding:40px 10px;background-color:#feeccd}.package-details-banner{background:#fff3dc;padding:15px 25px;margin-bottom:30px;border-radius:12px;border:2px solid #cc9933;text-align:right;box-shadow:0 2px 6px rgba(0,0,0,.08)}.package-info{display:flex;justify-content:flex-end;align-items:center;gap:15px;flex-wrap:wrap;font-size:15px;color:#670000;font-weight:500}.package-info .separator{color:#cc9933;margin:0 8px;font-weight:600}.package-info strong{color:#670000;font-weight:700}.category-filter-section{margin-bottom:30px;padding:20px;background-color:#FDF0DA;border:5px double #cc9933;border-radius:26px;position:relative}.category-filter-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.category-filter-section h3{font-size:22px;font-weight:700;color:#670000;margin:0}.total-email-label{font-size:16px;font-weight:600;color:#670000}.total-stats{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.total-names-label{font-size:16px;font-weight:600;color:#670000}.category-filter-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.category-filter-buttons{display:flex;flex-wrap:wrap;gap:10px}.total-email-value{font-size:24px;font-weight:700;color:#cc9933;line-height:1.2}.category-filter-btn{padding:8px 20px;margin-top:12px;margin-right:10px;border-radius:50px;border:2px solid #670000;color:#600000;background-color:white;outline:none;transition:.4s ease-in-out;cursor:pointer;font-size:14px;font-weight:500}.category-filter-btn.active,.category-filter-btn:hover{background-color:#670000;color:white}.past-names-list{margin-bottom:40px}.past-names-table-wrapper{width:100%;margin-bottom:30px}.past-names-table-container{max-height:500px;overflow-y:auto;overflow-x:auto;border:2px solid #cc9933;border-radius:12px;background-color:#fff;position:relative}.past-names-table-container::-webkit-scrollbar{width:10px;height:10px}.past-names-table-container::-webkit-scrollbar-track{background:#f9efe3;border-radius:10px}.past-names-table-container::-webkit-scrollbar-thumb{background-color:#a0522d;border-radius:10px}.past-names-table-container::-webkit-scrollbar-thumb:hover{background-color:#670000}.past-names-table-container{scrollbar-width:thin;scrollbar-color:#a0522d #f9efe3}.past-names-table{width:100%;border-collapse:collapse;background-color:#fff}.past-names-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:#670000;color:#ffffff}.past-names-table th{padding:12px 15px;text-align:center;font-weight:600;font-size:14px;letter-spacing:.5px;border-bottom:2px solid #cc9933;white-space:nowrap}.past-names-table tbody tr{border-bottom:1px solid #e09a66;background-color:#fff;transition:background-color .2s ease}.past-names-table tbody tr:nth-child(2n){background-color:#fff1d8}.past-names-table tbody tr:hover{background-color:#fdf0da}.past-names-table td{padding:12px 15px;text-align:center;font-size:14px;color:#333;vertical-align:middle}.past-names-table-row td:last-child{text-align:left}.header-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#670000}.loading-message,.no-data-message{text-align:center;padding:40px 20px;color:#670000;font-size:16px;background-color:#FDF0DA;border:2px solid #cc9933;border-radius:12px;margin:20px 0}.past-names-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-bottom:30px}.past-name-card{background:#fdf0da!important;border-radius:12px;padding:20px;border:2px solid #cc9933;box-shadow:0 2px 8px rgba(204,153,51,.15);transition:transform .2s ease,box-shadow .2s ease;background-color:#fff}.past-name-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(204,153,51,.25);border-color:#b8860b}.past-name-card-content{display:flex;flex-direction:column;gap:12px}.past-name-field{display:flex;align-items:flex-start;gap:8px;padding-bottom:8px;border-bottom:1px solid #efdcb6}.past-name-field:last-child{border-bottom:none;padding-bottom:0}.field-label{color:#670000;font-size:14px;font-weight:600;min-width:80px;flex-shrink:0}.field-value{color:#333;font-size:14px;flex:1 1}.field-value.blue{color:#0066cc;font-weight:600}.field-value.bold{font-weight:700;color:#670000}.field-value.verdict{font-weight:600}.field-value.verdict.verdict-excellent,.field-value.verdict.verdict-good{color:#28a745}.field-value.verdict.verdict-limited,.field-value.verdict.verdict-moderate{color:#ff9800}.field-value.verdict.verdict-weak{color:#f44336}.field-value.verdict.verdict-very-weak{color:#d32f2f}.back-button-section{text-align:center;margin-top:40px;padding-bottom:40px}.action-buttons-group{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.send-shortlist-btnn{display:inline-flex;align-items:center;padding:14px 30px;background:linear-gradient(135deg,#cc9933,#d4af37);color:#fff;border:2px solid transparent;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .4s ease;text-decoration:none;position:relative;overflow:hidden}.send-shortlist-btnn:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:.6s}.send-shortlist-btnn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(204,153,51,.45)}.send-shortlist-btnn:hover:before{left:120%}.send-shortlist-btnn .me-2{margin-right:8px}.back-button{padding:14px 30px;background:linear-gradient(135deg,#670000,#9b1c1c);color:#fff;border:2px solid transparent;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden}.back-button:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:.6s}.back-button:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px rgba(103,0,0,.45)}.back-button:hover:before{left:120%}.check-analyze.view-past-names{background:linear-gradient(135deg,#cc9933,#d4af37);margin-top:20px;position:relative;overflow:hidden}.check-analyze.view-past-names:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transition:.6s}.check-analyze.view-past-names:hover{background:linear-gradient(135deg,#b8860b,#cc9933);box-shadow:0 12px 28px rgba(204,153,51,.45)}.check-analyze.view-past-names:hover:before{left:120%}@media only screen and (max-width:768px){.past-names-grid{grid-template-columns:1fr}.package-info{justify-content:center;text-align:center}.num-main-btnnnn{flex-direction:column}.check-analyze,.check-analyze.view-past-names{width:100%}.category-filter-section{padding:15px}}.new-num-com-title{display:inline-flex;align-items:center;gap:5px}.residence-type-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.field-description{font-size:12px;color:#666;margin-top:5px;font-style:italic;line-height:1.4}.muhurat-scripture-quote{background-color:#fff;border-left:4px solid #a34a3a;padding:1rem 1.25rem;margin:1.5rem 0;border-radius:4px;transition:background-color .3s ease,border-color .3s ease;font-weight:700}.muhurat-quote-intro{color:#333;margin-bottom:.75rem!important;font-size:14px!important}.muhurat-sanskrit-text{background-color:#ffeed0;padding:1rem;border-radius:4px;margin:.75rem 0;text-align:center;transition:background-color .3s ease}.muhurat-sanskrit-text p{font-family:Noto Sans Devanagari,Arial Unicode MS,sans-serif;font-size:15px!important;line-height:1.9!important;color:#670000;margin:0!important;white-space:pre-line;font-style:italic}.muhurat-quote-translation{margin-top:.75rem!important;font-size:13px!important;color:#555!important;font-style:italic;padding-left:.5rem;border-left:2px solid #d0d0d0}.bhumipujan-pointslist{color:#670000;font-weight:700}.bhumipujan-sub-content{margin-left:25px!important}.bhumipujan-points-list{text-align:justify;background-color:#FFF3DC;padding:20px}.bhumipujan-points-list p{margin-bottom:20px;color:#4A4A4A;position:relative}.bhumipujan-basic-table{width:100%;border:2px solid #8b5e3c;border-radius:10px;overflow:hidden;background:#fff3dc;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-top:20px}.bhumipujan-basic-table-title{background:linear-gradient(90deg,#670000,#850000);color:white;padding:14px 16px;font-size:1.2rem}.bhumipujan-basic-table-title p{margin:0;color:white!important;font-size:17px;font-weight:500;display:flex;align-items:center}.bhumipujan-bssic-table-details>.bhumipujan-bas-item:last-child{border-bottom:none}.bhumipujan-bas-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.bhumipujan-bas-item:hover{background-color:#f6eee7}.bhumipujan-bas-item span{padding:12px 15px;box-sizing:border-box}.bhumipujan-bas-item-first{width:10%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc;text-wrap:nowrap}.bhumipujan-bas-item-second{width:45%;color:#7D5D3F;border-right:1px solid #e8d6bc}.bhumipujan-bas-item-third{width:45%;color:#7D5D3F}.bhumipujan-bas-item-header{background-color:#6700000f}.bhumipujan-bas-item-second-header .bhumipujan-bas-item-third-header{font-weight:600;color:#870000}.bhumipujan-guidelines-table{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;margin-top:0!important}.bhumipujan-guidelines-table .bhumipujan-bssic-table-details{background:#FFFDF5;border:1px solid #e8d6bc;border-radius:4px;overflow:hidden}.bhumipujan-guidelines-table .bhumipujan-bas-item{background-color:#FFFDF5;border-bottom:1px solid #e8d6bc}.bhumipujan-guidelines-table .bhumipujan-bas-item:last-child{border-bottom:none}.bhumipujan-guidelines-table .bhumipujan-bas-item:hover{background-color:#FFFDF5}.bhumipujan-guidelines-table .bhumipujan-bas-item-header{background-color:#F6EEE7!important}.bhumipujan-guidelines-table .bhumipujan-bas-item-first,.bhumipujan-guidelines-table .bhumipujan-bas-item-header .bhumipujan-bas-item-first,.bhumipujan-guidelines-table .bhumipujan-bas-item-header .bhumipujan-bas-item-second-header .bhumipujan-bas-item-third-header{background-color:#F6EEE7!important;color:#870000;font-weight:600}.bhumipujan-guidelines-table .bhumipujan-bas-item-second .bhumipujan-bas-item-third{color:#4A4A4A;background-color:#FFFDF5!important}.babyname-muhurat-scripture-quote{background-color:#f7daa9;border-left:4px solid #a34a3a;padding:1rem 1.25rem;margin:1.5rem 0;border-radius:4px;transition:background-color .3s ease,border-color .3s ease;font-weight:700}.babyname-muhurat-quote-intro{color:#333;margin-bottom:.75rem!important;font-size:14px!important}.babyname-muhurat-sanskrit-text{background-color:#ffeed0;padding:1rem;border-radius:4px;margin:.75rem 0;text-align:center;transition:background-color .3s ease}.babyname-muhurat-sanskrit-text p{font-family:Noto Sans Devanagari,Arial Unicode MS,sans-serif;font-size:15px!important;line-height:1.9!important;color:#670000;margin:0!important;white-space:pre-line;font-style:italic}.babyname-muhurat-quote-translation{margin-top:.75rem!important;font-size:13px!important;color:#555!important;font-style:italic;padding-left:.5rem;border-left:2px solid #d0d0d0}.babyname-points-list{text-align:justify;padding:10px}.babyname-points-list p{margin-bottom:5px;color:#4A4A4A;position:relative;padding-left:24px}.babyname-points-list p:before{position:absolute;content:"";width:10px;height:10px;background-color:#670000;border-radius:50%;top:8px;left:0}.babyname-sub-content{margin-left:25px!important}.babyname-emphasized-text{color:#670000!important;font-weight:600!important;font-size:15px!important;line-height:1.7!important;margin:.3rem 0!important;position:relative;padding-left:1.5rem;font-style:italic}.babyname-emphasized-text:before{content:"—";position:absolute;left:0;color:#a34a3a;font-weight:700;font-size:18px;line-height:1.4}.babynamePoints-list{text-align:justify;margin-left:50px}.babynamePoints-list p{margin-bottom:5px;color:#4A4A4A;position:relative;padding-left:24px}.babynamePoints-list p:before{position:absolute;content:"";width:10px;height:10px;background-color:#670000;border-radius:50%;top:8px;left:0}.babyname-pointslist{color:#670000;font-weight:700}.babyname-basic-table{width:100%;border:2px solid #8b5e3c;border-radius:10px;overflow:hidden;background:#fff3dc;box-shadow:0 4px 8px rgba(139,94,60,.1);margin-top:20px}.babyname-basic-table-title{background:linear-gradient(90deg,#670000,#850000);color:white;padding:14px 16px;font-size:1.2rem}.babyname-basic-table-title p{margin:0;color:white!important;font-size:17px;font-weight:500;display:flex;align-items:center}.babyname-bssic-table-details>.babyname-bas-item:last-child{border-bottom:none}.babyname-bas-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.babyname-bas-item:hover{background-color:#f6eee7}.babyname-bas-item span{padding:12px 15px;box-sizing:border-box}.babyname-bas-item-first{width:12%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc;text-wrap:nowrap}.babyname-bas-item-second{width:15%;color:#7D5D3F;border-right:1px solid #e8d6bc}.babyname-bas-item-fourth,.babyname-bas-item-third{width:25%;color:#7D5D3F;border-right:1px solid #e8d6bc}.babyname-bas-item-fifth{width:23%;color:#7D5D3F}.babyname-bas-item-header{background-color:#6700000f}.babyname-bas-item-second-header .babyname-bas-item-third-header .babyname-bas-item-fourth-header .babyname-bas-item-fifth-header{font-weight:600;color:#870000;background-color:#6700000f}.babyname-guidelines-table{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;margin-top:0!important}.babyname-guidelines-table .babyname-bssic-table-details{background:#FFFDF5;border:1px solid #e8d6bc;border-radius:4px;overflow:hidden}.babyname-guidelines-table .babyname-bas-item{background-color:#FFFDF5;border-bottom:1px solid #e8d6bc}.babyname-guidelines-table .babyname-bas-item:last-child{border-bottom:none}.babyname-guidelines-table .babyname-bas-item:hover{background-color:#FFFDF5}.babyname-guidelines-table .babyname-bas-item-header{background-color:#F6EEE7!important}.babyname-guidelines-table .babyname-bas-item-first,.babyname-guidelines-table .babyname-bas-item-header .babyname-bas-item-first,.babyname-guidelines-table .babyname-bas-item-header .babyname-bas-item-second-header .babyname-bas-item-third-header .babyname-bas-item-fourth-header .babyname-bas-item-fifth-header{background-color:#F6EEE7!important;color:#870000;font-weight:600}.babyname-guidelines-table .babyname-bas-item-second .babyname-bas-item-third .babyname-bas-item-fourth .babyname-bas-item-fifth{color:#4A4A4A;background-color:#FFFDF5!important}.interchangeable-names{height:300px;overflow:auto}.kundali-sub-content{margin-left:25px!important}.kundalisub-content{margin-left:50px!important}.chart-info-button-container{margin-top:15px;text-align:center}.chart-info-button{background-color:#670000;color:white;border:none;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px;display:inline-block}.chart-info-button:hover{background-color:#b3862e;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.chart-info-button:active{transform:translateY(0)}.chart-with-button{align-items:center}.c-box-same,.chart-with-button{display:flex;flex-direction:column}.c-box-same{height:100%}.modal-subtitle{font-size:18px;color:#CC9933;font-weight:600;margin-bottom:20px;font-style:italic}.chart-info-link{cursor:pointer;text-decoration:underline;color:#670000}.chart-info-link:hover{text-decoration:none;opacity:.8}.student-bas-item{display:flex;border-bottom:1px solid #e8d6bc;transition:background-color .2s}.student-bas-item:hover{background-color:#f6eee7}.student-bas-item span{padding:12px 15px;box-sizing:border-box}.student-bas-item-first{width:32%;font-weight:600;color:#870000;background-color:#6700000f;border-right:1px solid #e8d6bc}.student-bas-item-second{width:68%;color:#7D5D3F}.student-bas-item-header{background-color:#6700000f}.student-bas-item-second-header{font-weight:600;color:#870000;background-color:#6700000f}.confirm-modal-modify{background:linear-gradient(135deg,#957417,#6c4d16);color:#fff;border:none;transition:all .4s ease;position:relative;overflow:hidden}.confirm-modal-modify:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.3),transparent);transition:.6s}.confirm-modal-modify:hover{background:linear-gradient(135deg,#957417,#6c4d16);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 20px rgba(108,117,125,.35);color:#fff}.confirm-modal-modify:hover:before{left:120%}