:root{--accent: 136, 58, 234;--accent-light: 224, 204, 250;--accent-dark: 49, 10, 101;--accent-gradient: linear-gradient( 45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60% )}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif;background:#fff;color:#333}body{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}:root{--primary-color: #ffd700;--secondary-color: #ffa500;--accent-color: #b8860b;--text-color: #333;--light-bg: #fff8e7;--white: #ffffff;--gradient-gold: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);--section-padding: 5rem 2rem}.container{width:100%;margin-left:auto;margin-right:auto}html{scroll-behavior:smooth}.devanagari-text{font-family:Tiro Devanagari Marathi,serif}section{padding:var(--section-padding);margin:0 auto}section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#222;position:relative}header{background:#fffffff2;backdrop-filter:blur(10px);box-shadow:0 1px 10px #00000080;position:sticky;top:0;z-index:10;padding:.5rem 0}header .container{display:block}nav{margin:0 auto;padding:1rem 2rem;display:flex;align-items:center}.menu{align-self:center}.logo img{width:15rem;height:auto}.nav-links{display:flex;gap:2rem;margin-left:10rem}.nav-links a{color:var(--text-color);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease}.translate{display:flex;flex-direction:row;padding:.5rem 1rem;align-items:center;margin-left:1rem}.translate-responsive{display:none!important;display:flex;align-items:center}.menu-links{display:flex;margin-left:auto;align-items:center}.inactive{display:none}.active{display:flex;flex-direction:column;padding:10px 10px 10px 15px;border-bottom:1px solid darkgrey}.active a{text-decoration:none}.active a,.active a:visited{color:var(--text-color)}#header.sidebar-open .sidebar{display:flex;flex-direction:column;z-index:999;background:#fff;width:18em;position:fixed;top:0;left:0;height:100vh}#header.sidebar-open .sidebar .navbar-brand{border-bottom:.1rem solid gray;padding-left:1rem;height:4rem;width:auto;text-align:left;align-content:center}#header.sidebar-open .sidebar ul{background-color:#fff;display:flex;flex-direction:column;list-style-type:none}#header.sidebar-open .sidebar ul a{border-bottom:.1rem solid gray;text-decoration:none;color:#000;width:100%;display:block;padding:.75rem .75rem .75rem 1rem}#header.sidebar-open .toggle-overlay{inset:0;cursor:pointer;position:fixed;width:100%;height:100vh;background-color:#00000080;z-index:99}#header.sidebar-open .logo,#header.sidebar-open .nav-links{display:none}.sidebar-brand-logo{width:12rem;height:auto;max-width:100%}#header .toggleButton{border:0;background-color:transparent;cursor:pointer;height:auto;margin-left:auto}#header.sidebar-open .contact-btn{margin-top:1rem;margin-left:.25rem}#header.sidebar-open .sidebar ul li:nth-child(4) a{width:5.5rem;padding-top:.5rem;padding-bottom:.5rem}#header .sidebar{display:none}.contact-btn{height:2.3rem!important}.hero{position:relative;overflow:hidden;background-color:#803d2a;padding:4rem 2rem}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="rgba(255,215,0,0.05)"/></svg>');opacity:.5}.hero-container{margin:0 auto;padding:0 5rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero-content{color:#fff}.hero-title-sub{display:block;font-size:.85rem;color:#fff;font-weight:300;margin-bottom:1.25rem;padding:.5rem 1rem;background:#512e24;width:fit-content;border-radius:.5rem;letter-spacing:.2px}.hero-features{display:flex;gap:.75rem;margin-left:1rem;margin-bottom:4rem}.hero-features-1,.hero-features-2{display:flex;gap:1rem}.hero-feature{display:flex;align-items:center;gap:.5rem}.tagline{margin:2rem 0 .75rem 1rem}.hero-feature-icon{font-size:1.5rem}.hero-guarantee{font-size:.9rem;margin-top:1rem}.hero-image-container{position:relative;perspective:1000px;max-width:fit-content;margin-right:8rem;margin-left:auto}.hero-image img{transform:rotateY(-5deg) rotateX(5deg);box-shadow:25px 25px 50px #00000080;transition:transform .5s ease;max-width:450px;height:auto}.hero-image-container:hover img{transform:rotateY(0) rotateX(0)}.hero-badge{position:absolute;top:3rem;right:-4rem;background:var(--gradient-gold);padding:1rem;border-radius:50%;width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(15deg);box-shadow:0 5px 15px #0003}.badge-text{font-size:.8rem;color:#1a1a1a;font-weight:600}.badge-number{font-size:1.5rem;font-weight:800;color:#1a1a1a}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:#fa9a43;color:#fff!important;padding:1rem 2.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease}.cta-button:hover{transform:translateY(-2px)}.features{background:#fa9a43}.features h2{color:#fff}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:0}.feature-grid-2{margin-top:1rem}.feature-card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 10px 20px #0000001a;transition:all .3s ease;text-align:center;justify-items:center}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0003}.feature-card .img-container,.benefit-card .img-container{width:6.5rem;height:6.5rem;margin-bottom:1.5rem;border-radius:50%;padding:1rem;background:#eb5d07}.feature-card .img-container img,.benefit-card .img-container img{width:100%;height:100%}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.before-after{background:var(--white)}.comparison-container{display:flex;width:100%;background:var(--light-bg);padding:2rem;margin:1rem auto;max-width:80rem;flex-wrap:wrap}.comparison-container h1{font-size:2.5rem}.comparison-container.heading{padding-bottom:0;margin-bottom:-1rem}.comparison-container .flex-item{width:33%;padding:1rem;text-align:center}.comparison-image{max-width:100%;height:auto;width:auto;border-radius:1rem;transition:transform .3s ease;max-height:25rem}.comparison-image:hover{transform:scale(1.05)}.how-to-use{background:#803d2a}.how-to-use h2{color:#fff}.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.usage-card{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 5px 15px #0000001a}.usage-card h3{color:#eb5d07;margin-bottom:1.5rem;text-align:center;font-size:1.5rem}.usage-card img{height:auto;width:auto;max-height:10rem;border-radius:15px;margin-bottom:1.5rem;max-width:100%;display:block;margin-left:auto;margin-right:auto}.usage-card ol{padding-left:1.5rem}.usage-card li{margin-bottom:.5rem;color:var(--text-color)}.benefits{background:#fa9a43}.benefits h2{color:#fff}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease;justify-items:center}.benefit-card:hover{transform:translateY(-5px)}.testimonials{background:var(--light-bg)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:2rem}.testimonial{background:var(--white);padding:2rem;border-radius:20px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease}.testimonial:hover{transform:translateY(-5px)}.stars{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cta{text-align:center;padding:4rem 2rem}.cta h2{margin-bottom:.5rem}.cta h2:after{background:var(--white)}.cta .cta-button{margin-top:2rem}.bulk-info{margin-top:1rem;font-size:.9rem;opacity:.9}footer{background:#1a1a1a;color:var(--white);padding:4rem 2rem 2rem;position:relative}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-section .contact{display:flex;flex-direction:row}.footer-section .contact-icon{margin-right:.5rem;width:23px;height:23px}.footer-section .contact .address{max-width:28rem;padding-right:2rem}.footer-section h3{color:#fa9a43;margin-bottom:1.25rem;font-size:1.3rem}.footer-section a{color:var(--white);text-decoration:none;display:block;margin-bottom:.8rem;transition:color .3s ease;opacity:.8}.footer-section a:hover{opacity:1;transform:translate(5px)}.social-links{display:flex}.social-links a{padding:1rem 2rem 1rem 0;padding-left:0;width:fit-content}.footer-bottom{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.right-section{flex-direction:row;display:flex;justify-content:space-between}.scroll-to-top{position:absolute;top:-35px;right:50px;z-index:5;font-size:18px;border:none;outline:none;background-color:#dc2c1d;cursor:pointer;padding:10px 10px 0;border-radius:4px 4px 0 0;color:#fff}.scroll-to-top svg{fill:#fff}.fab{position:fixed;bottom:20px;right:20px;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-size:0;border:none;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:background-color .3sease;z-index:1000}.img-fluid{max-width:100%;height:auto}@media (max-width: 1800px){.hero-features{flex-direction:column}.hero-feature{width:11rem}}@media (max-width: 1600px){.comparison-image{max-height:24rem}}@media (max-width: 1400px){.usage-card img{max-height:8rem}}@media (max-width: 1200px){.logo img{width:14rem}.cta-button{height:3rem}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card .img-container,.benefit-card .img-container{width:6rem;height:6rem}.usage-card img{max-height:8rem}.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefit-card h3{font-size:1.3rem;margin-bottom:1rem}section h2{font-size:2.3rem}.feature-card h3{font-size:1.3rem}.comparison-container .flex-item{width:50%}}@media (max-width: 1199px){.hero-title-main{width:500px;height:auto}.hero-image img{max-width:300px}.hero-container{padding:0}nav{padding:.5rem 2rem}}@media (max-width: 1100px){.social-links{gap:.5rem}}@media (max-width: 1099px){.nav-links,.translate{display:none}.translate-responsive{display:flex!important;flex-direction:row;padding:.5rem 1rem}}@media (max-width: 999px){.hero-image-container{margin:0}}@media (max-width: 992px){.logo img{width:13rem}.hero-title-main{max-width:400px}.hero-image img{max-width:250px}.feature-grid{grid-template-columns:repeat(2,1fr)}.usage-card ol{justify-self:center}section h2{font-size:2.2rem}}@media (max-width: 991px){body{font-size:14px}.hero-features{gap:.5rem}}@media (max-width: 870px){.hero-image-container{margin:auto}.hero-title-main{max-width:350px}.hero-image img{max-width:230px}}@media (max-width: 850px){.hero-container{gap:0}}@media (max-width: 820px){.footer-content{grid-template-columns:1fr;text-align:center;text-align:left;display:flex;flex-direction:column}.right-section{display:flex;flex-direction:row;margin-top:2rem}.right-section div{width:50%}}@media (max-width: 800px){.hero-title-main{max-width:300px}.social-links a{padding:1rem;padding-left:0}}@media (max-width: 768px){.logo img{width:12rem}menu{width:28px}.hero{padding:4rem 1rem}.hero-title-main{max-width:350px}.hero-title-sub{justify-self:center}.tagline{margin:2rem 0 .5rem}.hero-image img{max-width:280px}.hero>div{grid-template-columns:1fr;gap:2rem}.hero-content{text-align:center}.hero-content h1{font-size:2.5rem}.hero-features{justify-self:center}.badge-text{font-size:.6rem}.badge-number{font-size:1.4rem}.hero-badge{right:-3rem;width:100px;height:100px}.benefit-card img{width:6.5rem;height:6.5rem}section{padding:4rem 1.25rem}section h2{font-size:2rem;margin-bottom:2rem}.testimonial-grid{grid-template-columns:1fr}}@media (max-width: 576px){section h2{font-size:1.9rem}.feature-grid{grid-template-columns:1fr}.tagline{margin-bottom:1.5rem}.hero-feature{flex-direction:column}.hero-features{gap:1.5rem}.hero-feature{width:10rem}.usage-card h3{justify-self:left}.hero-title-sub{font-size:12px}.usage-card ol{justify-self:left}.usage-card img{max-height:26rem}.benefits-grid{grid-template-columns:1fr}.comparison-container .flex-item{width:100%}}@media (max-width: 500px){.hero-title-main{max-width:300px}.cta-button{height:2.7rem}.feature-card .img-container,.benefit-card .img-container{width:5rem;height:5rem}.social-links{justify-content:initial}.social-links a{padding:0;padding-right:.5rem}}@media (max-width: 450px){section h2{font-size:1.8rem}.tagline{font-size:15px}}@media (max-width: 425px){.hero-image img{max-width:245px}.hero-features-1,.hero-features-2{gap:.5rem}.hero-feature{margin-left:auto;margin-right:auto;width:9rem}.footer-content{flex-direction:column}}@media (max-width: 400px){nav{padding:.5rem}.menu{width:25px}.logo img{width:10rem}.dropbtn{padding-right:12px}}@media (min-width: 564px) and (max-width: 992px){.usage-grid .usage-card:nth-child(3){margin:auto;grid-column:span 2;width:50%}}@media (min-width: 820px) and (max-width: 1099px){.right-section{padding-right:3rem}}@media (min-width: 1100px){.toggleButton{display:none}.right-section{padding-right:10rem}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1400px){.container{max-width:1320px}}@media (min-width: 1600px){.container{max-width:1440px}}@media (min-width: 1800px){.container{max-width:1600px}}.translate[data-astro-cid-dkurt46j]{display:flex;align-items:center;gap:10px}.dropdown[data-astro-cid-dkurt46j]{position:relative;display:inline-block}.dropbtn[data-astro-cid-dkurt46j]{background-color:#f8f9fa;color:#333;padding:8px 12px;font-size:16px;border:none;cursor:pointer;border-radius:5px;transition:.3s}.dropbtn[data-astro-cid-dkurt46j]:hover{background-color:#ddd}.dropdown-content[data-astro-cid-dkurt46j]{display:none;position:absolute;background-color:#fff;min-width:90px;box-shadow:0 4px 6px #0003;border-radius:5px;list-style:none;padding:0;text-align:center;margin:0}.dropdown[data-astro-cid-dkurt46j]:hover .dropdown-content[data-astro-cid-dkurt46j]{display:block}.dropdown-content[data-astro-cid-dkurt46j] li[data-astro-cid-dkurt46j]{cursor:pointer;transition:.3s}.dropdown-content[data-astro-cid-dkurt46j] li[data-astro-cid-dkurt46j] a[data-astro-cid-dkurt46j]{text-decoration:none;display:block;text-align:left}.dropdown-content[data-astro-cid-dkurt46j] li[data-astro-cid-dkurt46j] :hover[data-astro-cid-dkurt46j]{background-color:#f8f9fa;color:#1d1212}.language-dropdown[data-astro-cid-dkurt46j]{position:relative}.language-dropdown[data-astro-cid-dkurt46j] svg[data-astro-cid-dkurt46j]{position:absolute;bottom:10px;right:-5px}
