*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}html{scroll-behavior:smooth}body{background:#fff;color:#333}.hero{position:relative;height:100vh;display:flex;justify-content:center;align-items:center;color:#fff;overflow:hidden;background:url(/hero-bg.jpg) center/cover no-repeat}.hero:before{content:"";position:absolute;inset:0;background:#0000008c;z-index:1}.particles{position:absolute;inset:0;z-index:0}.navbar{position:fixed;top:0;left:0;width:100%;padding:12px 40px;display:flex;justify-content:space-between;align-items:center;background:#0f0f0f8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;box-shadow:0 2px 10px #0000004d}.nav-links li a.active-link{color:#f39c12}.logo-box{display:flex;align-items:center;gap:10px}.nav-logo{width:42px;height:auto}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-main{font-size:22px;font-weight:800;color:#fff}.hindi-text{font-size:14px;font-weight:600;font-family:"Noto Serif Devanagari",Mukta,sans-serif;background:linear-gradient(90deg,#fd5,#fb3,#f80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 1px 2px rgba(0,0,0,.7)}.nav-links{list-style:none;display:flex;gap:28px}.nav-links li a{text-decoration:none;color:#fff;font-size:16px;font-weight:500;transition:color .3s}.nav-links li a:hover{color:#f39c12}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1100}.hamburger span{width:28px;height:3px;background:#fff;border-radius:2px;transition:all .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translateY(7px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translateY(-7px)}.overlay{position:relative;z-index:2;text-align:center;max-width:800px;padding:20px}.hero-logo{width:180px;margin-bottom:20px;display:block;margin-inline:auto;filter:drop-shadow(2px 2px 6px rgba(0,0,0,.7))}.title{font-size:52px;font-weight:800;margin-bottom:15px;text-shadow:2px 2px 6px rgba(0,0,0,.7)}.subtitle{font-size:22px;margin-bottom:25px;text-shadow:1px 1px 5px rgba(0,0,0,.7)}.btn{padding:12px 28px;background:linear-gradient(45deg,#f39c12,#ff9800);color:#fff;border-radius:30px;text-decoration:none;font-weight:600;font-size:16px;box-shadow:0 4px 12px #0006;transition:.3s}.btn:hover{background:linear-gradient(45deg,#d35400,#f39c12);box-shadow:0 6px 15px #0009}.scroll-down{position:absolute;bottom:20px;font-size:30px;z-index:2;color:#fff;text-shadow:1px 1px 5px rgba(0,0,0,.7);cursor:pointer}@media (max-width: 768px){.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:260px;background:#0a0a0af2;flex-direction:column;justify-content:center;align-items:center;gap:28px;transition:right .3s ease-in-out;z-index:999}.nav-links.open{right:0}.hamburger{display:flex}.hero-logo{width:140px}}@media (max-width: 480px){.title{font-size:28px}.subtitle{font-size:15px}.btn{padding:8px 18px;font-size:13px}.nav-logo{width:30px}.hindi-text{font-size:12px}.hero-logo{width:100px}}.about{padding:80px 20px;background:#f9f9f9;text-align:center}.about h2{font-size:2.8rem;margin-bottom:25px;color:#333}.about p{font-size:1.2rem;color:#555;max-width:800px;margin:12px auto;line-height:1.8}.services{padding:80px 20px;text-align:center;background:#fff}.services h2{font-size:2.5rem;margin-bottom:40px;color:#333}.service-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:25px}.card{background:#fff;padding:30px 25px;border-radius:12px;box-shadow:0 6px 18px #0000001a;flex:1 1 280px;max-width:300px;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-6px);box-shadow:0 10px 25px #00000026}.card h3{margin-bottom:15px;color:#f39c12}.card p{color:#666;line-height:1.6}.why{padding:80px 20px;background:#f9f9f9;text-align:center}.why h2{font-size:2.6rem;margin-bottom:30px;color:#333}.why ul{list-style:none;padding:0;max-width:800px;margin:0 auto;text-align:left}.why li{font-size:1.2rem;margin:14px 0;line-height:1.8;padding:15px 20px;border-left:4px solid #f39c12;background:#fff;border-radius:10px;box-shadow:0 2px 6px #0000000d;transition:transform .2s,box-shadow .2s}.why li:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a}.gallery{padding:80px 20px;background:#f9f9f9;text-align:center}.gallery h2{font-size:2.5rem;margin-bottom:40px}.images{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.images img{width:300px;border-radius:12px;box-shadow:0 6px 15px #0003;transition:.3s}.images img:hover{transform:scale(1.05)}.contact{padding:80px 20px;background:#fff;text-align:center}.contact h2{font-size:2.5rem;margin-bottom:15px;color:#222}.contact-intro{font-size:1.1rem;color:#666;margin-bottom:40px}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;max-width:1000px;margin:0 auto 50px}.contact-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s,box-shadow .3s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #0000001f}.contact-card .icon{font-size:2rem;color:#f39c12;margin-bottom:12px}.contact-card h3{margin-bottom:10px;font-size:1.4rem;color:#333}.contact-card a{color:#07c;text-decoration:none;font-size:1rem;transition:color .3s}.contact-card a:hover{color:#f39c12}.inline-links{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:6px}.map-container{max-width:1000px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}.map-container iframe{width:100%;height:400px;border:0}.testimonials{padding:50px 20px;text-align:center;background:#f9f9f9}.testimonials h2{font-size:28px;margin-bottom:30px;color:#222}.review-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.review-card{background:#fff;padding:20px;max-width:300px;border-radius:10px;box-shadow:0 4px 8px #00000014;transition:transform .3s,box-shadow .3s}.review-card:hover{transform:translateY(-4px);box-shadow:0 8px 18px #0000001f}.review-card .feedback{font-style:italic;margin-bottom:10px}.review-card h4{font-weight:700;color:#333}.whatsapp-float{position:fixed;bottom:90px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;width:55px;height:55px;font-size:24px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0003;z-index:1000;transition:background .3s ease}.whatsapp-float:hover{background-color:#20b954}.whatsapp-icon{vertical-align:middle}.footer{background-color:#1a1a1a;color:#fff;padding:40px 20px 20px;font-family:Arial,sans-serif}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer-about,.footer-contact,.footer-links{flex:1 1 250px}.footer h3,.footer h4{margin-bottom:15px}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#fff;text-decoration:none}.footer-links ul li a:hover{text-decoration:underline}.footer-contact a{color:#fff;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.footer-bottom{text-align:center;margin-top:30px;font-size:14px;color:#bbb}.contact-float{position:fixed;bottom:20px;right:20px;background-color:#f60;color:#fff;border:none;border-radius:50%;width:55px;height:55px;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px #0003;z-index:1000;transition:background .3s ease}.contact-float:hover{background-color:#e65c00}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.popup{background:#fff;padding:25px;border-radius:12px;width:90%;max-width:400px;box-shadow:0 6px 12px #00000040;position:relative;animation:fadeIn .3s ease-in-out}.close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:18px;cursor:pointer}.popup form{display:flex;flex-direction:column;gap:12px;margin-top:10px}.popup input,.popup textarea{padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px;width:100%}.popup textarea{min-height:80px;resize:vertical}.submit-btn{background:#f60;color:#fff;border:none;padding:12px;border-radius:6px;cursor:pointer;font-size:16px;transition:background .3s ease}.submit-btn:hover{background:#e65c00}.status{margin-top:10px;font-size:14px;text-align:center;color:green}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){h2{font-size:2rem!important}p,li{font-size:1rem!important}}@media (max-width: 768px){.service-cards{flex-direction:column;align-items:center}.images img{width:90%!important;max-width:400px}.contact-info{grid-template-columns:1fr}.map-container iframe{height:300px}.why ul{padding:0 10px}}@media (max-width: 480px){.contact-card{padding:18px}.why li{font-size:1rem;padding:8px 10px}.images img{width:100%!important;max-width:350px}}
