@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap";.navbar-logo h4{font-size:1.7rem;font-family:Quicksand,sans-serif;color:var(--text-light)}.navbar-logo h4 span{font-family:Outfit,sans-serif;letter-spacing:.125rem}.navbar-links{display:flex;gap:2rem;list-style:none}.navbar-links a{color:var(--text-light);font-weight:500;text-decoration:none}.navbar-links a.active{color:var(--accent);font-weight:600}.navbar-icons{display:flex;align-items:center;gap:1.875rem;font-size:1.2rem;color:var(--text-light)}.navbar-icons .icon{cursor:pointer}.navbar-cart-icon{position:relative;cursor:pointer}.navbar-cart-icon .dot{position:absolute;min-width:10px;min-height:10px;background-color:var(--btn-hover);border-radius:5px;top:-5px;right:-5px}.navbar-signin-btn{background:none;border:1px solid var(--accent);color:var(--accent);padding:.5rem 1.2rem;border-radius:50px;font-weight:500;font-size:.9rem;cursor:pointer;transition:var(--transition)}.navbar-signin-btn:hover{background-color:var(--accent);color:var(--primary-bg);transform:none;box-shadow:none}.navbar-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid var(--accent)}@media (max-width: 56.25rem){.navbar-links{gap:1.5rem}}@media (max-width: 46.875rem){.navbar-links{flex-direction:column;gap:1.25rem;text-align:center}}.navbar{position:sticky;top:2rem;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2.5rem;margin-top:2rem;background:#06071bcc;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.menu-container{display:flex;align-items:center;gap:3.125rem}.hamburger{display:none;font-size:1.8rem;color:var(--text-light);cursor:pointer;z-index:1100}@media (max-width: 46.875rem){.hamburger{display:block}.menu-container{display:none;margin-top:-1.3rem;border-radius:150px}.menu-container.open{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:absolute;top:calc(100% + 1rem);left:0;right:0;padding:2rem 1.5rem;background:#06071bf2;border-radius:0 0 1rem 1rem;box-shadow:0 .375rem 1rem #00000080;animation:slideDown .3s ease forwards;z-index:999}@keyframes slideDown{0%{opacity:0;transform:translateY(-.625rem)}to{opacity:1;transform:translateY(0)}}}.hero-animation{position:absolute;top:24.375rem;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:5;opacity:.15}.rotating-wheel{width:min(95vw,46.875rem);height:min(95vw,46.875rem);animation:spin 60s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 65.625rem){.hero-animation{top:24.375rem}}@media (max-width: 56.25rem){.hero-animation{top:24.0625rem}}@media (max-width: 46.875rem){.hero-animation{top:21.875rem}}.hero-logo{position:relative;z-index:30;margin:0 auto 1rem;pointer-events:none}.hero-logo img{width:7.5rem;height:auto}@media (max-width: 46.875rem){.hero-logo img{width:6.25rem;margin-top:-1.5rem}}.hero-text{position:relative;z-index:20;max-width:53.125rem}.hero-text h1{font-family:Playfair Display,serif;font-size:3.5rem;color:var(--text-light);margin-bottom:1rem}.hero-text p{font-size:1.1rem;color:var(--text-muted);line-height:1.7;max-width:37.5rem;margin:0 auto 2rem}@media (max-width: 65.625rem){.hero-text h1{font-size:clamp(2.5rem,5vw,3rem)}}@media (max-width: 56.25rem){.hero-text h1{font-size:clamp(2.2rem,5vw,3rem);margin-top:1rem}.hero-text p{font-size:1rem}}.feature-capsules-container{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;position:relative;z-index:20;flex-wrap:nowrap}.feature-capsule{background:#06071bcc;padding:clamp(.7rem,1.2vw,1.2rem) clamp(1.5rem,3vw,3.5rem);display:flex;align-items:center;gap:.75rem;border-radius:var(--radius);transition:var(--transition);white-space:nowrap}.feature-capsule:hover{transform:translateY(-.3125rem);border-color:var(--accent)}.capsule-icon{font-size:clamp(1.2rem,2vw,2rem);color:var(--accent)}.capsule-text{font-size:clamp(.8rem,1.2vw,1.2rem);font-weight:600;color:var(--text-light)}.capsule-large{padding:clamp(1rem,1.5vw,1.5rem) clamp(2rem,4vw,4.5rem);transform:scale(1.05);background:#141536cc}.capsule-large:hover{transform:scale(1.05) translateY(-.3125rem)}.capsule-carousel{display:flex;align-items:center;justify-content:center;width:100%;position:relative}.capsule-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none!important;border:none!important;color:var(--accent)!important;font-size:2rem!important;cursor:pointer!important;padding:0!important;box-shadow:none!important;border-radius:0!important;transition:none!important;z-index:10}.capsule-arrow.left{left:-.98rem}.capsule-arrow.right{right:-.98rem}.capsule-arrow:hover,.capsule-arrow:active,.capsule-arrow:focus{background:none!important;color:var(--accent)!important;transform:translateY(-50%)!important;box-shadow:none!important}@media (max-width: 46.875rem){.feature-capsules-container{width:100%;gap:0}.feature-capsule{flex:unset;min-width:auto}.capsule-large{margin-top:2rem;transform:scale(1.05)}.capsule-arrow{margin-top:1rem}}.hero-container{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;position:relative;overflow:visible;padding:4rem 1.25rem;gap:2rem}@media (max-width: 46.875rem){.hero-container{padding:4rem 1rem 3rem;gap:1.5rem;min-height:auto}}.daily-horoscope-section .section-title{font-family:Quicksand,sans-serif;font-size:32px;margin-bottom:32px;color:var(--text-light);text-align:center;margin-right:0rem}.zodiac-scroll-wrapper{position:relative;display:flex;align-items:center}.zodiac-scroll-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;height:360px;width:40vw;overflow-y:auto;padding:10px;scroll-behavior:smooth}.zodiac-scroll-grid::-webkit-scrollbar{width:0}.zodiac-scroll-arrows{display:flex;flex-direction:column;justify-content:space-between;height:100%;margin-left:8px;gap:32px}.scroll-btn{background:#141536d9;border:none;color:var(--accent);padding:6px;border-radius:50%;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center}.scroll-btn:hover{background:#282a50f2;transform:translateY(-2px)}.zodiac-card{padding:24px 16px;background:#06071bcc;cursor:pointer;transition:var(--transition);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:155px;border-radius:100px}.zodiac-card:hover{transform:translateY(-5px);border-color:var(--accent)}.zodiac-card.active{border-color:var(--accent);box-shadow:0 0 20px #b5b5ff66}.zodiac-card.neon-box{box-shadow:0 0 10px #0069,0 0 25px #0006,0 0 50px #0003;border:1px solid rgba(119,119,176,.3);border-radius:100px}.zodiac-icon{font-size:48px;line-height:1;color:var(--accent)}.zodiac-name{font-weight:600;color:var(--text-light)}@media (max-width: 65.625rem){.zodiac-scroll-grid{width:100%;max-width:31.25rem;margin:0}}@media (max-width: 56.25rem){.zodiac-scroll-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 46.875rem){.daily-horoscope-section .section-title{margin-left:-12rem;margin-right:-10rem}.daily-horoscope-section{width:100%;margin-left:3rem}.zodiac-scroll-grid{grid-template-columns:repeat(2,1fr);gap:1rem;height:300px;right:2rem}.zodiac-card{height:7.5rem;border-radius:4.375rem;padding:1rem}.zodiac-icon{font-size:2.2rem}.zodiac-name{font-size:.85rem}}.todays-muhurat-section{margin-right:10rem}.todays-muhurat-section .section-title{font-family:Quicksand,sans-serif;font-size:32px;margin-bottom:32px;color:var(--text-light);text-align:center}.muhurat-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;width:38vw}.muhurat-card,.muhurat-card-large{background:#06071bcc;padding:16px 24px;display:flex;flex-direction:column}.muhurat-card-large{grid-column:1 / -1;gap:12px}.muhurat-title{font-size:14px;color:var(--text-muted)}.muhurat-time{font-size:16px;font-weight:600;color:var(--text-light)}.muhurat-icon-large{font-size:24px;color:var(--accent);margin-bottom:8px}.muhurat-detail-row{display:flex;justify-content:space-between;align-items:center}.muhurat-detail-item{display:flex;align-items:center;gap:12px;color:var(--text-muted)}.muhurat-icon{font-size:19px;color:var(--accent)}.muhurat-detail-value{font-weight:600;color:var(--text-light)}.sun-cycle-card,.moon-cycle-card{background-size:cover;background-position:center;position:relative;justify-content:flex-end;padding:8px 16px;text-align:right}.sun-cycle-card{background-image:url(/cycles/sun-cycle.webp)}.moon-cycle-card{background-image:url(/cycles/moon-cycle.webp)}@media (max-width: 65.625rem){.muhurat-grid{width:100%;max-width:31.25rem;margin:0}}@media (max-width: 56.25rem){.muhurat-grid{grid-template-columns:1fr}}@media (max-width: 46.875rem){.muhurat-grid{grid-template-columns:1fr;gap:1.5rem;margin-left:5rem}.todays-muhurat-section{margin-right:0rem;margin-left:-10rem}.todays-muhurat-section .section-title{font-family:Quicksand,sans-serif;font-size:32px;margin-bottom:32px;color:var(--text-light);text-align:center;margin-right:-10rem}.muhurat-card{padding:.8rem 1rem}.muhurat-detail-item,.muhurat-detail-value{font-size:.85rem}.muhurat-detail-item{gap:.5rem}.muhurat-icon,.muhurat-title,.muhurat-time{font-size:1rem}.muhurat-card-large{padding:.8rem 1.5rem}}.astrology-dashboard-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:96px 0;margin-right:0rem;margin-left:2rem}@media (max-width: 65.625rem){.astrology-dashboard-wrapper{display:flex;flex-direction:column;align-items:center;gap:5rem;padding:4rem 1rem}}@media (max-width: 46.875rem){.astrology-dashboard-wrapper{padding:2rem 0rem;gap:2rem;margin-right:0rem;margin-left:0rem}}.featured-service-card{position:relative;overflow:hidden;background-size:cover;background-position:center;transition:var(--transition);background-color:var(--btn-bg);border-radius:30px;min-height:150px}.featured-service-card:hover{transform:scale(1)}.featured-service-card-name{position:absolute;top:1.1rem;left:0;padding:1rem;font-size:2.5rem;font-weight:600;color:var(--text-light);width:100%;margin:0}@media (max-width: 900px){.featured-service-card-name{font-size:1.8rem}}@media (max-width: 750px){.featured-service-card-name{font-size:1.5rem;padding:.8rem}}.featured-services-section{padding:2rem 0;position:relative;overflow:hidden;margin-top:1rem}.featured-services-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:5rem;position:relative;z-index:2;font-family:Quicksand,sans-serif}.background-text{position:absolute;font-size:11rem;font-weight:900;z-index:11;color:transparent;-webkit-text-stroke:5px rgba(119,119,176,.2);-webkit-user-select:none;user-select:none;font-family:Outfit,sans-serif}.astro-text{bottom:-13%;transform:translateY(-50%) rotate(0);right:4rem}.vedic-text{top:17%;transform:translateY(-50%) rotate(0);left:3rem}.featured-services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,120px);gap:1.5rem;position:relative;z-index:2}.featured-services-grid .service-card{border-radius:30px;min-height:150px}.featured-services-grid .service-card:hover{transform:scale(1)}.featured-services-grid .service-card-name{position:absolute;top:1.1rem;left:0;padding:1rem;font-size:2.5rem;font-weight:600}.service-item-1{grid-column:1 / span 2;grid-row:1 / span 2;transform:translateY(30px)}.service-item-2{grid-column:3 / span 2;grid-row:3 / span 2;transform:translateY(-30px)}.service-item-3{grid-column:1 / span 1;grid-row:3 / span 2;transform:translateY(30px)}.service-item-4{grid-column:2 / span 1;grid-row:3 / span 2;transform:translateY(30px)}.service-item-5{grid-column:3 / span 1;grid-row:1 / span 2;transform:translateY(-30px)}.service-item-6{grid-column:4 / span 1;grid-row:1 / span 2;transform:translateY(-30px)}.text-center{text-align:center;margin-top:6rem}@media (max-width: 900px){.featured-services-section{padding:3rem 1rem}.featured-services-title{font-size:2.2rem;margin-bottom:3rem}.background-text{display:none}.featured-services-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:1rem}.service-item-1,.service-item-2,.service-item-3,.service-item-4,.service-item-5,.service-item-6{grid-column:auto;grid-row:auto;transform:none;min-height:200px}.featured-services-grid .service-card-name{font-size:1.8rem}}@media (max-width: 750px){.featured-services-section{padding:2rem 1rem}.featured-services-grid{gap:.75rem}.featured-services-grid .service-card{min-height:160px;border-radius:20px}.featured-services-grid .service-card-name{font-size:1.5rem;padding:.8rem}}.best-astrologer-card{display:block;min-width:18rem;height:22rem;border-radius:1.25rem;overflow:hidden;position:relative;background-size:cover;background-position:center;transition:var(--transition)}.best-astrologer-card:hover{transform:translate(.5rem)}.card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,#06071b,#06071b00);display:flex;flex-direction:column;justify-content:flex-end;height:100%}.card-info{margin-bottom:1rem}.card-name{font-size:1.25rem;font-weight:600;color:var(--text-light)}.card-expertise,.card-languages,.card-exp{font-size:.875rem;color:var(--text-muted)}.card-rates{display:flex;gap:.75rem}.card-rate{display:flex;align-items:center;gap:.5rem;background:var(--primary-bg);padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem}.horizontal-scroller{margin-top:2rem;margin-bottom:1rem}.featured-astrologers-section{padding:4rem 0 2rem;margin-bottom:2rem;position:relative}.featured-astrologers-section .scroller-title{text-align:center;font-size:1.75rem;margin-bottom:1.5rem}.astrologer-scroller{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.astrologer-scroller::-webkit-scrollbar{display:none}.scroll-controls{position:absolute;left:50%;transform:translate(-50%);bottom:7rem;display:flex;gap:.5rem;z-index:10}.scroll-btn{background:#ffffff26;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.scroll-btn:hover{background:#ffffff4d}.view-all-container{text-align:center}.featured-astrologers-section.on-astrologer-page .scroller-title{text-align:left}.featured-astrologers-section.on-astrologer-page{padding-bottom:4rem}.featured-astrologers-section.on-astrologer-page .scroll-controls{position:absolute;bottom:0;left:50%;transform:translate(-50%);margin-top:0}@media screen and (max-width: 768px){.featured-astrologers-section{padding:2rem 0}.featured-astrologers-section .scroller-title{font-size:1.5rem}.scroll-controls{bottom:-2rem}.astrologer-scroller{gap:.5rem}.zodiac-card{padding:16px 12px}.zodiac-icon{font-size:36px}.zodiac-name{font-size:.75rem}}.home-page-container{width:100%}.testimonial-card{background-color:#06071bcc;padding:1.5rem;border-radius:1.25rem;display:flex;flex-direction:column;gap:1rem;height:100%}.testimonial-header{display:flex;align-items:center;gap:1rem;position:relative}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--accent)}.testimonial-author-info{flex-grow:1}.testimonial-name{font-weight:600;color:var(--text-light);font-size:1.1rem}.testimonial-profession{font-size:.9rem;color:var(--text-muted)}.testimonial-quote-icon{font-size:2.5rem;color:#b5b5ff26}.testimonial-body .testimonial-quote{font-size:.95rem;line-height:1.7;color:var(--text-muted);font-style:italic}.testimonials-section{padding:4rem 0;width:100%}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;color:var(--text-light);margin-bottom:.5rem}.section-subtitle{font-family:Quicksand,sans-serif;font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1050px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2.2rem}}@media (max-width: 900px){.testimonials-section{padding:5rem 0 10rem}.section-title{font-size:2rem}}@media (max-width: 750px){.testimonials-grid{grid-template-columns:1fr}}.category-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary-bg);border-radius:var(--radius);cursor:pointer;transition:var(--transition);border:1px solid transparent}.tab.active,.tab:hover{background:var(--accent);color:var(--primary-bg)}.tab.active .tab-icon,.tab:hover .tab-icon{color:var(--primary-bg)}.tab-icon{font-size:1.2rem;color:var(--accent)}.tab-name{font-weight:500}@media (max-width: 56.25rem){.tab{padding:.5rem 1rem}}@media (max-width: 46.875rem){.category-tabs{display:grid;grid-template-columns:1fr 1fr}}.remedy-image{width:100%;max-width:20rem;border-radius:2.5rem;height:auto;margin-bottom:1.5rem;object-fit:cover}@media (max-width: 65.625rem){.remedy-image{max-width:18rem;border-radius:2rem}}@media (max-width: 56.25rem){.remedy-image{max-width:16rem;border-radius:1.5rem}}@media (max-width: 46.875rem){.remedy-image{max-width:14rem;border-radius:1rem}}.horoscope-detail-container{padding-top:3rem;padding-bottom:3.125rem}.detail-card{background:#14153680;border:1px solid rgba(119,119,176,.3);border-radius:3.125rem;padding:2rem;margin-bottom:2rem}.detail-header{font-family:Quicksand,sans-serif;font-size:2rem;margin-bottom:1.5rem;color:var(--text-light);text-align:center;align-items:center;margin-left:24rem}.description-content{text-align:center;color:var(--text-muted);font-size:1.5rem;font-weight:500;line-height:2;min-height:100px}.section-heading{font-family:Quicksand,sans-serif;font-size:1.8rem;margin-top:3rem;margin-bottom:1.5rem;text-align:center}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.5rem}.grid-card{background:#14153680;border:1px solid rgba(119,119,176,.3);border-radius:3.125rem;padding:1.5rem;min-height:100px;display:flex;flex-direction:column;align-items:center;text-align:center}@media (max-width: 65.625rem){.detail-card,.grid-card{border-radius:2.5rem}.detail-card{padding:1.75rem}.grid-card{padding:1.25rem}.detail-header{font-size:1.8rem}.description-content{font-size:1.4rem}.section-heading{font-size:1.6rem}}@media (max-width: 56.25rem){.detail-card,.grid-card{border-radius:2rem}.detail-card{padding:1.5rem}.grid-card{padding:1rem}.detail-header{font-size:1.6rem}.description-content{font-size:1.2rem;line-height:1.8}.section-heading{font-size:1.4rem}}@media (max-width: 46.875rem){.detail-card,.grid-card{border-radius:1.5rem}.detail-card{padding:1rem}.grid-card{padding:.75rem}.detail-header{font-size:1.4rem}.description-content{font-size:1rem;line-height:1.6}.section-heading{font-size:1.2rem}.grid-container{grid-template-columns:1fr}}.zodiac-dropdown{position:relative}.dropdown-header{padding:12px 20px;background:var(--primary-bg);border:1px solid rgba(119,119,176,.3);border-radius:var(--radius);color:var(--text-light);font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.dropdown-header.placeholder{color:var(--text-muted)}.dropdown-grid{position:absolute;top:110%;left:0;width:100%;z-index:100;display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1rem;background:#0e102c;border:1px solid rgba(119,119,176,.3);border-radius:20px;animation:fadeIn .3s ease}.zodiac-dropdown-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border-radius:10px;cursor:pointer;transition:var(--transition)}.zodiac-dropdown-item:hover{background:var(--btn-bg)}.zodiac-dropdown-icon{font-size:1.8rem;color:var(--text-muted)}.zodiac-dropdown-name{font-size:.75rem}@media (max-width: 750px){.dropdown-grid{grid-template-columns:repeat(3,1fr)}}.kundli-form{background:#06071bcc;padding:2rem;border-radius:20px;border:1px solid rgba(119,119,176,.3)}.form-header{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-light);margin-bottom:2rem}.form-header span{color:var(--accent)}.form-group input{width:100%;padding:12px 20px;background:var(--primary-bg);border:1px solid rgba(119,119,176,.3);border-radius:var(--radius);color:var(--text-light);font-size:1rem;font-family:Inter,sans-serif}.button-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.option-button{padding:12px;background:var(--primary-bg);border:1px solid rgba(119,119,176,.3);border-radius:var(--radius);color:var(--text-muted);cursor:pointer;transition:var(--transition);font-weight:500}.option-button.active{background:var(--accent);color:var(--primary-bg);border-color:var(--accent)}.form-submit-button{width:100%;margin-top:1rem}.birth-chart-container{display:flex;justify-content:center;padding:2rem 0;margin-bottom:2rem}.birth-chart{position:relative;width:400px;height:400px;color:var(--text-light);border:2px solid var(--accent)}.birth-chart:before,.birth-chart:after{content:"";position:absolute;top:50%;left:-21%;width:142%;height:2px;background:var(--accent);opacity:.8}.birth-chart:before{transform:translateY(-50%) rotate(45deg)}.birth-chart:after{transform:translateY(-50%) rotate(-45deg)}.inner-diamond{position:absolute;top:50%;left:50%;width:70.71%;height:70.71%;border:2px solid var(--accent);transform:translate(-50%,-50%) rotate(45deg);opacity:.8}.house-content-wrapper{position:absolute;width:100%;height:100%}.house-content{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.9rem;line-height:1.3;text-align:center;padding:10px}.house-name{font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:5px}.planets-in-house{display:flex;flex-direction:column;gap:2px}.planets-in-house span{font-weight:600;color:var(--text-light)}.house-1-content{top:0%;left:25%;width:50%;height:50%}.house-2-content{top:-.5rem;left:0%;width:50%;height:25%}.house-3-content{top:-2%;left:0;width:20%;height:50%}.house-4-content{top:40%;left:0%;width:50%;height:25%}.house-5-content{top:62%;left:0%;width:20%;height:25%}.house-6-content{top:78%;left:0;width:50%;height:25%}.house-7-content{top:50%;left:25%;width:50%;height:50%}.house-8-content{top:78%;left:50%;width:50%;height:25%}.house-9-content{top:50%;left:80%;width:20%;height:50%}.house-10-content{top:40%;left:50%;width:50%;height:25%}.house-11-content{top:0;left:82%;width:20%;height:50%}.house-12-content{top:-2%;left:62%;width:25%;height:25%}@media (max-width: 750px){.birth-chart{width:320px;height:320px}}.section-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--text-light);margin-bottom:1.5rem}.planetary-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.planetary-table th,.planetary-table td{padding:12px;border:1px solid rgba(119,119,176,.3);text-align:left}.planetary-table th{background:#06071bcc;color:var(--accent)}.kundli-result-wrapper{margin-top:3rem;animation:fadeIn .5s ease-in-out}.result-header{padding:1.5rem;background:#06071bcc;border-radius:20px;margin-bottom:2rem;text-align:center}.result-header h1{font-size:2rem;color:var(--accent)}.result-header p{color:var(--text-muted)}.prediction-section{margin-bottom:1.5rem}.prediction-section h3{font-size:1.5rem;color:var(--accent);margin-bottom:.5rem}.prediction-section p{color:var(--text-muted);line-height:1.8}.kundli-page{padding-top:150px;padding-bottom:50px;text-align:center}.page-header h1{font-size:2.5rem;font-family:Quicksand,sans-serif;margin-bottom:1rem}.page-header p{font-size:1.1rem;color:var(--text-muted);margin-bottom:3rem}.kundli-page-container{max-width:900px;margin:0 auto;text-align:left}@media (max-width: 750px){.kundli-page{padding-top:120px}}.page-header{text-align:center;margin-bottom:3rem;margin-top:-7rem}.page-header h1{font-family:Quicksand,sans-serif;font-size:2.5rem;margin-bottom:1rem}.match-form-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem}.form-cards-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;max-width:100rem;margin:0 auto}.partner-form-card{background:#06071bcc;padding:2rem;border-radius:var(--radius);width:100%}.partner-form-card h3{font-size:1.5rem;font-weight:600;color:var(--accent);margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-light)}.form-group input{width:100%;padding:12px 20px;background:var(--primary-bg);border:1px solid rgba(119,119,176,.3);border-radius:var(--radius);color:var(--text-light);font-size:1rem}@media (max-width: 900px){.form-cards-container{grid-template-columns:1fr}}.compatibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;text-align:left}.bar-item{background:#06071bcc;padding:1.5rem;border-radius:20px;border:1px solid rgba(119,119,176,.3)}.bar-label{display:flex;justify-content:space-between;margin-bottom:.5rem}.bar-title{font-weight:600}.bar-percentage{color:var(--accent)}.progress-bar-bg{width:100%;height:10px;background:var(--primary-bg);border-radius:5px;margin-bottom:.75rem}.progress-bar-fg{height:100%;background:var(--accent);border-radius:5px}.bar-description{font-size:.9rem;color:var(--text-muted);line-height:1.6}@media (max-width: 750px){.compatibility-grid{grid-template-columns:1fr}}.match-result-container{padding-top:80px;text-align:center;animation:fadeIn .5s ease-in-out}.result-heart-container{width:200px;height:180px;position:relative;margin:1rem auto 2.5rem;display:flex;justify-content:center;align-items:center}.result-heart-shape{position:absolute;width:100%;height:100%;filter:drop-shadow(0 0 20px rgba(233,64,87,.6))}.result-heart-shape:before,.result-heart-shape:after{content:"";position:absolute;top:0;width:100px;height:160px;border-radius:100px 100px 0 0;background:linear-gradient(145deg,#f871b0,#e94057)}.result-heart-shape:before{left:95px;transform:rotate(-45deg);transform-origin:0 100%}.result-heart-shape:after{left:5px;transform:rotate(45deg);transform-origin:100% 100%}.result-score{font-size:2.8rem;position:absolute;top:20%;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.2);z-index:10}.result-summary-title{font-size:2rem;color:var(--text-light);margin-bottom:.5rem}.result-summary-desc{max-width:900px;margin:0 auto 3rem;color:var(--text-muted)}.result-section{margin-top:3rem}.result-section-title{font-size:1.8rem;font-family:Quicksand,sans-serif;margin-bottom:1.5rem}.manglik-report-box{background:#06071bcc;padding:2rem;border-radius:var(--radius);text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.matchmaking-page{padding-top:150px;padding-bottom:50px}.horizontal-scroller{margin-top:2rem;margin-bottom:5rem}.scroller-container{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem}.scroller-container::-webkit-scrollbar{height:0}.active-astrologer-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.active-avatar-container{position:relative}.active-avatar{width:5rem;height:5rem;border-radius:50%;border:3px solid green;object-fit:cover}.active-dot{position:absolute;bottom:.5rem;right:.25rem;width:.875rem;height:.875rem;background-color:#22c55e;border-radius:50%;border:2px solid var(--primary-bg)}@media (max-width: 750px){.horizontal-scroller{margin-top:1.5rem;margin-bottom:-3rem}.scroller-container{gap:1.5rem;padding-bottom:.75rem}.active-avatar{width:4.5rem;height:4.5rem}.active-astrologer-item span{font-size:.8rem}.active-dot{width:.75rem;height:.75rem;bottom:.4rem;right:.15rem;border-width:1.5px}}.filter-buttons-container{gap:1rem;padding-bottom:1rem;margin-top:-4rem;margin-bottom:1rem}.filter-btn{display:flex;align-items:center;padding:.6rem 1.25rem;background:var(--btn-bg);border:1px solid transparent;color:var(--text-muted);white-space:nowrap}.filter-btn svg{margin-right:8px}.filter-btn.active{background:var(--accent);color:var(--primary-bg);font-weight:600}@media (max-width: 750px){.filter-btn{padding:.5rem 1rem}}.filter-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:100;display:flex;justify-content:center;align-items:center}.filter-menu-content{background:var(--primary-bg);padding:1.5rem;border-radius:15px;width:90%;max-width:400px;border:1px solid var(--btn-bg)}.filter-menu-content h3{text-align:center;margin-bottom:1.5rem;font-family:Quicksand,sans-serif;color:var(--text-light)}.filter-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.menu-filter-btn{display:flex;align-items:center;gap:8px;padding:.75rem;background:var(--btn-bg);border:1px solid transparent;color:var(--text-muted);white-space:nowrap;justify-content:center;font-size:.9rem}.menu-filter-btn.active{background:var(--accent);color:var(--primary-bg);font-weight:600}.menu-filter-btn svg{margin:0}.astrologer-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;background:#06071bcc;padding:1rem;border-radius:1.25rem;border:1px solid rgba(119,119,176,.3);align-items:flex-start}.astrologer-card .avatar{width:11.5rem;height:11.5rem;border-radius:1rem;object-fit:cover}.info-wrapper{display:flex;flex-direction:column;height:100%}.info-text-content{flex-grow:1}.info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.info-header .name{font-size:1.25rem;font-weight:600}.info-header .rating{display:flex;align-items:center;gap:.25rem;background:#f59e0b;color:var(--primary-bg);padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;font-weight:700}.info-expertise,.info-languages{font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.info-exp{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.info-rates{display:flex;gap:.75rem;margin-top:auto}.rate{display:flex;align-items:center;gap:.5rem;background:var(--btn-bg);padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem}.rate svg{display:inline-block}@media (max-width: 750px){.astrologer-card{display:flex;flex-direction:column;padding:1rem;gap:1rem;align-items:center}.astrologer-card .avatar{width:120px;height:120px;border-radius:50%;object-fit:cover}.info-wrapper{width:100%;text-align:center;height:auto}.info-text-content{flex-grow:0}.info-header{justify-content:center;gap:.5rem;margin-bottom:.5rem}.info-header .name{font-size:1.2rem}.info-header .rating{font-size:.8rem;padding:4px 8px}.info-expertise,.info-languages{font-size:.8rem;margin-bottom:.3rem}.info-exp{font-size:.8rem;margin-bottom:1.5rem}.info-rates{display:flex;width:100%;gap:.5rem;margin-top:0}.rate{flex:1;padding:.7rem;font-size:.8rem;justify-content:center;gap:.3rem}.rate svg{font-size:.9rem}}.astrologer-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;margin-top:-6rem}.astrologer-page-header h1{font-size:2rem;font-family:Quicksand,sans-serif}.header-icons{display:flex;align-items:center;gap:.75rem;background:var(--btn-bg);padding:.5rem 1rem;border-radius:var(--radius)}.header-icons span{font-weight:600;display:inline-flex;align-items:center;gap:5px;font-size:1.2rem}.header-icons span p{font-size:1.2rem}.header-icons .icon{font-size:1.25rem;cursor:pointer;vertical-align:middle}.scroller-title{font-size:1.5rem;font-family:Quicksand,sans-serif;margin-bottom:2rem}.astrologer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.mobile-filter-button-container{display:none;width:100%;margin-top:4rem;margin-bottom:1.8rem}.mobile-filter-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:.75rem;font-size:1rem;background-color:var(--accent);color:var(--primary-bg)}@media (max-width: 1050px){.astrologer-grid{grid-template-columns:1fr}}@media (max-width: 900px){.astrologer-page-header{flex-direction:row;align-items:center;gap:1rem}.astrologer-page-header h1{font-size:1.5rem;white-space:nowrap}.header-icons{padding:.4rem .8rem}}@media (max-width: 750px){.astrologer-page-header{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.astrologer-page-header h1{font-size:1.2rem}.header-icons{font-size:.8rem;gap:.3rem}.scroller-title{text-align:center;font-size:1.4rem;margin-bottom:1.5rem}.astrologer-grid{grid-template-columns:1fr}.desktop-filters{display:none}.mobile-filter-button-container{display:block}.mobile-filter-button-container span{margin-left:10px}}.astrologer-page-container{max-width:1200px;margin:0 auto;padding:150px 20px 50px}.profile-card{background:#06071bcc;padding:32px;border-radius:24px;border:1px solid rgba(119,119,176,.3);display:flex;gap:24px;align-items:flex-start}.profile-image{width:272px;height:272px;border-radius:16px;object-fit:cover}.profile-info h2{font-size:24px;margin-bottom:8px}.profile-info p{margin-bottom:12px;color:var(--text-muted);line-height:1.7}.profile-info strong{color:var(--text-light)}@media (max-width: 1050px){.profile-image{width:15rem;height:15rem;align-self:center}}@media (max-width: 900px){.profile-card{flex-direction:column;align-items:flex-start;text-align:left}}@media (max-width: 750px){.profile-image{width:15rem;height:15rem;align-self:center}}.stats-card{background:#c8c8dc1a;padding:24px;margin-top:24px;border-radius:24px;display:flex;flex-direction:column;gap:24px}.stats-top-row{display:flex;justify-content:space-around;align-items:center;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-item .icon{font-size:24px;color:var(--accent)}.stat-item .value{font-size:20px;font-weight:700;color:var(--text-light)}.stat-item .label{font-size:14px;color:var(--text-muted)}.stats-bottom-row{display:flex;justify-content:center;gap:16px}.rate-item{background:#06071bcc;padding:12px 24px;border-radius:100px;display:flex;align-items:center;justify-content:center;gap:8px;flex-grow:1;max-width:250px}.rate-item .icon{font-size:18px}.rate-item .value{font-size:16px;font-weight:500}@media (max-width: 750px){.stats-card{padding:1rem}.stat-item .icon{font-size:1.25rem}.stat-item .value{font-size:1rem}.stat-item .label{font-size:.75rem}.stats-bottom-row{flex-direction:column;align-items:center}.rate-item{width:100%}}.reviews-section{margin-top:48px}.reviews-header{font-size:28px;font-family:Quicksand,sans-serif;margin-bottom:24px}.reviews-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.review-card{background:#06071bcc;padding:24px;border-radius:20px;border:1px solid rgba(119,119,176,.3)}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.review-header .name{font-weight:700}.review-header .rating{display:flex;align-items:center;gap:4px;color:#f59e0b}@media (max-width: 1050px){.reviews-grid{grid-template-columns:1fr}}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;margin-left:0}.detail-header h1{font-size:32px;font-family:Quicksand,sans-serif;margin-right:10rem;margin-left:2rem}.header-actions{display:flex;align-items:center;gap:12px;background:var(--btn-bg);padding:8px 16px;border-radius:var(--radius)}.header-actions .icon{font-size:20px;cursor:pointer;vertical-align:middle}.header-actions span{display:flex;align-items:center;font-size:18px;font-weight:600;gap:4px}@media (max-width: 1050px){.header-actions{gap:10px;padding:6px 14px}.header-actions .icon{font-size:18px}.header-actions span{font-size:16px;gap:4px}}@media (max-width: 750px){.detail-header h1{font-size:15px;margin-right:3rem;margin-left:2rem}.header-actions{gap:8px;padding:5px 10px}.header-actions .icon{font-size:16px}.header-actions span{font-size:16px;gap:3px;display:flex}}.astrologer-detail-page{max-width:900px;margin:0 auto;padding:32px 16px 48px}@media (max-width: 750px){.astrologer-detail-page{padding-top:32px}}.service-card-aesthetic{position:relative;display:block;border-radius:20px;overflow:hidden;text-decoration:none;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.service-card-aesthetic:hover{transform:translateY(-8px)}.card-glow-wrapper{position:relative;background:linear-gradient(135deg,#1e1e46b3,#0f0f28b3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(80,80,150,.3);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:200px;transition:all .3s ease-in-out;box-shadow:0 4px 20px #0000004d}.card-glow-wrapper:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:conic-gradient(from 180deg at 50% 50%,transparent 0deg,rgba(148,0,211,.3) 60deg,rgba(0,200,255,.3) 120deg,rgba(255,105,180,.3) 180deg,rgba(148,0,211,.3) 240deg,rgba(0,200,255,.3) 300deg,transparent 360deg);animation:rotateGlow 8s linear infinite;z-index:-1;filter:blur(10px);opacity:.6;transition:opacity .3s ease-in-out}.service-card-aesthetic:hover .card-glow-wrapper:before{opacity:1}@keyframes rotateGlow{to{transform:rotate(360deg)}}.card-inner-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;width:100%;height:100%}.service-icon-container-aesthetic{font-size:3.8rem;color:var(--accent);line-height:1;text-shadow:0 0 15px rgba(0,200,255,.5),0 0 25px rgba(148,0,211,.5)}.service-name-aesthetic{font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:600;color:var(--text-light);text-shadow:0 0 8px rgba(255,255,255,.3);margin:0}.services-list-container-aesthetic{width:100%}.category-section-aesthetic{margin-bottom:6rem}.category-title-wrapper-aesthetic{text-align:center;margin-bottom:3.5rem}.category-title-aesthetic{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;color:var(--text-light);display:inline-block;border:none;padding:0;text-shadow:0 0 20px rgba(148,0,211,.4),0 0 30px rgba(0,200,255,.4)}.services-grid-aesthetic{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.services-grid-aesthetic .grid-span-2{grid-column:span 2}.services-grid-aesthetic .grid-span-1{grid-column:span 1;min-height:200px}@media (max-width: 1050px){.services-grid-aesthetic{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-grid-aesthetic .grid-span-2,.services-grid-aesthetic .grid-span-1{grid-column:span 1;min-height:200px}.category-title-aesthetic{font-size:2rem}}@media (max-width: 750px){.category-section-aesthetic{margin-bottom:4rem}.category-title-aesthetic{font-size:1.8rem;margin-bottom:2rem}.services-grid-aesthetic{grid-template-columns:1fr;gap:1.2rem}.services-grid-aesthetic .grid-span-2,.services-grid-aesthetic .grid-span-1{min-height:180px}.service-icon-container-aesthetic{font-size:3rem}.service-name-aesthetic{font-size:1.2rem}}.services-page-new{padding:120px 20px 80px;max-width:1280px;margin:0 auto}.services-page-title-new{text-align:center;font-size:3.5rem;font-family:Orbitron,sans-serif;font-weight:700;color:var(--text-light);margin-bottom:1.5rem;text-shadow:0 0 30px rgba(0,200,255,.6),0 0 50px rgba(148,0,211,.6)}.services-page-subtitle-new{text-align:center;font-size:1.2rem;color:var(--text-muted);margin-bottom:5rem;max-width:700px;margin-left:auto;margin-right:auto;font-family:Poppins,sans-serif}@media (max-width: 750px){.services-page-new{padding-top:100px;padding-bottom:60px}.services-page-title-new{font-size:2.5rem;margin-bottom:1rem}.services-page-subtitle-new{font-size:1rem;margin-bottom:3rem}}.shop-hero{margin-top:2rem;height:31.25rem;background-image:url(/shop-hero/final_website.webp);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:flex-end;padding:2rem 3rem;border-radius:30px}.shop-hero-form-container{background-color:#06071bcc;padding:1.5rem;border-radius:1.25rem;width:100%;max-height:30rem;max-width:25rem}.shop-hero-form-container h2{font-family:Outfit,sans-serif;font-size:2rem;text-align:center;margin-bottom:1.875rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-muted);font-weight:500}.form-group select{width:100%;padding:.75rem;border-radius:.5rem;border:.0625rem solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);font-size:1rem}.form-group select:disabled{opacity:.5;cursor:not-allowed}.shop-hero-form-container .btn{width:100%;margin-top:.625rem}@media (max-width: 768px){.shop-hero{padding:1.5rem;height:auto;justify-content:center;margin-top:2rem;background-image:url(/shop-hero/final_website_mobiles.webp)}.shop-hero-form-container{padding:2rem}.shop-hero-form-container h2{font-size:1.75rem}}.category-preview{margin-bottom:4rem}.category-preview-header{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.category-preview-header h2{font-size:1.75rem;font-family:Outfit,sans-serif}.view-more-link{display:block;width:fit-content;margin:2rem auto 0;padding:.75rem 2rem;border:1px solid var(--accent);color:var(--accent);border-radius:50px;text-decoration:none;font-weight:600;transition:var(--transition)}.view-more-link:hover{background-color:var(--accent);color:var(--primary-bg)}.products-scroller{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:1.25rem}.products-scroller::-webkit-scrollbar{height:.5rem}.products-scroller::-webkit-scrollbar-track{background:var(--primary-bg)}.products-scroller::-webkit-scrollbar-thumb{background:var(--btn-bg);border-radius:.5rem}.products-scroller .product-card{flex:0 0 17.5rem}@media (max-width: 1050px){.category-preview-header h2{font-size:1.6rem}.products-scroller .product-card{flex:0 0 16.25rem}}@media (max-width: 900px){.category-preview-header h2{font-size:1.5rem}.products-scroller .product-card{flex:0 0 15rem}.view-more-link{padding:.6rem 1.8rem;font-size:.9rem}}@media (max-width: 750px){.category-preview{margin-bottom:3rem}.category-preview-header h2{font-size:1.4rem}.products-scroller{gap:1rem}.products-scroller .product-card{flex:0 0 14.375rem}}.product-card{background-color:#1a1c3a;border:1px solid rgba(119,119,176,.2);border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0003;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;max-width:275px;height:400px}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.product-image-container{width:100%;height:220px;overflow:hidden}.product-image-container img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.product-card:hover .product-image-container img{transform:scale(1.05)}.product-card-info{padding:1.1rem;flex-grow:1;display:flex;flex-direction:column}.product-name{font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:600;min-height:1.4em;line-height:1;color:var(--text-light)}.product-rating{display:flex;align-items:center;gap:.3rem;font-size:.9rem;color:var(--text-muted)}.product-rating svg{color:#f59e0b}.product-price{margin-bottom:.1rem}.current-price{font-size:1.2rem;font-weight:700;margin-right:.75rem;color:var(--text-light)}.original-price{text-decoration:line-through;color:var(--text-muted)}.add-to-cart-btn{width:fit-content;margin-top:1rem;padding:.7rem;background-color:transparent;border:1px solid var(--accent);color:var(--accent);border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition)}.add-to-cart-btn:hover{background-color:var(--accent);color:var(--primary-bg)}.item-quantity-counter{display:flex;width:fit-content;justify-content:flex-start;align-items:center;background-color:var(--primary-bg);border-radius:40px;margin-top:1rem;padding:.3rem;border:1px solid var(--btn-bg)}.item-quantity-counter span{font-size:1rem;font-weight:400;padding:0 .8rem;color:var(--text-light)}.item-quantity-counter .counter-btn{background-color:var(--accent);color:var(--primary-bg);border:none;width:10px;height:37.5px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.item-quantity-counter .counter-btn:hover{transform:scale(1.1)}.shop-page{width:100%}.category-previews-container{max-width:1200px;margin:0 auto;padding:80px 20px}.category-banner{height:350px;background-size:cover;background-position:center;display:flex;align-items:center;padding:0 60px;margin-top:30px;border-radius:20px}.banner-content{background-color:#06071bb3;padding:30px;border-radius:15px;max-width:600px}.banner-content h1{font-size:48px;font-family:Outfit,sans-serif;margin-bottom:15px}.banner-content p{font-size:16px;color:var(--text-muted)}.category-products{margin-top:60px}.category-products h2{font-size:28px;margin-bottom:25px}.category-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3.3rem;margin-bottom:5rem}@media (max-width: 1050px){.category-banner{height:320px;padding:0 40px}.banner-content h1{font-size:42px}.category-products h2{font-size:26px}}@media (max-width: 900px){.category-banner{height:280px;padding:0 30px}.banner-content{padding:25px;max-width:500px}.banner-content h1{font-size:36px}.banner-content p{font-size:15px}.category-products{margin-top:50px}.category-products h2{font-size:24px}}@media (max-width: 750px){.category-banner .banner-content{text-align:center;width:19rem;padding:1rem;border-radius:30px;margin:5rem 0rem}.banner-content h1{font-size:2rem;margin-bottom:10px}.banner-content p{font-size:.7rem;line-height:1.5}.category-products{margin-top:40px}.category-products h2{font-size:22px;text-align:center}.category-product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:3rem;margin-bottom:4rem;margin-left:1rem}}.info-accordion-container{margin-top:3.125rem;background-color:#1a1c3a;border-radius:.9375rem;padding:1.875rem;overflow:hidden}.accordion-nav{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:1.25rem;padding-bottom:1.25rem;border-bottom:.0625rem solid var(--primary-bg);position:relative;-ms-overflow-style:none;scrollbar-width:none}.accordion-nav::-webkit-scrollbar{display:none}.accordion-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:500;cursor:pointer;color:var(--text-muted);transition:var(--transition);padding:.5rem;z-index:1;flex-shrink:0}.accordion-title .accordion-icon{margin-left:.5rem;transition:transform .3s ease-in-out}.accordion-title .accordion-icon.rotated{transform:rotate(180deg)}.accordion-title.active,.accordion-title:hover{color:var(--accent)}.accordion-indicator{position:absolute;bottom:0;height:.1875rem;background-color:var(--accent);border-radius:2px;transition:all .4s cubic-bezier(.23,1,.32,1)}.accordion-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-in-out}.accordion-content-wrapper.open{grid-template-rows:1fr}.accordion-content{overflow:hidden;margin-top:1.25rem}.accordion-content ul{list-style-position:inside;padding-left:1rem}.faq-item{margin-bottom:.625rem}.faq-item h4{color:var(--text-light);margin-bottom:.3125rem}@media (max-width: 1050px){.info-accordion-container{padding:1.5rem}.accordion-title{font-size:1rem}}@media (max-width: 750px){.info-accordion-container{padding:1.25rem;margin-top:2.5rem}.accordion-nav{flex-direction:column;align-items:flex-start;border-bottom:none;gap:.5rem;padding-bottom:0;overflow-x:hidden}.accordion-indicator{display:none}.accordion-title{width:100%;padding:.75rem 0}.accordion-title.active{background-color:#06071b80;border-radius:5px;padding-left:.5rem}.accordion-content{margin-top:1.25rem;border-top:.0625rem solid var(--primary-bg);padding-top:1.25rem}}.product-detail-page{padding:50px 0}.product-detail-main-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px}.product-info-column h1{font-size:36px;font-family:Outfit,sans-serif;margin-bottom:15px}.info-rating{display:flex;align-items:center;gap:8px;color:#f59e0b;margin-bottom:20px}.info-description{color:var(--text-muted);line-height:1.7;margin-bottom:25px}.info-price-container{display:flex;align-items:baseline;gap:15px;margin-bottom:25px}.info-current-price{font-size:32px;font-weight:700}.info-original-price{font-size:20px;text-decoration:line-through;color:var(--text-muted)}.info-discount{font-size:18px;color:var(--btn-hover);font-weight:600}.info-actions{display:flex;gap:15px;margin-bottom:25px}.btn-add-to-cart,.btn-buy-now{flex:1;padding:15px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer}.btn-add-to-cart{background-color:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-buy-now{background-color:var(--accent);border:2px solid var(--accent);color:var(--primary-bg)}.info-meta{border-top:1px solid var(--btn-bg);padding-top:20px}.info-meta p{margin-bottom:10px;color:var(--text-muted)}@media (max-width: 900px){.product-detail-main-layout{grid-template-columns:1fr}.product-detail-page{padding:40px auto}}.product-gallery{display:flex;flex-direction:column}.main-image-container{background-color:#1a1c3a;border-radius:.9375rem;padding:.625rem;margin-bottom:.9375rem;border:1px solid rgba(119,119,176,.2);overflow:hidden}.main-image-container img{width:100%;height:25rem;object-fit:cover;border-radius:.625rem}.thumbnail-container{display:grid;grid-template-columns:repeat(4,1fr);gap:.9375rem}.thumbnail-item{background-color:#1a1c3a;border:2px solid transparent;border-radius:.625rem;padding:.3125rem;cursor:pointer;transition:all .3s ease;overflow:hidden}.thumbnail-item:hover{border-color:#b5b5ff80}.thumbnail-item.active{border-color:var(--accent);box-shadow:0 0 15px #b5b5ff4d}.thumbnail-item img{width:100%;height:5.625rem;object-fit:cover;border-radius:.375rem}.main-image-container .fade-in{animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:.5}to{opacity:1}}@media (max-width: 900px){.main-image-container img{height:22rem}}@media (max-width: 750px){.main-image-container img{height:18.75rem}.thumbnail-container{gap:.625rem}.thumbnail-item img{height:4.375rem}}@media (max-width: 500px){.thumbnail-container{display:flex;overflow-x:auto;padding-bottom:.5rem;-ms-overflow-style:none;scrollbar-width:none}.thumbnail-container::-webkit-scrollbar{display:none}.thumbnail-item{flex:0 0 5rem}}.product-reviews-section{margin-top:80px;padding-top:40px;border-top:1px solid var(--btn-bg)}.product-reviews-section h2{text-align:center;font-size:28px;margin-bottom:40px}.reviews-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}.review-card{background-color:#06071bcc;padding:20px;border-radius:15px}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.review-name{font-weight:600;font-size:18px}.review-rating{display:flex;gap:3px}.review-comment{color:var(--text-muted);line-height:1.6}@media (max-width: 768px){.reviews-list{grid-template-columns:1fr}}.cart-page{padding:4rem 0}.cart-page-header{text-align:center;margin-bottom:3rem}.cart-page-header h1{font-family:Outfit,sans-serif;font-size:2.5rem}.cart-empty{text-align:center;padding:4rem 2rem;border-radius:20px}.empty-cart-icon{font-size:4rem;color:var(--accent);margin-bottom:1.5rem}.cart-empty h2{font-size:1.8rem;margin-bottom:.5rem}.cart-empty p{color:var(--text-muted);margin-bottom:2rem}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:flex-start}.cart-items-list{display:flex;flex-direction:column;gap:1.5rem}.cart-item-card{display:grid;grid-template-columns:80px 2fr 1fr 1fr 50px;align-items:center;gap:1.5rem;padding:1rem;border-radius:15px}.item-card-image{width:80px;height:80px;object-fit:cover;border-radius:10px}.item-card-details h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.item-card-price{color:var(--text-muted);font-size:1rem}.item-card-quantity,.item-card-total{font-size:1.1rem;font-weight:500;text-align:center}.item-card-remove{text-align:center}.item-card-remove .cross{cursor:pointer;font-size:1.5rem;color:var(--text-muted);transition:var(--transition)}.item-card-remove .cross:hover{color:#e74c3c;transform:scale(1.2)}.cart-summary{position:sticky;top:9rem}.cart-summary-box{padding:2rem;border-radius:20px;display:flex;flex-direction:column;gap:1rem}.cart-summary-box h2{font-family:Outfit,sans-serif;text-align:center;font-size:1.5rem;margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;font-size:1rem;color:var(--text-muted)}.summary-row.total{font-size:1.2rem;color:var(--text-light);margin-top:.5rem}.cart-summary-box hr{border:none;height:1px;background-color:var(--btn-bg);margin:.5rem 0}.checkout-btn{width:100%;padding:.9rem;font-size:1.1rem;margin-top:1rem;background-color:var(--btn-hover);color:var(--text-light)}.promo-code{margin-top:1.5rem}.promo-code p{font-size:.9rem;text-align:center;color:var(--text-muted);margin-bottom:.5rem}.promo-code-input{display:flex}.promo-code-input input{flex-grow:1;padding:.7rem;border:1px solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);border-radius:8px 0 0 8px}.promo-code-input button{padding:.7rem 1rem;border:none;background-color:var(--btn-bg);color:var(--text-light);border-radius:0 8px 8px 0;cursor:pointer}@media (max-width: 900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static;top:auto}}@media (max-width: 750px){.cart-page{padding:2rem 0}.cart-page-header h1{font-size:2rem}.cart-item-card{grid-template-columns:60px 1fr 50px;grid-template-rows:auto auto;padding:.8rem;gap:.5rem 1rem}.item-card-image{grid-row:1 / 3;width:60px;height:60px}.item-card-details{grid-column:2 / 4}.item-card-details h3{font-size:1rem}.item-card-price{font-size:.9rem}.item-card-quantity{grid-column:2 / 3;text-align:left}.item-card-total{grid-column:3 / 4;text-align:right}.item-card-remove{grid-column:4 / 5;grid-row:1 / 3;align-self:center}}.place-order-page{padding:4rem 0}.place-order-header{text-align:center;margin-bottom:3rem}.place-order-header h1{font-family:Outfit,sans-serif;font-size:2.5rem;margin-bottom:.5rem}.place-order-header p{color:var(--text-muted)}.place-order-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:flex-start}.place-order-left{padding:2rem;border-radius:20px;display:flex;flex-direction:column;gap:1.5rem}.place-order-left h2{font-family:Outfit,sans-serif;font-size:1.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--btn-bg)}.form-grid-po{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.place-order-left input{width:100%;padding:.8rem 1rem;border-radius:10px;border:1px solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.place-order-left input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 10px #b5b5ff33}.place-order-right{position:sticky;top:9rem}.order-summary-box{padding:2rem;border-radius:20px;display:flex;flex-direction:column;gap:1rem}.order-summary-box h2{font-family:Outfit,sans-serif;text-align:center;font-size:1.5rem;margin-bottom:1rem}.summary-row-po{display:flex;justify-content:space-between;color:var(--text-muted)}.summary-row-po.total-po{font-size:1.2rem;color:var(--text-light);margin-top:.5rem}.order-summary-box hr{border:none;height:1px;background-color:var(--btn-bg);margin:.5rem 0}.payment-btn{width:100%;padding:.9rem;font-size:1.1rem;margin-top:1rem;background-color:var(--btn-hover);color:var(--text-light)}@media (max-width: 900px){.place-order-layout{grid-template-columns:1fr}.place-order-right{position:static;top:auto}}@media (max-width: 750px){.place-order-page{padding:2rem 0}.place-order-header h1{font-size:2rem}.form-grid-po{grid-template-columns:1fr;gap:1.5rem}}.blogs-display{padding:4rem 0}.section-title{font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:700;text-align:center;color:var(--text-light);margin-bottom:.5rem}.section-subtitle{font-family:Quicksand,sans-serif;font-size:1.1rem;text-align:center;color:var(--text-muted);max-width:600px;margin:0 auto 3rem}.blog-layout-wrapper{display:flex;flex-direction:column;align-items:center}.blogs-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 1rem;width:100%;justify-items:center}.blog-card{background-color:#1a1c3a;border:1px solid rgba(119,119,176,.2);border-radius:10px;overflow:hidden;box-shadow:0 4px 15px #0003;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;max-width:380px;height:450px}.blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.blog-card-image{width:100%;height:200px;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat;border-bottom:1px solid rgba(119,119,176,.1)}.blog-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.blog-category{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.blog-title{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:var(--text-light);margin-bottom:1rem}.blog-meta{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-muted);margin-top:auto;padding-top:1rem}.blog-date{font-family:Quicksand,sans-serif}.blog-comment-link{font-family:Quicksand,sans-serif;color:var(--text-muted);font-weight:400}.blog-comment-link:hover{color:var(--accent);text-decoration:underline}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:4rem}.pagination button{background-color:var(--btn-bg);color:var(--text-light);border:1px solid rgba(119,119,176,.3);min-width:40px;height:40px;border-radius:5px;font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition)}.pagination button:hover{background-color:var(--accent);color:var(--primary-bg);border-color:var(--accent)}.pagination button.active{background-color:var(--accent);color:var(--primary-bg);border-color:var(--accent);font-weight:700;cursor:default}.pagination-prev,.pagination-next{background:transparent!important;border:none!important;font-weight:400!important;color:var(--text-muted)!important}.pagination-prev:hover,.pagination-next:hover{color:var(--accent)!important;background:transparent!important}@media (max-width: 768px){.blogs-list{grid-template-columns:1fr}.pagination{gap:.5rem;flex-wrap:wrap;padding:0 1rem}.pagination button{min-width:36px;height:36px;font-size:.9rem}.pagination-prev,.pagination-next{padding:0 .5rem}}.progress-bar{position:fixed;top:0;left:0;height:5px;background:var(--accent);z-index:1000;transition:width .1s ease-out}.single-blog-container{max-width:75rem;margin:2rem auto}.single-blog-hero{width:100%;height:30rem;background-size:cover;background-position:center;margin-bottom:2rem;border-radius:10px;overflow:hidden;animation:fadeIn 1s ease-in-out;background-attachment:fixed}.single-blog-content-wrapper{background-color:#1a1c3a;border-radius:10px;border:1px solid rgba(119,119,176,.2);padding:3rem 2rem;box-shadow:0 4px 15px #0003;animation:fadeInUp .8s ease-in-out}.single-blog-title{font-family:Outfit,sans-serif;font-size:2.5rem;color:var(--text-light);margin-bottom:.5rem}.single-blog-byline{font-family:Quicksand,sans-serif;font-size:1rem;color:var(--text-muted);margin-bottom:2rem}.single-blog-body{line-height:1.8;color:var(--text-muted)}.single-blog-paragraph:first-of-type:first-letter{font-size:4.5rem;font-family:Outfit,sans-serif;color:var(--accent);float:left;line-height:1;padding-right:.75rem;padding-bottom:.25rem}.single-blog-paragraph{margin-bottom:1.5rem;font-family:Inter,sans-serif;color:var(--text-muted)}.single-blog-paragraph strong{color:var(--text-light);font-weight:600}.post-actions{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(119,119,176,.2);display:flex;justify-content:space-between;align-items:center}.clap-wrapper{position:relative}.clap-btn{background:transparent;border:1px solid var(--accent);color:var(--accent);border-radius:50px;padding:.5rem 1rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.clap-btn:hover:not(:disabled){background-color:var(--accent);color:var(--primary-bg)}.clap-btn.clapped{background-color:var(--accent);color:var(--primary-bg);border-color:var(--accent);cursor:default}.clap-plus-one{position:absolute;top:-20px;left:50%;transform:translate(-50%);animation:fadeUp .7s ease-out forwards;color:var(--accent);font-weight:700}.social-share-icons{display:flex;gap:1rem}.social-share-icons a{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:var(--text-light);transition:var(--transition)}.social-share-icons a:hover{background-color:var(--accent);border-color:var(--accent);color:var(--primary-bg);transform:translateY(-3px)}.author-box{display:flex;gap:1.5rem;align-items:center;background-color:var(--primary-bg);padding:1.5rem;border-radius:10px;margin-top:3rem;border:1px solid rgba(119,119,176,.1)}.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover}.author-info h4{color:var(--text-light);margin-bottom:.5rem;font-size:1.2rem}.author-info p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.related-posts-section{margin-top:4rem}.related-posts-title{font-family:Outfit,sans-serif;font-size:2rem;color:var(--text-light);margin-bottom:2rem;text-align:center}.related-posts-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.related-post-card{background-color:#1a1c3a;border-radius:10px;overflow:hidden;border:1px solid rgba(119,119,176,.2);transition:transform .3s ease;width:350px;height:320px;display:flex;flex-direction:column}.related-post-card:hover{transform:translateY(-5px)}.related-post-image{height:180px;background-size:cover;background-position:center;flex-shrink:0}.related-post-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.related-post-category{font-size:.75rem;color:var(--accent);text-transform:uppercase;margin-bottom:.5rem;display:block}.related-post-title{font-size:1.1rem;color:var(--text-light);line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:1;transform:translateY(0) translate(-50%)}to{opacity:0;transform:translateY(-20px) translate(-50%)}}@media (max-width: 768px){.single-blog-content-wrapper{padding:2rem 1rem}.single-blog-title{font-size:2rem}.post-actions{flex-direction:column;gap:1.5rem;align-items:flex-start}.author-box{flex-direction:column;text-align:center}}.comment-form-container{background-color:#1a1c3a;border-radius:10px;border:1px solid rgba(119,119,176,.2);padding:2rem;margin-top:3rem;box-shadow:0 4px 15px #0003}.comment-form-title{font-family:Outfit,sans-serif;font-size:1.8rem;margin-bottom:.5rem;color:var(--text-light)}.comment-form-note{font-family:Quicksand,sans-serif;font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}.comment-form{display:flex;flex-direction:column;gap:1.5rem}.comment-form textarea,.comment-form input[type=text],.comment-form input[type=email]{width:100%;padding:.75rem 1rem;background-color:var(--primary-bg);border:1px solid rgba(119,119,176,.3);border-radius:8px;color:var(--text-light);font-family:Inter,sans-serif;font-size:1rem}.comment-form textarea{min-height:150px;resize:vertical}.comment-form-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.comment-form-save-info{display:flex;align-items:center;gap:.75rem}.comment-form-save-info label{color:var(--text-muted);font-size:.9rem;cursor:pointer}.comment-form button.btn{width:fit-content;padding:.75rem 2rem;font-size:1rem;align-self:flex-start}.tooltip-container{position:relative;display:inline-block;border-bottom:2px dotted var(--accent);cursor:help}.tooltip-text{visibility:hidden;width:200px;background-color:#1a1c3a;color:var(--text-muted);text-align:center;border-radius:6px;padding:.5rem;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-100px;opacity:0;transition:opacity .3s;border:1px solid rgba(119,119,176,.2)}.tooltip-text:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#1a1c3a transparent transparent transparent}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.panchang-page{padding:120px 20px 50px;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.panchang-header{text-align:center}.panchang-header h1{font-family:Outfit,sans-serif;font-size:2.8rem;color:var(--text-light);margin-bottom:.5rem}.panchang-header p{font-size:1.1rem;color:var(--accent)}.main-details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.timings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 900px){.main-details-grid,.timings-grid{grid-template-columns:1fr 1fr}}@media (max-width: 750px){.panchang-page{padding-top:100px}.panchang-header h1{font-size:2.2rem}.main-details-grid,.timings-grid{grid-template-columns:1fr}}.panchang-detail-card{background:#1a1c3a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(119,119,176,.2);border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:1rem}.icon-wrapper{font-size:2.5rem;color:var(--accent);line-height:1}.detail-title{font-size:.9rem;color:var(--text-muted);margin-bottom:.25rem}.detail-value{font-size:1.1rem;font-weight:600;color:var(--text-light)}.timing-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.timing-card{border-radius:20px;padding:1.5rem;text-align:center;position:relative;overflow:hidden;border:1px solid rgba(119,119,176,.3)}.sun-card{background-image:url(/cycles/sun-cycle.png);background-size:cover}.moon-card{background-image:url(/cycles/moon-cycle.png);background-size:cover}.timing-icon{font-size:3rem;color:#fff;margin-bottom:.5rem;text-shadow:0 0 10px rgba(0,0,0,.5)}.moon-set{transform:scaleY(-1)}.timing-title{font-weight:600;color:#fffc}.timing-value{font-size:1.5rem;font-weight:700;color:#fff}@media (max-width: 900px){.timing-cards-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 750px){.timing-card{padding:1rem}.timing-icon{font-size:2.5rem}.timing-value{font-size:1.2rem}}.auspicious{color:#22c55e;border-color:#22c55e4d}.timing-section{background:#1a1c3a66;padding:2rem;border-radius:20px}.timing-section-title{font-family:Outfit,sans-serif;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid}.inauspicious{color:#ef4444;border-color:#ef44444d}.timing-list{display:flex;flex-direction:column;gap:1rem}.timing-list-item{display:flex;align-items:center;gap:1rem}.timing-list-icon{font-size:1.8rem;color:var(--accent)}.muhurat-name{font-weight:600;color:var(--text-light)}.muhurat-time{color:var(--text-muted);font-size:.9rem}.download-app-section{padding:0rem 2rem 0rem 3rem;margin:10rem auto 4rem;background-color:var(--accent);border-radius:100px;z-index:10;position:relative;height:auto;width:80%;max-width:1200px}.download-app-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem}.download-app-text{padding:3rem 0}.download-app-text h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--primary-bg)}.download-app-text p{font-size:.9rem;font-weight:600;color:var(--primary-bg);line-height:1.7;margin-bottom:2rem;max-width:450px}.download-platforms{display:flex;gap:1rem;flex-wrap:wrap}.download-platforms img{width:160px;cursor:pointer;transition:transform .3s}.download-platforms img:hover{transform:scale(1.05)}.download-app-images{position:relative;height:350px}.download-app-images img{position:absolute;bottom:-.3rem;transition:transform .5s ease-out}.phone-img-1{left:0%;top:-37%;transform:rotate(-10deg);z-index:2;height:450px}.phone-img-2{left:40%;top:-15%;transform:rotate(10deg);z-index:1;height:380px}.download-app-images:hover .phone-img-1{transform:rotate(-5deg) translateY(-10px)}.download-app-images:hover .phone-img-2{transform:rotate(5deg) translateY(-10px)}@media (max-width: 900px){.download-app-section{margin-top:5rem;padding:0 1rem;border-radius:40px}.download-app-content{display:flex;flex-direction:column;text-align:center;height:25rem;padding-top:0}.download-app-images{order:1;display:flex;justify-content:center;align-items:flex-end;height:200px;width:100%;margin-top:-4rem;margin-bottom:1.5rem}.download-app-text{order:2;padding:0 1rem 2.5rem}.phone-img-1,.phone-img-2{position:relative;height:250px;top:-30%;left:0}.phone-img-1{transform:rotate(-10deg) translate(0);z-index:2;height:250px}.phone-img-2{transform:rotate(10deg) translate(150%);z-index:1;height:200px;top:-10%}.download-app-text h2{font-size:1.8rem;line-height:.7}.download-app-text p{font-size:.8rem;margin-bottom:1.5rem;padding:.5rem 1rem}.download-platforms{justify-content:center;flex-direction:row;flex-wrap:nowrap}.download-platforms img{margin-top:-1rem;margin-bottom:-1rem;width:6rem}.download-app-images:hover .phone-img-1,.download-app-images:hover .phone-img-2{transform:none}}.footer{box-shadow:0 0 30px #b5b5ff4d;color:#d1d1d1;padding:0rem 2rem 2rem 4rem;border-top-left-radius:50px;border-top-right-radius:50px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2.5rem;margin-bottom:2rem;padding-top:4rem}.footer.homepage-footer .footer-content{margin-top:-15rem;padding-top:13rem}.footer-col-1 .logo h1{color:#fff;font-family:Quicksand,sans-serif;font-size:2.5rem}.footer-col-1 .logo h1 span{font-family:Outfit,sans-serif;letter-spacing:.125rem}.footer-col-1 p{line-height:1.6;margin-bottom:1.5rem;padding-top:.7rem;max-width:300px}.social-icons{display:flex;gap:1rem}.social-icons a{width:40px;height:40px;border-radius:50%;background-color:#444;display:grid;place-items:center;color:#fff;transition:background-color .3s}.social-icons a:hover{background-color:var(--btn-hover)}.footer-col h4{color:#fff;font-size:1.1rem;margin-bottom:1.5rem}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.75rem}.footer-col a,.footer-col li{cursor:pointer;transition:color .3s}.footer-col a:hover,.footer-col li:hover{color:#fff}.footer hr{border:0;height:1px;margin-right:2rem;background-color:#555;margin-bottom:1rem}.copyright-text{text-align:center;font-size:.9rem}@media (max-width: 900px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width: 750px){.footer{padding:0rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr 1fr;text-align:center;gap:1.5rem 1rem}.footer-col-1{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center}.social-icons{flex-direction:row;justify-content:center}.footer-col{text-align:center}.footer-col:nth-child(4),.footer-col:nth-child(5){grid-column:1 / -1}}.auth-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#06071b99;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal-content{position:relative;background-color:var(--primary-bg);padding:2.5rem;border-radius:20px;width:90%;max-width:500px;animation:slideIn .4s cubic-bezier(.25,1,.5,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-modal-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:.5rem}.close-modal-btn:hover{color:var(--accent);transform:none;box-shadow:none}.auth-modal-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--btn-bg)}.tab-btn{background:none;border:none;color:var(--text-muted);font-size:1.1rem;font-weight:500;padding:.5rem 1rem 1rem;cursor:pointer;position:relative;transition:color .3s ease}.tab-btn.active{color:var(--accent)}.tab-btn:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:var(--accent);transform:scaleX(0);transition:transform .3s ease}.tab-btn.active:after{transform:scaleX(1)}@media (max-width: 750px){.auth-modal-content{padding:2rem 1.5rem;width:95%}.tab-btn{font-size:1rem}}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group-icon{position:relative}.form-group-icon .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.form-group-icon input{width:100%;padding:.8rem 1rem .8rem 3rem;border-radius:10px;border:1px solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.form-group-icon input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 10px #b5b5ff33}.form-actions{display:flex;justify-content:flex-end;margin-top:-.5rem}.forgot-password-link{font-size:.9rem;color:var(--text-muted)}.forgot-password-link:hover{color:var(--accent);text-decoration:underline}.login-btn{width:100%;padding:.9rem;font-size:1.1rem;margin-top:.5rem;background-color:var(--accent);color:var(--primary-bg)}.login-btn:hover{background-color:var(--btn-hover);color:var(--text-light)}.register-form{display:flex;flex-direction:column;gap:1.25rem;max-height:60vh;overflow-y:auto;padding-right:1rem}.register-form::-webkit-scrollbar{width:8px}.register-form::-webkit-scrollbar-track{background:var(--primary-bg)}.register-form::-webkit-scrollbar-thumb{background:var(--btn-bg);border-radius:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.register-form .form-group-icon{position:relative}.register-form .form-group-icon .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted);z-index:1}.register-form .form-group-icon input,.register-form .form-group-icon select{width:100%;padding:.8rem 1rem .8rem 3rem;border-radius:10px;border:1px solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease,box-shadow .3s ease}.register-form .form-group-icon input[type=date],.register-form .form-group-icon input[type=time]{color-scheme:dark}.register-form .form-group-icon input:focus,.register-form .form-group-icon select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 10px #b5b5ff33}.register-btn{width:100%;padding:.9rem;font-size:1.1rem;margin-top:.5rem;background-color:var(--accent);color:var(--primary-bg)}.register-btn:hover{background-color:var(--btn-hover);color:var(--text-light)}@media (max-width: 750px){.form-grid{grid-template-columns:1fr;gap:1.25rem}.register-form{padding-right:.5rem}}.password-strength-meter{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;height:20px}.strength-bars{display:flex;gap:4px;flex-grow:1}.bar{height:6px;width:25%;background-color:var(--btn-bg);border-radius:3px;transition:background-color .3s ease}.bar.strength-1{background-color:#e74c3c}.bar.strength-2{background-color:#f39c12}.bar.strength-3{background-color:#2ecc71}.bar.strength-4{background-color:#27ae60}.strength-label{font-size:.85rem;font-weight:500;width:80px;text-align:right;transition:color .3s ease}.strength-label-0,.strength-label-1{color:#e74c3c}.strength-label-2{color:#f39c12}.strength-label-3{color:#2ecc71}.strength-label-4{color:#27ae60}.dashboard-page{padding:4rem 0}.dashboard-container{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:flex-start}.dashboard-sidebar-container{position:sticky;top:9rem}.dashboard-content-container{background-color:#1a1c3a;border-radius:20px;padding:2rem;min-height:60vh}@media (max-width: 1050px){.dashboard-container{grid-template-columns:240px 1fr}}@media (max-width: 900px){.dashboard-page{padding:2rem 0}.dashboard-container{grid-template-columns:1fr}.dashboard-sidebar-container{position:static;top:auto;margin-bottom:2rem}}.dashboard-sidebar{padding:2rem 1.5rem;border-radius:20px}.sidebar-profile{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem;border-bottom:1px solid var(--btn-bg);padding-bottom:1.5rem}.sidebar-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid var(--accent);margin-bottom:1rem}.sidebar-username{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:600}.sidebar-nav ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.sidebar-nav li{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:10px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,color .3s ease;color:var(--text-muted)}.sidebar-nav li:hover{background-color:#b5b5ff1a;color:var(--text-light)}.sidebar-nav li.active{background-color:var(--accent);color:var(--primary-bg);font-weight:600;box-shadow:0 4px 15px #b5b5ff33}@media (max-width: 750px){.dashboard-sidebar{padding:1.5rem}.sidebar-profile{padding-bottom:1.5rem;margin-bottom:1.5rem}.sidebar-avatar{width:80px;height:80px}.sidebar-username{font-size:1.3rem}.sidebar-nav ul{gap:.75rem}.sidebar-nav li{padding:1rem;justify-content:center;font-size:1rem}.sidebar-nav li span{flex-grow:1;text-align:left;margin-left:1.5rem}}.profile-view{padding:2.5rem}.profile-view-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--btn-bg);padding-bottom:1.5rem;margin-bottom:2rem}.profile-view-header h2{font-family:Outfit,sans-serif;font-size:1.8rem}.btn-edit{background:none;border:1px solid var(--accent);color:var(--accent);padding:.6rem 1.5rem;border-radius:50px;cursor:pointer;font-weight:600;transition:var(--transition)}.btn-edit:hover{background-color:var(--accent);color:var(--primary-bg)}.profile-form{display:flex;flex-direction:column}.profile-image-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem}.profile-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid var(--accent)}.profile-image-section input[type=file]{font-size:.9rem;color:var(--text-muted)}.profile-image-section input[type=file]::file-selector-button{background-color:var(--primary-bg);border:1px solid var(--btn-bg);color:var(--text-light);padding:.5rem 1rem;border-radius:8px;cursor:pointer;margin-right:1rem;transition:var(--transition)}.profile-image-section input[type=file]::file-selector-button:hover{background-color:var(--btn-bg);border-color:var(--accent)}.profile-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.profile-details-grid .form-group-icon{position:relative}.profile-details-grid .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.profile-details-grid input{width:100%;padding:.8rem 1rem .8rem 3rem;border-radius:10px;border:1px solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);font-size:1rem}.profile-details-grid input:disabled{background-color:#12142b;cursor:not-allowed;color:var(--text-muted)}.profile-details-grid input[type=date],.profile-details-grid input[type=time]{color-scheme:dark}.form-actions-profile{display:flex;justify-content:flex-end;gap:1rem;margin-top:2.5rem}.btn-cancel,.btn-save{padding:.7rem 2rem;border-radius:50px;font-weight:600;cursor:pointer}.btn-cancel{background:none;border:1px solid var(--text-muted);color:var(--text-muted)}.btn-save{background-color:var(--accent);border:1px solid var(--accent);color:var(--primary-bg)}@media (max-width: 900px){.profile-details-grid{grid-template-columns:1fr}.profile-view-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.profile-view-header h2{font-size:2.5rem}}.wallet-view{padding:2.5rem}.wallet-header{display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--btn-bg);padding-bottom:1.5rem;margin-bottom:2rem}.wallet-icon-header{font-size:1.8rem;color:var(--accent)}.wallet-header h2{font-family:Outfit,sans-serif;font-size:1.8rem}.balance-card{background:linear-gradient(145deg,#12142b,#1a1c3a);padding:2rem;border-radius:15px;text-align:center;margin-bottom:2.5rem;border:1px solid var(--btn-bg)}.balance-label{font-size:1.1rem;color:var(--text-muted);margin-bottom:.5rem}.balance-amount{font-size:3.5rem;font-family:Outfit,sans-serif;color:var(--text-light);display:flex;align-items:center;justify-content:center;gap:.5rem}.balance-amount svg{font-size:2.5rem}.add-money-section{display:flex;justify-content:center}.btn-add-money{padding:.8rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;background-color:var(--accent);color:var(--primary-bg);border:none}.add-money-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .5s ease}.add-money-form .form-group-icon{position:relative}.add-money-form .input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-muted)}.add-money-form input{width:100%;padding:.9rem 1rem .9rem 3rem;border-radius:10px;border:1px solid var(--btn-bg);background-color:var(--primary-bg);color:var(--text-light);font-size:1.1rem}.add-money-form input:focus{outline:none;border-color:var(--accent)}.form-actions-wallet{display:flex;justify-content:flex-end;gap:1rem}.orders-view{padding:2.5rem}.orders-header{display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--btn-bg);padding-bottom:1.5rem;margin-bottom:2rem}.orders-icon-header{font-size:1.8rem;color:var(--accent)}.orders-header h2{font-family:Outfit,sans-serif;font-size:1.8rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.no-orders{text-align:center;padding:3rem 0;color:var(--text-muted)}.order-card{background-color:var(--primary-bg);border:1px solid var(--btn-bg);border-radius:15px;overflow:hidden}.order-card-header{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:1rem 1.5rem;background-color:#12142b;gap:1rem}.order-id{font-weight:600;color:var(--text-light)}.order-date{font-size:.9rem;color:var(--text-muted)}.order-status{display:flex;align-items:center;gap:.5rem;font-weight:500}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.status-processing{background-color:#f39c12}.status-dot.status-delivered{background-color:#2ecc71}.status-dot.status-cancelled{background-color:#e74c3c}.order-amount{font-size:1.2rem;font-weight:700;text-align:right}.order-card-body{padding:1.5rem}.items-title{font-weight:600;margin-bottom:1rem;color:var(--text-light)}.order-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.order-item:last-child{margin-bottom:0}.item-image{width:60px;height:60px;object-fit:cover;border-radius:8px}.item-details{flex-grow:1}.item-name{color:var(--text-light);font-weight:500}.item-quantity{font-size:.9rem;color:var(--text-muted)}.item-price{font-weight:600}@media (max-width: 750px){.orders-view{padding:1.5rem}.order-card-header{grid-template-columns:1fr;gap:.5rem;text-align:center}.order-amount{text-align:center}.order-status{justify-content:center}}:root{--primary-bg: #06071b;--text-light: #ffffff;--text-muted: #d1d1d1;--accent: #b5b5ff;--btn-bg: #273f4f;--btn-hover: #fe7743;--radius: 40px;--transition: .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,outfit,Quicksand,sans-serif;background-color:var(--primary-bg);color:var(--text-light);line-height:1.6;zoom:.9}.app{max-width:85%;margin:0 auto;padding:0 1.5rem}@media (width: 750px){.app{padding:0 1rem;margin:0 3rem}}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-light)}p{color:var(--text-muted);font-size:1rem}button,.btn{display:inline-block;background:var(--btn-bg);color:var(--text-light);border:none;padding:12px 28px;border-radius:var(--radius);font-size:1rem;font-weight:500;cursor:pointer;transition:var(--transition)}button:hover,.btn:hover{background:var(--btn-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 15px #0003}button:active,.btn:active{transform:translateY(0);box-shadow:none}.neon-box{box-shadow:0 0 10px #11113199,0 0 25px #19193c66,0 0 50px #1d1d4633;border:1px solid rgba(119,119,176,.3);border-radius:var(--radius, 12px)}a{text-decoration:none;color:inherit;transition:var(--transition)}a:hover{color:var(--accent)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}
