:root{--primary-color:#6e48aa;--secondary-color:#9d50bb;--text-color:#2d3436;--bg-color:#f5f6fa;--card-color:#ffffff;--nav-color:linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);--footer-color:linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);--shadow:0 4px 6px rgba(0, 0, 0, 0.1);--transition:all 0.3s ease;--light:#f8f9fa;--dark:#343a40;--success:#28a745;--warning:#ffc107;--danger:#dc3545;--primary:#6e48aa;--primary-dark:#5a3d8a;--box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.1)}.dark-mode{--primary-color:#9d50bb;--secondary-color:#6e48aa;--text-color:#f5f6fa;--bg-color:#2d3436;--card-color:#1e272e;--nav-color:#1e272e;--footer-color:#1e272e;--shadow:0 4px 6px rgba(0, 0, 0, 0.3);--light:#1e272e}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{background-color:var(--bg-color);color:var(--text-color);transition:var(--transition);line-height:1.6;overflow-x:hidden;padding-top:70px}.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--nav-color);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity 0.5s ease}.preloader.fade-out{opacity:0;pointer-events:none}.loader{width:80px;height:80px;position:relative}.loader-inner{position:absolute;width:100%;height:100%;border:4px solid #fff0;border-top-color:#fff;border-radius:50%;animation:spin 1.5s linear infinite}.loader-inner:nth-child(1){animation-delay:0.3s;border-left-color:#fff}.loader-inner:nth-child(2){animation-delay:0.6s;border-right-color:#fff}.loader-inner:nth-child(3){animation-delay:0.9s;border-bottom-color:#fff}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.preloader-text{margin-top:20px;color:#fff;font-size:1.2rem;text-transform:uppercase;letter-spacing:2px;animation:pulse 1.5s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:.5;transform:scale(.95)}100%{opacity:1;transform:scale(1.05)}}.container{max-width:1300px;margin:0 auto;padding:0 15px}.container1{max-width:1500px;margin:0 auto;padding:0 15px}.main-header{background:rgb(89 80 80 / .993);box-shadow:var(--shadow);position:fixed;width:100%;top:0;z-index:1000;transition:var(--transition)}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;position:relative}.header-logo{width:400px;height:100px}.header-logo img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.nav-links{display:flex;list-style:none}.nav-links li{margin-left:2rem}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:var(--transition);position:relative;font-size:clamp(0.85rem, 3vw, 1rem);white-space:nowrap}.nav-links a:hover{color:#f5f6fa}.nav-links a::after{content:'';position:absolute;width:0;height:2px;background:#fff;bottom:-5px;left:0;transition:var(--transition)}.nav-links a:hover::after{width:100%}.nav-buttons{display:flex;align-items:center;gap:.8rem}.btn{padding:.5rem 1rem;border-radius:5px;border:none;cursor:pointer;font-weight:500;text-decoration:none;transition:var(--transition);font-size:clamp(0.8rem, 3vw, 0.9rem);white-space:nowrap;display:inline-block;text-align:center}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-2px)}.btn-outline{background-color:#fff0;border:1px solid #fff;color:#fff}.btn-outline:hover{background-color:#fff;color:var(--primary-color);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:var(--primary-color);transform:translateY(-2px)}.section{padding:4rem 0;background-color:#3edfdf}.section1{background-color:#3edfdf}.section2{background-color:bisque}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem;color:var(--primary-color)}.section-title p{font-size:1.1rem;color:var(--text-color);opacity:.8}.hindi{font-family:'Noto Sans Devanagari','Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.hero{height:100vh;position:relative;display:flex;align-items:center;text-align:center;color:#fff;background-image:url("photos/man meditating.webp");background-repeat:no-repeat;background-size:cover;margin-top:-70px}.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(106 48 147 / .7)}.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 1.5rem}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 5px rgb(0 0 0 / .5)}.hero p{font-size:1.2rem;margin-bottom:2rem;color:rgb(255 255 255 / .9)}.hero-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-btns .btn{padding:10px 20px;font-size:18px;background-color:#9d50bb;color:#fff}.diya-section{background-color:bisque;position:relative;color:#fff;text-align:center}.diya-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%}.diya-container{position:relative;z-index:1}.diya-box{background:rgb(46 44 44 / .952);backdrop-filter:blur(10px);border-radius:10px;padding:2rem;max-width:600px;margin:0 auto;border:1px solid rgb(255 255 255 / .2)}.diya{width:150px;height:150px;margin:0 auto 2rem;position:relative;cursor:pointer}.diya-base{width:100%;height:60px;background:#e67e22;border-radius:0 0 50% 50%;position:absolute;bottom:0}.diya-flame{width:30px;height:60px;background:linear-gradient(to top,#f39c12,#f1c40f,white);border-radius:50% 50% 20% 20%;position:absolute;top:0;left:50%;transform:translateX(-50%);opacity:0;transition:var(--transition);box-shadow:0 0 20px #f39c12,0 0 40px #f1c40f;animation:flicker 3s infinite alternate}.diya.active .diya-flame{opacity:1}.hindis{color:#fff}.btn-secondaryy{background-color:#9d50bb}.diya-message{margin-top:1rem;font-size:1.2rem;min-height:2.5rem;opacity:0;transition:var(--transition)}.diya.active~.diya-message{opacity:1}@keyframes flicker{0%,100%{transform:translateX(-50%) scale(1);opacity:1}25%{transform:translateX(-50%) scale(.95,1.05)}50%{transform:translateX(-50%) scale(1.05,.95)}75%{transform:translateX(-50%) scale(.98,1.02)}}.mantra-counter{background:var(--card-color);border-radius:10px;padding:2rem;text-align:center;box-shadow:var(--shadow);max-width:600px;margin:0 auto}.mantra-display{font-size:1.8rem;margin-bottom:1.5rem;min-height:4rem;display:flex;align-items:center;justify-content:center;color:var(--primary-color);font-weight:700}.counter-container{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.counter{font-size:3rem;font-weight:700;color:var(--primary);margin:0 1rem;min-width:80px}.counter-btn{width:50px;height:50px;border-radius:50%;background:var(--primary);color:#fff;border:none;font-size:1.5rem;cursor:pointer;transition:var(--transition);display:flex;justify-content:center;align-items:center}.counter-btn:hover{background:var(--primary-dark);transform:scale(1.1)}.reset-btn{background:var(--warning);color:#fff;margin-top:1rem}.reset-btn:hover{background:#e0a800}.progress-container{width:100%;height:10px;background:#ddd;border-radius:5px;margin:1rem 0;overflow:hidden}.progress-bar{height:100%;background:var(--success);width:0%;transition:width 0.3s ease}.mantra-message{font-size:1.2rem;color:var(--success);margin-top:1rem;min-height:2rem}.bell-section{position:relative;text-align:center;color:#fff;background:linear-gradient(to bottom,#FF9933,#FFD700)}.bell-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%}.container .section-title h2{color:#6e48aa;font-size:60px}.container .section-title p{color:#000;font-weight:bolder}.bell-container{position:relative;z-index:1}.bell-box{background:rgb(255 255 255 / .626);backdrop-filter:blur(10px);border-radius:10px;padding:2rem;max-width:600px;margin:0 auto;border:1px solid rgb(255 255 255 / .2)}.bell-btn{width:100px;height:100px;border-radius:50%;background-color:#6e48aa;color:#fff;border:none;font-size:2.5rem;cursor:pointer;margin:0 auto 2rem;display:flex;justify-content:center;align-items:center;transition:var(--transition);box-shadow:0 5px 15px rgb(0 0 0 / .2)}.bell-btn:hover{transform:scale(1.05);box-shadow:0 8px 25px rgb(0 0 0 / .3)}.bell-btn.ringing{animation:ring 0.5s ease-in-out infinite alternate}@keyframes ring{0%{transform:rotate(-15deg)}100%{transform:rotate(15deg)}}.bell-message{font-size:1.2rem;color:#fff;margin-top:1rem}.hindi{color:#000}section{background:rgb(89 80 80 / .993)}.mala-counter{background:var(--card-color);border-radius:10px;padding:2rem;text-align:center;box-shadow:var(--shadow);max-width:600px;margin:0 auto}.mala-container{position:relative;width:200px;height:200px;margin:0 auto 2rem}.mala-circle{width:100%;height:100%;border:2px dashed var(--primary);border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.mala-beads{position:absolute;width:90%;height:90%}.mala-bead{position:absolute;width:12px;height:12px;background:var(--primary);border-radius:50%;transform:translate(-50%,-50%)}.mala-center{width:50px;height:50px;background:var(--secondary);border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;font-size:1.5rem;z-index:1}.mala-message{font-size:1.2rem;color:var(--primary);margin-top:1rem;min-height:2rem}.sadhana-timer{background:var(--card-color);border-radius:10px;padding:2rem;box-shadow:var(--shadow);max-width:600px;margin:0 auto;text-align:center}.timer-display{font-size:4rem;font-family:monospace;margin:1.5rem 0;color:var(--primary)}.timer-controls{display:flex;justify-content:center;margin-left:70px;gap:1rem;margin-bottom:1.5rem}.timer-presets{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.timer-preset{background:var(--light);border:none;padding:.5rem 1rem;border-radius:50px;cursor:pointer;transition:var(--transition)}.timer-preset:hover{background:var(--primary);color:#fff}.timer-preset.active{background:var(--primary);color:#fff}.timer-sound{margin-top:1.5rem}.form-control{padding:.5rem;border-radius:5px;border:1px solid #ddd;width:100%;max-width:300px;margin:0 auto}footer{background:var(--footer-color);color:#fff;padding:3rem 0 1rem;margin-top:3rem}.footer-container{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;justify-content:space-between}.footer-column{flex:1 1 200px;min-width:250px;padding:0 15px;margin-bottom:1.5rem}.footer-column h3{font-size:clamp(1.1rem, 3vw, 1.3rem);margin-bottom:1.2rem;position:relative;padding-bottom:.5rem}.footer-column h3::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:2px;background:#fff;transition:var(--transition)}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.6rem}.footer-column ul li a{color:#dfe6e9;text-decoration:none;transition:var(--transition);font-size:clamp(0.85rem, 2.5vw, 0.95rem)}.footer-column ul li a:hover{color:#fff;padding-left:5px}.footer-column p{color:#dfe6e9;margin-bottom:1rem;font-size:clamp(0.85rem, 2.5vw, 0.95rem)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgb(255 255 255 / .1)}.footer-bottom p{font-size:clamp(0.9rem, 2.5vw, 1rem)}.social-links{display:flex;gap:.8rem;margin-top:1rem}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgb(255 255 255 / .2);border-radius:50%;color:#fff;transition:var(--transition);font-size:1rem}.social-links a:hover{background:#fff;color:var(--primary-color);transform:translateY(-3px)}.scroll-to-top{position:fixed;bottom:20px;right:20px;width:45px;height:45px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;cursor:pointer;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:var(--transition);z-index:999;border:none;outline:none}.scroll-to-top.active{opacity:1;visibility:visible}.scroll-to-top:hover{background:var(--secondary-color);transform:translateY(-3px)}.menu-toggle{display:none;cursor:pointer;font-size:1.5rem;color:#fff;z-index:1000}@media (max-width:992px){.nav-links{position:fixed;top:120px;left:-100%;width:100%;height:calc(100vh - 70px);background:var(--nav-color);flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;transition:var(--transition);z-index:999}.nav-links.active{left:0}.nav-links li{margin:1.5rem 0;margin-left:0}.menu-toggle{display:block}.nav-buttons{margin-left:auto;margin-right:15px}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}}@media (max-width:768px){.hero h1{font-size:2rem}.section-title h2{font-size:2rem}.timer-display{font-size:3rem}}@media (max-width:576px){.footer-column{min-width:100%}.hero-btns{flex-direction:column;gap:.5rem}.timer-controls{flex-direction:column;gap:.5rem}.timer-presets{flex-direction:column}.counter-container{flex-direction:column;gap:1rem}.counter{font-size:2rem}}.logo-below-footer{width:100%;text-align:center;padding:0 15px;cursor:pointer}.logo-below-footer img{width:100%;height:100%;transition:var(--transition);object-fit:cover}.logo-below-footer img:hover{transform:translateY(-5px)}@media (max-width:768px){.logo-below-footer{margin:1.5rem 0}.logo-below-footer img{max-width:350px}}@media (max-width:480px){.logo-below-footer{margin:1rem 0}.logo-below-footer img{max-width:280px}}@media (max-width:350px){.logo-below-footer img{max-width:220px}}@media (min-width:992px){.logo-below-footer img{width:400px;height:100px}}@media (max-width:768px){.logo-below-footer img{width:350px;height:90px}}@media (max-width:400px){.logo-below-footer img{width:280px;height:70px}}@media (max-width:300px){.logo-below-footer img{width:220px;height:55px}}@media (max-width:768px){.hero-btns .btn{padding:8px 17px;font-size:14px;background-color:#9d50bb;color:#fff}.section-title h2{font-size:2rem!important;line-height:1.3;margin-bottom:.8rem}.section-title p{font-size:1rem!important}.bell-section .section-title h2{font-size:2rem!important}.section1 .section-title h2{font-size:2rem!important}}.section-title h2{font-size:clamp(2rem, 5vw, 2.5rem)}@media (max-width:768px){.section-title h2{font-size:clamp(2rem, 4vw, 2rem)!important}}